Skip to content

Commit b5cd530

Browse files
committed
AppRun: do not disable dbus-user
Dbus is required for dbus audio and currently it even fails in Arch without, see: https://github.com/CESNET/UltraGrid/actions/runs/5642223630/job/15281663172
1 parent 0658f48 commit b5cd530

File tree

1 file changed

+1
-1
lines changed
  • data/scripts/Linux-AppImage

1 file changed

+1
-1
lines changed

data/scripts/Linux-AppImage/AppRun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ get_custom_firejail_rules() {
219219
if expr "$*" : '.*screen' >/dev/null; then
220220
printf " --ignore=noroot"
221221
elif firejail --version | grep -iq "d-\{0,1\}bus.*enabled"; then
222-
printf " --dbus-user=none --dbus-system=none"
222+
printf " --dbus-system=none"
223223
fi
224224

225225
if ! expr "$*" : '.*/mnt' >/dev/null &&

0 commit comments

Comments
 (0)