[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel
witchhunter
bugzilla_noreply at kde.org
Wed Apr 26 12:08:06 BST 2023
https://bugs.kde.org/show_bug.cgi?id=428392
--- Comment #6 from witchhunter <witchhunterpro at 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 on the CC list for the bug.
More information about the kfm-devel
mailing list