{"id":70602,"library":"esiqveland-notify","title":"DBus Notification Wrapper","description":"A Go wrapper around godbus for sending and managing desktop notifications via the DBus notification specification.","status":"active","version":"0.13.3","language":"go","source_language":null,"source_url":"https://github.com/esiqveland/notify","tags":["dbus","notifications","desktop","linux"],"install":[{"cmd":"go get github.com/esiqveland/notify","lang":"bash","label":"Install github.com/esiqveland/notify"}],"dependencies":[],"imports":[{"symbol":"notify","correct":"github.com/esiqveland/notify"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/esiqveland/notify\"\n)\n\nfunc main() {\n\tn, err := notify.NewNotifier(\"myapp\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer n.Close()\n\tn.Notify(\"Hello\", \"This is a notification\", \"\")\n}","lang":"go","description":"Send a simple desktop notification."},"warnings":[{"fix":"Ensure DBus is available (e.g., on Linux desktop) or use a mock.","message":"Requires a running DBus session bus; will fail in headless environments.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'around':7 'dbus':1,17,20 'desktop':13,22 'go':5 'godbus':8 'linux':23 'manag':12 'notif':2,14,18,21 'send':10 'specif':19 'via':15 'wrapper':3,6","created_at":"2026-06-17T18:16:49.413142+00:00","updated_at":"2026-06-17T18:16:49.413142+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/esiqveland/notify","github":"https://github.com/esiqveland/notify","docs":"https://pkg.go.dev/github.com/esiqveland/notify#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}