Commit e3e05c9e authored by Borreguero Calvo, Jose's avatar Borreguero Calvo, Jose
Browse files

Merge branch 'quicknxs3_no_font_cache' into 'main'

explicit call to _remove_font_cache

See merge request sns-hfir-scse/infrastructure/nsd-app-wrap!28
parents b6a529fd fc018807
Loading
Loading
Loading
Loading
Loading
+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
@@ -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

+6 −6
Original line number Diff line number Diff line
@@ -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