Commit 2497c9d1 authored by Zhang, Chen's avatar Zhang, Chen Committed by Peterson, Peter
Browse files

Remove temp solution to bypass Qt font cache issue

parent 20f6f07d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -33,7 +33,5 @@ if [ "$real_arg" == "" ]; then
else
    args=("${CONDA_ENVIRON}" "addie" "$real_arg")
fi
# remove font-cache to side step startup speed issue
rm -f ${HOME}/.cache/fontconfig/*
# launch the tool
activate_and_launch "${args[@]}"
+0 −2
Original line number Diff line number Diff line
@@ -5,7 +5,5 @@ source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh"
# put together arguments - conda_env, application, argv
CONDA_ENV="mantid"
args=("${CONDA_ENV}" "/opt/anaconda/envs/${CONDA_ENV}/bin/mantidworkbench" "$@")
# remove font-cache to side step startup speed issue
rm -f ${HOME}/.cache/fontconfig/*
# launch the tool
activate_and_launch "${args[@]}"
+0 −2
Original line number Diff line number Diff line
@@ -5,7 +5,5 @@ source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh"
# put together arguments - conda_env, application, argv
CONDA_ENV="mantid-dev"
args=("${CONDA_ENV}" "/opt/anaconda/envs/${CONDA_ENV}/bin/mantidworkbench" "$@")
# remove font-cache to side step startup speed issue
rm -f ${HOME}/.cache/fontconfig/*
# launch the tool
activate_and_launch "${args[@]}"
+0 −2
Original line number Diff line number Diff line
@@ -5,7 +5,5 @@ source "$(dirname "$(realpath "$0")")/nsd-app-wrap.sh"
# put together arguments - conda_env, application, argv
CONDA_ENV="mantid-qa"
args=("${CONDA_ENV}" "/opt/anaconda/envs/${CONDA_ENV}/bin/mantidworkbench" "$@")
# remove font-cache to side step startup speed issue
rm -f ${HOME}/.cache/fontconfig/*
# launch the tool
activate_and_launch "${args[@]}"
+1 −1
Original line number Diff line number Diff line
%global srcname nsd-app-wrap

Name:           nsd-app-wrap
Version:        1.36
Version:        1.37
Release:        1%{?dist}
Summary:        Wrapper scripts to launch python applications installed via anaconda
Vendor:         Peter F. Peterson
Loading