Successful proof of concept of CSystray
CSystray is a library that displays icons and menus in the panel notification area.
There is already appindicator as such a library.
However, appindicator has some problems.
- One-time memory leak peculiar to
Glib - The
Gtklibrary is linked. GMainLoopoperation problem occurs when used withCLoop.
So, I’m developing a library called CSystray to display icons and menus in the panel notification area.
I just took my first steps.

I plan to use CSystray instead of appindicator in the future.