Bug 508508

Summary: Low-res app icon while kdenlive is opened
Product: [Applications] kdenlive Reporter: Pablo <pgilfernandez>
Component: User Interface & MiscellaneousAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED FIXED    
Severity: normal CC: berndmj
Priority: NOR Keywords: triaged
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: macOS (DMG)   
OS: macOS   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: app screenshots

Description Pablo 2025-08-20 09:40:19 UTC
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
Comment 1 Jean-Baptiste Mardelle 2025-08-21 04:32:06 UTC
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
Comment 2 Jean-Baptiste Mardelle 2025-08-21 16:05:58 UTC
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
Comment 3 Jean-Baptiste Mardelle 2025-08-22 07:58:26 UTC
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
Comment 4 Pablo 2025-08-22 14:50:34 UTC
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
Comment 5 Pablo 2025-08-24 14:58:40 UTC
I tried with `kdenlive-release_25.08-10940-macos-clang-x86_64` and the problem persists so I guess there is something else...
Comment 6 Jean-Baptiste Mardelle 2025-08-25 10:21:52 UTC
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
Comment 7 Jean-Baptiste Mardelle 2025-08-25 11:50:41 UTC
Fixed with my last commit, thanks for your feedback and help.
https://origin.cdn.kde.org/ci-builds/multimedia/kdenlive/release-25.08/
Comment 8 Pablo 2025-08-25 14:27:46 UTC
Confirmed!

Thank you very much