Bug 497363 - Icons are absent in right-click menus
Summary: Icons are absent in right-click menus
Status: CONFIRMED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (show other bugs)
Version: 24.08.3
Platform: macOS (DMG) macOS
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2024-12-12 13:06 UTC by Thib
Modified: 2024-12-14 17:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Right-click menu in the timeline (1.18 MB, image/png)
2024-12-12 13:06 UTC, Thib
Details

Note You need to log in before you can comment on or make changes to this bug.
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