GNOME Bugzilla – Bug 728874
Extra, unselectable dconf option in gsetting description
Last modified: 2015-06-13 08:56:02 UTC
In org.gnome.epiphany.gschema.xml.h:31 the string states: "Toolbar style. Allowed values are \"\" (use GNOME default style), \"both\" (text and icons), \"both-horiz\" (text besides icons), \"icons\", and \"text\"." However the "" value is not selectable in dconf. Only the four other are listed. Further checking in gsettings gave the following results: $ gsettings set org.gnome.Epiphany.ui toolbar-style "" The provided value is outside of the valid range $ gsettings range org.gnome.Epiphany.ui toolbar-style enum 'both' 'both-horiz' 'icons' 'text' And in /libs/ephy-prefs.h I see: typedef enum { EPHY_PREFS_UI_TOOLBAR_STYLE_BOTH, EPHY_PREFS_UI_TOOLBAR_STYLE_BOTH_HORIZ, EPHY_PREFS_UI_TOOLBAR_STYLE_ICONS, EPHY_PREFS_UI_TOOLBAR_STYLE_TEXT } EphyPrefsUIToolbarStyle; So it looks like the empty string "" not is a valid value for toolbar style.
Created attachment 275622 [details] [review] Proposed patch Removed the "" possible value from the dconf value description.
Review of attachment 275622 [details] [review]: I think the real problem is that this setting still exists, since the toolbar was removed in 2012.
Created attachment 305142 [details] [review] Updated proposed patch Removed references to toolbar-style as requested.
Review of attachment 305142 [details] [review]: Committed to master.
This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version.