Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errors and warnings when run from terminal #786

Open
romanstingler opened this issue Nov 21, 2024 · 0 comments
Open

errors and warnings when run from terminal #786

romanstingler opened this issue Nov 21, 2024 · 0 comments

Comments

@romanstingler
Copy link

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
   ``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant