Re: [vim/vim] Vim requires libwayland-client.so.0 to be installed, even on a server (Issue #17633)
Bones (Vim Github Repository) <[email protected]> Mon, 27 Jul 2026 12:35:22 -0700
| Newsgroups | gmane.editors.vim.devel |
|---|---|
| Message-ID | <vim/vim/issues/17633/[email protected]> |
TerrellAW 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? -- Reply to this email directly or view it on GitHub: https://github.com/vim/vim/issues/17633#issuecomment-5095892984 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/5095892984%40github.com.