cinny-desktop
cinny-desktop copied to clipboard
.deb package is broken
Describe the bug
cinny: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Reproduction
- Install .deb package
- Run it
Expected behavior
No response
Platform and versions
Xubuntu Lunar
Additional context
Just fix it.
Apparently, the released package does not target the current stable release of Debian.
The deprecated libssl1.1
was present in oldstable and oldoldstable, but has now been replaced by libssl3
.
It would be a start if the published package would declare for which Debian release it is intended, and it would be fantastic if it would be usable on the current stable release.
Same Issue: https://github.com/cinnyapp/cinny-desktop/issues/139