BUG: 408387
BUG: 408244
FIXED-IN: 19.08.0
Currently Dolphin only opens a new instance of itself in the following two scenarios:
- No other Dolphin instances ( D21666 deals with not matching daemonized instances) are currently running.
- A new instance is explicitly asked for via: dolphin --new-window
A third scenario is needed to fix this bug:
- If no URLs are passed in as arguments then open a new instance.
This patch adds this third scenario.