You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tizonia starts as normal. MPRIS interface is available, for example through tizonia-remote
Actual behaviour:
Immediate failure with the following error message:
tizonia 0.22.0. Copyright (C) 2020 Juan A. Rubio and contributors
This software is part of the Tizonia project <https://tizonia.org>
terminate called after throwing an instance of 'Tiz::DBus::Error'
what(): An AppArmor policy prevents this sender from sending this message to this recipient; type="method_call", sender=":1.195" (uid=1000 pid=12527 comm="/snap/tizonia/539/usr/bin/tizonia --youtube-audio-" label="snap.tizonia.tizonia (enforce)") interface="org.freedesktop.DBus" member="RequestName" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (bus)
/snap/tizonia/539/bin/tizonia-snap-wrapper.sh: line 25: 12527 Aborted (core dumped) $SNAP/usr/bin/tizonia "$@"
Reproduces how often:
Every time.
Versions
Use the information obtained from tizonia --debug.
Same here. In my case, I am using docker image. My error message is:
tizonia 0.22.0. Copyright (C) 2020 Juan A. Rubio and contributors
This software is part of the Tizonia project <https://tizonia.org>
terminate called after throwing an instance of 'Tiz::DBus::Error'
what(): Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
Issue
Description
When I enable MPRIS in Tizonia 0.22.0 (Snap) I get an
Tiz::DBus::Error
error message.Steps to Reproduce
mpris-enabled = false
Expected behavior:
Tizonia starts as normal. MPRIS interface is available, for example through tizonia-remote
Actual behaviour:
Immediate failure with the following error message:
Reproduces how often:
Every time.
Versions
Use the information obtained from
tizonia --debug
.Installation Method Used
Snap package, installed with
--classic
option. I have tried both stable and edge versions (both point to 0.22.0).Additional Information
None (but please ask if there are details I can add).
The text was updated successfully, but these errors were encountered: