Skip to content

Commit 343ab3d

Browse files
committed
do not fullscreen popups gimp uses many of them and full does not work on the main app
1 parent 79dae7f commit 343ab3d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
3737
LABEL maintainer="thelamer"
3838

3939
# title
40-
ENV TITLE=GIMP
40+
ENV TITLE=GIMP \
41+
NO_FULL=true
4142

4243
RUN \
4344
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
3737
LABEL maintainer="thelamer"
3838

3939
# title
40-
ENV TITLE=GIMP
40+
ENV TITLE=GIMP \
41+
NO_FULL=true
4142

4243
RUN \
4344
echo "**** add icon ****" && \

0 commit comments

Comments
 (0)