jnsh / arc-theme

A flat theme with transparent elements (actively maintained fork)
GNU General Public License v3.0
902 stars 77 forks source link

Window buttons disappearing #98

Closed DonaNobisPacem closed 3 years ago

DonaNobisPacem commented 3 years ago

Hi, coming off from a fresh Arch installation with Cinnamon. I've noticed that in some apps, the window buttons (close, minimize, maximize) disappear. This happens when I select any of the Arc themes under Themes > Controls. They're still accessible, as they still function if I click in the approximate area of where they should be, but they're just not visible. I'm also not sure as to why some applications aren't affected and some are. Here are some sample screenshots I've taken.

System specs:

OS: Arch Linux 
Kernel: x86_64 Linux 5.9.6-arch1-1
DE: Cinnamon 4.6.7
WM: Muffin
WM Theme: Arc-Dark (Arc-Dark)
GTK Theme: Arc-Dark [GTK2/3]
Icon Theme: Numix

Window buttons gone Screenshot from 2020-11-09 20-24-52 Screenshot from 2020-11-09 20-25-06 Screenshot from 2020-11-09 20-18-23

Window buttons still there Screenshot from 2020-11-09 20-25-36 Screenshot from 2020-11-09 20-26-48

jnsh commented 3 years ago

Do you have any custom styling in your user's ~/.config/gtk-3.0/gtk.css, and does this happen with newly created user with no preexisting user configuration (i.e. completely empty home directory)?

EDIT: If the above didn't make any difference, please explain how you installed the theme? If you built it yourself, please post the full build commands you used. If you used a package, then which package?

DonaNobisPacem commented 3 years ago

I made a new user just to test it out, and it turns out that one has no issues! I then compared the contents of ~/.config/gtk-3.0/gtk.css for both users, and seeing that the newer one has it empty, I did the same for the other. Now it looks like it's been fixed as far as I can tell.

As for the installation of the themes, I used yay to install arc-gtk-theme.

jnsh commented 3 years ago

In that case, it sounds like your problem resulted from whatever you had in the gtk.css file, and not from the installed theme.

Thanks for reporting a potential bug nevertheless. Closing.