SUMMARY dolphin-23.04.1-1 (archlinux) will not display a window when invoked with an url argument (e.g. `dolphin /tmp`). Dolphin opens fine when no url argument is provided (e.g. just `dolphin`). This affects both command-line invocations and opening via xdg-open. Downgrading to dolphin-23.04.0-3 fixes the issue. STEPS TO REPRODUCE 1. `killall dolphin` # ensure no other session is open 2. `dolphin /tmp` 3. OBSERVED RESULT No dolphin window is opened. EXPECTED RESULT Dolphin should open. SOFTWARE/OS VERSIONS Linux/sway (1.8.1) wayland (1.22) KDE Frameworks Version: 5.106.0 Qt Version: 5.15.9 ADDITIONAL INFORMATION `strace`ing dolphin only shows that it is pooling on fd 4 and 5. Running dolphin with `WAYLAND_DEBUG=1` seems to indicate that no attempt at creating a window is being made.