File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ LABEL maintainer="thelamer"
88
99# title
1010ENV TITLE="Fedora KDE" \
11- NO_GAMEPAD =true
11+ PIXELFLUX_WAYLAND =true
1212
1313RUN \
1414 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ LABEL maintainer="thelamer"
88
99# title
1010ENV TITLE="Fedora KDE" \
11- NO_GAMEPAD =true
11+ PIXELFLUX_WAYLAND =true
1212
1313RUN \
1414 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -54,17 +54,6 @@ mkdir -p "${HOME}/.config/autostart" "${HOME}/.XDG" "${HOME}/.local/share/"
5454chmod 700 " ${HOME} /.XDG"
5555touch " ${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)
6958STARTUP_FILE=" ${HOME} /.config/autostart/autostart.desktop"
7059if [ ! -f " ${STARTUP_FILE} " ]; then
You can’t perform that action at this time.
0 commit comments