Neovim-qt --geometry opion not working

fedora 39 nvim-qt always opens a window with the size of around 200x140 pixels. The option --geometry is ignored.
Where is the proper place to report such issues?

Figured out that switching from wayland to Xorg makes the --geometry working again. It also resolves this error at startup:

QSocketNotifier: Can only be used with threads started with QThread

So to solve all nvim-qt issues on fedora one needs to:

  • switch from wayland to Xorg
  • and run with: QT_QPA_PLATFORMTHEME=gnome nvim-qt

These problems and apparent fix need to be reported as a bug on bugzilla.redhat.com

Thanks, done:

https://bugzilla.redhat.com/show_bug.cgi?id=2249405