Skip to content

Commit 45c9b4b

Browse files
committed
add wayland init logic
1 parent a3d6c36 commit 45c9b4b

4 files changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

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

592592
## Versions
593593

594+
* **01.01.26:** - Add wayland init.
594595
* **25.11.25:** - Update project repo name.
595596
* **15.09.25:** - Rebase to Ubuntu Noble and Selkies, HTTPS is now required.
596597
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ init_diagram: |
106106
"orcaslicer:latest" <- Base Images
107107
# changelog
108108
changelogs:
109+
- {date: "01.01.26:", desc: "Add wayland init."}
109110
- {date: "25.11.25:", desc: "Update project repo name."}
110111
- {date: "15.09.25:", desc: "Rebase to Ubuntu Noble and Selkies, HTTPS is now required."}
111112
- {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon."}

root/defaults/autostart_wayland

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/opt/orcaslicer/AppRun

root/defaults/menu_wayland.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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/pixmaps/xterm-color_48x48.xpm"><action name="Execute"><command>/usr/bin/foot</command></action></item>
5+
<item label="FireFox" icon="/usr/share/icons/hicolor/48x48/apps/firefox.png"><action name="Execute"><command>/usr/bin/firefox</command></action></item>
6+
<item label="OrcaSlicer" icon="/opt/orcaslicer/OrcaSlicer.png"><action name="Execute"><command>/opt/orcaslicer/AppRun</command></action></item>
7+
</menu>
8+
</openbox_menu>

0 commit comments

Comments
 (0)