Dan Garner
Dan Garner
Here is the output for `snap connections xibo-player` on the machine which gives this message: ``` xibo@xibo-B460HD3:~/Desktop$ xibo-player ERROR: not connected to the gnome-3-28-1804 content interface. ``` ``` xibo@xibo-B460HD3:~/Desktop$ snap...
I did a complete reinstall again, and this time the same PC to generate the above output, worked fine on `edge` and the web browser content works too. Updated connections:...
I've tried a complete reinstall under Wayland, and the tricks you linked above, and I can't get past: ``` GDBus.Error:org.freedeakstop.portal.Error.NotAllowed This call is not available in the sandbox ```
Should we add a catch all when trying to create a layout in `MainLayoutParser::parseBy(int layoutId)` ? ``` catch (...) { throw MainLayoutParser::Error{"LayoutParser", layoutId, "Unknown exception caught by ..."}; } ```
We don't support GIF on the other players as far as I know - so we just need to skip the layout with an appropriate error instead of crashing to...
Please can we also have it possible to override the configuration path location?
This would also be useful for launching via VSCode so that the configuration didn't have to sit in the build folder (which is removed sometimes).
I thought this might be because `libgstreamer-plugins-good1.0-0` is missing from the devcontainer, but adding that didn't fix the issue. The previously working snap build also suffers with this issue, so...
I now get the below, but videos do play! I think we can consider this solved in edge-240. ``` ** (xibo-player:35446): WARNING **: 08:02:25.534: Accelerated compositing is not supported under...
Apologies, I spoke too soon - when a video finishes playing I get the following error: ``` ERROR:gstglshader.c:462:gst_gl_shader_detach_unlocked: assertion failed: (shader->context->gl_vtable->IsProgram (shader-> priv->program_handle)) Bail out! ERROR:gstglshader.c:462:gst_gl_shader_detach_unlocked: assertion failed: (shader->context->gl_vtable->IsProgram (shader->...