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

Damyan Ivanov dmn at debian.org
Tue Oct 21 19:35:33 UTC 2008


The following commit has been merged in the master branch:
commit ecf263881fc7745e7aa56ad3ecb8c36970050e86
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Oct 21 22:17:55 2008 +0300

    add missing "--user $user" to dcop invocation. really closes: #499544

diff --git a/functions.sh b/functions.sh
index cb17cfe..77389ff 100644
--- a/functions.sh
+++ b/functions.sh
@@ -49,7 +49,7 @@ lock_x_screen()
             done
             # try locking KDE
             if [ -x /usr/bin/dcop ]; then
-                dcop kdesktop KScreensaverIface lock
+                dcop --user $user kdesktop KScreensaverIface lock
             fi
         fi
     fi

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-devel mailing list