[Debian-eeepc-devel] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. df785afdacedf869b20fb88a793c13b539819270

Damyan Ivanov dmn at debian.org
Sun Sep 21 10:05:49 UTC 2008


The following commit has been merged in the master branch:
commit df785afdacedf869b20fb88a793c13b539819270
Author: Damyan Ivanov <dmn at debian.org>
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



More information about the Debian-eeepc-devel mailing list