Krunner window looks ugly...
Status: Beta
Brought to you by:
baghira-style
Is glitchy how the krunner window appears on screen, it is not the settings dialog, it is the window with the processes running, the one that appers when you hit Ctrl + Esc
This only happens when I select the vertical gradient as window background.
The same thing happens with ksnapshot window... i don't know windows that pops out when you hit the keyboard...
I have Bespin rev 1616
Anonymous
ksysguard --graphicssystem raster
-> problem gone?
ksysguard --graphicssystem native
-> problem there?
Hello anonymous!
Thanks for your suggestion, but I dind't came here giving my name and humilliating myself just to receive an answer for an anonymous user... If I know who you are, I will really appreciate that kind gesture...
btw the problem is not in ksysguard, I can run ksysguard without -grpahicssystem option at all without any problem, the problem is krunner, the window decoration, it looks different than the appereance of the other windows.
When I run ksysguard with the native option, it looks like krunner window.
Thank you for your help.
Regards.
Last edit: Jose Luis Triana 2013-11-19
I just forgot to log in - thus appeared as anonymous.
(FYI: i got to moderate every anonymous post, no bullshit should make it through ;-)
I've no idea why krunner picks the native graphcissystem, but
kquitapp krunner
krunner --graphicssytem raster
would "fix" this.
"Native client -> raster kwin" support will require some basic design decisions (i'd completely remove pixmap sharing which only works on the native -and for Qt < 4.5 i think: only- graphicssystem)
ping?
First of all, Thank you for your interest and help and for this excellent widget style
Excuse me, but I don't know how to respond to your question... If there's something I can do, I will do it gratefully.
Regards.
Last edit: Jose Luis Triana 2013-11-19
"ksysguard" is the program that krunner invokes (you could eg. also bind it via khotkeys), --graphicssystem is a switch that controls the way Qt renders applications and "native"/"raster" are parameters for it ("raster" being the default since 4.8)
So if you type
ksysguard --graphicssystem raster
into konsole, the window should show up (and have no issues)
and if you type
ksysguard --graphicssystem native
it should show up (and expose the issue)
Native graphicssystem clients and raster graphicssystem kwin would cause this (KWin deco misinterprets the information sent by the client)