• 27 Posts
  • 281 Comments
Joined 2 years ago
cake
Cake day: July 21st, 2023

help-circle
  • The reason a very small subset of users love it*

    All the downloads making it the top app in the app stores are from people using their centralized service. The people behind these downloads have no clue that you can run it locally or can even start to understand what that would even mean. It is this usage the article is addressing.

    Like the thread starter, I am also confused to why this in particular draws so much hate.












  • ‘ip a’ to show your active addresses

    Nice, now only my ethernet interface shows an IP after implementing the changes to etc/network/interfaces as described in an edit in the OP.

    rfkill to hard disable wireless devices

    rfkill was also not isntalled by default on my server, but I’ve installed it now and see that they (i.e. bluetooth and wifi) are unblocked, so I will now go learn how to block them. :)

    nmtui if you want a simple way to change network configuration or disable something

    Nice, I will check this out!





  • Thanks! That worked right away :) I have also entered the correct environment variable in Flatseal now, and it opens as expected now from the desktop shortcut.

    Just to explain why they’re stored there: you’re trying to change the config of the sandbox itself not the app. Flatpak manages the sandbox and it is flatpak that needs to know what permission an app should have. Any files in “~/.var/app/…” pertain to the app itself inside it’s sandbox.

    Thanks for this explanation! I love Linux after having used it for two years now, but the sheer amount of things to know about is quite overwhelming when I don’t always have too much time to spend on learning. It doesn’t always feel like I’m getting any better (although I know that is not true), but comments such as yours is certainly helping people like me become better users :)