auto start solaar installed from pip

how ever I can't get solaar to auto start with kde I tried adding the app menu shortcut to my auto start but it doesn't work. I'm guessing because its installed through pip? I need the pip version because of this issue https://github.com/pwr-Solaar/Solaar/issues/2578
GitHub
run flatpaked applications from solaar rule · Issue #2578 · pwr-Sol...
Information Solaar version (solaar --version or git describe --tags if cloned from this repository): Distribution: Bazzite Kernel version (ex. uname -srmo): Linux 6.9.12-203.fsync.fc40.x86_64 x86_6...
Solution:
got it to auto start with this script
```bash #!/bin/bash sleep 20 /var/home/zany130/.local/bin/solaar -w hide > /dev/null 2>&1 &...
Jump to solution
3 Replies
Kyle Gospo
Kyle Gospo4w ago
There's a flatpak
zany130
zany1304w ago
GitHub
run flatpaked applications from solaar rule · Issue #2578 · pwr-Sol...
Information Solaar version (solaar --version or git describe --tags if cloned from this repository): Distribution: Bazzite Kernel version (ex. uname -srmo): Linux 6.9.12-203.fsync.fc40.x86_64 x86_6...
Solution
zany130
zany1304w ago
got it to auto start with this script
#!/bin/bash
sleep 20
/var/home/zany130/.local/bin/solaar -w hide > /dev/null 2>&1 &
exit 0
#!/bin/bash
sleep 20
/var/home/zany130/.local/bin/solaar -w hide > /dev/null 2>&1 &
exit 0
then adding the script to kde's autostart settings the important part is the sleep 20 apperently the problem was it was trying to start solaar to soon
Want results from more Discord servers?
Add your server