https://bugs.kde.org/show_bug.cgi?id=369646
Gregor Mi <codestr...@posteo.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED --- Comment #2 from Gregor Mi <codestr...@posteo.org> --- Thanks for the bug report. Your accidental discovery of the feature tells me that the feature should be presented in a more obvious way. To analyse the problem I did this to see if and where the .desktop file is installed: $ rpm -ql partitionmanager5 /opt/kf5/bin/partitionmanager /opt/kf5/share/appdata/org.kde.PartitionManager.appdata.xml /opt/kf5/share/applications/org.kde.PartitionManager.desktop /opt/kf5/share/config.kcfg /opt/kf5/share/config.kcfg/partitionmanager.kcfg /opt/kf5/share/icons/hicolor/scalable/apps/partitionmanager.svg /opt/kf5/share/kxmlgui5/partitionmanager /opt/kf5/share/kxmlgui5/partitionmanager/partitionmanagerui.rc In line https://lxr.kde.org/source/frameworks/knewstuff/src/kmoretools/kmoretoolspresets.cpp:133 you see dict.insert(_("disk-partitions"), { _("gparted"), _("org.kde.PartitionManager"), _("disk") }); This means a desktop file with name "org.kde.PartitionManager" is expected which is the case in my case. But on my maschine the KDE PartitionManager is also shown as "not installed". So at first glance I cannot see the problem's cause. Maybe the cause is that partitionmanager is now the KF5 version which is located in the /opt/kf5/... directory? The "Name" in the desktop file has changed (see https://lxr.kde.org/source/frameworks/knewstuff/data/kmoretools-desktopfiles/org.kde.PartitionManager.desktop ("Name=KDE Partition Manager") vs. the installed one ("Name=KDE Partition Manager/KF5")) but this should not be the cause. -- You are receiving this mail because: You are watching all bug changes.