Re: [Tracker] [Fwd: [Bug 404749] New: trackerfs.py doesn't mount the FS]

2007-02-07 Thread Eugenio
Ok probelm it's "fixed" for permission problem you need only to add your user to fuse group and If you have also problem like that: fuse_opt_insert_arg: Assertion `pos <= args->argc' failed. it's caused by a bugged version of fuse(the official edgy package don't have this problem) Thank you for

Re: [Tracker] [Fwd: [Bug 404749] New: trackerfs.py doesn't mount the FS]

2007-02-05 Thread Eugenio
The simplest solution is to change the mode of 'fusermount': chmod 4755 /usr/bin/fusermount and maybe also: chmod o+rw /dev/fuse Maybe I must add this info to the README. 2007/2/6, jamie <[EMAIL PROTECTED]>: Hi eugenio, this one is for you I believe! jamie. -

[Tracker] New Deskbar Handler

2006-12-29 Thread Eugenio
Hi all, I have finished a new version of tracker's deskbar handler. Now are 2 handler(1 file) a static(like beagle static) and live. I have added categories support(Music,Video..) and tag support(format: tag:nametag) The file it's on cvs at python/deskbar-handler/ ___

[Tracker] QtGui some Fix

2006-12-03 Thread Eugenio
Now there is a scroll bar and there are some bug fixes(thanks to cloackable for signalisation) I've added a README file with all dependencies :-) Bye trackergui.tar.gz Description: GNU Zip compressed data ___ tracker-list mailing list tracker-list@gno

[Tracker] TrackerQt Release

2006-12-02 Thread Eugenio Cutolo
Hi, Now I fixed many problem and this is a preview release if there aren't any problem this is first release :-) qttracket.tar.gz Description: GNU Zip compressed data ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/li

[Tracker] QtTracker new Version

2006-12-02 Thread Eugenio
Hi, I've fixed many problem in my front-end..this is a pre-release...if there is any problem send it Bye trackergui.tar.gz Description: GNU Zip compressed data ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/list

Re: [Tracker] QtTracker Relase

2006-11-29 Thread Eugenio
ROTECTED]>: 2006/11/27, Eugenio <[EMAIL PROTECTED]>: > > Hi, > I've complete a first version of my qt gui for tracker... > > Now it using python kde than it use kde icon theme and it > open file with preferred application. A screenie for us olde Gnomers? :

[Tracker] Irc Channel

2006-11-27 Thread Eugenio
Hi, maybe we can create a irc channel for talk about tracker developing and testing... somethings like #tracker on freenode or gnome's irc server Is a good idea? Bye ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/lis

[Tracker] QtTracker Relase

2006-11-27 Thread Eugenio
Hi, I've complete a first version of my qt gui for tracker... Now it using python kde than it use kde icon theme and it open file with preferred application. Bye qttracket.tar.gz Description: GNU Zip compressed data ___ tracker-list mailing list trac

Re: [Tracker] Tracker 0.5.2 and FUSE

2006-11-26 Thread Eugenio
l files in .Tracker and index again you home if you have the same problem maybe there is a permission problem with encfs 2006/11/26, Eugenio Cutolo <[EMAIL PROTECTED]>: Hi, I'm using tracker on ecnfs dir(~/.documents not all home).. I think it's not that the problem but in this

[Tracker] TrackerFs Updated

2006-11-23 Thread Eugenio
utilus create a directory in ~/Documents with rdf query using trackerfs Is a good idea or it's better to create a nautilus action like "Create Virtualfs"? Please refresh cvs :-) Bye, Eugenio #!/usr/bin/env python #Created by Eugenio Cutolo me at eugesoftware dot com # #This

[Tracker] Dbus Signals

2006-11-22 Thread Eugenio Cutolo
us? if not... maybe I can do that :) bye, Eugenio ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/listinfo/tracker-list

[Tracker] Dbus Signals

2006-11-22 Thread Eugenio
us? if not... maybe I can do that :) bye, Eugenio ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/listinfo/tracker-list

Re: [Tracker] Prerelease QtFrontend

2006-11-22 Thread Eugenio
en <[EMAIL PROTECTED]>: 2006/11/22, Eugenio <[EMAIL PROTECTED]>: > > Hi, > I have finished first "release" of my QtFrontend with python :-) > > For now the program use external icon(not current kde icon) because I > want > to have only python-qt library f

[Tracker] Prerelease QtFrontend

2006-11-22 Thread Eugenio
Hi, I have finished first "release" of my QtFrontend with python :-) For now the program use external icon(not current kde icon) because I want to have only python-qt library for dependency(python-kde = 30mb) When I translate this front-end to C++ the kde integration will be better :-) The prog

Re: [Tracker] TrackerFs First "Version"

2006-11-19 Thread Eugenio
g the tracker's database Bye 2006/11/17, Laurent Aguerreche <[EMAIL PROTECTED]>: Le jeudi 16 novembre 2006 à 17:36 +0100, Eugenio Cutolo a écrit : > Hi, > Hi, I have see again and corrected the trackerfs if you want to put > it on cvs > I am agreement and when I have free ti

Re: [Tracker] TrackerFs First "Version"

2006-11-19 Thread Eugenio
anced parameters For create a new file or cp/move file in the mounted dir you must have the ~/.documents folder the file will be created in that dir and added to the fs's tmplistin future the file will be tagged with the used tag. Sorry for my english :D Bye, Eugenio 2006/11/17, Laurent

[Tracker] TrackerFs First "Version"

2006-11-16 Thread Eugenio Cutolo
Hi, Hi, I have see again and corrected the trackerfs if you want to put it on cvs I am agreement and when I have free time I can write a simple README files :-) The latest revision is attached.. #!/usr/bin/env python #This program can be distributed under the terms of the GNU GPL. from fus

[Tracker] TrackerFs First "Version"

2006-11-16 Thread Eugenio
Hi, I have see again and corrected the trackerfs if you want to put it on cvs I am agreement and when I have free time I can write a simple README files :-) The latest revision is attached.. Bye #!/usr/bin/env python #This program can be distributed under the terms of the GNU GPL. from fus

[Tracker] A new Trackerfs

2006-11-15 Thread Eugenio
ad(self, path, length, offset): path = self._get_file_path(path) print "Trackerfs:read: %s" % path f = open(self._get_file_path(path), "r") f.seek(offset) return f.read(length) def write(self, path, buf, off): path = self._get_file_path(path) print &qu