Results 1 to 8 of 8

Thread: Changing desktop background

  1. #1
    Join Date
    Jan 2005
    Location
    Firenze, Italy
    Beans
    279

    Changing desktop background

    Hi,
    is there any possibility to find a program (maybe a deamon) that is capable of changing the desktop every fixed time, that can be set by the user?

    Thanks in advance,
    MC

  2. #2
    Join Date
    Nov 2004
    Location
    ARAD, ROMANIA
    Beans
    113

    Re: Changing desktop background

    None that i know of.But you could easly build one and then share it with the comunity and maybe webshots.com will like it and then they will launch a background service for linux

  3. #3
    Join Date
    Jan 2005
    Location
    Middle East - Jordan
    Beans
    419
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Changing desktop background

    is there a command line for changing the desktop background?
    Your freedom is worth more than you think. Take advantage of it while you can.
    I take Ubuntu

  4. #4
    Join Date
    Nov 2004
    Location
    Bern, Switzerland
    Beans
    578

    Re: Changing desktop background

    Quote Originally Posted by mirtux
    Hi,
    is there any possibility to find a program (maybe a deamon) that is capable of changing the desktop every fixed time, that can be set by the user?

    Thanks in advance,
    MC
    don't know this app, but maybe it's doing the job
    http://bgchanger.sourceforge.net/

  5. #5
    Join Date
    Oct 2004
    Beans
    956
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Changing desktop background

    http://www.gnomefiles.org/app.php?soft_id=510
    http://www.gnomefiles.org/app.php?soft_id=104
    http://www.gnomefiles.org/app.php?soft_id=270

    chbg is in hoary
    http://sourceforge.net/projects/chbg/
    http://freshmeat.net/projects/chbg/
    A tool for changing the desktop background image in X11
    A GTK+ based program that lets you periodically change your X
    desktop. It has several random effects, a slideshow, and
    and may act as a xscreensaver hack or as a standalone screensaver.

    Homepage: http://chbg.sourceforge.net/

  6. #6
    Join Date
    Jan 2005
    Location
    Firenze, Italy
    Beans
    279

    Re: Changing desktop background

    Thanks everybody i've got it, that's what i was searching for!

    Regards,
    MC

  7. #7
    Join Date
    Jan 2007
    Location
    SoCal
    Beans
    134
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Changing desktop background

    Quote Originally Posted by rwabel View Post
    don't know this app, but maybe it's doing the job
    http://bgchanger.sourceforge.net/
    There is one change that needs to be done before it can work properly with folder/file names that contain spaces. It was in the bgchanger.py located in the /usr/share/bgchanger/lib/ folder. Simply change one line.

    Old line:
    cmd += "--set /desktop/gnome/background/picture_filename %s " % pic

    New line:
    cmd += "--set /desktop/gnome/background/picture_filename '%s' " % pic

    It was literally that simple but it took me a bit to realize what was the program was doing in the code and my boyfriend to deduce how to change the code to reflect the solution.

    -Kat
    Love my Stego - Happiest Geek Gal in fandom!

  8. #8
    Join Date
    Mar 2006
    Beans
    73
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Changing desktop background


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
  •