if $XDG_RUNTIME_DIR is unset, D-Bus calls don't work #5962
Labels
bug
A bug (error) in the software
client
external-bug
Bugs caused by things outside of our control - by dependencies, "upstream" in technical jargon
Description
Mumble does not respond to certain D-Bus calls if
$XDG_RUNTIME_DIR
is unset, such as:startTalking()
,stopTalking()
,setSelfDeaf()
,setSelfMuted()
. It works with properties and some other calls:mute
,deaf
,isSelfMuted()
,isSelfDeaf()
.Steps to reproduce
unset XDG_RUNTIME_DIR
mumble
net.sourceforge.mumble.mumble /isSelfDeaf()
. Alternatively run in a new terminalmumble rpc starttalking
Mumble version
1.4.287
Mumble component
Client
OS
Linux
Reproducible?
Yes
Additional information
No response
Relevant log output
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: