PDA

View Full Version : [ubuntu] Firefox doesn't start after upgrade to Lucid



galoisgalois
May 2nd, 2010, 05:28 PM
Hi,

I upgraded to Lucid fro Karmic last night and Firefox is not starting (not even in safe mode). I tried with complete removal and reinstall but no change in behavior.

When I invoke Firefox command from terminal I get this error message:


galois@galois-desktop:~$ firefox
MozPlugger: Error: Too many types (32) for handler 20 (application/vnd.sun.xml.writer:sxw:OpenOffice Writer 6.0 documents)
galois@galois-desktop:~$

Please advice.

Thank you.

davidmohammed
May 2nd, 2010, 05:36 PM
try starting firefox with

firefox -ProfileManager

and create a new profile when prompted

galoisgalois
May 2nd, 2010, 05:47 PM
I created a new profile and I still get the same error.

galois@galois-desktop:~$ firefox -ProfileManager
MozPlugger: Error: Too many types (32) for handler 20 (application/vnd.sun.xml.writer:sxw:OpenOffice Writer 6.0 documents)
galois@galois-desktop:~$


Thank you.

galoisgalois
May 2nd, 2010, 08:52 PM
I think I solved the problem by commenting the lines for OpenOffice plugins the file mozpluggerrc. For me, I found this file at /etc/.

After commenting this and relaunching firefox resulted into an error with libmoon.

Attempting to load the system libmoon
Segmentation fault

I removed libmoon using sudo apt-get remove libmoon (or you can use Synaptic). Firefox started without any problems and the previous firefox profiler was restored too.

Thank you.