Hello All
I am so keen to get this browser working properly because when I want to read newspapers online the provided videos are often not supported by PM. Preferably I like to stay with PM. Is anyone here who might be able to assist? PM 27.0.3/64 on o-suse leap 42.1.
I searched for hours on end and haven’t come to a solution yet…:embarrassed:
it seams that palemoon is available from the network repo but it’s build has been disabled
you can ping one of the maintainers and ask them to build it https://build.opensuse.org/package/users/network/palemoon
there is a home repo from one of the maintainers that has an older version 26.5
to get 26.5 do
zypper ar -f http://download.opensuse.org/repositories/home:/awissu/openSUSE_Leap_42.2/home:awissu.repo
zypper in palemoon
Thanks@I_A
I had PaleMoon installed. Still trying diffetent flash players without success. More than half of the video links do work while others , like “Brightcove”(al jazeera), I can’t get to work.
I haven’t used pale moon on lunux as I’m too lazy for manual update
Firefox works fine with the latest Flash 24 on the one or two sites that still use flash and usually for live streaming so I don’t know, there hasn’t been any api change in the Mozilla npapi (afaik it’s going to be killed off soon) and PaleMoon should work out of the box it could be a palemoon issue, the browser id it sends probobly confuses those sites and they don’t know how to serve your request you could manually change palemoon’s browser id or ask at their forums, as I don’t think a lot of people here use palemoon I don’t think a lot of opensusers use Firefox ESR
If flash were broken or palemoon had broken implementation of flash, why would some sites work and some won’t?
Maybe there is some strange corner case, but isn’t there another, easier explanation for this behavior?
Now of course, I don’t know for sure, but the first “usual suspect” for such behavior is the user agent of your browser and some crappy implementaion on the site discriminating “unknown” user agents.
So I would try to send a a “well known” user agent and see what happens then.
Personally, I prefer the browser add-on “useragentswitcher”, but there are certainly more ways in doing that.
Are you sure that palemoon is looking in the correct location for the flash plugin?
By default, palemoon looks for plugins in /usr/lib/mozilla/plugins, but openSUSE installs them in /usr/lib64/browser-plugins. There is a section on this in the Pale Moon FAQ.
As a side note, the network repo has unbranded build of palemoon, called newmoon.
in all mozilla based browser in the address bar you can type
about:plugins
to see all the installed and found plugins on your system, you can compare the Firefox and Palemoon output
if you are using the tar ball you can always link the flash plugin to the plugins (if it’s not there create it) subfolder inside palemoon’s main folder
you need to copy or link the flash plugin to that folder
copy would be the simplest thing to do but it won’t get autoupdated
I’m not sure how hard linking would work with your home folder that’s why I used symbolic linking
if you tell us the full path to palemoon and it’s plugin folder we can tell you the command to use for linking
or use the example I wrote, just use the path to your palemoon plugins folder in the command (replace the red part with your path)
gde@linux-raih:~> ln -s /usr/lib64/browser-plugins/libflashplayer.so ~//home/gde/moonchild productions/pale moon/2upuyu4q.default/plugins/
ln: target ‘moon/2upuyu4q.default/plugins/’ is not a directory: No such file or directory