Files
nixpkgs/pkgs
m3ta-chiron c94ff86c12 fix(talk): cancel button now stops audio playback
The shell '>' redirect creates ACTION_FILE immediately as an empty file.
The poll loop checked [ -f ] (exists) instead of [ -s ] (non-empty),
so it matched on the first 0.2s iteration, found no 'cancel' string,
and broke out of the loop — leaving mpv running with no listener.

[ -s ] only returns true once notify-send writes 'cancel' to the file
(i.e. when the user actually clicks the Abbrechen action).
2026-07-02 19:43:53 +02:00
..
2025-10-04 15:53:48 +02:00
2026-06-15 07:00:23 +02:00
2025-10-04 15:53:48 +02:00
2026-05-08 04:01:35 +02:00
2026-04-08 17:47:20 +02:00
2026-07-01 18:51:40 +02:00
2026-06-15 07:00:07 +02:00
2026-06-27 08:28:12 +02:00
2025-10-04 15:53:48 +02:00
2026-06-30 08:17:29 +02:00
2026-04-28 04:03:27 +02:00
2025-10-04 15:53:48 +02:00
2026-07-01 18:51:40 +02:00