[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel
Compu
bugzilla_noreply at kde.org
Mon Aug 12 17:48:50 BST 2024
https://bugs.kde.org/show_bug.cgi?id=428392
Compu <hotwheels14901 at me.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hotwheels14901 at me.com
--- Comment #7 from Compu <hotwheels14901 at 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 on the CC list for the bug.
More information about the kfm-devel
mailing list