Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,5 +566,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **20.12.25:** - Add Wayland init logic.
* **07.07.25:** - Install GTK libs for file chooser.
* **19.06.25:** - Initial release.
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@ init_diagram: |
"xemu:latest" <- Base Images
# changelog
changelogs:
- {date: "20.12.25:", desc: "Add Wayland init logic."}
- {date: "07.07.25:", desc: "Install GTK libs for file chooser."}
- {date: "19.06.25:", desc: "Initial release."}
4 changes: 4 additions & 0 deletions root/defaults/autostart_wayland
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

# Run xemu
foot -e /opt/xemu/AppRun
7 changes: 7 additions & 0 deletions root/defaults/menu_wayland.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="root-menu" label="MENU">
<item label="foot" icon="/usr/share/icons/hicolor/48x48/apps/foot.png"><action name="Execute"><command>/usr/bin/foot</command></action></item>
<item label="xemu" icon="/opt/xemu/usr/share/icons/hicolor/256x256/apps/xemu.png"><action name="Execute"><command>xterm -e /opt/xemu/AppRun</command></action></item>
</menu>
</openbox_menu>