Disable Gnash: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 7: Line 7:


su -l
su -l
cd /usr/share/mozilla/plugins
cd /usr/library/mozilla/plugins
mkdir bak
mkdir bak
mv libgnash.so plugins
mv libgnashplugin.so bak
exit
exit



Revision as of 02:22, 3 January 2008

How to Disable Gnash

To disable Gnash from the Browse activity, the Gnash file must be moved from the activities plugin directory.

Open the Terminal Activity Activity-terminal.svg, and enter the following commands.

su -l
cd /usr/library/mozilla/plugins
mkdir bak
mv libgnashplugin.so bak
exit

Please note that when the XO is upgraded, Gnash is installed, so this procedure may need to be repeated after upgrades.