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

help-circle
  • Therefore, the only thing it is changing based on regional settings is the use of the comma or period to denote a decimal.

    Also I don’t see how from this post the decimal point is wrong. Sure it is simplified to one decimal place, but again many calculators do this.

    It uses a comma instead of a punctuation mark as the decimal point. Default numbers formatting on my system uses a punctuation mark. In other words, it is ignoring my system settings for what numbers should look like.

    I could be wrong considering I had a bit of trouble understanding the post. I just bring this up because in American English there are no delimiters for thousands place or above either.

    In that case I would expect it to output the numbers without the delimiter. But I have not set the number formatting to American English.



  • I have had a Tuxedo InfinityBook 14 Gen7, and I’ve been happy with it. They focus on hardware that has a good compatibility with Linux, so it works well out of the box without any tinkering. You say you don’t have a high budget though, so these might be too expensive (I believe you can get similar specs at a lower price), but I’ve also been very satisfied with the after sales service they have provided - I’ve had some issues with it since I got it, but if it was Tuxedo specific (or appeared to me to be Tuxedo specific), and thus not easy to find general troubleshooting help online, I contacted them and I was helped out promptly, both via e-mail and the phone.


  • 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 :)