Skip to content

Commit 90acc0a

Browse files
committed
forgot aarch64
1 parent 8dbbdf0 commit 90acc0a

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

Dockerfile.aarch64

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-arch
1+
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-arch
22

33
# set version label
44
ARG BUILD_DATE
@@ -8,25 +8,30 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
88
LABEL maintainer="thelamer"
99

1010
# title
11-
ENV TITLE="Arch XFCE"
11+
ENV TITLE="Arch XFCE" \
12+
NO_GAMEPAD="true"
1213

1314
RUN \
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 \

0 commit comments

Comments
 (0)