aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/linux_tools
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:56 -0500
committerJacek Antonelli2008-08-15 23:44:56 -0500
commitc07901e29ed545bbb02e3bddf148fe1104b94e9f (patch)
treef1ada64ce834acd7d92a425efb96c4b86bcf16b1 /linden/indra/newview/linux_tools
parentSecond Life viewer sources 1.15.0.2 (diff)
downloadmeta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.zip
meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.gz
meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.bz2
meta-impy-c07901e29ed545bbb02e3bddf148fe1104b94e9f.tar.xz
Second Life viewer sources 1.15.1.3
Diffstat (limited to 'linden/indra/newview/linux_tools')
-rw-r--r--linden/indra/newview/linux_tools/client-readme.txt1
-rwxr-xr-xlinden/indra/newview/linux_tools/launch_url.sh2
-rwxr-xr-xlinden/indra/newview/linux_tools/wrapper.sh2
3 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/linux_tools/client-readme.txt b/linden/indra/newview/linux_tools/client-readme.txt
index cabb034..63086c8 100644
--- a/linden/indra/newview/linux_tools/client-readme.txt
+++ b/linden/indra/newview/linux_tools/client-readme.txt
@@ -97,7 +97,6 @@ the Alpha release of the Linux client.
97 implemented on the Linux client and are therefore known not to work properly 97 implemented on the Linux client and are therefore known not to work properly
98 at this time: 98 at this time:
99 * QuickTime movie playback and movie recording 99 * QuickTime movie playback and movie recording
100 * Video memory detection
101 * Full Unicode font rendering 100 * Full Unicode font rendering
102 * Auto-updater 101 * Auto-updater
103 102
diff --git a/linden/indra/newview/linux_tools/launch_url.sh b/linden/indra/newview/linux_tools/launch_url.sh
index 564e834..a1c6f5d 100755
--- a/linden/indra/newview/linux_tools/launch_url.sh
+++ b/linden/indra/newview/linux_tools/launch_url.sh
@@ -1,5 +1,5 @@
1#!/bin/sh 1#!/bin/sh
2# bash v1.14+ expected 2# Script tested with: bash 1.14, bash 3.1.17, zsh 4.2.5, ksh 1993-12-28
3 3
4# This script loads a web page in the 'default' graphical web browser. 4# This script loads a web page in the 'default' graphical web browser.
5# It MUST return immediately (or soon), so the browser should be 5# It MUST return immediately (or soon), so the browser should be
diff --git a/linden/indra/newview/linux_tools/wrapper.sh b/linden/indra/newview/linux_tools/wrapper.sh
index cdc36a8..5f128e8 100755
--- a/linden/indra/newview/linux_tools/wrapper.sh
+++ b/linden/indra/newview/linux_tools/wrapper.sh
@@ -1,4 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2# Script tested with: bash 1.14, bash 3.1.17, zsh 4.2.5, ksh 1993-12-28
3
2## Here are some configuration options for Linux Client Alpha Testers. 4## Here are some configuration options for Linux Client Alpha Testers.
3## These options are for self-assisted troubleshooting during this alpha 5## These options are for self-assisted troubleshooting during this alpha
4## testing phase; you should not usually need to touch them. 6## testing phase; you should not usually need to touch them.