[BUG] emacs-tmr cannot find ffplay at runtime when timers end

  • Done
  • quality assurance status badge
Details
2 participants
  • Kyle Andrews
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Kyle Andrews
Severity
normal

Debbugs page

Kyle Andrews wrote 2 years ago
(address . bug-guix@gnu.org)
87bkiw2gjo.fsf@posteo.net
Dear Guix,

The emacs-tmr package does not play the alert sound for me. Instead, I see the following error in the message buffer:

Error running timer ‘tmr--complete’: (user-error "Cannot play /gnu/store/b91yva8kcx7zkdn9g1cz8n2943s0qnas-sound-theme-freedesktop-0.8/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga without ‘ffplay’")

There is an added patch-paths phase which seems to be trying to point ffplay to an absolute path. It just doesn't seem to matter.
Nicolas Goaziou wrote 2 years ago
(name . Kyle Andrews)(address . kyle@posteo.net)(address . 63350-done@debbugs.gnu.org)
87zg6ewx8c.fsf@nicolasgoaziou.fr
Hello,

Kyle Andrews <kyle@posteo.net> writes:

Toggle quote (7 lines)
> The emacs-tmr package does not play the alert sound for me. Instead, I see the following error in the message buffer:
>
> Error running timer ‘tmr--complete’: (user-error "Cannot play /gnu/store/b91yva8kcx7zkdn9g1cz8n2943s0qnas-sound-theme-freedesktop-0.8/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga without ‘ffplay’")
>
> There is an added patch-paths phase which seems to be trying to point
> ffplay to an absolute path. It just doesn't seem to matter.

I think I fixed the issue in commit
28c2c570f80cc0b4e7302ad11cccc8ad600b3274.

I'm closing the bug report. Feel free to re-open it if it still doesn't
work.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63350@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63350
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help