Fresh Fedora 43 KDE live ISO boots well from USB (17.12.2025) , but “Install to Hard Drive” application crashes within few seconds after displaying empty white window. When I run the liveinst in console, it crashes with core dumped and following log;
Starting installer, one moment…
anaconda 43.44-3.fc43 for Fedora 43 started.
installation log files are stored in /tmp during the installation
shell is available on TTY2 and in second TMUX pane (ctrl+b, then press 2)
when reporting a bug add logs from /tmp as separate text/plain attachments
Default browser set in anaconda.conf: slitherer
Using default browser: slitherer
Using Slitherer browser command with XWayland workaround: QT_QPA_PLATFORM=xcb slitherer
Authorization required, but no authorization protocol specified
qt.qpa.xcb: could not connect to display :0
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin “xcb” in “” even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
/usr/libexec/anaconda/webui-desktop: line 202: 3489 Aborted (core dumped) HOME=“$BROWSER_HOME” XDG_CURRENT_DESKTOP=GNOME pkexec --user $INSTALLER_USER env DISPLAY=$DISPLAY “${user_environment[@]}” “${BROWSER[@]}” http://“$WEBUI_ADDRESS”“$URL_PATH”
/usr/libexec/anaconda/webui-desktop: line 197: kill: (3489) - No such process
Waiting for all threads to finish…
Could anyone please advice what the liveinst tool is trying to do?
The libxcb-cursor0.so.0 can be found in /usr/lib64/ directory, could it be wrong file or corrupted in the live CD? Could it be a matter of missing or wrong LD_LIBRARY_PATH variable?
Thank you.
(Sidestory: I broke my grub2 settings for Fedora 41 KDE with plasma which I had been upgrading since some Fedora 33 or so, and I hoped to simply install 43 over it. I have not figured yet how to repair 41.)
My attempts to use Plasma on Wayland failed before, it was not working with nouveau drivers then. In 41, it was always X11. I need to check 43 once more, it is odd that live 43 system works, but QT is trying to initialise XCB QT plugin for X11.
I don’t know the details of what you found, but F41 Plasma Wayland worked fine for me on nouveau (for a week or so before I got round to installing the proprietary drivers).
Anyway, what jumps out at me here is this:
Slitherer is the cut-down browser in which the installer runs on the KDE live ISO. I wonder why it thinks it needs to run as an X11 app via XWayland, rather than a native Wayland app?
Thank you P G for the link, it indeed is the same case - the crash at the same line of webui-desktop application, just slightly older GT 730 card. Sorry, I did not notice your workaround suggestion and tried the F42 live installer yesterday. It worked well, I’m going to use F42 until it becomes EOL. I’m going to put a note to that Bugzilla issue.