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

Use unix versions on Illumos #54

Closed sjmulder closed 1 year ago

sjmulder commented 1 year ago

Illumos is the OpenSolaris-based OS core of OpenIndiana, SmartOS, etc.

Did not enable the dbus path because:

go: downloading github.com/godbus/dbus/v5 v5.1.0
# github.com/godbus/dbus/v5
../../go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/conn.go:147:17: undefined: getSystemBusPlatformAddress
../../go/pkg/mod/github.com/godbus/dbus/v5@v5.1.0/conn.go:174:14: undefined: getSystemBusPlatformAddress
gen2brain commented 1 year ago

Merged, thanks!