Topic: File permissions for Pianoteq 4.5 Linux LV2 plugins

It seems the file permissions for the Linux LV2 plugins are not correct.   You should cd to the LV2 directory of the plugins and do:
chmod 644 *.ttl
chmod 755 *.so

Re: File permissions for Pianoteq 4.5 Linux LV2 plugins

All files in the archive are (incorrectly) marked executable, however as far as I know the archives have always been like this. It won't prevent anything from working but it is a bit weird on non-Windows systems. .so files should not generally be given execute permission either, by the way.

However, current versions of drobilla's lilv/serd do not handle spaces in URIs preventing this LV2 from working.

Re: File permissions for Pianoteq 4.5 Linux LV2 plugins

Thanks , the permissions should now be fine in the v4.5.1 archive. Regarding namespaces, is it the latest version of serd/lilv that have an issue, or older versions ? I have libserd 0.18 and liblilv 0.14.4 and everything is working fine.