Hello,
I'm trying to use this and have hit this error after running in a couple of times. It fails when trying to find libunixprintplugin.so. It appears I do not have one of these.
From what I can tell my plugins are at /opt/firefox/plugins
The script has this:
result = self.util.getSystemOutput(executionstring="find /usr/lib -name 'libunixprintplugin.so'", numlines=0) for line in result:
Since I don't seem to have a "libunixprintplugin.so" the find fails. I'm not sure what a libunixprintplugin.so is. Can you please let me know what to do?
Here's the error:
gpg: Signature made Mon 02 Feb 2009 11:41:18 PM EAT using DSA key ID 17785FE8 gpg: Good signature from "Mozilla Software Releases <releases@mozilla.org>" gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 8D6F 1BA4 A340 4DDB 3F2F D080 7447 4499 8123 47DD Subkey fingerprint: 3338 E6BA FF10 3B3D A6A9 E424 B57B 5484 1778 5FE8 Trying to determine firefox plugin path... find /usr/lib -name 'libunixprintplugin.so' Previous command has failed to complete successfully. Exiting. Process returned code 1 Traceback (most recent call last): File "/usr/local/bin/ubuntuzilla.py", line 1146, in <module> bs.start() File "/usr/local/bin/ubuntuzilla.py", line 209, in start fi.start() File "/usr/local/bin/ubuntuzilla.py", line 236, in start self.install() File "/usr/local/bin/ubuntuzilla.py", line 610, in install self.linkPlugins() File "/usr/local/bin/ubuntuzilla.py", line 506, in linkPlugins result = self.util.getSystemOutput(executionstring="find /usr/lib -name 'libunixprintplugin.so'", numlines=0) 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/