Author Topic: ..how to run google chromium in pclinuxos  (Read 4017 times)

Offline Jaycoke

  • Full Member
  • ***
  • Posts: 144
    • PCLinuxOS Group on identi.ca Join today!
Re: ..how to run google chromium in pclinuxos
« Reply #15 on: August 09, 2009, 01:09:01 AM »
I have the same results as Tex
bug report filed here
http://code.google.com/p/chromium/issues/detail?id=15984

EDIT
Thanks Tex!
got it to work by getting the Libs you mentioned.
 ;D
« Last Edit: August 09, 2009, 01:36:05 AM by Jaycoke »

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12519
Re: ..how to run google chromium in pclinuxos
« Reply #16 on: August 09, 2009, 02:13:51 AM »
I have the same results as Tex
bug report filed here
http://code.google.com/p/chromium/issues/detail?id=15984

EDIT
Thanks Tex!
got it to work by getting the Libs you mentioned.
 ;D


I've got a package built and working with a notice:

Note: The Linux build still lacks certain privacy features, and is not appropriate for general consumer use.

Will ship it to the pass server for those who want to play.

Thanks to everyone who donates. You keep the servers running.

DrDOS

  • Guest
Re: ..how to run google chromium in pclinuxos
« Reply #17 on: August 09, 2009, 11:08:44 AM »
muungwana.
From the wiki page on apturl:
Quote
Manually configure Mozilla browsers for the apturl protocol

In some instances if may be necessary to manually set up your browser to handle the apturl:// protocol. The following it how to do this for mozilla based browsers.

    * open about:config from the browsers navigation bar
    * Right click and select New> string
    * type in

network.protocol-handler.app.apturl

    * and value

/usr/bin/apturl

Now restart the browser; when you click an apturl or Click2Install link the browser will prompt you to make the association as described in the previous section; Browse to /usr/bin and select apturl, set your browser to remember it, and OK/save.

It should now work.


http://www.pclinuxos.com/wiki/index.php/Apturl#Manually_configure_Mozilla_browsers_for_the_apturl_protocol

Here's the problem with this method. When you paste the string in there is an extra space in front of the entry. This is not on the line from this post, it seems to be a fault of the GUI, someone has put a space where there should only be empty quote marks. If you remove the extra space it will work.

Bit there is also another way of doing the exact same thing. Just entry this line in the user.js file:

user_pref("network.protocol-handler.app.apturl", "/usr/bin/apturl");

much simpler than the other procedures.

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12519
Re: ..how to run google chromium in pclinuxos
« Reply #18 on: August 09, 2009, 02:53:51 PM »
I have the same results as Tex
bug report filed here
http://code.google.com/p/chromium/issues/detail?id=15984

EDIT
Thanks Tex!
got it to work by getting the Libs you mentioned.
 ;D


Good lordy this thing is fast!

Thanks to everyone who donates. You keep the servers running.