sorry for the very late update but the PKGBUILD has been updated w/ the latest data dict file used in the tests
@wlhlm I addressed your comments. Fixed the permissions in the tmpfiles config. Hopefully that works, my rasbpi/printer isn't working ATM so I can't test it but it should work.
if anyone is confused about the permissions, I set them to 2775 because klipper (as part of normal operation) writes files directly to its source/config direectories (ugh) as part of normal operation (perhaps that's an indication that we should have this package in /opt/klipper
). the 0775 permissions I inherited from the original AUR package allow anyone in the klipper
group to write those files, but they would be inaccessible to other users. the setgid bit makes sure any generated files are also owned by the klipper
group so other users in that group can likewise write to them (e.g. the klipper
user itself)
Pinned Comments
dack commented on 2023-03-21 07:13 (UTC)
I have updated this package to use python 3. If you are currently using klipper-py3-git, please switch to using this package instead. It's now fully up to date. All future updates will go here and I will be removing klipper-py3-git at some point.