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

Game start Hook not properly working #16

Closed MNarath1 closed 1 year ago

MNarath1 commented 1 year ago

Using the Game start hook (together with the run as app toggle enabled) will fire the hook as indicated in the quick menu but not run the command its supposed to additionally said command will perpetually be marked as running and cannot be manually stopped (gives back error message if tried). On other note the Game stop hook works fine and executes properly (also with run as app enabled).

MNarath1 commented 1 year ago

This has been tried on stable just as a clarification and the command in question was a systemctl stop [servicename].service command to stop a custom service.

Tormak9970 commented 1 year ago

Closing as this is now fixed. I will release an update once additional fixes are also complete