Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Works on Linux and a small bug #3

Open
Totto16 opened this issue Jun 5, 2022 · 0 comments
Open

Works on Linux and a small bug #3

Totto16 opened this issue Jun 5, 2022 · 0 comments

Comments

@Totto16
Copy link

Totto16 commented Jun 5, 2022

I just tested this on linux, and it works as intended, while debugging a strange issue (that the update RPC button didn't work) I found a bug, in line 275 if (videoname ~= " ") then it is checked against a empty string, but for that it has to be if (videoname ~= "") then.

A Note to to the linux shared library, if you're putting the library in /usr/local/lib you also have to have that in you're ldconfig As far as I know it isn't standard in some distributions to have that in there, and additionally this directory was owned by root (it was present on my machine). So I preferred to put it in ~/.local/lib, since that is user owned, but not default in the ldconfig, to add it, you can either change /etc/ld.so.conf or add a new file into /etc/ld.so.conf.d/<whatever>.conf with the line ~/.local/lib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant