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 751093 - Wrong description of fix-button-layout key in org.gnome.gnome-flashback.gschema.xml
Wrong description of fix-button-layout key in org.gnome.gnome-flashback.gsche...
Status: RESOLVED FIXED
Product: gnome-flashback
Classification: Other
Component: general
3.17.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Flashback Maintainers
GNOME Flashback Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-17 08:10 UTC by Dmitry Shachnev
Modified: 2015-06-18 21:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Correct description of fix-button-layout gsettings key (1.35 KB, patch)
2015-06-18 08:25 UTC, Dmitry Shachnev
committed Details | Review

Description Dmitry Shachnev 2015-06-17 08:10:47 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".
Comment 1 Alberts Muktupāvels 2015-06-17 16:20:27 UTC
Can you add patch? I have no time right now...
Comment 2 Dmitry Shachnev 2015-06-18 08:25:52 UTC
Created attachment 305521 [details] [review]
Correct description of fix-button-layout gsettings key
Comment 3 Alberts Muktupāvels 2015-06-18 21:53:38 UTC
Thanks!