Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我喜欢让我的构建在后台运行,同时我继续解决我的代码问题,但我发现不知道我的构建何时完成很烦人。我已经知道如何在构建完成后播放声音,但想知道是否有另一种方法来解决这个问题。
是否可以使任务栏从终端闪烁?这样我就可以在我的构建脚本结束时使用它,并且我会得到一个友好的闪烁任务栏图标来提醒我。
桌面环境是gnome
http://www.stealthcopter.com/blog/2010/02/utilising-the-notification-system-in-kde-or-gnome-in-bash-scripts-ubuntu-9-10-linux/
对于侏儒:
sudo apt-get install libnotify-bin
然后
notify-send "notification title" "notification text"
从我的测试来看,供应-u critical似乎给了它一个无限的超时。
-u critical