[Mono-dev] Screensavers in C# with Linux

2007-04-19 Thread Paul
Hi, It's pretty simple to write a screensaver for Win32 in C# (intercept a mouse and keyboard event and a few other bits, then rename the .exe to .scr). Does anyone know if it's as simple to write a screensaver in C# for Linux boxes (either Gnome or KDE desktop)? TTFN Paul -- Sie können mich a

Re: [Mono-dev] Screensavers in C# with Linux

2007-04-21 Thread Valentin Sawadski
Hello Paul, I've dug a little into the KDE screen saver and it seems that he works quite different from the way it works on windows. Windows Invokes the .scr file with different params to either show or configure the screen saver, hower KDE uses a QtWidget called KScreenSaver which either show

Re: [Mono-dev] Screensavers in C# with Linux

2007-04-21 Thread Michael Hutchinson
On 4/19/07, Paul <[EMAIL PROTECTED]> wrote: > Hi, > > It's pretty simple to write a screensaver for Win32 in C# (intercept a > mouse and keyboard event and a few other bits, then rename the .exe > to .scr). > > Does anyone know if it's as simple to write a screensaver in C# for > Linux boxes (eithe