• NeilBrü
    link
    fedilink
    English
    92 days ago

    Use whatever the fuck you want, you fucking weirdo cultists.

      • NeilBrü
        link
        fedilink
        English
        123 hours ago

        What other than what you just said are you “just saying”?

    • @[email protected]
      link
      fedilink
      42 days ago

      This. I’d better use windows then listen to another round of debate Ubuntu vs Arch…

      spoiler

      I use arch btw

      • NeilBrü
        link
        fedilink
        English
        1
        edit-2
        1 day ago

        I use Kubuntu LTS (--minimal-install; no snap fuckery from get-go) btw.

        Garuda is also performing nicely on an older laptop.

      • @[email protected]
        link
        fedilink
        English
        31 day ago

        yeah, snaps… they should have just gone with appimage I don’t like them either, but at least we can all settle on one bag of pain.

  • @[email protected]
    link
    fedilink
    11 day ago

    I actually wanted to run Ubuntu and then Fedora, but they both kept breaking out of nowhere. I don’t know get why people have a more stable experience than I do with these, I don’t even fucking tinker and fuck with shit.

  • NostraDavid
    link
    fedilink
    5
    edit-2
    2 days ago

    If you’re a programmer: NixOS.

    Define your OS config, which programs to install, and dotfiles in one repo. Install a fresh OS, pull in the repo (nix-shell -p git, because NixOS doesn’t come with git >_> ) and run the command to install the whole thing (sudo nixos-rebuild switch --flake .#wodan for me. wodan is just the name of a config - I have multiple all combines into one repo, so I can share configuration between machines).

    Took me 17 minutes to set up my laptop exactly the same as my Desktop. Same configuration, applications, and OS settings. It’s so fucking nice.

    With Windows, that used to take 2 days to download and install everything manually.

    Only downside: You’ll need to learn Nix-the-language, nix-the-os, and nix-the-terminal-program, which took about a month of deeply digging into the Vimjoyer and LibrePhoenix channels.

  • Kyden Fumofly
    link
    fedilink
    52 days ago

    Just checked my Mint. Why Cinnamon uses so much VRAM? I have over 1GB idle, without anything running. In my Windows i usually have 400Mb with all things closed.

      • hue2hri19
        link
        fedilink
        42 days ago

        Installed 24.04 this week. On the second day my graphical interface was completely borked. Bare in mind I only installed the usual things I need like neovim, appimage support, compilers, etc.

        I’ve used the same installation of Arch, Fedora and Suse on different machines for years in a row without an issue

      • Possibly linux
        link
        fedilink
        English
        3
        edit-2
        1 day ago

        Canonical is focused on servers and the cloud. Ubuntu lacks quality controls and does things differently than many other Linux systems which leads to instability. I’ve seen people complain about gnome but in reality they are complaining and Ubuntu gnome not stock. Ubuntu also uses netplan instead of network manager and doesn’t have as much systemd integration.

        Snap is also it’s own special form of hell. It runs as root as daemon and is slow to do anything. It also forces auto updates and takes control when you try to do anything with apt. It is much heavier than Flatpak and you are forced to get your apps from it.

        The sad part is that 15 years ago Ubuntu was actually pretty solid. They have just slowly lost relevance as they move the focus to things that make actual money.

        • @[email protected]
          link
          fedilink
          English
          115 hours ago

          Thanks for explaining! I am currently on kubuntu, because after some testing different distros, it had the best kde plasma 6 experience with less bugs then the others. Iam not really an ubuntu fan, but it just worked best as an kde distro.

          As for snap, I don’t know any backgrounds of it. But I had several problems with flatpaks and the same program in snap worked. It was mostly random small stuff like, Signal does not show notifcation bages or copy paste that did not work in remmina. In Both situations lots of debugging didn’t help, but switching to the snap package did. Could be a kde/flatpak/kubuntu issue of course. Auto update (for some specific) applications can be good I think and I can understand thats not the vibe that the typical linux person wants. As of the overall anti snap hype I started with just flatpaks, but they aren’t as golden as they are sold.

    • @[email protected]
      link
      fedilink
      32 days ago

      Debian gaming wasn’t great when a lot of the landscape was changing (around 2016?) and even one of my very Debian friendly colleagues switched his gaming machine to Arch back then because getting the new stuff like AMD Vulkan drivers and DXVK running was really hard on Debian. Don’t think he migrated that particular machine back since then.

      • Rob Bos
        link
        fedilink
        English
        16 hours ago

        I’ve always enjoyed the tinkering. My gaming habits pretty much grew up with WINE. DXVK was very exciting!

        Never been a stranger to compiling my own kernel or mucking about with DLL overrides.

      • @[email protected]
        link
        fedilink
        English
        22 days ago

        Prior to bookworm making non-free easy and nvidia driver opening one could make some arguments.

        These days, though, nothing compelling can be said to walk past Debian.

        • @[email protected]
          link
          fedilink
          32 days ago

          Yeah, but the post I replied to said “since 1998”. That is prior to bookworm.

          Personally, I don’t care for it too much. Every time I try it (which is rare) something annoys me. "DO NOT EDIT THIS FILE"s, deviation from upstream that renders official documentation less valuable. With Arch (which I don’t use anymore), you can be pretty sure that what’s on your machine is what’s currently released by upstream. This refers both to version and the software itself. Remember cdrkit? xscreensaver? The weak OpenSSH keys? Sure, these must notable examples are from long ago, but there were just so many issues over the course of my “career” that the distribution for me is somewhat burned. Also because all of this could have been easily avoided.

          Anyhow, use what you want, but it’s for sure not my favorite distro.

        • Avid Amoeba
          link
          fedilink
          32 days ago

          I recently scooped up a pack of rage faces and old memes and threw them into my Immich instance. Now searchable classics ondemand.

    • @[email protected]
      link
      fedilink
      39
      edit-2
      3 days ago

      I think the whole works part is the most important part, Linux can be janky (and by that I mean obsolete information and deprecated or outdated packages are often recommended and there are a thousand different ways to do anything with only one of them actually working (don’t have an aneurysm)) on the best of days, If something just works you can change what you want later.

      • @[email protected]
        link
        fedilink
        293 days ago

        This is why I switched to Mint. It just works. It’s broken less than vanilla Ubuntu did. So thats what I use.

        • @[email protected]
          link
          fedilink
          93 days ago

          Yeah. Generally when I’m using a Linux PC to work on something, I don’t want to be fixing the PC itself too. And we make an embedded Linux product at work, so it’s not like I miss out on the fun, lol.

          I use Mint everywhere. It works great. Being easier for newcomers to use and having an extra layer of polish does not restrict my use of the command line or scripting.

    • @[email protected]
      link
      fedilink
      11 day ago

      I really wish they would bring back an official KDE flavor. Cinnamon is fine, but nothing really comes close to KDE in terms of user experience and flexibility.

  • @[email protected]
    link
    fedilink
    English
    813 days ago

    This is crazy. You shouldn’t use Ubuntu for anything desktop related. There’s nothing vanilla about vanilla Ubuntu.

    (Custom Gnome extensions, patches on top of Gnome, custom sandbox packages that don’t always work, custom apt that refuses to install the real packages in place of snaps, paywalled security patches, should I keep going?)

    • @[email protected]
      link
      fedilink
      English
      53 days ago

      Except I have no trouble replacing snaps. I only replace them when there is a need. I always add gnome extensions to mine. I like a little extra and I get it easily with ubuntu. If you are a individual user you can get the ESM updates for free and I do.

      When one of the other distros demonstrates anything that I cant get with ubuntu I will move on. Until then I’ll keep using it because it keeps working.

      • @[email protected]
        link
        fedilink
        English
        32 days ago

        When one of the other distros demonstrates anything that I cant get with ubuntu I will move on. Until then I’ll keep using it because it keeps working.

        You can’t get vanilla Gnome on Ubuntu. There are tons of other distros that will give you vanilla Gnome (they don’t put any of their own patches on top of Gnome).

        But I think you were pretty clear that you don’t want vanilla Gnome, so if Ubuntu’s working for you, more power to you. I just wouldn’t recommend it to anyone new to Linux.

        • @[email protected]
          link
          fedilink
          English
          22 days ago

          I don’t like vanilla gnome. Like I said the first thing I do with any debian installation I work on is install extensions.

          • @[email protected]
            link
            fedilink
            English
            42 days ago

            Extensions are one thing. Even if a distro comes with some Gnome extensions, you can just disable them. Ubuntu puts custom patches on the Gnome packages they ship. Those can’t be disabled, and they could potentially interfere with extensions that don’t expect them to be there. That’s my problem with Ubuntu’s approach to Gnome.

            I understand that you don’t like vanilla Gnome, but I still wouldn’t recommend Ubuntu to anyone, especially noobs, as a desktop OS, because of the myriad issues with Canonical’s approach to modifying the source of the packages they ship.

            It’s the same reason if anyone reports a bug to any of my software, and they say it happens on Ubuntu, I’ll disregard it unless they can replicate it on an OS that doesn’t patch their packages that way. Canonical is responsible for fixing the bugs their patches cause, and they’ve added tons of extra triage work to devs who have to determine whether Canonical fucked something up or there’s actually an issue with their code.

            • @[email protected]
              link
              fedilink
              English
              3
              edit-2
              2 days ago

              I totally get you don’t like it but once again you are not giving me any reason why what you prefer is somehow better.

              • @[email protected]
                link
                fedilink
                English
                3
                edit-2
                2 days ago

                I’ve given you quite a few reasons, you just don’t care.

                Let me put this really simply. Canonical fucks shit up with their patches. Users experience this as buggy software. Users file bug reports to the software. The bugs aren’t valid because the problem is with Canonical’s mess of patches. That is bad for me as the dev, because I have to triage that bug and determine that it’s Ubuntu, not my software. That is bad for you as the user, because software that works perfectly fine on any other system doesn’t work on yours. This is also bad for you because the devs that build the software you use have to waste their time tracking down Ubuntu bugs, instead of spending their time improving the software you use.

                Maybe you don’t consider this a problem, because you’re used to how buggy Ubuntu is, or maybe you don’t use any software that Ubuntu has fucked up, but that is a problem that people experience, and if you don’t see that, that’s a you problem.

                Also, I specifically didn’t mention “what I prefer”, because it doesn’t matter. Canonical is the only big Linux company that does this to an extent that devs waste their time on it. Any other big name distro is better than Ubuntu.

                • @[email protected]
                  link
                  fedilink
                  English
                  22 days ago

                  Your right I don’t care. Fanatics care about things no one else does. I don’t have many bugs with ubuntu and any that I do are usually trivial. You keep saying its bad but its not my experience. My experience started with Slackware. I still have a Slackware box that I still compile my own kernel on from time to time to keep in the know on kernel changes. I’m not by any metric an amateur. I’m sure some of these bugs seem unique and are a major problem for you.

                  I’ve tried mint and wasted my time with arch. I’m installed them all. I’ve even created my own. None of them have ever brought anything game changing to the table. I’ve seen bugs with every distro. Somehow to you these bugs are worse. I can clearly see they are similar to other distros and the bugs they have.

                  In reference to what you prefer. Its clear you don’t prefer ubuntu and you have continually mentioned it. So don’t pretend you don’t have a preference. Disguising it as some general disdain on how canonical operates doesn’t negate its clearly your preference. You will not change my mind and I don’t want to change yours. You seem like you just can’t take I don’t care about how you see it any other way than personally.

                  Other linux companies? Of which I really only know of three in total all do things that people don’t like

                  Red Hat(IBM) killed centos and I moved all my servers over to straight debian the week after their announcement. I didn’t like it but I didn’t foam at the mouth about it. They also clamped down on their sources so fedora is going to become increasingly obscure. Kind of like SCO became. They wont die that death but I look at Red Hat as a dead end.

                  SUSE has never been a distro I’ve used. No reason really. I always had other options. Their decisions were business ones and therefore unpopular to some.

                  Canonical is doing it their way and they are doing a good job. You can’t deny that but Its clear you don’t like it. I would really like you to stop generalizing and give me a specific bug they have out of the box that isn’t tied to some specific hardware. I don’t pay for ESM but I use it since I only have two Ubuntu machines that I use personally.

                  In the unlikely event anyone else bothers to read this. I will speak to you what I’ve said elsewhere in this thread. Find something you like and stick with it and don’t let someone elses problem become yours.

    • NeilBrü
      link
      fedilink
      English
      3
      edit-2
      3 days ago

      Kubuntu LTS (--minimal-install; no snap fuckery from the start) has been wonderful.

        • @[email protected]
          link
          fedilink
          11 day ago

          The only thing that stops me from recommending Fedora and OpenSUSE more often is that there are still so many niche packages that are only offered as .deb (like Unreal Engine). Being forced to use unofficial community Flatpaks makes me uncomfortable and new converts aren’t going to want to hear how they can compile something themselves, assuming that’s an option.

          • Possibly linux
            link
            fedilink
            English
            11 day ago

            You should not install random package files. That is a bad idea in general and creates instability and introduces security problems.

    • @[email protected]
      link
      fedilink
      42 days ago

      I won’t use Ubuntu Desktop now, but I used it for 6 years: 16 to 22, and loved it for many reasons. I left it for two reasons:

      1. Snaps
      2. Trying to get bridged networking going for VMs in Boxes ended up wrecking my network settings and I couldn’t get them back to normal. With more expertise I could have probably fixed it, but I realised it’s too easy to do things that I can’t fix.

      So, I went to NixOS for the declarative setup. It’s not always easy especially for niche cases , but at least I always have a working backup. Yes, there are other options, but I like NixOS so I plan to stick with it for now.

      My kids use Bazzite and I like that too.

  • @[email protected]
    link
    fedilink
    313 days ago

    Fedora on the right tbh. Even when you chill and get wisdom Canonical and Snap are just a bit too far.