Re: [vim/vim] Vim requires libwayland-client.so.0 to be installed, even on a server (Issue #17633)
Foxe Chen (Vim Github Repository) <[email protected]> Mon, 27 Jul 2026 12:39:12 -0700
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/issues/17633/[email protected]> |
64-bitman left a comment (vim/vim#17633) > I ran `make distclean` and then I ran these commands: > > ``` > cd src > ./configure --without-wayland > make > ``` > > I am still unable to properly copy and paste, if I select text and press `y` and then press `p` to paste, I get this output: > > ``` > Failed to connect to a Wayland server: No such file or directory > Note: WAYLAND_DISPLAY is unset (falling back to wayland-0) > Note: XDG_RUNTIME_DIR is set to /run/user/1000 > Please check whether /run/user/1000/wayland-0 socket exists and is accessible. > ``` > > The system has both wayland and X11 environments installed, but it is currently running an X11 environment via Qtile. Is autoconf detecting wayland and automatically building for it despite the `--without-wayland` flag? Can you paste the full output of `./configure --without-wayland`? Thanks -- Reply to this email directly or view it on GitHub: https://github.com/vim/vim/issues/17633#issuecomment-5095933169 You are receiving this because you are subscribed to this thread. Message ID: <vim/vim/issues/17633/[email protected]> -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/issues/17633/5095933169%40github.com.