Skip to content

Commit

Permalink
comment out recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
micahmorgan1 committed Sep 13, 2023
1 parent a486f06 commit a6db6c2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN echo "**** install packages ****" && \
# Set version label
ARG OBSIDIAN_VERSION=1.4.11



# Download and install Obsidian
RUN echo "**** download obsidian ****" && \
curl --location --output obsidian.deb "https://github.com/obsidianmd/obsidian-releases/releases/download/v${OBSIDIAN_VERSION}/obsidian_${OBSIDIAN_VERSION}_amd64.deb" && \
Expand All @@ -27,15 +29,15 @@ RUN echo "**** download obsidian ****" && \
chmod +x $HOME/Desktop/obsidian.desktop && \
chown 1000:1000 $HOME/Desktop/obsidian.desktop

COPY ./src/ubuntu/install/obsidian/custom_startup.sh $STARTUPDIR/custom_startup.sh
RUN chmod +x $STARTUPDIR/custom_startup.sh
RUN chmod 755 $STARTUPDIR/custom_startup.sh
# COPY ./src/ubuntu/install/obsidian/custom_startup.sh $STARTUPDIR/custom_startup.sh
# RUN chmod +x $STARTUPDIR/custom_startup.sh
# 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/extra/backgrounds/bg_kasm.png /usr/share/extra/backgrounds/bg_default.png
RUN apt-get remove -y xfce4-panel
# RUN cp $HOME/.config/xfce4/xfconf/single-application-xfce-perchannel-xml/* $HOME/.config/xfce4/xfconf/xfce-perchannel-xml/
# RUN cp /usr/share/extra/backgrounds/bg_kasm.png /usr/share/extra/backgrounds/bg_default.png
# RUN apt-get remove -y xfce4-panel

######### version ###########
RUN touch $HOME/Desktop/v1.txt
Expand Down

0 comments on commit a6db6c2

Please sign in to comment.