Created attachment 168524 [details] Relevant avatar. STEPS TO REPRODUCE Attempt to choose an avatar for a user via `kcm_users`. OBSERVED RESULT > Failed to resize image: writing to temp file failed EXPECTED RESULT It should be applied. SOFTWARE/OS VERSIONS Operating System: cpe:/o:fedoraproject:fedora:40 KDE Plasma Version: 6.0.3 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.8.5-301.fc40.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 7600X 6-Core Processor Memory: 30.5 GiB of RAM Graphics Processor: AMD Radeon RX 5700 Manufacturer: ASRock Product Name: X670E Taichi ADDITIONAL INFORMATION The image I've tested this with is attached.
Created attachment 168525 [details] Screenshot of the failure error message banner in the KCM GUI.
(In reply to Roke Julian Lockhart Beedell from comment #1) I've ascertained what the problem is. It's caused by having a backtick (`) or tab ( ) in the path to the file. Try placing a JPEG with the most normal name possible (image.jpg) in a directory with solely one of those characters. It reproducibly triggers this.
Created attachment 170338 [details] An example avatar with a filename which causes the issue.
Created attachment 170339 [details] Reproduction screencast.
I expect that https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4455 fixes this?