LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-01-2020, 10:29 AM   #586
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled

Quote:
Originally Posted by cwizardone View Post
Prior to this most recent update, and including the update, I've had trouble with a few sites. Safeway.com (a major supermarket chain) won't work at all. The page starts to load and then freezes the browser.
On a few other sites there have been color contrast problems, i.e., one cannot see what they are typing into a box, such as a search field. These same sites work fine with Firefox or Vivaldi.
Well, I'd suspect it's a site specific problem, as some of them only accept a known useragent string.
Try one of these:
Code:
Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0
Mozilla/5.0 (X11; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Or windows useragent string for example:
Code:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.9) Gecko/20100101 Firefox/52.9
The thing should go into prefs.js (but make sure the site specific override is enabled)
Should looks something like this for safeway:
Code:
user_pref("general.useragent.site_specific_overrides", true);
user_pref("general.useragent.override.safeway.com", "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0");
If that doesn't fix, it's probably outside my scope, possibly a modern chrome feature that is required.
I don't use any sites with those kind of requirements, but I know they exist.

Had seen a few CSS contrast problems around though, usually solved by extensions, there's plenty of them on github.
For example "custom_css_for_fx_v2.2.9" *(I've had some luck with that one)
 
1 members found this post helpful.
Old 10-01-2020, 11:24 AM   #587
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Rep: Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274
@elcore,
Thanks for the suggestions!
 
Old 10-02-2020, 12:06 PM   #588
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Rep: Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274
Pale Moon 28.14.2 is now available.

Quote:
v28.14.2 (2020-10-02)
This update fixes a few important issues.
Changes/fixes:
Fixed some additional crashes caused by the ResizeObserver API. This should take care of all crashes that have been attributed to this new code.
Fixed erroneous parsing of CSS percentages as number values.
https://www.palemoon.org/releasenotes.shtml
 
Old 10-27-2020, 01:27 PM   #589
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Rep: Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274
Pale Moon 28.15.0 is now available.

https://www.palemoon.org/releasenotes.shtml

Quote:
This is a standard development and bugfix release.
Changes/fixes:
Implemented support for CSS caret-color.
Implemented support for un-prefixed ::selection CSS pseudo-element styling.
Fixed another potential crashing scenario in ResizeObservers.
Fixed several crashes in the DOM Fetch API.
Fixed a crash in table pagination.
Security issues fixed: CVE-2020-15680 (VG-VD-20-115) and several memory safety hazards.
Unified XUL Platform Mozilla Security Patch Summary: 1 fixed, 2 defense-in-depth, 12 not applicable.
 
Old 11-03-2020, 11:12 PM   #590
derekn13
Member
 
Registered: Sep 2012
Distribution: Slackware
Posts: 52

Rep: Reputation: 29
This is a bit of a long shot, but just maybe someone else has run into it...

If I leave Palemoon running, but idle (window minimized, or just behind a bunch of other windows), it eventually freezes, and I have to kill the process. It never happens if I'm actively using Palemoon (typing up a LQ post, or just general clicking and scrolling).

This just started happening within the last couple weeks, around the time I upgraded to Palemoon 28.15.0. However, dropping back to 28.14.2 shows the same problem, so I don't think it's related to the Palemoon update.

I have one system running Slackware-current, and one one running Slackware 14.2 -- the freezes only happen on the Slackware-current machine. I've been applying updates pretty regularly, so it's presumably something that has been updated in Slackware-current in the last couple weeks.

I know this isn't much to go on -- but has anyone else seen anything similar?
 
1 members found this post helpful.
Old 11-04-2020, 09:59 AM   #591
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Before you consider pale moon browser, please consider that someone attempted to port it to OpenBSD in 2018 and was immediately confronted with "cease and desist" style language by a representative of the project, due to trademark usage (the project is licenced under MPL, but the binaries are released as "proprietary freeware" and the logo and name are trademarks).

This is the git repository and "cease and desist" demand, posted less than 24 hours after the forum thread was started, plus response from the person attempting the porting work and others: https://github.com/jasperla/openbsd-wip/issues/86

The thread by the individual porting the browser, requesting collaboration: https://forum.palemoon.org/viewtopic.php?p=134236

It's important to note:

a) Nothing ported to OpenBSD and available in ports, is officially part of the project. The project is the base OS and nothing more (this is true for FreeBSD and NetBSD as well). If the porter happens to be an OpenBSD developer as well, the port is still not part of the OS and not official. Pale Moon developers / contributors missed this point spectacularly and assume they were dealing with the "project". You will see multiple references which point to this. Project team members, simply don't care about some random 3rd party fork of a web browser in ports.

b) The individual concerned was not acting in any official capacity and was working as a private individual, in the "not for profit" (hobby) sense and most importantly posted on their forums to seek collaboration - less than 24 hours before the "take down" request - he was instead met with legal threats.

c) He was not "distributing" anything.

The irony is that the licence itself and the vast majority of the code is Mozilla's...

Disclaimer: I have no dog in this race. I dislike how Mozilla are operating in recent times, but I have never used pale moon, nor do I intend to - I simply believe that supposedly FOSS projects, using bully boy tactics, citing licensing restrictions, trademark law and issuing threats should be exposed, so that users can then make their decisions based on those facts.

Opinion: Based on the vile attitudes (worse than firefox style trademark enforcement) and enforced use of (patched) static libs (a large can of worms of potential security problems, which far outweighs any backported fixes from current firefox), obsolete Firefox codebase and lack of privilege separation and sandboxing, I wouldn't touch it with a ten foot pole...

Last edited by cynwulf; 11-04-2020 at 10:11 AM.
 
Old 11-04-2020, 11:27 AM   #592
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Quote:
Originally Posted by cynwulf View Post
Before you consider pale moon browser, please consider that someone attempted to port it to OpenBSD in 2018 and was immediately confronted with "cease and desist" style language by a representative of the project, due to trademark usage (the project is licenced under MPL, but the binaries are released as "proprietary freeware" and the logo and name are trademarks).

This is the git repository and "cease and desist" demand, posted less than 24 hours after the forum thread was started, plus response from the person attempting the porting work and others: https://github.com/jasperla/openbsd-wip/issues/86

The thread by the individual porting the browser, requesting collaboration: https://forum.palemoon.org/viewtopic.php?p=134236

It's important to note:

a) Nothing ported to OpenBSD and available in ports, is officially part of the project. The project is the base OS and nothing more (this is true for FreeBSD and NetBSD as well). If the porter happens to be an OpenBSD developer as well, the port is still not part of the OS and not official. Pale Moon developers / contributors missed this point spectacularly and assume they were dealing with the "project". You will see multiple references which point to this. Project team members, simply don't care about some random 3rd party fork of a web browser in ports.

b) The individual concerned was not acting in any official capacity and was working as a private individual, in the "not for profit" (hobby) sense and most importantly posted on their forums to seek collaboration - less than 24 hours before the "take down" request - he was instead met with legal threats.

c) He was not "distributing" anything.

The irony is that the licence itself and the vast majority of the code is Mozilla's...

Disclaimer: I have no dog in this race. I dislike how Mozilla are operating in recent times, but I have never used pale moon, nor do I intend to - I simply believe that supposedly FOSS projects, using bully boy tactics, citing licensing restrictions, trademark law and issuing threats should be exposed, so that users can then make their decisions based on those facts.

Opinion: Based on the vile attitudes (worse than firefox style trademark enforcement) and enforced use of (patched) static libs (a large can of worms of potential security problems, which far outweighs any backported fixes from current firefox), obsolete Firefox codebase and lack of privilege separation and sandboxing, I wouldn't touch it with a ten foot pole...
Interesting, but nobody forced you to even consider it. There's a clear description of their target audience on their site, if you're not into it why bother even posting?
Sure the devs are willing and able to throw a tantrum, sometimes a bit over the top, but tell me 1 good reason to trust mozilla more.
Personally I trust mozilla even less, which is still a bit more than I trust anything with integrated CEF. So yeah, I guess it's your choice what to use and how.
 
1 members found this post helpful.
Old 11-04-2020, 11:54 AM   #593
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
There is choice, that's not being disputed here, nor is this a matter of anyone being forced to consider anything / or not - and this not about "mozilla vs anyone" either. So I don't quite get your point in responding as you have either...?

Far from a "tantrum", they were being deliberately obnoxious.

You appear to be suggesting that valid criticism, with sources, should not be posted?

Last edited by cynwulf; 11-04-2020 at 12:16 PM.
 
Old 11-04-2020, 12:36 PM   #594
individual
Member
 
Registered: Jul 2018
Posts: 315
Blog Entries: 1

Rep: Reputation: 233Reputation: 233Reputation: 233
Quote:
Originally Posted by cynwulf View Post
Opinion: Based on the vile attitudes (worse than firefox style trademark enforcement) and enforced use of (patched) static libs (a large can of worms of potential security problems, which far outweighs any backported fixes from current firefox), obsolete Firefox codebase and lack of privilege separation and sandboxing, I wouldn't touch it with a ten foot pole...
I seem to remember AlienBob refusing to provide a pre-built Pale Moon because of the community's hostility toward Slackware.
 
Old 11-04-2020, 12:39 PM   #595
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Quote:
Originally Posted by cynwulf View Post
You appear to be suggesting that valid criticism, with sources, should not be posted?
It's nothing new, it's gossip that is stale and out of date. I've already read about it in this very thread.

And I'm not sugggesting anything, just saying you're being salty over nothing since you're not even a user of their product.
And seriously, just because you have more trust and respect for nanny browsers such as firefox or chrome, it doesn't mean everyone should.

If you've read about their target userbase, you would know it's folks who liked netscape and firefox 2.0 and those that generally hate chrome and modern firefox.
It's folks who don't really care about the sort of thing you're being salty about, IMHO.
 
1 members found this post helpful.
Old 11-04-2020, 12:48 PM   #596
derekn13
Member
 
Registered: Sep 2012
Distribution: Slackware
Posts: 52

Rep: Reputation: 29
I'm aware of the arguments against Pale Moon. For me, it's about tradeoffs. If there were a perfect browser, I'd use it. There's not, so I pick the least-bad one.

Firefox seemed to be going out of their way to annoy users for a while -- breaking plugins, refusing to allow user-selected home tabs, changing the interface on a monthly basis, forcing the Pocket thing on everyone, etc. I suppose I should give Firefox another try, especially since Pale Moon is starting to break on more and more web sites.

Just to be completely clear: this is all subjective, and those are my personal preferences. I'm sure that others have different preferences.

Anyway, it was my intent (back in post #590) to ask a technical question, not to start an advocacy war over web browsers. I'm still hoping someone might have a response to that.
 
Old 11-04-2020, 01:19 PM   #597
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Quote:
Originally Posted by derekn13 View Post
Anyway, it was my intent (back in post #590) to ask a technical question, not to start an advocacy war over web browsers. I'm still hoping someone might have a response to that.
Why not mention the OS version, binary package or source build, last known good browser version if any, and/or any form of terminal output?
We'd better just guess all these things, so here goes the standard; no I don't seem to have this problem, or at least I haven't seen it yet.
 
Old 11-04-2020, 01:31 PM   #598
derekn13
Member
 
Registered: Sep 2012
Distribution: Slackware
Posts: 52

Rep: Reputation: 29
Quote:
Originally Posted by elcore View Post
Why not mention the OS version, binary package or source build, last known good browser version if any, and/or any form of terminal output?
We'd better just guess all these things, so here goes the standard; no I don't seem to have this problem, or at least I haven't seen it yet.
I mentioned most of that in my earlier post, but I'll add some more...

I'm running Slackware-current. On another system with Slackware 14.2, the problem does not occur. Both systems are uptodate with Slackware updates. The problem started occurring within the last ~2 weeks.

I'm using the binary palemoon package (the tarball from their web site). I'm running 28.15.0. I originally assumed the problem was in the latest palemoon, but downgrading to 28.14.2 shows the exact same problem.

I don't remember seeing any console output, but that's a good point -- I'll check again.

Quote:
no I don't seem to have this problem, or at least I haven't seen it yet.
Ok, thanks. Are you running Slackware-current, with the latest updates? I'm trying to nail down a specific trigger for the problem.

Last edited by derekn13; 11-04-2020 at 01:32 PM.
 
Old 11-04-2020, 01:51 PM   #599
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Quote:
Originally Posted by derekn13 View Post
Ok, thanks. Are you running Slackware-current, with the latest updates? I'm trying to nail down a specific trigger for the problem.
No, I only target stable slackware-14.2 and slackware64-14.2 with unofficial source builds, for the most part kronos' scripts from SBo.
Other that that, I'm not affiliated.
And SBo is only tested for 14.2 so I guess if it works on 14.2 it's working as intended.
It could be anything though, from memory leak to kernel or power management, but probably something in the system is too new or something in the browser is too old.
 
Old 11-04-2020, 03:16 PM   #600
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Rep: Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274Reputation: 7274
Quote:
Originally Posted by derekn13 View Post
......especially since Pale Moon is starting to break on more and more web sites.
......
I've been a big fan of Pale Moon, but, as you said, it has been "breaking" on more and more web sites. From the web site of a major supermarket chain to the local registrar of voters. Sometimes you can access a site, but do little else. Sometimes a site appears and then refuses to completely load the page. The biggest consistent problem has been not being able to see what I've typed into a box on the page, e.g., a search field.
When I run into trouble I'll try a different browser and between Firefox, Pale Moon and Vivaldi (a chrome clone) Firefox usually does the best job.

Last edited by cwizardone; 11-04-2020 at 07:28 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
what's the best way to import Firefox bookmarks to Pale Moon? newbiesforever Linux - Software 14 01-30-2017 02:08 AM
[SOLVED] Pale Moon vs Firefox storkus Slackware 35 09-07-2015 01:47 PM
LXer: Want Firefox without Australis? Try Pale Moon LXer Syndicated Linux News 0 08-01-2014 08:51 PM
Pale Moon - A firefox fork coralfang Linux - Software 9 07-16-2014 01:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration