Results 1 to 3 of 3

Thread: Switching Wallpaper + Compiz + Cube + KDE

  1. #1
    Join Date
    Mar 2011
    Beans
    4

    Switching Wallpaper + Compiz + Cube + KDE

    Hello all!

    I'm looking for a program, script I can run in cron, or anything else that can help me have rotating (time-based) wallpapers, preferably different for each of my desktops but just one would be nice.

    I tried Drapes, it seemed to be exactly what I was looking for but A) it didn't work and B) it froze and I had to force kill it every time I went to "General" options.

    I'm running Desktop Cube, Rotate Cube, Cube Reflection, 3D Windows, Compiz + Emerald in general on top of KDE.

    If anyone has any ideas, that would be great. I'm completely stumped by this.

    Thanks!

  2. #2
    Join Date
    Mar 2011
    Beans
    4

    Re: Switching Wallpaper + Compiz + Cube + KDE

    This is actually what I was looking for:

    Code:
    #!/bin/bash
    pic=/your/background/directory 
    newbg="$(ls $pic | shuf -n1)"
    dbus-send --type=method_call --dest=org.freedesktop.compiz /org/freedesktop/compiz/cube/screen0/skydome_image org.freedesktop.compiz.set string:"$pic$newbg"

  3. #3
    Join Date
    Dec 2008
    Location
    Northwest Ohio
    Beans
    1,581
    Distro
    Lubuntu 13.10 Saucy Salamander

    Re: Switching Wallpaper + Compiz + Cube + KDE

    Hi,
    Have you tried the built in wallpaper changer in KDE4? If you want to try it, right click on your desktop and unlock your widgets. Next, right click on your desktop and choose "desktop view settings" (or folder view settings etc). When the settings window opens up, go to the "View" category on the left, then where it says "Wallpaper:" select "Slideshow" from the dropdown menu.

    It is also possible to have separate slideshows for each virtual desktop too. If you want to try this, start by right clicking on the pager widget in your taskbar, then select pager settings, choose the "Virtual Desktops" category on the left, then enable "Different Widgets For Each Desktop". Now each virtual desktop can have its own slideshow - using its own directory of images and other settings. Each virtual desktop can now also have its own separate set of widgets.

    I discovered the separate slideshows for each desktop feature after uprading to KDE 4 .6x, but I am pretty sure KDE 4.5x is capable of doing this too.

    Hope this helps.
    Last edited by ankspo71; March 24th, 2011 at 08:29 PM.

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
  •