mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 12:38:43 +08:00
Use /usr/lib/environment.d for x11 config DISPLAY=:0
This commit is contained in:
parent
a2ad0aaf66
commit
d8b507e8d0
@ -124,13 +124,10 @@ mate-session&
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
# Override console config to set DISPLAY=:0
|
|
||||||
[[files]]
|
[[files]]
|
||||||
path = "/usr/lib/init.d/30_console"
|
path = "/usr/lib/environment.d/10_x11"
|
||||||
data = """
|
data = """
|
||||||
requires_weak 20_orbital
|
DISPLAY=:0
|
||||||
nowait DISPLAY=:0 getty 2
|
|
||||||
nowait DISPLAY=:0 getty /scheme/debug/no-preserve -J
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user