Hi Everyone, I have a requirement to lock down the user desktop of a vanilla Jessie image so that users cannot right click, add / customise menus etc and set the system so that only one app runs when launched into the desktop. and the user in question is not able to have root access.
However whilst I am fairly confident in a CLI based interface, I've never delved into GUI work (99% of things I've done are server based so no GUI).
I've found that its using LDXE for the desktop interface, but can't seem to find any useful info on how to customise this interface to stop certain things being shown, or how I can get it to launch my own app etc. I can switch bits off by removing them in the right click menu etc, but this is not suitable as the user could just add them back if they wished.
also what is startx and how can I configure it to only run an app that I specify?
any advice on this would be really useful as I am starting to feel a little lost here.