-
Notifications
You must be signed in to change notification settings - Fork 3.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
Phantom window on Nixos #22288
Labels
bug
[core label]
linux
needs info / awaiting response
Issue that needs more information from the user
workspace
Feedback for workspace management, layout, interactions, etc
Comments
Alfablos
added
admin read
Pending admin review
bug
[core label]
triage
Maintainer needs to classify the issue
labels
Dec 20, 2024
JosephTLyons
added
workspace
Feedback for workspace management, layout, interactions, etc
linux
and removed
triage
Maintainer needs to classify the issue
admin read
Pending admin review
labels
Dec 20, 2024
JosephTLyons
added
the
needs info / awaiting response
Issue that needs more information from the user
label
Dec 20, 2024
It definitely seems related to me. Yesterday I formatted my disk (not using swap ntw) and did a fresh install from live USB with Then, after a couple of restarts I'm back to the previous situation.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
[core label]
linux
needs info / awaiting response
Issue that needs more information from the user
workspace
Feedback for workspace management, layout, interactions, etc
Check for existing issues
Describe the bug / provide steps to reproduce it
Hello, I'm running NixOS with Unstable nixpkgs (rev: d3c42f187194c26d9f0309a8ecc469d6c878ce3), Budgie desktop on X11. I'm using Home Manager to install Zed.
The system builds fine but the editor "won't start": by not starting I mean that:
nix run github:zed-industries/zed/v0.165.4
gives me the error (redacted):I'm on a laptop with 8c/16t CPU, 64 GB RAM and both an integrated (Intel) and discrete GPU (NVIDIA Gerfoce RTX 3080 16GB).
I was only able to run Zed a couple of months ago, intermittently.
Here are some excerpts from my configuration:
From
hardware-configuration.nix
:From
configuration.nix
:My Zed module for
Home Manager
:The generated
~/.config/zed/settings.json
file looks like this:This is the content of
~/.local/share/zed/logs/Zed.log
~/.local/share/zed/logs/telemetry.log
:I also did a run with
LD_DEBUG=libs
:My
env
ironment (redacted):Zed
process environment
vianu -c "cat /proc/6001/environ --show-nonprinting | split row '^@' | sort"
(redacted):All other processes are correctly using my discrete GPU according to
nvidia-smi
andbtop
. I suppose the application should look for some library paths I declared inconfiguration.nix
.Even though the
inline_completion_provider
is set (as suggested here) to "none" I still get the error, but I don't believe it matters now.I noticed these two lines from the logs:
The first one is telling me the wrong adapter is being selected. The second is obscure to me.
Is the application filtering environment variables?
I'm not an expert but something in wrong with building the windows itself it seems. Maybe I have misconfigured something but I can't find out what.
Let me know if you need additional information. I'd REALLY like Zed to run on my system :)
Zed Version and System Specs
Zed 0.165.4 – /nix/store/zp4kybgqxrr8w1hy441fc1pdcxblxkfr-zed-editor-0.165.4/libexec/zed-editor
on
NixOS Unstable, nixpkgs rev: d3c42f187194c26d9f0309a8ecc469d6c878ce3, Budgie desktop on X11
If applicable, add screenshots or screencasts of the incorrect state / behavior
No response
If applicable, attach your Zed.log file to this issue.
This is the content of
~/.local/share/zed/logs/Zed.log
~/.local/share/zed/logs/telemetry.log
:The text was updated successfully, but these errors were encountered: