antler119 / system_tray

A Flutter package that makes it easy to customize and work with your Flutter desktop app's system tray.
MIT License
214 stars 51 forks source link

Error with Ubuntu 21.04 #5

Closed silasrm closed 3 years ago

silasrm commented 3 years ago

Hi,

I'm using Ubuntu 21.04 and try this package. When run, this error is returned:

-- Checking for module 'appindicator3-0.1'
[   +1 ms] --   No package 'appindicator3-0.1' found
[        ] -- Configuring incomplete, errors occurred!

But, this version use libappindicator3-1.

Any idea to solve this?

silasrm commented 3 years ago

I'm solving with this https://askubuntu.com/a/1111160/440920