File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -612,5 +612,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
612612
613613# # Versions
614614
615+ * **21.03.26:** - Use Wayland ozone platform fixes scaling and acceleration.
615616* **28.12.25:** - Add Wayland init logic.
616617* **19.08.25:** - Initial release.
Original file line number Diff line number Diff line change @@ -106,5 +106,6 @@ init_diagram: |
106106 "joplin:latest" <- Base Images
107107# changelog
108108changelogs :
109+ - {date: "21.03.26:", desc: "Use Wayland ozone platform fixes scaling and acceleration."}
109110 - {date: "28.12.25:", desc: "Add Wayland init logic."}
110111 - {date: "19.08.25:", desc: "Initial release."}
Original file line number Diff line number Diff line change 1- joplin --no-sandbox
1+ joplin --ozone-platform=wayland -- no-sandbox
Original file line number Diff line number Diff line change 22<openbox_menu xmlns =" http://openbox.org/3.4/menu" >
33<menu id =" root-menu" label =" MENU" >
44<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 =" Joplin" icon =" /usr/share/icons/hicolor/48x48/apps/joplin.png" ><action name =" Execute" ><command >/usr/bin/joplin --no-sandbox</command ></action ></item >
5+ <item label =" Joplin" icon =" /usr/share/icons/hicolor/48x48/apps/joplin.png" ><action name =" Execute" ><command >/usr/bin/joplin --ozone-platform=wayland -- no-sandbox</command ></action ></item >
66</menu >
77</openbox_menu >
You can’t perform that action at this time.
0 commit comments