snapshot crashes at launch with: "Failed to find element factory with name 'gtk4paintablesink' for creating element"
Description:
With latest stable Gnome 47 (Wayland, haven't test under X.org), snapshot does not launch. It crashes with:
thread 'main' panicked at aperture/src/viewfinder.rs:238:18: Missing gst-plugin-gtk4: BoolError { message: "Failed to find element factory with name 'gtk4paintablesink' for creating element", filename: "/usr/src/debug/snapshot/build/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/gstreamer-0.23.0/src/element_factory.rs", function: "gstreamer::element_factory::ElementBuilder::build::{{closure}}", line: 286 }
Installing gst-plugin-gtk4 from AUR fixes the problem but of course I don't think one needs to install AUR packages for stable Gnome.
Additional info:
- package version(s): snapshot 47.0.1-1
- config and/or log files: nothing special
- link to upstream bug report, if any:
Steps to reproduce:
- Launch snapshot from command prompt
- See it crash
- Bug reproduced ;)