hyperspacedev / hyperspace

The new beautiful, fluffy client for Mastodon in React + TypeScript
https://hyperspace.marquiskurt.net
Other
182 stars 26 forks source link

libappindicator-3.1 is no longer being supported on Debian #250

Open alicerunsonfedora opened 2 years ago

alicerunsonfedora commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

Our apps indirectly rely on the libappindicator-3.1 library, which is no longer being maintained. Debian is switching over to ch-information, which is currently maintained.

To Reproduce Steps to reproduce the behavior:

n/a

Expected behavior A clear and concise description of what you expected to happen.

Our desktop apps should be making use of the new library.

Screenshots If applicable, add screenshots to help explain your problem.

n/a

App Information (please complete the following information):

Additional context Add any other context about the problem here.

I suspect that this pertains more to our Electron version being out of date than anything else. I know that we don't use this library directly in our product, so it's likely we'll need to see an upstream fix before we can do anything about it, unless we want to painfully rebuild Electron to make use of said library.