2

I made a stupid mistake and wrote command "startx" in autostart applications in Gnome. Therefore Gnome starts itself in cycle. How can I change autostart applications without logging into Gnome?

Anwar
  • 76,649
irvin
  • 21

1 Answers1

4

Switch to the virtual console with the shortcut Ctrl + Alt + F1 and type this command and hit Enter after Login

rm ~/.config/autostart/startx.desktop

It should work.

Anwar
  • 76,649