Created attachment 165217 [details] Screenshot SUMMARY *** NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports *** STEPS TO REPRODUCE 1. 2. 3. OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: KDE Neon Testing (available in About System) KDE Plasma Version: 5.92.90 KDE Frameworks Version: 5.249.0 Qt Version: 6.6.1 ADDITIONAL INFORMATION
The issue here is that KTorrent is asking for the `ktorrent` icon, which was fine in Plasma 5 because the Plasma theme provided a monochrome version of that icon to override the colorful version in the icon theme. In Plasma 6 this is no longer the case, so KTorrent now needs to ask for the `ktorrent-symbolic` icon for its tray icon. The Breeze icon theme already contains one such icon already, so KTorrent just needs to ask for it. Moving to KTorrent.
A possibly relevant merge request was started @ https://invent.kde.org/network/ktorrent/-/merge_requests/108
Git commit d97c5e4f20343428f3e8310b94210578ae062719 by Jack Hill. Committed on 26/01/2024 at 15:50. Pushed by jackh into branch 'master'. Request symbolic tray icon The Plasma icon theme now uses the system-wide icon theme, which means "ktorrent" corresponds to the full-colour icon. Instead we want the monochromatic "symbolic" version. M +1 -1 ktorrent/trayicon.cpp https://invent.kde.org/network/ktorrent/-/commit/d97c5e4f20343428f3e8310b94210578ae062719
Git commit d519f9d6d2296a3649ef98ff0ef444da3478dd0a by Jack Hill. Committed on 26/01/2024 at 20:59. Pushed by jackh into branch 'release/24.02'. Request symbolic tray icon The Plasma icon theme now uses the system-wide icon theme, which means "ktorrent" corresponds to the full-colour icon. Instead we want the monochromatic "symbolic" version. (cherry picked from commit d97c5e4f20343428f3e8310b94210578ae062719) M +1 -1 ktorrent/trayicon.cpp https://invent.kde.org/network/ktorrent/-/commit/d519f9d6d2296a3649ef98ff0ef444da3478dd0a