[kfind] [Bug 405022] KFind does not offer DELETE in right-click menu - only 'Move to Wastebin'
Rog131
bugzilla_noreply at kde.org
Sun Mar 3 13:14:03 GMT 2019
https://bugs.kde.org/show_bug.cgi?id=405022
Rog131 <samrog131 at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |samrog131 at hotmail.com
--- Comment #1 from Rog131 <samrog131 at hotmail.com> ---
A workaround:
If you add a 'Remove' service menu -
$HOME/.local/share/kservices5/ServiceMenus/remove.desktop:
[Desktop Entry]
Type=Service
Icon=edit-delete
ServiceTypes=KonqPopupMenu/Plugin
MimeType=all/allfiles;inode/directory;
Actions=remove;
Encoding=UTF-8
X-KDE-Priority=TopLevel
[Desktop Action remove]
Type=Application
Name=Remove
Icon=edit-delete
Exec=rm -rf %F
then the KFind will show it: https://imgur.com/ODd2DPy
The servce menu will remove files and directories...
More of the KDE Service Menus:
https://techbase.kde.org/Development/Tutorials/Creating_Konqueror_Service_Menus
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list