Results 1 to 4 of 4
I went to Startup Programs and put "compiz --replace" as a load script command, now Gnome, let alone a login screen or command line, wont load. I'm trying to find ...
- 03-27-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
Location of Gnome boot scripts
I went to Startup Programs and put "compiz --replace" as a load script command, now Gnome, let alone a login screen or command line, wont load. I'm trying to find which file has the boot scripts so I can use a live CD to edit them and save me the slight trouble of reloading the OS (which wouldent be that big of a deal as I haddent done anything with it yet).
Not sure if perhaps I should have made a .sh file and directed that path to startup programs instead. I'm rather new to linux and was following some (or at least what looked like) straight forward for dummies instructions.
Thank you for the help,
- 03-27-2010 #2
Oops! Easiest way is to open a terminal (Applications > Accessories > Terminal) after boot and:
then save the session: System > Preferences > Sessions > Session OptionsCode:compiz --replace & # This runs it in the background so you get the term. back exit # Exit the terminal
Now that you've got it to where it won't boot a GUI try restarting and choose single user from your grub menu and you'll be dropped to a root terminal. Then look in /home/Your_Username/.config/autostart and see if you've got any kind of entry looking like compiz. Worst case you can find it by the date/time stamp and then remove it.
- 03-27-2010 #3Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
Only thing under /home is my user name, only thing under /home/my_name is Desktop, which holds nothing.
Is there any mechanism for logging in and disabling all startup programs while I start up gnome?
- 03-27-2010 #4
This should work, from a terminal, as root:
After you restart you can use compiz --replace & from a terminal and then save the session.Code:aptitude purge compiz && aptitude install compiz exit


Reply With Quote

