sailfishos / sailjail-permissions

Other
5 stars 17 forks source link

[sailjail-permissions] Add support for gecko-camera. JB#55053 #102

Closed d-grigorev closed 2 years ago

d-grigorev commented 3 years ago

Browser and webview use gecko-camera to access the video camera for WebRTC communication. gecko-camera is a plugin-based library and needs access to the plugins directory.

d-grigorev commented 2 years ago

This works better

The plugins now are in ${_libdir}, so /usr/lib will not work for 64-bit build. What is the typical solution for multiarch sailjail configuration? Should I put both /usr/lib/.. and /usr/lib64/..?