| Summary: | If mount point includes a space Partition Manager misses the space before the next column in fstab | ||
|---|---|---|---|
| Product: | [Applications] partitionmanager | Reporter: | Sam Illingworth <mazz0> |
| Component: | general | Assignee: | Andrius Štikonas <andrius> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | mazz0 |
| Priority: | NOR | ||
| Version First Reported In: | 21.08.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/system/kpmcore/commit/c4f8affd2f8be28f472a5862e610f3e6ad43215c | Version Fixed/Implemented In: | 21.12.1 |
| Sentry Crash Report: | |||
|
Description
Sam Illingworth
2021-11-29 01:05:27 UTC
This happens because width of the fstab column is calculated before space escaping happens. Git commit 31921c59fa50716dd7118fb7eb996c710e2f5a1b by Andrius Štikonas. Committed on 04/12/2021 at 23:31. Pushed by stikonas into branch 'master'. Fix broken fstab when mount point includes space. fstab column width was calculated before spaces were escaped which would result in no space between mount point and file system type columns. M +1 -1 src/core/fstab.cpp https://invent.kde.org/system/kpmcore/commit/31921c59fa50716dd7118fb7eb996c710e2f5a1b Git commit c4f8affd2f8be28f472a5862e610f3e6ad43215c by Andrius Štikonas. Committed on 04/12/2021 at 23:33. Pushed by stikonas into branch 'release/21.12'. Fix broken fstab when mount point includes space. fstab column width was calculated before spaces were escaped which would result in no space between mount point and file system type columns. M +1 -1 src/core/fstab.cpp https://invent.kde.org/system/kpmcore/commit/c4f8affd2f8be28f472a5862e610f3e6ad43215c |