https://bugs.kde.org/show_bug.cgi?id=428392
Compu <hotwheels14...@me.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hotwheels14...@me.com --- Comment #7 from Compu <hotwheels14...@me.com> --- (In reply to witchhunter from comment #6) > (In reply to witchhunter from comment #5) > > Exec=bash -c 'readarray -t images < <(losetup -nO NAME); [ -n "${images[@]}" > > ] && for item in "${images[@]}"; do udisksctl loop-delete -b "$item"; done ' > > Ups, > Actually the line should be > Exec=bash -c 'readarray -t images < <(losetup -nO NAME); [ -n "${images[0]}" > ] && for item in "${images[@]}"; do udisksctl loop-delete -b "$item"; done ' problem is this doesn't work if the system has snap, that command seems to want to unmount all the snap loop devices too -- You are receiving this mail because: You are watching all bug changes.