Loading nsd-app-wrap.spec +4 −1 Original line number Diff line number Diff line %global srcname nsd-app-wrap Name: nsd-app-wrap Version: 1.42 Version: 1.43 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading @@ -69,6 +69,9 @@ install -m 644 jupyter.local.desktop %{buildroot}%{_datadir}/applications/ %license LICENSE %changelog * Tue Apr 18 2023 Jose Borreguero - explicit call to remove font cache for quicknxs * Mon Apr 17 2023 Jose Borreguero - Bugfix snapred spec Loading quicknxs3 +6 −6 Original line number Diff line number Diff line Loading @@ -16,10 +16,10 @@ if [ -v CONDA_ENVIRON ]; then # import library to do the real work source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh" # activate the environment - will be deactivated on exit activate_conda_environment "${CONDA_ENVIRON}" # put together arguments - conda_env, application, argv args=("${CONDA_ENVIRON}" "quicknxs2" "$@") # launch the tool activate_and_launch "${args[@]}" else /usr/bin/quicknxs2 fi # start the application quicknxs2 Loading
nsd-app-wrap.spec +4 −1 Original line number Diff line number Diff line %global srcname nsd-app-wrap Name: nsd-app-wrap Version: 1.42 Version: 1.43 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson Loading Loading @@ -69,6 +69,9 @@ install -m 644 jupyter.local.desktop %{buildroot}%{_datadir}/applications/ %license LICENSE %changelog * Tue Apr 18 2023 Jose Borreguero - explicit call to remove font cache for quicknxs * Mon Apr 17 2023 Jose Borreguero - Bugfix snapred spec Loading
quicknxs3 +6 −6 Original line number Diff line number Diff line Loading @@ -16,10 +16,10 @@ if [ -v CONDA_ENVIRON ]; then # import library to do the real work source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh" # activate the environment - will be deactivated on exit activate_conda_environment "${CONDA_ENVIRON}" # put together arguments - conda_env, application, argv args=("${CONDA_ENVIRON}" "quicknxs2" "$@") # launch the tool activate_and_launch "${args[@]}" else /usr/bin/quicknxs2 fi # start the application quicknxs2