SUMMARY See observed result STEPS TO REPRODUCE 1. Start krusader from a konsole window 2. Use krusader from the resulting window to compare two files and update one line Note: That is a specific description of the observed result, ut almost any use will produce some error or warning message(s). OBSERVED RESULT [Peter ~]$ krusader kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "No jobs" msgid_plural: "" msgctxt: "" 10:48:40.951-warning kf.i18n unknown@0 # Trying to convert empty KLocalizedString to QString. 10:52:17.845-warning default unknown@0 # Cannot initialize model with data QJsonObject(). missing: QJsonValue(string, "urls") 10:52:36.612-warning qt.qpa.wayland unknown@0 # setGrabPopup called with a parent, QtWaylandClient::QWaylandXdgSurface(0x56278d2e1500) which does not match the current topmost grabbing popup, QtWaylandClient::QWaylandXdgSurface(0x56278d61d510) According to the xdg-shell protocol, this is not allowed. The wayland QPA plugin is currently handling it by setting the parent to the topmost grabbing popup. Note, however, that this may cause positioning errors and popups closing unxpectedly because xdg-shell mandate that child popups close before parents EXPECTED RESULT No error or warning messages SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Fedora 39 (available in About System) KDE Plasma Version: 5.27.9 KDE Frameworks Version: 5.111.0 Qt Version: 5.15.11 ADDITIONAL INFORMATION I labeled this as "Minor" because it didn't seem to impact the actual system usage/output/etc, but it does seem (to me) that testing should be done with /dev/err captured and reviewed.
Does not occur (anymore) in current master version. All in all Krusader seems to run fine under Wayland.