-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Atom crashes when opening the "select file" modal #92487
Comments
That commit caused a regression but that should have been fixed by e544e03 What is the content of atom/electron file? There should be gtk's gsettings-schemas in |
@jtojnar thank you for your help! in the XDG_DATA_DIRS looks like there is no gsettings-schemas:
I don't understand what is the atom/electron file you're referring to, where can I find it? |
I meant that you should check But now I looked into it and the issue is that Atom does not use the generic builder, which all setup hooks depend on, but does its own thing: nixpkgs/pkgs/applications/editors/atom/default.nix Lines 44 to 73 in 7403a99
In particular, it does not run cc Atom maintainers @offlinehacker @NeQuissimus @ysndr |
We rewrote the expression to use phases from genericBuilder. NixOS#92487 (comment)
We rewrote the expression to use phases from genericBuilder. NixOS#92487 (comment)
Describe the bug
Atom crashes when opening a "save file", "open file" modal with an error printed in the journal. I did a bisection and it looks like it has been introduced in e8e569c
To Reproduce
Steps to reproduce the behavior:
OR
Expected behavior
Modal opens.
Additional context
The error printed in the journal. There might be some noise but there is an error in libglib-2.0.so.0.6200.4 and a core dump
This is the bisection log:
Notify maintainers
@worldofpeace
Metadata
"x86_64-linux"
Linux 5.4.49, NixOS, 20.03.2447.afa9ca61924 (Markhor)
yes
yes
nix-env (Nix) 2.3.6
"nixpkgs-20.09pre232692.7db146538e4"
"nixos-20.03.2447.afa9ca61924"
/home/zarel/.nix-defexpr/channels/nixpkgs
Maintainer information:
The text was updated successfully, but these errors were encountered: