Re: change wallpaper periodly by cron?

2003-08-21 Thread Ehud Karni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 21 Aug 2003 04:15:29 +0100, Elfyn McBratney [EMAIL PROTECTED] wrote: Lucifer [EMAIL PROTECTED] wrote: On Wed, 20 Aug 2003 10:20:10 +0200 Corinna Vinschen [EMAIL PROTECTED] wrote: CV CV It's a limitation of service processes. You

Re: change wallpaper periodly by cron?

2003-08-21 Thread Bill C. Riemers
Subject: Re: change wallpaper periodly by cron? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 21 Aug 2003 04:15:29 +0100, Elfyn McBratney [EMAIL PROTECTED] wrote: Lucifer [EMAIL PROTECTED] wrote: On Wed, 20 Aug 2003 10:20:10 +0200 Corinna Vinschen [EMAIL PROTECTED] wrote

Re: change wallpaper periodly by cron?

2003-08-21 Thread Igor Pechtchanski
, August 21, 2003 9:31 AM Subject: Re: change wallpaper periodly by cron? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 21 Aug 2003 04:15:29 +0100, Elfyn McBratney [EMAIL PROTECTED] wrote: Lucifer [EMAIL PROTECTED] wrote: On Wed, 20 Aug 2003 10:20:10 +0200 Corinna

change wallpaper periodly by cron?

2003-08-20 Thread Lucifer
I wrote a simple program to change my desktop wallpaper: CODE /* setwall.c */ #include windows.h void usage() { printf(Usage:\n\tsetwall bmp_filename\n\n); } int main(int argc, char **argv) { int err; if (argc != 2) { usage(); return 1;

Re[2]: change wallpaper periodly by cron?

2003-08-20 Thread Lucifer
On Wed, 20 Aug 2003 10:20:10 +0200 Corinna Vinschen [EMAIL PROTECTED] wrote: CV CV It's a limitation of service processes. You can only change it by setting CV the Allow service to interact with desktop property of the service. CV I enabled the Allow service to interact with desktop and it

Re: change wallpaper periodly by cron?

2003-08-20 Thread Elfyn McBratney
Lucifer [EMAIL PROTECTED] wrote: On Wed, 20 Aug 2003 10:20:10 +0200 Corinna Vinschen [EMAIL PROTECTED] wrote: CV CV It's a limitation of service processes. You can only change it by setting CV the Allow service to interact with desktop property of the service. CV I enabled the Allow

Re: change wallpaper periodly by cron?

2003-08-20 Thread Christopher Faylor
On Thu, Aug 21, 2003 at 04:15:29AM +0100, Elfyn McBratney wrote: Lucifer [EMAIL PROTECTED] wrote: On Wed, 20 Aug 2003 10:20:10 +0200 Corinna Vinschen [EMAIL PROTECTED] wrote: CV CV It's a limitation of service processes. You can only change it by setting CV the Allow service to interact