The following commit has been merged in the master branch:
commit df785afdacedf869b20fb88a793c13b539819270
Author: Damyan Ivanov <[EMAIL PROTECTED]>
Date:   Sun Sep 21 12:56:09 2008 +0300

    lock_x_screen: try locking KDE via dcop; Closes: #499544

diff --git a/functions.sh b/functions.sh
index 8406de8..cb17cfe 100644
--- a/functions.sh
+++ b/functions.sh
@@ -47,6 +47,10 @@ lock_x_screen()
                     && pidof /usr/bin/$ss > /dev/null \
                     && $ss-command --lock
             done
+            # try locking KDE
+            if [ -x /usr/bin/dcop ]; then
+                dcop kdesktop KScreensaverIface lock
+            fi
         fi
     fi
 }

-- 
Maintenance of eeepc-acpi-scripts debian package

_______________________________________________
Debian-eeepc-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel

Reply via email to