6

Ubuntu 12.04 Unity greeter had introduced the selected user dynamic wallpaper which allowed, when selecting a user from the available users list in the login screen, the wallpaper to change to reflect the selected user's desktop wallpaper.

Apparently that feature has been disabled by default since Ubuntu 12.10.

How do I enable that feature in Ubuntu 13.04?

1 Answers1

3

Open a terminal and run the following commands:

sudo -i
xhost +SI:localuser:lightdm
su lightdm -s /bin/bash
gsettings set com.canonical.unity-greeter draw-user-backgrounds 'true'

Note: the selected user dynamic wallpaper works only if you have a fixed wallpaper. It won't work if you have selected the option to change throughout the day.