-
tomman
oh boy
-
tomman
Mega no longer works on SeaMonkey, it craps on me with a "Your browser seems a bit outdated"
-
tomman
and their recommended browsers are Chrome, MS Chrome, and Chrome - FF is merely announced as "supported"
-
tomman
clicking any link would send you to
mega.nz/update.html
-
tomman
"Our recommended browsers fully support MEGA's advanced HTML5 functionality, quickly add support for new web standards and provide timely security updates. "
-
tomman
ah well, at least JDownloader is still a thing~
-
tomman
function(error) {
-
tomman
if (error || !window.es6s) {
-
tomman
document.location = (is_extension ? '' : '/') + 'update.html';
-
tomman
return;
-
tomman
}
-
tomman
-
tomman
there are the features they test,and the script is NOT minified!
-
tomman
'es6s =' +
-
tomman
' ({...{a:23}}).a === 23' + // C60 E79 F55 O47 S11
-
tomman
' && Promise.prototype.finally' + // C63 E18 F58 O50 S11
-
tomman
' && typeof ReadableStream === "function"' + // C43 E14 F65 O30 S10
-
tomman
' && (Array.prototype.values === Array.prototype[Symbol.iterator])' + // C66 E12 F60 O53 S9
-
tomman
' && (function *(a=1,){yield a})(2).next().value === 2', // C58 E14 F52 O45 S10
-
tomman
nice, they put minimum versions on the comments
-
tomman
which one is triggering here?
-
tomman
typeof ReadableStream === "function" => this one, FF65
-
tomman
-
tomman
must be a very recent change then, because Mega worked fine last month here
-
tomman
gotta give credits to the Mega devs for actually declaring which fancy JS features they want, complete with minimum versions per browser, and with non-minified code
-
tomman
they still SUCK anyway
-
alinoge
Windows is so bad that Chrome OS is somewhat preferable.
-
alinoge
At least it has Linux applications now and doesn't shit itself with viruses and bad updates.
-
alinoge
You absolutely can run SeaMonkey on a Chromebook. It's just not the most straightforward thing to set up.
-
alinoge
Also, the comparison of Windows 11 vs Chrome OS on a typical sub-$200 laptop is hardly close.
-
alinoge
Windows barely runs at all and Chromebooks make you wonder how they run so well on a Celeron with 4 GB RAM.
-
tomman
I would never use Chrome OS or Windows 11 anyway
-
njsg
"advanced HTML5 functionality", I think that's already a bit of a red flag , "quickly add support for new web standards" okay, now that just shows they don't know much about this, because if they knew, they'd know part of the problem is most of it isn't from any standard...
-
njsg
in one site, I've been able to get past ReadableStream by toggling the streams about:config preferences, but I didn't check about what the site is doing exactly and what do the preferences toggle compared to that.
-
njsg
tomman: ^
-
a-865
Is there such a thing as working Youtube audio on SM/Linux without pulseaudio installed? It works in Palemoon and Chromium with only libpulse pluse pipewire/wireplumber..
-
a-865
Is there such a thing as working Youtube audio on SM/Linux without pulseaudio installed? It works in Palemoon and Chromium with only libpulse plus pipewire/wireplumber..
-
njsg
a-865: last I checked it just worked with alsa (requires compiling for alsa, though)
-
a-865
so I guess SM public builds are committed to following upstream in demanding the anachronism :(
-
tomman
a-865: I don't watch videos in web browsers anyway - for that I use mpv + yt-dlp
-
tomman
(I still belong that moving pictures do not belong to interactive document viewers, but then I'm a dinosaur)
-
tomman
as for Pulse, isn't it old news? The rage these days is Pipewire
-
tomman
and on many new distros, Pulse is emulated through Pipewire
-
a-865
youtube has howtos not found elsewhere
-
a-865
hard to avoid
-
a-865
apulse doesn't help
-
tomman
gah, I hate video tutorials, but yeah, I would use yt-dlp with those
-
a-865
I hate them too, but they are what is
-
tomman
yeah, nobody likes writing walls of text these days :/
-
a-865
probably no one knows how any more
-
a-865
everything happens on a cellphone
-
frg_Away
Well media playback/handling on Linux is a mess. Code probably needs some updates from upstream Mozilla but this will take some time.
-
njsg
a-865: do you know what exactly doesn't work with apulse? I don't think I can test that directly anytime soon, but just in case...
-
a-865
njsg: nothing I recognize
-
a-865
# journalctl -b | egrep -i 'fail|puls|irep|alsa'
-
a-865
Sep 24 13:10:36 00srv rpc.statd[528]: Failed to create listener xprt (statd, 1, udp6)
-
a-865
Sep 24 13:10:36 00srv rpc.statd[528]: Failed to create listener xprt (statd, 1, tcp6)
-
a-865
Sep 24 13:12:25 00srv wireplumber[994]: Can't find org.freedesktop.portal.Desktop. Is xdg-desktop-portal running?
-
a-865
Sep 24 13:12:25 00srv wireplumber[994]: found session bus but no portal
-
a-865
Sep 24 13:12:25 00srv rtkit-daemon[1004]: Successfully made thread 994 of process 994 (/usr/bin/wireplumber) owned by '1050' high priority at nice level -11.
-
a-865
Sep 24 13:12:25 00srv rtkit-daemon[1004]: Successfully made thread 1025 of process 994 (/usr/bin/wireplumber) owned by '1050' RT at priority 20.
-
a-865
Sep 24 13:12:26 00srv wireplumber[994]: Failed to set scheduler settings: Operation not permitted
-
a-865
Sep 24 13:12:26 00srv wireplumber[994]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner
-
a-865
Sep 24 13:12:25 00srv systemd[985]: Listening on PipeWire Multimedia System Socket.
-
a-865
Sep 24 13:12:25 00srv systemd[985]: Started PipeWire Multimedia Service.
-
a-865
Sep 24 13:12:25 00srv pipewire[993]: mod.rt: Can't find org.freedesktop.portal.Desktop. Is xdg-desktop-portal running?
-
a-865
Sep 24 13:12:25 00srv pipewire[993]: mod.rt: found session bus but no portal