From a3bdfc555862f3a4a6b90945017952e55b82501e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sat, 4 Mar 2006 19:51:24 +0000 Subject: [PATCH] Disable focus stealing prevention by default also for XV. No idea how I could have forgotten this exemplary broken usage of WM hints. svn path=/trunk/KDE/kdebase/workspace/; revision=515762 --- data/fsp_workarounds_1 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/data/fsp_workarounds_1 b/data/fsp_workarounds_1 index 15b5dfc2b0..4ca82a28b0 100644 --- a/data/fsp_workarounds_1 +++ b/data/fsp_workarounds_1 @@ -1,5 +1,5 @@ [1] -description=(Default) Disable focus stealing prevention for OopenOffice.org 2.0 +description=(Default) Disable focus stealing prevention for OpenOffice.org 2.0 fsplevel=0 fsplevelrule=2 wmclass=vclsalframe openoffice.org 2.0 @@ -30,5 +30,13 @@ wmclass=thunderbird-bin wmclasscomplete=false wmclassmatch=1 +[5] +description=(Default) Disable focus stealing prevention for XV +fsplevel=0 +fsplevelrule=2 +wmclass=^xv .* +wmclasscomplete=true +wmclassmatch=3 + [General] -count=4 +count=5