If you log in and then Xfec (or Gnome) crashes before the desktop is visible, and you can't read the error message that briefly appears on a console screen, you are probably seeing the bug I saw today.
Try this:
- Start a terminal session so you can log in. You do this by pressing
in the login screen. Then log in. To get back to the graphical screen, press<1> .<8> - After logging in, you will be in your home directory. Check if the file .ICEauthority is readable by you:
$ cat .ICEauthority - You should get an error message. If you do not, you have a different problem and I won't solve it (at least not in this post ;-).
- If you did get an error message, delete the file and re-create it:
$ rm .ICEauthority
$ touch .ICEauthority - If you log in now using the graphical login screen, xfce (or Gnome) should start up just fine.
No comments:
Post a Comment
I'd love to hear from you! Please remember to keep it civilized.