-
-
Notifications
You must be signed in to change notification settings - Fork 422
Notify_dbus
Chris Caron edited this page Aug 3, 2020
·
4 revisions
- Source: n/a
- Icon Support: Yes
- Message Format: Text
- Message Limit: 250 Characters per message
Display notifications right on your Gnome or KDE desktop. This only works if you're sending the notification to the same system you're currently accessing. Hence this notification can not be sent from one PC to another.
This plugin was based on lower level calls similar to how the notify-send tool works that ships with some Linux distributions. It taps into the Desktop Bus (DBus) and directly writes the message for QT and GLib Desktop notifications.
There are currently no options you can specify for this kind of notification, so it's really easy to reference:
-
dbus://
- This is the probably best use of this plugin as it will attempt to connect to a QT DBus (usually KDE based) if it can, otherwise it will secondly try to connect to a glib DBus (usually Gnome/Unity based).
-
qt://
- This will explicitly only attempt to access the QT DBus (even if the GLib one is present).
-
kde://
- This is just an alias to qt:// for simplicity purposes. Like qt://, this explicitly only attempt to access the QT DBus (even if the GLib one is present).
-
glib://
- This will explicitly only attempt to access the GLib DBus (even if the QT one is present). A gnome:// alias was not created as Gnome support is already handled using a more mature/newer approach defined here.
There are no parameters at this time.
Assuming we're on an OS that allows us to host the Gnome Desktop, we can send a notification to ourselves like so:
# Send ourselves a DBus related desktop notification
apprise -vv -t "Test Message Title" -b "Test Message Body" \
dbus://