lost and found ( for me ? )

Fedora 16 64bit : solved : chrome browser : can’t unmaximize an window by F11 key

I have installed Fedora 16 64bit in my laptop and also installed google chrome.

When I start Chrome , an window opens in maximum window size and can’t unmaximize the window by F11 key.



[root@fc16-note ~]# uname -ri
3.3.1-3.fc16.x86_64 x86_64

[root@fc16-note ~]# cat /etc/redhat-release
Fedora release 16 (Verne)

# google-chrome --version
Google Chrome 18.0.1025.151

In my case , I can solve this by editing Preferences file.

delete the following lines in  ~/.config/google-chrome/Default/Preferences file.
    13       "window_placement": {
    14          "bottom": 768,
    15          "left": 0,
    16          "maximized": false,
    17          "right": 1366,
    18          "top": 0,
    19          "work_area_bottom": 768,
    20          "work_area_left": 0,
    21          "work_area_right": 1366,
    22          "work_area_top": 26
    23       }

After deleting the above lines , chrome opens in normal size ( not maximum size ) and I can maximize/unmaximize an window by F11 key :)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.