mirror of
https://github.com/linuxserver/docker-github-desktop.git
synced 2026-03-02 00:02:52 +08:00
add wayland init
This commit is contained in:
parent
052ae4e038
commit
99d295a9bf
@ -599,6 +599,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **28.12.25:** - Add Wayland init logic.
|
||||
* **22.09.25:** - Rebase to Debian Trixie.
|
||||
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
|
||||
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
|
||||
|
||||
@ -107,6 +107,7 @@ init_diagram: |
|
||||
"github-desktop:latest" <- Base Images
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "28.12.25:", desc: "Add Wayland init logic."}
|
||||
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
|
||||
- {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
|
||||
- {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon."}
|
||||
|
||||
3
root/defaults/autostart_wayland
Normal file
3
root/defaults/autostart_wayland
Normal file
@ -0,0 +1,3 @@
|
||||
#! /bin/bash
|
||||
xdg-mime default caja.desktop inode/directory
|
||||
dbus-launch github-desktop
|
||||
10
root/defaults/menu_wayland.xml
Normal file
10
root/defaults/menu_wayland.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openbox_menu xmlns="http://openbox.org/3.4/menu">
|
||||
<menu id="root-menu" label="MENU">
|
||||
<item label="Terminal Emulator" icon="/usr/share/pixmaps/xterm-color_48x48.xpm"><action name="Execute"><command>/usr/bin/xfce4-terminal</command></action></item>
|
||||
<item label="Github Desktop" icon="/usr/share/icons/hicolor/64x64/apps/github-desktop.png"><action name="Execute"><command>/usr/bin/github-desktop</command></action></item>
|
||||
<item label="Chromium" icon="/usr/share/icons/hicolor/48x48/apps/chromium.png"><action name="Execute"><command>/usr/bin/chromium</command></action></item>
|
||||
<item label="VSCodium" icon="/usr/share/pixmaps/vscodium.png"><action name="Execute"><command>/usr/bin/codium</command></action></item>
|
||||
<item label="File Manager" icon="/usr/share/icons/Adwaita/symbolic/legacy/system-file-manager-symbolic.svg"><action name="Execute"><command>/usr/bin/caja</command></action></item>
|
||||
</menu>
|
||||
</openbox_menu>
|
||||
Loading…
x
Reference in New Issue
Block a user