Enabling envfs breaks GUI applications (wslg) #682
-
|
After enabling I assume this might be somehow related to the When disabling It also seems to depend on the VM options passed to Intelli. NIXPKGS_ALLOW_UNFREE=1 nix run --impure nixpkgs#jetbrains.idea-communityThis will fail with the error above: JAVA_TOOL_OPTIONS=-Dawt.toolkit.name=WLToolkit NIXPKGS_ALLOW_UNFREE=1 nix run --impure nixpkgs#jetbrains.idea-communityDoes someone have an idea, what might cause this behavior and how it can be fixed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
envfs breaks all kinds of things in my experience. I still have this comment in my code from when I tested it way back: saying that I cannot recommend it unless you are into bug hunting. |
Beta Was this translation helpful? Give feedback.
envfs breaks all kinds of things in my experience. I still have this comment in my code from when I tested it way back:
saying that I cannot recommend it unless you are into bug hunting.