Tip for miro and sun-java6-plugin crash
Wednesday, April 9th, 2008System: Ubuntu Gutsy
Software:miro
Other: sun-java6-plugin
This is only a simple tips to “resolve” problem of crash if you use sun-java6-plugin with miro
The tip is to duplicate
/usr/lib/firefox
sudo cp -r /usr/lib/firefox /usr/lib/miro
after
cd /usr/lib/miro/plugins
remove plugin java:
rm libjavaplugin.so
after modify mozillaLibPath:
nano /usr/share/miro/resources/app.config
mozillaLibPath=/usr/lib/miro
A this point miro work and not crash.


