I have a high school lab running Ubuntu 18.04. How can I lock down the wallpaper and lock screen images so students can't change the image to something obnoxious ?
I was hoping it was a simple file change removing write permissions.
Thanks ~~
I have a high school lab running Ubuntu 18.04. How can I lock down the wallpaper and lock screen images so students can't change the image to something obnoxious ?
I was hoping it was a simple file change removing write permissions.
Thanks ~~
Locking the wallpaper requires as per the GNOME Admin help guide
sudo dconf update
/usr/bin/gsettings
. This effectively prevents the user from changing the background. However, it will prevent them from changing a whole lot of other session parameters as well. I can't assess whether that is still a workable option. – Jos Sep 20 '19 at 22:49