FiniteSingularity / obs-composite-blur

A comprehensive blur plugin for OBS that provides several different blur algorithms, and proper compositing.
GNU General Public License v2.0
319 stars 27 forks source link

[BUG] - Mac installer on Apple Silicon systems should not allow root install. #62

Closed FiniteSingularity closed 6 months ago

FiniteSingularity commented 9 months ago

Describe the bug OBS no longer allows global plugins for the arm version of OBS as outlined in this PR here: https://github.com/obsproject/obs-studio/pull/7089 . However, in some cases, the MacOS installer will allow you to do a global plugin install (installing the plugin in /Library rather than in /Users/<username>/Library), which will then not be loaded by OBS. This issue was originally seen in this support request: #60 .

Expected behavior When installing on an arm-based Mac, the installer should not allow the user to install the plugin globally.

FiniteSingularity commented 9 months ago

In the short term, I've updated the documentation on the OBS Forum plugin page to specify that Arm Mac users should not install the plugin globally, but I'd like to see a more definite solution to this.

FiniteSingularity commented 6 months ago

This hasn't seemed to happen for quite some time. Going to close this, but will re-open if it starts happening again.