Skip to content

Commit e0c19d6

Browse files
authored
Merge pull request #19 from linuxserver/wayland
add wayland init logic
2 parents bd02662 + 56a58e1 commit e0c19d6

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

README.md

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

568568
## Versions
569569

570+
* **27.12.25:** - Add wayland init logic.
570571
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
571572
* **19.08.24:** - Rebase to noble.
572573
* **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
@@ -108,6 +108,7 @@ init_diagram: |
108108
"blender:latest" <- Base Images
109109
# changelog
110110
changelogs:
111+
- {date: "27.12.25:", desc: "Add wayland init logic."}
111112
- {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
112113
- {date: "19.08.24:", desc: "Rebase to noble."}
113114
- {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+
blender --python-expr "import bpy; bpy.context.preferences.inputs.use_mouse_continuous = False"

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="Blender" icon="/blender/blender.svg"><action name="Execute"><command>/usr/bin/blender</command></action></item>
5+
<item label="foot" icon="/usr/share/icons/hicolor/48x48/apps/foot.png"><action name="Execute"><command>/usr/bin/foot</command></action></item>
6+
</menu>
7+
</openbox_menu>

0 commit comments

Comments
 (0)