From 02031661d83ebd0d271b021c044cba9f4ae948b6 Mon Sep 17 00:00:00 2001 From: JennaHuntsman <jenna.salem.sf@gmail.com> Date: Sun, 26 Jun 2022 09:46:46 -0400 Subject: [PATCH] Update indra/newview/linux_tools/wrapper.sh --- indra/newview/linux_tools/wrapper.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/indra/newview/linux_tools/wrapper.sh b/indra/newview/linux_tools/wrapper.sh index 8df3b31ac38..6b2460bb799 100755 --- a/indra/newview/linux_tools/wrapper.sh +++ b/indra/newview/linux_tools/wrapper.sh @@ -82,10 +82,12 @@ echo "Running from ${RUN_PATH}" cd "${RUN_PATH}" # Re-register the secondlife:// protocol handler every launch, for now. -./etc/register_secondlifeprotocol.sh +# NOTE: this should no longer be required with the new desktop shortcut, combined with XDG integration. +#./etc/register_secondlifeprotocol.sh # Re-register the application with the desktop system every launch, for now. -./etc/refresh_desktop_app_entry.sh +# NOTE: this should no longer be required with XDG integration. App icon should be created at install time, not run time. +#./etc/refresh_desktop_app_entry.sh ## Before we mess with LD_LIBRARY_PATH, save the old one to restore for ## subprocesses that care. -- GitLab