Skip to content

Commit

Permalink
backgound fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubNTNU committed Oct 26, 2023
1 parent bdc2da4 commit b114e79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ WORKDIR "${HOME}"
RUN jupyter serverextension enable --sys-prefix jupyter_server_proxy
RUN jupyter labextension disable "@jupyterlab/apputils-extension:announcements"

COPY --chown=root:root setup/hunt_cloud_1440.jpg /usr/share/backgrounds
COPY --chown=root:root setup/hunt_cloud_2560.jpg /usr/share/backgrounds
COPY --chown=root:root setup/hunt_cloud_1440.png /usr/share/backgrounds
COPY --chown=root:root setup/hunt_cloud_2560.png /usr/share/backgrounds
COPY --chown=root:root setup/xfce4-desktop.xml /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml

USER "${NB_USER}"
Expand Down
16 changes: 8 additions & 8 deletions setup/xfce4-desktop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,44 +16,44 @@
<property name="workspace0" type="empty">
<property name="color-style" type="empty"/>
<property name="image-style" type="empty"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.png"/>
</property>
<property name="workspace1" type="empty">
<property name="color-style" type="empty"/>
<property name="image-style" type="empty"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.png"/>
</property>
<property name="workspace2" type="empty">
<property name="color-style" type="empty"/>
<property name="image-style" type="empty"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.png"/>
</property>
<property name="workspace3" type="empty">
<property name="color-style" type="empty"/>
<property name="image-style" type="empty"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.png"/>
</property>
</property>
<property name="monitorVNC-0" type="empty">
<property name="workspace0" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.png"/>
</property>
<property name="workspace1" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.png"/>
</property>
<property name="workspace2" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.png"/>
</property>
<property name="workspace3" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.jpg"/>
<property name="last-image" type="string" value="/usr/share/backgrounds/hunt_cloud_2560.png"/>
</property>
</property>
</property>
Expand Down

0 comments on commit b114e79

Please sign in to comment.