summarylogtreecommitdiffstats
path: root/fix_default_dirs.patch
blob: 59a117f242e47a68a3f27218b130146eec62be8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/Source/Settings/CabbageSettings.cpp b/Source/Settings/CabbageSettings.cpp
index 6d98818b..6fde16df 100755
--- a/Source/Settings/CabbageSettings.cpp
+++ b/Source/Settings/CabbageSettings.cpp
@@ -49,7 +49,9 @@ void CabbageSettings::setDefaultSettings()
 #if defined(WIN32)
     manualPath = "C:\\Program Files\\Csound6_x64\\doc\\manual";
 #elif !defined(MACOSX)
-    manualPath = File::getSpecialLocation (File::currentExecutableFile).getParentDirectory().getFullPathName() + "/CsoundDocs";
+    examplesDir = "/usr/share/doc/cabbage/examples";
+    cabbageHelp = "/usr/share/doc/cabbage/help";
+    manualPath = "/usr/share/doc/csound-doc";
 #else
     examplesDir = File::getSpecialLocation (File::currentExecutableFile).getParentDirectory().getParentDirectory().getFullPathName() + "/Examples";
     cabbageHelp = File::getSpecialLocation (File::currentExecutableFile).getParentDirectory().getParentDirectory().getFullPathName() + "/CabbageManual";