Disable Gnash

From OLPC
Revision as of 20:51, 2 January 2008 by Katie (talk | contribs) (How to Disable Gnash)
Jump to: navigation, search

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