[chromium-dev] Re: What packages does Chromium depend on to run on Linux?

2009-03-26 Thread Evan Martin

On Wed, Mar 25, 2009 at 6:26 PM, Adam Langley a...@chromium.org wrote:

 On Wed, Mar 25, 2009 at 6:08 PM, fta f...@sofaraway.org wrote:
 thing as a mandatory dep. This is clearly non-free.
 So i guess someone will have to patch that, if not upstream, then
 downstream, with all the consequences it implies.

 At some point I can imagine changing the default font and rebaselining
 pretty much every test. That will mark the final departure from
 Windows metrics in the test results.

 However; not soon I'm afraid.

In the interim, test_shell definitely depends on mscorefonts, but
shouldn't the plain chrome process be ok without them?  I seem to
recall all of those hardcoded font paths only existed in the
test_shell startup code...

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: What packages does Chromium depend on to run on Linux?

2009-03-26 Thread Fabien Tassin

On Thu, 2009-03-26 at 08:19 -0700, Evan Martin wrote:
 On Wed, Mar 25, 2009 at 6:26 PM, Adam Langley a...@chromium.org wrote:
  At some point I can imagine changing the default font and rebaselining
  pretty much every test. That will mark the final departure from
  Windows metrics in the test results.
 
  However; not soon I'm afraid.
 
 In the interim, test_shell definitely depends on mscorefonts, but
 shouldn't the plain chrome process be ok without them?  I seem to
 recall all of those hardcoded font paths only existed in the
 test_shell startup code...

Indeed, it would be nicer if the browser didn't depend on that, as i
don't expect much people installing the -testsuite package. But so far,
the browser itself *does* depend on it, and i've already got several
complains to remove that dependency.

I can easily reproduce that blank page bug by removing mscorefonts
from my desktop.

/Fabien


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: What packages does Chromium depend on to run on Linux?

2009-03-26 Thread Evan Martin

On Thu, Mar 26, 2009 at 8:41 AM, Fabien Tassin f...@sofaraway.org wrote:
 On Thu, 2009-03-26 at 08:19 -0700, Evan Martin wrote:
 On Wed, Mar 25, 2009 at 6:26 PM, Adam Langley a...@chromium.org wrote:
  At some point I can imagine changing the default font and rebaselining
  pretty much every test. That will mark the final departure from
  Windows metrics in the test results.
 
  However; not soon I'm afraid.

 In the interim, test_shell definitely depends on mscorefonts, but
 shouldn't the plain chrome process be ok without them?  I seem to
 recall all of those hardcoded font paths only existed in the
 test_shell startup code...

 Indeed, it would be nicer if the browser didn't depend on that, as i
 don't expect much people installing the -testsuite package. But so far,
 the browser itself *does* depend on it, and i've already got several
 complains to remove that dependency.

 I can easily reproduce that blank page bug by removing mscorefonts
 from my desktop.

That is concerning.
I tried to merge this info and the relevant other bugs into
http://code.google.com/p/chromium/issues/detail?id=9100

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: What packages does Chromium depend on to run on Linux?

2009-03-26 Thread Wei Hu

Thanks for the info. I installed ttf-mscorefonts-installer, but still
got the same problem. No idea what's going wrong under the hood.

On Mar 25, 9:08 pm, fta f...@sofaraway.org wrote:
 On Mar 25, 11:56 pm, Wei Hu wei@gmail.com wrote:

  I also
  tried the Ubuntu package for Intrepid 
  fromhttps://launchpad.net/~chromium-daily/+archive/ppa,
  but got the same result.

 If you used those builds older than 2 days and you didn't have
 mscorefonts installed, you got a blank page.
 I fixed the package to depend on ttf-mscorefonts-installer ~2 days
 ago.
 It solved the blank page issue, at least for those who reported it to
 me.

 This is not satisfactory for Ubuntu. We don't want that mscorefonts
 thing as a mandatory dep. This is clearly non-free.
 So i guess someone will have to patch that, if not upstream, then
 downstream, with all the consequences it implies.
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: What packages does Chromium depend on to run on Linux?

2009-03-26 Thread Ryan Hope

I have a similar issue with my build of chromium on Gentoo. Some pages
load... like google.com and phononix.com, and others dont... like
forums.gentoo.org and mail.google.com

I havent really spend much time trying to figure this out since I just
figured the project wasnt close to being done but if these pages are
supposed to work I will look into it more..

-Ryan

On 3/25/09, Adam Langley a...@chromium.org wrote:

 On Wed, Mar 25, 2009 at 6:08 PM, fta f...@sofaraway.org wrote:
 thing as a mandatory dep. This is clearly non-free.
 So i guess someone will have to patch that, if not upstream, then
 downstream, with all the consequences it implies.

 At some point I can imagine changing the default font and rebaselining
 pretty much every test. That will mark the final departure from
 Windows metrics in the test results.

 However; not soon I'm afraid.


 AGL

 


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: What packages does Chromium depend on to run on Linux?

2009-03-25 Thread Evan Martin

http://code.google.com/p/chromium/wiki/LinuxBuildInstructionsPrerequisites
is the canonical list.

To get a useful product as quickly as possible, we've been targeting
one particular release (Ubuntu Hardy).  Once we have a working browser
we of course intend to spend the time to track down glitches on all
systems.  In the interim, if you can figure out what is wrong I'd love
a patch (or even a fix to those docs).

On Wed, Mar 25, 2009 at 3:56 PM, Wei Hu wei@gmail.com wrote:

 After reading about people installing Chromium on Ubuntu, I gave it a
 try today on my Debian Unstable. I first tried the latest .deb package
 from http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/?O=D.
 It installs fine, but I only get the chrome, i.e. the tab strip and
 the menu. Whenever I navigate to any URL, the title is updated, but
 nothing shows in the browser body. I also get tons of Not implemented
 reached in ... messages on the console. I am suspecting that some
 libraries are incompatible, but I cannot figure out which. I also
 tried the Ubuntu package for Intrepid from 
 https://launchpad.net/~chromium-daily/+archive/ppa,
 but got the same result. I have upgraded libgtk2.0-0 and libnspr4-0d.
 


--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: What packages does Chromium depend on to run on Linux?

2009-03-25 Thread Adam Langley

On Wed, Mar 25, 2009 at 3:56 PM, Wei Hu wei@gmail.com wrote:
 the menu. Whenever I navigate to any URL, the title is updated, but
 nothing shows in the browser body.

This can also be caused by not having msttcorefonts installed.


AGL

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: What packages does Chromium depend on to run on Linux?

2009-03-25 Thread fta

On Mar 25, 11:56 pm, Wei Hu wei@gmail.com wrote:
 I also
 tried the Ubuntu package for Intrepid 
 fromhttps://launchpad.net/~chromium-daily/+archive/ppa,
 but got the same result.

If you used those builds older than 2 days and you didn't have
mscorefonts installed, you got a blank page.
I fixed the package to depend on ttf-mscorefonts-installer ~2 days
ago.
It solved the blank page issue, at least for those who reported it to
me.

This is not satisfactory for Ubuntu. We don't want that mscorefonts
thing as a mandatory dep. This is clearly non-free.
So i guess someone will have to patch that, if not upstream, then
downstream, with all the consequences it implies.
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: What packages does Chromium depend on to run on Linux?

2009-03-25 Thread Adam Langley

On Wed, Mar 25, 2009 at 6:08 PM, fta f...@sofaraway.org wrote:
 thing as a mandatory dep. This is clearly non-free.
 So i guess someone will have to patch that, if not upstream, then
 downstream, with all the consequences it implies.

At some point I can imagine changing the default font and rebaselining
pretty much every test. That will mark the final departure from
Windows metrics in the test results.

However; not soon I'm afraid.


AGL

--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---