As stated in a previous thread, I had Seamonkey 1.1.12 installed via Intrepid's repositories, and I upgraded to 1.1.14 via Ubuntuzilla.
During the upgrade, I was posed the question:
If you have the repositories version of Firefox installed, you can choose to link all the Firefox plugins to your Seamonkey install. Would you like to do that? [y/n]?
I answered "n" because I couldn't see why I would want to link my Seamonkey plugins to my Firefox install. Makes no sense to me. Having started out with Netscape, I hate the whole Firefox deal, anyway, but don't get me started on that mess.
Anyway, after the upgrade, I lost Flash. I've tried uninstalling and reinstalling both flashplugin-nonfree and adobe-flashplugin (from repositories and downloading the .deb), but no Flash in Seamonkey.
Okay, fine.
I do:
ubuntuzilla.py -a remove -p seamonkey
...go through the process. Then do:
ubuntuzilla.py -a install -p seamonkey
...go through the process, only this time when it asks if I want to link to the Firefox plugins, I choose "y".
That's when Terminal spits out:
If you have the repositories version of Firefox installed, you can choose to link all the Firefox plugins to your Seamonkey install. Would you like to do that? [y/n]?
Please enter 'y' or 'n': y
sudo dpkg -L firefox-3.0 |grep 'firefox/plugins$'
Failed to determine plugin path. Exiting.
Process returned code 1
Traceback (most recent call last):
File "/usr/local/bin/ubuntuzilla.py", line 1110, in <module>
bs.start()
File "/usr/local/bin/ubuntuzilla.py", line 215, in start
si.start()
File "/usr/local/bin/ubuntuzilla.py", line 236, in start
self.install()
File "/usr/local/bin/ubuntuzilla.py", line 546, in install
self.linkPlugins()
File "/usr/local/bin/ubuntuzilla.py", line 925, in linkPlugins
self.pluginPath = self.util.getSystemOutput(executionstring="sudo dpkg -L " + self.ffPackage + " |grep 'firefox/plugins$'", errormessage="Failed to determine plugin path. Exiting.")
File "/usr/local/bin/ubuntuzilla.py", line 118, in getSystemOutput
raise SystemCommandExecutionError, "Command has not completed successfully. If this problem persists, please seek help at our website, " + self.version.url
__main__.SystemCommandExecutionError: Command has not completed successfully. If this problem persists, please seek help at our website, http://ubuntuzilla.sourceforge.net/
pierredekat@ubuntu:~$
The upgrade fails, and I've got no Seamonkey at all.
Do the install again, only this time I choose "n" on the plugins, just to get back to a usable Seamonkey 1.1.14.
So three things, I guess: 1) Maybe there needs to be some clarification as to why we would want to link Seamonkey plugins to a Firefox installation; 2) Why does it fail when I actually do try to do the link; and most importantly 3) How do I get Flash working in my Seamonkey 1.1.14 build?
TIA