https://bugs.kde.org/show_bug.cgi?id=428392
--- Comment #6 from witchhunter <witchhunter...@protonmail.com> --- (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 ' -- You are receiving this mail because: You are watching all bug changes.