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 509384 - photo directory should default to XDG user dir setting, not ~/Photos
photo directory should default to XDG user dir setting, not ~/Photos
Status: RESOLVED DUPLICATE of bug 459338
Product: f-spot
Classification: Other
Component: Import
0.4.x
Other Linux
: Normal normal
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-14 14:47 UTC by Martin Pitt
Modified: 2008-01-14 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Pitt 2008-01-14 14:47:26 UTC
F-Spot seems to have ~/Photos hardcoded, which breaks XDG user dirs and its translations:

# /home does not have enough space for my photos, so I keep them on a separate disk
$ xdg-user-dir PICTURES
/mm/Fotos/

# NB that this isn't even covered by a schema
$ LC_ALL=C gconftool -g /apps/f-spot/import/storage_path
No value set for `/apps/f-spot/import/storage_path'

$ f-spot
# do nothing, just close again

$ LC_ALL=C gconftool -g /apps/f-spot/import/storage_path
/home/martin/Photos
Comment 1 Maxxer 2008-01-14 16:07:32 UTC

*** This bug has been marked as a duplicate of 459338 ***