Bug 469901 - Regression: Dolphin does not open if Url argument provided
Summary: Regression: Dolphin does not open if Url argument provided
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 23.04.1
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-17 16:37 UTC by neopt
Modified: 2023-05-17 16:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.