cinnyapp / cinny-desktop

Yet another matrix client for desktop
GNU Affero General Public License v3.0
386 stars 45 forks source link

.deb package is broken #190

Open ghost opened 1 year ago

ghost commented 1 year ago

Describe the bug

cinny: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Reproduction

  1. Install .deb package
  2. Run it

Expected behavior

No response

Platform and versions

Xubuntu Lunar

Additional context

Just fix it.

timholl commented 12 months ago

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.

Neotamandua commented 9 months ago

Same Issue: https://github.com/cinnyapp/cinny-desktop/issues/139