
Directory unmounter
Original
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/shvchk/dolphin-universal-dir-unmount
Unmount anything mounted in a directory using "Unmount" from service menu. It can also try to delete directory after mount with "Unmount and delete directory" option.
It first tries to unmount without root privileges using fusermount, and if that doesn't work, it uses pkexec to execute umount with root privileges.
Installation: place the file in ~/.local/share/kservices5/ServiceMenus
safak
8 months ago
Report