Results 1 to 4 of 4

Thread: Ambitious desktop configuration

  1. #1
    Join Date
    Oct 2011
    Beans
    15

    Ambitious desktop configuration

    I'm relatively new to 11.04, and I'm still undergoing the desktop customization process. Feel free to let me know if this isn't doable, but I have a feeling there's a way.

    I set my desktop wallpaper to an XML slideshow. I installed compiz-config and set my workspace settings to 'Desktop Cube.' All the tutorials say that should allow me to have a different wallpaper on each desktop. I don't see what I'm supposed to at this point:


    ^From the guide I'm looking at^
    Under appearance, I see an option for "Skydome" (Possibly analogous to "Cube Caps," this is for an earlier edition of ubuntu), but what I do not see is anything for me to include multiple background images. I digress...

    Here's my real issue, can I use a different XML slideshow on each of my workspaces? Let me skip the issue of impoting multiple images on the compiz-config cube settings. I get the sense that this would be easy if I were able to right click on my desktop. That seems to be the price of fancy cube-switchery, but I don't want to compromise that, it's too damn important!

    tl;dr different Desktop Background slideshows on each of my workspaces. Can it be done?

  2. #2
    Join Date
    Oct 2006
    Location
    New York
    Beans
    1,118
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Re: Ambitious desktop configuration

    In general the solution recommended involves disabling the desktop drawing by nautilus and using the compiz wallpaper. I'm not fond of this solution because it involves sacrificing desktop icons.

    One possibility would be using a command similar to
    Code:
    gconftool --type string --set /desktop/gnome/background/picture_filename "/path/to/your/image.png"
    every time the workspace is switched. And one could check for workspace switching via:
    Code:
    wmctrl -d
    and a little parsing of output.

    The tricky bit would be getting the script to run on workspace switches. If you use the keyboard shortcuts then you could use something like autokey to first run the script and then pass the keys to switch the workspace, if you use the mouse I'm out of ideas at the moment. If I knew how gnome switched workspaces we could just hack that command.

    A super ugly solution would be to just put the script in an infinite loop that was perpetually watching for desktop changes.
    xubuntu minimal, extensive experience, lshw: http://goo.gl/qCCtn
    blog: http://goo.gl/yLg78
    Linux viruses: http://goo.gl/6OCKA

  3. #3
    Join Date
    Oct 2006
    Location
    New York
    Beans
    1,118
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Re: Ambitious desktop configuration

    I drafted the quick and dirty solution, you can find it here.

    You have to update a couple of paths to use it and put your files in 1.ext, 2.ext, 3.ext... and so on (one per workspace). And if you're using xml you have to change the extension to xml. But it shouldn't be too much issue to setup.
    xubuntu minimal, extensive experience, lshw: http://goo.gl/qCCtn
    blog: http://goo.gl/yLg78
    Linux viruses: http://goo.gl/6OCKA

  4. #4
    Join Date
    Oct 2011
    Beans
    15

    Talking Re: Ambitious desktop configuration

    Quote Originally Posted by hwttdz View Post
    I drafted the quick and dirty solution, you can find it here.

    You have to update a couple of paths to use it and put your files in 1.ext, 2.ext, 3.ext... and so on (one per workspace). And if you're using xml you have to change the extension to xml. But it shouldn't be too much issue to setup.
    You sir, are neat. Thank you for your stupendous neatness. *

Tags for this Thread

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
  •