gen2brain / beeep

Go cross-platform library for sending desktop notifications, alerts and beeps
BSD 2-Clause "Simplified" License
1.43k stars 89 forks source link

raspberry pi os not support #62

Open introspection3 opened 1 month ago

introspection3 commented 1 month ago

notify {"error": "beeep: The name org.freedesktop.Notifications was not provided by any .service files; exec: \"kdialog\": executable file not found in $PATH"}

gen2brain commented 1 month ago

Not related to OS or RPi, you are missing some notification-daemon (any will do), notify-send, or kdialog, it will first try with the dbus method and will fall back to alternatives and you are missing all of that.