Quote:
Originally Posted by sub7
How can I get this working on ubuntu?
What changes do I need to make?
Thanks.
|
At a guess the only thing i can see is this line
Code:
p="plugin-container.exe"
So try........
Code:
p="plugin-container"
or
Code:
p="/usr/lib/firefox-X.X.X/plugin-container"
X.X.X been the version of fifefox.
