mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-18 22:06:41 +08:00
fix: add dbus
This commit is contained in:
parent
ff9c1f4208
commit
c18311e23a
@ -80,6 +80,11 @@ cat <<EOF > $CONFIG_PATH
|
||||
}
|
||||
EOF
|
||||
fi
|
||||
|
||||
chmod 777 /tmp &
|
||||
rm -rf /run/dbus/pid &
|
||||
mkdir -p /var/run/dbus &
|
||||
dbus-daemon --config-file=/usr/share/dbus-1/system.conf --print-address &
|
||||
Xvfb :1 -screen 0 1080x760x16 +extension GLX +render &
|
||||
export FFMPEG_PATH=/usr/bin/ffmpeg
|
||||
export DISPLAY=:1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user