Difference between revisions of "Login Screen Does Not Appear"

From FreekiWiki
Jump to navigation Jump to search
(Created page with "=No Login Page= ==Xubuntu 12.04== after checking the lightdm log (/var/log/lightdm/x-0-greeter.log) if you see the following error: "Error opening file /var/lib/lightdm/.Xaut…")
 
m (moved No Login Screen to Login Screen Does Not Appear: Old name is not conducive to effective searching)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=No Login Page=
+
=Login Screen Does Not Appear=
  
 
==Xubuntu 12.04==
 
==Xubuntu 12.04==

Latest revision as of 12:16, 30 March 2013

Login Screen Does Not Appear

Xubuntu 12.04

after checking the lightdm log (/var/log/lightdm/x-0-greeter.log) if you see the following error:

 "Error opening file /var/lib/lightdm/.Xauthority permission denied"

used the following commands to fix this:

 sudo mv /var/lib/lightdm/.Xauthority /var/lib/lightdm/.Xauthority.bak
 sudo reboot

this will automatically generate a new .Xauthority file which has the correct permissions