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 785191 - Tweaks add a double application menu
Tweaks add a double application menu
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-07-20 20:05 UTC by alex diavatis
Modified: 2017-08-21 21:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
top_bar: Don't add appmenu if one is already set (2.57 KB, patch)
2017-08-20 20:29 UTC, Jeremy Bicha
committed Details | Review

Description alex diavatis 2017-07-20 20:05:11 UTC
Reproduce 
1. Open Tweaks App
2. Go to Top Bar
3. Set Application Menu to "Off"
4. Set Application Menu to "On" and then back to "Off"

Output
It draws two application menus, one on left side, on on the right side

Workaround
1. Open DConf Editor and go to
/org/gnome/desktop/wm/preferences/button-layout

2. Edit the value to draw only a single appMenu
Comment 1 Jeremy Bicha 2017-08-20 20:29:39 UTC
Created attachment 358030 [details] [review]
top_bar: Don't add appmenu if one is already set

This doesn't remove the double appmenu if that's already been set but at least it keeps from adding a second one
Comment 2 Jeremy Bicha 2017-08-21 21:33:35 UTC
I think this could be better but at least it shouldn't make the problem worse.

Attachment 358030 [details] pushed as 613326f - top_bar: Don't add appmenu if one is already set