Thursday, April 11, 2013

Enable Retina display support in Novell Groupwise 8

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.
  1. Close out of Groupwise.app if you have the application open.
  2. In Terminal, enter sudo nano -w /Applications/GroupWise.app/Contents/Info.plist
  3. 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/>
  4. Type CTRL-X to exit and say yes to saving the file.
  5. Finally in Terminal enter sudo touch /Applications/Groupwise.app

No comments:

Post a Comment