https://bugs.kde.org/show_bug.cgi?id=505299
Bug ID: 505299 Summary: Downloaded mouse cursor themes should be stored in ~/.local/share/icons/ to be accessible by Flatpak apps Classification: Applications Product: systemsettings Version First 6.3.5 Reported In: Platform: Manjaro OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: kcm_cursortheme Assignee: plasma-b...@kde.org Reporter: tbert...@gmail.com Target Milestone: --- SUMMARY Downloaded cursor themes should are stored in ~/.icons/ instead of ~/.local/share/icons/ This means that they' aren't accessible by Flatpak apps. STEPS TO REPRODUCE 1. Download a cursor theme 2. ls ~/.icons/ 3. ls ~/.local/share/icons/ OBSERVED RESULT In 2. the new theme is shown, but not in 3. Flatpak apps don't use the downloaded cursor theme EXPECTED RESULT The new theme should be shown in 3. Flatpak apps use the downloaded cursor theme SOFTWARE/OS VERSIONS KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.0 ADDITIONAL INFORMATION The path is set in https://github.com/KDE/plasma-workspace/blob/v6.3.5/kcms/cursortheme/kcmcursortheme.cpp#L435 And also checked in https://github.com/KDE/plasma-workspace/blob/v6.3.5/kcms/cursortheme/kcmcursortheme.cpp#L71 and https://github.com/KDE/plasma-workspace/blob/v6.3.5/kcms/cursortheme/kcmcursortheme.cpp#L186 Cursor themes are already being looked for in ~/.local/share/icons/ by the kcm, so no migration routine should be needed. -- You are receiving this mail because: You are watching all bug changes.