| mikshaw  
 
  
 
 
 Group: Members
 Posts: 4856
 Joined: July 2004
 | 
|  | Posted: Oct. 17 2007,15:05 |  |  
 Removing the menu is only a cosmetic fix. The user can still easily kick the desktop out of the way and access the system through the terminal. Unless you do something similar to what /.bash_profile does to keep user dsl logged in (the "while" loop), there is no forcing the user to stay in the desktop. Personally I dislike loops like this, paticularly when you start nesting them, but there's not much else that can be easily done if your plan is to limit the users' freedoms.| Quote |  | At the end of the day I am looking to leave one or two icons on the desktop for workstation users but do not want to give them too many options or access to the system ;-) | 
 
 You might consider a search (both here and at goggle.com/linux) for "kiosk" desktop systems. That sounds like it more closely resembles what you want.
 
 --------------
 http://www.tldp.org/LDP/intro-linux/html/index.html
 |