Can you add the ability to blur the background when using semi-transparent dialogs and menus. With moderate to strong transparency, it is difficult to read the dialog without blurring.
For menus this certainly makes sense, but dialogs get a global opacity - blurring won't help with readability since the text etc. becomes translucent as well (so the idea is moderate translucency)
You could try:
xprop -f _KDE_NET_WM_BLUR_BEHIND_REGION 32c -set _KDE_NET_WM_BLUR_BEHIND_REGION 0
click the dialog and check the result.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Menus are actually different, since they're real ARGB with opaque text - so they should indeed benefit from blurring.
Justr for translucent modal dialogs, i doubt so (but feel free to prove me wrong - impressing scrot or so ;-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For menus this certainly makes sense, but dialogs get a global opacity - blurring won't help with readability since the text etc. becomes translucent as well (so the idea is moderate translucency)
You could try:
xprop -f _KDE_NET_WM_BLUR_BEHIND_REGION 32c -set _KDE_NET_WM_BLUR_BEHIND_REGION 0
click the dialog and check the result.
..
Accidental double post
Last edit: beojan 2014-02-24
I see the issue. It's probably best if I don't use more than very lightly translucent menus then.
Last edit: beojan 2014-02-24
Menus are actually different, since they're real ARGB with opaque text - so they should indeed benefit from blurring.
Justr for translucent modal dialogs, i doubt so (but feel free to prove me wrong - impressing scrot or so ;-)
On an unrelated note, there is a bug in the Bugs section that I reported at the same time as this one, that you appear not to have seen.
No, I saw that.
It's known and actually not that trivial to solve.
I'll try to give it a more intense review this WE.
r1716, no guarantee that this will increase reability in modal dialogs, but should help on menus.