As topic. Reproducible: Always Steps to Reproduce: 1.set DesktopView to 'Show the Desktop folder'. 2.then create a link in ~/Desktop, link to ~. 3.Right click the link in DesktopView and activate the 'Show Original Directory' menu item It will open "desktop:/home" instead of "/home".
Patch to fix it: diff -Nur plasma-desktop-5.4.3/containments/desktop/plugins/folder/internallibkonq/konq_popupmenu.cpp plasma-desktop-5.4.3.fix/containments/desktop/plugins/folder/internallibkonq/konq_popupmenu.cpp --- plasma-desktop-5.4.3/containments/desktop/plugins/folder/internallibkonq/konq_popupmenu.cpp 2015-12-23 21:47:37.329252500 +0800 +++ plasma-desktop-5.4.3.fix/containments/desktop/plugins/folder/internallibkonq/konq_popupmenu.cpp 2015-12-23 21:47:09.163251227 +0800 @@ -623,7 +623,7 @@ { const KFileItem item = m_popupItemProperties.items().first(); const QString dest = item.linkDest(); - QUrl destUrl = m_sViewURL; + QUrl destUrl = m_sViewURL.toLocalFile(); if (dest.startsWith('/')) { destUrl.setPath(dest); } else {
fixed in git master
Cannot reproduce/no longer relevant? i: Distribution: KDE neon Developer Edition Unstable Branches KDE Plasma Version: 5.10.90 KDE Frameworks Version: 5.37.0 Qt Version: 5.9.1 Kernel Version: 4.10.0-32-generic
Fixed with the FolderView rewrite for Plasma 5.10.
There was no Folder View rewrite in 5.10.
Well, maybe 5.9 then?