Successful proof of concept of CSystray
Sat, Jun 24 2023 01:40:45 KSTCSystray
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
Gtk
library is linked. GMainLoop
operation 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.