PapirusDevelopmentTeam / arc-kde

Arc KDE customization
https://git.io/arc-kde
GNU General Public License v3.0
904 stars 53 forks source link

Konsole menubar color problem #36

Closed ghost closed 7 years ago

ghost commented 7 years ago

I've been having this weird color issue with the konsole menubar, any tips on how to fix it? It's on arc transparent btw screenshot_20170507_131231

SreckoM commented 7 years ago

Yup me too, and fix with script does not work as script is not located where suggested.

ghost commented 7 years ago

@SreckoM afaik that script is for gtk apps which works btw for gtk apps

SreckoM commented 7 years ago

O you are right, sorry missed that.

zakisaad commented 7 years ago

That script isnt even working for GTK apps for me

varlesh commented 7 years ago

Yes, this script for only GTK2 apps and not support transparent. For right work use kvantum engine for Qt-apps.

ghost commented 7 years ago

I am using kvantum

varlesh commented 7 years ago

Maybe you use not ArcDarkTransparent theme? Also kvantum have KvArcDark - it's not my theme

ghost commented 7 years ago

Yup, using ArcDarkTransparent, first thing I did after changing to kvantum

varlesh commented 7 years ago

Hm, it's strange... Maybe konsole use another widget for menubar? This bug reproduced on other KDE-aaps (dolphin, kate and etc..) ?

ghost commented 7 years ago

Only on konsole on my end, no such issue on kate nor dolphin

varlesh commented 7 years ago

@Ornim Sorry, but it's fix impossible. See kvantum developer comment:

This is not a bug.

Kvantum can make a window translucent only if it isn't already so. Konsole and QTerminal have hard-coded translucency, so, Kvantum doesn't touch their windows. In other words, the translucency of such apps isn't Kvantum's responsibility.

Another example is LXQt panel, whose possible translucency can be caused only by its stylesheet and if that stylesheet doesn't have transparency, Kvantum can't make the panel translucent.

ghost commented 7 years ago

Interesting

varlesh commented 7 years ago

Temporary solution - disable menubar (Ctrl+Shift+M)

ghost commented 7 years ago

Yeah that's what I've been doing