Created attachment 184277 [details] app screenshots *** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports Please remove this comment after reading and before submitting - thanks! *** SUMMARY kdenlive.app shows a nice and high resolution icon but when the app is launched it switches to a low resolution version, which is wrong and awful... STEPS TO REPRODUCE 1. open kdenlive 2. see how the icon changes OBSERVED RESULT The high res icon restores when you close kdenlive EXPECTED RESULT A high resolution icon version should always be visible SOFTWARE/OS VERSIONS Windows: macOS: 12.7.6 (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Git commit 03e78b9d097d79a37913625ff3afe2d084b3ccc0 by Jean-Baptiste Mardelle. Committed on 21/08/2025 at 04:31. Pushed by mardelle into branch 'release/25.08'. Fix MacOS icon is low resolution. M +14 -3 src/CMakeLists.txt https://invent.kde.org/multimedia/kdenlive/-/commit/03e78b9d097d79a37913625ff3afe2d084b3ccc0
Git commit 6f7afb4a93bb892899aaf91b54d347aebee75a48 by Jean-Baptiste Mardelle. Committed on 21/08/2025 at 16:05. Pushed by mardelle into branch 'release/25.08'. Add higher res icons. A +- -- data/icons/1024-apps-kdenlive.png A +- -- data/icons/512-apps-kdenlive.png M +3 -1 data/icons/CMakeLists.txt A +1 -0 data/icons/sc-apps-kdenlive.svg M +3 -1 src/CMakeLists.txt https://invent.kde.org/multimedia/kdenlive/-/commit/6f7afb4a93bb892899aaf91b54d347aebee75a48
Thanks for your report. Could you please test if the issue is fixed in our latest builds that can be downloaded from here: https://cdn.kde.org/ci-builds/multimedia/kdenlive/release-25.08/ Thanks in advance
I have just tested `kdenlive-release_25.08-10927-macos-clang-x86_64` and the problem persists... Is it the correct version or the problem is somewhere else? let me know if you need me to try something, I'm happy to help Cheers
I tried with `kdenlive-release_25.08-10940-macos-clang-x86_64` and the problem persists so I guess there is something else...
Git commit 03aa6944200ad4cdb04aaab9e53762148f5ecd48 by Jean-Baptiste Mardelle. Committed on 25/08/2025 at 10:21. Pushed by mardelle into branch 'release/25.08'. Try to fix MacOS icon M +2 -0 src/main.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/03aa6944200ad4cdb04aaab9e53762148f5ecd48
Fixed with my last commit, thanks for your feedback and help. https://origin.cdn.kde.org/ci-builds/multimedia/kdenlive/release-25.08/
Confirmed! Thank you very much