Bug 428034 - prevents suspend
Summary: prevents suspend
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: rhythmbox
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Bastien Nocera
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-01-08 20:25 UTC by Bill Nottingham
Modified: 2014-03-17 03:11 UTC (History)
1 user (show)

Fixed In Version: 0.11.4-2
Clone Of:
Environment:
Last Closed: 2008-02-05 05:46:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bill Nottingham 2008-01-08 20:25:55 UTC
Description of problem:

Any attempt to suspend fails with:

"Music Player has stopped the suspend from taking place: Playing"

I suppose someone may want this behavior, but there has to be a way
to disable this, right? There's nothing obvious in either the g-p-m
or rhythmbox prefs.

Version-Release number of selected component (if applicable):

rhythmbox-0.11.4-1.fc9
gnome-power-manager-2.21.1-1.fc9

Comment 1 Bastien Nocera 2008-01-09 12:40:39 UTC
Peter had the same complaint, see:
http://bugzilla.gnome.org/show_bug.cgi?id=423538

I've disabled the power-manager as being builtin, and disabled it by default in
F-8 and rawhide.

Comment 2 Bill Nottingham 2008-02-04 20:20:56 UTC
Is back in: rhythmbox-0.11.4-5.fc9.x86_64


Comment 3 Bastien Nocera 2008-02-04 21:05:07 UTC
We disable it by default in patch rb-disable-power-plugin-by-default.patch

Check whether /apps/rhythmbox/plugins/power-manager/active and
/apps/rhythmbox/plugins/power-manager/hidden are both disabled.

Comment 4 Bill Nottingham 2008-02-04 21:17:57 UTC
$ gconftool-2 -R /apps/rhythmbox/plugins/power-manager
 active = true
 hidden = false

I never explicitly enabled it, though.

Comment 5 Bastien Nocera 2008-02-04 22:39:58 UTC
Could you try:
gconftool-2 --recursive-unset /apps/rhythmbox/plugins/power-manager
and see whether it disables it?

It might be gconf being dumb, and seeing the default as being modified even
though it's the same as the default, thus not applying the default value when it
changes.

Comment 6 Bill Nottingham 2008-02-05 05:46:34 UTC
After recursive unset:

$ gconftool-2 -R /apps/rhythmbox/plugins/power-manager
 active = false
 hidden = false

No, that seems to do the right thing. *shrug* Will chalk it up to random noise
for now.


Note You need to log in before you can comment on or make changes to this bug.