View Issue Details

IDProjectCategoryView StatusLast Update
0001656ardourbugspublic2008-11-21 00:00
Reporterdeva Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version2.0 
Summary0001656: .ardour folder in home directory created with wrong permissions
DescriptionWhen 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)
TagsNo tags attached.

Activities

paul

2007-05-10 11:41

administrator   ~0003909

fixed in trunk and 2.0-ongoing

Issue History

Date Modified Username Field Change
2007-05-09 16:24 deva New Issue
2007-05-10 11:41 paul Status new => resolved
2007-05-10 11:41 paul Resolution open => fixed
2007-05-10 11:41 paul Assigned To => paul
2007-05-10 11:41 paul Note Added: 0003909
2008-11-21 00:00 seablade Status resolved => closed