[partitionmanager] [Bug 502243] Operation details do not show the full command

2025-03-31 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=502243 --- Comment #1 from Andrius Štikonas --- Well, KDE Partition Manager does not run echo ',' | sfdisk --force --append /dev/sdc" since that's not a Linux command you can execute. Pipes like this are just bash syntax. Partition Manag

[partitionmanager] [Bug 502141] App crashes in SfdiskBackend::readSectorsUsed() while refreshing if USB flash drive needing repairs is plugged in

2025-03-29 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=502141 --- Comment #7 from Andrius Štikonas --- Perhaps you could also obtain backtrace from the stuck instance? Right now I have no idea where it is stuck. -- You are receiving this mail because: You are watching all bug changes.

[partitionmanager] [Bug 502141] App crashes in SfdiskBackend::readSectorsUsed() while refreshing if USB flash drive needing repairs is plugged in

2025-03-29 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=502141 --- Comment #17 from Andrius Štikonas --- (In reply to Nate Graham from comment #16) > It appears to be super duper corrupted. It won't mount read/write, only RO. > My intention was to use Partition Manager to erase it, but I can't sinc

[partitionmanager] [Bug 502141] App crashes in SfdiskBackend::readSectorsUsed() while refreshing if USB flash drive needing repairs is plugged in

2025-03-29 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=502141 --- Comment #1 from Andrius Štikonas --- Could you see if the following patch helps? diff --git a/src/plugins/sfdisk/sfdiskbackend.cpp b/src/plugins/sfdisk/sfdiskbackend.cpp index e47c4e5..2fe99dd 100644 --- a/src/plugins/sfdisk/sfdiskbackend.cpp

[partitionmanager] [Bug 502141] App crashes in SfdiskBackend::readSectorsUsed() while refreshing if USB flash drive needing repairs is plugged in

2025-03-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=502141 --- Comment #14 from Andrius Štikonas --- Crash fixed pushed to https://invent.kde.org/system/kpmcore/-/commit/458ef81f2e424f13cdea44d2d89b8260b463e34e -- You are receiving this mail because: You are watching all bug changes.

[partitionmanager] [Bug 502141] App crashes in SfdiskBackend::readSectorsUsed() while refreshing if USB flash drive needing repairs is plugged in

2025-03-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=502141 --- Comment #6 from Andrius Štikonas --- (In reply to Nate Graham from comment #4) > If it's related, I see this in the log output: > > unknown file system type "dos" on "/dev/sdb" That might be just checking whe

[partitionmanager] [Bug 502141] App crashes in SfdiskBackend::readSectorsUsed() while refreshing if USB flash drive needing repairs is plugged in

2025-03-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=502141 --- Comment #13 from Andrius Štikonas --- (In reply to Nate Graham from comment #12) > Created attachment 179834 [details] > Debug output > > It appears to be running `fsck.fat -n -v /dev/sdc1`. I'm attaching the full > debug out

[partitionmanager] [Bug 502141] App crashes in SfdiskBackend::readSectorsUsed() while refreshing if USB flash drive needing repairs is plugged in

2025-03-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=502141 --- Comment #11 from Andrius Štikonas --- (In reply to Nate Graham from comment #9) > I do notice that what's stuck is a spawned > /usr/libexec/kpmcore_externalcommand process. If I quit the app, that keeps > going. I'll try to get

[partitionmanager] [Bug 501419] KDE Partition Manager Crashed

2025-03-12 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=501419 Andrius Štikonas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[partitionmanager] [Bug 461591] Crash when erasing a windows 10 partition.

2025-03-12 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=461591 Andrius Štikonas changed: What|Removed |Added CC||jef...@hotmail.com --- Comment #3 from

[partitionmanager] [Bug 461591] Crash when erasing a windows 10 partition.

2025-03-12 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=461591 Andrius Štikonas changed: What|Removed |Added CC||omarvx...@gmail.com --- Comment #2 from

[partitionmanager] [Bug 480180] crash when create two partitions in a new flash drive

2025-03-12 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=480180 Andrius Štikonas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[partitionmanager] [Bug 501037] Used space value inconsistent

2025-03-05 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=501037 Andrius Štikonas changed: What|Removed |Added Resolution|--- |NOT A BUG Status|REPORTED

[partitionmanager] [Bug 501037] Used space value inconsistent

2025-03-04 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=501037 --- Comment #3 from Andrius Štikonas --- (In reply to Justin Zobel from comment #2) > The 5.02GB one when mounted would be correct. There was no content in the > drive. Well, that's what we are using when that info is available. But then p

[partitionmanager] [Bug 501037] Used space value inconsistent

2025-03-04 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=501037 --- Comment #1 from Andrius Štikonas --- Hmm, it uses different sources of data. I don't know which one would be correct in your case. When partition is mounted QStorageInfo from Qt is used (https://doc.qt.io/qt-6/qstorageinfo.html) which unde

[partitionmanager] [Bug 501063] FAT32 partition is shrunk without resizing underlying filesystem

2025-03-04 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=501063 --- Comment #2 from Andrius Štikonas --- Hmm, not sure how this happened. Since it absolutely should have resized underlying file system. And resizing of fs in shrinking case happens to be before resizing of partition, see the following 3 lines: https

[partitionmanager] [Bug 500723] Partition Manager does not cope with microSD Card inside locked SD Card adapter, but Dolphin does.

2025-02-25 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=500723 --- Comment #2 from Andrius Štikonas --- Hmm, not sure whether we want this by default, but perhaps we could do it when device node is passed via command line (that's what dolphin does when it calls partitionmanager binary). -- You are receiving

[partitionmanager] [Bug 500175] Should be able to set the init_table=0 option

2025-02-17 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=500175 --- Comment #2 from Andrius Štikonas --- I've added those two features to ext2.cpp though for now that is not exposed yet in partition manager UI. -- You are receiving this mail because: You are watching all bug changes.

[partitionmanager] [Bug 500175] Should be able to set the init_table=0 option

2025-02-16 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=500175 --- Comment #1 from Andrius Štikonas --- Hmm, right now kpmcore library supports optional "Features" and we have some of them https://invent.kde.org/system/kpmcore/-/blob/master/src/fs/ext2.cpp?ref_type=heads#L53 lazy_itable_init and lazy_jo

[partitionmanager] [Bug 499064] Can't drag to resize partitions anymore.

2025-01-26 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=499064 Andrius Štikonas changed: What|Removed |Added Latest Commit|https://invent.kde.org/syst |https://invent.kde.org/syst

[partitionmanager] [Bug 499064] Can't drag to resize partitions anymore.

2025-01-26 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=499064 Andrius Štikonas changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[partitionmanager] [Bug 499151] Unknown error creating new partition table

2025-01-26 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=499151 --- Comment #1 from Andrius Štikonas --- Try to run that command manually from the terminal and see what is the error. -- You are receiving this mail because: You are watching all bug changes.

[partitionmanager] [Bug 499064] Can't drag to resize partitions anymore.

2025-01-23 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=499064 --- Comment #5 from Andrius Štikonas --- (In reply to Rafael Just from comment #4) > Could be, since It only looks like the cursor / partition manager doesn't > notice that there is an edge. Could it be perhaps worth to check out the &

[partitionmanager] [Bug 499064] Can't drag to resize partitions anymore.

2025-01-23 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=499064 --- Comment #3 from Andrius Štikonas --- (In reply to Rafael Just from comment #2) > Could be, since It only looks like the cursor / partition manager doesn't > notice that there is an edge. Could it be perhaps worth to check out the &

[partitionmanager] [Bug 499064] Can't drag to resize partitions anymore.

2025-01-23 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=499064 Andrius Štikonas changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[partitionmanager] [Bug 498765] Refuses to reformat pendrive and doesn't say why

2025-01-16 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=498765 --- Comment #3 from Andrius Štikonas --- What happens if you run sudo sfdisk --wipe=always /dev/sdb from the command line? Also does dmesg indicate anything about drive being read only? -- You are receiving this mail because: You are watching all

[partitionmanager] [Bug 496400] exFAT volume label longer than 10 chars causes error

2024-11-18 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=496400 Andrius Štikonas changed: What|Removed |Added Latest Commit|https://invent.kde.org/syst |https://invent.kde.org/syst

[partitionmanager] [Bug 496400] exFAT volume label longer than 10 chars causes error

2024-11-17 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=496400 Andrius Štikonas changed: What|Removed |Added Status|REPORTED|RESOLVED Latest Commit

[partitionmanager] [Bug 495440] Additional mount options options are overrided by GUI options (users takes priority over exec)

2024-10-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=495440 Andrius Štikonas changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[partitionmanager] [Bug 495440] Additional mount options options are overrided by GUI options (users takes priority over exec)

2024-10-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=495440 Andrius Štikonas changed: What|Removed |Added URL||https://invent.kde.org/syst

[partitionmanager] [Bug 495399] Program fails to "see" the actual partioning of device and just shows it as an 'unallocated' device instead

2024-10-26 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=495399 Andrius Štikonas changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[partitionmanager] [Bug 432103] KDE Partition Manager crashed after trying to remove partition mount point

2024-10-17 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=432103 Andrius Štikonas changed: What|Removed |Added CC||cgreg...@netcomtechs.com --- Comment #13

[partitionmanager] [Bug 494961] Try to remove mount point

2024-10-17 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494961 Andrius Štikonas changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[partitionmanager] [Bug 494557] Create a new partition: Wrong tab order if LUKS encryption is enabled

2024-10-12 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494557 --- Comment #6 from Andrius Štikonas --- Widgetsaddons bug: https://bugs.kde.org/show_bug.cgi?id=494624 Kevin, I think I tried setting QWidget::setTabOrder yesterday if I remember correctly and it didn't work. I have not tried to use QO

[frameworks-kwidgetsaddons] [Bug 494624] New: KNewPasswordWidget does not let setting tab order

2024-10-12 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494624 Bug ID: 494624 Summary: KNewPasswordWidget does not let setting tab order Classification: Frameworks and Libraries Product: frameworks-kwidgetsaddons Version: 6.6.0 Platform: Other

[partitionmanager] [Bug 494557] Create a new partition: Wrong tab order if LUKS encryption is enabled

2024-10-12 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494557 --- Comment #5 from Andrius Štikonas --- (In reply to Kevin Kofler from comment #4) > Have you tried setting it programmatically from the code using > QWidget::setTabOrder (https://doc.qt.io/qt-6/qwidget.html#setTabOrder)? > > If that d

[partitionmanager] [Bug 494548] Partition Manager fails to create new partition table if 'ddf_raid_member' signature is present

2024-10-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494548 --- Comment #9 from Andrius Štikonas --- (In reply to Andrius Štikonas from comment #8) > (In reply to LaughingMan from comment #7) > > Ok: > > - Stopped md126. > > - Tried creating a partition table -> Failed > > - Stoppe

[partitionmanager] [Bug 494548] Partition Manager fails to create new partition table if 'ddf_raid_member' signature is present

2024-10-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494548 --- Comment #8 from Andrius Štikonas --- (In reply to LaughingMan from comment #7) > Ok: > - Stopped md126. > - Tried creating a partition table -> Failed > - Stopped md127 > - Tried creating a partition table -> Success > &

[partitionmanager] [Bug 494548] Partition Manager fails to create new partition table if 'ddf_raid_member' signature is present

2024-10-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494548 --- Comment #6 from Andrius Štikonas --- (In reply to LaughingMan from comment #5) > So, should I run > > sudo mdadm --stop /dev/md126 > or > > sudo mdadm --stop /dev/md127 > ? > > I'm a little out of my depth here.

[partitionmanager] [Bug 494548] Partition Manager fails to create new partition table if 'ddf_raid_member' signature is present

2024-10-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494548 --- Comment #4 from Andrius Štikonas --- (In reply to LaughingMan from comment #3) > /dev/md0 doesn't exist. There's md, md126 and md127. > > lsblk lists the device as: > > sdf

[partitionmanager] [Bug 494557] Create a new partition: Wrong tab order if LUKS encryption is enabled

2024-10-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494557 --- Comment #3 from Andrius Štikonas --- (In reply to LaughingMan from comment #2) > "Unfortunately, there doesn't seem to be an easy way to change tab order of > KNewPasswordWidget." > > Does that mean the tab order for th

[partitionmanager] [Bug 494548] Partition Manager fails to create new partition table if 'ddf_raid_member' signature is present

2024-10-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494548 --- Comment #2 from Andrius Štikonas --- Hmm, I guess what happened in your case is that Linux system noticed that this is raid disk and automatically activated it on /dev/md0. Can you try to reproduce the same problem, then run sudo mdadm --stop /dev

[partitionmanager] [Bug 494556] Create a new partition: Selecting permissions radio button with the keyboard focuses wrong option

2024-10-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494556 --- Comment #3 from Andrius Štikonas --- (In reply to LaughingMan from comment #2) > Are you aware of an existing issue on the Qt side? Because it pretty clearly > is a bug, even if partition manager maybe isn't the right place to deploy a

[partitionmanager] [Bug 494548] Partition Manager fails to create new partition table if 'ddf_raid_member' signature is present

2024-10-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494548 --- Comment #1 from Andrius Štikonas --- Hmm, I don't think we want to add --force to sfdisk here since it might protect us against trashing something in other cases. Not sure what's the best way to fix this but I guess I should try to re

[partitionmanager] [Bug 494557] Create a new partition: Wrong tab order if LUKS encryption is enabled

2024-10-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494557 Andrius Štikonas changed: What|Removed |Added Resolution|--- |FIXED Latest Commit

[partitionmanager] [Bug 494556] Create a new partition: Selecting permissions radio button with the keyboard focuses wrong option

2024-10-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494556 Andrius Štikonas changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[partitionmanager] [Bug 470675] Broken NTFS after moving partition

2024-10-08 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=470675 --- Comment #10 from Andrius Štikonas --- (In reply to Thomas Bertels from comment #9) > The bitwise & operator may make it seem like Shrink and Grow always happen > (note that it would be in the wrong order as gparted grows it then shrinks

[partitionmanager] [Bug 470675] Broken NTFS after moving partition

2024-10-06 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=470675 --- Comment #8 from Andrius Štikonas --- (In reply to Thomas Bertels from comment #7) > I've noticed that gparted resizes the partition when moving it: it grows it > to use all the space, then moves the data and finally shrinks the partiti

[partitionmanager] [Bug 494105] Create openQA tests

2024-10-06 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=494105 --- Comment #1 from Andrius Štikonas --- Yes, openQA could be useful. As for testexternalcommand.cpp, it works here, so something is missing on your test system, the error message suggest that dbus is not running (to execute external command test

[partitionmanager] [Bug 492016] kiB, MiB, GiB TiB and KB, MB, GB TB

2024-08-22 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=492016 --- Comment #1 from Andrius Štikonas --- We do use that frameworks API https://invent.kde.org/system/kpmcore/-/blob/master/src/util/capacity.cpp?ref_type=heads#L129 though maybe we don't update unit names, so it still shows MiB... -- Yo

[partitionmanager] [Bug 491871] KDE Partition Manager crashed after succesfully resized partition

2024-08-18 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=491871 Andrius Štikonas changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[partitionmanager] [Bug 441916] Partition Manager crashed while shrinking ntfs partition (Crash in PartWidget::paintEvent)

2024-08-18 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=441916 Andrius Štikonas changed: What|Removed |Added CC||wrona1...@gmail.com --- Comment #22 from

[partitionmanager] [Bug 425040] Btrfs subvolumes are missing from Btrfs partitions

2024-07-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=425040 Andrius Štikonas changed: What|Removed |Added CC||techxga...@outlook.com --- Comment #8 from

[partitionmanager] [Bug 490904] Manage Btrfs subvolumes & snapshots

2024-07-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=490904 Andrius Štikonas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[partitionmanager] [Bug 470675] Broken NTFS after moving partition

2024-07-17 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=470675 --- Comment #4 from Andrius Štikonas --- (In reply to Ishrak from comment #3) > Does *partitionmanager* use *parted* under the hood? If so, I recently found > that parted would fail to format disk.img but gparted will work. I think I > mess

[partitionmanager] [Bug 460874] KDE Partition Manager crashes when removing USB mount

2024-07-10 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=460874 Andrius Štikonas changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[partitionmanager] [Bug 432103] KDE Partition Manager crashed after trying to remove partition mount point

2024-07-10 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=432103 Andrius Štikonas changed: What|Removed |Added CC||rodrigo.pe...@gmail.com --- Comment #12

[partitionmanager] [Bug 481780] Crash on removing a mount point

2024-07-10 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=481780 Andrius Štikonas changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[partitionmanager] [Bug 432103] KDE Partition Manager crashed after trying to remove partition mount point

2024-07-10 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=432103 Andrius Štikonas changed: What|Removed |Added CC||kde.t-shirt...@passmail.net --- Comment #11

[partitionmanager] [Bug 451572] Crash when closing main window while being prompted for root password

2024-07-10 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=451572 Andrius Štikonas changed: What|Removed |Added Latest Commit||https://invent.kde.org/syst

[partitionmanager] [Bug 441916] Partition Manager crashed while shrinking ntfs partition (Crash in PartWidget::paintEvent)

2024-07-09 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=441916 Andrius Štikonas changed: What|Removed |Added CC||n...@kde.org Version Fixed In

[partitionmanager] [Bug 451572] Crash when closing main window while being prompted for root password

2024-07-09 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=451572 Andrius Štikonas changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[partitionmanager] [Bug 441916] Partition Manager crashed while shrinking ntfs partition (Crash in PartWidget::paintEvent)

2024-07-09 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=441916 Andrius Štikonas changed: What|Removed |Added Latest Commit|https://invent.kde.org/syst |https://invent.kde.org/syst

[partitionmanager] [Bug 489768] Resizing a btrfs partition that is nested inside a LUKS container doesn't work

2024-07-07 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=489768 Andrius Štikonas changed: What|Removed |Added Resolution|--- |WORKSFORME Status|REPORTED

[partitionmanager] [Bug 489768] Resizing a btrfs partition that is nested inside a LUKS container doesn't work

2024-07-07 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=489768 --- Comment #1 from Andrius Štikonas --- Hmm, I can't fully reproduce it. When I press OK in step 4 it asks for LUKS password (perhaps unnecessary but I need to check) once but then it works and resizes properly. -- You are receiving this

[partitionmanager] [Bug 489855] sudo prompt is behind the main window

2024-07-07 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=489855 Andrius Štikonas changed: What|Removed |Added Resolution|--- |UNMAINTAINED Status|REPORTED

[partitionmanager] [Bug 487650] Partition Manager fails to read MS-DOS partition tables

2024-07-01 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=487650 Andrius Štikonas changed: What|Removed |Added CC||kdeb...@alekeagle.com --- Comment #12 from

[partitionmanager] [Bug 489567] Drives with MBR partition table are not correctly recognized

2024-07-01 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=489567 Andrius Štikonas changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[partitionmanager] [Bug 432103] KDE Partition Manager crashed after trying to remove partition mount point

2024-06-16 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=432103 Andrius Štikonas changed: What|Removed |Added Version Fixed In||24.05.2 -- You are receiving this mail

[partitionmanager] [Bug 432103] KDE Partition Manager crashed after trying to remove partition mount point

2024-06-16 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=432103 Andrius Štikonas changed: What|Removed |Added Latest Commit|https://invent.kde.org/syst |https://invent.kde.org/syst

[partitionmanager] [Bug 488453] Permission Options "Everyone" and "Only root" are swapped

2024-06-13 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=488453 --- Comment #1 from Andrius Štikonas --- I can't reproduce this. Seems to work correctly here. I've selected root only. Then used Dolphin to mount the volume and the volume was not writable (e.g. New File/Folder option was grayed out).

[partitionmanager] [Bug 488387] KDE Partition Manager does not show partitions table of Flash drives and MicroSD Cards.

2024-06-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=488387 Andrius Štikonas changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[partitionmanager] [Bug 487650] Partition Manager fails to read MS-DOS partition tables

2024-06-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=487650 Andrius Štikonas changed: What|Removed |Added CC||luis.kden...@gmail.com --- Comment #11 from

[partitionmanager] [Bug 488387] KDE Partition Manager does not show partitions table of Flash drives and MicroSD Cards.

2024-06-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=488387 Andrius Štikonas changed: What|Removed |Added Resolution|FIXED |WAITINGFORINFO -- You are receiving this

[partitionmanager] [Bug 488387] KDE Partition Manager does not show partitions table of Flash drives and MicroSD Cards.

2024-06-11 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=488387 Andrius Štikonas changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution

[partitionmanager] [Bug 487650] Partition Manager fails to read MS-DOS partition tables

2024-05-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=487650 Andrius Štikonas changed: What|Removed |Added Version Fixed In||24.05.1 -- You are receiving this mail

[partitionmanager] [Bug 487650] Partition Manager fails to read MS-DOS partition tables

2024-05-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=487650 --- Comment #9 from Andrius Štikonas --- Any chance you could test the patch on your system too? It seems to work here and no longer relies on "id" to be "0x" -- You are receiving this mail because: You are watching all bug changes.

[partitionmanager] [Bug 487650] Partition Manager fails to read MS-DOS partition tables

2024-05-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=487650 Andrius Štikonas changed: What|Removed |Added Latest Commit|https://invent.kde.org/syst |https://invent.kde.org/syst

[partitionmanager] [Bug 487650] Partition Manager fails to read MS-DOS partition tables

2024-05-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=487650 Andrius Štikonas changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[partitionmanager] [Bug 487650] Partition Manager fails to read MS-DOS partition tables

2024-05-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=487650 Andrius Štikonas changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[partitionmanager] [Bug 487650] Partition Manager fails to read MS-DOS partition tables

2024-05-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=487650 --- Comment #4 from Andrius Štikonas --- Could you paste output of sudo sfdisk --json /dev/sda to confirm whether it's the regression from the commit above. -- You are receiving this mail because: You are watching all bug changes.

[partitionmanager] [Bug 487650] Partition Manager fails to read MS-DOS partition tables

2024-05-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=487650 --- Comment #3 from Andrius Štikonas --- Hmm, possibly https://invent.kde.org/system/kpmcore/-/commit/801b291a7f537cb137aa7a64f23424dca840030a causes this -- You are receiving this mail because: You are watching all bug changes.

[partitionmanager] [Bug 487222] It showed error about a disk, when a UDISK insert to computer.

2024-05-19 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=487222 --- Comment #1 from Andrius Štikonas --- Hmm, the output looks a bit like when it fails to obtain root privileges... For more verbose logging to console, maybe try running it with KPMCORE_DEBUG=1 partitionmanager -- You are receiving this mail

[partitionmanager] [Bug 487039] Partition Manager Crashes When Removing Mountpoint

2024-05-14 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=487039 Andrius Štikonas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[partitionmanager] [Bug 481780] Crash on removing a mount point

2024-05-14 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=481780 Andrius Štikonas changed: What|Removed |Added CC||benshep...@gmail.com --- Comment #1 from

[partitionmanager] [Bug 486206] does not give focus to Authentication required

2024-05-14 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=486206 Andrius Štikonas changed: What|Removed |Added Resolution|WORKSFORME |FIXED -- You are receiving this mail

[partitionmanager] [Bug 486357] Cannot create LUKS2 partitions, only LUKS1

2024-04-30 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=486357 Andrius Štikonas changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[partitionmanager] [Bug 486206] does not give focus to Authentication required

2024-04-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=486206 --- Comment #2 from Andrius Štikonas --- Let me know if you can still reproduce it there... -- You are receiving this mail because: You are watching all bug changes.

[partitionmanager] [Bug 486206] does not give focus to Authentication required

2024-04-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=486206 Andrius Štikonas changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[partitionmanager] [Bug 486185] Partition Manager fails at detecting partition, while GParted, Gnome Disks and fdisk show the actual partition.

2024-04-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=486185 Andrius Štikonas changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[partitionmanager] [Bug 485862] Crash after opening PartitionManager twice during move

2024-04-20 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=485862 Andrius Štikonas changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[partitionmanager] [Bug 441916] Partition Manager crashed while shrinking ntfs partition (Crash in PartWidget::paintEvent)

2024-04-20 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=441916 Andrius Štikonas changed: What|Removed |Added CC||max.beiki...@unitybox.de --- Comment #18

[partitionmanager] [Bug 476054] Always set the "nofail" flag for manually created mountpoints?

2024-04-03 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=476054 Andrius Štikonas changed: What|Removed |Added Latest Commit||https://invent.kde.org/syst

[partitionmanager] [Bug 472431] nofail option as a checkbox option in edit mount point for partitions

2024-04-03 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=472431 Andrius Štikonas changed: What|Removed |Added Status|ASSIGNED|RESOLVED Latest Commit

[partitionmanager] [Bug 484611] Incorrect command when running a check on an exFAT partition

2024-03-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=484611 Andrius Štikonas changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[partitionmanager] [Bug 484450] Access error when trying to make backup from partition (to file) to any folder of another partition.

2024-03-26 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=484450 --- Comment #11 from Andrius Štikonas --- (In reply to Rafael Linux User from comment #10) > (In reply to Andrius Štikonas from comment #9) > > (In reply to Rafael Linux User from comment #8) > > > (In reply to Andrius Štikon

[partitionmanager] [Bug 484450] Access error when trying to make backup from partition (to file) to any folder of another partition.

2024-03-26 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=484450 --- Comment #9 from Andrius Štikonas --- (In reply to Rafael Linux User from comment #8) > (In reply to Andrius Štikonas from comment #7) > > > > (or somewhere else you don't want them). Perhaps we need some kind of > > de

[partitionmanager] [Bug 484450] Access error when trying to make backup from partition (to file) to any folder of another partition.

2024-03-26 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=484450 --- Comment #7 from Andrius Štikonas --- (In reply to Rafael Linux User from comment #4) > . And I have also found that it asks for the root password ALWAYS > when a partition backup operation is to be performed, regardless of the > destinat

[partitionmanager] [Bug 484450] Access error when trying to make backup from partition (to file) to any folder of another partition.

2024-03-25 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=484450 --- Comment #3 from Andrius Štikonas --- Perhaps, though I couldn't get Gnome disks to make backup at all to root owned location... When I try to use gnome disks to write backup image somewhere in my home directory, then it works. When I tried to

[partitionmanager] [Bug 484450] Access error when trying to make backup from partition (to file) to any folder of another partition.

2024-03-25 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=484450 --- Comment #1 from Andrius Štikonas --- I would guess that it's not the mount status but ownership by root of disk B. PartitionManager always tries to save backup as your own user (to avoid creating root owned files is e.g. your home directory

  1   2   3   4   5   6   7   8   9   10   >