Allow loading other pages if current page is SSL interstitial.
[chromium-blink-merge.git] / docs / linux64_bit_issues.md
blob98efb2d7eaf19579e7550ba48048a15d392e529d
1 **Note: This page is (somewhat) obsolete.** Chrome has a native 64-bit build now. Normal users should be running 64-bit Chrome on 64-bit systems. However, it's possible developers might be using a 64-bit system to build 32-bit Chrome, and will want to test the build on the same system. In that case, some of these tips may still be useful (though there might not be much more work done to address problems with this configuration).
3 Many 64-bit Linux distros allow you to run 32-bit apps but have many libraries misconfigured. The distros may be fixed at some point, but in the meantime we have workarounds.
5 ## IME path wrong
6 Symptom: IME doesn't work.  `Gtk: /usr/lib/gtk-2.0/2.10.0/immodules/im-uim.so: wrong ELF class: ELFCLASS64`
8 Chromium bug: [9643](http://code.google.com/p/chromium/issues/detail?id=9643)
10 Affected systems:
11 | **Distro** | **upstream bug** |
12 |:-----------|:-----------------|
13 | Ubuntu Hardy, Jaunty | [190227](https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/190227) |
15 Workaround: If your xinput setting is to use SCIM, im-scim.so is searched for in lib32 directory, but ia32 package does not have im-scim.so in Ubuntu and perhaps other distributions. Ubuntu Hardy, however, has 32-bit im-xim.so. Therefore, invoking Chrome as following enables SCIM in Chrome.
17 > $ GTK\_IM\_MODULE=xim XMODIFIERS="@im=SCIM" chrome
20 ## GTK filesystem module path wrong
21 Symptom: File picker doesn't work.  `Gtk: /usr/lib/gtk-2.0/2.10.0/filesystems/libgio.so: wrong ELF class: ELFCLASS64`
23 Chromium bug: [12151](http://code.google.com/p/chromium/issues/detail?id=12151)
25 Affected systems:
26 | **Distro** | **upstream bug** |
27 |:-----------|:-----------------|
28 | Ubuntu Hardy, Jaunty, Koala alpha 2 | [190227](https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/190227) |
30 Workaround: ??
32 ## GIO module path wrong
33 Symptom: `/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64`
35 Chromium bug: [12193](http://code.google.com/p/chromium/issues/detail?id=12193)
37 Affected systems:
38 | **Distro** | **upstream bug** |
39 |:-----------|:-----------------|
40 | Ubuntu Hardy, Jaunty, Koala alpha 2 | [190227](https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/190227) |
42 Workaround: ??
44 ## Can't install on 64 bit Ubuntu 9.10 Live CD
45 Symptom: "Error: Dependency is not satisfiable: ia32-libs-gtk"
47 Chromium bug: n/a
49 Affected systems:
50 | **Distro** | **upstream bug** |
51 |:-----------|:-----------------|
52 | Ubuntu Koala alpha 2 |                  |
54 Workaround: Enable the Universe repository.  (It's enabled by default
55 when you actually install Ubuntu; only the live CD has it disabled.)
57 ## gconv path wrong
58 Symptom: Paste doesn't work.  `Gdk: Error converting selection from STRING: Conversion from character set 'ISO-8859-1' to 'UTF-8' is not supported`
60 Chromium bug: [12312](http://code.google.com/p/chromium/issues/detail?id=12312)
62 Affected systems:
63 | **Distro** | **upstream bug** |
64 |:-----------|:-----------------|
65 | Arch       | ??               |
67 Workaround: Set `GCONV_PATH` to appropriate `/path/to/lib32/usr/lib/gconv` .