diff --git a/docker_entrypoint.sh b/docker_entrypoint.sh index 68fa4ef..64a9441 100755 --- a/docker_entrypoint.sh +++ b/docker_entrypoint.sh @@ -29,12 +29,6 @@ data: EOF # Copy default files -if [ ! -f /config/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml ]; then - mkdir -p /config/.config/xfce4/xfconf/xfce-perchannel-xml - cp /defaults/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml /config/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml - chown -R $PUID:$PGID /config/.config/xfce4 -fi - if [ ! -f /config/.sparrow/config ]; then echo "No Sparrow config file found, creating default" mkdir -p /config/.sparrow diff --git a/root/defaults/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/root/defaults/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml deleted file mode 100644 index da9698c..0000000 --- a/root/defaults/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/root/etc/xdg/openbox/menu.xml b/root/etc/xdg/openbox/menu.xml index dbda726..da5e958 100644 --- a/root/etc/xdg/openbox/menu.xml +++ b/root/etc/xdg/openbox/menu.xml @@ -2,8 +2,6 @@ /opt/sparrow/bin/Sparrow -/usr/bin/thunar /usr/bin/mousepad -/usr/bin/xfce4-terminal \ No newline at end of file