File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -578,6 +578,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
578578
579579# # Versions
580580
581+ * ** 20.12.25:** - Add Wayland init logic.
581582* ** 26.08.25:** - Suppress sandbox security warning as it' s misleading inside a container.
582583* **16.08.25:** - Add proper cleanup logic for builds.
583584* **01.07.25:** - Add Kasm branch.
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ init_diagram: |
114114 "firefox:latest" <- Base Images
115115# changelog
116116changelogs :
117+ - {date: "20.12.25:", desc: "Add Wayland init logic."}
117118 - {date: "26.08.25:", desc: "Suppress sandbox security warning as it's misleading inside a container."}
118119 - {date: "16.08.25:", desc: "Add proper cleanup logic for builds."}
119120 - {date: "01.07.25:", desc: "Add Kasm branch."}
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ /usr/bin/firefox ${FIREFOX_CLI}
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 =" FireFox" icon =" /usr/share/icons/hicolor/48x48/apps/firefox.png" ><action name =" Execute" ><command >/usr/bin/firefox</command ></action ></item >
6+ </menu >
7+ </openbox_menu >
You can’t perform that action at this time.
0 commit comments