How do I set VST_Path on Kubuntu?
I’ve just been copying the .dll’s to usr/local/lib/vst, but I would rather have a path in my home folder (ie: /home/steven/plugins/vst), but I’m not sure how to set the environment variables…I’m fairly new to linux, but also fairly comforatable with it at this point.
Thanks!
mm0
hi, i am on debian testing here, but kubuntu should not differ very much.
so this is what i have added at the end of the .bashrc file in my home directory:
export DSSI_PATH=/usr/local/lib/dssi/:/usr/lib/dssi/
export VST_PATH=/home/nowhiskey/vst/
export LASH_START_SERVER=y
export LADSPA_PATH=/usr/lib/ladspa/:/usr/local/lib/ladspa/
hope it helps!
cheers,
doc
p.s. i am just realizing that this is not fitting here, but it should be 4 lines all beginning with ’export…’
Log off your session, then login again. Run Ardour.
If the problem persists:
- make sure to replace /home/**nowhiskey**/vst with your username.
- locate dssi and ladspa libraries on your system, and change the paths accordingly.
—
Or if you want to see if it works without logging off, type those lines (or at least the VST_PATH variable) in a terminal and run ardourvst from this same termial. If it works, paste them in your $HOME/.bashrc file.
did you logout and back in again? or type . ~/.bashrc (though that can be dangerous depending on what you have in there. those variable settings are made when you login (or start a new shell). they don’t take effect by just putting them into that file.





Joined: 2007-05-16