Bug 497363

Summary: Icons are absent in right-click menus
Product: [Applications] kdenlive Reporter: Thib <thib>
Component: User Interface & MiscellaneousAssignee: Jean-Baptiste Mardelle <jb>
Status: CONFIRMED ---    
Severity: normal CC: fritzibaby
Priority: NOR Keywords: triaged
Version: 24.08.3   
Target Milestone: ---   
Platform: macOS (DMG)   
OS: macOS   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Right-click menu in the timeline

Description Thib 2024-12-12 13:06:57 UTC
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.
Comment 1 Jean-Baptiste Mardelle 2024-12-12 14:08:09 UTC
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