• 2 Posts
  • 90 Comments
Joined 3 years ago
cake
Cake day: October 19th, 2023

help-circle
  • I never understood why console players always get so worked up about exclusives. People say the stupidest most absolutely nonsensical things like “the PS5 has no games”. What the hell do you mean?? The PS5 has lots of games, you’re just salty that other people can play those games too. Why can’t people just be happy that more people can enjoy the games? They have to have that feeling of superiority I suppose









  • Linux Mint is a good choice but it doesn’t come with a GNOME flavour by default. You can install it yourself if you want, though.

    I moved to Fedora after leaving Ubuntu. Worked fine for me, but you’ll have to re-train your muscle memory for some terminal commands. sudo apt install becomes sudo dnf install and rpm is a little different from dpkg. Other than that, with the Dash to Dock extension, Fedora feels exactly the same as Ubuntu to me.





  • I can’t explain the exact reasons why, but let me provide some examples.

    In Cities: Skylines (which is natively supported on Linux), I had two mods installed that had different behaviour depending on whether Steam was installed through a Flatpak or whether it was installed as a native package. One of them needed to access a system installation of Mono and call it (which sounds like virus behaviour, I know), and this functionality would be blocked by Flatpak’s containerisation. The second mod was a map-drawing mod which would create maps of the in-game city and put them in a specified folder in your home directory. On the native package Steam, it would put the files in the default folder, but crashes if you tried to change the directory. Otherwise, it worked as expected. On the Flatpak Steam, it would allow you to select the directory, but no files would actually be written there. It’s easy to just blame bad code written by amateur developers, but clearly it’s a case of the same code resulting in different behaviour depending on variables like Steam’s installation method.

    Also, the Sims 4, which is not native and runs through Proton, worked pretty reliably on X11 but occasionally crashes mid-game using Wayland. It was not perfectly stable in either case, but it crashed far less frequently on X11 compared to Wayland.

    This is not a game, but Firefox supports touchpad gestures on my laptop on Wayland, but not on X11.



  • The Steam Deck comes in essentially one hardware configuration with one operating system complying to one set of standards. Linux users have a higher-than-average tendency to do weird, nonstandard shit on their computers and then complain when it breaks something. On Windows, Steam OS, and Mac, if you test it on maybe 5 different configurations, you’re done. With Linux, you have to test at least four different distros (Ubuntu, Debian, Fedora, Arch), two different packaging formats for Steam (Flatpak, native package), and two windowing systems (X.org, Wayland). Plus the proprietary NVIDIA drivers along with open-source drivers. That’s already 32 combinations for 2% market share.






  • This is not what I would consider a “political reason”. A political reason would be something like refusing to package it because of what political party Howard supports.

    There is plenty of software you’ll find in these repositories that aren’t under the GPL. CMake uses BSD, the Apache web server uses the eponymous Apache license, LibreOffice and Firefox use MPL, Godot and Bitcoin Core use the MIT license, and I’m sure there are plenty of other software licenses that I haven’t thought of yet.