You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I start cosmic-sessionfrom TTY and execute settings from terminal I get (The UI works just these errors)
~ ❯ cosmic-settings 18:17
ERROR Failed to load Panel system config., err: GetKey("size_wings", Os { code: 2, kind: NotFound, message: "No such file or directory" })
at cosmic-settings/src/pages/desktop/panel/mod.rs:86 on main
ERROR Failed to load Panel system config., err: GetKey("size_center", Os { code: 2, kind: NotFound, message: "No such file or directory" })
at cosmic-settings/src/pages/desktop/panel/mod.rs:86 on main
ERROR Error when loading Panel container config., err: GetKey("size_wings", Os { code: 2, kind: NotFound, message: "No such file or directory" })
at cosmic-settings/src/pages/desktop/panel/inner.rs:68 on main
ERROR Error when loading Panel container config., err: GetKey("size_center", Os { code: 2, kind: NotFound, message: "No such file or directory" })
at cosmic-settings/src/pages/desktop/panel/inner.rs:68 on main
ERROR Error when loading Panel container config., err: GetKey("size_wings", Os { code: 2, kind: NotFound, message: "No such file or directory" })
at cosmic-settings/src/pages/desktop/panel/inner.rs:68 on main
ERROR Error when loading Panel container config., err: GetKey("size_center", Os { code: 2, kind: NotFound, message: "No such file or directory" })
at cosmic-settings/src/pages/desktop/panel/inner.rs:68 on main
ERROR Failed to load Dock system config., err: GetKey("size_wings", Os { code: 2, kind: NotFound, message: "No such file or directory" })
at cosmic-settings/src/pages/desktop/dock/mod.rs:134 on main
ERROR Failed to load Dock system config., err: GetKey("size_center", Os { code: 2, kind: NotFound, message: "No such file or directory" })
at cosmic-settings/src/pages/desktop/dock/mod.rs:134 on main
ERROR Error when loading Panel container config., err: GetKey("size_wings", Os { code: 2, kind: NotFound, message: "No such file or directory" })
at cosmic-settings/src/pages/desktop/panel/inner.rs:68 on main
ERROR Error when loading Panel container config., err: GetKey("size_center", Os { code: 2, kind: NotFound, message: "No such file or directory" })
at cosmic-settings/src/pages/desktop/panel/inner.rs:68 on main
ERROR Error when loading Panel container config., err: GetKey("size_wings", Os { code: 2, kind: NotFound, message: "No such file or directory" })
at cosmic-settings/src/pages/desktop/panel/inner.rs:68 on main
ERROR Error when loading Panel container config., err: GetKey("size_center", Os { code: 2, kind: NotFound, message: "No such file or directory" })
at cosmic-settings/src/pages/desktop/panel/inner.rs:68 on main
WARN Key-Binding 'Period' only matched case insensitive for "period"
at /home/notroot/.cargo/git/checkouts/cosmic-settings-daemon-8f1ce050cb107471/2f17f33/config/src/shortcuts/sym.rs:26 on main
WARN Key-Binding 'Comma' only matched case insensitive for "comma"
at /home/notroot/.cargo/git/checkouts/cosmic-settings-daemon-8f1ce050cb107471/2f17f33/config/src/shortcuts/sym.rs:26 on main
WARN Key-Binding 'Period' only matched case insensitive for "period"
at /home/notroot/.cargo/git/checkouts/cosmic-settings-daemon-8f1ce050cb107471/2f17f33/config/src/shortcuts/sym.rs:26 on main
WARN Key-Binding 'Comma' only matched case insensitive for "comma"
at /home/notroot/.cargo/git/checkouts/cosmic-settings-daemon-8f1ce050cb107471/2f17f33/config/src/shortcuts/sym.rs:26 on main
ERROR XDG Settings Portal did not return response in time: timeout: 100ms, key: color-scheme
at /home/notroot/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sctk-adwaita-0.10.1/src/config.rs:20 on main
ERROR Failed to get the contrast Portal(NotFound("Requested setting not found"))
at /home/notroot/.cargo/git/checkouts/libcosmic-b367e32ffc370f4f/aaadf71/src/theme/portal.rs:47 on tokio-runtime-worker
``
The text was updated successfully, but these errors were encountered:
when I start
cosmic-session
from TTY and execute settings from terminal I get (The UI works just these errors)The text was updated successfully, but these errors were encountered: