aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xLightInstallation.py2
-rw-r--r--Profile.py2
-rw-r--r--config/6thFloorOSC.xml4
-rwxr-xr-x[-rw-r--r--]setup.sh2
4 files changed, 5 insertions, 5 deletions
diff --git a/LightInstallation.py b/LightInstallation.py
index c1f01e8..41cc925 100755
--- a/LightInstallation.py
+++ b/LightInstallation.py
@@ -193,7 +193,7 @@ class LightInstallation(object):
def main(argv):
if len(argv) == 1:
- l = LightInstallation('LightInstallationConfig.xml')
+ l = LightInstallation('config/6thFloor.xml')
else:
l = LightInstallation(argv[1])
diff --git a/Profile.py b/Profile.py
index daabb6b..2f796b2 100644
--- a/Profile.py
+++ b/Profile.py
@@ -1,4 +1,4 @@
import cProfile
from LightInstallation import main
-command = """main(['', 'config/Kuan.xml'])"""
+command = """main(['', 'config/6thFloorOSC.xml'])"""
cProfile.runctx(command, globals(), locals(), filename="smootlight.profile")
diff --git a/config/6thFloorOSC.xml b/config/6thFloorOSC.xml
index cb1fd10..ca99b2b 100644
--- a/config/6thFloorOSC.xml
+++ b/config/6thFloorOSC.xml
@@ -29,9 +29,9 @@
</PixelMapper>
</PixelMapperConfiguration>
<RendererConfiguration>
- <Renderer>
+ <!--Renderer>
<InheritsFrom>renderers/60StripSeq.xml</InheritsFrom>
- </Renderer>
+ </Renderer-->
<Renderer>
<InheritsFrom>renderers/Pygame.xml</InheritsFrom>
</Renderer>
diff --git a/setup.sh b/setup.sh
index 8f5f6dc..97ad691 100644..100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,2 +1,2 @@
sudo mkdir -p /var/log/smoot_light
-sudo chmod 777 /var/log/smoot_light
+sudo chmod -R 777 /var/log/smoot_light