View Single Post
Posts: 19 | Thanked: 1 time | Joined on Oct 2007
#35
Just to warn everyone who got this to work. "Do not disable Adobe Flash plugin.". I wanted to try disabling the flash player during normal browsing and only enable the Flash Plugin when I actually wanted to see a site with flash. After I disabled Flash, I tried to bring up the web browser. It would crash immediately so I could not enable it. Here is how I got it working again.
Opened Xterm

Type

Code:
sudo gainroot
cd /home/user/.mozilla/plugins
ls
There will be a directory called disabled and a file called libflashplayer.so.st. When you disable the flash plugin. It must move libflashplayer.so to the disabled directory

Now type
Code:
mv ./disabled/libflashplayer.so .
ls
You now should have libflashplayer.so in the listing. Exit out of xterm and open your webbrowser. I thing I will create a script to automate the replacing of the flashplayer from version to 9 and version 6 and tinker a bit more.

Last edited by tarheeltablet; 2007-10-18 at 15:50.