darkhz / bluetuith

A TUI bluetooth manager for Linux.
MIT License
850 stars 21 forks source link

cannot print version without dbus connection #47

Closed katexochen closed 5 months ago

katexochen commented 6 months ago

In some situations, dbus isn't available but I still would like to check bluetuith's version. When checking the version of a tool, I'd expect the tool to not do much beside printing a simple embedded string. Right now, this fails with

$ bluetuith --version
[!] Could not initialize bluez DBus connection
darkhz commented 6 months ago

Interesting, I will look into this.

darkhz commented 5 months ago

This issue has been fixed.

katexochen commented 5 months ago

Thanks!