You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of gtk and libappindicator consider using ksni which implements dbus interfaces natively (libappindicator does it via C code anyway).
The advantage is much smaller dependency tree and the requirements for build environment.
The text was updated successfully, but these errors were encountered:
+1, I've been having issues with libappindicator3 as well on Ubuntu. After sudo apt-get install -y libappindicator3-1, it still panicks with libappindicator3 library not found! on cargo run --example linux. Simpler requirements for the build environment would be great
Instead of gtk and libappindicator consider using ksni which implements dbus interfaces natively (libappindicator does it via C code anyway).
The advantage is much smaller dependency tree and the requirements for build environment.
The text was updated successfully, but these errors were encountered: