cinny-desktop icon indicating copy to clipboard operation
cinny-desktop copied to clipboard

.deb package is broken

Open ghost opened this issue 1 year ago • 2 comments

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.

ghost avatar Jul 24 '23 21:07 ghost

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.

timholl avatar Sep 18 '23 21:09 timholl

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

Neotamandua avatar Dec 13 '23 11:12 Neotamandua