-
Tobin
sorry.. thanks frg sorry for the late reply
-
Tobin
hi tomman
-
Tobin
what dumb nonsense did they do that you on about tonight.. i need to do some minor raging against nonsense
-
Tobin
gotta keep up apperences and all
-
Tobin
jesus fucking christ
-
Tobin
how long until unicode no.. FULL ON EMOJI IS VALID SYNTAX?!
-
Tobin
YES THIS IS NONSENSE WORTH RAGING ABOUT!
-
Tobin
BURN THEIR OFFICE DOWN.. WITH THE HASH SIGN
-
Tobin
or something.. don't actually burn any offices down..
-
Tobin
that would be bad.. likely for me as well..
-
tomman
nah, just more lame attempts to turn JavaScript into a first class, general purpose programming language
-
IsambardPrince
Okay, so I have Librewolf all nice and set up along with Standalone SeaMonkey Mail.
-
IsambardPrince
Hopefully this doesn't fly apart every few minutes like Firefox Rapid Release.
-
IsambardPrince
Fedora pushed EIGHT updates to Firefox RPM down on top of me totaling nearly a gigabyte of downloads and I/O chatter in the past 30 days.
-
IsambardPrince
So I dnf removed it.
-
IsambardPrince
This is an outrage.
-
IsambardPrince
I vaguely recall a time when you got an update about every month for security and you didn't have to deal with this crap.
-
tomman
IsambardPrince: we call that "Debian" :D
-
tomman
except that point release updates are now clocking at half a gigabyte because software bloat :/
-
tomman
uuugh, Archive!!!!!
-
tomman
the search page is broken on SeaMonkey
-
tomman
but.. unlike your average web abomination, the console yields no errors or warnings or anything at all
-
tomman
Page only renders a gray background with the site header (which should be a black bar)
-
tomman
SOMETIMES if you fiddle with Reload/Stop (or try to navigate away), it MAY render actual result lists
-
IsambardPrince
SeaMonkey now can't play MPEG-4 videos on Fedora 38.
-
IsambardPrince
Seems like nothing except Firefox 115 (and LibreWolf, and Firefox ESR 115) can as far as Gecko browsers.
-
IsambardPrince
The rest just say "No valid source"
-
JamminUnit
Any chance Fedora 38 switched to ffmpeg-6?
-
frg_Away
Is this 2.53.17?
-
GrannyGoose
-
GrannyGoose
fedora rpmfusion does use 6
-
GrannyGoose
Fedora FMpeg Free does use 6 also
-
JamminUnit
-
JamminUnit
Perhaps that also affects seamonkey.
-
GrannyGoose
debian still uses FFmpeg 5 i think
-
JamminUnit
-
frg_Away
They are the pest with these changes. Anyway
Bug 1819374 needs to be backported. Not sure if buc is already on it.
-
buc
Well, I'll try to put it to upcoming Fedora's 2.53.17 anyway. Looks easy -- actually part4 is needed only (others are total upgrades of the bundled ffvpx, which can be omitted).
-
JamminUnit
buc: does the patch apply cleanly to 2.53.17b1?
-
buc
JamminUnit: Haven't looked at it yet, but it's not a problem to backport the changes manually anyway.
-
Swampogre
good day, people
-
Swampogre
Can Firefox and Thunderbird import the data from Seamonkey automatically, or does it have to be done manually?
-
Swampogre
I had some crashing problems with SM 15 and 16, and am guessing they use more memory and act too quickly on malloc requests. Havent used 17beta1 much
-
Swampogre
This is the "user agent": Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 SeaMonkey/2.53.14 What would need to be done to fully bring this up to date with Firefox?
-
Swampogre
I've built SM some years ago, but the new build system with a lot of python involved doesn't work out of the tarball for me. I could use some help if anyone wants to coach me
-
Swampogre
Got a Debian 12 system to work with
-
jonadab
Hmm, I've compiled SM in the past, but I think the build I am using right now is stock.
-
jonadab
So I guess I am not up to date on recent build-system changes.
-
jonadab
As for FF/TB, I have no idea what they can do these days; I swore off FF in the 3.x era, when it had become abundantly clear the devs were more interested in pointlessly rearranging the UI every single release, than in fixing serious dataloss bugs. And I use Gnus for email.
-
tomman
-
tomman
-
tomman
"This repo represents an early stage proposal, not a fait-acompli. High quality feedback on the proposal itself is highly welcome. Unprofessional behavior is not."
-
tomman
1) define "high quality": "curated, Google-sanctioned praise comments" over a TERRIBLE anti-web proposal are not my idea of "highly quality"
-
tomman
2) you should not have said "fait acompli"
-
buc
Is it safe to enable "javascript.options.streams" right now?
-
buc
I have some local site, which shows something about half of second, then overwrite all the screen by the empty white field. Error console complains about "ReadableStream" undefined.
-
buc
It seems that some support was added since 2.53.17b1, and now the site seems to work more/less as expected when that pref is set on. (Still does not work anyway under 2.53.16 and before).
-
tomman
-
buc
tomman: Yes.
-
buc
Seems enabled by default in Firefox-65+, after some code cleanups.
-
buc
BTW, another "good" example of similar "overwritinf by empty white field" is
developer.mozilla.org/en-US/docs/Web/CSS/user-select . But there it is for completely different reasons.