web-dev-qa-db-fra.com

Comment envoyer une notification de bureau KDE5 à partir d'un script bash?

J'ai essayé plusieurs options, aucune n'a fonctionné:

notify-send 'text'
kdialog --passivepopup 'text' 5
qdbus org.kde.knotify /Notify event "event" 'app' "(" ")" 'title' 'text' 'pixmap' '' 5 0

Mise à jour: les deux premières options devraient fonctionner. Dans mon cas, le problème est un bogue KDE avec un panneau masquant automatiquement: notifications contextuelles KDE5 non affichées si le panneau est masqué

11
int_ua

Sur mon installation de Kubuntu 15.10 et de KDE neon, la commande notify-send n'était disponible que lorsque j'ai installé le package libnotify-bin.

Après avoir installé libnotify-bin, notify-send fonctionne correctement:

Sudo apt-get install libnotify-bin
11
Andrew Davison

Au moins les deux premières options devraient fonctionner, j'ai juste un problème avec les notifications dans KDE en général: https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1547752

notify-send 'text'
kdialog --passivepopup 'text' 5
8
int_ua

premier 'notify-send' n'a pas fonctionné pour moi. Mais quand j'ai activé le widget 'notifications' (/ icon ou autre) dans Tray, cela a fonctionné.

Essayez d'activer l'applet Tray notifications.

2
mockingjay