You are not logged in.
http://dev.chromium.org/getting-involved/dev-channel
sadly the amd64 binaries are in fact 32bit.... *sigh*
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
Huh? Do they then include all 32-bit libraries needed or what? It won't compile on x86_64?
Normally you dont compile binaries, but source code, haha...
and no, they dont include 32bit binaries, it seems to be a packaging bug, 64bit release is no 64bit release at all...
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
I installed it by using deb2targz to convert it to a .tar.gz. then extracted the files and moved them to where they needed to be.
It's exactly the same as chromium at the moment. Way more stable then Chromium used to be. But no flash, no saving a homepage, etc. I ran sunspider on it and got around 3000 ms, which is 5x better then any other web browser I've tried. It feels fast.
I can't wait for this to stabilize.
1090T|HD4250|2GB|500GB|Arch x64
Ci7 2.66GHZ|HD5850|6GB|4x500GB|Win 7
Offline
This dirty PKGBUILD works for me on Arch64
pkgname=google-chrome
pkgver=unstable_current
pkgrel=1
pkgdesc="Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier."
arch=('x86_64')
arch_='amd64'
url="http://www.google.com/chrome/?hl=en"
license=('BSD')
depends=('lib32-gconf' 'lib32-dbus-glib')
makedepends=('deb2targz')
install='google-chrome.install'
options=()
source=("http://dl.google.com/linux/direct/${pkgname}-${pkgver}_${arch_}.deb")
md5sums=('ed0fea0cee5f3355b9eb9054fe7941ce')
build() {
echo $install
mkdir $srcdir/${pkgname}-${pkgver}_${arch_}
deb2targz ${pkgname}-${pkgver}_${arch_}.deb
mv ${pkgname}-${pkgver}_${arch_}.tar.gz $srcdir/${pkgname}-${pkgver}_${arch_}
cd $srcdir/${pkgname}-${pkgver}_${arch_}
tar xf google-chrome-unstable_current_${arch_}.tar.gz
cp -r $srcdir/${pkgname}-${pkgver}_${arch_}/opt $pkgdir
cp -r $srcdir/${pkgname}-${pkgver}_${arch_}/usr $pkgdir
}
Here's the google-chrome.install:
post_install() {
echo "Add 'export PANGO_RC_FILE=/opt/lib32/config/pango/pangorc' to your ~/.bashrc in order to make pango work"
}
Maybe someone could try if it works.
Regards
Mo
Last edited by Mo (2009-06-06 08:36:38)
Offline
Tested it a minute ago Must say I like it The rumors were true - it's veeery fast.
Huge "-" is that there is no flash at the moment
Rating: 8/10
In scientia veritas, in arte honestas.
Offline
is it there in AUR
Acer Aspire V5-573P Antergos KDE
Offline
Thanks for the PKGBUILD...
Chrome feels pretty good, fast and snappy. Unfortunatly, having to load all these ads makes outweights the increase in speed. Does anybody know if there'll be an ad-blocker for Chrome?
And what's exactly the difference between chrome and chromium? I get that Chrome is the google version, which depends on Chromium... so, wouldn't it be better to use chromium or are there any big differences?
Lastly, my Chrome looks like this... I know it's Alpha, but has anybody an idea how to fix that?
Offline
Lastly, my Chrome looks like this... I know it's Alpha, but has anybody an idea how to fix that?
have you tried installing gsfonts?
Offline
Thanks for the PKGBUILD...
Lastly, my Chrome looks like this... I know it's Alpha, but has anybody an idea how to fix that?
Put this to ~/.bashrc
export PANGO_RC_FILE=/opt/lib32/config/pango/pangorc
Should fix it.
Offline
What it the diffirence chrome/chromium?
This one is Google branded and...?
Good browser, testing it few days. Waiting for x86_64 binaries.
And sticking do chromium, dont wanna branding and spyware on my arch.
Offline
@SleepyFloyd: using "chrome" to start it instead of "chromium" fixed it for me.
Offline
Themaister wrote:Huh? Do they then include all 32-bit libraries needed or what? It won't compile on x86_64?
Normally you dont compile binaries, but source code, haha...
and no, they dont include 32bit binaries, it seems to be a packaging bug, 64bit release is no 64bit release at all...
I don't think you understand what I meant I mean, do they not supply a 64-bit build because their source code (omg, obvious>_>) won't compile on 64-bit? In that case, that's rather lame.
Offline
Doesn't matter if it's lame. It will be ported eventually... Anyways I use it daily now and am loving it. The "sans plugin" thing isn't a problem for me since I barely use flash or any of the other plugins. It's very very fast IMO.
Offline
Yay, I finally have a fast Gmail browser! I'm 99% satisfied with Firefox/Vimperator, but the performance of Gmail in Firefox has absolutely sucked under Linux...problem solved (~/.xbindkeysrc):
# gmail (W+g)
"google-chrome http://mail.google.com/mail/#inbox"
m:0x40 + c:42
thayer williams ~ cinderwick.ca
Offline
I'll wait until SRWare's Iron is compilable for Linux (if it isn't already?) :-"
And, cool, looks like they are interested in Linux: http://www.srware.net/forum/viewtopic.php?f=18&t=382
Offline
SleepyFloyd wrote:Thanks for the PKGBUILD...
Lastly, my Chrome looks like this... I know it's Alpha, but has anybody an idea how to fix that?Put this to ~/.bashrc
export PANGO_RC_FILE=/opt/lib32/config/pango/pangorc
Should fix it.
This works great for Chrome. But when I start Firefox afterwards, then it spits out error messages about pango and refuses to start
Is there a way to only set set the path for Chrome?
Offline
Is there a way to only set set the path for Chrome?
alias chrome="PANGO_RC_FILE=/opt/lib32/config/pango/pangorc chrome"
Change "chrome" to the real name of the program.
Edit: in case this wasn't clear, put this in your .bashrc or .zshrc or whatever you use as shell, running it once will only affect your current session.
Last edited by Ramses de Norre (2009-06-06 17:59:40)
Offline
and now a first public beta:
Offline
Regarding native 64bit:
Chrome's JavaScript engine, V8, currently only supports ia32 and arm. My understanding is that as the engine does on-the-fly compilation, a native 64bit version is not possible until V8 supports amd64, too.
Last edited by wuischke (2009-12-08 20:59:54)
Offline
is it there in AUR
http://aur.archlinux.org/packages.php?ID=32530
yaourt -S google-chrome-beta
works fine ..
Last edited by zakili (2009-12-08 21:03:24)
Offline
Chrome is friggin awesome!
Though I think I'm gonna find it hard to switch from firefox without NoScript...
flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)
Offline
I am also using google-chrome-beta as zakili mentioned, loving it although I miss vimperator.
edit: found this, trying it out.https://chrome.google.com/extensions/de … cjpiefdnnj
Last edited by s3kt0r (2009-12-09 03:19:13)
box1: Arch (linux-3.17-rc5)
box2: Gentoo (linux-3.17-rc5)
wm: subtle
Offline
The last of the new great browsers.
Does anyone know if this was done in conjunction with chromium? Seems like just wasted resources if they didn't.
Last edited by Gen2ly (2009-12-09 11:42:46)
Setting Up a Scripting Environment | Proud donor to wikipedia - link
Offline
I use Iron from the AUR, and these addons are vimperator alternatives (currently using gleebox):
http://www.chromeextensions.org/appeara … avigation/
http://www.chromeextensions.org/utilities/gleebox/
http://www.chromeextensions.org/other/vimlike-smooziee/
Offline