/usr/share/gnucash/ui/gnc-windows-menu-ui-quartz.xml is in gnucash-common 1:2.6.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | <?xml version="1.0" encoding="utf-8"?>
<ui>
<menubar>
<menu name="Windows" action="WindowsAction">
<menuitem name="WindowNew" action="WindowNewAction"/>
<menuitem name="WindowMovePage" action="WindowMovePageAction"/>
<separator name="ViewSep4"/>
<placeholder name="WindowsPlaceholder"/>
</menu>
</menubar>
</ui>
|