Damn Small Linux is a recently resurrected distro made specifically to run on old 32-bit PCs. You probably won't be doing much web browsing or gaming on this device, but you should at least be able to get it to function
ipacialsection
Between "S TRIAD", the Susan Foreman references, the teases with Mrs Flood, and the shifting timeline of Ruby's birth, it feels like this episode was specifically referencing all the fan theories about this season in order to shoot them all down. Obviously these episodes were filmed a while before anyone could even make fan theories, but it seems that us Doctor Who fans are very predictable.
I dunno if the effect is the same for people who haven't been following the press for the whole season, but this felt like a masterclass in suspense-building for the finale. "Empire of Death" had better live up to all of its buildup.
First, go to [three dots] -> Preferences -> Runners -> Proton, click the button next to the newest available version of Proton GE (currently ge-proton-9-7), and wait for it to download.
Then, go to your bottle -> Settings -> Runner, set the runner to ge-proton-[version], and wait for Bottles to configure the new runner.
Have you tried using different runners? According to ProtonDB Ape Out is completely supported by Proton, so maybe try a Proton runner instead of Wine.
Now I'm (tentatively) excited to see how they'll outdo a season with a novel gimmick in each and every episode, including a musical and a crossover with a parody show, in terms of gimmicky weirdness.
Could you describe the issue in more detail, then? What happens when you try to play a video? If you get any error messages, please copy them.
It might not be Wayland-related at all.
I just tried installing Parole on my own KDE Plasma+Wayland system and it just works, aside from opening an external playback window, which feels a bit weird, but I'm assuming it's normal. The only display drivers available are X, but the "Automatic" pick works.
If it doesn't work for you, make sure xwayland is installed.
My second distro was Debian 8, initially with LXDE (which has barely changed at all since then, so it's still nostalgic) then later switching to KDE Plasma 4. I probably hold the most nostalgia for it, even more than I do for my first distro (Linux Mint 17). For a while I was into Plasma Netbook, which I find to be an especially weird, nostalgic product of its time, and the Oxygen theme in general is probably my favorite default look for any DE.
I was quite satisfied with Debian Stable for a few years on at least two different laptops, and felt I had found my "forever distro", until I got a Framework laptop whose AMD graphics were quite buggy on it. In order to get rid of all the issues, I had to upgrade to Testing and install a mainline Liquorix kernel (and along the way, I briefly made a Frankendebian and fiddled with kernel parameters). While my years of experience with Debian and derivatives has prevented me from breaking anything, I do wish I didn't have to use all of this beta-quality software just to prevent games from freezing and crashing constantly, just because I bought "new" (about a year old) hardware.
I still want to keep Debian, because I've found nothing else that works quite as elegantly or stably, but I'm hoping to find ways to get the performance I need without Liquorix, and if something forces me to reinstall between now and the time Debian Trixie becomes stable, I'll probably give Fedora or KDE Neon another try.
"Klingon ambient" would be a good concept for an album.
I proposed that resolution because it's the closest to 1920x1200, but keeping a 3:2 aspect ratio.
Installing from Discover (or to be more precise, your distribution's software repositories, for which Discover is a frontend) is usually best practice. Programs you find online are less likely to work on your distro (especially something as technologically unusual as Bazzite). That said, from what I could find online the command to install an RPM file on that distro is
sudo rpm-ostree install <path/to/package.rpm>
. I have never used boxbuddy or any kind of distro container, but I imagine it would as simple as opening the terminal for one of your distros and entering the appropriate command for that distro to install your package.Generally, Flatpak packages are safe to install, and any Flatpak repos you enable will show up in Discover. Flathub contains the majority of Flatpak packages in existence, though it might be enabled by default on Bazzite.
Just look around in Discover and you'll find lots of gems. As a retro gamer, I've found RetroArch indispensable, as a frontend for all my emulators and then some. Lutris is nice if you want all of your games to be centralized under one launcher. There are lots of fun time-wasting open-source games too.
You can just ease into it, or read any number of Linux courses online. Following tutorials on Linux will be as easy as following tutorials on Windows. You can learn about programs with either
man <command>
,info <command>
, or<command> --help
.Most projects include README files instructing you on how to compile and/or install them; the exact process depends on the program. But generally, if you see files named "configure" and "Makefile", the process is to install dependencies, then cd into the source code folder and run
./configure; make; sudo make install
.Discover should be the first place you go to install programs. Don't install programs from random websites unless you absolutely have to. They probably won't work.
A lot of the programs you are used to from Windows will not be available for Linux. They might be compatible with Wine or Proton, but try to find alternatives to them before you try that. There is a KDE app and a GNOME app for most of the basic uses, and https://alternativeto.net/ is a decent resource for finding Linux-friendly alternatives to just about anything.
You probably don't need an antivirus - there are viruses for Linux, but they are extremely rare, and the anti-malware programs that are available for Linux will only detect and remove Windows viruses.
Don't have any comments on your other issues, because I don't have experience with the software you're using (I rarely if ever buy "gaming" hardware).