Disable Gnash: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 1: Line 1:
=How to Disable [[Gnash]]=
== How to Disable [[Gnash]] ==




Line 11: Line 11:
mv libgnash.so plugins
mv libgnash.so plugins
exit
exit

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

Revision as of 00:53, 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/share/mozilla/plugins
mkdir bak
mv libgnash.so plugins
exit

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