Tormak9970 / bash-shortcuts

A Steam Deck plugin for creating custom shortcuts that can be launched from the Quick Access Menu. Uses Bash under the hood.
Other
32 stars 8 forks source link

Hooks wont run #19

Open ggMartinez opened 1 year ago

ggMartinez commented 1 year ago

Hi, I'm trying to make a script for syncing save games on non-steam games.

I created a 2 scripts for each Game Start and Game End hooks, but never got executed.

Right now, the scripts only executes "echo 1 > /tmp/file" and "echo 2 > tmp/file2" to test if they run, but they dont.

On command I have something like this:

~/bin/rsync.sh.

Also tried with "sh" at the beginning, but was the same

Tormak9970 commented 1 year ago

I need to look into why hooks aren't running reliably. Not sure when I'll have time, but I'll update this once I do.