 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here. You can also add your comments to a guide, but don't start a thread to ask a question. Use another forum for that. |

2009-06-23, 12:28 PM CDT
|
|
Registered User
|
|
Join Date: May 2009
Posts: 77

|
|
|
Google Chrome in FC10, F11, F12
Update: There is official Chrome Beta for Linux (rpm and deb format)
http://www.google.com/chrome/eula.ht...rm=linux&hl=en
Works great!
I was searching for Chromium in Fedora and there is
Code:
sudo gedit /etc/yum.repos.d/chromium.repo
Put this in chromium.repo file
Code:
[chromium]
name=Chromium Test Packages
baseurl=http://spot.fedorapeople.org/chromium/F$releasever/
enabled=1
gpgcheck=0
Code:
sudo yum -y install chromium
More here: http://spot.livejournal.com/308900.html
Last edited by mariuszs; 2009-12-08 at 11:38 PM CST.
|

2009-06-23, 02:03 PM CDT
|
 |
Administrator and Official Old Fart
|
|
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth.
Age: 65
Posts: 17,576

|
|
|
(moved to Guides & Solutions)
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651
Don't forget to comment when your problem is solved - others will be searching for solutions too!
Don't use any of my solutions on working computers or near small children.
|

2009-07-13, 04:38 AM CDT
|
|
Registered User
|
|
Join Date: May 2009
Posts: 77

|
|
|
Polished Chromium with Flash and extensions
Starting Chrome with Flash support
Code:
chromium-browser --enable-plugins
---
Starting Chrome with extensions
Code:
chromium-browser --enable-greasemonkey --enable-user-scripts --enable-extensions
Download and install extension from http://www.adsweep.org/
Open chrome://extensions/ and check installed extensions
----
Configuration directory is located in user home directory
If you have problem with flash etc remove this dir.
Last edited by mariuszs; 2009-08-17 at 10:38 PM CDT.
Reason: update for x64 version
|

2009-07-13, 11:32 PM CDT
|
|
Registered User
|
|
Join Date: May 2009
Posts: 77

|
|
With latest update (chromium-3.0.194.0-0.1.20090713svn20473.fc11.i586) flash really works:
Adsweep can genereate problems, so better is to uninstall it.
|

2009-07-15, 03:45 PM CDT
|
|
Registered User
|
|
Join Date: Mar 2005
Location: Western Kentucky University
Age: 26
Posts: 159

|
|
|
confirmed! I just installed fedora 11 after being away since fedora 8... the one thing I missed most was chrome... and now it installs and works great. I havent hit any bugs (yet) and flash seems to be working correctly.
|

2009-07-15, 05:53 PM CDT
|
|
Registered User
|
|
Join Date: Oct 2007
Posts: 583

|
|
|
Ditto for F10!
Great work!
Instructions also work for F10.
|

2009-07-15, 10:39 PM CDT
|
|
Registered User
|
|
Join Date: Oct 2007
Posts: 34

|
|
|
Dns?
Installs ok, but all pages returns:
Error 105 (net::ERR_NAME_NOT_RESOLVED): The server could not be found.
F11 x64 here
//ok solved by updating nss-mdns.i586, thanks
Last edited by vorcigernix; 2009-07-16 at 09:36 AM CDT.
|

2009-07-15, 10:46 PM CDT
|
|
Guest
|
|
Posts: n/a

|
|
|
did you have a lok in the preferences to configure it? are you using a proxy ?
|

2009-07-15, 10:52 PM CDT
|
|
Registered User
|
|
Join Date: May 2009
Posts: 77

|
|
I think this is because you dont have nss-mdns.i586 on 64 bit machine, please install it and try again.
Alternative solution is to edit /etc/nsswitch.conf, search line for hosts
Code:
hosts: files mdns4_minimal [NOTFOUND=return] dns
Then remove [NOTFOUND=return] or move dns before this.
Source: http://code.google.com/p/chromium/is...etail?id=13409
Code:
sudo yum install nss-mdns.i586
Last edited by mariuszs; 2009-07-16 at 08:14 AM CDT.
Reason: Wrong rpm
|

2009-07-15, 11:33 PM CDT
|
 |
Registered User
|
|
Join Date: Mar 2008
Location: Georgia, USA
Posts: 118

|
|
|
Thanks for the post, I reposted it on my blog - hopefully, this will give it more traction. I had a problem with the flash, but I immediately got an update for the v8 packages. Once I ran that, I was good to go. I love package management.
__________________
Marc F.
www.fergytech.com
"Let the blind lead the blind... it's more fun to watch."
Registered Linux User #410978
Homebrew machine
Fedora 12 x86_64/Vista Home Premium 32bit
Biostar TA690GAM2 | nVidia GeForce 9400 GT | AMD Athlon X2 3600+ | 4.0 GiB Mem
|

2009-07-15, 11:45 PM CDT
|
|
Registered User
|
|
Join Date: May 2009
Posts: 77

|
|
Nice post - http://www.fergytech.com/2009/07/a-c...a-11/#more-602
Im not sure if libcanberra-gtk2.i586 and PackageKit-gtk-module.i586 are required for flash support, but I saw in logs than chromium want this libs. So probably this is not related to flash.
|

2009-07-16, 08:39 PM CDT
|
|
Registered User
|
|
Join Date: Jul 2009
Age: 100
Posts: 82

|
|
Not show complete, anyone have ideas?
|

2009-07-16, 10:11 PM CDT
|
|
Registered User
|
|
Join Date: May 2009
Posts: 77

|
|
Restart chrome, this is still alpha and buggy
|

2009-07-17, 12:47 AM CDT
|
|
Registered User
|
|
Join Date: Jul 2009
Age: 100
Posts: 82

|
|
|
Thank, i'm get notice update chromium. Problem resloved!
However, flash plugins not work
Last edited by tquang; 2009-07-17 at 02:11 AM CDT.
|

2009-07-17, 02:13 AM CDT
|
 |
An ape descendant
|
|
Join Date: Dec 2006
Location: Mexico City
Age: 26
Posts: 2,959

|
|
Quote:
Originally Posted by tquang
Thank, i'm get notice update chromium. Problem resloved!
However, flash plugins not work
|
Same here (F10 i686).
Thanks for the nice how to.
Joe.
__________________
Notebook: Acer Aspire 5536-5112.
AMD Athlon X2 QL64 @ 2.1GHz, 2GB DDR2 PC2-5300, ATI Radeon HD3200 (256MB), 250GB Toshiba HDD, HL-DT-ST DVDRAM GT20N
Fedora 13 i686
Mobile workstation: Acer Aspire 5102 WLMi
AMD Turion 64 X2 @ 1.6GHz, 2.5 GB DDR2 PC2-4200, ATI Radeon Xpress 1100 (256MB), 120GB Toshiba HDD, M a t s h i t a DVD-RW
OpenSolaris 2009.06 (SunOS 5.11)
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Translations (Powered by  ):
All times are GMT -7. The time now is 12:52 AM CDT.
|
|
 |
 |
 |
 |
|
|