From 40f037725dcf062a04fb6dd17660c5202fdee35a Mon Sep 17 00:00:00 2001
From: JennaHuntsman <jenna.salem.sf@gmail.com>
Date: Sun, 26 Jun 2022 09:11:31 -0400
Subject: [PATCH] Update indra/newview/linux_tools/refresh_desktop_app_entry.sh

---
 indra/newview/linux_tools/refresh_desktop_app_entry.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/linux_tools/refresh_desktop_app_entry.sh b/indra/newview/linux_tools/refresh_desktop_app_entry.sh
index 71152fb099c..a63266231c9 100755
--- a/indra/newview/linux_tools/refresh_desktop_app_entry.sh
+++ b/indra/newview/linux_tools/refresh_desktop_app_entry.sh
@@ -35,7 +35,7 @@ Comment=Launch the viewer using the system's integrated GPU, instead of the dedi
 PrefersNonDefaultGPU=false
 
 [Desktop Action AssociateMIME]
-Exec=.${installation_prefix}/etc/register_secondlifeprotocol.sh
+Exec=${installation_prefix}/etc/register_secondlifeprotocol.sh
 Name=Associate SLURLs
 Comment=Set this viewer as the default handler for secondlife:// links.
 Terminal=true
-- 
GitLab