Bug 428034

Summary: prevents suspend
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: rhythmboxAssignee: Bastien Nocera <bnocera>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: rvokal
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.11.4-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-05 05:46:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.