Hey,

i suppose i've found the code which is responsible for adding 
/usr/bin/plugins to the ladspa-plugin-dir list.
I think its line 114 in preferences.cpp:
   

    QString qStringPath = qApp->applicationDirPath() + "/plugins";
    m_ladspaPathVect.push_back( qStringPath );

If we assume that hydrogen is install to /usr/bin, /usr/bin/plugins will 
be added to the path vector.
I don't think that it is neccessary to add this directory to the vector 
because in most cases, the dir
/usr/bin/plugins or /usr/local/bin/plugins contains no ladspa plugins. 
And for non-standard locations there's
already the LADSPA_PATH environment variable. I would like to remove 
these 2 line if nobody votes against it.

Of course this fixes not the main problem (the segfault), but it can't 
reproduce it here and i think these 2 lines are not necessary..
- Sebastian


------------------------------------------------------------------------------
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to