ncruces / zenity

Zenity dialogs for Golang, Windows, macOS
https://pkg.go.dev/github.com/ncruces/zenity
MIT License
736 stars 37 forks source link

[linux] Use kdialog if zenity not available #25

Closed pymq closed 1 year ago

pymq commented 2 years ago

On some distros (like Kubuntu, openSUSE) zenity is not pre-installed and system have kdialog instead. It would be nice to transparently invoke kdialog to work out of the box on more linux systems without proper packaging or asking users to install dependencies.

Kdialog documentation: https://develop.kde.org/deploy/kdialog/

Would you be interested in such contribution?

ncruces commented 2 years ago

I would. But I suspect it might be hard to have a consistent feature set, no? I'm also a bit worried about maintenance going forward.

ncruces commented 1 year ago

Closing due to no progress. If anyone's interested in contributing, please reach out!