dotfiles
dotfiles copied to clipboard
Bug with environment.d
There seems to be a bug with your way to set environment variables. For example PASSWORD_STORE_CHARACTER_SET gets resolved like this: $'a-zA-Z0-9~!@#$%^&()-_=+[]{};:,.<>?' instead of this a-zA-Z0-9~!@#$%^&()-_=+[]{};:,.<>?
Seems like this method has problems with things like spaces and other special characters.
Thanks for bringing this to my attention, much appreciated! 👍
This is a bug in systemd, I subscribed to be notified when it is fixed. In my case the issue is luckily only with $PASSWORD_STORE_CHARACTER_SET, which I can survive for now...