I'm trying to something like a kiosk.
So, I'm creating a custom install of Ubuntu Desktop 14.04 using Ubuntu-Builder, and I'm simply trying to have a program start up right on boot. I do not want the global menu bar on top to display, or the side bar with the short cuts to applications to display. I just want a program to execute in full screen, even if the user exits the program. The program already runs in full screen by the way.
I've tried removing Unity, and when I do that, when Ubuntu boots up, it says that you cannot log into Ubuntu. Does anyone have any suggestions?
Here's what I've tried:
sudo apt-get autoremove --purge unity unity-common unity-services unity-lens-* unity-scope-*
I'm also having difficulties having the program boot on start up, because I'm used to adding the program to execute to the users .profile. Any suggestions for this as well?
Thanks in advance.