Hide Forgot
Description of problem: graphical login fails to respond Version-Release number of selected component (if applicable): Fedora 20 system fully upgraded on VBox 4.3.4 virtual machine How reproducible: every time Steps to Reproduce: 1. boot system (in VBox VM) 2. graphical login appears, fill in username & password, press enter Actual results: nothing happens, screen stays at graphical login Expected results: login to desktop, worked last week Additional info: ran yum clean metadata ; yum update upgraded base VM to VirtualBox 4.3.4
Created attachment 831434 [details] /var/log/messages from system extract from file note session end at same time stamp as start ========================= Dec 2 15:58:08 localhost sddm: DAEMON: Received message 7 from the authenticator Dec 2 15:58:08 localhost sddm: AUTH: Authenticated for user "thorfinn" Dec 2 15:58:08 localhost sddm: AUTH: requestSessionId start Dec 2 15:58:08 localhost sddm: AUTH: requestSessionId end
Your system was installed with SDDM and thus is still using SDDM. If you want to switch to KDM, you have to do so explicitly: su - yum install kdm systemctl --force enable kdm.service
systemctl --force enable kdm.service fixed error closed bug