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 745341 - "Windows > Automatically Raise Windows" does not work
"Windows > Automatically Raise Windows" does not work
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-02-28 17:31 UTC by Chris Bainbridge
Modified: 2015-03-06 18:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
windows: Use the proper gsetting for "Automatically Raise Windows" (1.27 KB, patch)
2015-03-06 18:19 UTC, Rui Matos
committed Details | Review

Description Chris Bainbridge 2015-02-28 17:31:44 UTC
In gnome-tweak-tool:

    "Windows > Automatically Raise Windows" is ON
    "Focus Mode" is "Sloppy"

But Windows are not automatically raised

$ gsettings get org.gnome.desktop.wm.preferences auto-raise
false

???

gnome-tweak-tool source file gtweak/tweaks/tweak_group_windows.py says:

    GSettingsSwitchTweak(_("Automatically Raise 
    Windows"),"org.gnome.desktop.wm.preferences", "raise-on-click"),

Shouldn't this be "auto-raise" instead of "raise-on-click"?
This does work as expected:

    gsettings set org.gnome.desktop.wm.preferences auto-raise true
Comment 1 Chris Bainbridge 2015-02-28 17:32:37 UTC
Test platform is Debian Jessie.
Comment 2 Rui Matos 2015-03-06 18:19:02 UTC
Created attachment 298748 [details] [review]
windows: Use the proper gsetting for "Automatically Raise Windows"

--

Indeed, thanks for the report
Comment 3 Rui Matos 2015-03-06 18:19:31 UTC
Attachment 298748 [details] pushed as 12348e1 - windows: Use the proper gsetting for "Automatically Raise Windows"