I run a high school computer science lab with 17 desktops running Ubuntu 16.04 with the standard Unity desktop rather than Gnome.
The users log in with Windows Active directory IDs and have standard user privileges. They do not have access to the root account and are not able to sudo
.
Is there anyway of preventing them changing the desktop background or restricting the choice to the standard Ubuntu backgrounds shown in the settings menu? The previous answers I have found refer to the Gnome desktop rather than Unity and refer to previous versions of Ubuntu.
I tried to apply the advice given by @rinzwind and followed the instructions on the linked dconf System Administrator Guide.
I made a directory: /etc/dconf/db/local.d/locks
I made a file called screens with the following content.
[org/gnome/desktop/background]
picture-uri='file=path to my background'
With my intended default wallpaper on the second line.
I ran sudo dconf update and rebooted but there is no change.
Does this method also work in 16.04 running Unity?