Basic Script Help
I never script. If I writ this in terminal it works. I want it to autostart.
I am also not sure how to get the script to work when I just click it let alone the autostart. Opening it with terminal does nothing as well when I close discord.
My script is just comping some vesktop code from github. The reason is just a build of vesktop that allows u to change the icon in the system tray which is working out for me. Just to say I have a good personal reason why I want to do it this way XD.
I am also not sure how to get the script to work when I just click it let alone the autostart. Opening it with terminal does nothing as well when I close discord.
My script is just comping some vesktop code from github. The reason is just a build of vesktop that allows u to change the icon in the system tray which is working out for me. Just to say I have a good personal reason why I want to do it this way XD.

Solution
probably best to create it as user service
change the pnpm to output of
after creating the file do
and
check if it running by
change the pnpm to output of
which pnpmafter creating the file do
systemctl --user daemon-reloadand
systemctl --user enable --now arrpc.servicecheck if it running by
systemctl --user status arrpc.service