New issue by Mek101 on void-packages repository https://github.com/void-linux/void-packages/issues/27047 Description: ### System * xuname: `Void 5.9.13_1 x86_64-musl AuthenticAMD uptodate rFFFF` * package: `snapper-0.8.14_1` ### Expected behavior After enabling and ensuring that `snapperd` is running, `snapper` should run without errors. ### Actual behavior Snapper complains about the locale, an issue that has already been reported 2 years ago but ignored #5212. But most importantly, attempting to run snapper results in a fatal exception, which makes the program unusable. Running `snapper`: ``` [mek101@home-server ~]$ snapper -c public_storage create-config /mountpoints/public_storage/ Failed to set locale. Fix your system. Failure (dbus fatal exception) [mek101@home-server ~]$ ``` Running `snapperd`: ``` [mek101@home-server ~]$ snapperd terminate called after throwing an instance of 'DBus::FatalException' what(): dbus fatal exception Aborted [mek101@home-server ~]$ ``` ### Steps to reproduce the behavior Install the `snapper` package and run any command