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
I did some more searching and found out that appindicator-0.1 is the GTK2 version.
You need to install appindicator-gtk3 to use the GTK3 version (appindicator3-0.1).
The tooltip member should be a const char* since the string data is just used as a source for strncpy(). This allows callers to initialize the tooltip member with a string literal without triggering a -Wwrite-strings warning.
On Ubuntu, this won't compile unless I change the Makefile a little.
Apparently
appindicator3-0.1
is not a valid pkg config.I don't think I know enough to make a pull request -- just tossing this info your way.
Cheers on a very cool project!
The text was updated successfully, but these errors were encountered: