I am just starting out with Mono-GTK app development. I wanted to setup a appindicator icon in systray. But C# returns namespace is missing.
code: using AppIndicator;
returns error: The type of namespace name 'AppIndicator' could not be found.Are you missing directive or an assembly reference?
What to do?