After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344948 - Inhibit Gnome Power Manager from suspending while burning
Inhibit Gnome Power Manager from suspending while burning
Status: RESOLVED FIXED
Product: serpentine
Classification: Deprecated
Component: general
0.7
Other All
: Normal enhancement
: ---
Assigned To: Serpentine Maint
Serpentine Maint
Depends on:
Blocks:
 
 
Reported: 2006-06-15 06:02 UTC by lists
Modified: 2007-08-13 15:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to make serpentine inhibit gpm while burning (1.63 KB, patch)
2007-02-03 01:13 UTC, Mads Chr. Olesen
none Details | Review
Plugin to inhibit gpm while burning (1.19 KB, patch)
2007-08-10 22:43 UTC, Matthew Martin
accepted-commit_now Details | Review

Description lists 2006-06-15 06:02:58 UTC
From: https://launchpad.net/distros/ubuntu/+source/serpentine/+bug/49793

All serpentine has to do is call a simple dbus method when the burning of a cd starts and a simple dbus method when it's finished. This way Gnome-Power-Manager doesn't auto-suspend or power-down while burning is taking place.

See https://wiki.ubuntu.com/GnomePowerManagerInactiveSleep for more information.
Comment 1 Mads Chr. Olesen 2007-02-03 01:13:55 UTC
Created attachment 81803 [details] [review]
Patch to make serpentine inhibit gpm while burning
Comment 2 Tiago Cogumbreiro 2007-02-03 01:49:05 UTC
Thanks alot for the patch. However, I won't apply it because I want to implement it as a plugin, so that it remains compatible with systems that do not have DBus.

I will try to implement it next week and release Serpentine 0.7.1
Comment 3 Tiago Cogumbreiro 2007-02-03 01:50:13 UTC
I forgot to tell you, if you want to implement it yourself I will be more then glad to accept it! :)

If you need any pointers do not hesitate to mail me.
Comment 4 Tiago Cogumbreiro 2007-08-10 00:11:41 UTC

Pushed up to revision 119.

revno: 119
committer: Tiago Cogumbreiro <cogumbreiro@users.sf.net>
branch nick: serpentine.dev
timestamp: Fri 2007-08-10 00:06:53 +0000
message:
  'serpentine.Application' now triggers two events (use the 'listeners' attribute): 'on_writing_started' and 'on_writing_finished'.
Comment 5 Matthew Martin 2007-08-10 22:43:50 UTC
Created attachment 93458 [details] [review]
Plugin to inhibit gpm while burning