aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorArmin Weatherwax2011-04-12 15:02:47 +0200
committerArmin Weatherwax2011-04-12 22:21:16 +0200
commit4ac5c3922f4415d83343d375d9a9b6b4d1888598 (patch)
treeb0e9aa369eee1f8848973ac380752e68e89593fd /linden/indra/newview/viewer_manifest.py
parentdiamonds are a gccs best friend ... and need also a space (diff)
downloadmeta-impy-4ac5c3922f4415d83343d375d9a9b6b4d1888598.zip
meta-impy-4ac5c3922f4415d83343d375d9a9b6b4d1888598.tar.gz
meta-impy-4ac5c3922f4415d83343d375d9a9b6b4d1888598.tar.bz2
meta-impy-4ac5c3922f4415d83343d375d9a9b6b4d1888598.tar.xz
linux: several improvements to the starter script, provide a default alsoft.conf
* removed several export lines that are not supported * added a line that -if the user enables it- lets openal load a specific alsoft.conf * added a line that -if the user enables it- adds a custom GST_PLUGIN_PATH * create a crashlog package in the viewer folder if stack_trace.log exists.
Diffstat (limited to 'linden/indra/newview/viewer_manifest.py')
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 86acaea..0f129dd 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -912,6 +912,7 @@ class LinuxManifest(ViewerManifest):
912 912
913 self.path("res/imprudence_icon.png","imprudence_icon.png") 913 self.path("res/imprudence_icon.png","imprudence_icon.png")
914 if self.prefix("linux_tools", dst=""): 914 if self.prefix("linux_tools", dst=""):
915 self.path("alsoft.conf")
915 #self.path("client-readme.txt","README-linux.txt") 916 #self.path("client-readme.txt","README-linux.txt")
916 self.path("client-readme-voice.txt","README-linux-voice.txt") 917 self.path("client-readme-voice.txt","README-linux-voice.txt")
917 #self.path("client-readme-joystick.txt","README-linux-joystick.txt") 918 #self.path("client-readme-joystick.txt","README-linux-joystick.txt")