Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Fix double iconset on gtk window titles #75

Open
Cyborgscode opened this issue Dec 8, 2020 · 0 comments
Open

How to Fix double iconset on gtk window titles #75

Cyborgscode opened this issue Dec 8, 2020 · 0 comments

Comments

@Cyborgscode
Copy link

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.

Bildschirmfoto vom 2020-12-06 19-00-08

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant