File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
77LABEL maintainer="thelamer"
88
99# title
10- ENV TITLE="Kali Linux"
10+ ENV TITLE="Kali Linux" \
11+ NO_GAMEPAD=true
1112
1213RUN \
1314 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
77LABEL maintainer="thelamer"
88
99# title
10- ENV TITLE="Kali Linux"
10+ ENV TITLE="Kali Linux" \
11+ NO_GAMEPAD=true
1112
1213RUN \
1314 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change 1212setterm blank 0
1313setterm powerdown 0
1414
15- # Direcotries
15+ # Directories
1616sudo rm -f /usr/share/dbus-1/system-services/org.freedesktop.UDisks2.service
1717mkdir -p " ${HOME} /.config/autostart" " ${HOME} /.XDG" " ${HOME} /.local/share/"
1818chmod 700 " ${HOME} /.XDG"
@@ -49,6 +49,5 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
4949 export GALLIUM_DRIVER=zink
5050fi
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
You can’t perform that action at this time.
0 commit comments