Bug 469901

Summary: Regression: Dolphin does not open if Url argument provided
Product: [Applications] dolphin Reporter: neopt
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: normal CC: kfm-devel
Priority: NOR    
Version: 23.04.1   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description neopt 2023-05-17 16:37:57 UTC
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.