[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-10-01 Thread Simon Allen
OMG who on earth thought that two packages dconf and dconf-tools should
have the same executable name but completely different functionality?

With dconf-tools installed I get:

/org/gnome/settings-daemon/plugins/power/idle-dim-battery=false
/org/gnome/settings-daemon/plugins/power/sleep-display-ac=3600
/org/gnome/settings-daemon/plugins/power/sleep-display-battery=3600

>From Eugene's second command.

I will set the sleep-display-ac to nothing and see what happens. Will
report back.

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

Title:
  [oneiric] Gnome3/Unity session fails to apply suspend/hibernate
  parameters, set by "Power Settings" dialog

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-10-01 Thread Eugene San
Looks like power settings dialog unable to apply suspend/resume settings for 
current session.
Please report if settings got applied after reboot.

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

Title:
  [oneiric] Gnome3/Unity session fails to apply suspend/hibernate
  parameters, set by "Power Settings" dialog

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-10-01 Thread Jose Celestino
Users that have the suspend even on ac, can you try to set the following
to 'blank' or 'nothing'

/org/gnome/settings-daemon/plugins/power/sleep-inactive-ac-type

and see if it fixes the problem? Seems to me that the defaults for that
(and/or other sleep-inactive-*) may be wrong.

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-10-01 Thread Simon Allen
This also affects both my laptop and my desktop. (very annoying when you
are downloading something and go to bed and your computer shuts off half
way through). I can confirm all my power options in the control centre
are set to never suuspend.

$dpkg -s gnome-settings-daemon | grep ^Version
Version: 3.2.0-0ubuntu3

For that second command I don't actually get anything at all.

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-10-01 Thread balo
$ dpkg -s gnome-settings-daemon | grep ^Version
Version: 3.2.0-0ubuntu3

$ for c in `dconf list /org/gnome/settings-daemon/plugins/power/`; do echo -n 
"/org/gnome/settings-daemon/plugins/power/${c}="; dconf read 
/org/gnome/settings-daemon/plugins/power/${c}; done
/org/gnome/settings-daemon/plugins/power/critical-battery-action='hibernate'
/org/gnome/settings-daemon/plugins/power/idle-dim-battery=false
/org/gnome/settings-daemon/plugins/power/lid-close-ac-action='nothing'
/org/gnome/settings-daemon/plugins/power/lid-close-battery-action='nothing'
/org/gnome/settings-daemon/plugins/power/sleep-inactive-battery=false

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-10-01 Thread montini
$ dpkg -s gnome-settings-daemon | grep ^Version
Version: 3.2.0-0ubuntu3

$ for c in `dconf list /org/gnome/settings-daemon/plugins/power/`; do echo -n 
"/org/gnome/settings-daemon/plugins/power/${c}="; dconf read 
/org/gnome/settings-daemon/plugins/power/${c}; done
Traceback (most recent call last):
  File "/usr/bin/dconf", line 481, in 
main()
  File "/usr/bin/dconf", line 336, in main
symlink(which('dconf'), cronfile)
  File "/usr/bin/dconf", line 216, in symlink
os.symlink(src, dst)
OSError: [Errno 13] Permission denied

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-10-01 Thread Eugene San
Anyone with incorrect behavior, please post output of following commands:
$ dpkg -s gnome-settings-daemon | grep ^Version
$ for c in `dconf list /org/gnome/settings-daemon/plugins/power/`; do echo -n 
"/org/gnome/settings-daemon/plugins/power/${c}="; dconf read 
/org/gnome/settings-daemon/plugins/power/${c}; done

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-10-01 Thread Cas
The OP bug description is rather vague and the comments saying me too
are equally vague.

The original bug for me was that there was basically no automatic
suspend/hibernate prior to this bug being fixed so my laptop even on
battery power would never suspend. I assume this was the case with the
OP and that is why he set it to fix released.

To save a lot of confusion the best thing to do is for someone to create
a new bug which would be based on the new comments that their machines
suspend even with "Don't suspend" is selected.

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-10-01 Thread Alan Pope
This isnt just limited to laptops. My desktop suspends when I leave it
alone for a while, despite having "Suspend when inactive for: " set to
"Don't suspend"

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-10-01 Thread Michael Basse
I also can confirm that this bug is still there

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-10-01 Thread Alistair Buxton
Confirming that this bug still happens with gnome-power-manager
3.2.0-0ubuntu1.

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-09-30 Thread ViViD
This issue still exists as of this post on Gnome 3.2.0.

My laptop suspends after an unknown period of time regardless of the
settings I choose in Power Settings.

Currently, it is set to suspend only when on battery power (it is on AC
always at home), but still suspends after time.  Also, the resume tends
to cause Compiz/Unity to crash while the system attempts to reconnect to
the network and IRC.

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-09-29 Thread Eugene San
Solved in Gnome 3.2.0.

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

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-09-29 Thread Alfonso Cepeda
Although at the beginning they talk about other bug. In #860485 they
manage this problem. There is a workaround here:

https://bugs.launchpad.net/ubuntu/oneiric/+source/gnome-settings-
daemon/+bug/860485/comments/15

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-09-29 Thread Marius Kjeldahl
I do not think it has been fixed; I can't know for sure, but even my
desktop seems to "suspend" when I leave it alone for enough time. And
I've checked the power settings; looks fine (set to "don't suspend"
during install it seems).

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-09-27 Thread Cas
Seems to have been fixed in latest round of updates.

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-09-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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


[Bug 854624] Re: [oneiric] suspend/hibernate not performed according to "Power Settings"

2011-09-20 Thread Eugene San
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/854624

Title:
  [oneiric] suspend/hibernate not performed according to "Power
  Settings"

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

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