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@kbin.earth
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    7 days 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.

    • the_swagmaster@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 days 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@kbin.earth
        link
        fedilink
        arrow-up
        1
        ·
        7 days 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.