Summary: | When you go inside some directory, Filelight occasionally shows a portion of a pie chart attributed to a user homedir | ||
---|---|---|---|
Product: | [Applications] filelight | Reporter: | Alex Kh <khalukhin> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | martin.sandsmark, sitter |
Priority: | NOR | ||
Version: | 22.11.80 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/filelight/commit/99ce2eaaaa667a293e8547b7f64811350074b223 | Version Fixed In: | 22.12.0 |
Sentry Crash Report: | |||
Attachments: | example |
Description
Alex Kh
2022-11-17 21:58:01 UTC
Created attachment 153846 [details]
example
Tested Filelight versions 23.03.70, 22.08.3 - the bug is still there, probably even in older versions. A possibly relevant merge request was started @ https://invent.kde.org/utilities/filelight/-/merge_requests/63 Git commit 99ce2eaaaa667a293e8547b7f64811350074b223 by Ismael Asensio. Committed on 01/12/2022 at 21:13. Pushed by iasensio into branch 'master'. Fix the path shown for unrepresented files To represent the bunch of smaller files, we use a fake `File` with a custom string as the filename. Add a specific subclass for this case, where we also set the parent `Folder` so the right path is shown. Otherwise, `File::displayName()` will show the current working directory as the path for our fake item. FIXED-IN: 22.12.0 M +16 -7 src/radialMap/map.cpp https://invent.kde.org/utilities/filelight/commit/99ce2eaaaa667a293e8547b7f64811350074b223 |