Skip to content

Commit e94a258

Browse files
committed
init tweaks
1 parent d330bfd commit e94a258

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
77
LABEL maintainer="thelamer"
88

99
# title
10-
ENV TITLE="Kali Linux"
10+
ENV TITLE="Kali Linux" \
11+
NO_GAMEPAD=true
1112

1213
RUN \
1314
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
77
LABEL maintainer="thelamer"
88

99
# title
10-
ENV TITLE="Kali Linux"
10+
ENV TITLE="Kali Linux" \
11+
NO_GAMEPAD=true
1112

1213
RUN \
1314
echo "**** add icon ****" && \

root/defaults/startwm.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212
setterm blank 0
1313
setterm powerdown 0
1414

15-
# Direcotries
15+
# Directories
1616
sudo rm -f /usr/share/dbus-1/system-services/org.freedesktop.UDisks2.service
1717
mkdir -p "${HOME}/.config/autostart" "${HOME}/.XDG" "${HOME}/.local/share/"
1818
chmod 700 "${HOME}/.XDG"
@@ -49,6 +49,5 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
4949
export GALLIUM_DRIVER=zink
5050
fi
5151

52-
# Stat DE
53-
unset LD_PRELOAD
54-
/usr/bin/startplasma-x11 > /dev/null 2>&1
52+
# Start DE
53+
exec dbus-launch --exit-with-session /usr/bin/startplasma-x11 > /dev/null 2>&1

0 commit comments

Comments
 (0)