Doesn’t it show +0.05% Arch? I was under the impression SteamOS was tracked as Arch. So if 0.15% is a blend of Arch and SteamOS-Arch, it seems to be growing in quite a few ways.
I was under the impression SteamOS was tracked as Arch.
No, that’s not the case. A separate listing for SteamOS leads by a lot. If you install pure Arch (or another distro) on Steam Deck or for whatever reason install and launch the Flatpak version of Steam, those won’t get counted as SteamOS but otherwise it’s pretty clear how big the installed base of SteamOS is.
I used to keep a windows drive to run steam. But it honestly sees very little use nowadays.
Mostly I boot it every few months to see what shenanigans Microsoft has pulled with windows. Other than that, it’s just sitting there. Everything I play runs in Linux.
I’m assuming you don’t want a full disk encryption solution, but you can also use LUKS to just create an encrypted mount of any supported filesystem. You don’t need any type of standalone program to encrypt your things for you.
Just be aware you can lose your data. It is really bad with long file names and folders with a large number of files, there are multiple reports online about people losing their data. I personally have experienced this with large file names and once an entire vault that suddenly couldn’t be open.
I have used gocryptfs (github.com/rfjakob/gocryptfs) in the past, it creates an overlay mount that encrypts each dir and file separately, so no need to precreate a container. There are some security downsides to this approach though so be aware of that. nuetzlich.net/gocryptfs/threat_model/
My preferred way is to create an encrypted disk image using LUKS, backed by a sparse file. Sparse means that, while you’ll still need to specify a size for the encrypted volume, it won’t actually use the space on the underlying disk until you use the space on the encrypted volume. You could even make the encrypted volume bigger than your physical disk (though of course you’d get an error if you tried to actually use that extra space).
There are a few ways to setup a LUKS container; if you want to learn how to do it manually, this howto i just found looks like a good overview of the steps (though I wouldn’t recommend doing its final Setup auto mount section).
These days, you can also create a LUKS volume on a sparse file entirely using a GUI such as the GNOME Disks program. Using it, just click the hamburger menu and select “New Disk Image” and then with your new disk image selected click the gears menu and “Format Partition” and there should be a checkbox for LUKS on that screen. If you leave “Erase” turned off (which is the default), then the backing file will be sparse.
One downside to the sparse disk image approach is that when you delete files from the encrypted volume you will not regain that space on the outer disk automatically. It is possible to, but requires work to do so which I won’t try to document here.
Another approach which doesn’t have that downside is to use eCryptfs instead of LUKS. It stores each encrypted file separately (with an encrypted name) and thus doesn’t hide the directory structure or file sizes - only directory and file names and file contents are encrypted. It also appears to have not been updated since 2016, but, it is still included in various distributions so it is also an option. You can read about how to use it (and other caveats about it) on the arch wiki.
I am trying to install kde neon in a VM to try plasma 6 and actually test and report bugs, too, and the installer launches into a completely transparent window and I can’t proceed from there. Tried to install opensuse krypton, it was taking so long to install I actually gave up and quit the install.
In my experience too KDE Neon unstable is a total mess.
Maybe try the new Fedora Rawhide with KDE? There even is an immutable image now. I will try that on Baremetal in a few minutes, as in the VM scaling and all was a mess, but VMs also just dont cover regular use scenarios (dual monitors, energy saving, fingerprint sensor (I want to keep mine for the host lol), memory, actually working GPU (thanks AMD mobile bullshit CPUs)
I have been having the same issue with a Lenovo laptop but on NixOS. I suppose this is a kernel issue; I’ll try updating and see if it solves the issue.
I don’t like GNOME for it’s poor theming support and it’s toxic dev community (ahem, talking about senior devs, especially Ebassi’s hostility towards newbies), but I think that it has some well-designed defaults. I love the workflow - everything is fast and snappy, shortcuts are pretty nice, aligning window is quick, and if there’s a lack of space, I can just drop the app in another workspace. Yes, I am using GNOME 45 at the movement, and I think it’s quite nice. But I also love the roadmap of GNUStep, and maybe if I can in the future, I would love to assist Gregory Casamento.
For me on Arch and also, but a lot less frequent fedora I find that it works fine then every few months there’s an update that breaks it for a few days till it gets patched. But besides that it works fine for me. I use blueman in DWM BTW
linux
Oldest
This magazine is from a federated server and may be incomplete. Browse more on the original instance.