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 673965 - Settings in wrong path
Settings in wrong path
Status: RESOLVED FIXED
Product: cheese
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: 3.4
Assigned To: Cheese Maintainer(s)
Cheese Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-04-12 06:51 UTC by Robert Ancell
Modified: 2013-01-28 22:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Change schema path to standard format (781 bytes, patch)
2012-04-12 06:51 UTC, Robert Ancell
committed Details | Review

Description Robert Ancell 2012-04-12 06:51:22 UTC
Created attachment 211903 [details] [review]
Change schema path to standard format

The settings are in /apps/cheese when they should be in /org/gnome/cheese:
http://mail.gnome.org/archives/desktop-devel-list/2011-February/msg00064.html

Patch attached
Comment 1 André Klapper 2012-04-12 08:35:26 UTC
I wonder if this needs migration code to not completely lose all settings when upgrading? :-/
Comment 2 Robert Ancell 2012-04-12 13:20:57 UTC
Yes, the settings will be lost if a migration is not performed.
Comment 3 David King 2013-01-28 22:38:12 UTC
Comment on attachment 211903 [details] [review]
Change schema path to standard format

Pushed to master as commit d19e33e1d132634de8901d9c1a9405d5583fcf4b. As the settings are looked up my schema name and not path, no settings will be lost.