Re: Gnome-Panel Customization



On Wed, 2006-09-20 at 15:50 +0100, Paulo C�r Silva wrote:
> I am using the Suse 9 SP3.
> I need to disable/lock some features of Suse Gnome. Among several 
> things, we want to lock user's access to the terminal. We tried the 
> GConf Command Line Tool, and put this command:
> 
> "gconftool-2 --direct --config-source 
> xml:readwrite:/etc/opt/gnome/gconf/gconf.xml.defaults/ --type bool --set 
> /apps/panel/global/locked_down true" --> This will Disable Panel 
> Configuration
> 
> "gconftool-2 --direct --config-source 
> xml:readwrite:/etc/opt/gnome/gconf/gconf.xml.defaults/ --type bool --set 
> /desktop/gnome/lockdown/disable_command_line true" --> This will Disable 
> Command Line Operations
> 
> The issue here is that we done this, and it was suppose to disable/lock 
> this features, but didin't!!

First, log in as a normal user and ask GConf what it thinks those values
are for the user:

  gconftool-2 --get /apps/panel/global/locked_down

If it gives you "true", there is a bug in your version of the panel.  if
it gives you "false", then there is something wrong in your GConf setup,
so that users do not see the change you made.

  Federico




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]