Rails 4 - 使用'notify-send'命令

时间:2016-06-29 06:02:03

标签: ruby-on-rails ruby linux notifications

在rails 4项目中,我尝试使用notify-send命令发送桌面通知。此命令仅向当前系统发送通知,如何使用它发送给其他系统?另外请解释我们可以获取其他系统信息的基础,以便我们在notify-send命令中提及它。

我写了一个rake任务,以便它会连续检查并发送通知。 现在我使用下面的命令在localhost中进行测试,

system "notify-send 'Title' 'Message' -t 2000"

请帮我解决这个问题,它应该适用于所有环境。

0 个答案:

没有答案