Loading addie +2 −0 Original line number Diff line number Diff line Loading @@ -17,5 +17,7 @@ source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh" # put together arguments - conda_env, application, argv args=("${CONDA_ENVIRON}" "addie" "$@") # remove font-cache to side step startup speed issue rm -f ${HOME}/.cache/fontconfig/* # launch the tool activate_and_launch "${args[@]}" mantidworkbench +2 −0 Original line number Diff line number Diff line Loading @@ -4,5 +4,7 @@ source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh" # put together arguments - conda_env, application, argv args=("mantid" "mantidworkbench" "$@") # remove font-cache to side step startup speed issue rm -f ${HOME}/.cache/fontconfig/* # launch the tool activate_and_launch "${args[@]}" mantidworkbenchnightly +2 −0 Original line number Diff line number Diff line Loading @@ -4,5 +4,7 @@ source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh" # put together arguments - conda_env, application, argv args=("mantid-dev" "mantidworkbench" "$@") # remove font-cache to side step startup speed issue rm -f ${HOME}/.cache/fontconfig/* # launch the tool activate_and_launch "${args[@]}" mantidworkbenchqa +2 −0 Original line number Diff line number Diff line Loading @@ -4,5 +4,7 @@ source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh" # put together arguments - conda_env, application, argv args=("mantid-qa" "mantidworkbench" "$@") # remove font-cache to side step startup speed issue rm -f ${HOME}/.cache/fontconfig/* # launch the tool activate_and_launch "${args[@]}" nsd-app-wrap.spec +5 −1 Original line number Diff line number Diff line %global srcname nsd-app-wrap Name: nsd-app-wrap Version: 1.28 Version: 1.29 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading @@ -70,6 +70,10 @@ install -m 644 jupyter.local.desktop %{buildroot}%{_datadir}/applications/ %license LICENSE %changelog * Fri Oct 7 2022 Michael Walsh and Pete Peterson - Alter Pyrs launch script to launch from conda install, with a backup of local install - Remove user font cache on startup of GUIs * Mon Sep 26 2022 Ross Whitfield - Add Terminal=true to jupyter.local.desktop Loading Loading
addie +2 −0 Original line number Diff line number Diff line Loading @@ -17,5 +17,7 @@ source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh" # put together arguments - conda_env, application, argv args=("${CONDA_ENVIRON}" "addie" "$@") # remove font-cache to side step startup speed issue rm -f ${HOME}/.cache/fontconfig/* # launch the tool activate_and_launch "${args[@]}"
mantidworkbench +2 −0 Original line number Diff line number Diff line Loading @@ -4,5 +4,7 @@ source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh" # put together arguments - conda_env, application, argv args=("mantid" "mantidworkbench" "$@") # remove font-cache to side step startup speed issue rm -f ${HOME}/.cache/fontconfig/* # launch the tool activate_and_launch "${args[@]}"
mantidworkbenchnightly +2 −0 Original line number Diff line number Diff line Loading @@ -4,5 +4,7 @@ source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh" # put together arguments - conda_env, application, argv args=("mantid-dev" "mantidworkbench" "$@") # remove font-cache to side step startup speed issue rm -f ${HOME}/.cache/fontconfig/* # launch the tool activate_and_launch "${args[@]}"
mantidworkbenchqa +2 −0 Original line number Diff line number Diff line Loading @@ -4,5 +4,7 @@ source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh" # put together arguments - conda_env, application, argv args=("mantid-qa" "mantidworkbench" "$@") # remove font-cache to side step startup speed issue rm -f ${HOME}/.cache/fontconfig/* # launch the tool activate_and_launch "${args[@]}"
nsd-app-wrap.spec +5 −1 Original line number Diff line number Diff line %global srcname nsd-app-wrap Name: nsd-app-wrap Version: 1.28 Version: 1.29 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading @@ -70,6 +70,10 @@ install -m 644 jupyter.local.desktop %{buildroot}%{_datadir}/applications/ %license LICENSE %changelog * Fri Oct 7 2022 Michael Walsh and Pete Peterson - Alter Pyrs launch script to launch from conda install, with a backup of local install - Remove user font cache on startup of GUIs * Mon Sep 26 2022 Ross Whitfield - Add Terminal=true to jupyter.local.desktop Loading