Disable Gnash: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Create Disable Gnash Page)
 
Line 3: Line 3:


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

Open the '''[[Terminal]] Activity''' [[Image:Activity-terminal.svg|35px]], and enter the following commands.

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

Revision as of 00:51, 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