Find the answer to your Linux question:
Results 1 to 2 of 2
Hi , Is there a tool in gnome which can act as a kiosk tool as in kde . I want the users to have limited access to the OS ...
  1. #1
    Just Joined!
    Join Date
    Jun 2007
    Posts
    80

    IS there a kiost tool for gnome ? Need to give limited access to the usr in gnome

    Hi ,

    Is there a tool in gnome which can act as a kiosk tool as in kde .

    I want the users to have limited access to the OS resources .

    Please help me in this project

    Regards,
    Deepak Konnur

  2. #2
    Linux Newbie
    Join Date
    Jul 2005
    Location
    Australia (Down Under)
    Posts
    141
    There is a program called pessulus, i use this to lock down gnome pannels, disable logout etc..

    if you want to stop users saving to the desktop for example you could deny then permission to write to the desktop using this command.

    login as root or su
    Code:
    chown root  /home/username-of-account/Desktop
    obviously username-of-account is replaced with account name eg
    Code:
    chown root  /home/John/Desktop
    another tool that is interesting to use is the gconf-editor

    to run this load a terminal as root and type :
    Code:
    gconf-editor

    Hope this helps

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...