Ok, so I've been messing around with my linux installation, and I've really kind of messed up.
I changed the ~/.gnomerc to open an application, but there was a problem: after it opened that application, it didn't do anything else. The rest of the screen was black, until I closed the appication. Then it just ran normally.
"Ok," I figured, "I've seen scripts have 'exit 0' after they were done executing, so maybe I need to add that."
Well, as you can imagine, I still have the same behaviour with the application, but now, when I close the application, it logs me out of my computer. So I can no longer edit the ~/.gnomerc file to fix it.
My solution so far is to somehow log into the root user bash in order to edit the file. Is there some way to do that? Can I log into my other account via terminal in order to edit that file? Can I somehow run the computer in "Safe Mode" or something and edit the file?
Thanks in advance. Any help is greatly appreciated.
nano ~/.gnomerc
to edit the file – int_ua May 12 '14 at 23:21