View Single Post
Posts: 566 | Thanked: 150 times | Joined on Dec 2007
#4
A more simple solution is to delete the Microb user settings. You will lose your saved passwords and cookies but not your bookmarks. In this case you rename them:

- close all browser windows
- start 'X terminal'
- in the X terminal window type:
Code:
mv .mozilla .mozilla_backup
mv .browser .browser_backup
- start browser

if that works you could delete the backups:

Code:
rm -Rf .mozilla_backup
rm .browser_backup

Last edited by iamthewalrus; 2008-01-06 at 22:27.
 

The Following User Says Thank You to iamthewalrus For This Useful Post: