Question / Help [SOLVED]Where is plugins directory?

CaptNemo

New Member
Greetings! I can't find the path to plugins directory with version 24.0.* For example in version 21 the path was: $HOME/.config/obs-studio/plugins . The fact is that I can't install the linux browser plugin in ver. 24
 

CNLohr

New Member
I am running into a similar issue myself here, but with a different plugin. I just strace'd obs, and it is definitely finding my plugins in ~/.config/obs-studio/plugins/ however, it isn't loading any at all, like it's just statting the files instead of opening them. It looks like maybe there's something wrong with loading plugins from there?
 

CNLohr

New Member
Looks like it is in fact the same folder - though the plugins look like they want to live in a folder/bin64/... for example

cp shm_opengl_obs.so ~/.config/obs-studio/plugins/shm_opengl_obs/bin/64bit/
 
Top