Results 1 to 3 of 3

Thread: Switching desktop background

  1. #1
    Join Date
    Aug 2009
    Beans
    21

    Switching desktop background

    Hey,

    In KDE you can automaticly switch you desktop background time to time. But is this possible to in Gnome? I am allready using drapes, but it is making my desktop awful! See picture.

    So can somebody help me? I really hope so!



  2. #2
    Join Date
    Nov 2006
    Location
    Norway
    Beans
    795
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Switching desktop background

    Code:
    sudo apt-get install wallpaper-tray
    That was the best answer to a similar thread a couple of days ago...
    Open mind, open source!
    Keep control of computer usage with timekpr
    Screensaver for Amarok? AmarokScreenSaver
    My (Norwegian) blog about motorcycles and MotoGP

  3. #3
    Join Date
    Feb 2008
    Location
    Lancashire, UK
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Switching desktop background

    I ended up writing a simple script to meet my purpose. The essential information is that the image to use can be set using gconftool:
    Code:
    gconftool-2 --type string --set /desktop/gnome/background/picture_filename someimagefile.jpg
    In the example "someimagefile.jpg" should be replaced by the actual image you want to use., and in the simplest case you could just set up a cron job to do the change.

Bookmarks

Posting Permissions

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