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

_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to