Hey guys, so I installed Bazzite on my 2nd SSD last weekend and I’ve installed some games and searched through the OS to familiarize myself with it, but I still have a few questions about Bazzite and Linux in general that I’d like some help with! I’ve used Ubuntu and Linux mint in the past (2014ish) just to mess around with but never fully switched. I’m having no problems with gaming, all the games I’ve tested work fine and I have the latest Proton GE installed already.

I consider myself to be quite computer-savvy and tech-savvy in general, but Linux is making me question just how good I am with computers 😅 But it’s honestly a lot of fun to be new to an OS and having to learn things again, feels like being a kid again and exploring everything about my old Windows 98 pc. I’m still using Windows 11 on my primary drive, but the goal is to eventually get comfortable enough to completely switch away from Windows since I don’t have any games that require it.

My first question is, how do I install programs from outside the “discover store”? I can get the Plex app through the built in app store, but the Plex media server app isn’t on there so I have to download it from the website, which gives me a .rpm file. I’m probably being dumb, but double clicking it just brings up an error message in the discover store saying it couldn’t open the file.

I think I’m supposed to use the boxbuddy app to install it? I’m not sure. I’m not scared of using the terminal if I have to, and I’d actually like to get more comfortable with that anyways. Switching to Jellyfin isn’t an option because my mom and brother use Plex through an xbox so I’m sticking with Plex for now.

Also, outside of the built in discover store, what’s the best way to install programs? I know that Bazzite is built off of Fedora Atomic which is an “immuteable” distro so I can’t directly install apps to the system without using rpm-ostree and that’s apparently not recommended unless absolutely necessary according to what I’ve read.

I have a Logitech G502x plus mouse but piper won’t recognize it, solaar works fine though. I can still configure my mouse in Windows when needed but I’d like to be able to do it in Linux as well, any ideas why piper won’t recognize my mouse? I also have a Razer blackwidow v3 and I’m not sure what software to use to configure it in Linux.

Another small but annoying issue I’m having is with Firefox granting the RES (reddit enhancement suite) extension permissions, when I try to use it to expand a v.reddit link for example, it pops up a window asking me to “request permissions” but when I click that it simply brings me to this link without actually giving me the option to grant the permissions. On Windows I get a little popup near the extensions in the top right corner and I can simply grant the required permissions, but it’s not doing that for me in Bazzite.

What are some cool programs in general to check out? My main use case is gaming, I don’t program or do any work on my PC but I’d like to explore just for the sake of exploring! Also, what’s a good way to familiarize myself with using the terminal? I’ve used the terminal on Windows quite a bit in the past, but only for basic things like unlocking a bootloader on Android and sending a ROM to it, back when I cared enough to root my phones. How would I, for example, pull a program off of github and compile it myself if needed? There’s a program on github called gHub GUI by ysph that I’d like to check out, would be nice to be able to configure my mouse since piper doesn’t seem to recognize my mouse.

What are some general best practices that differ from Windows? I don’t really know how to narrow this question down, apologies for it being so vague.

Thanks in advance to anyone that can offer me some advice!

  • bloodfart@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 days ago

    For your mouse: piper is a graphical front end for a command line package called ratbag. You need .17 of ratbag to have support for the g502x and therefore have piper “see” it.

    here’s some information from a year and a half ago, don’t go making the custome device identifier file at the end of that thread unless you can’t get .17 of ratbag normally.

    For plex: are you trying to install plex as a media server on this computer you just put Linux on?

    • AmosBurton_ThatGuy@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 days ago

      Thank you, I’ll look into that and see if that works for me!

      Yes I’m trying to install the Plex media server app so that I don’t have to boot back into windows whenever I or my family wants to use Plex. I don’t have a dedicated server so I just install it on my main pc. Still haven’t figured out how to get it installed tbh, any help on that front would be much appreciated!

      • bloodfart@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        5 days ago

        You’re gonna have to learn and understand a bunch of shit. Like actually learn and understand, not cut and paste commands. If you’re not down for that then It’s best to switch to a normal distribution or set up a separate server.

        The reason I say that is: you basically have to “break” or depending on how you see it, “extend” bazzite in order to be able to do what you want.

        If you’re still stuck when I get back to a computer I’ll start explaining.

        • AmosBurton_ThatGuy@lemmy.caOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          5 days ago

          I’m perfectly fine with that, in fact I’d like to learn more about how to use the terminal in detail cause I find it fun. Part of why I switched to Linux is because I’m bored of Windows, among many other issues it has these days. Learning a new OS is fun, I’m enjoying my time with Linux so far.

          You’re the 2nd person to bring up my choice of Bazzite, I don’t have much installed yet so I’m open to switching to another distro if that’ll make things easier for what I want my system to do. I almost installed Endeavour OS but ended up going with Bazzite because I’ve heard that Arch distros can be a pain to keep up, but I’m speaking out of ignorance, I still know barely anything about Linux.

          Basically I want something at least somewhat stable for a Linux noob, but I don’t want something like Ubuntu or Linux mint, I’d prefer a more “intermediate” distro over a beginner one like the previously mentioned distros. Building Arch from scratch is a bit much for me for example, but I don’t want it overly simplified either. What would you recommend for a distro?

          • bloodfart@lemmy.ml
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            1
            ·
            5 days ago

            if you like bazzite there’s nothing wrong with sticking to it, youre gonna have to learn what youre trying to do and how to manage it pretty quick though.

            bazzite doesn’t have a native package for plex media server. that’s why youre here. you can either fuck everything up by layering your install with rpm-ostree and using the rpm packages for plex or you can learn how to deal with containers and all their bullshit.

            everyone chooses containers because they’re already learning linux anyway whats one more thing.

            there’s two things people are suggesting in this thread at the moment when they talk about containers: Boxbuddy and Distrobox. they’re actually the same thing except one (boxbuddy) is a gui wrapper for the other (distrobox) and therefore doesn’t work. maybe it does work. I don’t know.

            the basic idea is that you’ll set up a container using distrobox that has a different distributions environment running inside it, preferably one that plex supports, and install and configure plex there.

            This video gives an overview of how to do it.

            see if that doesn’t get you going.

            • AmosBurton_ThatGuy@lemmy.caOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              5 days ago

              I’m kinda mixed on it so far, I feel like I should’ve gone with something like Endeavour OS or something similar. Using a more commonly used distro would simplify troubleshooting and provide a bigger user base to siphon information from. I don’t have any problems with Bazzite but I’m kinda feeling like I’m missing out by not using something a bit more complex tbh.

              I’ve read about rpm-ostree and my impression is I’d rather not use it to install anything if I can avoid it, which also feeds into my desire to use a different distro.

              Bazzite comes pre-installed with distrobox and boxbuddy, I’ll need to put more effort into learning how to use it. I’ve read up on the basics of it but I haven’t yet put in the effort to fully understand that program.

              I’ll check out that video, thank you for the link. I also wanted to say that you’ve been a massive help and I greatly appreciate all of your help that you’ve provided me! Thank you!

              • bloodfart@lemmy.ml
                link
                fedilink
                English
                arrow-up
                2
                ·
                4 days ago

                Don’t worry about picking something more complicated. Eventually that will happen and you’ll get to listen to all those drum and bass records while typing into a terminal emulator.

                See if you think it’s complicated enough after setting up a container in distrobox and installing and configuring plex.