Skip to content

Commit 4c93f19

Browse files
committed
re-enable gamepad support, wayland default
1 parent b849db7 commit 4c93f19

3 files changed

Lines changed: 2 additions & 13 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL maintainer="thelamer"
88

99
# title
1010
ENV TITLE="Fedora KDE" \
11-
NO_GAMEPAD=true
11+
PIXELFLUX_WAYLAND=true
1212

1313
RUN \
1414
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL maintainer="thelamer"
88

99
# title
1010
ENV TITLE="Fedora KDE" \
11-
NO_GAMEPAD=true
11+
PIXELFLUX_WAYLAND=true
1212

1313
RUN \
1414
echo "**** add icon ****" && \

root/defaults/startwm_wayland.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,6 @@ mkdir -p "${HOME}/.config/autostart" "${HOME}/.XDG" "${HOME}/.local/share/"
5454
chmod 700 "${HOME}/.XDG"
5555
touch "${HOME}/.local/share/user-places.xbel"
5656

57-
# Background perm loop
58-
if [ ! -d $HOME/.config/kde.org ]; then
59-
(
60-
loop_end_time=$((SECONDS + 30))
61-
while [ $SECONDS -lt $loop_end_time ]; do
62-
find "$HOME/.cache" "$HOME/.config" "$HOME/.local" -type f -perm 000 -exec chmod 644 {} + 2>/dev/null
63-
sleep .1
64-
done
65-
) &
66-
fi
67-
6857
# Create startup script if it does not exist (keep in sync with openbox)
6958
STARTUP_FILE="${HOME}/.config/autostart/autostart.desktop"
7059
if [ ! -f "${STARTUP_FILE}" ]; then

0 commit comments

Comments
 (0)