ravynsoft / ravynos

A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.
https://www.ravynos.com
Other
5.62k stars 187 forks source link

Integrate NSMenu with DBusMenu for global menu bar #46

Closed mszoek closed 3 years ago

mszoek commented 3 years ago

The global menu bar in helloSystem uses DBusMenu to present application menus for Qt and GTK apps. Cocoa apps can also use this if we delegate NSMenu "drawing" to DBusMenu.

https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationMenu

mszoek commented 3 years ago

Implemented by commit 8401b220bb285f6b286d1cb990f9372e9db8433a on main

Still to do: #55