[partitionmanager] [Bug 400330] Filesystem type unknown after partition table import

2019-02-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=400330 Andrius Štikonas changed: What|Removed |Added Status|REPORTED|RESOLVED Latest Commit|

[partitionmanager] [Bug 400330] Filesystem type unknown after partition table import

2019-02-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=400330 Andrius Štikonas changed: What|Removed |Added Version Fixed In||4.0 -- You are receiving this mail

[partitionmanager] [Bug 400330] Filesystem type unknown after partition table import

2019-02-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=400330 --- Comment #7 from Andrius Štikonas --- (In reply to Christoph Vogtländer from comment #6) > I launched my favorite debugger and found the problem: > mainwindow.cpp:1006: QLatin1String fsName = > QLatin1String(rePartition.captured(4).toLatin1()); > >

[partitionmanager] [Bug 400330] Filesystem type unknown after partition table import

2019-02-27 Thread Christoph Vogtländer
https://bugs.kde.org/show_bug.cgi?id=400330 --- Comment #6 from Christoph Vogtländer --- I launched my favorite debugger and found the problem: mainwindow.cpp:1006: QLatin1String fsName = QLatin1String(rePartition.captured(4).toLatin1()); >From the Qt documentation:

[partitionmanager] [Bug 400330] Filesystem type unknown after partition table import

2019-02-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=400330 --- Comment #5 from Andrius Štikonas --- (In reply to Andrius Štikonas from comment #3) > I am actually surprised that sometimes partition is loaded correctly. > > As far as I remember, there is no code to detect file system type in file. > > We use

[partitionmanager] [Bug 400330] Filesystem type unknown after partition table import

2019-02-27 Thread Christoph Vogtländer
https://bugs.kde.org/show_bug.cgi?id=400330 --- Comment #4 from Christoph Vogtländer --- To me it looks like a race condition during import. -- You are receiving this mail because: You are watching all bug changes.

[partitionmanager] [Bug 400330] Filesystem type unknown after partition table import

2019-02-27 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=400330 --- Comment #3 from Andrius Štikonas --- I am actually surprised that sometimes partition is loaded correctly. As far as I remember, there is no code to detect file system type in file. We use "udevadm info --query=property /dev/deviceNode" to detect

[partitionmanager] [Bug 400330] Filesystem type unknown after partition table import

2019-02-27 Thread Christoph Vogtländer
https://bugs.kde.org/show_bug.cgi?id=400330 --- Comment #2 from Christoph Vogtländer --- I can confirm that this happens by simply "export -> import" without applying operations. The steps I run: 1. start partitionmanager 2. select device 3. Device -> Export Partition Table: save file 4. Device

[partitionmanager] [Bug 400330] Filesystem type unknown after partition table import

2019-02-25 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=400330 --- Comment #1 from Andrius Štikonas --- Can you confirm whether that this happens before applying operations? -- You are receiving this mail because: You are watching all bug changes.