On Tue, 15 Feb 2022 at 08:26, Philippe Mathieu-Daudé via <qemu-devel@nongnu.org> wrote: > > From: Akihiko Odaki <akihiko.od...@gmail.com> > > Services menu functionality of Cocoa is described at: > https://developer.apple.com/design/human-interface-guidelines/macos/extensions/services/ >
I tested this, and while it does create a Services menu, none of the items in it seem very relevant to QEMU (on my machine, there's Activity Monitor, Time Profile Active Application, and some other software-development related things). In fact, every app I looked at exposed the same list of things in the Services menu. So I'm not sure why this is even an application-specific menu that needs specific code to support, rather than something system-wide that Apple automatically adds to the UI where it wants it. -- PMM