Skip to content

Commit

Permalink
fix: Fix the previous OPEN_TIMEOUT fix not being properly applied
Browse files Browse the repository at this point in the history
Closes #350
  • Loading branch information
zusorio committed Dec 2, 2024
1 parent 00e4c30 commit 087a737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN wget -qO /usr/share/keyrings/xpra.asc ${XPRA_REGISTRY}/xpra.asc && \
# Inject script to force focus on modal windows in xpra client
# and remove the compressed index.html files because they don't contain our fix
COPY client-inject.js /tmp/client-inject.js
RUN sed -i '/load_default_settings();/r /tmp/client-inject.js' /usr/share/xpra/www/index.html \
RUN sed -i -e '/load_default_settings();/i\\' -e '/load_default_settings();/e cat /tmp/client-inject.js' /usr/share/xpra/www/index.html \
&& rm /usr/share/xpra/www/index.html.gz \
&& rm /usr/share/xpra/www/index.html.br

Expand Down

0 comments on commit 087a737

Please sign in to comment.