Re: how to prevent standby during critical operations on linux

2010-04-07 Thread Dave Howorth
A. Walton wrote: > On Tue, Apr 6, 2010 at 6:05 PM, frm wrote: >> Just a few more questions about it: >> 1) the page you linked seems to contain API docs for a generic language (not >> necessarily C/C++) nor it contains any info about which library/header files >> contain those APIs... how can I us

Re: how to prevent standby during critical operations on linux

2010-04-06 Thread A. Walton
On Tue, Apr 6, 2010 at 6:05 PM, frm wrote: > > Hi, > > > A. Walton-2 wrote: >> >> On Mon, Apr 5, 2010 at 5:46 AM, frm wrote: >>> What do you suggest? >>> Is there some simple example code for using DBus+DeviceKit-power from a >>> GTK >>> app somewhere? >> http://people.gnome.org/~mccann/gnome-ses

Re: how to prevent standby during critical operations on linux

2010-04-06 Thread frm
Hi, A. Walton-2 wrote: > > On Mon, Apr 5, 2010 at 5:46 AM, frm wrote: >> What do you suggest? >> Is there some simple example code for using DBus+DeviceKit-power from a >> GTK >> app somewhere? > http://people.gnome.org/~mccann/gnome-session/docs/gnome-session.html#org.gnome.SessionManager.Inh

Re: how to prevent standby during critical operations on linux

2010-04-06 Thread A. Walton
On Mon, Apr 5, 2010 at 5:46 AM, frm wrote: > > Hi all, >    I've written an application based on GTK (which loads some gnome libs > dynamically to avoid static linker dependencies) which needs to perform an > important operation which cannot be interrupted by e.g. automatic standby > because of us