https://bugs.kde.org/show_bug.cgi?id=408244
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/dol |https://commits.kde.org/dol |phin/7df5fc8edb54153f877eed |phin/d2506ffa63812fd0d8e9de |4690e77968a1b804ba |248d7f3dd94ec2bf38 Status|REOPENED |RESOLVED Resolution|--- |FIXED Version Fixed In| |19.08.0 --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit d2506ffa63812fd0d8e9de248d7f3dd94ec2bf38 by Nate Graham, on behalf of Alexander Saoutkin. Committed on 22/06/2019 at 13:47. Pushed by ngraham into branch 'master'. Open new instance of Dolphin if no URLs are given Summary: Related: bug 408387 FIXED-IN: 19.08.0 Currently Dolphin only opens a new instance of itself in the following two scenarios: 1. No other Dolphin instances ( D21666 deals with not matching daemonized instances) are currently running. 2. A new instance is explicitly asked for via: `dolphin --new-window` A third scenario is needed to fix this bug: 3. If no URLs are passed in as arguments then open a new instance. This patch adds this third scenario. Test Plan: STEPS TO REPRODUCE 1. Open Dolphin 2. Right-click on Dolphin's Task Manager Entry and click "Start New Instance" 3. A new instance is created. As my system stuff is not built on master I am unable to replicate the bug (and can't confirm whether this fixes it), hence I'll rely on @ngraham to confirm whether this patch fixes the issue. Reviewers: ngraham, elvisangelaccio Reviewed By: ngraham, elvisangelaccio Subscribers: elvisangelaccio, ngraham, kfm-devel Tags: #dolphin Differential Revision: https://phabricator.kde.org/D21691 M +2 -2 src/global.cpp M +5 -5 src/main.cpp https://commits.kde.org/dolphin/d2506ffa63812fd0d8e9de248d7f3dd94ec2bf38 -- You are receiving this mail because: You are watching all bug changes.