Compare commits
No commits in common. "f3af5b9cda9d449e03f7c5a483841bf9d5ad8181" and "8fbfd0320c978c07749dbabc3f0b906bff977b90" have entirely different histories.
f3af5b9cda
...
8fbfd0320c
2 changed files with 1 additions and 10 deletions
|
@ -48,11 +48,7 @@ RUN git clone https://aur.archlinux.org/zrythm.git && \
|
|||
|
||||
WORKDIR /home/user
|
||||
RUN sudo rm -rf /src
|
||||
# machine-id is required for dconf/gsettings
|
||||
RUN sudo dbus-uuidgen --ensure
|
||||
|
||||
LABEL net.typeblog.dobu.desktop_file_path=/usr/share/applications/org.zrythm.Zrythm.desktop
|
||||
|
||||
# A dbus daemon is required for Zrythm
|
||||
# It does not have to share the host one though; launching any random dbus daemon would work
|
||||
ENTRYPOINT [ "/usr/bin/bash", "-c", "export $(dbus-launch) && /usr/bin/zrythm" ]
|
||||
ENTRYPOINT [ "/usr/bin/zrythm" ]
|
||||
|
|
|
@ -78,11 +78,6 @@ mkdir -p "$home_path/.local/share"
|
|||
|
||||
extra_args=""
|
||||
|
||||
# Expose Pipewire socket if it exists
|
||||
if [ -S "$XDG_RUNTIME_DIR/pipewire-0" ]; then
|
||||
extra_args="$extra_args -v $XDG_RUNTIME_DIR/pipewire-0:/xdg_runtime/pipewire-0"
|
||||
fi
|
||||
|
||||
# Check if we should allow /dev/input access
|
||||
if is_in_array "$1" "${DEV_INPUT_APP_ALLOWLIST[@]}"; then
|
||||
if [ -z "${DEV_INPUT_DEVICE_ALLOWLIST+x}" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue