Results 1 to 4 of 4
I'm trying to write a program for changing the wallpaper depending on the current date. But the problem is that i couldn't find where is the file with the wallpaper ...
- 02-14-2009 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 3
[SOLVED] Ubuntu background
I'm trying to write a program for changing the wallpaper depending on the current date. But the problem is that i couldn't find where is the file with the wallpaper settings. I've searched a lot in google and all I found was just the default settings in /usr/share/gconf/defaults/10_libgnome2-common, but when I change the line:
/desktop/gnome/background/picture_filename /path_to_wallpaper
nothing happens.
I'm using ubuntu 8.10
Thanks in advance
- 02-14-2009 #2
use this command of gconf to set your wallpaper
# gconftool-2 --type string --set /desktop/gnome/background/picture_filename /path/to/image.jpg
- 02-16-2009 #3Just Joined!
- Join Date
- Nov 2008
- Posts
- 3
Thank you very much
- 02-17-2009 #4
no problem, just feel free to ask anything..(regarding to Linux) on the forums


