fix: update redbear desktop package configuration
This commit is contained in:
@@ -45,7 +45,7 @@ redox-drm = {}
|
|||||||
mesa = {}
|
mesa = {}
|
||||||
libdrm = {}
|
libdrm = {}
|
||||||
|
|
||||||
libwayland = "ignore"
|
libwayland = {}
|
||||||
wayland-protocols = {}
|
wayland-protocols = {}
|
||||||
redbear-compositor = {}
|
redbear-compositor = {}
|
||||||
|
|
||||||
@@ -106,7 +106,12 @@ kf6-solid = {}
|
|||||||
kf6-sonnet = {}
|
kf6-sonnet = {}
|
||||||
kf6-knewstuff = {}
|
kf6-knewstuff = {}
|
||||||
kf6-kwallet = {}
|
kf6-kwallet = {}
|
||||||
kglobalacceld = {}
|
kf6-kglobalaccel = {}
|
||||||
|
kf6-pty = {}
|
||||||
|
kf6-knotifyconfig = {}
|
||||||
|
kf6-kparts = {}
|
||||||
|
icu = {}
|
||||||
|
konsole = {}kglobalacceld = {}
|
||||||
|
|
||||||
# kwin = {} # Blocked: Qt6 Wayland plugin import error (QML gate)
|
# kwin = {} # Blocked: Qt6 Wayland plugin import error (QML gate)
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ data = """
|
|||||||
description = "Base environment setup (tmpdir)"
|
description = "Base environment setup (tmpdir)"
|
||||||
|
|
||||||
[service]
|
[service]
|
||||||
cmd = "ion"
|
cmd = "zsh"
|
||||||
args = ["-c", "rm -rf /tmp; mkdir -m a=rwxt /tmp"]
|
args = ["-c", "rm -rf /tmp; mkdir -m a=rwxt /tmp"]
|
||||||
type = "oneshot"
|
type = "oneshot"
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user