diff --git a/rpm/nsd-app-wrap.spec b/rpm/nsd-app-wrap.spec index 8146de9c08386a3a62e8b59c70bc284aef32bed3..532135939259265423a2ed413a354ddf44f9527c 100644 --- a/rpm/nsd-app-wrap.spec +++ b/rpm/nsd-app-wrap.spec @@ -1,5 +1,5 @@ Name: nsd-app-wrap -Version: 1.89 +Version: 1.90 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson @@ -110,6 +110,9 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a %changelog +* Thu May 22 2025 Glass Elsarboukh +- refl1d desktop entry points to qa + * Tue May 13 2025 Ian Gibbs - refl1d points to refl1d-qa diff --git a/src/desktop/refl1d.desktop b/src/desktop/refl1d.desktop index e66b2ddad26aa630d6ec386760cf08fbabc56151..86ff417b0259c269d5d0adb96e769ed6cd9004f6 100644 --- a/src/desktop/refl1d.desktop +++ b/src/desktop/refl1d.desktop @@ -2,7 +2,7 @@ Name=Refl1d Webview GenericName=Refl1d Webview Comment=Start Refl1d Webview instance -Exec=sh -c "echo -e 'This version of Refl1d does not support webview yet.\nPlease use Refl1d Webview Dev or QA' && sleep 60" +Exec=sh -c "/usr/bin/refl1d --qa" Terminal=true Icon=refl1d Type=Application