Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Solaar
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pwr-Solaar
  • Solaar
  • Issues
  • #2001
Closed
Open
Issue created Feb 25, 2023 by Administrator@rootContributor

Solaar exits with RC 1 when terminated

Created by: Vladimir-csp

Information

  • Solaar version (solaar --version or git describe --tags if 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.json if ~/.config/solaar/config.yaml not 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:

  1. run solaar ; echo $?
  2. run killall solaar
  3. 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
Assignee
Assign to
Time tracking