Skip to content

Commit 9f9a5d0

Browse files
committed
add wayland init
1 parent 63db64c commit 9f9a5d0

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

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

557557
## Versions
558558

559+
* **28.12.25:** - Add Wayland init logic.
559560
* **22.09.25:** - Rebase to Debian Trixie.
560561
* **29.07.25:** - Rebase to selkies. Breaking Change: HTTPS is now required. Either use a reverse proxy with SSL cert or direct connect to port 8181 with HTTPS.
561562
* **24.09.24:** - Initial release.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ init_diagram: |
103103
"rawtherapee:latest" <- Base Images
104104
# changelog
105105
changelogs:
106+
- {date: "28.12.25:", desc: "Add Wayland init logic."}
106107
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
107108
- {date: "29.07.25:", desc: "Rebase to selkies. Breaking Change: HTTPS is now required. Either use a reverse proxy with SSL cert or direct connect to port 8181 with HTTPS."}
108109
- {date: "24.09.24:", desc: "Initial release."}

root/defaults/autostart_wayland

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

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="RawTherapee" icon="/usr/share/icons/hicolor/scalable/apps/rawtherapee.svg"><action name="Execute"><command>/opt/rawtherapee/AppRun</command></action></item>
6+
</menu>
7+
</openbox_menu>

0 commit comments

Comments
 (0)