https://bugs.kde.org/show_bug.cgi?id=428392
witchhunter <witchhunter...@protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |witchhunterpro@protonmail.c | |om --- Comment #5 from witchhunter <witchhunter...@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 watching all bug changes.