diff --git a/Makefile b/Makefile index e5032a2..fc24d1d 100644 --- a/Makefile +++ b/Makefile @@ -159,7 +159,7 @@ install: install -m 644 resources/scalable/claudia-launcher.svg $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps/ # Install main code - install -m 755 src/*.py $(DESTDIR)$(PREFIX)/share/cadence/src/ + install -m 644 src/*.py $(DESTDIR)$(PREFIX)/share/cadence/src/ # Install addtional stuff for Cadence install -m 644 data/pulse2jack/* $(DESTDIR)$(PREFIX)/share/cadence/pulse2jack/ diff --git a/data/icons/claudia-hicolor/16x16/apps/radium.png b/data/icons/claudia-hicolor/16x16/apps/radium.png old mode 100755 new mode 100644 diff --git a/data/icons/claudia-hicolor/48x48/apps/radium.png b/data/icons/claudia-hicolor/48x48/apps/radium.png old mode 100755 new mode 100644 diff --git a/data/templates/Carla.carxp b/data/templates/Carla.carxp old mode 100755 new mode 100644 diff --git a/data/templates/LMMS.mmp b/data/templates/LMMS.mmp old mode 100755 new mode 100644 diff --git a/resources/scalable/orig/cadence-suite_small.svg b/resources/scalable/orig/cadence-suite_small.svg old mode 100755 new mode 100644 diff --git a/src/cadence.py b/src/cadence.py index 8b5192f..67d7a77 100755 --- a/src/cadence.py +++ b/src/cadence.py @@ -113,8 +113,6 @@ XDG_APPLICATIONS_PATH = [ "/usr/local/share/applications" ] -WINEASIO_PREFIX = "HKEY_CURRENT_USER\Software\Wine\WineASIO" - # --------------------------------------------------------------------- global jackClientIdALSA, jackClientIdPulse