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:Jump to 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 &...
```bash #!/bin/bash sleep 20 /var/home/zany130/.local/bin/solaar -w hide > /dev/null 2>&1 &...
3 Replies
There's a flatpak
https://github.com/pwr-Solaar/Solaar/issues/2578#issuecomment-2278930143
flatpak version has issues
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
then adding the script to kde's autostart settings the important part is the
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