GNOME Bugzilla – Bug 563666
All tracker utils programs require absolute paths
Last modified: 2008-12-08 17:34:56 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.
Committed fix in trunk.