diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-09 01:29:24 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-04-09 01:29:24 +0000 |
commit | 0632a4b5edeba9edb2419bc18b692a6dd0e79a82 (patch) | |
tree | e1ca86a72678b86b8decdb7d720061a1d2784d7b /packages/darwin_app | |
parent | 168c11677437630f398093f13d9b0699202fcf19 (diff) |
- hard-coded user install paths outlined in this FAQ entry. This makes it so
that Pd-extended will look in the user install paths regardless of the prefs:
http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-with-pd-extended
- fixed prefs generating script to make the windows files properly
- removed new hard-coded paths from the default prefs files
svn path=/trunk/; revision=10991
Diffstat (limited to 'packages/darwin_app')
-rw-r--r-- | packages/darwin_app/org.puredata.pd.default.plist | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/packages/darwin_app/org.puredata.pd.default.plist b/packages/darwin_app/org.puredata.pd.default.plist index 834dc095..3697ece1 100644 --- a/packages/darwin_app/org.puredata.pd.default.plist +++ b/packages/darwin_app/org.puredata.pd.default.plist @@ -83,27 +83,17 @@ <key>nloadlib</key> <string>37</string> <key>path1</key> - <string>~/Library/Pd</string> - <key>path2</key> - <string>/Library/Pd</string> - <key>path3</key> <string>/System/Library/Fonts</string> - <key>path4</key> + <key>path2</key> <string>/Library/Fonts</string> - <key>path5</key> + <key>path3</key> <string>~/Library/Fonts</string> - <key>path6</key> + <key>path4</key> <string>/usr/X11R6/lib/X11/fonts/TTF</string> - <key>path7</key> - <string>/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Home/lib/fonts</string> - <key>path8</key> - <string>/sw/lib/X11/fonts/msttf</string> - <key>path9</key> - <string>/sw/lib/X11/fonts/intl/TrueType</string> - <key>path10</key> - <string>/sw/lib/X11/fonts/applettf</string> + <key>path5</key> + <string>/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/fonts</string> <key>npath</key> - <string>10</string> + <string>5</string> </dict> </plist> |