ahodesuka / ahoviewer

A GTK image viewer, manga reader, and booru browser
MIT License
479 stars 30 forks source link

Sometimes it works only on fullscreen on windows 10 #128

Closed m4nttty closed 3 years ago

m4nttty commented 3 years ago

Really weird thing that happens a lot,I just start the program and the screen updates for a moment and them shows nothing until i press F .Even then the issue is still there and I can only use it on fullscreen. image It even shows up on the alt+tab dialogue but only works on fullscreen.

ahodesuka commented 3 years ago

The saved window positions are probably messed up. To fix this open the config file at %localappdata%\ahoviewer\ahoviewer.cfg and then look for the lines like:

Geometry : 
{
  x = 2000;
  y = 70;
  w = 1920;
  h = 1260;
};

Change the x and y values to 0 so the program will appear at the top left of your screen.

Make sure ahoviewer is closed before making these changes of they'll be overwritten.

I'd also recommend updating to a nightly build version for Windows because I'm pretty sure I fixed the issue that would cause this to happen in the first place.