Created attachment 176553 [details] Right-click menu in the timeline *** 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 When opening a right-click menu, there used to be icons for the various tasks (such as a trash for STEPS TO REPRODUCE 1. Download the dmg for Kdenlive 24.08.x from kdenlive.org 2. Install and launch Kdenlive 3. Right click anywhere on the UI OBSERVED RESULT There is no icon in the right-click menus EXPECTED RESULT There are icons in the right-click menus SOFTWARE/OS VERSIONS macOS: Sonoma 14.6.1 ADDITIONAL INFORMATION See screenshots attached. It shows the result for a right click on a clip in the timeline. The same happens in the project bin.
This is caused by change in Qt. Mac Apps usually don't show icons in menus, so for consistency, Qt hides them since Qt 6.7. This can however be worked around using the Qt::AA_DontShowIconsInMenus flag on startup. Maybe we can make this configurable, will have a look