You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per title, when running a pugl application in macOS, the menubar App "Quit" action does nothing.
Weirdly the Cmd+Q keyboard combo works 🤷
I expected the menubar action to at least generate a close event, but does not seem to be the case.
Are we expected to setup some menubar integration for this to work in the first place?
Windows has no such concept, but Linux has a menubar-like thing over DBus. Being able to integrate with these would be cool, but I guess outside of the scope of pugl.
The text was updated successfully, but these errors were encountered:
No idea. Generally you're going to have to do some MacOS specific work to make an actually decent MacOS application with a menu and such, but maybe this one is just an event that needs to be handled or something.
(I'd assume that, like most things, it won't work unless the program is in a proper application bundle, but it doesn't now regardless)
drobilla
changed the title
macOS: Quit via menubar does nothing (no close event or event loop stop)
MacOS: Quit via menubar does nothing (no close event or event loop stop)
Oct 22, 2023
As per title, when running a pugl application in macOS, the menubar App "Quit" action does nothing.
Weirdly the Cmd+Q keyboard combo works 🤷
I expected the menubar action to at least generate a close event, but does not seem to be the case.
Are we expected to setup some menubar integration for this to work in the first place?
Windows has no such concept, but Linux has a menubar-like thing over DBus. Being able to integrate with these would be cool, but I guess outside of the scope of pugl.
The text was updated successfully, but these errors were encountered: