Paul W. Frields wrote:
On Fri, Mar 13, 2009 at 12:27:40AM +1030, Tim wrote:
Sharpe, Sam J:
Add or edit /etc/gdm/custom.conf and add this section:
[greeter] Browser=false
Then restart gdm...
fred smith:
This doesn't seem to work in F10. I remember seeing other posts on it,
This should work fine:
$ su - # enter root password at prompt $ GCONFSYS=$(gconftool-2 --get-default-source) $ gconftool-2 --config-source=$GCONFSYS --set /apps/gdm/simple-greeter/disable_user_list \ --type bool true
That's interesting. I thought for a moment that I had that set, but I've checked and I don't.
[sam@sam ~]$ gconftool-2 \ --config-source=xml:merged:/etc/gconf/gconf.xml.defaults \ --get /apps/gdm/simple-greeter/disable_user_list false
[sam@sam ~]$ gconftool-2 \ --config-source=xml:merged:/etc/gconf/gconf.xml.system \ --get /apps/gdm/simple-greeter/disable_user_list No value set for `/apps/gdm/simple-greeter/disable_user_list'
[sam@sam ~]$ gconftool-2 \ --config-source=xml:merged:/etc/gconf/gconf.xml.mandatory \ --get /apps/gdm/simple-greeter/disable_user_list No value set for `/apps/gdm/simple-greeter/disable_user_list'
... so now I'm mystified why it "works for me (tm)"!
-- Sam