14 Mar
2015
14 Mar
'15
9:15 p.m.
On Thu, Mar 12, 2015 at 05:53:20PM -0700, Jeremy Huddleston Sequoia wrote:
at http://xquartz.macosforge.org/trac/wiki/X112.7.8. In particular, on Yosemite, I find that the Finder shows X11 in /Applications/Utilities but the terminal window shows Xquartz.app and no X11.app.
Sounds like a Finder bug.
Finder does have support for localized bundle names, and in fact... % plutil -convert xml1 -o - /Applications/Utilities/XQuartz.app/Contents/Resources/English.lproj/InfoPlist.strings | pl { CFBundleGetInfoString = "X11 version 2.0, Copyright 2007 Apple Inc."; CFBundleName = X11; } So that's what you're seeing. -- Nicholas Riley <njriley@illinois.edu>