[MacPorts] #40110: app portgroup have x11 application not bounce indefinitely
MacPorts
noreply at macports.org
Mon Mar 19 00:03:13 UTC 2018
#40110: app portgroup have x11 application not bounce indefinitely
--------------------------+------------------------
Reporter: elelay | Owner: ryandesign
Type: enhancement | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.2.0
Resolution: fixed | Keywords:
Port: |
--------------------------+------------------------
Comment (by ryandesign):
The documentation says:
> `LSUIElement` (`Boolean` - macOS) specifies whether the app runs as an
agent app.
A survey of Info.plist files in /System on macOS Sierra shows most use a
Boolean:
{{{
$ find /System -name Info.plist -print0 2>/dev/null | xargs -0 -n 1
/usr/libexec/PlistBuddy -c 'Print:LSUIElement' 2>/dev/null | sort | uniq
-c
37 1
2 YES
119 true
}}}
--
Ticket URL: <https://trac.macports.org/ticket/40110#comment:13>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list