goneovim icon indicating copy to clipboard operation
goneovim copied to clipboard

--maximized launches very small window

Open gmankab opened this issue 1 year ago • 6 comments

i run command goneovim --maximized, and getting very small windows

image

version - nightly-2-g49aeeef

neofetch

image

gmankab avatar May 07 '23 04:05 gmankab

@gmankab Ummm, Your Display -Server protocols is Wayland? Maybe the reason the maximization is not working properly is because of Wayland. By the way, does the following work?

export QT_QPA_PLATFORM=wayland
./goneovim --maximized

akiyosi avatar May 12 '23 13:05 akiyosi

@akiyosi, yes, i am using wayland

export QT_QPA_PLATFORM=wayland
./goneovim --maximized

it starts maximaized, but with white frame image

and warning doesn't go away image

for comparison, if i run ./goneovim and then maximize it manualy, it looks like this image

gmankab avatar May 12 '23 23:05 gmankab

@gmankab Hmmm, I don't know what makes this difference. I need to look into the findings of someone in the know or the situation in Qt and Wayland.

akiyosi avatar May 15 '23 12:05 akiyosi

I have the same small window but with Xorg

manfredlotz avatar May 22 '23 18:05 manfredlotz

@manfredlotz Thank you for your report. What version are you using? (results of /path/to/goneovim --version)

akiyosi avatar May 22 '23 23:05 akiyosi

This is an Arch based Linux with goneovim v0.6.4.

Not sure if it is important: but when starting goneovim I also get a warning message:

goneovim: /usr/lib/libtiff.so.5: no version information available (required by goneovim)

manfredlotz avatar May 23 '23 03:05 manfredlotz