-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
nm-applet doesn't run due to missing schema #1355
Comments
Unfortunately the schemas problem needs to be addressed per-package (we can't have one global directory containing all schemas in the system). I don't understand this case, as everything seems fine. The schemas are in |
Same issue here - I just rolled back for the moment. |
the culprit is pull request #1313. strace shows that only compiled schemas are consulted and the pull request deleted those in preFixup (under the surmise of it being caches). pull request including a partial revert follows shortly. |
fixes NixOS#1355. partial revert of f4d4e12 (introduced by NixOS#1313). meta.priority is set to 6 (lower priority than standard) to resolve the conflict of an exported gschemas.compiled for evince as for nm-applet. this linked file is NOT consulted, as both binaries are wrapped to look for their schemas in their nix store path first. a better fix would avoid already avoid linking those gschemas.compiled files into the environment.
the nm-applet from current channel-nixos errors out with
(.nm-applet-wrapped:4399): GLib-GIO-ERROR **: Settings schema 'org.gnome.nm-applet' is not installed
zsh: trace trap nm-applet
there is a open pull request #1346 which also wants to fix schemas. might this address the same problem?
cheers,
jonas
@Phreedom @rickynils
The text was updated successfully, but these errors were encountered: