Results 1 to 10 of 27

Thread: Only Logs Into Guest After Fresh Install Of Xubuntu 12.04.

Hybrid View

  1. #1
    Join Date
    Aug 2011
    Location
    Oz
    Beans
    Hidden!
    Distro
    Xubuntu 13.04 Raring Ringtail

    Only Logs Into Guest After Fresh Install Of Xubuntu 12.04.

    Hi all,

    I have searched about issue but can't understand some of the solutions, so will describe the problem as best as I can. Fresh install, when logging into user the normal screen appears with a graphic glitch in the top corner. Mouse OK but there is no top panel at all.
    No Bottom Panel either. However Guest can be logged onto O.K.

    It would be very much appreciated that with any possible solution, that you spell out any commands in simple terms as my knowledge is limited.

    Cheers -

    Edit - I was able to perform full downloads via guest.
    Last edited by BlinkinCat; January 17th, 2013 at 04:33 AM. Reason: Added Edit.

  2. #2
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: Only Logs Into Guest After Fresh Install Of Xubuntu 12.04.

    Maybe a corrupt cache?

    Try logging out, going to the first tty (Ctrl+Alt+F1), logging into the console as normal user, then:
    Code:
    cd ~/.cache
    rm -rf sessions
    Then go back to GUI login (Ctrl+Alt+F7) and try logging in as normal user again.

    If it still doesn't work, there may be some hints in the normal user's ~/.xsession-errors file.

  3. #3
    Join Date
    Aug 2011
    Location
    Oz
    Beans
    Hidden!
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: Only Logs Into Guest After Fresh Install Of Xubuntu 12.04.

    Thanks Toz,

    I will certainly do that but I thought I would add info - I was able to set up all 4 users (admin) and the problem exists for each account.

    I will now do as you say - thanks -

  4. #4
    Join Date
    Aug 2011
    Location
    Oz
    Beans
    Hidden!
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: Only Logs Into Guest After Fresh Install Of Xubuntu 12.04.

    I'm probably doing it wrong - all I get

    First command - invalid option

    Code:
    cd:usage: cd [-L|[-P[-e]]][dir]
    The second command returns nothing - don't know if I'm entering it incorrectly.

    Edit : Would this problem have resulted from the fact that my previous installation consisted of Unity 12.04.1 plus Gnome Shell with Xubuntu 12.04 and xfce 4.1 being installed on top ?

    Seriously thinking of a completely fresh installation of xubuntu 12.04 (formatting /home) and starting again (copying bookmarks,videos, etc) I only want one version.
    Last edited by BlinkinCat; January 17th, 2013 at 11:20 AM. Reason: Amended result and added Edits

  5. #5
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: Only Logs Into Guest After Fresh Install Of Xubuntu 12.04.

    Looks like you are typing it in incorrectly. Try this version:
    Code:
    cd $HOME/.cache
    rm -rf sessions

  6. #6
    Join Date
    Aug 2011
    Location
    Oz
    Beans
    Hidden!
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: Only Logs Into Guest After Fresh Install Of Xubuntu 12.04.

    As far as I can tell -

    Code:
    cd $HOME/.cache
    ~/.cache$rm -rf sessions
    ~/.cache$
    Thers's something I am just not getting -

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •