
Originally Posted by
MSPdwalt
It appears this was rather easy in 9.10 and previous but I can't figure out how to do it in 10.04. To be clear, I want to edit the user list, not disable it entirely. I've tried changing the user id, I found a post that claimed IDs less than 1000 were not shown on the login screen, this proved un-true in my case.
Any help would be greatly appreciated.
DW
Edit the /etc/gdm/gdm.schemas file and the admin user to the list of users of the greeter/Exclude stanza:
Code:
...
<schema>
<key>greeter/Exclude</key>
<signature>s</signature>
<default>username,bin,root,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody,nobody4,noaccess,postgres,pvm,rpm,nfsnobody,pcap</default>
</schema>
...
Bookmarks