K.I.S.S. – 简单哲学 Linux, Freedom, Arch, Python, Gtk+, C … Keep It Simple, Stupid!

29四/096

让 Arch Linux 也使用 Ubuntu 9.04 的新通知机制

看到 TualatriX 兄在 Gentoo 下使用 Ubuntu 的新通知机制 notify-osd,心里很痒啊,在 下能不能用呢?
首先想到的是看看 TX 兄是怎么改的,不过没用过 Gentoo,Ebuild 也看不出所以然来,想自己改是不可能了。
Google 一下吧," linux ",晕,发现 AUR 里面已经有了,还不止一个……

[iven@~]$ yaourt 
1 aur/banshee- 1.4.3-3 (15)
    Patched banshee version for 
2 aur/gajim- 0.12.1-1 (2)
    Jabber client written in PyGTK
3 aur/gnome-mount- 0.8-2 (11)
    GNOME mount program
4 aur/gnome-power-manager- 2.24.4-5 (Out of Date) (18)
    Session daemon that makes it easy to manage your laptop or desktop system.
5 aur/libnetworkmanager- 0.7.1-1 (5)
    The Network Manager Library
6 aur/networkmanager- 0.7.1-1 (5)
    Network Management daemon
7 aur/nm-applet- 0.7.1-1 (3)
    GNOME frontends to NetWorkmanager
8 aur/ 0.9.12-1 (25)
    daemon that displays passive pop-up notifications
9 aur/-bzr 311-1 [312-1 installed] (45)
    Canonical's on-screen notification display agent, implementing the FreeDesktop.org notification specification with semi-transparent click-through bubbles.
10 aur/pidgin-libnotify- 0.14-2 (25)
    Patched pidgin-libnotify version for 

可以看到,不但有 ,还有 bzr 版的,还有针对 pidgin 各种应用的 hack 版。
我不用 pidgin,所以直接安 -bzr,这个包与 notification-daemon 和 冲突,我没有安 ,所以应该先:

yaourt -Rd notification-daemon

然后:

yaourt -S -bzr

最后注销一下即可。
下面是骨头兄 的效果( 里面没有 gnome-osd,怨念……):

screenshot_002.png

呵呵, 还是群众力量大啊,AUR 这个平台简直神了!