I know the cause of this, 
The screen lock is now done by indicator-session, as it talks directly to 
upower.

I have this hack patch that always disables this:

diff -ru indicator-session-0.1.7-mod/src/session-service.c 
indicator-session-0.1.7/src/session-service.c
--- indicator-session-0.1.7-mod/src/session-service.c   2009-10-26 
12:51:50.000000000 +0200
+++ indicator-session-0.1.7/src/session-service.c       2009-10-08 
00:14:33.000000000 +0200
@@ -75,8 +75,8 @@
                g_warning("Can not %s as no DeviceKit Power Proxy", type);
        }
 
-       screensaver_throttle(type);
-       lock_screen(NULL, NULL);
+       //screensaver_throttle(type);
+       //lock_screen(NULL, NULL);
 
        dbus_g_proxy_begin_call(dkp_main_proxy,
                                type,


Of course now I prefer to just remove gnome screen saver altogether.
Bugs bugs and more bugs. Thats what Ubuntu is full of.

** Also affects: indicator-session (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: gnome-power-manager (Ubuntu)
       Status: New => Invalid

-- 
Suspend locks the screen despite gconf settings to the contrary
https://bugs.launchpad.net/bugs/645370
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to