Page 6 of 13 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 127

Thread: sudo apt-get install gnome-session

  1. #51
    Join Date
    Apr 2012
    Beans
    49

    Re: How to log out of the teminal

    These don´t work. I keep coming back to the terminal, even after rebooting the computer.

  2. #52
    Join Date
    Apr 2008
    Location
    Australian in Germany
    Beans
    4,010
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How to log out of the teminal

    Quote Originally Posted by daviddixit View Post
    These don´t work. I keep coming back to the terminal, even after rebooting the computer.
    Did you notice this?

    Quote Originally Posted by lisati View Post
    If you just have the terminal when starting your machine, there might be a little bit of troubleshooting that's needed. You can try:
    Code:
    startx
    I'm afraid I don't quite see exactly what your problem is. Is it that you cannot get to a graphical user interfacr, a desktop? That all you can get is a command line environment? In that case, the comment from lisati does apply.
    Michael

  3. #53
    Join Date
    Aug 2007
    Location
    From the land down under
    Beans
    1,241
    Distro
    Ubuntu Development Release

    Re: How to log out of the teminal

    Quote Originally Posted by daviddixit View Post
    These don´t work. I keep coming back to the terminal, even after rebooting the computer.
    Did you recently install any video drivers?

    You may be able to get into 'recovery mode' if you hold down the shift key just before ubuntu starts to load.
    // Blog

  4. #54
    Join Date
    Apr 2012
    Beans
    49

    Re: How to log out of the teminal

    I haven´t recently installed anything.

    I tried holding the shift key down, but it still comes back to the terminal.

  5. #55
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: How to log out of the teminal

    @all
    It's started in this thread.

    @daviddixit
    Please answer my question about .ICEauthority there.

  6. #56
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,263
    Distro
    Ubuntu

    Re: How to log out of the teminal

    David, you have posted this in the Absolute Beginners section, so I presume you are new to Ubuntu.

    We are feeling a little confused. Please give us a bit of background: Did you recently install Ubuntu? Which version of Ubuntu are you using? What happens when you boot? Did you have a graphical user interface before, or did you always get only a terminal (by the way, without the graphical interface, it's called a console)?

    EDIT: I missed schragge's post.
    Last edited by Paddy Landau; March 1st, 2013 at 02:43 PM.
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  7. #57
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,263
    Distro
    Ubuntu

    Re: sudo apt-get install gnome-session

    Quote Originally Posted by daviddixit View Post
    the ñ doesn´t have the n, just the wavy line.
    The wavy line ("~") is called a tilde (I believe it is un tilde in French). It represents your "home", i.e. where all your personal files are saved. I could be wrong, but I think you'll find the tilde on your keyboard using Shift+2.
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  8. #58
    Join Date
    Apr 2012
    Beans
    49

    Re: How to log out of the teminal

    I tried startx only to be told: user not authorised to run the X server, aborting.

    I am certainly a beginner, but I have been using Ubuntu for over a year, but without having any problems!

    Yesterday evening, I turned my computer to find a window: could not update ICEauthority file/home/. ICEauthority

    I opened a console and tried : sudo apt-get install gnome-session

    It did its dance and finished with the word: master@mastermind:~$
    Waiting for a command.
    I tried a variety of things, then again : sudo -i apt-get dist-upgrade

    It said no updates, no new installations, nothing to delete, no updates.

    Now, I cannot get out of the console and reboot normally to see a desktop.
    Last edited by cariboo; March 1st, 2013 at 04:57 PM. Reason: Removed font formatting to comply with C of C

  9. #59
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: How to log out of the teminal

    So once again, please run

    Code:
    stat .ICEauthority
    and post the output here. Alternatively, you can post the output of

    Code:
    ls -l .ICEauthority # <- it's the small letter L
    I suppose the file permissions and/or ownership of .ICEauthority are wrong and want to see what they are.


    At least, try this
    Code:
    sudo chown master: .ICEauthority
    sudo chmod 0600 .ICEauthority
    Then reboot.
    Last edited by schragge; March 1st, 2013 at 03:09 PM.

  10. #60
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,263
    Distro
    Ubuntu

    Re: How to log out of the teminal

    Quote Originally Posted by daviddixit View Post
    Now, I cannot get out of the console and reboot normally to see a desktop.
    • You go to consoles using Ctrl+Alt+F1 (or F2, F3, F4, F5 or F6).
    • The GUI is in Ctrl+Alt+F7, so press that key-combination to return there.
    • From the console, you can reboot with:
      Code:
      sudo reboot now
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

Page 6 of 13 FirstFirst ... 45678 ... LastLast

Tags for this Thread

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
  •