jeanguyomarch / eovim

The Enlightened Neovim
https://github.com/jeanguyomarch/eovim/wiki
MIT License
193 stars 3 forks source link

Error on exit: not properly closed all its desktop references #33

Closed dav2017 closed 5 years ago

dav2017 commented 6 years ago

When exiting eovim, it returns the following error: ERR<9093>:efreet_cache lib/efreet/efreet_cache.c:396 efreet_cache_shutdown() This application has not properly closed all its desktop references! What does it mean? Is it a problem?

jeanguyomarch commented 6 years ago

sorry for the delayed answer. It may either be a problem of the EFL (the underlying framework) or its use by Eovim. You can consider this as an "internal" message of the EFL (unfortunately, it is quite verbose). I think there is nothing wrong with you :) Note that it may also vary depending on the versions of EFL (I do not see the message with my installation).

jeanguyomarch commented 5 years ago

Since I still cannot reproduce with "recent" EFL (at least the ones provided with Fedora 29), I'm not sure this is related to eovim. Feel free to re-open this issue if you happen to still have the problem.