• 2 Posts
  • 63 Comments
Joined 11 months ago
cake
Cake day: August 15th, 2023

help-circle








  • If it makes tracking hard to impossible then its BASED

    But it does not make tracking impossible and only a little harder. From privacy standpoint it’s like using manditory VPN hosted by your carrier. And as we know, you must trust your VPN provider to not log.

    And is it worth it? I would much more prefer to have real IP address and be able to host things in my house, including a full speed I2P node that would really make “tracing impossible”. Someone needs to host such nodes.





  • One thing that could help is showing what is going wrong. Do just the icon does not appear? Do some error show up?

    But regardless, I see that Librewolf is not packaged in Debian official software repositories (online storage a software packages are downloaded from), so they ask you to add their own repository manually, which for APT case (package manager in Linux Mint) is an overwhelming amount of code to type to say at least.

    You say you are a new user, so I can highly recommend that if something is not officially available through simple apt install to try Flatpak. Official guide: https://flathub.org/setup/Debian, TLDR:

    sudo apt install flatpak   # Installs flatpak to your system
    flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo   # Adds Flathub, the biggest store for flatpaks
    

    Once it’s there:

    flatpak install librewolf
    

    Someone using Linux for years might know where stuff on system is placed and not fear not knowing what a command do and how to undo it. But if you don’t know what is happening, better to stick to distribution provided sources. Otherwise the equivalent would be like typing some commands in Windows to change registry keys :). I think Librewolf should recommend Flatpak by default instead.

    Sorry if this is too much info, just tried to explain things a little more than usual.