Novell Groupwise for the Mac is a Java-based program that needs a little "hand holding" to take advantage of the full resolution of Retina display equipped laptops. This hint is based on the tip described here (
http://www.novell.com/communities/node/13927/modifying-groupwise-retina-macs) but modified for clarity and additional steps provided in the comments.
- Close out of Groupwise.app if you have the application open.
- In Terminal, enter
sudo nano -w /Applications/GroupWise.app/Contents/Info.plist
Scroll to the bottom of the text file using the arrow keys.
Right above the very last instance of </dict>, enter in the
following two lines:
<key>NSHighResolutionCapable</key>
<true/>
- Type CTRL-X to exit and say yes to saving the file.
- Finally in Terminal enter
sudo touch /Applications/Groupwise.app
No comments:
Post a Comment