I encountered two issues when running the latest Nimf on Ubuntu 18.04.
Currently Nimf only uses kqueue
for its event loop. The current nimf cannot be compiled on Linux. So last time I created the Nimf package for Ubuntu 18.04 using libkqueue
.
I encountered two issues when running the latest Nimf on Ubuntu 18.04.
1. Nimf and desktop freeze.
I don’t know if this is a problem with Ubuntu 18.04, libkqueue
, or Nimf, so I plan to test it by applying epoll
to Nimf.
2. The nimf icon does not appear in the notification area.
The icons for Telegram and Transmission-gtk appear fine in the notification area, so this is a bug in Nimf. I’m planning to check out my self-made CSystray
.