https://bugs.kde.org/show_bug.cgi?id=458400
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |6.2.0 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |6ba1f9197348db4aa2d6c465cba | |34699c48e19ba Status|CONFIRMED |RESOLVED --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit 6ba1f9197348db4aa2d6c465cba34699c48e19ba by Nate Graham, on behalf of Alexander Wilms. Committed on 02/07/2024 at 16:59. Pushed by ngraham into branch 'master'. containments/desktop: Store Folder View configuration paths relative to desktop The Folder View widget currently shows .desktop files' filenames instead of desktop entries' Name properties when using a user-specified path. This commit fixes that issue by converting all file:// paths below the desktop to relative ones using the desktop:// scheme. FIXED-IN: 6.2.0 M +5 -5 containments/desktop/package/contents/ui/ConfigLocation.qml M +3 -1 containments/desktop/package/contents/ui/FolderItemDelegate.qml M +1 -0 containments/desktop/plugins/folder/CMakeLists.txt M +1 -0 containments/desktop/plugins/folder/autotests/CMakeLists.txt A +61 -0 containments/desktop/plugins/folder/autotests/desktopschemehelpertest.cpp [License: GPL(v2.0+)] A +20 -0 containments/desktop/plugins/folder/autotests/desktopschemehelpertest.h [License: GPL(v2.0+)] A +73 -0 containments/desktop/plugins/folder/desktopschemehelper.cpp [License: GPL(v2.0+)] A +27 -0 containments/desktop/plugins/folder/desktopschemehelper.h [License: GPL(v2.0+)] M +37 -0 containments/desktop/plugins/folder/foldermodel.cpp M +3 -0 containments/desktop/plugins/folder/foldermodel.h M +9 -0 containments/desktop/plugins/folder/folderplugin.cpp M +2 -1 containments/desktop/plugins/folder/labelgenerator.cpp https://invent.kde.org/plasma/plasma-desktop/-/commit/6ba1f9197348db4aa2d6c465cba34699c48e19ba -- You are receiving this mail because: You are watching all bug changes.