File tree Expand file tree Collapse file tree 5 files changed +18
-1
lines changed
Expand file tree Collapse file tree 5 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -566,4 +566,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
566566
567567# # Versions
568568
569+ * **20.12.25:** - Add Wayland init logic.
569570* **29.08.25:** - Initial release.
Original file line number Diff line number Diff line change @@ -107,4 +107,5 @@ init_diagram: |
107107 "melonds:latest" <- Base Images
108108# changelog
109109changelogs :
110+ - {date: "20.12.25:", desc: "Add Wayland init logic."}
110111 - {date: "29.08.25:", desc: "Initial release."}
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ if [ ! -f "${HOME}/.config/melonDS/melonDS.toml" ]; then
55 cp /defaults/melonDS.toml " ${HOME} /.config/melonDS/"
66fi
77
8- xterm -e /usr/bin/melonDS
8+ foot -e /usr/bin/melonDS
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ if [ ! -f " ${HOME} /.config/melonDS/melonDS.toml" ]; then
4+ mkdir -p " ${HOME} /.config/melonDS/"
5+ cp /defaults/melonDS.toml " ${HOME} /.config/melonDS/"
6+ fi
7+
8+ xterm -e /usr/bin/melonDS
Original file line number Diff line number Diff line change 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 =" melonDS" icon =" /usr/share/icons/hicolor/128x128/apps/melonds.png" ><action name =" Execute" ><command >foot -e /usr/bin/melonDS</command ></action ></item >
6+ </menu >
7+ </openbox_menu >
You can’t perform that action at this time.
0 commit comments