diff options
author | Armin Weatherwax | 2011-04-12 15:02:47 +0200 |
---|---|---|
committer | Armin Weatherwax | 2011-04-12 22:21:16 +0200 |
commit | 4ac5c3922f4415d83343d375d9a9b6b4d1888598 (patch) | |
tree | b0e9aa369eee1f8848973ac380752e68e89593fd /linden/indra/newview/viewer_manifest.py | |
parent | diamonds are a gccs best friend ... and need also a space (diff) | |
download | meta-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-x | linden/indra/newview/viewer_manifest.py | 1 |
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") |