I don't want my desktop session wallpaper to be used as lockscreen background.
Thank you
I don't want my desktop session wallpaper to be used as lockscreen background.
Thank you
Found a per user setting : launch dconf-editor then untick com.canonical.unity-greeter draw-user-backgrounds.
For a system wide setting the way is the same as for disabling greeter to use wallpapers and setting a common one from /usr/share/backgrounds:
Set a background with Ubuntu-tweak or
sudo -i
su lightdm -s /bin/bash
gsettings set com.canonical.unity-greeter background '/usr/share/backgrounds/MyTrusty.jpg'
gsettings set com.canonical.unity-greeter draw-user-backgrounds 'false'
If you mean the Login Screen you can change it for example with help of Ubuntu-Tweak.
Install:
sudo apt-add-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak
Open Ubuntu-Tweak from Dash
sudo
passwordFor more look here
dbus
after changing to thelightdm
user. I did this by runningeval $(dbus-launch)
before the firstgsettings
call – Huckle Jan 26 '17 at 13:25