diff options
Diffstat (limited to '')
-rwxr-xr-x | linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh | 2 | ||||
-rwxr-xr-x | linden/indra/newview/linux_tools/wrapper.sh | 14 |
2 files changed, 4 insertions, 12 deletions
diff --git a/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh b/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh index 7ff86d1..3613070 100755 --- a/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh +++ b/linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh | |||
@@ -13,5 +13,5 @@ fi | |||
13 | RUN_PATH=`dirname "$0" || echo .` | 13 | RUN_PATH=`dirname "$0" || echo .` |
14 | cd "${RUN_PATH}" | 14 | cd "${RUN_PATH}" |
15 | 15 | ||
16 | exec ./secondlife -url \'"${URL}"\' | 16 | exec ./imprudence -url \'"${URL}"\' |
17 | 17 | ||
diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh index 9d2e06b..e1c68b9 100755 --- a/linden/indra/newview/linux_tools/wrapper.sh +++ b/linden/indra/newview/linux_tools/wrapper.sh | |||
@@ -103,7 +103,7 @@ if [ -n "$LL_TCMALLOC" ]; then | |||
103 | fi | 103 | fi |
104 | 104 | ||
105 | export SL_ENV='LD_LIBRARY_PATH="`pwd`"/lib:"`pwd`"/app_settings/mozilla-runtime-linux-i686:"${LD_LIBRARY_PATH}"' | 105 | export SL_ENV='LD_LIBRARY_PATH="`pwd`"/lib:"`pwd`"/app_settings/mozilla-runtime-linux-i686:"${LD_LIBRARY_PATH}"' |
106 | export SL_CMD='$LL_WRAPPER bin/do-not-directly-run-secondlife-bin' | 106 | export SL_CMD='$LL_WRAPPER bin/do-not-directly-run-imprudence-bin' |
107 | export SL_OPT="`cat gridargs.dat` $@" | 107 | export SL_OPT="`cat gridargs.dat` $@" |
108 | 108 | ||
109 | # Run the program | 109 | # Run the program |
@@ -118,9 +118,9 @@ if [ -n "$LL_RUN_ERR" ]; then | |||
118 | if [ "`uname -m`" = "x86_64" ]; then | 118 | if [ "`uname -m`" = "x86_64" ]; then |
119 | echo | 119 | echo |
120 | cat << EOFMARKER | 120 | cat << EOFMARKER |
121 | You are running the Second Life Viewer on a x86_64 platform. The | 121 | You are running the Imprudence Viewer on a x86_64 platform. The |
122 | most common problems when launching the Viewer (particularly | 122 | most common problems when launching the Viewer (particularly |
123 | 'bin/do-not-directly-run-secondlife-bin: not found' and 'error while | 123 | 'bin/do-not-directly-run-imprudence-bin: not found' and 'error while |
124 | loading shared libraries') may be solved by installing your Linux | 124 | loading shared libraries') may be solved by installing your Linux |
125 | distribution's 32-bit compatibility packages. | 125 | distribution's 32-bit compatibility packages. |
126 | For example, on Ubuntu and other Debian-based Linuxes you might run: | 126 | For example, on Ubuntu and other Debian-based Linuxes you might run: |
@@ -129,11 +129,3 @@ EOFMARKER | |||
129 | fi | 129 | fi |
130 | fi | 130 | fi |
131 | fi | 131 | fi |
132 | |||
133 | |||
134 | echo | ||
135 | echo '*******************************************************' | ||
136 | echo 'This is a BETA release of the Second Life linux client.' | ||
137 | echo 'Thank you for testing!' | ||
138 | echo 'Please see README-linux.txt before reporting problems.' | ||
139 | echo | ||