[Bug 645370] Re: Suspend locks the screen despite gconf settings to the contrary

2012-03-17 Thread Sebastien Bacher
*** This bug is a duplicate of bug 255228 ***
https://bugs.launchpad.net/bugs/255228

** This bug has been marked a duplicate of bug 255228
   Disabling the suspend and hibernate locks via gconf-editor doesn't do 
anything (from Intrepid to Oneiric included)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in Ubuntu.
https://bugs.launchpad.net/bugs/645370

Title:
  Suspend locks the screen despite gconf settings to the contrary

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-session/+bug/645370/+subscriptions

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


[Bug 645370] Re: Suspend locks the screen despite gconf settings to the contrary

2011-02-07 Thread Ted Gould
** Changed in: indicator-session
   Status: New = Triaged

** Changed in: indicator-session
   Importance: Undecided = Low

** Changed in: indicator-session (Ubuntu)
   Status: New = Triaged

** Changed in: indicator-session (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Suspend locks the screen despite gconf settings to the contrary

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


[Bug 645370] Re: Suspend locks the screen despite gconf settings to the contrary

2011-01-08 Thread Omer Akram
** Also affects: indicator-session
   Importance: Undecided
   Status: New

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

Title:
  Suspend locks the screen despite gconf settings to the contrary

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


[Bug 645370] Re: Suspend locks the screen despite gconf settings to the contrary

2010-09-23 Thread Maxim Levitsky
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.0 +0200
+++ indicator-session-0.1.7/src/session-service.c   2009-10-08 
00:14:33.0 +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