• 7 Posts
  • 50 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.







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









  • It’s known as a beginner-friendly distro, exactly for the reasons you say. There is nothing wrong with using something like that as an intermediate or advanced user if that is what you prefer. You don’t have to go “Well, I have been using Linux for four years now, guess I am an intermediate user so now I have to switch to Arch”


  • This is what I use. Replaced my old Fitbit Aria 2. I weighed in on both scales for about a month, and it was consistently 0.15 kg below, which is good. The body fat measurement was a bit more off, and it varies almost nothing over long periods of time, but I don’t really trust those measurements anyway.

    I believe you can set up the scale in GadgetBridge as well, but I have not tried to do that.




  • I deleted my desktop environment during an apt upgrade, not once, but twice. Bad habit of not actually reading the messages that pop up properly - it did ask me if I wanted to delete it all, and I just said “yea lol lfg”. There was some conflict with a third party PPA that caused this.

    Didn’t know that had happened to begin with. I was stuck on the session manager login screen and it just wouldn’t proceed after entering password. First time I just reinstalled Linux, and the second time I found out how to reinstall it from tty. This is how I learned about tty as well.