meme made by me using free libre open source software aka Gnu Image Manipulation Program (ak… aka GIMP) uwu

(Lemmy original meme fr)

  • unknown1234_5
    link
    fedilink
    11 day ago

    Ubuntu isnt very good, but a lot of people recommend it because it used to be good. use something else that has an Ubuntu base (for app availability). I would recommend tuxedo os for kde plasma and pop os for a gnome-like experience but a little better. a lot of people recommend mint but I wouldn’t, though the reason I wouldn’t doesn’t really matter to newer users. the most important thing to consider (assuming you’re choosing something with an Ubuntu base ther handles drivers normally) is what desktop environment you want. Ubuntu is a modified version of gnome. gnome is kind of like the computer equivalent of how phones work (in a good way). kde plasma is visually a lot like windows (pre 11)by default, but has enough customization that it can look however you want (mine is set up with a windows 10 style taskbar, tiling, and gnome-like handling of virtual desktops). pop shell (what pop os has) is a modified version of gnome that is kind of in between gnome and a conventional desktop, and they are working on something new called cosmic that is even better. remember you can always use a virtual machine to test without affecting your normal system.

    edit: forgot to mention cinnamon (mint’s desktop). it looks pretty much just like windows 10 like kde, but it has less customization (on purpose). whether that matters or not is up to you.

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

      The fact that you can apparently install the “wrong OS” isn’t making it easier for first time Linux users.

      Especially if that “wrong OS” is a popular OS.

      • unknown1234_5
        link
        fedilink
        115 hours ago

        I never said it was the “wrong OS”, I’m just saying that it isn’t very good as opposed to other distros. I also went on to explain exactly why I say that and that the best distro is the one you like the most that works for your use case.

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

          You don’t, but plenty of Linux users says it’s the wrong OS. In fact, I’ve seen plenty that says you shouldn’t choose many of the most popular distros such as Linux Mint and Pop_OS. It always makes me wonder if these people aren’t just trying to sabotage Linux desktop adoption among newbies by making it more confusing than it needs to be. Just say the pros and cons of such and such distro and just let people make their own choice instead of trying to push their favourite distro over more popular ones.

          • unknown1234_5
            link
            fedilink
            15 hours ago

            firstly, I clarified that I wasn’t saying it was bad. second, what other people say independent of me is irrelevant to what I said. third, I explained what the problem was that was making me say that about ubuntu in detail, cited the people saying there is a ‘wrong’ distro as a reason for doing that, and explicitly said (twice in this thread) that the only relevant things in how good a distro is are whether you like it and whether it works for you.

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

      I’m definitely gonna come back to this when I try Linux again sometime this year when I have a moment to mess around!

      Probably a dumb question but why is Ubuntu bad?

      • unknown1234_5
        link
        fedilink
        21 day ago

        It’s not ‘bad’ necessarily, but it makes a lot of controversial decisions such as it’s use of snap packages over flatpak. these decisions are harmful to the linux community as a whole and to the experience of using ubuntu, so it’s best to avoid supporting it.

        for some context on the snap thing, basically different distros use different packaging formats (.deb, .rpm, etc.) which makes it hard to distribute software. also, each individual system is set up differently and has different packages which can make fixing bugs difficult, especially for developers who aren’t very familiar with linux. to solve this, flatpak is distro-agnostic (runs on any linux) and puts the app in the same environment on every system. it’s also sandboxed, which basically means each app is in it’s own little box and it can only see/interact with things it has permission to. snap does most of that as well, but unlike flatpak it is completely controlled by a single entity (canonical, company behind ubuntu) and it means that instead of one sandboxed thing for every distro we have two, which solves nothing. there are some other issues as well, but currently the issue of snap packages is the biggest one most people have with ubuntu.

        for more information on all this, I would recommend The Linux Expirement on youtube. not by any means the only good linux channel, but my favorite. also, please ignore the tribalism. people will act like there is a best distro, there is not. people will act like a distro is useless because it doesn’t have some random tool that most don’t, it is not. if you like the distro and it works for you the it’s the best one because your use case is all that matters on your computer.

          • unknown1234_5
            link
            fedilink
            215 hours ago

            No problem, I try to explain that pretty well when people ask because it’s something that there’s a lot of misleading info about because of the tribalism.