View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001656 | ardour | bugs | public | 2007-05-09 16:24 | 2008-11-21 00:00 |
| Reporter | deva | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.0 | ||||
| Summary | 0001656: .ardour folder in home directory created with wrong permissions | ||||
| Description | When starting Ardour for the first time the .ardour folder is created in the home directory. This folder is however created without the execute bit set, preventing the user from listing the contents... and preventing some VST plugins from saving their settings. I'm not sure whether the bug actually is for the VST folder to be 'moved' to the .ardour2 folder or the permissions for the .ardour folder, I guess that's up to the fixer. I propose the following fix: Change the lines path = getenv ("HOME"); path += "/.ardour/vst"; into path = getenv ("HOME"); path += "/.ardour2/vst"; in the vst_plugin.cc file (and change on load too I guess) | ||||
| Tags | No tags attached. | ||||