【已解决,见3L】shell脚本如何调用kde系统通知?

sh/bash/dash/ksh/zsh等Shell脚本
回复
头像
qgymib
帖子: 539
注册时间: 2010-04-02 16:44
系统: openSUSE 13.2 x64

【已解决,见3L】shell脚本如何调用kde系统通知?

#1

帖子 qgymib » 2012-06-30 21:01

rt,如何才能在shell脚本中调出kde系统通知以便显示自定义内容?网上找到的方法都是在kde原生程序中调用kde套件函数实现的,没有关于脚本调用方面的。
希望哪位知道的大大说明一下,给个链接也行~~~ :em03

PS:系统是OpenSUSE12.1
上次由 qgymib 在 2012-06-30 22:27,总共编辑 1 次。
正在建设中的个人博客
头像
xjpvictor
帖子: 2837
注册时间: 2007-08-22 15:55
系统: Archlinux
来自: 新加坡
联系:

Re: shell脚本如何调用kde系统通知?

#2

帖子 xjpvictor » 2012-06-30 21:55

notify-send
Entschuldigung. Ich habe keine ahnung.
Secure with PGP: gpg --recv-keys 0x68b6e3d8
Fingerprint: 5556 517C F52F E402 DDF5 5400 6D30 F13E 68B6 E3D8
Towards A Sustainable Earth: Print Only When Necessary
头像
qgymib
帖子: 539
注册时间: 2010-04-02 16:44
系统: openSUSE 13.2 x64

Re: shell脚本如何调用kde系统通知?

#3

帖子 qgymib » 2012-06-30 22:27

xjpvictor 写了:notify-send
自已解决了,可以使用

代码: 全选

kdialog --passivepopup <text> --title <title> <timeout>
正在建设中的个人博客
回复