norihiro / obs-text-pthread

Rich text source plugin for OBS Studio
GNU General Public License v2.0
35 stars 4 forks source link

The default plugin folders of OBS Studio 27 has been changed another location on Ubuntu 22.04. #37

Open AngelSherry opened 1 year ago

AngelSherry commented 1 year ago

Since Ubuntu update to 22.04, the default plugin folders of OBS Studio 27 has been changed to /usr/lib/x86_64-linux-gnu/obs-plugins instead of /usr/lib/obs-plugins. And OBS Studio won't load /usr/lib/obs-plugins any more. It cause OBS 27 couldn't load obs-text-pthread unless I created a symbol link to /usr/lib/x86_64-linux-gnu/obs-plugins for it.

So please consider to fix obs-text-pthread-2.0.2-obs27-ubuntu-20.04-x86_64.deb since Ubuntu haven't released OBS Studio 28 informally.

2022-09-19 01-41-17 的螢幕擷圖 2022-09-19 01-41-23 的螢幕擷圖

norihiro commented 1 year ago

I assume obs-studio 27 is installed from PPA officially released from OBS Project. Where have you installed obs-studio?

AngelSherry commented 1 year ago

I assume obs-studio 27 is installed from PPA officially released from OBS Project. Where have you installed obs-studio?

I installed it from Ubuntu Official Repositories and the version is 27.2.3+dfsg1-1. Also, Ubuntu Official Repositories offer other plugins for OBS Studio, which are using /usr/lib/x86_64-linux-gnu/obs-plugins by default, too.

I know it's so confused that every distro may use different folder. Will it be to use dpkg-trigger to check where the default plugin folder is and create symbol link?