Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Gnome 3 & nVidia (Natty) - Oh no! Something has gone wrong.

  1. #11
    Join Date
    Sep 2011
    Beans
    5

    Re: Gnome 3 & nVidia (Natty) - Oh no! Something has gone wrong.

    Quote Originally Posted by Grozzy View Post
    I got exactly the same.
    It turned you that the only thing you have to do is to add the command "gnome-shell --replace" to autostart at login.
    To do so press CTRL+Alt+F1 to get to your first console, log in using you name and password, then type these commands:

    Code:
    cd ~/.config/autostart
    nano gnome-shell.desktop
    Then, in the editor, type this:

    Code:
    [Desktop Entry]
    Type=Application
    Exec=gnome-shell --replace
    Hidden=false
    NoDisplay=false
    X-GNOME-Autostart-enabled=true
    Name[en_US]=Gnome Shell
    Name=Gnome Shell
    Comment[en_US]=
    Comment=
    Press CTRL+O and then ENTER (to save), after that press CTRL+X (to quit nano).

    This will make so that the command "gnome-shell --replace" will run at login, because of some reason it doesn't.

    Hope this will solve your problem!
    when i enter the command:"~/.config/autostart"
    its showing me no such file or directry
    pls help me out

  2. #12
    Join Date
    Nov 2006
    Beans
    6
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Gnome 3 & nVidia (Natty) - Oh no! Something has gone wrong.

    Quote Originally Posted by Grozzy View Post
    I got exactly the same.
    It turned you that the only thing you have to do is to add the command "gnome-shell --replace" to autostart at login.
    To do so press CTRL+Alt+F1 to get to your first console, log in using you name and password, then type these commands:

    Code:
    cd ~/.config/autostart
    nano gnome-shell.desktop
    Then, in the editor, type this:

    Code:
    [Desktop Entry]
    Type=Application
    Exec=gnome-shell --replace
    Hidden=false
    NoDisplay=false
    X-GNOME-Autostart-enabled=true
    Name[en_US]=Gnome Shell
    Name=Gnome Shell
    Comment[en_US]=
    Comment=
    Press CTRL+O and then ENTER (to save), after that press CTRL+X (to quit nano).

    This will make so that the command "gnome-shell --replace" will run at login, because of some reason it doesn't.

    Hope this will solve your problem!
    Worked for me on LMDE!

Page 2 of 2 FirstFirst 12

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
  •