Slow startup on WSL with misconfigured X server #3083
-
I run Fedoraremix 36 distro on WSL (Windows Subsystem for Linux),
I do not have an X server set up (using WSL from the terminal only on Windows 10), but for some reason the If I unset the i.e. DISPLAY= hx
# starts blazingly fast! instead of hx
# wait ~2 minutes for `xsel` to time out before showing the UI Opening this as a discussion so hopefully if it happens to someone else they will find it and find out why 😄. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
xsel has a timeout flag:
And we could use this when checking for helix/helix-view/src/clipboard.rs Lines 105 to 113 in d64b9ab |
Beta Was this translation helpful? Give feedback.
xsel has a timeout flag:
And we could use this when checking for
xsel
:helix/helix-view/src/clipboard.rs
Lines 105 to 113 in d64b9ab