Skip to content

Commit 326052f

Browse files
committed
add deps to get image running again, note head is broken
1 parent 665b872 commit 326052f

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

Dockerfile

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

1212
# title
13-
ENV TITLE=xemu
13+
ENV TITLE=xemu \
14+
PIXELFLUX_WAYLAND=true
1415

1516
RUN \
1617
echo "**** add icon ****" && \
@@ -21,6 +22,7 @@ RUN \
2122
apt-get update && \
2223
apt-get install -y --no-install-recommends \
2324
libgtk-3-common \
25+
libpipewire-0.3 \
2426
libusb-1.0-0 && \
2527
DOWNLOAD_URL=$(curl -sX GET "https://api.github.com/repos/xemu-project/xemu/releases/latest" \
2628
| awk -F '(": "|")' '/browser.*x86_64.AppImage/ && !/.*dbg.*/ {print $3}') && \

Dockerfile.aarch64

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

1212
# title
13-
ENV TITLE=xemu
13+
ENV TITLE=xemu \
14+
PIXELFLUX_WAYLAND=true
1415

1516
RUN \
1617
echo "**** add icon ****" && \

README.md

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

613613
## Versions
614614

615+
* **20.12.25:** - Add libpipewire dep for appimage, head is broken use tag v0.8.133-ls57.
615616
* **20.12.25:** - Add libusb dep for appimage.
616617
* **20.12.25:** - Add Wayland init logic.
617618
* **07.07.25:** - Install GTK libs for file chooser.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ init_diagram: |
107107
"xemu:latest" <- Base Images
108108
# changelog
109109
changelogs:
110+
- {date: "20.12.25:", desc: "Add libpipewire dep for appimage, head is broken use tag v0.8.133-ls57."}
110111
- {date: "20.12.25:", desc: "Add libusb dep for appimage."}
111112
- {date: "20.12.25:", desc: "Add Wayland init logic."}
112113
- {date: "07.07.25:", desc: "Install GTK libs for file chooser."}

0 commit comments

Comments
 (0)