Suspend locks the screen despite gconf settings to the contrary

Bug #645370 reported by Carey Underwood
22
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Session Menu
Triaged
Low
Unassigned
gnome-power-manager (Ubuntu)
Invalid
Undecided
Unassigned
Nominated for Maverick by Carey Underwood
indicator-session (Ubuntu)
Triaged
Low
Unassigned
Nominated for Maverick by Carey Underwood

Bug Description

Binary package hint: gnome-power-manager

Having unset all of the lock options in /apps/gnome-power-manager/lock (specifically, 'suspend' and 'use_screensaver_settings'), the system still locks the screen on suspend.

Expected: No annoying password prompts.

Actual: Annoyingly useless password prompt appears on resume.

Although the machine is connected via a WPA protected AP, the password for that is stored in an unencrypted keyring; the laptop is configured to login and connect without a password.

Revision history for this message
Maxim Levitsky (maximlevitsky) wrote :

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.

Changed in gnome-power-manager (Ubuntu):
status: New → Invalid
Ted Gould (ted)
Changed in indicator-session:
status: New → Triaged
importance: Undecided → Low
Changed in indicator-session (Ubuntu):
status: New → Triaged
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.