Bug 487878 - Sweeper should erase thumbnails in x-large and xx-large folders
Summary: Sweeper should erase thumbnails in x-large and xx-large folders
Status: REPORTED
Alias: None
Product: sweeper
Classification: Applications
Component: general (other bugs)
Version First Reported In: 24.05.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-01 10:59 UTC by vive.linux
Modified: 2024-06-01 10:59 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vive.linux 2024-06-01 10:59:18 UTC
SUMMARY
Sweeper should erase thumbnails in x-large and xx-large folders. Those folders are created by kde applications (e.g. gwenview) and respect freedesktop specs (see https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html#DIRECTORY)


STEPS TO REPRODUCE
1. Open sweeper and select option to swipe thumbnails
2. Push the « clean » (don't know its exact name, it is « Nettoyage » in French locale)
3. Type « ls -aR ~/.cache/thumbnails » in konsole 

OBSERVED RESULT
x-large and xx-large directories have not been emptied

EXPECTED RESULT
x-large and xx-large directories should be empty

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: arch linux
(available in About System)
KDE Plasma Version: 6.0.5
KDE Frameworks Version: 6.2.0
Qt Version: 6.7.1

ADDITIONAL INFORMATION
Looking at the privacyfunctions.cpp file on the github repo, it seems (I am not a programmer, could be wrong) that it should be easy to fix just by adding a few lines.