Skip to content

Commit

Permalink
fixes parrot xfce panel
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Jun 2, 2024
1 parent 8608ef6 commit 5dd511b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/parrot-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ RUN apt-get update && apt-get -y upgrade && \
openvpn && \
apt-get clean

# fixes missing xfce menu and title bar on parrot 6
RUN cp /etc/xdg/xfce4/panel/default.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml

RUN curl -sSL "https://github.com/tsl0922/ttyd/releases/download/${TTYD_VERSION}/ttyd.$(uname -m)" -o /usr/local/bin/ttyd && \
chmod u+x /usr/local/bin/ttyd && \
ttyd -v
ttyd -v

# installs noVNC
RUN apt-get -y install git && \
Expand Down

0 comments on commit 5dd511b

Please sign in to comment.