D Bera | 15 Jul 02:49

ANNOUNCE: Beagle 0.3.8

Hello,
  I am pleased to announce the release of Beagle 0.3.8, the next
feature release of the 0.3 series. There are lots of new features, GUI
changes and bug fixes; see below for the rather large list. Due to
time constraints, we could not get the translations up-to-date for the
GUI. Expect a release shortly with up to date translations.

THE SHORT OF IT
---------------
Beagle is a Linux desktop-independent service which transparently and
unobtrusively indexes your data in real-time.

To download the 0.3.8 release or learn more about Beagle, visit
the Beagle web page:
  http://beagle-project.org

Beagle supports many different data sources and file formats.  For a
complete listing, visit:
  http://beagle-project.org/Supported_Filetypes

Beagle includes an optional GNOME-based graphical tool and a browser
interface for searching its indexes.

To learn more about Beagle, visit:
  http://beagle-project.org/About

IMPORTANT CHANGES between 0.3.7 and 0.3.8
--------------------------------------------------------------------

Dependencies:
(Continue reading)

drago01 | 15 Jul 13:14

Re: ANNOUNCE: Beagle 0.3.8

On Tue, Jul 15, 2008 at 2:49 AM, D Bera <dbera.web <at> gmail.com> wrote:
> Hello,
>  I am pleased to announce the release of Beagle 0.3.8, the next
> feature release of the 0.3 series. There are lots of new features, GUI
> changes and bug fixes; see below for the rather large list. Due to
> time constraints, we could not get the translations up-to-date for the
> GUI. Expect a release shortly with up to date translations.

Build fails on fedora rawhide:
http://koji.fedoraproject.org/koji/getfile?taskID=716898&name=build.log
-----------------
LC_ALL=C ../intltool-merge -d -u -c ../po/.intltool-merge-cache ../po
beagle-search.desktop.in beagle-search.desktop
/usr/bin/gmcs -debug -out:Beagle.Search.exe -target:exe
-define:ENABLE_THUNDERBIRD   ./AssemblyInfo.cs
./Beagle.Search.Pages/Base.cs ./Beagle.Search.Pages/IndexInfo.cs
./Beagle.Search.Pages/NoMatch.cs ./Beagle.Search.Pages/QuickTips.cs
./Beagle.Search.Pages/RootUser.cs ./Beagle.Search.Pages/StartDaemon.cs
./Beagle.Search.Tiles/ActionMenuItem.cs
./Beagle.Search.Tiles/Application.cs
./Beagle.Search.Tiles/ArchivedFile.cs ./Beagle.Search.Tiles/Audio.cs
./Beagle.Search.Tiles/CApplet.cs ./Beagle.Search.Tiles/Calendar.cs
./Beagle.Search.Tiles/Contact.cs ./Beagle.Search.Tiles/Docbook.cs
./Beagle.Search.Tiles/File.cs ./Beagle.Search.Tiles/Folder.cs
./Beagle.Search.Tiles/HitFlavor.cs ./Beagle.Search.Tiles/IMLog.cs
./Beagle.Search.Tiles/Image.cs ./Beagle.Search.Tiles/MailAttachment.cs
./Beagle.Search.Tiles/MailMessage.cs ./Beagle.Search.Tiles/Manpage.cs
./Beagle.Search.Tiles/Note.cs ./Beagle.Search.Tiles/OpenWithMenu.cs
./Beagle.Search.Tiles/Presentation.cs ./Beagle.Search.Tiles/RSSFeed.cs
./Beagle.Search.Tiles/Spreadsheet.cs ./Beagle.Search.Tiles/Task.cs
(Continue reading)

D Bera | 15 Jul 13:32

Re: ANNOUNCE: Beagle 0.3.8

> Build fails on fedora rawhide:
> http://koji.fedoraproject.org/koji/getfile?taskID=716898&name=build.log
...
> ./Beagle.Search.Tiles/Tile.cs(351,48): error CS1061: Type
> `Gnome.Vfs.MimeApplication' does not contain a definition for
> `SupportUris' and no extension method `SupportUris' of type
> `Gnome.Vfs.MimeApplication' could be found (are you missing a using
> directive or an assembly reference?)

Which version of gnome-vfs-sharp do you have ? It should be >= 2.10
and configure.in is supposed to check that.

--

-- 
-----------------------------------------------------
Debajyoti Bera @ http://dtecht.blogspot.com
beagle / KDE fan
Mandriva / Inspiron-1100 user
drago01 | 15 Jul 13:38

Re: ANNOUNCE: Beagle 0.3.8

On Tue, Jul 15, 2008 at 1:32 PM, D Bera <dbera.web <at> gmail.com> wrote:
>> Build fails on fedora rawhide:
>> http://koji.fedoraproject.org/koji/getfile?taskID=716898&name=build.log
> ...
>> ./Beagle.Search.Tiles/Tile.cs(351,48): error CS1061: Type
>> `Gnome.Vfs.MimeApplication' does not contain a definition for
>> `SupportUris' and no extension method `SupportUris' of type
>> `Gnome.Vfs.MimeApplication' could be found (are you missing a using
>> directive or an assembly reference?)
>
> Which version of gnome-vfs-sharp do you have ? It should be >= 2.10
> and configure.in is supposed to check that.

the one inside gnome-sharp-2.20 so should be new enough.
D Bera | 15 Jul 13:45

Re: ANNOUNCE: Beagle 0.3.8

>>> Build fails on fedora rawhide:
>>> http://koji.fedoraproject.org/koji/getfile?taskID=716898&name=build.log
>> ...
>>> ./Beagle.Search.Tiles/Tile.cs(351,48): error CS1061: Type
>>> `Gnome.Vfs.MimeApplication' does not contain a definition for
>>> `SupportUris' and no extension method `SupportUris' of type
>>> `Gnome.Vfs.MimeApplication' could be found (are you missing a using
>>> directive or an assembly reference?)
>>
>> Which version of gnome-vfs-sharp do you have ? It should be >= 2.10
>> and configure.in is supposed to check that.
>
> the one inside gnome-sharp-2.20 so should be new enough.
>

Then I dont really understand. Gnome.Vfs.MimeApplication has the
method SupportUris.
http://go-mono.com/docs/index.aspx?link=T%3aGnome.Vfs.MimeApplication

It is definitely there in >= 2.16 and probably there since 2.10.
http://library.gnome.org/devel/gnome-vfs-2.0/stable/gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-supports-uris

Does anyone know if gnome-vfs-sharp removed this method in their newer
API revision ?

- dBera

--

-- 
-----------------------------------------------------
Debajyoti Bera @ http://dtecht.blogspot.com
(Continue reading)

drago01 | 15 Jul 13:50

Re: ANNOUNCE: Beagle 0.3.8

On Tue, Jul 15, 2008 at 1:45 PM, D Bera <dbera.web <at> gmail.com> wrote:
>>>> Build fails on fedora rawhide:
>>>> http://koji.fedoraproject.org/koji/getfile?taskID=716898&name=build.log
>>> ...
>>>> ./Beagle.Search.Tiles/Tile.cs(351,48): error CS1061: Type
>>>> `Gnome.Vfs.MimeApplication' does not contain a definition for
>>>> `SupportUris' and no extension method `SupportUris' of type
>>>> `Gnome.Vfs.MimeApplication' could be found (are you missing a using
>>>> directive or an assembly reference?)
>>>
>>> Which version of gnome-vfs-sharp do you have ? It should be >= 2.10
>>> and configure.in is supposed to check that.
>>
>> the one inside gnome-sharp-2.20 so should be new enough.
>>
>
> Then I dont really understand. Gnome.Vfs.MimeApplication has the
> method SupportUris.
> http://go-mono.com/docs/index.aspx?link=T%3aGnome.Vfs.MimeApplication
>
> It is definitely there in >= 2.16 and probably there since 2.10.
> http://library.gnome.org/devel/gnome-vfs-2.0/stable/gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-supports-uris
>
> Does anyone know if gnome-vfs-sharp removed this method in their newer
> API revision ?

Seems like the method's name is SupportsUris now (Support_s_)
D Bera | 15 Jul 13:58

Re: ANNOUNCE: Beagle 0.3.8

>>>>> Build fails on fedora rawhide:
>>>>> http://koji.fedoraproject.org/koji/getfile?taskID=716898&name=build.log
>>>> ...
>>>>> ./Beagle.Search.Tiles/Tile.cs(351,48): error CS1061: Type
>>>>> `Gnome.Vfs.MimeApplication' does not contain a definition for
>>>>> `SupportUris' and no extension method `SupportUris' of type
>>>>> `Gnome.Vfs.MimeApplication' could be found (are you missing a using
>>>>> directive or an assembly reference?)
>>>>
>>>> Which version of gnome-vfs-sharp do you have ? It should be >= 2.10
>>>> and configure.in is supposed to check that.
>>>
>>> the one inside gnome-sharp-2.20 so should be new enough.
>>
>> Then I dont really understand. Gnome.Vfs.MimeApplication has the
>> method SupportUris.
>> http://go-mono.com/docs/index.aspx?link=T%3aGnome.Vfs.MimeApplication
>>
>> It is definitely there in >= 2.16 and probably there since 2.10.
>> http://library.gnome.org/devel/gnome-vfs-2.0/stable/gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-supports-uris
>>
>> Does anyone know if gnome-vfs-sharp removed this method in their newer
>> API revision ?
>
> Seems like the method's name is SupportsUris now (Support_s_)

Argh! I dont know how it worked in my Ubuntu VM!
I apologize. Please patch it locally; I will patch it in svn trunk soon.

/me waits for more build problems
(Continue reading)

drago01 | 15 Jul 14:14

Re: ANNOUNCE: Beagle 0.3.8

On Tue, Jul 15, 2008 at 1:58 PM, D Bera <dbera.web <at> gmail.com> wrote:
>>>>>> Build fails on fedora rawhide:
>>>>>> http://koji.fedoraproject.org/koji/getfile?taskID=716898&name=build.log
>>>>> ...
>>>>>> ./Beagle.Search.Tiles/Tile.cs(351,48): error CS1061: Type
>>>>>> `Gnome.Vfs.MimeApplication' does not contain a definition for
>>>>>> `SupportUris' and no extension method `SupportUris' of type
>>>>>> `Gnome.Vfs.MimeApplication' could be found (are you missing a using
>>>>>> directive or an assembly reference?)
>>>>>
>>>>> Which version of gnome-vfs-sharp do you have ? It should be >= 2.10
>>>>> and configure.in is supposed to check that.
>>>>
>>>> the one inside gnome-sharp-2.20 so should be new enough.
>>>
>>> Then I dont really understand. Gnome.Vfs.MimeApplication has the
>>> method SupportUris.
>>> http://go-mono.com/docs/index.aspx?link=T%3aGnome.Vfs.MimeApplication
>>>
>>> It is definitely there in >= 2.16 and probably there since 2.10.
>>> http://library.gnome.org/devel/gnome-vfs-2.0/stable/gnome-vfs-20-gnome-vfs-mime-database.html#gnome-vfs-mime-application-supports-uris
>>>
>>> Does anyone know if gnome-vfs-sharp removed this method in their newer
>>> API revision ?
>>
>> Seems like the method's name is SupportsUris now (Support_s_)
>
> Argh! I dont know how it worked in my Ubuntu VM!
> I apologize. Please patch it locally; I will patch it in svn trunk soon.

(Continue reading)


Gmane