Disable Gnash: Difference between revisions
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 |