Re: How to use gtk / C language to change the desktop background picture?

2009-03-21 Thread lovelinux
Thank you very much.Use gconf_client_set_string() funciton is ok. Matteo Settenvini wrote: Hi, the easiest way, I believe, is to set the relative gconf key. You can see what is by launching gconf-editor and navigating to /desktop/background/picture_filename. To modify that from C

How to use gtk / C language to change the desktop background picture?

2009-03-16 Thread lovelinux
Hi I think known How to use gtk / C language to change the desktop background picture(wallpaper)? What are the required system function and library file? thanks. -- View this message in context:

Re: How to use gtk / C language to change the desktop background picture?

2009-03-16 Thread Matteo Settenvini
Hi, the easiest way, I believe, is to set the relative gconf key. You can see what is by launching gconf-editor and navigating to /desktop/background/picture_filename. To modify that from C code, have a look at the GConf manual. http://library.gnome.org/devel/gconf/stable/gconf-GConfClient.html