Fedora 13 disable gdm and enable kdm cannot login
After disabling GDM and using KDM instead, I could no longer log in as my normal user, only as root.
It seemed like a permissions error. Seemed like KDM could not read my home folder.
I ended up using the following command...
restorecon -R -v /home
to restore KDM. I restarted X and it worked again.
Thanks to the original poster at
http://www.mail-archive.com/fedora-list@redhat.com/msg23145.html
It seemed like a permissions error. Seemed like KDM could not read my home folder.
I ended up using the following command...
restorecon -R -v /home
to restore KDM. I restarted X and it worked again.
Thanks to the original poster at
http://www.mail-archive.com/fedora-list@redhat.com/msg23145.html
Comments