Limeth / obs-shaderfilter-plus

obs-shaderfilter rewritten in Rust and improved
Other
183 stars 19 forks source link

Issues installing on Linux #35

Open NoelleTGS opened 2 years ago

NoelleTGS commented 2 years ago

I'm trying to install shaderfilter-plus after switching to Linux recently, and I'm having issues installing it. I read through the readme and #30, but I don't have the folders mentioned in either of those. I tried putting it in /obs-studio/plugins/ to no avail. I'm using the Flatpak version if that changes anything.

MarioMey commented 2 years ago

I get this from google:

flatpak can operate in system-wide or per-user mode. The system-wide data is located in $prefix/var/lib/flatpak/, and the per-user data is in $HOME/. local/share/flatpak/. In addition to the default installation locations, more system-wide installations can be defined via configuration files /etc/flatpak/installations.

Check that paths. Remember that plugins are files with .so extension. I don't know your system, but I think you should search, as I say in #30 in obs-plugins/64bits (where executable obs is in bin/64). So, your path to put plugins in would may be /var/lib/flatpak/obs-studio/obs-plugins/64bits or ~/.local/share/flatpak/obs-studio/obs-plugins/64bits.