File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/linuxserver/baseimage-kasmvnc :arm64v8-arch
1+ FROM ghcr.io/linuxserver/baseimage-selkies :arm64v8-arch
22
33# set version label
44ARG BUILD_DATE
@@ -8,25 +8,30 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
88LABEL maintainer="thelamer"
99
1010# title
11- ENV TITLE="Arch XFCE"
11+ ENV TITLE="Arch XFCE" \
12+ NO_GAMEPAD="true"
1213
1314RUN \
1415 echo "**** add icon ****" && \
1516 curl -o \
16- /kclient/public /icon.png \
17+ /usr/share/selkies/www /icon.png \
1718 https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
1819 echo "**** install packages ****" && \
1920 pacman -Sy --noconfirm --needed \
2021 chromium \
2122 mousepad \
2223 xfce4 \
2324 xfce4-pulseaudio-plugin && \
24- echo "**** application tweaks ****" && \
25+ echo "**** xfce tweaks ****" && \
2526 sed -i \
2627 's#^Exec=.*#Exec=/usr/local/bin/wrapped-chromium#g' \
2728 /usr/share/applications/chromium.desktop && \
28- mv /usr/bin/exo-open /usr/bin/exo-open-real && \
29- echo "**** xfce tweaks ****" && \
29+ mv \
30+ /usr/bin/exo-open \
31+ /usr/bin/exo-open-real && \
32+ mv \
33+ /usr/bin/thunar \
34+ /usr/bin/thunar-real && \
3035 rm -f \
3136 /etc/xdg/autostart/xfce4-power-manager.desktop \
3237 /etc/xdg/autostart/xfce-polkit.desktop \
You can’t perform that action at this time.
0 commit comments