Skip to content

Commit

Permalink
mkdir: cannot create directory ‘/run/xpra’: File exists
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Jun 8, 2024
1 parent 94ca632 commit 4357a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.xpra
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ RUN set -eux \
&& rm -rvf /var/lib/apt/lists/* \
## ** silence xpra startup error messages
&& chmod 777 /run/user \
&& mkdir /run/xpra \
&& mkdir -m 777 -p /run/xpra \
&& chmod 775 /run/xpra \
&& mkdir /etc/xdg/menus \
&& mkdir -m 777 -p /etc/xdg/menus \
&& echo "<Menu/>" > /etc/xdg/menus/kde-debian-menu.menu \
&& echo "<Menu/>" > /etc/xdg/menus/debian-menu.menu

Expand Down

0 comments on commit 4357a46

Please sign in to comment.