mirror of
https://github.com/linuxserver/docker-firefox.git
synced 2026-03-09 00:03:36 +08:00
add wayland init logic
This commit is contained in:
parent
fa6191476a
commit
2eafbddb60
@ -578,6 +578,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **20.12.25:** - Add Wayland init logic.
|
||||
* **26.08.25:** - Suppress sandbox security warning as it's misleading inside a container.
|
||||
* **16.08.25:** - Add proper cleanup logic for builds.
|
||||
* **01.07.25:** - Add Kasm branch.
|
||||
|
||||
@ -114,6 +114,7 @@ init_diagram: |
|
||||
"firefox:latest" <- Base Images
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "20.12.25:", desc: "Add Wayland init logic."}
|
||||
- {date: "26.08.25:", desc: "Suppress sandbox security warning as it's misleading inside a container."}
|
||||
- {date: "16.08.25:", desc: "Add proper cleanup logic for builds."}
|
||||
- {date: "01.07.25:", desc: "Add Kasm branch."}
|
||||
|
||||
3
root/defaults/autostart_wayland
Normal file
3
root/defaults/autostart_wayland
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/bin/firefox ${FIREFOX_CLI}
|
||||
7
root/defaults/menu_wayland.xml
Normal file
7
root/defaults/menu_wayland.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openbox_menu xmlns="http://openbox.org/3.4/menu">
|
||||
<menu id="root-menu" label="MENU">
|
||||
<item label="foot" icon="/usr/share/icons/hicolor/48x48/apps/foot.png"><action name="Execute"><command>/usr/bin/foot</command></action></item>
|
||||
<item label="FireFox" icon="/usr/share/icons/hicolor/48x48/apps/firefox.png"><action name="Execute"><command>/usr/bin/firefox</command></action></item>
|
||||
</menu>
|
||||
</openbox_menu>
|
||||
Loading…
x
Reference in New Issue
Block a user