uninstall-dolphin-action
Installation
SKILL.md
Uninstall Dolphin Action
Removes the KDE Dolphin service menu for background removal and rebuilds the KIO cache.
When to use
- User no longer wants right-click integration in Dolphin
- Cleaning up or switching to a different background-removal solution
Inputs to gather
- None — uninstall targets the known location.
Procedure
- Remove the service menu file:
rm -f ~/.local/share/kio/servicemenus/quick-rmbg.desktop. - Verify removal.
- Rebuild the KIO cache:
kbuildsycoca6 2>/dev/null || kbuildsycoca5. - Report success (whether or not the file existed before removal).