Summary: | No password dialog for a LUKS encrypted device when opened in a new tab from the Location Bar's popup | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | phd <phd> |
Component: | bars: location | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, kfm-devel, nate |
Priority: | NOR | ||
Version: | 21.12.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/commit/7c9233909cf800c36464bbd27070d48e36edbe22 | Version Fixed In: | |
Sentry Crash Report: |
Description
phd
2022-04-23 19:04:08 UTC
Can confirm! Bug in KUrlNavigatorPathSelectorEventFilter, the left-click does the same mount-then-activate dance as KFilePlacesView, whereas the middle click goes through a different codepath and just emits tabRequested, prompting Dolphin to open a new tab. Actually, just KUrlNavigatorPlacesSelector. The Path thing is for middle-clicking the breadcrumb paths menu items. Git commit 7c9233909cf800c36464bbd27070d48e36edbe22 by Kai Uwe Broulik. Committed on 27/04/2022 at 07:32. Pushed by broulik into branch 'master'. [KUrlNavigatorPlacesSelector] Do storage setup also when requesting a new tab M +24 -12 src/filewidgets/kurlnavigatorplacesselector.cpp M +4 -1 src/filewidgets/kurlnavigatorplacesselector_p.h https://invent.kde.org/frameworks/kio/commit/7c9233909cf800c36464bbd27070d48e36edbe22 |