up vote 3 down vote favorite
2
share [g+] share [fb]

I've been getting an odd Google Chrome window problem where the startup position of the window is now almost off the screen. I can't find any settings files in C:\Documents and Settings\UserName\Local Settings\Application Data\Google\Chrome\Application\3.0.195.38 to control the X and Y position of the window and it's becoming annoying now. Any help is appreciated.

  • WinXP Pro
  • Chrome version 3.0.195.38
  • Dell Inspirion 10" netbook
  • No external or extra screens ever used with it
link|improve this question
feedback

3 Answers

Open "C:\Users\UserName\AppData\Local\Google\Chrome\User Data\Local State" (convert to Windows XP paths as required)

Edit "window_placement"

More info: http://code.google.com/p/chromium/issues/detail?id=15199

link|improve this answer
feedback

I just had a similar issue where the chrome window would be way off screen everytime I started it unless I maximized it. Editing window positions in "C:\Users\UserName\AppData\Local\Google\Chrome\User Data\Local State", as taspeotis suggested, didn't work - the wrong positions got back in it everytime. Even after deleting the entire file. (And yes: I did stop the browser everytime before messing with this Local State file...)

This is what I call way off screen:

     "bottom": -31901,
     "left": -32000,
     "right": -31773,
     "top": -32000,

What solved it for me was maximizing it (so I could see the window) and then dragging all open tabs to a new window.

Maybe this may help someone else too at some point :-)

link|improve this answer
feedback

Do you have a dual-display config on your machine? Sometimes the position on the 2nd display is remembered by an app, even when back in single display mode, and it looks like the app is mostly off of the screen like you're describing.

link|improve this answer
Nope it's just a 10" netbook, never used an external monitor with it. I've given a few more details in the question. Cheers – Alex Jan 22 '10 at 22:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.