The benefit for Amazon is good PR and supporting open source projects their engineers use.
You can check if you are using Xorg or Wayland in the Settings -> System -> About -> System Details page. If you’re using Wayland, you’re all good, nothing changes. If you’re using Xorg, you may notice some changes. If you’re using NVIDIA on Ubuntu 24.04, you’ll be on Xorg by default. If you’re using a later version or AMD/Intel, you’ll be on Wayland be default.
To keep it short, X11 was the old protocol for creating and managing windows. Xorg implemented this protocol. But both the protocol and implementation have many shortcomings that are difficult to address for a multitude of reasons (breaking compatibility, poor code base, a ton of work, etc).
Rather than putting lipstick on a pig, a new protocol, called Wayland, was created. It was designed for modern needs and tries to avoid the pitfalls that X11, Windows, and MacOS have. It doesn’t just copy what those three did, it’s more opinionated, so some people love it a lot (like me) or hate it a lot because it changes the way things have to be done and simply does not implement some functionality, either purposefully or because the work hasn’t been done yet.
Gnome isn’t locked-in. For being an important open source project, AWS has given Gnome credits so that they can use AWS free of charge for years. Once those credits expire, they are free to leave. So long as they do their proper preparation to migrate away, they get multiple years of hosting for free.
Gnome has already been in this circumstance. Their free hosting from another provider expired so they moved. Though as I’m researching this, I can’t find the sources I’ve read this from.
Could you please explain further?
How does free infrastructure hosting from AWS hurt anyone? There’s no privacy concerns and this helps Gnome’s development.
The only way this will hurt is if Gnome is not prepared to switch away once their credits are up.
Amazon is giving this service to Gnome for free. If anything, this is hurting them.
For some reason, this has been getting a lot of push back on Gnome’s Mastodon.
Keep in mind that this changes nothing for you as a Gnome user. It changes little even if you develop for Gnome. However, this frees of a lot of resources for Gnome. Gnome is getting the infrastructure for all their needs for free (for now) and don’t need to worry about maintenance of the hardware.
I don’t use Zoom enough to know, but it probably still works.
My last experience with the Zoom app on Wayland (a few months ago?) required me to do a manual config file change to launch the app properly. And Zoom says they fixed the screen sharing options, not sure how true that is.
Getting ready for Zoom to have instructions to install i3 rather than fixing their Wayland support.
Gamescope is a compositor. It has many useful gaming features, but it doesn’t have a major performance advantage over desktops like Gnome, KDE, or tilers.
You could install Linux Mint onto a flash drive. Though keep in mind that flash drives aren’t that robust, the flash chips are cheaper and will fail faster than SSDs.
Ubuntu had their own desktop called Unity that had a global menu. Gnome itself never did, though there were projects like Fildem to bring one to Gnome.
Edit: I was wrong, it used to have one
On MacOS and some desktop environments like Unity and optionally in Plasma, there’s a UX design pattern called the “Global Menu”. At the top of the screen, as part of the desktop’s shell, there’s buttons labelled File, Edit, View, etc for you to interact with.
Firefox is seemingly (I haven’t tested it myself, not using Plasma) enabled this functionality under Linux. Previously it required a patch to work. But this functionality has always existed on the MacOS version.
Image from a reddit post here: https://www.reddit.com/r/firefox/comments/1l0yec5/global_menu_now_works_with_firefox/
Seems like you first have to go to about:config and toggle the option shown in the screenshot.
This also also affecting me. Though it was just because I was unaware of the USB wake function. Since I have, I made it a habit to suspend, then immediately lift up my mouse to turn it off. Though I guess that’s not an option for wired mice.
Keeping the search terms in the URL bar rather than replacing it with the URL is nice. Should help with searches on web engines that don’t support bangs.
I hope the https hiding doesn’t affect copying the URL.
Specifically he supported one of Trump’s appointees on antitrust.
Also he said that Republicans were for the little guys and that Democrats were captured by corporations. This one is more controversial. Obviously both republicans and democrats have been bought by lobbyists.
But when it comes to Big Tech, I do think Republicans will do a good job with antitrust simply because Big Tech pisses Trump off a lot.
I run Fedora Silverblue on a N100.
It’s very usable. For most actions, it feels pretty similar to my much more powerful desktop. but has some limitations.
The battery life is still better than most laptops, but yeah, not as good as MacOS.
It’s meant to be an upgrade over the old system. If both are accessible, that just means they didn’t remove the old code.
Setting the environmental variable
GSK_RENDERER=gl
in Flatseal or on your entire system should fix the issue. It tells GTK to use the old OpenGL renderer backend for GTK. Once the issue is fixed upstream, it would be a good idea to remove the change.