Hi, i'm using
KDE 4.2.4 with
Compiz-fusion 0.8.2 on my
Mandriva 2009.1 box, and all is working flawlessly except one annoying thing. I have tuned compiz to make my windows and menus partially transparent by adding this line in
ccsm (plugin: "Opacity, Brightness and Saturation", "Windows specific settings" in "Opacity" tab):
Code:
(any) & !(type=Menu | PopupMenu | DropdownMenu) & !(class=Firefox) & !(title=MPlayer) & !(type=Normal & class=Gimp)
So, it works great and all, but I couldn't find an option to turn off transparency for my screensaver (which I can run from terminal by typing ksolarwinds.kss). It's tricky, because, if I add this line to windows-specific settings:
Code:
& !(name = ksolarwinds.kss)
it only makes
windowed (e.g. launched from the konsole) screensaver non-transparent. But not in the fullscreen mode. And that's why locking screen become senseless.
I've already tried
Code:
!(name=ksolarwinds.kss & type=fullscreen)
but that didn't worked.
Any help would be greatly appreciated, and forgive me for my not-so-good English (if there was any).