mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
Update cookbook, relibc, and add packages to x11 config
This commit is contained in:
parent
e882ad53a9
commit
65efc19a9f
@ -15,6 +15,7 @@ gtk3 = {}
|
|||||||
mesa-x11 = {}
|
mesa-x11 = {}
|
||||||
mesa-demos-x11 = {}
|
mesa-demos-x11 = {}
|
||||||
twm = {}
|
twm = {}
|
||||||
|
xev = {}
|
||||||
xeyes = {}
|
xeyes = {}
|
||||||
xinit = {}
|
xinit = {}
|
||||||
xkbcomp = {}
|
xkbcomp = {}
|
||||||
@ -22,6 +23,7 @@ xkbutils = {}
|
|||||||
xkeyboard-config = {}
|
xkeyboard-config = {}
|
||||||
xserver-xorg = {}
|
xserver-xorg = {}
|
||||||
xserver-xorg-video-dummy = {}
|
xserver-xorg-video-dummy = {}
|
||||||
|
xterm = {}
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/usr/lib/init.d/20_xenv"
|
path = "/usr/lib/init.d/20_xenv"
|
||||||
@ -32,6 +34,20 @@ export DISPLAY :0
|
|||||||
[[files]]
|
[[files]]
|
||||||
path = "/usr/lib/init.d/40_x"
|
path = "/usr/lib/init.d/40_x"
|
||||||
data = """
|
data = """
|
||||||
X :0 -verbose 6
|
bash /usr/bin/orbital-x11
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
path = "/usr/bin/orbital-x11"
|
||||||
|
data = """
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -ex
|
||||||
|
|
||||||
|
X "${DISPLAY}" -verbose 6 &
|
||||||
|
sleep 1
|
||||||
|
twm &
|
||||||
|
xeyes &
|
||||||
|
xev &
|
||||||
|
xterm &
|
||||||
|
"""
|
||||||
|
|||||||
2
cookbook
2
cookbook
@ -1 +1 @@
|
|||||||
Subproject commit eadbdc9a2e3c138d133227e3fe190f06fbed57b7
|
Subproject commit fbc0d2d8cd33382722c0c93a6a74497ec9c54808
|
||||||
2
relibc
2
relibc
@ -1 +1 @@
|
|||||||
Subproject commit 275b92ee9225ae1c0036363634e2b57ceca3275b
|
Subproject commit 3402246d87c00cd04e44ad4967a41fa89494099d
|
||||||
Loading…
Reference in New Issue
Block a user