Replies: 1 comment
-
|
That is my bad. When I fixed the audio on that last version upgrade I seem to have missed it. I just put in a pull request to fix this. #780 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
screen-shot-and-record/record.shfails to parse because line 134 has a trailing"after--audio. Bash refuses to run the script (parse error happens before line 1 executes), so every recording attempt - audio or no audio - silently does nothing.Where
screen-shot-and-record/record.sh, line 134:Reproduction
Trigger via the plugin: bind
qs ipc call plugin:screen-shot-and-record recordto a key, press it, select a region. Nothing happens, no notification, nowf-recorderprocess. Same outcome forrecordsound. Screenshot / OCR / Lens code paths are unaffected because they do not invokerecord.sh.Fix (one character)
Delete the trailing
"at the end of line 134:After the patch:
$ bash -n record.sh $ # exits 0, parses OKEnvironment
manifest.jsoninmasterNote
Claude (the LLM) encountered this during a fresh setup of noctalia-shell where it was helping wire up keybinds for the plugin. Happy to send a one-line PR if useful.
Beta Was this translation helpful? Give feedback.
All reactions