[partitionmanager] [Bug 423917] Should check for mounts before Applying operations

2024-06-30 Thread Plata
https://bugs.kde.org/show_bug.cgi?id=423917

--- Comment #4 from Plata  ---
And/or a warning dialog before applying the operation: "A partition is still
mounted, do you want to unmount it?".

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

[partitionmanager] [Bug 423917] Should check for mounts before Applying operations

2024-06-30 Thread Plata
https://bugs.kde.org/show_bug.cgi?id=423917

Plata  changed:

   What|Removed |Added

 CC||plata.h...@kdemail.net

--- Comment #3 from Plata  ---
Agree that it would be helpful. If it's not possible to unmount automatically,
maybe it would be possible to make the problem more obvious and show a button
to unmount right in that error message ("Unmount and try again")?

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

[partitionmanager] [Bug 423917] Should check for mounts before Applying operations

2023-06-12 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=423917

soredake  changed:

   What|Removed |Added

 CC|broaden_acid002@simplelogin |
   |.com|

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

[partitionmanager] [Bug 423917] Should check for mounts before Applying operations

2023-06-12 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=423917

Andrius Štikonas  changed:

   What|Removed |Added

 CC||ondrej.m...@seznam.cz

--- Comment #2 from Andrius Štikonas  ---
*** Bug 470946 has been marked as a duplicate of this bug. ***

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

[partitionmanager] [Bug 423917] Should check for mounts before Applying operations

2022-08-11 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=423917

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

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

[partitionmanager] [Bug 423917] Should check for mounts before Applying operations

2020-07-06 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=423917

--- Comment #1 from Andrius Štikonas  ---
It is known that it doesn't check. Well, actually there is one check before
deleting partition but not before other operations:

https://invent.kde.org/system/kpmcore/-/blob/master/src/ops/deleteoperation.cpp#L120

Note that other checks would be more complicated, resizing mounted partitions
is often allowed or even required (you can't resize unmounted btrfs, for
example if it is unmounted partition manager creates a temporary mount point,
resizes and unmounts), so it would be a bit trickier although not impossible to
insert similar check for resizing.

It's a bit hard to tell where we should draw the line. Partition Manager
assumes that you do not change partitions under its feet after scanning (and
GParted behaves exactly the same). And mounting is just one of the many ways
you can modify partition.

So I'm not fully convinced about this yet...

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