[Bug 578542] Re: resuming from S3 wrongly prompts for password

2014-03-14 Thread Charles Kerr
** Changed in: gnome-power-manager (Ubuntu)
   Status: In Progress => New

** Changed in: upower (Ubuntu)
   Status: In Progress => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/578542

Title:
  resuming from S3 wrongly prompts for password

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/578542/+subscriptions

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2013-10-13 Thread Bug Watch Updater
Launchpad has imported 8 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=35797.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2011-03-30T07:34:48+00:00 Michael Terry wrote:

Created attachment 45048
Adds signal arg

In Ubuntu, we got a bug filed about how suspends initiated outside of
gnome-power-manager were not locking the screen correctly.

This is because it handled locking as a result of internal methods, not
as a response to the Sleeping signal from upower.  Ideally it would do
that instead, but first, that signal needs to have enough information
for a policy agent like gnome-power-manager to determine policy.

Which means it needs to tell listeners whether the sleep is a suspend or
hibernate.

We received a patch for this by Phillip Susi (attached).  It simply adds
an int argument to the signal.  Will existing dbus listeners be confused
by the addition of a new argument?

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/578542/comments/18


On 2011-03-30T08:05:44+00:00 Richard Hughes wrote:

Yup, see http://lists.freedesktop.org/archives/devkit-
devel/2011-March/001054.html

And yes, adding an argument will upset people.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/578542/comments/19


On 2011-03-30T08:12:38+00:00 Michael Terry wrote:

Ah, sorry, searched bugs, but didn't think about the mailing list.

What about a second signal, named "SleepingFull" or something?

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/578542/comments/20


On 2011-03-30T10:14:13+00:00 Richard Hughes wrote:

SleepingFull might be best, I though perhaps Sleeping2, but both seem
non-ideal. Got any better ideas?

Richard.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/578542/comments/21


On 2011-03-30T10:17:54+00:00 Michael Terry wrote:

The only alternative to a second signal I can think of is a query method
like GetCurrentSleepType(), but that's a whole 'nother round trip eating
into the precious second before suspend (I don't know how much of a
concern that is).

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/578542/comments/22


On 2011-03-30T10:18:59+00:00 Michael Terry wrote:

Oh, I think you meant naming ideas?  SleepingWithType?

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/578542/comments/23


On 2011-03-30T10:24:53+00:00 Richard Hughes wrote:

(In reply to comment #4)
> The only alternative to a second signal I can think of is a query method like
> GetCurrentSleepType(), but that's a whole 'nother round trip eating into the
> precious second before suspend (I don't know how much of a concern that is).

Eek. RTT is probably too high for that. Even setting a property might be
racy, I'm not sure. A PropertyChanged signal in GDBus is run in a new
thread, and I'm not sure how it works when we're using the clunky dbus-
glib.

At the moment I'm erring for ::SleepingKind and ::ResumingKind as we
call things kinds internally (rather than type, which upsets glib
sometimes).

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/578542/comments/24


On 2013-10-12T22:52:43+00:00 Bugzilla-x wrote:

The Sleeping signal is deprecated, and removed in my branch. We won't
get a new signal.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gnome-power-
manager/+bug/578542/comments/26


** Changed in: upower
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/578542

Title:
  resuming from S3 wrongly prompts for password

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/578542/+subscriptions

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2012-09-28 Thread Ted Gould
** Changed in: indicator-session
 Assignee: Ted Gould (ted) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/578542

Title:
  resuming from S3 wrongly prompts for password

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/578542/+subscriptions

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2011-09-01 Thread Conor Curran
** Changed in: indicator-session (Ubuntu)
   Status: In Progress => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/578542

Title:
  resuming from S3 wrongly prompts for password

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/578542/+subscriptions

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2011-03-30 Thread Bug Watch Updater
** Changed in: upower
   Status: Unknown => Confirmed

** Changed in: upower
   Importance: Unknown => Medium

** Changed in: gnome-power
   Status: Unknown => New

** Changed in: gnome-power
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/578542

Title:
  resuming from S3 wrongly prompts for password

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2011-03-30 Thread Michael Terry
I filed upstream bugs with your patches, Phillip.  I think upstream
should probably greenlight such patches, as the new dbus signal argument
will likely impact all listeners to that signal.

** Bug watch added: GNOME Bug Tracker #646238
   https://bugzilla.gnome.org/show_bug.cgi?id=646238

** Also affects: gnome-power via
   https://bugzilla.gnome.org/show_bug.cgi?id=646238
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/578542

Title:
  resuming from S3 wrongly prompts for password

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2011-03-30 Thread Michael Terry
** Bug watch added: freedesktop.org Bugzilla #35797
   http://bugs.freedesktop.org/show_bug.cgi?id=35797

** Also affects: upower via
   http://bugs.freedesktop.org/show_bug.cgi?id=35797
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/578542

Title:
  resuming from S3 wrongly prompts for password

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2011-03-21 Thread Ted Gould
Adding an indicator-session task with it marked as "incomplete" to see
if the other patches get merged as it effects how this should be
accepted.  I think this is the right approach, but there are a couple of
dependencies here.

** Also affects: indicator-session
   Importance: Undecided
   Status: New

** Changed in: indicator-session
   Importance: Undecided => Medium

** Changed in: indicator-session
   Status: New => Incomplete

** Changed in: indicator-session
 Assignee: (unassigned) => Ted Gould (ted)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/578542

Title:
  resuming from S3 wrongly prompts for password

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2011-03-18 Thread Phillip Susi
** Branch linked: lp:~psusi/ubuntu/natty/upower/sleep

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/578542

Title:
  resuming from S3 wrongly prompts for password

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2011-03-18 Thread Phillip Susi
** Branch linked: lp:~psusi/ubuntu/natty/indicator-session/sleep

** Branch linked: lp:~psusi/ubuntu/natty/gnome-power-manager/sleep

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/578542

Title:
  resuming from S3 wrongly prompts for password

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2011-03-18 Thread Phillip Susi
** Also affects: upower (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: upower (Ubuntu)
   Status: New => In Progress

** Changed in: upower (Ubuntu)
 Assignee: (unassigned) => Phillip Susi (psusi)

** Changed in: indicator-session (Ubuntu)
   Status: New => In Progress

** Changed in: indicator-session (Ubuntu)
 Assignee: (unassigned) => Phillip Susi (psusi)

** Changed in: gnome-power-manager (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: gnome-power-manager (Ubuntu)
 Assignee: (unassigned) => Phillip Susi (psusi)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/578542

Title:
  resuming from S3 wrongly prompts for password

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2011-03-06 Thread Phillip Susi
It looks like gnome-power-manager is not used to handle suspend any
more.  Indicator-session appears to directly lock the screen, kick off
the screen saver, and ask UPower to transition the system to sleep mode.
I can not see any dbus interface being exported by g-p-m to even ask it
to suspend, so I guess that interface must have been removed.  It does
appear to still suspend when it decides the system has been idle long
enough to auto suspend.

I think that the gpm interface needs put back and indicator-session
needs fixed to call on it instead of handling the locking/screen saver
and UPower calls itself.  Either that or it needs to only call UPower,
and if g-p-m wants to lock the screen then it should monitor for the
Suspending signal UPower emits.


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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/578542

Title:
  resuming from S3 wrongly prompts for password

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2010-09-17 Thread marcw
In the past couple days I've figured out a work around for this issue: I
uninstalled gnome-screensaver and installed xscreensaver instead.  This
seems to have solved the issue.  And I get better screens to boot!

-- 
resuming from S3 wrongly prompts for password
https://bugs.launchpad.net/bugs/578542
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2010-09-17 Thread Phillip Susi
I have observed the same thing on my laptop.


** Changed in: gnome-power-manager (Ubuntu)
   Status: Incomplete => Confirmed

-- 
resuming from S3 wrongly prompts for password
https://bugs.launchpad.net/bugs/578542
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 578542] Re: resuming from S3 wrongly prompts for password

2010-08-18 Thread marcw
apport information

** Tags added: apport-collected

** Description changed:

  Binary package hint: gnome-power-manager
  
  Despite the gconf items 
  /apps/gnome-power-manager/lock/use_screensaver_settings and 
  /apps/gnome-power-manager/lock/suspend 
  both being set to false, I am still prompted for a password when resuming my 
workstation from S3.  I do not want to be prompted.  Other than this, my 
suspend & resume work fine.
  
  Description:  Ubuntu 10.04 LTS
  Release:  10.04
  32 bit
+ --- 
+ Architecture: i386
+ DistroRelease: Ubuntu 10.04
+ GnomeSessionIdleInhibited: No
+ GnomeSessionInhibitors: None
+ GnomeSessionSuspendInhibited: No
+ InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
+ Lsusb:
+  Bus 002 Device 002: ID 0458:0024 KYE Systems Corp. (Mouse Systems) 
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 003: ID 046d:0990 Logitech, Inc. QuickCam Pro 9000
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ NonfreeKernelModules: nvidia
+ Package: gnome-power-manager 2.30.0-0ubuntu1
+ PackageArchitecture: i386
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic-pae 
root=UUID=90fb6769-d9c5-44a0-9aa9-253a95e9bf49 ro quiet splash
+ ProcEnviron:
+  LANG=en_US.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-24.39-generic-pae 2.6.32.15+drm33.5
+ Tags: lucid
+ Uname: Linux 2.6.32-24-generic-pae i686
+ UserGroups: adm admin cdrom dialout libvirtd lpadmin mythtv plugdev 
sambashare vboxusers
+ dmi.bios.date: 02/26/2009
+ dmi.bios.vendor: Award Software International, Inc.
+ dmi.bios.version: FHe
+ dmi.board.name: M57SLI-S4
+ dmi.board.vendor: Gigabyte Technology Co., Ltd.
+ dmi.board.version: x.x
+ dmi.chassis.type: 3
+ dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrFHe:bd02/26/2009:svn:pn:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnM57SLI-S4:rvrx.x:cvn:ct3:cvr:

** Attachment added: "BootDmesg.txt"
   
https://bugs.edge.launchpad.net/bugs/578542/+attachment/1498883/+files/BootDmesg.txt

-- 
resuming from S3 wrongly prompts for password
https://bugs.launchpad.net/bugs/578542
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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