Bug 498302 - Dolphin doesn't respect the "single window" setting when launched with no arguments
Summary: Dolphin doesn't respect the "single window" setting when launched with no arg...
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 24.12.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-06 04:52 UTC by 15c730840a66
Modified: 2025-01-13 12:23 UTC (History)
3 users (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 15c730840a66 2025-01-06 04:52:58 UTC
SUMMARY
I have the OpenExternallyCalledFolderInNewTab setting ("Keep a single Dolphin window, opening new folders in tabs") enabled in Dolphin, but despite this, using my Meta+E keyboard shortcut to launch Dolphin will always create a new window. In previous versions, it would either open $HOME in a new tab, or focus an existing tab that's already in that directory. If I instead launch Dolphin using a path as an argument (e.g. `dolphin ~`), then it behaves the way I would expect it to without the argument.

STEPS TO REPRODUCE
1. Verify that OpenExternallyCalledFolderInNewTab=true in ~/.config/dolphinrc
2. Run the command `dolphin` without providing any arguments

OBSERVED RESULT
Launching Dolphin without arguments always creates a new window.

EXPECTED RESULT
If the setting is enabled, launching Dolphin without arguments should open a new tab for whichever startup location is configured (or focus an existing tab if a relevant one exists), and only open a new window if no windows currently exist.

SOFTWARE/OS VERSIONS
Dolphin: 24.12.0
Linux: 6.12.8-arch1-1
KDE Plasma Version: 6.2.5
KDE Frameworks Version: 6.9.0
Qt Version: 6.8.1
Comment 1 TraceyC 2025-01-08 20:56:34 UTC
I can reproduce this on Dolphin 24.08.3 as well as Dolphin built from git-master (25.03.70)