diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-03 08:54:51 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-03 08:54:51 -0600 |
| commit | 5bbcb805c8b70d40727e6529f7eafede1a441c31 (patch) | |
| tree | 596566036edbedd779b66601bd5956931ff885e8 /modules/prog-shell.el | |
| parent | f5a033e72f183925510fdf0ca3621b68b6499742 (diff) | |
| download | dotemacs-5bbcb805c8b70d40727e6529f7eafede1a441c31.tar.gz dotemacs-5bbcb805c8b70d40727e6529f7eafede1a441c31.zip | |
fix(video-recording): kill orphan wf-recorder on Wayland
On Wayland, video recording uses a shell pipeline: wf-recorder | ffmpeg.
When stopping, SIGINT only reaches ffmpeg, leaving wf-recorder running
as an orphan. This blocks subsequent recordings (0-byte files or no file).
Fix:
- On stop: explicitly pkill wf-recorder before interrupting ffmpeg
- On start: kill any orphan wf-recorder from previous crashes
- Increase finalization wait from 0.2s to 0.5s for proper cleanup
Diffstat (limited to 'modules/prog-shell.el')
0 files changed, 0 insertions, 0 deletions
