Skip to content

Commit 119537f

Browse files
committed
rebase to noble add wayland init
1 parent 480b389 commit 119537f

5 files changed

Lines changed: 13 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM ghcr.io/linuxserver/baseimage-selkies:debianbookworm
2+
FROM ghcr.io/linuxserver/baseimage-selkies:ubuntunoble
33

44
# set version label
55
ARG BUILD_DATE
@@ -23,7 +23,7 @@ RUN \
2323
fi && \
2424
curl -o \
2525
/tmp/scummvm.deb -L \
26-
"https://downloads.scummvm.org/frs/scummvm/${SCUMMVM_VERSION}/scummvm_${SCUMMVM_VERSION}-1_debian12_amd64.deb" && \
26+
"https://downloads.scummvm.org/frs/scummvm/${SCUMMVM_VERSION}/scummvm_${SCUMMVM_VERSION}-1_ubuntu24.04_amd64.deb" && \
2727
apt-get update && \
2828
apt-get install -y \
2929
/tmp/scummvm.deb && \

README.md

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

595595
## Versions
596596

597+
* **13.01.26:** - Rebase to Ubuntu Noble, add wayland init.
597598
* **25.08.25:** - Initial release.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,5 @@ init_diagram: |
113113
"scummvm:latest" <- Base Images
114114
# changelog
115115
changelogs:
116+
- {date: "13.01.26:", desc: "Rebase to Ubuntu Noble, add wayland init."}
116117
- {date: "25.08.25:", desc: "Initial release."}

root/defaults/autostart_wayland

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
foot -e /usr/games/scummvm

root/defaults/menu_wayland.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<openbox_menu xmlns="http://openbox.org/3.4/menu">
3+
<menu id="root-menu" label="MENU">
4+
<item label="foot" icon="/usr/share/icons/hicolor/48x48/apps/foot.png"><action name="Execute"><command>/usr/bin/foot</command></action></item>
5+
<item label="ScummVM" icon="/usr/share/icons/hicolor/scalable/apps/org.scummvm.scummvm.svg"><action name="Execute"><command>xterm -e /usr/games/scummvm</command></action></item>
6+
</menu>
7+
</openbox_menu>

0 commit comments

Comments
 (0)