0

I've got LTSP server based on ubuntu 12.04. I need to hide or disallow or switch off the launcher on thin clients forever (not only for one time, because every session does not save any data on server, even settings)

Well, you know

Is that any possibility to make this work?

Tim
  • 33,500
tregnas
  • 41

1 Answers1

1

You could always run a command when they login?

The updated commands for hiding the Unity launcher would be:

gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/launcher-hide-mode 1

And for unhiding the Unity launcher:

gsettings set org.compiz.unityshell:/org/compiz/profiles/unity/plugins/unityshell/launcher-hide-mode 0

Source

Tim
  • 33,500