GNOME Bugzilla – Bug 344948
Inhibit Gnome Power Manager from suspending while burning
Last modified: 2007-08-13 15:26:23 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.
Created attachment 81803 [details] [review] Patch to make serpentine inhibit gpm while burning
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
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.
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'.
Created attachment 93458 [details] [review] Plugin to inhibit gpm while burning