From 416dd0a4b7b4f1c1a07081c956e7137409b0d46c Mon Sep 17 00:00:00 2001 From: "Elsarboukh, Glass" Date: Mon, 27 Oct 2025 12:51:23 -0400 Subject: [PATCH] Update 3 files - /src/refl1d - /src/desktop/refl1d.desktop - /rpm/nsd-app-wrap.spec --- rpm/nsd-app-wrap.spec | 5 ++++- src/desktop/refl1d.desktop | 2 +- src/refl1d | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/rpm/nsd-app-wrap.spec b/rpm/nsd-app-wrap.spec index 9536156..196d5d0 100644 --- a/rpm/nsd-app-wrap.spec +++ b/rpm/nsd-app-wrap.spec @@ -1,5 +1,5 @@ Name: nsd-app-wrap -Version: 2.8 +Version: 2.9 Release: 1%{?dist} Summary: Wrapper scripts to launch python applications installed via anaconda Vendor: Peter F. Peterson @@ -101,6 +101,9 @@ install -m 644 desktop/ibeatles.desktop %{buildroot}%{_datadir}/a %{_prefix}/share/applications/* %changelog +* Mon Oct 27 2025 Glass Elsarboukh +- Refl1d prod no longer an alias for qa + * Wed Aug 13 2025 Maria Patrou - Set enviromental variable for inspired diff --git a/src/desktop/refl1d.desktop b/src/desktop/refl1d.desktop index 86ff417..ec77ae2 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 "/usr/bin/refl1d --qa" +Exec=sh -c "/usr/bin/refl1d" Terminal=true Icon=refl1d Type=Application diff --git a/src/refl1d b/src/refl1d index 4631900..97b2d46 100644 --- a/src/refl1d +++ b/src/refl1d @@ -7,7 +7,7 @@ unset SESSION_MANAGER COMMAND="refl1d" # --port XXXX # select the environment to use -PIXI_ENVIRON=refl1d_qa +PIXI_ENVIRON=refl1d if [ -n "$1" ]; then if [ "$1" == "--dev" ]; then PIXI_ENVIRON=refl1d_dev -- GitLab