Make Firefox Quicklist
Firefox is default web browser in Ubuntu 11.04. But, there is no safe mode option like in Windows version. Now, you can make Firefox Quicklist and add option to open Firefox in safe mode. In safe mode, you can change some firefox settings, disable add ons, or disable something that might be firefox crash.
I will tell you how to make Firefox Quicklist? First, open your terminal. Then, running the following command:
sudo gedit/usr/share/applications/firefox.desktop
Find and replace the following line:
X-Ayatana-Desktop-Shortcuts=NewWindow;
with:
X-Ayatana-Desktop-Shortcuts=NewWindow;SafeMode;ProfileManager;
Last, Add this following text to the bottom of the firefox.desktop, then save the file:
[SafeMode Shortcut Group]
Name=Open Firefox in safe mode
Exec=firefox -safe-mode
TargetEnvironment=Unity
[ProfileManager Shortcut Group]
Name=Firefox Profile Manager
Exec=firefox -ProfileManager
TargetEnvironment=Unity
Done. To see the effect Log Out or Restart your Ubuntu. Very easy, good luck!