Solaar exits with RC 1 when terminated
Created by: Vladimir-csp
Information
- Solaar version (
solaar --versionorgit describe --tagsif cloned from this repository): solaar 1.1.8+dfsg-2 - Distribution: Debian testing
- Kernel version (ex.
uname -srmo):Linux 6.1.0-3-amd64 x86_64 GNU/Linux - Output of
solaar show:
- Contents of
~/.config/solaar/config.yaml(or~/.config/solaar/config.jsonif~/.config/solaar/config.yamlnot present):
CONTENTS HERE
- Errors or warrnings from Solaar:
Describe the bug When terminated, solaar exits with RC 1. This results in a failed unit if systemd is managing XDG autostart. No log warnings or stderr messages produced.
To Reproduce Steps to reproduce the behavior:
- run
solaar ; echo $? - run
killall solaar - see rc 1 printed
Workaround:
cat << EOF > ~/.config/systemd/user/app-solaar@autostart.service.d/exit-tweak.conf
[Service]
SuccessExitStatus=0 1
EOF
systemctl --user daemon-reload