Just showing off my desktop. For those curious, I use the XFCE desktop, and ULauncher tied to the windows key. I’m also experimenting with animated wallpapers using hidimari.

  • sparkingcircuit@lemmygrad.mlOP
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    2 years ago

    Fantastic! I’ve never had the technical expertise to attempt a Gentoo install, but I hope to be able to relatively soon.

    • Prologue7642@lemmygrad.ml
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      2 years ago

      To be honest, I think it is probably about as hard as installing Arch, maybe even easier. The wiki is really great, and the installation guide is also superb. Plus, it is much more stable than Arch while also being a rolling release distro. The only issue is compilation times on weaker HW. Even on my PC (Ryzen 5800X) some packages take about an hour (Firefox, Rust, …). Although these packages usually have binary version that you don’t have to compile yourself.

      • sparkingcircuit@lemmygrad.mlOP
        link
        fedilink
        arrow-up
        6
        arrow-down
        1
        ·
        2 years ago

        I see, that might still be a problem then due to the severe lack of decent hardware in my household (who would ever need more than for gigabytes of RAM right), rarely having more than a few hours of uninterrupted time, and I suppose an unreliable Internet connection. Then again, when the time comes I still hope to give it a shot.

        • nour@lemmygrad.ml
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 years ago

          You know, I installed Gentoo just fine on a machine with 1GB of RAM. As long as you’re willing to let large upgrades (e.g. LLVM, GCC) run overnight, it shouldn’t be an issue.

          I ran out of patience on Firefox and Rust, though, and installed them both as binaries. These are the only packages where I do that.

          But in any case, you will need the option of letting your computer compile uninterrupted for more than just several hours. Worst I had was 37 hours, but that was on a hardware that really wasn’t meant to run Gentoo. Best one compiled in under 12 hours, including the graphical environment, but I don’t assume your laptop is that powerful (that one also wasn’t my machine). In general, I would say 1 day should be enough to install Gentoo on a reasonable hardware. And then a second day to set up the graphical environment (X11 and whatever DE or WM you prefer). I would definitely set aside a weekend for the Gentoo install because even if compile times are fast, you will need time to figure out what to do, and possibly to fix mistakes, especially if this is your first install…

        • Prologue7642@lemmygrad.ml
          link
          fedilink
          arrow-up
          3
          ·
          2 years ago

          Yes, some do, but not all. Packages like OpenOffice, rust, Firefox, chromium and probably a few I am forgetting do. But there are still some like webkit-gtk, GCC, LLVM that you will probably need and take a long time to compile (about an hour on my machine).

          • whoami@lemmygrad.ml
            link
            fedilink
            arrow-up
            2
            ·
            2 years ago

            do you like using gentoo as a daily driver? what do you like about it that other distros don’t offer?

            • Prologue7642@lemmygrad.ml
              link
              fedilink
              arrow-up
              3
              ·
              2 years ago

              I used to use Arch but found myself often compiling libraries myself, things like add support for some codec to FFmpeg, OpenCV, … For this, Gentoo is basically your only choice. After that I really come to like the package manager (portage) it is really great, doesn’t break anything and often really helpful. If you for example use some suckless software of anything else you want to add patch to it does support it. You can also really nicely mix and match stable and unstable software (even built from git sources) which at least as far as I know no other distro lets you, or at least not in this capacity. And the community is in my experience really nice and helpful. Probably the main downside is that if you compare it to Debian or Arch, there are not as many packages available. There are still loads, and you will most like find everything you need, but Arch and Debian has more options. Although if you find you want to write your own package for something it is pretty easy to do so, much easier than in Arch/Debian IMO.

              Plus, at least for me tinkering and playing with different compile options, flags, kernel configuration is always fun.

              • whoami@lemmygrad.ml
                link
                fedilink
                arrow-up
                3
                ·
                2 years ago

                I just don’t know if I have the time to maintain a gentoo system lol. I’ve always been interested in it, but I feel like the advantages of it aren’t enough for me to change.

                Portage is definitely cool. I think it is inspired by the ports system on FreeBSD, which also lets you choose different compile options, use a stable or newer version of software, etc

                • Prologue7642@lemmygrad.ml
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  2 years ago

                  Although it is a bit more involved than let’s say Debian/Fedora it is pretty stable, I don’t think I ever had any update that broke something. Especially if you are using stable packages and not unstable. If you update at least once a month, you will probably be fine. But yeah, overall it is a bit of a tinkerer’s distro, especially if you try to do things like compile your own kernel etc.

                  • whoami@lemmygrad.ml
                    link
                    fedilink
                    arrow-up
                    1
                    ·
                    2 years ago

                    It’s something that’s interested me before but I don’t think I’m the target audience. I always thought of gentoo as being a meta distribution, or something for embedded system or specific hardware, where gentoo’s strengths really come into play