Source: kitty
Version: 0.36.4-2
Severity: normal
Tags: upstream
kitty (or possibly a bundled convenience copy of glfw in kitty's source
package) calls dbus_get_local_machine_id(), which has no good mechanism
for reporting an error, and therefore will spam warnings to standard error
(and possibly crash) if the D-Bus machine ID has not been set up correctly.
This function should be considered deprecated.
If it is necessary to call this function, please prefer to use
dbus_try_get_local_machine_id(), which takes a DBusError parameter and
therefore can be used to report errors in whatever way is considered to
be most appropriate by the caller. This has been available in upstream
stable releases since dbus 1.12.0 (2017).
I'm not 100% sure whether kitty uses the bundled copy of glfw (I couldn't
figure out its build system). If it doesn't, this bug can be closed as
non-actionable.
Thanks,
smcv