7

I was wondering whether we can have different wallpapers in each workspace of a Linux distro using Gnome. Googled it. Solutions I found require desktop effects to be enabled. My laptop can't take up that much load. So I wanted to know if their's a way to do so without enabling any effects.

[note] My distro is Fedora 14.

Gilles 'SO- stop being evil'
  • 807,993
  • 194
  • 1,674
  • 2,175
Dharmit
  • 4,220
  • 7
  • 28
  • 37

4 Answers4

5

The short answer is not without applying patches.

But you could use a different window manager / desktop environment. Enlightenment, for example, supports this feature.

mattdm
  • 39,535
  • 18
  • 99
  • 133
4

Answer to a very old question if anyone still wondering: Yes, you can.

Using a Gnome extension called Walkpaper. Install, open its preferences/options, assign wallpaper to each workspace and done.

aasutossh
  • 41
  • 1
0

Looks like Gnome doesn't have this feature by default.

However I use a Python software called Wallpapoz.

It's not fast. It takes some time for the wallpaper to change.

http://vajrasky.wordpress.com/wallpapoz

https://vajrasky.wordpress.com/

Wally
  • 297
  • 2
  • 11
0

Just a vague workaround proposition:

A script/fonction that would:

  1. change the active workspace (wmctrl?)
  2. change the background (display -root?)
Mat
  • 51,578
  • 10
  • 158
  • 140
jane
  • 1