cinnyapp / cinny

Yet another matrix client
https://cinny.in
GNU Affero General Public License v3.0
1.78k stars 229 forks source link

Can't run Cinny on Linux Mint: "GStreamer element appsink not found. Please install it" / "error while loading shared libraries: libssl.so.1.1" #1745

Closed jedomed closed 1 month ago

jedomed commented 1 month ago

Describe the bug

Using the AppImage I get the error: "GStreamer element appsink not found. Please install it" Using the .deb file I get the error: "cinny: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory"

In both cases the app opens, but it's a blank white window. When I run it from a terminal I get the two different errors.

Reproduction

chmod +x Cinny_desktop-x86_64.AppImage
./Cinny.AppImage

or

Install .deb file, cinny

Expected behavior

No response

Platform and versions

OS: Linux Mint 21.1 Cinnamon
Cinny version: latest (v3.2.1)

Additional context

No response

jedomed commented 1 month ago

Installing libssl1.1 from http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.22_amd64.deb makes the .deb work (but not the AppImage), though that's kind of not an ideal solution...

jedomed commented 1 month ago

oops, sorry I meant to post this on cinny-desktop