Glozz on MacOS X

Posted on 29 March 2013
Tags: stac, glozz, mac

Users of the Glozz annotation platform on MacOS X may prefer to launch it with this script, which tweaks the startup parameters to make Glozz behave a tiny bit more like a Mac app. In its current form, this means menu bar on top with “Glozz” rather than the package name as the application name. I’ve saved it as a gist on GitHub in case I make further modifications.

#!/bin/bash
pushd $(dirname $0) > /dev/null
SCRIPT_DIR=$PWD
popd > /dev/null

java\
    -Dapple.laf.useScreenMenuBar=true\
    -Dcom.apple.mrj.application.apple.menu.about.name=Glozz\
    -jar "$SCRIPT_DIR"/glozz-platform.jar

Navigation

Comments