alienzhangyw / BlockPi

A visual programming editor app for Raspberry Pi
Apache License 2.0
92 stars 36 forks source link

debian bullseye and other modern distros do not contain `libappindicator1` #14

Closed theofficialgman closed 2 years ago

theofficialgman commented 2 years ago

GTK2 and all its libraries are deprecated and some have already actively been removed in debian bullseye and other debian derivatives. BlockPi does NOT install on its intended system (anything running pure debian bullseye like the official piOS bullseye 64bit).

How much of the codebase of this application is dependent on this dependency libappindicator1 and can it be removed?

alienzhangyw commented 2 years ago

https://www.electron.build/configuration/linux#debian-package-options Electron needed them to run on Linux. But since it's deprecated, maybe I should update electron version and remove libappindicator1 from deps.

alienzhangyw commented 2 years ago

Try V1.2.1