有没有办法让任务栏从终端闪烁?

时间:2013-09-12 19:40:01

标签: bash unix terminal gnome

我希望让我的构建在后台运行,同时我继续解决我的代码问题,但我发现不知道我的构建何时完成很烦人。我已经知道如何在构建完成后播放声音,但是想知道是否有其他方法可以解决这个问题。

是否可以让任务栏从终端闪烁?这样我就可以在构建脚本的末尾使用它,我会得到一个友好的闪烁任务栏图标来提醒我。

桌面环境是gnome

1 个答案:

答案 0 :(得分:2)

http://www.stealthcopter.com/blog/2010/02/utilising-the-notification-system-in-kde-or-gnome-in-bash-scripts-ubuntu-9-10-linux/

对于gnome:

sudo apt-get install libnotify-bin

然后

notify-send "notification title" "notification text"

根据我的测试,提供-u critical似乎会给它一个无限超时。