lost and found ( for me ? )

Showing posts with label google chrome. Show all posts
Showing posts with label google chrome. Show all posts

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 :)

Google Chrome Linux beta ver.

ベータ版がリリースされたので、Fedora 12 にインストールしてみました。

ここから、rpm をダウンロード

http://waww.google.com/chrome?platform=linux&hl=ja

Debian/Ubuntu/Fedora/openSUSE 用があるみたい。

[root@alaska ~]# cat /etc/fedora-release
Fedora release 12 (Constantine)

依存関係のエラーが。

[root@alaska ~]# rpm -ivh google-chrome-beta_current_i386.rpm
警告: google-chrome-beta_current_i386.rpm: ヘッダ V3 DSA signature: NOKEY, key ID 7fac5991
エラー: 依存性の欠如:
lsb >= 3.2 は google-chrome-beta-4.0.249.30-33928.i386 に必要とされています
[root@alaska ~]#

[root@alaska ~]# yum install redhat-lsb.i686 -y

再チャレンジ!

[root@alaska ~]# rpm -ivh google-chrome-beta_current_i386.rpm
警告: google-chrome-beta_current_i386.rpm: ヘッダ V3 DSA signature: NOKEY, key ID 7fac5991
準備中... ########################################### [100%]
1:google-chrome-beta ########################################### [100%]
[root@alaska ~]#

起動

[root@alaska ~]# which google-chrome
/usr/bin/google-chrome

[root@alaska ~]# google-chrome


さくさくしてる。正式版になったら、firefox から chrome に使おうかな。