https://bugs.kde.org/show_bug.cgi?id=469901
Bug ID: 469901 Summary: Regression: Dolphin does not open if Url argument provided Classification: Applications Product: dolphin Version: 23.04.1 Platform: Archlinux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: ne...@protonmail.com CC: kfm-de...@kde.org Target Milestone: --- 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. -- You are receiving this mail because: You are watching all bug changes.