Since currently you are unable to use zimbra desktop on a terminal server with multiple users we are attempting to roll out a little web app while we wait using Prism from mozilla. So far i've been able to create the app easily. I got all popups to allow with zimbra. Problem i am having is with the Zimbra Drag and Drop extension. Supposedly i'm supposed to be able to edit the install.rdf file to include Prism and it should be able to install in the web app but does not. I've added this to the Zimbra Drag and drop Install.rdf file which did not work:
<em:targetApplication>
<!– Prism –>
<Description>
<em:id>prism@developer.mozilla.org</em:id>
<em:minVersion>0.8</em:minVersion>
<em:maxVersion>1.0.0.*</em:maxVersion>
</Description>
</em:targetApplication>
I also added it to the install.rdf file under mozilla/firefox/extensions/zimbraDnD.
When i go to install the extension i get this error
Prism could not install the file at
<file location/ZimbraDnD.xpi>
because: Install script not found
-204.
This is what my install.rdf file looks like for Zimbra DND
<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>zimbradnd@zimbra.com</em:id>
<em:version>1.3.1</em:version>
<em:type>2</em:type>
<em:iconURL>chrome://zimbradnd/skin/zimbra.png</em:iconURL>
<em:updateURL>http://files.zimbra.com/update.rdf</em:updateURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKB gQDOJ7rTnNcHay09ZTXAYt2EhHAsuY4q8o/xrFwbocBwf5Xs+viu/fehIspdW3+mE4CsekVLN8s2mrccMu53+iHpyfjm9R0zlhvsIg6 YcP4FP1GaYh05aSm53B/HH+KkfcziYe+53860yy1P80mELJhG+pR1e3wMDS2x+dDxYiElD QIDAQAB</em:updateKey>
<em:targetApplication>
<!-- Firefox -->
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>3.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Prism -->
<Description>
<em:id>prism@developer.mozilla.org</em:id>
<em:minVersion>0.8</em:minVersion>
<em:maxVersion>10.0.0</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!-- Toolkit -->
<Description>
<em:id>toolkit@mozilla.org</em:id>
<em:minVersion>1.9a1</em:minVersion>
<em:maxVersion>1.9.1b1pre</em:maxVersion>
</Description>
</em:targetApplication>
<em:appManaged>true</em:appManaged>
<!-- front-end metadata -->
<em:name>ZimbraDnD</em:name>
<em:description>Zimbra Extension - Drag and Drop</em:description>
<em:creator>support@zimbra.com</em:creator>
<em:homepageURL>http://www.zimbra.com</em:homepageURL>
</Description>
</RDF>
Any help would be greatly appreciated or if someone has this extension currently working a link to the file would be great.
![]()


LinkBack URL
About LinkBacks


