Good guide on how to register mullvad browser as an application too

      • anders
        link
        fedilink
        11 year ago

        @altair222 @snoopa @stephen I don’t like Snap packages. They are really slow at launching. Flatpaks seem more clean, run better and integrates better with the host system such as theming.

            • anders
              link
              fedilink
              11 year ago

              @altair222 @snoopa @stephen @Furycd001 Flatpak is really good and easy to use. I use Fedora Silverblue so Flatpak is my preferred way of getting applications, otherwise I build an image and use Distrobox in order not to change the host system, which takes a bit more time. I’d say it’s good for most things, except maybe the browser. Fedora’s Firefox seems to be the most optimized and fastest one compared to the Flatpak version published by Mozilla. Also I avoid Flatpaks published by third-parties where security is important - for example crypto wallets.

              • Ryan Kage
                link
                fedilink
                01 year ago

                @anders @altair222 @snoopa @stephen @Furycd001 i’m still confused about immutable. what happened when you need vpn or jellyfin/plex server stuff? do you just not use them? i know a lot of people just use vpn on router now, but unfortunately i can’t do that with t-mobile wifi gateway.

                • anders
                  link
                  fedilink
                  1
                  edit-2
                  1 year ago

                  @altair222 @snoopa @ryankage @stephen @Furycd001 you can install packages on main system - it’s just best to avoid it when it’s possible. I have VPN layered on the host system because I don’t think thats possible through a container. Server applications can be run in a container and toolbox and distrobox make it easy because it makes the container applications run almost the same as on the host. With distrobox it’s even possible to run an init system such as systemd inside a container. So I would say it like this: whenever possible, try to run applications inside a container or use Flatpaks. if it isn’t possible then layer them on the host system as the last resort.