I've recently installed the latest version of Chrome for Linux on my Ubuntu 9.10 installation. The only problem is is that it stays in Full Screen mode no matter what I do. I pressed F11 but it does not want to return to normal mode. I even completely uninstalled it using synaptic package manager en re-downloaded it and still nothing. Any suggestions will be welcome.
|
You might try to remove your chrome config dir:
Deleting chrome via synaptic would not have deleted it.
|
||||
|
|
|
Few other ways to solve this problem other than deleting the ~/.config/google-chrome dir completely. I faced the same problem on Centos 6.3 with Chrome version 24.0 The solution that I found : 1. The easiest way: Exit chrome. Either by killing the command (from top command or using kill -9 ) or switch to some other tasks (using alt-tab), and then right click on the chrome tab and close. And the delete the Preference file from Defaults dir
(or move the file to some other dir 2. The other solution: Exit chrome. Edit the ~/.config/google-chrome/Defaults/Preferences file. Seach for "window_placement", change the value of "right" which you can find inside the "window_placement" section. You can find the current value to be the pixel size of your screen. Reduce the value by 100 pixel. (eg: if the value was 1280, change that to 1180) Save the file, and start chrome again.. You are not in full screen mode any more and you won't loose any thing if you try this option. |
||||
|
|
I have been having this issue with Chromium on ubuntu pangolin, and this gets fixed by running:
|
|||
|
|
|
load the file "~/.config/google-chrome/LocalState" into a text editor and change the values under "window_placement" so that the window will be smaller than your screen size, e.g I chose "bottom":500, "left":10, "right":1000, top:"50". |
||||
|
|
|
I had a similar problem on a dev build. Try scrolling to the top of the page and then putting your mouse pointer at the top of the screen and THEN hit F11. It may work it may not. |
|||
|