在 RHEL 5.5 的 Gnome 中,如何启用切换用户按钮锁定屏幕对话框?Ubuntu 有这个功能。我关注了一套适用于 CentOS 5 的说明但没用。有什么想法吗?
答案1
在某人的自定义 GDM 脚本中找到了这些行。对我有用。
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \
--type bool --set "/desktop/gnome/lockdown/disable_user_switching" "false"
gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \
--type bool --set "/apps/gnome-screensaver/user_switch_enabled" "true"