SUMMARY Demonstrative video: https://youtu.be/Sfu58F-dVNA Currently to add an item to the start menu you need to add a .desktop entry to ~/.local/share/applications/. It would be easier to just drag it into the start menu. STEPS TO REPRODUCE 1. Take a .desktop file to the Desktop 2. Drag it to the start menu OBSERVED RESULT Nothing happens EXPECTED RESULT The desktop entry should get added to the start menu. In other words the file would be copied to ~/.local/share/applications/ SOFTWARE/OS VERSIONS Linux: Arch Linux KDE Plasma Version: 6.0.2 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2
.desktop files are themselves an implementation detail. If you know about them, and you also know you need put them in ~/.local/share/applications, just do that. :) This isn't an invalid enhancement request, but it's so niche that I don't think it's worth keeping open. Feel free to submit a patch to implement it if you have the technical know-how, and if not, I won't block anyone else who wants to do so. But I don't anticipate anyone on the core dev team implementing this.