Skip to content

Commit 3f1d04e

Browse files
committed
add libgtk for file chooser
1 parent 4b656b9 commit 3f1d04e

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ RUN \
1616
/usr/share/selkies/www/icon.png \
1717
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/xemu-logo.png && \
1818
echo "**** install packages ****" && \
19+
apt-get update && \
20+
apt-get install -y --no-install-recommends \
21+
libgtk-3-common && \
1922
DOWNLOAD_URL=$(curl -sX GET "https://api.github.com/repos/xemu-project/xemu/releases/latest" \
2023
| awk -F '(": "|")' '/browser.*x86_64.AppImage/ && !/.*dbg.*/ {print $3}') && \
2124
curl -o \

Dockerfile.aarch64

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ RUN \
1616
/usr/share/selkies/www/icon.png \
1717
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/xemu-logo.png && \
1818
echo "**** install packages ****" && \
19+
apt-get update && \
20+
apt-get install -y --no-install-recommends \
21+
libgtk-3-common && \
1922
DOWNLOAD_URL=$(curl -sX GET "https://api.github.com/repos/xemu-project/xemu/releases/latest" \
2023
| awk -F '(": "|")' '/browser.*aarch64.AppImage/ && !/.*dbg.*/ {print $3}') && \
2124
curl -o \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,4 +428,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
428428

429429
## Versions
430430

431+
* **07.07.25:** - Install GTK libs for file chooser.
431432
* **19.06.25:** - Initial release.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,5 @@ init_diagram: |
105105
"xemu:latest" <- Base Images
106106
# changelog
107107
changelogs:
108+
- {date: "07.07.25:", desc: "Install GTK libs for file chooser."}
108109
- {date: "19.06.25:", desc: "Initial release."}

0 commit comments

Comments
 (0)