Verifying GNOME Policy Settings
After setting GNOME policies, you can verify the settings on any managed Linux machine by using the gconftool-2 or dconf/gsettings command.
To verify GNOME policy settings on Linux computers:
-
Set one or more GNOME group policies.
-
Enable the “Enable GNOME group policies” master policy.
-
On a managed Linux computer, run
adgpupdateto apply group policies with the updates you have made.The agent updates group policies at a regularly specified interval. Running
adgpupdateapplies the new policies immediately. -
Run
gconftool-2or usedconf/gsettingsand pipe it to grep to view specific settings; for example, to see the local GNOME setting for hidden files:[user1@qa1 \~]\$gconftool-2 -R /desktop \|grep -i hiddenshow_hidden_files = trueIf you are using GNOME 2, you can run
gconftool-2 -Rto see all of your GNOME desktop settings. For example:[user1@qa1 \~]\$gconftool-2 -R /desktop/desktop/gnome:/desktop/gnome/file_views:tabs_enable = truetabs_open_position = endshow_hidden_files = trueicon_theme = crux_tealshow_backup_files = false/desktop/gnome/applications:/desktop/gnome/applications/component_viewer:exec = nautilus %s/desktop/gnome/applications/help_viewer:needs_term = falseaccepts_urls = trueexec = nautilusTo see all system settings, you can run:
gconftool-2 -R /systemor all desktop gnome application settings:
gconftool-2 -R /desktop/gnome/applications