[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel

2024-08-12 Thread Compu
https://bugs.kde.org/show_bug.cgi?id=428392

Compu  changed:

   What|Removed |Added

 CC||hotwheels14...@me.com

--- Comment #7 from Compu  ---
(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.

[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel

2024-07-09 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=428392

soredake  changed:

   What|Removed |Added

 CC|katyaberezy...@gmail.com|

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel

2024-05-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=428392

rosswzy...@outlook.com changed:

   What|Removed |Added

 CC||rosswzy...@outlook.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel

2024-02-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=428392

gudvinr+...@gmail.com changed:

   What|Removed |Added

 CC||gudvinr+...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel

2023-08-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=428392

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel

2023-04-26 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=428392

--- Comment #6 from witchhunter  ---
(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.

[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel

2023-04-25 Thread witchhunter
https://bugs.kde.org/show_bug.cgi?id=428392

witchhunter  changed:

   What|Removed |Added

 CC||witchhunterpro@protonmail.c
   ||om

--- Comment #5 from witchhunter  ---
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.

[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel

2023-01-26 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=428392

Patrick Silva  changed:

   What|Removed |Added

 CC||spzaku...@gmail.com

--- Comment #4 from Patrick Silva  ---
*** Bug 464851 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel

2022-04-19 Thread burster
https://bugs.kde.org/show_bug.cgi?id=428392

burster  changed:

   What|Removed |Added

 CC||burs...@protonmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 428392] Impossible to "eject" a mounted ISO image via Places panel

2021-05-18 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=428392

Patrick Silva  changed:

   What|Removed |Added

Summary|Impossible to "eject" a |Impossible to "eject" a
   |mounted ISO image   |mounted ISO image via
   ||Places panel

-- 
You are receiving this mail because:
You are watching all bug changes.