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..
Recent palemoon updates Killed Opendownload..
Moderators: Lootyhoof, FranklinDM
-
SvenG
Re: Recent palemoon updates Killed Opendownload..
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.
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.
-
delicacy1
Re: Recent palemoon updates Killed Opendownload..
I forgot to mention i had changed manifest too, it still doesn't work..
i don't get opendownload big window with different selections .. .
i don't get opendownload big window with different selections .. .
-
squarefractal
Re: Recent palemoon updates Killed Opendownload..
Which one in particular? I made the following changes and it worked perfectly, so I sent the author this patch via email:delicacy1 wrote:i don't get opendownload big window with different selections .. .
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"