» Window switching bug in latest KDE
After upgrading to the latest (3.5.7) KDE in KDE:KDE3, I noticed there's a bug with window switching (
[alt-tab]
) with multiple screens: it only applies to windows that are on the same screen.
Here is the fix, just copy/paste those two commands with your regular user (not root) in a shell:
kwriteconfig --file kwinrc --group Windows \
--key SeparateScreenFocus --type bool false
dcop kwin default reconfigure
2 Comments:
This comment has been removed by the author.
could reproduce the bug but not the solution:
"werner@habel:~> kwriteconfig --file kwinrc --group Windows \ --key SeparateScreenFocus --type bool false
only gives me a help screen for kwriteconfig and from that on it is just guessing....
what am i missing?
TIA,
Werner
Post a Comment
<< Home