After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 563666 - All tracker utils programs require absolute paths
All tracker utils programs require absolute paths
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Jamie McCracken
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2008-12-08 11:07 UTC by Ivan Frade
Modified: 2008-12-08 17:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ivan Frade 2008-12-08 11:07:13 UTC
This command works fine:
tracker-tag -a example-tag /home/ivan/test/nice_song.mp3 

But this command (from "/home/ivan") fails:
tracker-tag -a example-tag ./test/nice_song.mp3 

with this error:  Entity '../../../test/ac-dc_thunderbug.mp3' was not found

The utils should convert the relative paths into absolute paths before calling the daemon.
Comment 1 Ivan Frade 2008-12-08 17:34:56 UTC
Committed fix in trunk.