Skip to content
Back to formatted view

Raw Message

Message-ID: <d70e7dc5-a954-e66f-6d25-771b792d1fbf@lisse.NA>
Date: 2020-04-28T11:47:34Z
From: Dr Eberhard W Lisse
Subject: MacTeX 2020 and TeX Live Utility (No Longer Included)
In-Reply-To: <F980A23B-BB32-467E-BEB1-B931A0550CC5@krugs.de>

Rainer

Put

function tlcockpit
{
   case "$(java -version 2>&1 | head -1)" in
	 *"1.8"*) jar="tlcockpit-jdk8.jar" ;;
	 *) jar="tlcockpit.jar" ;;
   esac
   exec java -jar $(kpsewhich --progname="tlcockpit" --format=texmfscripts "$jar") 2>&1 >/dev/null &
}


into ~/.aliases or whatever is sourced on login :-)-O. 

You can also use something like Platypus to make a clickable App out of
the shell script which resides in

	realpath $(which tlcockpit)

and even use TeX Live Utility's icns file :-)-O

el

On 28/04/2020 10:52, Rainer M Krug wrote:
> You know why I hate java? Here it comes:
> 
> 
[...]
> java.lang.RuntimeException: java.lang.RuntimeException: Error
> 		initializing QuantumRenderer: no suitable pipeline found
[...]
> 
> Cheers,
> 
> Rainer