Canonical's Steam Snap is Causing Headaches for Valve

pnutzh4x0r@lemmy.ndlug.org to Linux@lemmy.ml – 762 points –
Canonical's Steam Snap is Causing Headaches for Valve - OMG! Ubuntu
omgubuntu.co.uk

Timothée Besset, a software engineer who works on the Steam client for Valve, took to Mastodon this week to reveal: “Valve is seeing an increasing number of bug reports for issues caused by Canonical’s repackaging of the Steam client through snap”.

“We are not involved with the snap repackaging. It has a lot of issues”, Besset adds, noting that “the best way to install Steam on Debian and derivative operating systems is to […] use the official .deb”.

Those who don’t want to use the official Deb package are instead asked to ‘consider the Flatpak version’ — though like Canonical’s Steam snap the Steam Flatpak is also unofficial, and no directly supported by Valve.

257

You are viewing a single comment

You can install Arch directly from a UEFI shell over the Internet: https://archlinux.org/releng/netboot/
If your BIOS has a UEFI shell that supports DHCP, HTTP and IPv4 PXE you can load the ipxe-arch.efi over HTTP and start installing.

Does UEFI shell have wget?

Depends on the version. All of them (the newer ones with networking) have TFTP. Some even have HTTPS. I think HP Servers even have HTTPS-Boot with client TLS certificates.
None of it works with Wifi though. iPXE has wifi support for some devices but you obviously can't start it over the Internet. You need to flash a ROM you don't need or use a USB drive to load it. Then you can boot Linux from the Internet. (That also works if you don't have a UEFI Shell in BIOS). https://netboot.xyz can also boot other OSes than Arch.