GNOME Bugzilla – Bug 751093
Wrong description of fix-button-layout key in org.gnome.gnome-flashback.gschema.xml
Last modified: 2015-06-18 21:55:55 UTC
The gschema currently says: <key name="fix-button-layout" type="s"> <default>'menu:minimize,maximize,close'</default> <_summary>Fix wrong button layout</_summary> <_description>If set to true, then gnome-flashback will force Gtk/DecorationLayout to value set by this setting. Set to empty string if you want to use gnome-settings-daemon overrides in xsettings plugin for 'Gtk/DecorationLayout' property.</_description> </key> I think it needs: "If set to true" -> "If set to non-empty string".
Can you add patch? I have no time right now...
Created attachment 305521 [details] [review] Correct description of fix-button-layout gsettings key
Thanks!