From a17c3544861f3980aeac82b1fda4b493ab401538 Mon Sep 17 00:00:00 2001 From: Ryan Hamilton Date: Fri, 6 Jun 2025 18:40:02 -0500 Subject: [PATCH] Comment out removal of xfce4-panel in Dockerfile for potential future use --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b68d80b..01c4f21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN chmod 755 $STARTUPDIR/custom_startup.sh ### Update the desktop environment to be optimized for a single application RUN cp $HOME/.config/xfce4/xfconf/single-application-xfce-perchannel-xml/* $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/ RUN cp /usr/share/backgrounds/bg_kasm.png /usr/share/backgrounds/bg_default.png -RUN apt-get remove -y xfce4-panel +# RUN apt-get remove -y xfce4-panel ######### End Customizations ###########