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

chromium: No GSettings schemas are installed on the system #26560

Closed
NeQuissimus opened this issue Jun 13, 2017 · 2 comments
Closed

chromium: No GSettings schemas are installed on the system #26560

NeQuissimus opened this issue Jun 13, 2017 · 2 comments
Labels

Comments

@NeQuissimus
Copy link
Member

Issue description

I think this is similar to #25518

Whenever I try to access the system print dialog or want to upload a file, Chromium crashes on me with the below message.

(chromium:19213): GLib-GIO-ERROR **: No GSettings schemas are installed on the system [1] 19213 trace trap ./result/bin/chromium

I tried to fix this using the solution in #25518 but a Chromium build takes my poor little laptop > 12 hrs and my first two attempts were unsuccessful.

Steps to reproduce

  • Start Chromium
  • Open some sort of file upload dialog

Technical details

  • System: 17.03.1313.d10fe64124
  • Nix version: nix-env (Nix) 1.11.10
  • Nixpkgs version: "17.03.1298.5bafc71b61"
  • Sandboxing enabled: build-use-sandbox = true
@7c6f434c
Copy link
Member

You don't need to rebuild Chromium per se, it should be enough to extend the wrapper with

--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH" \
--suffix XDG_DATA_DIRS : '${gnome3.defaultIconTheme}/share'

@cstrahan
Copy link
Contributor

Fixed in #26614

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants