Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    use this command of gconf to set your wallpaper
    # gconftool-2 --type string --set /desktop/gnome/background/picture_filename /path/to/image.jpg
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  3. #3
    Just Joined!
    Join Date
    Nov 2008
    Posts
    3
    Thank you very much

  4. #4
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    no problem, just feel free to ask anything..(regarding to Linux) on the forums
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...