Loading nsd-app-wrap.sh +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ _remove_font_cache() { # remove the font cache in the user's home directory # this is needed to avoid problems with the font cache and the Qt versions of old Mantid versions if [ -d "${HOME}/.cache/fontconfig" ]; then rm -f "${HOME}/.cache/fontconfig/*" rm -f "${HOME}"/.cache/fontconfig/* fi } 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.40 Version: 1.41 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 * Mon Apr 17 2023 Jose Borreguero - Bugfix utility _remove_font_cache * Mon Apr 17 2023 Reece Boston - Add snapred Loading Loading
nsd-app-wrap.sh +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ _remove_font_cache() { # remove the font cache in the user's home directory # this is needed to avoid problems with the font cache and the Qt versions of old Mantid versions if [ -d "${HOME}/.cache/fontconfig" ]; then rm -f "${HOME}/.cache/fontconfig/*" rm -f "${HOME}"/.cache/fontconfig/* fi } 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.40 Version: 1.41 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 * Mon Apr 17 2023 Jose Borreguero - Bugfix utility _remove_font_cache * Mon Apr 17 2023 Reece Boston - Add snapred Loading