https://bugs.kde.org/show_bug.cgi?id=498579
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version Fixed In| |6.11 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/b9260f7 | |e357ecc71c68171bbc1ad17e2f6 | |c66299 --- Comment #2 from Nate Graham <n...@kde.org> --- Git commit b9260f7e357ecc71c68171bbc1ad17e2f6c66299 by Nate Graham. Committed on 17/01/2025 at 14:27. Pushed by ngraham into branch 'master'. Default to creating new places items globally The Places panel in general is global, with its contents shared across all apps that use it. However when you manually create a new entry using right-click > Add Entry… the resulting dialog defaults to creating an app-local item that won't be shown in any other apps or the file dialogs. Other methods of creating items such as drag-and-drop create items globally; only this method does it locally. This violates the otherwise-global nature of the Places panel, so it isn't the best default. Let's change it. FIXED-IN: 6.11 M +1 -1 src/filewidgets/kfileplacesview.cpp https://invent.kde.org/frameworks/kio/-/commit/b9260f7e357ecc71c68171bbc1ad17e2f6c66299 -- You are receiving this mail because: You are watching all bug changes.