Disable Gnash: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
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. |
Open the '''[[Terminal]] Activity''' [[Image:Activity-terminal.svg|35px]], and enter the following commands. (If you don't have /usr/library/ directory, try /usr/lib/) |
||
su -l |
su -l |
Revision as of 16:26, 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. (If you don't have /usr/library/ directory, try /usr/lib/)
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.