Disable Gnash: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
su -l |
su -l |
||
cd /usr/ |
cd /usr/library/mozilla/plugins |
||
mkdir bak |
mkdir bak |
||
mv |
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 , 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.