is it possible to remove or disable user's taskbar?
I have to setup Ubuntu box, so user can run only web browser and nothing else.
is it possible to remove or disable user's taskbar?
I have to setup Ubuntu box, so user can run only web browser and nothing else.
Run gksudo gedit /usr/share/xsessions/firefox.desktop
, and paste in the following, then save and exit.
[Desktop Entry]
Name=Firefox
Comment=This session logs you into Terminal
Exec=/usr/bin/firefox -height xxx width xxx
Icon=
Type=Application
You should now have a new session at the login screen, named Firefox, that will autoload Firefox only.