Page 1 of 1

Recent palemoon updates Killed Opendownload..

Posted: 2015-04-02, 18:55
by delicacy1
Opendownload2 v4.0.0 has ceased functioning in palemoon.

& changing firefox.. to palemoon in install.rdf:

<!-- PaleMoon -->
<em:targetApplication>
<Description>
<!-- PaleMoon -->
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>25.0</em:minVersion>
<em:maxVersion>30.*</em:maxVersion>
</Description>
</em:targetApplication>

didn't help..

Re: Recent palemoon updates Killed Opendownload..

Posted: 2015-04-02, 19:04
by SvenG
The updates were not so recent.

https://addons.mozilla.org/de/firefox/f ... e.manifest line 3 makes it incompatible with Pale Moon 25.x, don't know if there are others.

Re: Recent palemoon updates Killed Opendownload..

Posted: 2015-04-02, 19:11
by delicacy1
I forgot to mention i had changed manifest too, it still doesn't work..

i don't get opendownload big window with different selections .. .

Re: Recent palemoon updates Killed Opendownload..

Posted: 2015-04-03, 18:01
by squarefractal
delicacy1 wrote:i don't get opendownload big window with different selections .. .
Which one in particular? I made the following changes and it worked perfectly, so I sent the author this patch via email:

Code: Select all

diff -Nupr opendownload2-4.0.0-sm+fx/chrome.manifest opendownload2-4.0.0-sm+fx+pm/chrome.manifest
--- opendownload2-4.0.0-sm+fx/chrome.manifest
+++ opendownload2-4.0.0-sm+fx+pm/chrome.manifest
@@ -1,6 +1,6 @@
 content  opendownload  jar:chrome/opendownload.jar!/content/
 
-overlay  chrome://browser/content/browser.xul                       chrome://opendownload/content/browser_overlay.xul  application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
+overlay  chrome://browser/content/browser.xul                       chrome://opendownload/content/browser_overlay.xul  application={ec8030f7-c20a-464f-9b0e-13a3a9e97384} application={8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}
 overlay  chrome://navigator/content/navigator.xul                   chrome://opendownload/content/browser_overlay.xul  application={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
 overlay  chrome://mozapps/content/downloads/unknownContentType.xul  chrome://opendownload/content/dialog_overlay.xul
 
diff -Nupr opendownload2-4.0.0-sm+fx/install.rdf opendownload2-4.0.0-sm+fx+pm/install.rdf
--- opendownload2-4.0.0-sm+fx/install.rdf
+++ opendownload2-4.0.0-sm+fx+pm/install.rdf
@@ -29,6 +29,15 @@
 				<em:minVersion>2.11</em:minVersion>
 				<em:maxVersion>2.27.*</em:maxVersion>
 			</Description>
+		</em:targetApplication>	
+
+		<!-- Pale Moon -->
+		<em:targetApplication>
+			<Description>
+				<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
+				<em:minVersion>25.0</em:minVersion>
+				<em:maxVersion>25.*</em:maxVersion>
+			</Description>
 		</em:targetApplication>
   </RDF:Description>
   <RDF:Description RDF:about="urn:mozilla:extension:file:opendownload.jar"