From aaa719d2e27ee6a1e0d556d9063869d454d0c176 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 2 Dec 2014 21:09:43 -0600 Subject: [PATCH] Forcibly terminate kdesktop_lock after unlock This resolves Bug 2222 --- kdesktop/lock/main.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/kdesktop/lock/main.cc b/kdesktop/lock/main.cc index ce3be3f14..79799d129 100644 --- a/kdesktop/lock/main.cc +++ b/kdesktop/lock/main.cc @@ -529,13 +529,11 @@ int main( int argc, char **argv ) delete trinity_desktop_lock_process; trinity_desktop_lock_process = NULL; -#if 0 // FIXME // We should not have to return (restart) at all, // but it seems that some X11 connections are left active, // preventing the lock process from restarting properly in the while() loop above. return 0; -#endif } } }