You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one plays with gnome-tweaks and enables minimize and maximize icons it's possible, that one ends up with two sets of those icons, one of the left, one of the right upper edge of the window.
You detect this by executing:
[pine@fedorapine ~]$ gsettings get org.gnome.desktop.wm.preferences button-layout
'minimize,maximize:minimize,maximize,appmenu'
This fixes it, setting the position to upper right corner:
[pine@fedorapine ~]$ gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,appmenu"
The text was updated successfully, but these errors were encountered:
If one plays with gnome-tweaks and enables minimize and maximize icons it's possible, that one ends up with two sets of those icons, one of the left, one of the right upper edge of the window.
You detect this by executing:
[pine@fedorapine ~]$ gsettings get org.gnome.desktop.wm.preferences button-layout
'minimize,maximize:minimize,maximize,appmenu'
This fixes it, setting the position to upper right corner:
[pine@fedorapine ~]$ gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,appmenu"
The text was updated successfully, but these errors were encountered: