Re: [PyKDE] idle time detection

2006-11-11 Thread Sebastian Kügler
On Thursday 09 November 2006 19:51, Sebastian Kügler wrote: > Can anyone think of some clean way for a PyKDE application to detect idle > time? > > For the Kubuntu powermanager applet, we're currently missing that feature. > The usecase would be kicking in a suspend / hibernate / dimming display >

Re: [PyKDE] idle time detection

2006-11-09 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Pakulat schrieb: > On 09.11.06 21:50:51, Torsten Marek wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Matt Newell schrieb: >>> On Thursday 09 November 2006 11:48, Andreas Pakulat wrote: On 09.11.06 19:51:11, Sebastian Küg

Re: [PyKDE] idle time detection

2006-11-09 Thread Andreas Pakulat
On 09.11.06 21:50:51, Torsten Marek wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Matt Newell schrieb: > > On Thursday 09 November 2006 11:48, Andreas Pakulat wrote: > >> On 09.11.06 19:51:11, Sebastian Kügler wrote: > >>> Can anyone think of some clean way for a PyKDE application t

Re: [PyKDE] idle time detection

2006-11-09 Thread Jim Bublitz
On Thursday 09 November 2006 10:51, Sebastian Kügler wrote: > Can anyone think of some clean way for a PyKDE application to detect idle > time? > > For the Kubuntu powermanager applet, we're currently missing that feature. > The usecase would be kicking in a suspend / hibernate / dimming display >

Re: [PyKDE] idle time detection

2006-11-09 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Newell schrieb: > On Thursday 09 November 2006 11:48, Andreas Pakulat wrote: >> On 09.11.06 19:51:11, Sebastian Kügler wrote: >>> Can anyone think of some clean way for a PyKDE application to detect idle >>> time? >>> >>> For the Kubuntu powermana

Re: [PyKDE] idle time detection

2006-11-09 Thread Matt Newell
On Thursday 09 November 2006 11:48, Andreas Pakulat wrote: > On 09.11.06 19:51:11, Sebastian Kügler wrote: > > Can anyone think of some clean way for a PyKDE application to detect idle > > time? > > > > For the Kubuntu powermanager applet, we're currently missing that > > feature. The usecase would

Re: [PyKDE] idle time detection

2006-11-09 Thread Sebastian Kügler
On Thursday 09 November 2006 20:48, Andreas Pakulat wrote: > On 09.11.06 19:51:11, Sebastian Kügler wrote: > > Can anyone think of some clean way for a PyKDE application to detect idle > > time? > > > > For the Kubuntu powermanager applet, we're currently missing that > > feature. The usecase would

Re: [PyKDE] idle time detection

2006-11-09 Thread Andreas Pakulat
On 09.11.06 19:51:11, Sebastian Kügler wrote: > Can anyone think of some clean way for a PyKDE application to detect idle > time? > > For the Kubuntu powermanager applet, we're currently missing that feature. > The > usecase would be kicking in a suspend / hibernate / dimming display after N

Re: [PyKDE] idle time detection

2006-11-09 Thread Andreas Pakulat
On 09.11.06 20:48:40, Andreas Pakulat wrote: > On 09.11.06 19:51:11, Sebastian Kügler wrote: > > Can anyone think of some clean way for a PyKDE application to detect idle > > time? > > > > For the Kubuntu powermanager applet, we're currently missing that feature. > > The > > usecase woul

[PyKDE] idle time detection

2006-11-09 Thread Sebastian Kügler
Can anyone think of some clean way for a PyKDE application to detect idle time? For the Kubuntu powermanager applet, we're currently missing that feature. The usecase would be kicking in a suspend / hibernate / dimming display after N seconds of no mouse or keyboard activity. Thanks for you