Successful proof of concept of CSystray

Sat, Jun 24 2023 01:40:45 KST

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.

  1. One-time memory leak peculiar to Glib
  2. The Gtk library is linked.
  3. GMainLoop operation problem occurs when used with CLoop.

So, I’m developing a library called CSystray to display icons and menus in the panel notification area.

I just took my first steps.

csystray.png

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