Thanks for your answer.
Like you suggested I deleted the gtk4 folder, but this seems not to solve the problem as the popup menu remains odd looking. Any other ideas?
Cheers
I am a little puzzled as I do not understand what config is actually defining i.e. the look and feel of these popup menus.
📦[123@tumbleweed .config]$ ls ~/.config/gtk-3.0
bookmarks
📦[123@tumbleweed .config]$ ls ~/.config/gtk-4.0
ls: cannot access '/home/kokko/.config/gtk-4.0': No such file or directory
any ideas?
Cheers.
PS: this is how the tweak app is showing its info. The settings are what I expect, still it seems like there is a other config interfering.
That looks wrong. As has already been mentioned this environment variable should not be set. It is intended for debugging purposes and setting it will cause libadwaita applications to look like in your screenshot.
The issue is that the Adwaita Dark theme you are setting in GTK_THEME is a GTK3 theme. When Libadwaita apps attempt to load this GTK3 theme, it results in the styling breaking.
In general, it is not necessary to set this environmental variable. GTK3 apps will read from gsettings which theme to use, which does not break Libadwaita apps.
Yep — that was the issue. It looks fine again now
Somehow I ended up adding that environment variable to my .profile while experimenting with a tiling window manager.