recall
February 5, 2025, 8:52am
1
I have a Debian start-up script that alters the RGB lights on my keyboard:
#!/bin/bash
cd /home/cachy/Applications/acer-predator-turbo-and-rgb-keyboard-linux-module/
./facer_rgb.py -m 1 -s 1 -b 100 -cR 255 -cG 255 -cB 255
I understand that Cachy uses Fish instead, so the bin/bash wont work.
I cant for the life of me work out how to get this running on startup! any help would be appreciated
As long as you actually install bash (and I think it comes with base), I am not sure why you think it won’t work.
recall
February 5, 2025, 9:27am
3
When running the script I get this error as the output:
Failed to find server binary: bash-language-server
Please check your PATH for the binary
Im fairly new to anything script related, so its probably just a rookie error of some sort
Just install it
paru -S bash-language-server
(in some cases, the package maybe named different from the binary, but here it’s easy)
naim
February 6, 2025, 1:22pm
5
I think that’s coming from your app instead of the system. You’re missing a dependency for that script.