I believe the mentioned file is appropriate for libnotify-bin and isn't
appropriate for lxpanel package since lxpanel does not interact with the
daemon directly.
And thank you for a notice about dependencies. Both libnotify-bin and
notification-daemon are added as Recommended by lxpanel now.
The
As per the instructions in the link below,
https://wiki.archlinux.org/index.php/Desktop_notifications#Libnotify
If we create "/usr/share/dbus-1/services/org.freedesktop.Notifications.service"
with the content below, this bug can be closed.
[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=
This is the command for sending notifications from the battery monitor.
notify-send "Battery low" --icon=battery-caution
lxpanel should depend on libnotify-bin and notification-daemon for executing
this properly.
So the temporary fix is,
sudo apt-get install libnotify-bin notification-daemon
3 matches
Mail list logo