Summary: | Dim screen for administrator mode breaks dialogs | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Daniel Nicoletti <dantti12> |
Component: | compositing | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Nicoletti
2009-02-03 20:15:48 UTC
Yes I understand the reason. The dialog is painted above all other windows. So the combobox is painted below the dialog. The effect needs a big rework or should be dropped in 4.3. There are some issues with it and Lubos has never been happy about. SVN commit 923844 by graesslin: Rework of dim screen for administration mode effect. Now it changes brightness and saturation of all windows instead of painting a semi-transparent area on the screen. And it works nicely with fullscreen effects. So the windows are not dimmed in e.g. coverswitch. BUG: 183046 M +36 -93 dimscreen.cpp M +5 -16 dimscreen.h WebSVN link: http://websvn.kde.org/?view=rev&revision=923844 Thanks Martin for the quick fix, but it is still not perfect :P the combobox list is now dimmed too :( At least we can see it now :D (In reply to comment #3) > Thanks Martin for the quick fix, but it is still not perfect :P > the combobox list is now dimmed too :( > At least we can see it now :D So it's an improvement to before ;-) Problem is I can't test it as I do not yet have policykit... I set option to not dim comboboxes, seem's this does not yet work reliable. (In reply to comment #4) > (In reply to comment #3) > > Thanks Martin for the quick fix, but it is still not perfect :P > > the combobox list is now dimmed too :( > > At least we can see it now :D > So it's an improvement to before ;-) > > Problem is I can't test it as I do not yet have policykit... I set option to > not dim comboboxes, seem's this does not yet work reliable. > Yep, it is an improvement :D if you don't want to install policykit you could try creating a dummy application that has a combobox list and add that to the applications list of your effect. I wish i could help testing but i'm out of space to download trunk here. I need a new HD :P SVN commit 936926 by graesslin: Don't dim unmanaged windows. BUG: 183046 M +1 -2 dimscreen.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=936926 Thanks a lot graesslin :D Lukas tested it and worked pretty fine |