Open m4lvin opened 3 years ago
Thank you for filling this.
We could follow suggestion to manually set dependencies as suggested in https://github.com/electron-userland/electron-builder/pull/6225/files but this is brittle and forces us to manually manage deps going forward, which is shifting blame for future breakage to end users (us). Not the best.
I hope to see a proper fix in upstream library (electron-builder), namely change default deps to ones that does not break Debian by default :grimacing:
For now, end user can try the workaround from https://github.com/Clansty/Icalingua/issues/162#issuecomment-899255738 and manually install the deprecated lib.
ipfs-desktop-0.16.2-linux-amd64.deb
The Bug
The debian package depends on
libappindicator3-1
, a package which no longer exists in the current stable version 11 of Debian: https://packages.debian.org/search?keywords=libappindicator3-1To Reproduce
Expected behavior The package should be installed and configured.