Skip to content

Commit

Permalink
Add xdg-utils to Signal for sadface LaunchProcess: failed to execvp: …
Browse files Browse the repository at this point in the history
…xdg-settings error...
  • Loading branch information
tianon committed Oct 10, 2023
1 parent abb9685 commit 1b7fd4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions signal-desktop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ RUN set -eux; \
libgtk-3-0 \
libx11-xcb1 \
libxshmfence1 \
# LaunchProcess: failed to execvp: xdg-settings
xdg-utils \
; \
rm -rf /var/lib/apt/lists/*; \
signal="$(command -v signal-desktop)"; \
Expand Down
2 changes: 2 additions & 0 deletions signal-desktop/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ RUN set -eux; \
libgtk-3-0 \
libx11-xcb1 \
libxshmfence1 \
# LaunchProcess: failed to execvp: xdg-settings
xdg-utils \
; \
rm -rf /var/lib/apt/lists/*; \
signal="$(command -v signal-desktop)"; \
Expand Down

0 comments on commit 1b7fd4c

Please sign in to comment.