Closed dam9000 closed 11 months ago
It appears it's the fault of QGtk3Theme, using this work-around makes the GLib-GIO-CRITICAL errors go away:
QT_QPA_PLATFORMTHEME=gnome nvim-qt
However, the error:
QSocketNotifier: Can only be used with threads started with QThread
still remains.
In addition the option --geometry is not working, it always opens a very small window of size around 200x140
Not sure what is the proper place to report these errors.
Switching from wayland to Xorg fixes both issues:
So I guess it's not an issue with neovim-qt but with upstream libs.
closing.
Getting a lot of errors / warnings when starting nvim-qt:
Ignoring messages, nvim-qt works normally.
This started happening when upgrading from Fedora 38 to 39.
Using G_DEBUG=fatal-criticals I can get a stack trace of the error:
So it appears it is caused by
NeovimQt::TreeView::handleDirectoryChanged
Although I'm not sure if it's perhaps the fault of
QGtk3Theme::fileIcon
and not neovim-qt.