You are not logged in.

#1 2009-06-05 08:09:02

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Google Chrome first public linux release

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

#2 2009-06-05 08:46:51

Themaister
Member
From: Trondheim, Norway
Registered: 2008-07-21
Posts: 652
Website

Re: Google Chrome first public linux release

Huh? Do they then include all 32-bit libraries needed or what? It won't compile on x86_64?

Offline

#3 2009-06-05 11:23:06

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: Google Chrome first public linux release

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...


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

#4 2009-06-05 14:58:36

deadspider187
Member
Registered: 2008-02-04
Posts: 35

Re: Google Chrome first public linux release

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

#5 2009-06-05 15:43:35

Mo
Member
Registered: 2007-01-18
Posts: 92

Re: Google Chrome first public linux release

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

#6 2009-06-05 16:03:38

Оо
Member
From: /home/Serbia/Belgrade
Registered: 2009-03-21
Posts: 99
Website

Re: Google Chrome first public linux release

Tested it a minute ago smile Must say I like it big_smile The rumors were true - it's veeery fast.
Huge "-" is that there is no flash at the moment sad

Rating: 8/10


In scientia veritas, in arte honestas. smile

Offline

#7 2009-06-05 18:02:26

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Google Chrome first public linux release

is it there in AUR


Acer Aspire V5-573P Antergos KDE

Offline

#8 2009-06-05 19:49:05

SleepyFloyd
Member
Registered: 2008-06-11
Posts: 91

Re: Google Chrome first public linux release

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?

vMXNiMg

Offline

#9 2009-06-05 20:40:58

schuay
Package Maintainer (PM)
From: Austria
Registered: 2008-08-19
Posts: 564

Re: Google Chrome first public linux release

SleepyFloyd wrote:

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

#10 2009-06-05 20:56:07

tth
Member
Registered: 2006-05-21
Posts: 12

Re: Google Chrome first public linux release

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.

Offline

#11 2009-06-05 21:05:32

ammon
Member
Registered: 2008-12-11
Posts: 413

Re: Google Chrome first public linux release

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

#12 2009-06-06 12:08:54

jerryluc
Member
From: Norway
Registered: 2008-05-20
Posts: 95

Re: Google Chrome first public linux release

@SleepyFloyd: using "chrome" to start it instead of "chromium" fixed it for me.

Offline

#13 2009-06-06 15:37:58

Themaister
Member
From: Trondheim, Norway
Registered: 2008-07-21
Posts: 652
Website

Re: Google Chrome first public linux release

Rasi wrote:
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 tongue 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

#14 2009-06-06 15:53:14

uncholowapo
Member
From: US
Registered: 2009-03-29
Posts: 238

Re: Google Chrome first public linux release

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

#15 2009-06-06 16:48:13

thayer
Fellow
From: Vancouver, BC
Registered: 2007-05-20
Posts: 1,560
Website

Re: Google Chrome first public linux release

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

#16 2009-06-06 17:26:37

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,563

Re: Google Chrome first public linux release

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

#17 2009-06-06 17:33:18

n8schicht
Member
From: Südbaden
Registered: 2006-12-27
Posts: 138
Website

Re: Google Chrome first public linux release

tth wrote:
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  sad
Is there a way to only set set the path for Chrome?

Offline

#18 2009-06-06 17:58:01

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: Google Chrome first public linux release

n8schicht wrote:

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

#19 2009-12-08 20:09:31

NekySerbia
Member
Registered: 2008-01-12
Posts: 40

Re: Google Chrome first public linux release

Offline

#20 2009-12-08 20:58:56

wuischke
Member
From: Suisse Romande
Registered: 2007-01-06
Posts: 630

Re: Google Chrome first public linux release

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

#21 2009-12-08 21:02:22

zakili
Member
Registered: 2007-05-19
Posts: 3

Re: Google Chrome first public linux release

venky80 wrote:

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

#22 2009-12-08 21:14:11

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Re: Google Chrome first public linux release

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

#23 2009-12-09 01:41:25

s3kt0r
Member
Registered: 2009-01-20
Posts: 208

Re: Google Chrome first public linux release

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 big_smile

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

#24 2009-12-09 08:49:54

Gen2ly
Member
From: Sevierville, TN
Registered: 2009-03-06
Posts: 1,529
Website

Re: Google Chrome first public linux release

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

#25 2009-12-12 17:01:34

barzam
Member
From: Sweden
Registered: 2009-01-27
Posts: 277

Re: Google Chrome first public linux release

Offline

Board footer

Powered by FluxBB