When upgrading vim-enhanced to vim-enhanced-9.1.1537-1.fc42.x86_64 on a system with no graphics installed, a bunch of new Wayland and X11 are being included in the update. Apparently, the ./configure got a new flag "--with-wayland" which would be useful for compiling gvim, but not of vim. Reproducible: Always
Hi Villy, thank you for the report! I see even vim-minimal is affected, I will do the rebuild today, thanks!
I have added '--without-wayland' to Vim and Vi configure scripts, GVim '--with-wayland'. Additionally I saw new option --enable-year2038 which should make timestamps working after 2038 as well, so I have added it too into all subpackages in advance.
FEDORA-2025-f0f8275a18 (vim-9.1.1537-2.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-f0f8275a18
FEDORA-2025-1ca36bec08 (vim-9.1.1537-2.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-1ca36bec08
FEDORA-2025-293fde6445 (vim-9.1.1537-2.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2025-293fde6445
FEDORA-2025-f0f8275a18 (vim-9.1.1537-2.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2025-1ca36bec08 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-1ca36bec08` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-1ca36bec08 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-293fde6445 has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-293fde6445` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-293fde6445 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-1ca36bec08 (vim-9.1.1537-2.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2025-293fde6445 (vim-9.1.1537-2.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report.
Just FTR, I think that the explicit `--with-wayland` enforces usage of the Wayland backend, where Gvim previously used X.org. I don't mind this change, because this fixes long standing issues I had with X.org backend [1], but if somebody else notices differences described here [2]. [1]: https://github.com/vim/vim/issues/15972 [2]: https://github.com/vim/vim/blob/0ed08788a1f8ef89360e8c3dda522aaf2a4971f8/runtime/doc/gui_x11.txt#L651-L656
(In reply to Vít Ondruch from comment #11) > I don't mind this change Actually, saying this and trying `sudo gvim`, because I am pretty sure this relies on X.org, I have crashed my Gnome session. No good :/
(In reply to Vít Ondruch from comment #11) > Just FTR, I think that the explicit `--with-wayland` enforces usage of the > Wayland backend, where Gvim previously used X.org. > ... gvim works fine in an XFCE session which is Xorg only. Even with `--with-wayland`.
(In reply to Villy Kruse from comment #13) > (In reply to Vít Ondruch from comment #11) > > Just FTR, I think that the explicit `--with-wayland` enforces usage of the > > Wayland backend, where Gvim previously used X.org. > > ... > > gvim works fine in an XFCE session which is Xorg only. Even with > `--with-wayland`. Thanks for confirming. Can't reproduce the crash I have experienced. So hopefully everything is fine 🤷