Re: [Tracker] 2 deskbar handler versions in one file

2007-08-12 Thread Michael Biebl
2007/8/13, Marcus Fritzsch <[EMAIL PROTECTED]>: > Hey there. > > It's already late - I succeeded at getting 2 deskbar version handlers > into one .py - the problem is, the code is rather ugly, just by > multiple inheritance the problem is not solved, one needs > Implementation classes that wrap the

[Tracker] 2 deskbar handler versions in one file

2007-08-12 Thread Marcus Fritzsch
Hey there. It's already late - I succeeded at getting 2 deskbar version handlers into one .py - the problem is, the code is rather ugly, just by multiple inheritance the problem is not solved, one needs Implementation classes that wrap the actual work. I don't know if this one is better suited, i

Re: [Tracker] Packages for openSUSE (10.2 and Factory)

2007-08-12 Thread Deji Akingunola
Hi, On 8/8/07, Cesar Izurieta <[EMAIL PROTECTED]> wrote: > FYI > > I just created some rpms for openSUSE (10.2 and Factory). They are available > in the build service home:cesarizu repository at > > http://download.opensuse.org/repositories/home:/cesarizu/ > > Currently there's just one package. I

Re: [Tracker] tracker-list Digest, Vol 18, Issue 26

2007-08-12 Thread jamie
On Sun, 2007-08-12 at 19:20 +0200, Haim Roitgrund wrote: > Thank you Jamie, for your suggestion. > > Here's what normally runs on my sysem, as far as dbus goes: > > ps aux | dbus > > [EMAIL PROTECTED]:~$ ps aux | grep dbus > 103 4710 0.0 0.2 2848 1068 ?Ss 08:40 > 0:07 /usr/

Re: [Tracker] tracker-list Digest, Vol 18, Issue 26

2007-08-12 Thread Haim Roitgrund
he > compile stops? > > In any case, I'm still mystified as to why Tracker won't index. > I can live with less than bleeding edge, but I would like it to do the > basics... > > > -- > Ha?m Ro?tgrund > -- next part -- > An HTML attachment

Re: [Tracker] Packages for openSUSE (10.2 and Factory)

2007-08-12 Thread Michael Biebl
2007/8/12, Tshepang Lekhonkhobe <[EMAIL PROTECTED]>: > On 8/8/07, Cesar Izurieta <[EMAIL PROTECTED]> wrote: > > FYI > > > > I just created some rpms for openSUSE (10.2 and Factory). They are available > > in the build service home:cesarizu repository at > > > > http://download.opensuse.org/reposito

Re: [Tracker] Packages for openSUSE (10.2 and Factory)

2007-08-12 Thread Tshepang Lekhonkhobe
On 8/8/07, Cesar Izurieta <[EMAIL PROTECTED]> wrote: > FYI > > I just created some rpms for openSUSE (10.2 and Factory). They are available > in the build service home:cesarizu repository at > > http://download.opensuse.org/repositories/home:/cesarizu/ > > Currently there's just one package. Is the

Re: [Tracker] no indexing, complle failure

2007-08-12 Thread jamie
On Sun, 2007-08-12 at 16:22 +0200, Haim Roitgrund wrote: > Thank you, Tshepang. > > I did go ahead and change from 35.0 to 35.5 in configure.ac: > > AM_GLIB_GNU_GETTEXT > IT_PROG_INTLTOOL([0.35.5]) > > > Same result: > checking for xgettext... /usr/bin/xgettext > ./configure: line 22621: synt

Re: [Tracker] no indexing, complle failure

2007-08-12 Thread Haim Roitgrund
Thank you, Tshepang. I did go ahead and change from 35.0 to 35.5 in configure.ac: AM_GLIB_GNU_GETTEXT IT_PROG_INTLTOOL([0.35.5]) Same result: checking for xgettext... /usr/bin/xgettext ./configure: line 22621: syntax error near unexpected token `0.35.0' ./configure: line 22621: `IT_PROG_INTLTO

Re: [Tracker] no indexing, complle failure

2007-08-12 Thread Tshepang Lekhonkhobe
On 8/12/07, Haim Roitgrund <[EMAIL PROTECTED]> wrote: > As explained in a previous post, my tracker install does no indexing. > > I don't know why or what I can do about it. > > I run Ubuntu Feisty. > > Today, I reinstalled tracker, tracker-search-tool and tracker-utils. No > dice, trackerd still s

[Tracker] no indexing, complle failure

2007-08-12 Thread Haim Roitgrund
As explained in a previous post, my tracker install does no indexing. I don't know why or what I can do about it. I run Ubuntu Feisty. Today, I reinstalled tracker, tracker-search-tool and tracker-utils. No dice, trackerd still seems to do no indexing. I tried to compile the latest version, but

[Tracker] deskbar-handler for deskbar 2.18 and below.

2007-08-12 Thread Marcus Fritzsch
Hi, as my deskbar handler fixes are still not committed ;) here is once again an updated patch. I still found lots of things that had to be fixed, such as development files being categorized as 'normal' files. Application launching is now independent of any user apps like xdg-open and co. I am ju