[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel
witchhunter
bugzilla_noreply at kde.org
Tue Apr 25 22:28:43 BST 2023
https://bugs.kde.org/show_bug.cgi?id=428392
witchhunter <witchhunterpro at protonmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |witchhunterpro at protonmail.c
| |om
--- Comment #5 from witchhunter <witchhunterpro at protonmail.com> ---
As a workaround one could implement the following Dolphin service:
[Desktop Action unmount]
Exec=bash -c 'readarray -t images < <(losetup -nO NAME); [ -n "${images[@]}" ]
&& for item in "${images[@]}"; do udisksctl loop-delete -b "$item"; done '
Icon=edit-clear
Name=Clear ISOs
[Desktop Entry]
Actions=unmount;
Icon=application-x-iso
MimeType=all/all
ServiceTypes=KonqPopupMenu/Plugin
Type=Service
X-KDE-StartupNotify=false
As a benefit you wont have to search for unmounted ISO's.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list