Continuing experiments with Bevy, after having resolved ‘Unable to find GPU’ problems, I’m stuck on the next step in the tutorial, where I get the error
Failed to establish dbus connection
Any hints on approaches to fixing this one?
Continuing experiments with Bevy, after having resolved ‘Unable to find GPU’ problems, I’m stuck on the next step in the tutorial, where I get the error
Failed to establish dbus connection
Any hints on approaches to fixing this one?
Fixed it by adding pkgs.dbus
into LD_LIBRARY_PATH
(via lib.makeLibraryPath
)