-
Hello, I've been using your app on a Windows PC for a few days now and I decided to give it a shot on my Raspberry Pi today but I got an error that said:
So I'm wondering if the app is compatible with ARM7 as I am unsure if this error is related to the hardware or something else. Thank you for any answer (and for the app!). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thank you for your feedback. This application is cross-platform, making it compatible with the ARM7 architecture. The aforementioned error message is a common issue that indicates that the To resolve this issue, you will need to install the
|
Beta Was this translation helpful? Give feedback.
Thank you for your feedback. This application is cross-platform, making it compatible with the ARM7 architecture. The aforementioned error message is a common issue that indicates that the
AppIndicator3
module, used by the application to display tray icons on Linux-based distributions, is not available on your system.To resolve this issue, you will need to install the
libayatana-appindicator3-dev
package, which provides the necessary files and libraries for theAppIndicator3
module. To install the package, you can use the following command: