What's the status of the cat and mouse game being played with autoplay video being forced on and new options needing to be hunted down? First Chrome forced it on, because EvilCorp's business model is around a forced-open-eyelid philosophy of advertising revenue from unstoppable impressions. Next I moved to Firefox, which in an update a few months ago changed the autoplay option to be on, removed the config attribute…
Get uMatrix and block Media requests globally, then whitelist on a per-domain basis. That should "fix" auto-playing videos for you permanently.
Firefox 64 Released
231–240 of 527 posts
Re: Firefox 64 Released
#232Earlier quoted context omitted.
I'm not. Wayland lacks a lot compared to X.[1] From the linked-to-post, it lacks: * Programmatic output configuration (xrandr, arandr, etc.) * CLI clipboard access (xsel, xclip) * Third party app launcher/window switcher (rofi, dmenu, albert, docky). * Clipboard managers (parcellite, klipper, Gpaste, clipman, etc.) * Third party screen shot/capture/share (shutter, OBS, ffmpeg, import, peek, scrot, VNC, etc.) * Color…
Those things are mostly compositor specific and not specifically a Wayland issue. For example with Sway: * Programmatic output configuration swaymsg -t get_outputs # get displays swaymsg output DP-1 pos 0 0 res 1920x1080 # set displays * CLI clipboard access swaymsg -t get_clipboard * Third party app launcher/window switcher I use gnome-panel with Xwayland, but better than nothing * Third party screen shot/ca…
"GNOME and KDE have dbus APIs for some (but not all) of these things, and sway has its own IPC, and other compositors probably have similar solutions. However, they all use different mechanisms, which means that if you are writing say, screenshot application you either have to write a different backend for every compositor, or choose just one or two to support.
"Something all of these types of applications have in common is they need to be able to inspect and/or modify state from other applications or the compositor itself. Which wayland's security model normally prevents. I think a major gap in wayland, is having a way for an application to run with escalated permissions so it can have access to other applications. Unfortunately, I don't have any great ideas on what that would look like."
and then, later in the thread:
"for simple things using the compositor's screen shot tool is fine. But what if I don't like the screenshot tool for my compositor of choice? My experience with the GNOME screenshot tool (granted this was pre-wayland) was that it wasn't as good as, say, shutter, which has a lot of options, let's you easily crop and edit the screenshot from inside the screenshot tool etc. And then swaygrab doesn't even (currently) have an option to capture a rectangular region."
The entire thread linked to above is worth reading.
My own takeaway is that Wayland is just way too immature to compete with X for my power-user use cases.
It might be ok for users with simple needs.
Re: Firefox 64 Released
#233Re: Firefox 64 Released
#234What's the status of the cat and mouse game being played with autoplay video being forced on and new options needing to be hunted down? First Chrome forced it on, because EvilCorp's business model is around a forced-open-eyelid philosophy of advertising revenue from unstoppable impressions. Next I moved to Firefox, which in an update a few months ago changed the autoplay option to be on, removed the config attribute…
Re: Firefox 64 Released
#235Earlier quoted context omitted.
I'm happy someone is using it however, as that will encourage many shortcomings to be addressed.
In my experience X11 has zero shortcomings compared to Wayland. The code might be ancient and arcane at some points but the performance and features (hello "ssh -X") are actually far superior. Why do we need Wayland?
Re: Firefox 64 Released
#236Earlier quoted context omitted.
I use only Macs by default. It runs great and has for years. There's probably a real issue somewhere but it's far from as universal as your post implies.
Likewise. Not aware of any weird issues with performance in relation to Firefox. I use it exclusively. I'm on the beta channel. I can't remember the last time I had a browser crash. I generally restart it to apply new updates every few days or so. If you have performance issues; you might want to check whether you need to blame the browser or some of your extensions.
Re: Firefox 64 Released
#237Re: Firefox 64 Released
#238Earlier quoted context omitted.
This is a fascinatingly coercive take on the privacy / observability tradeoff.
No, this is supporting direct feedback. How can mozzila know which features are useful in your opinion? how should they know that you wanted [feature X]? Maybe they are also in the wrong if the telemetry is excessive, but the alternative is to never deprecate any feature ever.
Re: Firefox 64 Released
#239Earlier quoted context omitted.
In my case, CPU usage goes to the roof if I use a scaled resolution instead of the default one. If that is the case with all macOS users with non-default resolution, I wouldn't call it low prevalence.
Not an issue for me. I have a imac 5K and a retina mac book pro. Both with image scaling on by default. I think most recent macs have retina now. I use Firefox exclusively and have done so for the last 2 years or so. This sounds like it could be a driver issue for specific macs. Both my macs have AMD Radeon chipsets & quad core i7s. Anyway, I'm sure this issue is real. Bugzilla ticket numbers probably exist for it an…
Re: Firefox 64 Released
#240Earlier quoted context omitted.
> but this addon promises to restore it Mozilla did the same with tab groups, then the addon was abandoned. The replacement that is compatible with the new form of extension isn't able to unload the tabs, just hide them, which undoes most of the performance benefits. [abraham simpson voice] It'll happen to you too! [/abraham simpson voice] /jk
FWIW, Tree Style Tab solved tab groups (and more) for me. I wish tab handling had a first-class API in Firefox, so that different tab managers could interact with the default tab menu, etc.
Firefox 64 introduces an entirely new API, browser.menus.overrideContext, which allows complete customization of the context menu shown within add-on content like sidebars, popups, etc.
This is illustrated right in the post by my favorite pain point, the Tree Stye Tab custom tab menu mixing with the regular tab menu.
Finally!