• qyron@sopuli.xyz
    link
    fedilink
    arrow-up
    4
    ·
    6 hours ago

    High-jacking the thread a bit.

    As anyone tried Midori recently. I remembered about it this past weekend and when searching I was impressed with the project page.

    Installed it on my phone and my computer.

    On Android it is not ready yet. Maybe for tablets. The browser did not resize to fit the screen. It also felt heavy. Removed after a few tentative uses.

    On PC, the same feeling of being heavy, slow moving. It took a long time to open and start navigating. My computer is not new but it carries itself well enough to start FF in a few seconds.

  • germanatlas@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    2
    ·
    6 hours ago

    There are several gui applications for your package manager you can use to install various browsers.

    This ironically fits more to windows users trying to uninstall edge

    • Bluewing@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      57 minutes ago

      You be nice to Lynx. It was the first browser I used way back in the day. Fast and sometimes confusing and limited, it was the perfect experience.

  • treadful@lemmy.zip
    link
    fedilink
    English
    arrow-up
    39
    ·
    18 hours ago

    Don’t know what the fuck is going on there, but that’s not installing a browser.

    • Marduk73@sh.itjust.works
      link
      fedilink
      arrow-up
      8
      ·
      10 hours ago

      They think they are movie hackers sitting in a back seat in a high speed chase going clackity clak ok got it, next light is green.

    • girsaysdoom@sh.itjust.works
      link
      fedilink
      arrow-up
      12
      ·
      12 hours ago

      Looks like they have a tiling window manager running the ‘stat’ command on a bunch of kernel files on the left, then a bunch of smaller window tiles having random stuff like garbled text, a resource monitor, and gnucharmap?

  • leftzero@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    18
    ·
    16 hours ago

    Add programs.firefox.enable = true; to configuration.nix.

    Call sudo nixos-rebuild switch. Maybe add --flake if you’re feeling adventurous.

    Done.

    Or, more realistically…

    programs = {
        firefox = {
            enable = true;
            # Configure anything you want here (language,
            # extensions, policies... whatever).
        };
        # Enable and configure other programs here.
    };
    

    … and keep the whole thing in a git repository to track changes and have it available for other machines.

    • ttayh@lemmy.zip
      link
      fedilink
      arrow-up
      1
      ·
      2 hours ago

      dude, don’t try to sell me on an easy to configure distro, I’m just finishing up on the configs for my debian home server/sometimes workstation. Definitely don’t do it, don’t send me down the rabbit hole of reproducebility

    • Pastel@sopuli.xyz
      link
      fedilink
      arrow-up
      8
      arrow-down
      1
      ·
      12 hours ago

      And you can even add programs.firefox.package = pkgs.librewolf; if you prefer it!

  • chi-chan~@lemmy.world
    link
    fedilink
    arrow-up
    83
    arrow-down
    4
    ·
    22 hours ago

    Literally easier than Windows.

    People are falling for this and downloading software from unofficial websites.

    Linux is super easy.

    • Debian-based: # apt install firefox
    • Red-Hat-based: # dnf in firefox
    • Arch: # pacman -S firefox
    • ☂️-@lemmy.ml
      link
      fedilink
      arrow-up
      26
      arrow-down
      1
      ·
      17 hours ago

      click the store basket icon.

      type the name of the program.

      press install.

      • DeLancre@piefed.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        24 minutes ago

        I need to point out that in this case most probably will be installed snap/flatpack package (unless you mean some UI for native package manager), which is a sandboxed package and can/will have issues with things like file access.

      • Cethin@lemmy.zip
        link
        fedilink
        English
        arrow-up
        3
        ·
        5 hours ago

        The reason tutorials are always based on terminal commands is because it’s much harder to describe directions for a GUI, and it’s also a lot more prone to change. When the command is just a single line, not images or dependencies, that’s obviously better.

    • provectus@lemmy.ml
      link
      fedilink
      English
      arrow-up
      6
      ·
      13 hours ago
      • gentoo: # configure the make file for Firefox, and emerge www-client/Firefox.

      It should take a moment or two to install. /s

    • rumschlumpel@feddit.org
      link
      fedilink
      arrow-up
      28
      ·
      22 hours ago

      TBF, on Debian apt install firefox installs firefox-esr, and on Ubuntu it’s a placeholder that installs the snap package. Both work and are clearly better than downloading from random websites, but they do come with surprises for unsuspecting users.

    • Honytawk@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      18
      ·
      22 hours ago

      Thinking a command line is easier than double clicking an installer shows how far you linux users are devoid from the common user.

      • punkfungus@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        11
        ·
        16 hours ago

        Not wrong about OP, but also both major desktop environments on linux ship with “app stores” that are friendly to anyone familiar with a phone. So it’s still easier installing software on linux than searching for and downloading .msi and .exe files on the internet (and hoping the version of MSI afterburner you found is the real one).

      • IrateAnteater@sh.itjust.works
        link
        fedilink
        arrow-up
        26
        arrow-down
        2
        ·
        21 hours ago

        apt install software

        Vs

        Search " software "click download, accept security warning, navigate to wherever your default download location is, double click installer, click your way through the installer (make sure do deselect whatever crapware it tries to package along with).

        Yup, the Windows way is totally so much easier.

      • Spice Hoarder@lemmy.zip
        link
        fedilink
        arrow-up
        4
        ·
        21 hours ago

        Common users type into chatbots. They can 100% type the install commands. But also using the Bazaar or software center is super easy.

        • Bluewing@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          48 minutes ago

          Who’s typing those long ass command chains? Let’s be honest, it’s all copy pasta from those chatbots.

      • ReCursing@feddit.uk
        link
        fedilink
        English
        arrow-up
        2
        ·
        21 hours ago

        I use Octopi generally, though the add/remove software app is prettier. If I have to install software via the command line I always have to double check the syntax. The command like version existing is extremely useful as a fallback though, and most (all?) gui package managers act as wrappers around the command line. So don’t dunk on the command line

        • Bluewing@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          47 minutes ago

          I find installing or running software from the cli is excellent for getting hints and clues to errors that the gui won’t show you.

    • KernelTale@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 hours ago

      When I used to be on windows it was a bit of pain to install Firefox via WSL2. I probably had to install like X11 while at it. I also installed modded Minecraft. It ran fabulously at 2 FPS v 1.4.7

  • Hond@piefed.social
    link
    fedilink
    English
    arrow-up
    15
    ·
    22 hours ago

    i think i never even used a terminal to install a browser and i dabbled with linux on and off for over a decade now. there was always a gui to install a browser. well, not on arch in 2014 but back then i never made it past a half broken desktop enviroment. so my point still stands technically.

  • wopalopa@lemmy.world
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    20 hours ago

    im the most tech savvy in my household. compared to general people, im still a normie.

    my personal pc is linux based and whenever someone asked to use my pc for general purpose i have to do the terminal dance. now for some of you that may be easy but for me it’s annoying. not to mention that i have goldfish memory so i have to duckduckgo which dependancy i need, troubleshooting and look for dependancy just to make my vlc support certain kind of media or connecting apple device to the pc.

    im planning to distro hop to an easier one but im dreading to do the terminal dance all over again.

    worth mentioning, my kb Fx keys are unusable for almost a year now and i exhausted all possible way to fix it. my steam streaming also outputting blank screen. i just dont have the urge and will to fix it

    • Bluewing@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      25 minutes ago

      Don’t feel bad. I’ve been running some distro since Y2K was a fear. And I still often need to search commands. (Shhhhh! Don’t tell anyone but I have even used ChatGPT a few times also. To my secret shame). But I am wary of what I see and while I don’t always remember the proper syntax all the the time, I do know when the answer is right when I see it.

      If anything, it shows that you are a person that is willing to get your hands dirty to fix your own problems before you start asking random people to solve your problem for you. You will become the master yet.

      And Kudos to Ephera for stepping up and helping a fellow user!

    • Ephera@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      18 hours ago

      my kb Fx keys are unusable for almost a year now and i exhausted all possible way to fix it.

      Unusable as in nothing at all happens, or do they do things like volume up/down when you press them?

      If the latter, there may be an “FnLock” key combination you have to press. Usually, it’s something like Fn+Esc. Or Fn + whatever key has a lock symbol or “FnLock” written on it…

      • wopalopa@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        18 hours ago

        its the latter. the fn thing doesnt work as the fn key doesnt register input. my initial asumption is that because my kb is on apple format and i couldnt change it to windows because it requires me to press the fn key (iqunix f96)

        • Ephera@lemmy.ml
          link
          fedilink
          arrow-up
          4
          ·
          14 hours ago

          This sounds exactly like your problem: https://bbs.archlinux.org/viewtopic.php?id=269796

          It’s quite a lot of detailed technology talk, which I don’t expect you to understand. The main takeaway should be this:

          So the problem is [temporarily] solved by running: rmmod hid_apple

          This command unloads a driver that’s potentially interfering here. The driver will be loaded again on next reboot.
          Which is useful, because you can just try it out and if it doesn’t work (or if it breaks something), you can just do a reboot and everything is back to normal.

          You will need admin/root permissions to run this command, so the real command you need to run is: sudo rmmod hid_apple
          It will ask you for your login password to confirm running the command.

          If that does fix it, then we can look into making it permanent.

        • punkfungus@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          1
          ·
          16 hours ago

          That just sounds like your keyboard is broken. Your keyboard switching its own functions does not involve the OS