Skip to content

Commit

Permalink
fix: use new v4 style configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
conrad784 committed Feb 11, 2024
1 parent fbf6dc4 commit cdbf4cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ RUN apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

# Maximize only the main/initial window.
RUN \
sed-patch 's/<application type="normal">/<application type="normal" title="Mediathekview">/' \
/etc/xdg/openbox/rc.xml
COPY src/main-window-selection.xml /etc/openbox/main-window-selection.xml

# Set environment variables.
ENV APP_NAME="Mediathekview" \
Expand Down
2 changes: 2 additions & 0 deletions src/main-window-selection.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<Type>normal</Type>
<Title>Mediathekview</Title>

0 comments on commit cdbf4cc

Please sign in to comment.