Linux enthusiast, family man and nerd

  • 7 Posts
  • 639 Comments
Joined 2 years ago
cake
Cake day: August 24th, 2023

help-circle

  • I use 2 kinds in my house.

    Aqara Smart Plugs. Zigbee based, runs from the ZHA integration, has control and monitoring built in. Only does up to 10A. Well known brand. Nous A1Z Smart Plugs. Same as the Aqara, but smaller, handles up to 16A but the brand is not as known as Aqara.

    None of them exists in black as far as I know. I go for the Nous ones going forward, as they are smaller and can handle more power hungry devices.














  • In the end the creator of the game kindly send me links to AUR packages that other people had done for his other projects so I could see what they had done and I did and did the same, which was to put the files in the locations recommended by the specs like /etc and /usr, and to added a post-install message telling the user to copy/paste some commands to copy the files in $HOME. It’s a bit clunky but I guess it works 🥳

    Curious, if it was the tui-mines and tui-sudoku packages you took inspiration from? If that’s the case, then those are packages I maintain.

    I chose to do some AUR packages, because I wanted to learn how to package for Arch, packaging guidelines and get a routine going.

    I believe the reason to not mess with $HOME in packaging, is because of security. $HOME is the users private stash. To put stuff in there, from packaging, means you invade their private space and users should be able to decide what they want “dumped” in there. So just installing a package, should not put stuff in a users home folder.