-
Notifications
You must be signed in to change notification settings - Fork 314
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
gui for nedit doesn't work #364
Comments
Interesting that you say that you need to run an xserver in order to get the gui apps to work at all. In theory this should not be necessary. If so, we are having the same problem, I suspect caused because we both did it the other way before. |
For diagnosing non working WSLg take a look at the wiki Normally after using another xserver these should be enough to get WSLg working:
|
@mgateno I do not need an xserver in order to get gui apps to work. GUI apps work without an xserver. It's just nedit specifically that only works when I manually start an xserver. I have updated my original description to make sure there is no ambiguity. @onomatopellan my WSLg is fully working, as far as I know. Were you unable to reproduce with the steps I gave? |
I was able to get mine to work using this list of commands. The problem was definitely with the X11 mappings. I have two remaining issues:
|
Hi. thanks for reporting the issue. @gobbedy, would you please clarify how do you run X server manually? WSLg should automatically start the X server (Xwayland) inside system-distro by monitoring X11 socket. On WSLg, "gedit" works as Wayland native app rather than X11 app. Thus I guess X server is not auto-starting in your case? How about other X11 app, such as Firefox, does it run without manually starting X server? @mgateno, Currently currently we are aware of two outstanding issues with nedit, #141 and #307. Thanks for trying out WSLg! |
@onomatopellan @mgateno Thanks, those commands did indeed work! Thanks all for your help. Closing as this is fixed for me. |
Environment
Steps to reproduce
Install
nedit
(sudo apt-get install nedit
)Run
nedit
:nedit
nedit
GUI app does not open, unless I manually open an X-server as before.Note that
gedit
GUI does work as expected, so it does appear that my GUI apps work in general.Please let me know if you need logs, though I suspect it will be trivial to reproduce on your end.
The text was updated successfully, but these errors were encountered: