Duplicate window bar

Hi,
I don't know if it's only on my PC, but some applications gets duplicate window bar when I switch them to full screen.
screenshot12

1 Like

That’s why I avoid GTK based app on Plasma as much as possible :frowning:

As a workaround to prevent it, I use gtk3-nocsd. gtk3-nocsd-git is in Chaotic-AUR if you want to install it :slight_smile:

FYI
export GTK_CSD=0
export LD_PRELOAD=<"full path" of your libgtk3-nocsd.so.0 file>

Exporting these variables on ~/.profile worked for me only if I launch in terminal. I Just edited the GTK app launchers’ commands by adding "gtk3-nocsd " before.

4 Likes

I'm not that expert on Linux so I hope the devs will fix that later, I just wanted them to know about this issue and thanks for your solution :slightly_smiling_face:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.