Skip to content
Snippets Groups Projects
Commit 920b5fdf authored by JennaHuntsman's avatar JennaHuntsman
Browse files

Update indra/newview/linux_tools/wrapper.sh

parent e8cddfe0
No related branches found
No related tags found
No related merge requests found
...@@ -82,10 +82,12 @@ echo "Running from ${RUN_PATH}" ...@@ -82,10 +82,12 @@ echo "Running from ${RUN_PATH}"
cd "${RUN_PATH}" cd "${RUN_PATH}"
# Re-register the secondlife:// protocol handler every launch, for now. # 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. # 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 ## Before we mess with LD_LIBRARY_PATH, save the old one to restore for
## subprocesses that care. ## subprocesses that care.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment