[Bug 10340] An option to lock KDE upon system resumption after hibernate
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Wed Oct 5 04:45:09 UTC 2005
Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=10340
Ubuntu (kubuntu) | acpi-support
------- Additional Comments From mike+ubuntu at blakeley.com 2005-10-05 05:45 UTC -------
Workaround (also for problems with kopete and suspend):
/etc/acpi/suspend.d/99-local.sh
#!/bin/sh
# kopete hangs onto sockets or something
dcop --all-sessions kopete KopeteIface disconnectAll
# lock screen, if needed
if [ x$LOCK_SCREEN = xtrue ]; then
dcop --all-sessions kdesktop KScreensaverIface lock
fi
# end
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the kubuntu-bugs
mailing list