mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Make desktop a superset of desktop-minimal
This commit is contained in:
parent
512e46e914
commit
aea31f4b4a
@ -18,6 +18,7 @@ orbutils = {}
|
||||
path = "/usr/lib/init.d/20_orbital"
|
||||
data = """
|
||||
requires_weak 10_net
|
||||
notify audiod
|
||||
nowait VT=3 orbital orblogin launcher
|
||||
"""
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Default build system configuration
|
||||
|
||||
include = ["server.toml"]
|
||||
include = ["desktop-minimal.toml", "server.toml"]
|
||||
|
||||
# General settings
|
||||
[general]
|
||||
@ -18,27 +18,7 @@ freefont = {}
|
||||
hicolor-icon-theme = {}
|
||||
installer-gui = {}
|
||||
netsurf = {}
|
||||
orbdata = {}
|
||||
orbital = {}
|
||||
orbutils = {}
|
||||
patchelf = {}
|
||||
pop-icon-theme = {}
|
||||
rustpython = {}
|
||||
shared-mime-info = {}
|
||||
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/20_orbital"
|
||||
data = """
|
||||
requires_weak 10_net
|
||||
notify audiod
|
||||
nowait BROWSER=/bin/netsurf-fb VT=3 orbital orblogin launcher
|
||||
"""
|
||||
|
||||
# Override console config to not switch to VT 2
|
||||
[[files]]
|
||||
path = "/usr/lib/init.d/30_console"
|
||||
data = """
|
||||
requires_weak 20_orbital
|
||||
nowait getty 2
|
||||
nowait getty /scheme/debug/no-preserve -J
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user