Re: [gentoo-user] firefox - thunderbird integration

2009-05-21 Thread Laurent lejeune

Joachim wrote:

Laurent lejeune pisze:

Hi everyone!

I've been recently trying to make firefox and thunderbird work well 
together, i.e


  1. make mailto links from firefox launch thunderbird
  2. make url from thunderbird open in firefox


After reading

http://www.zulustips.com/2007/03/28/forcing-thunderbird-to-open-links-in-firefox.html 



I found out I can do this by going to preferences-advanced General 
tab, click settings editor and add following settngs ( string type):


|network.protocol-handler.app.ftp
network.protocol-handler.app.http
network.protocol-handler.app.https|

as value set your Firefox path ( for all of them).||


i've checked that those entries are set to my firefox path 
(/usr/bin/firefox). The thing is , once again, that  thunderbird does 
it's job of launching firefox, but the page that opens is a *downloaded 
*version such as

file:///tmp/blabla.html
where i would like it to open the url.

btw, i've managed to fix the mailto problem, now firefox opens 
thunderbird just fine. I've did it the newbie way by going to the 
preference-Applications and adding a mailto entry. Though i'm sure that 
i already try doing that before, anyway...






[gentoo-user] firefox 3.0.10 crashes

2009-05-20 Thread dhk
Ever since I upgraded firefox to version 3 it crashes when certain pages 
are opened.  Currently I have version 3.0.10 and amd64.  I've been 
hoping the problem would get fixed, but it hasn't been yet.  For example 
I can not even go to ebay ( http://www.ebay.com ), the page flashes and 
then firefox crashes.  Does anyone know what's causing this and how it 
can be fixed?


Thanks,

dave



Re: [gentoo-user] firefox 3.0.10 crashes

2009-05-20 Thread Paul Hartman
On Wed, May 20, 2009 at 4:52 PM, dhk dhk...@optonline.net wrote:
 Ever since I upgraded firefox to version 3 it crashes when certain pages are
 opened.  Currently I have version 3.0.10 and amd64.  I've been hoping the
 problem would get fixed, but it hasn't been yet.  For example I can not even
 go to ebay ( http://www.ebay.com ), the page flashes and then firefox
 crashes.  Does anyone know what's causing this and how it can be fixed?

My guess would be flash... try uninstalling flash, java,
nspluginwrapper, disabling add-ons, etc one by one until you find the
cause.



Re: [gentoo-user] firefox 3.0.10 crashes

2009-05-20 Thread Dale
dhk wrote:
 Ever since I upgraded firefox to version 3 it crashes when certain
 pages are opened.  Currently I have version 3.0.10 and amd64.  I've
 been hoping the problem would get fixed, but it hasn't been yet.  For
 example I can not even go to ebay ( http://www.ebay.com ), the page
 flashes and then firefox crashes.  Does anyone know what's causing
 this and how it can be fixed?

 Thanks,

 dave



In addition to what others have said, try a fresh profile.  Just close
Firefox, rename the directory with .old on the end, then restart firefox
and see if that helps.  If it still crashes, you may want to try opening
it in a console to see if that helps any.  You may get a error of some
kind to check into.

Just additional thoughts.

Dale

:-)  :-) 



Re: [gentoo-user] firefox 3.0.10 crashes

2009-05-20 Thread David Relson
On Wed, 20 May 2009 18:18:48 -0500
Dale wrote:

 dhk wrote:
  Ever since I upgraded firefox to version 3 it crashes when certain
  pages are opened.  Currently I have version 3.0.10 and amd64.  I've
  been hoping the problem would get fixed, but it hasn't been yet.
  For example I can not even go to ebay ( http://www.ebay.com ), the
  page flashes and then firefox crashes.  Does anyone know what's
  causing this and how it can be fixed?
 
  Thanks,
 
  dave
 
 
 
 In addition to what others have said, try a fresh profile.  Just close
 Firefox, rename the directory with .old on the end, then restart
 firefox and see if that helps.  If it still crashes, you may want to
 try opening it in a console to see if that helps any.  You may get a
 error of some kind to check into.

I've encountered this as well.  In fact, since I upgraded firefox from.
This has been happening at both work (Windoze) and home (Gentoo).

Regards,

David



[gentoo-user] Firefox without gcc?

2009-05-14 Thread Matt Causey
Hello!

Another Gentoo newb question.  I'm attempting a customized ROOT=/blah
gentoo root filesystem, where we can build a linux client image w/out
the build chain and other dependencies.  Our needs are too intensive
for ulibc, but we're shooting for a sub-250 MB graphical operating
environment.

I'm surprised to see that Firefox (and anecdotally, Xorg) are linked
to gcc libraries:

[chroot-dev] causey-1 ramdisk # ldd ./usr/lib/mozilla-firefox/firefox
linux-gate.so.1 =  (0x00484000)
libpthread.so.0 = /lib/libpthread.so.0 (0x00cae000)
libdl.so.2 = /lib/libdl.so.2 (0x0026b000)
libstdc++.so.6 =
/usr/lib/gcc/i486-pc-linux-gnu/4.1.2/libstdc++.so.6 (0x008c9000)
libm.so.6 = /lib/libm.so.6 (0x0072b000)
libgcc_s.so.1 =
/usr/lib/gcc/i486-pc-linux-gnu/4.1.2/libgcc_s.so.1 (0x0011)
libc.so.6 = /lib/libc.so.6 (0x00d48000)
/lib/ld-linux.so.2 (0x00e89000)

[chroot-dev] causey-1 ramdisk # qfile libstdc++.so.6
sys-devel/gcc (/usr/lib/gcc/i486-pc-linux-gnu/4.1.2/libstdc++.so.6)
[chroot-dev] causey-1 ramdisk #

I had to copy bits of gcc over to get Xorg/xdm working as well.

I'm happy to hand-copy over the bits I need if that is the only
optionbut I guess I was looking for a USE flag or something where
we could build things that are not linked to the build chain?

I did find a dated thread here, which just says, 'deal with it and
move on' - but I wondered if anything has changed.  :-)

http://www.mail-archive.com/gentoo-embed...@lists.gentoo.org/msg00857.html

Cheers,

--
Matt



[gentoo-user] Firefox: Content Encoding Error and CAPTCHA

2008-12-23 Thread Andrew Gaydenko
Hi!

I have some strange problems with Firefox (up to date ~amd64):

1. On some pages some gif files (CAPTCHA) is not shown,

2. Some pages results in Firefox error message:

Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or 
unsupported form of compression.

Opera ans Arora has not such problems at both cases.

Thoughts?




Re: [gentoo-user] Firefox 3 automatic spell check broken

2008-11-21 Thread Mike Mazur
Hi,

On Fri, Nov 21, 2008 at 9:24 AM, Paul Hartman
[EMAIL PROTECTED] wrote:
 I may have already missed it in this thread -- but I must ask the obvious:

 If you right-click in a text-entry field, is Check spelling enabled?

This was it.

When I right clicked in a text area, I didn't see the Check spelling
option, but I did see Add dictionaries... which brought me to the
addons.mozilla.com Dictionary  Language Packs site[1]. I installed
the US English pack and now spell checking works as expected.

I had no clue I had to install the language pack myself. Isn't that
portage's job?

Thank you so much for that pointer!
Mike

[1] https://addons.mozilla.org/en-US/firefox/browse/type:3



Re: [gentoo-user] Firefox 3 automatic spell check broken

2008-11-21 Thread Paul Hartman
On Fri, Nov 21, 2008 at 8:15 AM, Mike Mazur [EMAIL PROTECTED] wrote:
 Hi,

 On Fri, Nov 21, 2008 at 9:24 AM, Paul Hartman
 [EMAIL PROTECTED] wrote:
 I may have already missed it in this thread -- but I must ask the obvious:

 If you right-click in a text-entry field, is Check spelling enabled?

 This was it.

 When I right clicked in a text area, I didn't see the Check spelling
 option, but I did see Add dictionaries... which brought me to the
 addons.mozilla.com Dictionary  Language Packs site[1]. I installed
 the US English pack and now spell checking works as expected.

 I had no clue I had to install the language pack myself. Isn't that
 portage's job?

 Thank you so much for that pointer!
 Mike

 [1] https://addons.mozilla.org/en-US/firefox/browse/type:3

That's good to hear! I completely forgot about that option, too, until
I accidentally noticed it and remembered this thread. I'm glad I could
(belatedly) help.

Thanks,
Paul



Re: [gentoo-user] Firefox 3 automatic spell check broken

2008-11-20 Thread Mike Mazur
Hi,

On Tue, Nov 18, 2008 at 8:09 PM, Alan McKinnon [EMAIL PROTECTED] wrote:
 Well, my ff-3.0.4 works correctly, so you at least have a working install to
 compare to. Mine was a case of 'emerge mozilla-firefox, oh look, it works

Yeah, I haven't been able to find any bugs or threads on this issue,
so it seems I got unlucky.

 What linguas do you have in USE, and what spell checkers are installed?

I added LINGUAS=en en_US into my make.conf, I never had LINGUAS
specified before today. The issue persists with this LINGUAS setting.

The packages I have installed that match spell are:
$ equery l spell
[ Searching for package 'spell' in all categories among: ]
 * installed packages
[I--] [  ] app-dicts/aspell-en-6.0.0 (0)
[I--] [  ] app-text/aspell-0.60.5 (0)
[I--] [  ] app-text/gtkspell-2.0.14 (0)
[I--] [  ] app-text/hunspell-1.2.6 (0)

I should also note that spell checking works fine in Pidgin, though I
think Pidgin has its own spell checker somehow. I also just tried in
Opera, and automatic spell checking doesn't seem to work either, but
I'm not sure if it ever worked, I only use Opera seldom for testing.

Mike



Re: [gentoo-user] Firefox 3 automatic spell check broken

2008-11-20 Thread Mike Mazur
Hi,

On Wed, Nov 19, 2008 at 1:19 AM, Kevin O'Gorman [EMAIL PROTECTED] wrote:
 On Tue, Nov 18, 2008 at 7:00 AM, Albert Hopkins [EMAIL PROTECTED] wrote:
 On Tue, 2008-11-18 at 18:54 +0900, Mike Mazur wrote:
 With Firefox 2.x whenever I typed into a text area and misspelled
 something, the word would be underlined. Ever since I updated to
 Firefox 3 this no longer happens.

 In Epiphany at least I was able to enable it with the following
 about:config options:

 spellchecker.dictionary = en_US
 layout.spellcheckDefault = 2

 You may want to specify 1 instead of 2 if you only want spellchecking in
 textareas

 Interesting.  Spelling has been working here just fine as in it just
 works, but I checked my settings, and I had
 spellchecker.dictionary = en-US
 with a hyphen instead of underscore. It said user set but I didn't
 do it. Significant?

I also found spellchecker.dictionary = en-US in my settings. No
combination of layout.spellcheckDefault and spellchecker.dictionary as
suggested above fixes the issue, though.

Mike



Re: [gentoo-user] Firefox 3 automatic spell check broken

2008-11-20 Thread Alan McKinnon
On Thursday 20 November 2008 15:12:49 Mike Mazur wrote:
 Hi,

 On Tue, Nov 18, 2008 at 8:09 PM, Alan McKinnon [EMAIL PROTECTED] 
wrote:
  Well, my ff-3.0.4 works correctly, so you at least have a working install
  to compare to. Mine was a case of 'emerge mozilla-firefox, oh look, it
  works

 Yeah, I haven't been able to find any bugs or threads on this issue,
 so it seems I got unlucky.

  What linguas do you have in USE, and what spell checkers are installed?

 I added LINGUAS=en en_US into my make.conf, I never had LINGUAS
 specified before today. The issue persists with this LINGUAS setting.

 The packages I have installed that match spell are:
 $ equery l spell
 [ Searching for package 'spell' in all categories among: ]
  * installed packages
 [I--] [  ] app-dicts/aspell-en-6.0.0 (0)
 [I--] [  ] app-text/aspell-0.60.5 (0)
 [I--] [  ] app-text/gtkspell-2.0.14 (0)
 [I--] [  ] app-text/hunspell-1.2.6 (0)

 I should also note that spell checking works fine in Pidgin, though I
 think Pidgin has its own spell checker somehow. I also just tried in
 Opera, and automatic spell checking doesn't seem to work either, but
 I'm not sure if it ever worked, I only use Opera seldom for testing.

Apart from also having myspell-af + myspell-en, plsu not having gtkspell, my 
install has the same packages as yours. Must be a weird config thing.

Try creating a new temp user and running firefox in that. AT least then you'll 
know if you need to dig through .firefox or not

-- 
alan dot mckinnon at gmail dot com




Re: [gentoo-user] Firefox 3 automatic spell check broken

2008-11-20 Thread Paul Hartman
On Thu, Nov 20, 2008 at 7:12 AM, Mike Mazur [EMAIL PROTECTED] wrote:
 Hi,

 On Tue, Nov 18, 2008 at 8:09 PM, Alan McKinnon [EMAIL PROTECTED] wrote:
 Well, my ff-3.0.4 works correctly, so you at least have a working install to
 compare to. Mine was a case of 'emerge mozilla-firefox, oh look, it works

 Yeah, I haven't been able to find any bugs or threads on this issue,
 so it seems I got unlucky.

Here is a recent similar thread on the forums:

http://forums.gentoo.org/viewtopic-t-715392.html



Re: [gentoo-user] Firefox 3 automatic spell check broken

2008-11-20 Thread Paul Hartman
On Thu, Nov 20, 2008 at 11:25 AM, Paul Hartman
[EMAIL PROTECTED] wrote:
 On Thu, Nov 20, 2008 at 7:12 AM, Mike Mazur [EMAIL PROTECTED] wrote:
 Hi,

 On Tue, Nov 18, 2008 at 8:09 PM, Alan McKinnon [EMAIL PROTECTED] wrote:
 Well, my ff-3.0.4 works correctly, so you at least have a working install to
 compare to. Mine was a case of 'emerge mozilla-firefox, oh look, it works

 Yeah, I haven't been able to find any bugs or threads on this issue,
 so it seems I got unlucky.

 Here is a recent similar thread on the forums:

 http://forums.gentoo.org/viewtopic-t-715392.html

I may have already missed it in this thread -- but I must ask the obvious:

If you right-click in a text-entry field, is Check spelling enabled?



[gentoo-user] Firefox 3 automatic spell check broken

2008-11-18 Thread Mike Mazur
Hi,

With Firefox 2.x whenever I typed into a text area and misspelled
something, the word would be underlined. Ever since I updated to
Firefox 3 this no longer happens.

I've looked at USE flags for mozilla-firefox and xulrunner and don't
see anything that indicates aspell or similar.

What am I missing?

Thanks,
Mike



Re: [gentoo-user] Firefox 3 automatic spell check broken

2008-11-18 Thread Alan McKinnon
On Tuesday 18 November 2008 11:54:15 Mike Mazur wrote:
 Hi,

 With Firefox 2.x whenever I typed into a text area and misspelled
 something, the word would be underlined. Ever since I updated to
 Firefox 3 this no longer happens.

 I've looked at USE flags for mozilla-firefox and xulrunner and don't
 see anything that indicates aspell or similar.

 What am I missing?

edit - preferences - Advanced - Network - Browsing

-- 
alan dot mckinnon at gmail dot com




Re: [gentoo-user] Firefox 3 automatic spell check broken

2008-11-18 Thread felix
On Tue, Nov 18, 2008 at 12:05:10PM +0200, Alan McKinnon wrote:
 On Tuesday 18 November 2008 11:54:15 Mike Mazur wrote:
  With Firefox 2.x whenever I typed into a text area and misspelled
  something, the word would be underlined. Ever since I updated to
  Firefox 3 this no longer happens.
 
 edit - preferences - Advanced - Network - Browsing

What I see is random words with red squiggly underlines.  I never
cared much for spell checkers, but it used to at least be correct.
Now it seems like half the words will be underlines regardless of
anything approaching correct spelling. 

-- 
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 Felix Finch: scarecrow repairman  rocket surgeon / [EMAIL PROTECTED]
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o



Re: [gentoo-user] Firefox 3 automatic spell check broken

2008-11-18 Thread Mike Mazur
Hi,

On Tue, Nov 18, 2008 at 7:05 PM, Alan McKinnon [EMAIL PROTECTED] wrote:
 On Tuesday 18 November 2008 11:54:15 Mike Mazur wrote:
 With Firefox 2.x whenever I typed into a text area and misspelled
 something, the word would be underlined. Ever since I updated to
 Firefox 3 this no longer happens.


 edit - preferences - Advanced - Network - Browsing

Unfortunately, this is not the culprit. This setting has always been
set, and still no spell check.

Mike

PS Apologies for re-replying, this time to all



Re: [gentoo-user] Firefox 3 automatic spell check broken

2008-11-18 Thread Alan McKinnon
On Tuesday 18 November 2008 12:33:54 Mike Mazur wrote:
 Hi,

 On Tue, Nov 18, 2008 at 7:05 PM, Alan McKinnon [EMAIL PROTECTED] 
wrote:
  On Tuesday 18 November 2008 11:54:15 Mike Mazur wrote:
  With Firefox 2.x whenever I typed into a text area and misspelled
  something, the word would be underlined. Ever since I updated to
  Firefox 3 this no longer happens.
 
  edit - preferences - Advanced - Network - Browsing

 Unfortunately, this is not the culprit. This setting has always been
 set, and still no spell check.

Well, my ff-3.0.4 works correctly, so you at least have a working install to 
compare to. Mine was a case of 'emerge mozilla-firefox, oh look, it works

What linguas do you have in USE, and what spell checkers are installed?

-- 
alan dot mckinnon at gmail dot com




Re: [gentoo-user] Firefox 3 automatic spell check broken

2008-11-18 Thread Albert Hopkins
On Tue, 2008-11-18 at 18:54 +0900, Mike Mazur wrote:
 Hi,
 
 With Firefox 2.x whenever I typed into a text area and misspelled
 something, the word would be underlined. Ever since I updated to
 Firefox 3 this no longer happens.
 
 I've looked at USE flags for mozilla-firefox and xulrunner and don't
 see anything that indicates aspell or similar.
 
 What am I missing?


In Epiphany at least I was able to enable it with the following
about:config options:

spellchecker.dictionary = en_US
layout.spellcheckDefault = 2

You may want to specify 1 instead of 2 if you only want spellchecking in
textareas

HTH,
-a





Re: [gentoo-user] Firefox 3 automatic spell check broken

2008-11-18 Thread Kevin O'Gorman
On Tue, Nov 18, 2008 at 7:00 AM, Albert Hopkins [EMAIL PROTECTED] wrote:
 On Tue, 2008-11-18 at 18:54 +0900, Mike Mazur wrote:
 Hi,

 With Firefox 2.x whenever I typed into a text area and misspelled
 something, the word would be underlined. Ever since I updated to
 Firefox 3 this no longer happens.

 I've looked at USE flags for mozilla-firefox and xulrunner and don't
 see anything that indicates aspell or similar.

 What am I missing?


 In Epiphany at least I was able to enable it with the following
 about:config options:

 spellchecker.dictionary = en_US
 layout.spellcheckDefault = 2

 You may want to specify 1 instead of 2 if you only want spellchecking in
 textareas

Interesting.  Spelling has been working here just fine as in it just
works, but I checked my settings, and I had
spellchecker.dictionary = en-US
with a hyphen instead of underscore. It said user set but I didn't
do it. Significant?

-- 
Kevin O'Gorman, PhD



[gentoo-user] firefox 3.0.4 spellchecker

2008-11-18 Thread »Q«
In make.conf, I have 

LINGUAS=en_US en 

and eix says Firefox 3.0.4 is installed with flags 

dbus linguas_en linguas_en_US mozdevelop startup-notification

But for some reason the spellchecker in Fx was using an en_AU
dictionary.  Using about:config to change the value of the
spellchecker.dictionary pref from en_AU to en_US fixed it for me, but I
can't figure out how it got that way in the first place.  Is anybody
else seeing something like this?

-- 
»Q«
 Kleeneness is next to Gödelness.




Re: [gentoo-user] firefox 3.0.4 spellchecker

2008-11-18 Thread felix
On Tue, Nov 18, 2008 at 04:33:37PM -0600, ??Q?? wrote:
 But for some reason the spellchecker in Fx was using an en_AU
 dictionary.  Using about:config to change the value of the
 spellchecker.dictionary pref from en_AU to en_US fixed it for me, but I
 can't figure out how it got that way in the first place.  Is anybody
 else seeing something like this?

Mine was set to something_NO.  I don't know if that fixes it or not,
since I genenrally ignore it.

-- 
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
 Felix Finch: scarecrow repairman  rocket surgeon / [EMAIL PROTECTED]
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o



Re: [gentoo-user] firefox crashes

2008-10-23 Thread Erik Hahn
On Thu, Oct 23, 2008 at 10:48:47AM -0400, Simon wrote:
 Hi,
   recently (dunno why or when exactly) firefox has started crashing when  
 loading certain pages.  Two pages I'm used to access often that are 
 causing the problem are my banking site (once logged in) and 
 linode.com/members...  the error is a bit cryptic and may involve 
 javascript (see the error below).

 I tried recompiling firefox, but got the exact same result...  so I tried 
 a `emerge -e mozilla-firefox`, (which btw, on the cheapest linode took a 
 bit more than 3 hours).  So, the host basically compilled the binpkgs and 
 i installed them on my desktop, same issue happened after...

 Here's the use flags for ff, also all files related to portage config  
 (make.conf,etc) are exactly the same on all my machines, only world is 
 different.

What does 'emerge --info' say? Does mozilla-firefox-bin work?

 CSS Error (http://www.linode.com/linode.css?2 :113.31): Unknown property  
 '-khtml-border-top-left-radius'.  Declaration dropped.
Those are only CSS errors, no problem

-Erik
-- 
hackerkey://v4sw5hw2ln3pr5ck0ma2u7LwXm4l7Gi2e2t4b7Ken4/7a16s0r1p-5.62/-6.56g5OR



Re: [gentoo-user] firefox crashes

2008-10-23 Thread Albert Hopkins

 On Thu, Oct 23, 2008 at 10:48:47AM -0400, Simon wrote:
  Hi,
recently (dunno why or when exactly) firefox has started crashing when  
  loading certain pages.  Two pages I'm used to access often that are 
  causing the problem are my banking site (once logged in) and 
  linode.com/members...  the error is a bit cryptic and may involve 
  javascript (see the error below).
 
  I tried recompiling firefox, but got the exact same result...  so I tried 
  a `emerge -e mozilla-firefox`, (which btw, on the cheapest linode took a 
  bit more than 3 hours).  So, the host basically compilled the binpkgs and 
  i installed them on my desktop, same issue happened after...
 
  Here's the use flags for ff, also all files related to portage config  
  (make.conf,etc) are exactly the same on all my machines, only world is 
  different.

Possibly this is the problem many people are having related to
librsvg[1].  Try downgrading that package.

1. http://bugs.gentoo.org/show_bug.cgi?id=239992

-a





[gentoo-user] firefox crashes

2008-10-23 Thread Simon

Hi,
  recently (dunno why or when exactly) firefox has started crashing when 
loading certain pages.  Two pages I'm used to access often that are causing the 
problem are my banking site (once logged in) and linode.com/members...  the 
error is a bit cryptic and may involve javascript (see the error below).


I tried recompiling firefox, but got the exact same result...  so I tried a 
`emerge -e mozilla-firefox`, (which btw, on the cheapest linode took a bit more 
than 3 hours).  So, the host basically compilled the binpkgs and i installed 
them on my desktop, same issue happened after...


Here's the use flags for ff, also all files related to portage config 
(make.conf,etc) are exactly the same on all my machines, only world is different.


[ebuild   R   ] www-client/mozilla-firefox-2.0.0.17  USE=bindist debug ipv6 
java xinerama -filepicker -gnome -iceweasel -mozdevelop -moznopango 
-restrict-javascript -xforms -xprint LINGUAS=-af -ar -be -bg -ca -cs -da -de 
-el -en -en_GB -en_US -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu 
-gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO -pa 
-pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE -tr -uk -zh -zh_CN 
-zh_TW 0 kB


Folks that deal with firefox really frown upon gentoo and tend to stop 
supporting me because of that (saying gentoo is mostly a broken distribution, 
probably just because it's easy for newbies to break things, deps, etc).
Now that I have recompiled everything properly maybe they'll help me out, but I 
thought maybe you guys here could help also?


Here's the full output of ff when doing: `firefox linode.com/members`:

No running windows found
Type Manifest File: /home/simon/.mozilla/firefox/6n98gvbk.default/xpti.dat
*** Registering Apprunner components (all right -- a generic module!)
nsNativeComponentLoader: autoregistering begins.
nsNativeComponentLoader: autoregistering succeeded
nsNativeComponentLoader: registering deferred (0)
pldhash: for the table at address 0x80cae30, the given entrySize of 44 probably 
favors chaining over double hashing.
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsChromeRegistry.cpp, 
line 1272

GFX: dpi=126 t2p=0.0909091 p2t=11 depth=24
++WEBSHELL == 1
++DOMWINDOW == 1
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsStringBundle.cpp, line 
273
++DOMWINDOW == 2
++WEBSHELL == 2
++DOMWINDOW == 3
++DOMWINDOW == 4
Note: styleverifytree is disabled
Note: frameverifytree is disabled
Note: verifyreflow is disabled
pldhash: for the table at address 0x8789f20, the given entrySize of 68 
definitely favors chaining over double hashing.

++WEBSHELL == 3
++DOMWINDOW == 5
++DOMWINDOW == 6
###
### mDiskDevice-Init() failed (0x8000)
###- disabling disk cache for this session.
###
*** e = [Exception... ServiceManager::GetService returned failure code: 
nsresult: 0x80570016 (NS_ERROR_XPC_GS_RETURNED_FAILURE)  location: JS frame 
:: chrome://browser/content/utilityOverlay.js :: getShellService :: line 294 
data: no]

WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsStringBundle.cpp, line 
273
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsStringBundle.cpp, line 
273
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsStringBundle.cpp, line 
273
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsStringBundle.cpp, line 
273
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsStringBundle.cpp, line 
273
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsStringBundle.cpp, line 
273
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsStringBundle.cpp, line 
273
++DOMWINDOW == 7
--DOMWINDOW == 6
CSS Error (http://www.linode.com/linode.css?2 :113.31): Unknown property 
'-khtml-border-top-left-radius'.  Declaration dropped.
CSS Error (http://www.linode.com/linode.css?2 :114.32): Unknown property 
'-webkit-border-top-left-radius'.  Declaration dropped.
CSS Error (http://www.linode.com/linode.css?2 :115.24): Unknown property 
'border-top-left-radius'.  Declaration dropped.
CSS Error (http://www.linode.com/linode.css?2 :117.32): Unknown property 
'-khtml-border-top-right-radius'.  Declaration dropped.
CSS Error (http://www.linode.com/linode.css?2 :118.33): Unknown property 
'-webkit-border-top-right-radius'.  Declaration dropped.
CSS Error (http://www.linode.com/linode.css?2 :119.25): Unknown property 
'border-top-right-radius'.  Declaration dropped.
CSS Error (http://www.linode.com/linode.css?2 :129.31): Unknown property 
'-khtml-border-top-left-radius'.  Declaration dropped.
CSS Error (http://www.linode.com/linode.css?2 :130.32): Unknown property 
'-webkit-border-top-left-radius'.  Declaration dropped.
CSS Error (http://www.linode.com/linode.css?2 :131.24): Unknown property 
'border-top-left-radius'.  Declaration dropped.
CSS Error (http://www.linode.com/linode.css?2 :133.32): Unknown property 
'-khtml-border-top-right-radius'.  Declaration dropped.
CSS Error (http://www.linode.com/linode.css?2 :134.33): Unknown property 

Re: [gentoo-user] firefox crashes

2008-10-23 Thread Simon

`emerge --info` at the bottom of my reply

I emerged mozilla-firefox-bin (strangely it didn't unmerge mozilla-firefox... it 
was a New ebuild).  Interestingly, it did work...  It gave no debug info so i 
couldn't compare the output...  I believe I'll have no problem in switching over 
to the bin version, but the error with the ebuild is still strange...


The CSS errors are more like debug warnings (note it was compiled with debug 
flag) they have nothing (i believe) to do with the issue.  The ***Exception 
before those errors give more info and some of the last lines also are relevant.



Portage 2.1.4.5 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24 
i686)
=
System uname: 2.6.24 i686 Pentium III (Katmai)
Timestamp of tree: Tue, 21 Oct 2008 15:37:02 +
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled]
ccache version 2.4 [disabled]
app-shells/bash: 3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python: 2.5.2-r7
dev-util/ccache: 2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r2
sys-devel/automake:  1.5, 1.7.9-r1, 1.9.6-r2, 1.10.1-r1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS=x86
CBUILD=i686-pc-linux-gnu
CFLAGS=-Os -march=i386 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ 
/etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ex
t-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ 
/etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d

CXXFLAGS=-Os -march=i386 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=buildpkg distlocks metadata-transfer sandbox sfperms strict 
unmerge-orphans userfetch

GENTOO_MIRRORS=http://gentoo.arcticnetwork.ca/source/;
MAKEOPTS=-j8
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --stats --timeout=180

--exclude=/distfiles --exclude=/local --exclude=/packages
PORTAGE_TMPDIR=/mnt/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=3dnow 3dnowext X aac aalib acl alsa amrnb amrwb arts background berkdb bidi 
bindist bl cddb cdio cdparanoia cli cpudetection cr
acklib crypt cups customcflags debug dga dri dts dv dvb dvd enca encode esd 
fbcon fortran gdbm ggi gif gnutls gpm gtk iconv injectio
n ipv6 isdnlog jack joystick jpeg ladspa libcaca lirc live lzo md5sum midi 
mmxext mp2 mp3 mudflap musepack nas ncurses nemesi nls np
tl nptlonly openal opengl openmp oss pam pcre pdf perl png pnm pppd pulseaudio 
python quicktime radio rar readline real reflection r
tc samba sdl session speex spl srt sse sse2 ssl ssse3 svg svga tcpd teletext tga 
tiff unicode v4l v4l2 vidix win32codecs x264 x86 xa
nim xgetdefault xinerama xml xmlreader xmlrpc xmlwriter xorg xvid xvmc zlib 
zoran ALSA_CARDS=ali5451 als4000 atiixp atiixp-modem b
t87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 
hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via8
2xx via82xx-modem ymfpci ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix dshare 
dsnoop empty extplug file hooks iec958 ioplug ladspa lf
loat linear meter mmap_emul mulaw multi null plug rate route share shm softvol 
APACHE2_MODULES=actions alias auth_basic authn_alia
s authn_anon authn_dbm authn_default authn_file authz_dbm authz_default 
authz_groupfile authz_host authz_owner authz_user autoindex
cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter 
file_cache filter headers include info log_config logio mem_
cache mime mime_magic negotiation rewrite setenvif speling status unique_id 
userdir usertrack vhost_alias ELIBC=glibc INPUT_DEVIC
ES=keyboard mouse evdev KERNEL=linux LCD_DEVICES=bayrad cfontz cfontz633 
glk hd44780 lb216 lcdm001 mtxorb ncurses text USERLAN
D=GNU VIDEO_CARDS=apm ark chips cirrus cyrix dummy fbdev glint i128 i740 i810 
imstt mach64 mga neomagic nsc nv r128 radeon rendit
ion s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa 
vga via vmware voodoo
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, 
LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMP

RESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


Erik Hahn wrote:

On Thu, Oct 23, 2008 at 10:48:47AM -0400, Simon wrote:

Hi,
  recently (dunno why or when exactly) firefox has started crashing when  
loading certain pages.  Two pages I'm used to access often that are 
causing the problem are my banking site (once logged in) and 
linode.com/members...  the error is a bit cryptic and may involve 
javascript (see the error below).


I tried recompiling firefox, but got the exact same result...  so I tried 
a `emerge -e mozilla-firefox`, (which btw, on the cheapest linode took a 
bit more than 3 hours).  So, the host 

Re: [gentoo-user] firefox crashes

2008-10-23 Thread Simon
Good try Albert, however I already had version 2.22.2 (which is how to solve the 
issue)...


Thanks,
  Simon

Albert Hopkins wrote:

On Thu, Oct 23, 2008 at 10:48:47AM -0400, Simon wrote:

Hi,
  recently (dunno why or when exactly) firefox has started crashing when  
loading certain pages.  Two pages I'm used to access often that are 
causing the problem are my banking site (once logged in) and 
linode.com/members...  the error is a bit cryptic and may involve 
javascript (see the error below).


I tried recompiling firefox, but got the exact same result...  so I tried 
a `emerge -e mozilla-firefox`, (which btw, on the cheapest linode took a 
bit more than 3 hours).  So, the host basically compilled the binpkgs and 
i installed them on my desktop, same issue happened after...


Here's the use flags for ff, also all files related to portage config  
(make.conf,etc) are exactly the same on all my machines, only world is 
different.


Possibly this is the problem many people are having related to
librsvg[1].  Try downgrading that package.

1. http://bugs.gentoo.org/show_bug.cgi?id=239992

-a








Re: [gentoo-user] firefox et al. crash when attaching file in gmail --- dbus?

2008-07-28 Thread Volker Armin Hemmann
On Montag, 28. Juli 2008, Andrey Falko wrote:


 To eliminate the first factor do: emerge -e world. 

no. Just no.


 This will rebuild
 all of the packages on your system in the correct order. The second
 factor can be eliminated by downgrading to firefox2. If it is a
 firefox3 problem then the bug report would go to firefox developers.

just re-emerge dbus and/or revdep-rebuilt should be enough. Or that 
'preserved-libs' stuff. But emerge -e world is almost always the wrong answer. 
And it won't solve anything if he is using a portage version with preserved-
libs. Because in that case dbus might built against the wrong lib again.




Re: [gentoo-user] firefox et al. crash when attaching file in gmail --- dbus?

2008-07-28 Thread Alan E. Davis
On Mon, Jul 28, 2008 at 4:55 PM, Volker Armin Hemmann 
[EMAIL PROTECTED] wrote:

 On Montag, 28. Juli 2008, Andrey Falko wrote:

 
  To eliminate the first factor do: emerge -e world.

 no. Just no.


For what it's worth, I started emerge -e system quite some time ago.  It
stops about 1/2 way through on glib.  Apparently this is common.   I started
it up again as emerge -e system --skipfirst.  How bad of an idea was
that?  I think about 200 out of about 350 pkgs have been rebuilt.

I'll halt this and rebuild dbus again.  Etc/





  The second
  factor can be eliminated by downgrading to firefox2. If it is a
  firefox3 problem then the bug report would go to firefox developers.


It does affect firefox 2 also.  All users except root.  All gecko browsers,
I guess (all firefox, and epiphany---didnt' try galeon).



 just re-emerge dbus and/or revdep-rebuilt should be enough. Or that
 'preserved-libs' stuff.


 I don't qet it about preserved-libs.  THerefore I haven't done anything
about any of the messages.  I don't understand the messages, exactly what
would happen?  Would I be building the same app with the same old lib or
with the new lib?  I need to find something in the docs, but haven't seen
anything yet.

Thank you for the advice,

Alan Davis






-- 
Alan Davis

It's never a matter of liking or disliking ...
---Santa Ynez Chumash Medicine Man


Re: [gentoo-user] firefox et al. crash when attaching file in gmail --- dbus?

2008-07-28 Thread Eric Martin

Alan E. Davis wrote:
On Mon, Jul 28, 2008 at 4:55 PM, Volker Armin Hemmann 
[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED] wrote:


On Montag, 28. Juli 2008, Andrey Falko wrote:

 
  To eliminate the first factor do: emerge -e world.

no. Just no.

 
For what it's worth, I started emerge -e system quite some time ago.  It 
stops about 1/2 way through on glib.  Apparently this is common.   I 
started it up again as emerge -e system --skipfirst.  How bad of an 
idea was that?  I think about 200 out of about 350 pkgs have been rebuilt.


I'll halt this and rebuild dbus again.  Etc/



WRT emerge -e world I had a few problems where glibc wouldn't build and 
tracking down the cause of that fixed my other problems.  Could be 
coincidence, could be related.  I rebuilt the toolchain once or twice to 
get glib going again, recompiled and my problems were solved.



  The second
  factor can be eliminated by downgrading to firefox2. If it is a
  firefox3 problem then the bug report would go to firefox developers.


It does affect firefox 2 also.  All users except root.  All gecko 
browsers, I guess (all firefox, and epiphany---didnt' try galeon). 


You say it works as root.  This is a stretch but it's wicked easy and 
should be tried: try killing your profile.  it's as easy as renaming 
.mozilla so firefox creates a new one next boot.  If it's still broken 
it only wasted a minute, and if it works you're not banging your head 
needlessly and later on.



just re-emerge dbus and/or revdep-rebuilt should be enough. Or that
'preserved-libs' stuff. 


snip


Thank you for the advice,

Alan Davis


HTH
--
Eric Martin
Key fingerprint = D1C4 086E DBB5 C18E 6FDA  B215 6A25 7174 A941 3B9F



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] firefox et al. crash when attaching file in gmail --- dbus?

2008-07-28 Thread Alan E. Davis
On Mon, Jul 28, 2008 at 9:31 PM, Eric Martin [EMAIL PROTECTED] wrote:



 WRT emerge -e world I had a few problems where glibc wouldn't build and
 tracking down the cause of that fixed my other problems.  Could be
 coincidence, could be related.  I rebuilt the toolchain once or twice to get
 glib going again, recompiled and my problems were solved.


Do you mind to explain a little more?  How would I go about this?  I have a
few packages that won't build, and glib is one.  Over and over.  gtkmm is
another.  There is an upstream gtkmm that is said to solve that issue, but I
haven't gotten the courage to bump an ebuild to a new version.

How would one rebuild the toolchain?



 You say it works as root.  This is a stretch but it's wicked easy and
 should be tried: try killing your profile.  it's as easy as renaming
 .mozilla so firefox creates a new one next boot.  If it's still broken it
 only wasted a minute, and if it works you're not banging your head
 needlessly and later on.


I have tried it as three different users, and have moved .mozilla, used
firefox2, firefox3, firefox3-bin, epiphany.  The same thing happens.  Moving
.mozilla has no effect.

My system has been riddled with these issues of permissions and (I assume)
dbus and/or hal issues, since when.  The livecd was a mess: took several
passes even to get a working, booting system.  It's getting better.

Thank you,

Alan

-- 
Alan Davis

It's never a matter of liking or disliking ...
---Santa Ynez Chumash Medicine Man


Re: [gentoo-user] firefox et al. crash when attaching file in gmail --- dbus?

2008-07-28 Thread Alan E. Davis
I have reread the GCC upgrade guide.  I skipped the step of fixing libtool,
and recompiling.  So another overnight emerge -e world ...

Thank you, meantime

Alan




-- 
Alan Davis

It's never a matter of liking or disliking ...
---Santa Ynez Chumash Medicine Man


Re: [gentoo-user] firefox et al. crash when attaching file in gmail --- dbus?

2008-07-28 Thread Eric Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alan E. Davis wrote:
 On Mon, Jul 28, 2008 at 9:31 PM, Eric Martin [EMAIL PROTECTED] wrote:
 
 WRT emerge -e world I had a few problems where glibc wouldn't build and
 tracking down the cause of that fixed my other problems.  Could be
 coincidence, could be related.  I rebuilt the toolchain once or twice to get
 glib going again, recompiled and my problems were solved.

 
 Do you mind to explain a little more?  How would I go about this?  I have a
 few packages that won't build, and glib is one.  Over and over.  gtkmm is
 another.  There is an upstream gtkmm that is said to solve that issue, but I
 haven't gotten the courage to bump an ebuild to a new version.
 
 How would one rebuild the toolchain?
 
 
 You say it works as root.  This is a stretch but it's wicked easy and
 should be tried: try killing your profile.  it's as easy as renaming
 .mozilla so firefox creates a new one next boot.  If it's still broken it
 only wasted a minute, and if it works you're not banging your head
 needlessly and later on.
 
 
 I have tried it as three different users, and have moved .mozilla, used
 firefox2, firefox3, firefox3-bin, epiphany.  The same thing happens.  Moving
 .mozilla has no effect.hem 
 
 My system has been riddled with these issues of permissions and (I assume)
 dbus and/or hal issues, since when.  The livecd was a mess: took several
 passes even to get a working, booting system.  It's getting better.
 
 Thank you,
 
 Alan
 
Toolchain refers to glibc, gcc, and binutils.  Try running

emerge glibc gcc binutils

Portage will put them in the correct order.

- --
Eric Martin
Key fingerprint = D1C4 086E DBB5 C18E 6FDA  B215 6A25 7174 A941 3B9F
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkiNoHAACgkQdheOldgSlQhhIACfetPG4fMAMFh9fvFGIyjNDErl
J7sAni70XXClPwYsz+Fn6k6R0zMUxjmP
=IrWG
-END PGP SIGNATURE-



Re: [gentoo-user] firefox et al. crash when attaching file in gmail --- dbus?

2008-07-28 Thread Volker Armin Hemmann
On Montag, 28. Juli 2008, Alan E. Davis wrote:
 On Mon, Jul 28, 2008 at 4:55 PM, Volker Armin Hemmann 

 [EMAIL PROTECTED] wrote:
  On Montag, 28. Juli 2008, Andrey Falko wrote:
   To eliminate the first factor do: emerge -e world.
 
  no. Just no.

 For what it's worth, I started emerge -e system quite some time ago.  It
 stops about 1/2 way through on glib.  Apparently this is common.   I
 started it up again as emerge -e system --skipfirst.  How bad of an idea
 was that?  I think about 200 out of about 350 pkgs have been rebuilt.

 I'll halt this and rebuild dbus again.  Etc/

   The second
   factor can be eliminated by downgrading to firefox2. If it is a
   firefox3 problem then the bug report would go to firefox developers.

 It does affect firefox 2 also.  All users except root.  All gecko browsers,
 I guess (all firefox, and epiphany---didnt' try galeon).

  just re-emerge dbus and/or revdep-rebuilt should be enough. Or that
  'preserved-libs' stuff.

  I don't qet it about preserved-libs.  THerefore I haven't done anything
 about any of the messages.  I don't understand the messages, exactly what
 would happen?  Would I be building the same app with the same old lib or
 with the new lib?  I need to find something in the docs, but haven't seen
 anything yet.

http://r0bertz.blogspot.com/2008/06/portage-22-preserve-libs-features.html

the problem with it (a friend run into it - maybe the have fixed it in the 
meantime)if you do an emerge -e system/world while the old stuff is still 
there, some apps and libs will link against the old stuff. Thus the whole 
exercise will be a waste of time and energy.



Re: [gentoo-user] firefox et al. crash when attaching file in gmail --- dbus?

2008-07-28 Thread Alan E. Davis
I have found a script called emwrap.sh  The forum thread attached to that
script makes it clear it is important to compile the few core TC files twice
before emerge -e system.  Then do that twice.  Then emerce -e world.  Wow.
The script is supposed to shorten the overall time, by not recompiling TC
and system when compiling the rest of the world.  It seems logical.

I also found some inconsistencies in my USE flags, so it's back to square
one.  I hope this works.  (I am trying the script).

Thank you very much.

Alan

On Tue, Jul 29, 2008 at 2:39 AM, Volker Armin Hemmann 
[EMAIL PROTECTED] wrote:

 On Montag, 28. Juli 2008, Alan E. Davis wrote:
  On Mon, Jul 28, 2008 at 4:55 PM, Volker Armin Hemmann 
 
  [EMAIL PROTECTED] wrote:
   On Montag, 28. Juli 2008, Andrey Falko wrote:
To eliminate the first factor do: emerge -e world.
  
   no. Just no.
 
  For what it's worth, I started emerge -e system quite some time ago.  It
  stops about 1/2 way through on glib.  Apparently this is common.   I
  started it up again as emerge -e system --skipfirst.  How bad of an
 idea
  was that?  I think about 200 out of about 350 pkgs have been rebuilt.
 
  I'll halt this and rebuild dbus again.  Etc/
 
The second
factor can be eliminated by downgrading to firefox2. If it is a
firefox3 problem then the bug report would go to firefox developers.
 
  It does affect firefox 2 also.  All users except root.  All gecko
 browsers,
  I guess (all firefox, and epiphany---didnt' try galeon).
 
   just re-emerge dbus and/or revdep-rebuilt should be enough. Or that
   'preserved-libs' stuff.
 
   I don't qet it about preserved-libs.  THerefore I haven't done anything
  about any of the messages.  I don't understand the messages, exactly what
  would happen?  Would I be building the same app with the same old lib or
  with the new lib?  I need to find something in the docs, but haven't seen
  anything yet.

 http://r0bertz.blogspot.com/2008/06/portage-22-preserve-libs-features.html

 the problem with it (a friend run into it - maybe the have fixed it in the
 meantime)if you do an emerge -e system/world while the old stuff is still
 there, some apps and libs will link against the old stuff. Thus the whole
 exercise will be a waste of time and energy.




-- 
Alan Davis

It's never a matter of liking or disliking ...
---Santa Ynez Chumash Medicine Man


Re: [gentoo-user] firefox et al. crash when attaching file in gmail --- dbus?

2008-07-28 Thread Eric Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Alan E. Davis wrote:
 I have found a script called emwrap.sh  The forum thread attached to that
 script makes it clear it is important to compile the few core TC files twice
 before emerge -e system.  Then do that twice.  Then emerce -e world.  Wow.
 The script is supposed to shorten the overall time, by not recompiling TC
 and system when compiling the rest of the world.  It seems logical.
 
 I also found some inconsistencies in my USE flags, so it's back to square
 one.  I hope this works.  (I am trying the script).
 
 Thank you very much.
 
 Alan
 
 On Tue, Jul 29, 2008 at 2:39 AM, Volker Armin Hemmann 
 [EMAIL PROTECTED] wrote:
 
 On Montag, 28. Juli 2008, Alan E. Davis wrote:
 On Mon, Jul 28, 2008 at 4:55 PM, Volker Armin Hemmann 

 [EMAIL PROTECTED] wrote:
 On Montag, 28. Juli 2008, Andrey Falko wrote:
 To eliminate the first factor do: emerge -e world.
 no. Just no.
 For what it's worth, I started emerge -e system quite some time ago.  It
 stops about 1/2 way through on glib.  Apparently this is common.   I
 started it up again as emerge -e system --skipfirst.  How bad of an
 idea
 was that?  I think about 200 out of about 350 pkgs have been rebuilt.

 I'll halt this and rebuild dbus again.  Etc/

 The second
 factor can be eliminated by downgrading to firefox2. If it is a
 firefox3 problem then the bug report would go to firefox developers.
 It does affect firefox 2 also.  All users except root.  All gecko
 browsers,
 I guess (all firefox, and epiphany---didnt' try galeon).

 just re-emerge dbus and/or revdep-rebuilt should be enough. Or that
 'preserved-libs' stuff.
  I don't qet it about preserved-libs.  THerefore I haven't done anything
 about any of the messages.  I don't understand the messages, exactly what
 would happen?  Would I be building the same app with the same old lib or
 with the new lib?  I need to find something in the docs, but haven't seen
 anything yet.
 http://r0bertz.blogspot.com/2008/06/portage-22-preserve-libs-features.html

 the problem with it (a friend run into it - maybe the have fixed it in the
 meantime)if you do an emerge -e system/world while the old stuff is still
 there, some apps and libs will link against the old stuff. Thus the whole
 exercise will be a waste of time and energy.


 
 
Please don't top post, it makes it very hard to follow the flow of the
list.  Thanks!  Let us know how that turns out with the script.  Also,
where did you find it?

- --
Eric Martin
Key fingerprint = D1C4 086E DBB5 C18E 6FDA  B215 6A25 7174 A941 3B9F
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkiNxgAACgkQdheOldgSlQgu3gCfebbzOlso/9v1CGAO1+Y0nKNP
I+EAoJOqQwLppIJXYKOwAZSDJW1AvUoO
=/Uy6
-END PGP SIGNATURE-



Re: [gentoo-user] firefox et al. crash when attaching file in gmail --- dbus?

2008-07-28 Thread Alan E. Davis
On Mon, Jul 28, 2008 at 11:13 PM, Eric Martin [EMAIL PROTECTED] wrote:



 Alan E. Davis wrote:
  I have found a script called emwrap.sh



Please don't top post, it makes it very hard to follow the flow of the
 list.  Thanks!  Let us know how that turns out with the script.  Also,
 where did you find it?

 I apologize for that.

I think this would get it for you.

http://forums.gentoo.org/viewtopic-t-282474-postdays-0-postorder-asc-start-0.html

Alan



 Eric Martin
 Key fingerprint = D1C4 086E DBB5 C18E 6FDA  B215 6A25 7174 A941 3B9F
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v2.0.9 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iEYEARECAAYFAkiNxgAACgkQdheOldgSlQgu3gCfebbzOlso/9v1CGAO1+Y0nKNP
 I+EAoJOqQwLppIJXYKOwAZSDJW1AvUoO
 =/Uy6
 -END PGP SIGNATURE-




-- 
Alan Davis

It's never a matter of liking or disliking ...
---Santa Ynez Chumash Medicine Man


[gentoo-user] firefox et al. crash when attaching file in gmail --- dbus?

2008-07-27 Thread Alan E. Davis
I'm having fits about dbus, at least that's what I think?

Firefox 3, epiphany, and firefox 3 bin all do this.  Attach any file (as any
user, on KDE or Gnome) and firefox immediately crashes.  Root can attach
files.

Some background.

Today I upgraded these before I noticed this problem: dev-libs/expat,
net-misc/dhcpcd,
dev-cpp/libglademm, dev-cpp/gconfmm, net-dns/bind-tools,
mail-mta/ssmtp, sys-apps/coreutils.

Yesterday it worked.  Of course Ive been twiddling.

I found a suggestion to run firefox in safe-mode ($ firefox -safe-mode).  I
did this.  It's just a way to dismember the add-ons and customizations of a
user, and I'd already recompiled.  But these errors were received after the
crash in the terminal:


[EMAIL PROTECTED] ~ $ /usr/bin/firefox -safe-mode
which: no soundwrapper in
(/usr/kde/3.5/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.1:/usr/qt/3/bin:/usr/games/bin)
which: no soundwrapper in
(/usr/kde/3.5/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.3.1:/usr/qt/3/bin:/usr/games/bin)
process 1: arguments to dbus_connection_send_with_reply_and_block() were
incorrect, assertion (error) == NULL || !dbus_error_is_set ((error))
failed in file dbus-connection.c line 3289.
This is normally a bug in some application using the D-Bus library.
  D-Bus not built with -rdynamic so unable to print a backtrace
Aborted
[EMAIL PROTECTED] ~ $
(npviewer.bin:6437): Gtk-CRITICAL **: gtk_style_detach: assertion
`style-attach_count  0' failed


I am most interested in learning how to troubleshoot dbus.  I read one post
where the suggestion was made to delete dbus.  What does that mean?  I've
been having numerous problems with permissions.  They are gradually going
away, and I just emailed a friend that the system has finally stablized to
some degree.  Then I did an # emerge -uDv world and this happens.  Where can
I find out more about dbus?

gtkmm won't compile.  There's an upstream fix, I think, and I might do a
local version bump, with much trepidation.

Thank you for any advice.





-- 
Alan Davis

It's never a matter of liking or disliking ...
---Santa Ynez Chumash Medicine Man


Re: [gentoo-user] Firefox is currently in offline mode and can't browse the Web

2008-07-23 Thread Vladimir G. Ivanovic

This also seemed to work:


--- /etc/dbus-1/system.d/NetworkManager.conf.~1~	2008-07-11 
06:14:13.0 -0700
+++ /etc/dbus-1/system.d/NetworkManager.conf	2008-07-14 
22:59:22.0 -0700

@@ -15,7 +15,7 @@
 policy context=default
 allow own=org.freedesktop.NetworkManager/
 allow 
send_destination=org.freedesktop.NetworkManager/

-allow send_interface=org.freedesktop.NetworkManager/
+		deny send_interface=org.freedesktop.NetworkManager 
send_member=state/

 /policy

 limit name=max_replies_per_connection512/limit

Given the huge amount of negative reaction to this feature 
especially on Ubuntu forums, I hope that it'll be backed out for *all* 
applications.


--- Vladimir

on 07/17/2008 08:17 AM Alan McKinnon said the following:

On Wednesday 16 July 2008, Miernik wrote:

I installed a new Gentoo installation, and now when I open Firefox I
get:


Firefox is currently in offline mode and can't browse the Web.


This looks like a bug fixed in 3.0.1 - released just today





--
Vladimir G. Ivanovic




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Firefox is currently in offline mode and can't browse the Web

2008-07-17 Thread Alan McKinnon
On Wednesday 16 July 2008, Miernik wrote:
 I installed a new Gentoo installation, and now when I open Firefox I
 get:


 Firefox is currently in offline mode and can't browse the Web.

This looks like a bug fixed in 3.0.1 - released just today



-- 
Alan McKinnon
alan dot mckinnon at gmail dot com

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Firefox is currently in offline mode and can't browse the Web

2008-07-15 Thread Miernik
I installed a new Gentoo installation, and now when I open Firefox I get:


Firefox is currently in offline mode and can't browse the Web.

The browser is operating in its offline mode and cannot connect to the
requested item.

* Is the computer connected to an active network?
* Place the browser in online mode and try again.


My computer is surely connected to an active network, I can wget without
problems, and of course I can go to the File menu and switch off the
stupid Offline mode, but I don't want to do that every time I start
Firefox, so why does he put me in this mode in the first place? What can
I do to have Firefox start normally, like it does in Debian?

It's a pity that Linux applications start to behave more and more like
MS-Windows ones - they do what THEY think is best instead of letting the
user do what he wants. I want to browse the web and I am online, while
the stupid program thinks I am offline, and prevents me to browse the
web.

-- 
Miernik
http://miernik.name/

-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox is currently in offline mode and can't browse the Web

2008-07-15 Thread Hong Hao
On Wed, Jul 16, 2008 at 06:22:45AM +0200, Miernik wrote:
 I installed a new Gentoo installation, and now when I open Firefox I get:
 
 
 Firefox is currently in offline mode and can't browse the Web.
 
 The browser is operating in its offline mode and cannot connect to the
 requested item.
 
 * Is the computer connected to an active network?
 * Place the browser in online mode and try again.
 
 
 My computer is surely connected to an active network, I can wget without
 problems, and of course I can go to the File menu and switch off the
 stupid Offline mode, but I don't want to do that every time I start
 Firefox, so why does he put me in this mode in the first place? What can
 I do to have Firefox start normally, like it does in Debian?
 
 It's a pity that Linux applications start to behave more and more like
 MS-Windows ones - they do what THEY think is best instead of letting the
 user do what he wants. I want to browse the web and I am online, while
 the stupid program thinks I am offline, and prevents me to browse the
 web.
 
 -- 
 Miernik
 http://miernik.name/
 
 -- 
 gentoo-user@lists.gentoo.org mailing list
Do you compile your filefox with networkmanager USE flag?

   oahong
-- 
Hong Hao[EMAIL PROTECTED]
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-07 Thread Willie Wong
On Mon, Jul 07, 2008 at 04:16:23PM +0100, Penguin Lover Graham Murray squawked:
 Willie Wong [EMAIL PROTECTED] writes:
 
  Where is this suggestion mentioned? Is there a bug number?
 
 The Gentoo bug is http://bugs.gentoo.org/show_bug.cgi?id=221141

Ah! Thanks. I see that there is another work-around suggested. I'll
give that a try later today. 

W
-- 
There is a penguin sitting on the top left corner of my monitor...
He's watching you!
Sortir en Pantoufles: up 577 days, 14:58
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-06 Thread Daniel Beecham
I agree with whoever said opera without mail is flying. It really is.
I cant see the major improvements in firefox as preposed - ie speed,
stability, memoryconsumption, etc. Opera still outdoes firefox imo.

On 7/4/08, Graham Murray [EMAIL PROTECTED] wrote:
 Jason Messerschmitt [EMAIL PROTECTED] writes:

 I've noticed an odd visual glitch with blogspot pages- it superimposes
 my desktop on some pages. It's a bit hard to explain so here's a
 pic. As far as I know it's only this page, but might be good fodder
 for some of you troubleshooters out there.

 There is something which lots of people have noticed. The suggested
 solution, which worked for me, was to change the X acceleration from XAA
 to EXA in /etc/X11/xorg.conf. This will only work if your video driver
 supports EXA acceleration.
 --
 gentoo-user@lists.gentoo.org mailing list



-- 
Sent from Gmail for mobile | mobile.google.com
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-06 Thread Willie Wong
On Fri, Jul 04, 2008 at 11:32:39AM +0100, Penguin Lover Graham Murray squawked:
 Jason Messerschmitt [EMAIL PROTECTED] writes:
 
  I've noticed an odd visual glitch with blogspot pages- it superimposes
  my desktop on some pages. It's a bit hard to explain so here's a
  pic. As far as I know it's only this page, but might be good fodder
  for some of you troubleshooters out there.
 
 There is something which lots of people have noticed. The suggested
 solution, which worked for me, was to change the X acceleration from XAA
 to EXA in /etc/X11/xorg.conf. This will only work if your video driver
 supports EXA acceleration. 

Where is this suggestion mentioned? Is there a bug number?

I cannot use EXA on my laptop because of an old bug with
xorg-ati-radeon that gives a CPU spike with EXA. Furthermore, when I
experimented a small bit with using EXA (X and fvwm was very
unresponsive, but it doesn't crash), most of the sites with the visual
glitch problem were fixed, but a few different ones started having a
different glitch, and a few of the sites that had a glitch now has a
more minor, less noticeable glitch. 

I would like to track this bug/forum post to see if a more mature
solution is proposed. 

W
-- 
If I could choose between a second brain and a detachable stomach, I would 
 definitely choose the stomach. I mean, then I could eat a lot, dump it all 
 out, and simply continue eating, without any health worries! Whereas, I am 
 perfectly happy with my brain as it is right now.
 ~m
Sortir en Pantoufles: up 576 days, 15:37
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-06 Thread Michael Pobega
On Fri, Jul 04, 2008 at 12:07:10PM +0200, Gordon Schulz wrote:
 On 7/3/08, Michael Pobega [EMAIL PROTECTED] wrote:
  On Wed, Jul 02, 2008 at 02:24:49PM +1000, Adam Carter wrote:
I'm finding it unusable as it crashes often. How are you guys finding it?
   
 
 
  That is how I found FF2, and why I initially switched to Galeon. But
   when Firefox-3.0-r2 came out I gave FF another try, and I don't regret
   it at all. FF3 is a vast improvement over FF2 for me, it's quicker, more
   robust, takes up less memory, and the UI is a lot nicer. FF2 used to
   memory leak like an old man with diareah, but no problems with FF3.
 
   And I'm talking about the mozilla-firefox package, not -bin. For -bin I
   have 2.0.0.14 installed in case I ever need to use FF2 for something...I
   don't know what I would use it for but it can't hurt to have it.
 
 Probably a bit OT, but out of boredom I decided to give the newly
 released Opera 9.51 a spin - and I am pleasantly surprised. It's even
 way faster than FF3 and the font rendering is totally awesome.
 As I am developing quite some web-based stuff at work their new
 Dragonfly Debugger/Inspector is a good substitute for Firebug and the
 myopera.com integration supplies the much needed bookmark
 synchronisation between machines that Foxmarks handles on Firefox.
 

I'm tempted to install Opera, but my system is completely GTK (if not
CLI) and I just don't want to waste space with installing Qt ... Is
there any possible way to install Opera without Qt support?

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgp77hZNI6xnT.pgp
Description: PGP signature


Re: [gentoo-user] Firefox 3 stability

2008-07-06 Thread Gordon Schulz
On Sun, Jul 6, 2008 at 7:39 PM, Michael Pobega [EMAIL PROTECTED] wrote:
 I'm tempted to install Opera, but my system is completely GTK (if not
 CLI) and I just don't want to waste space with installing Qt ... Is
 there any possible way to install Opera without Qt support?
It is possible to install Opera with a statically linked QT toolkit,
but else than that - no. That would be like wanting to install Firefox
without GTK (which personally I would like ;p).
-- 
Greetings,
 Gordon.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-04 Thread Gordon Schulz
On 7/3/08, Michael Pobega [EMAIL PROTECTED] wrote:
 On Wed, Jul 02, 2008 at 02:24:49PM +1000, Adam Carter wrote:
   I'm finding it unusable as it crashes often. How are you guys finding it?
  


 That is how I found FF2, and why I initially switched to Galeon. But
  when Firefox-3.0-r2 came out I gave FF another try, and I don't regret
  it at all. FF3 is a vast improvement over FF2 for me, it's quicker, more
  robust, takes up less memory, and the UI is a lot nicer. FF2 used to
  memory leak like an old man with diareah, but no problems with FF3.

  And I'm talking about the mozilla-firefox package, not -bin. For -bin I
  have 2.0.0.14 installed in case I ever need to use FF2 for something...I
  don't know what I would use it for but it can't hurt to have it.

Probably a bit OT, but out of boredom I decided to give the newly
released Opera 9.51 a spin - and I am pleasantly surprised. It's even
way faster than FF3 and the font rendering is totally awesome.
As I am developing quite some web-based stuff at work their new
Dragonfly Debugger/Inspector is a good substitute for Firebug and the
myopera.com integration supplies the much needed bookmark
synchronisation between machines that Foxmarks handles on Firefox.

-- 
Greetings,
Gordon.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-04 Thread Graham Murray
Jason Messerschmitt [EMAIL PROTECTED] writes:

 I've noticed an odd visual glitch with blogspot pages- it superimposes
 my desktop on some pages. It's a bit hard to explain so here's a
 pic. As far as I know it's only this page, but might be good fodder
 for some of you troubleshooters out there.

There is something which lots of people have noticed. The suggested
solution, which worked for me, was to change the X acceleration from XAA
to EXA in /etc/X11/xorg.conf. This will only work if your video driver
supports EXA acceleration. 
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-03 Thread Michael Pobega
On Wed, Jul 02, 2008 at 02:24:49PM +1000, Adam Carter wrote:
 I'm finding it unusable as it crashes often. How are you guys finding it?
 

That is how I found FF2, and why I initially switched to Galeon. But
when Firefox-3.0-r2 came out I gave FF another try, and I don't regret
it at all. FF3 is a vast improvement over FF2 for me, it's quicker, more
robust, takes up less memory, and the UI is a lot nicer. FF2 used to
memory leak like an old man with diareah, but no problems with FF3.

And I'm talking about the mozilla-firefox package, not -bin. For -bin I
have 2.0.0.14 installed in case I ever need to use FF2 for something...I
don't know what I would use it for but it can't hurt to have it.

-- 
If programmers deserve to be rewarded for creating innovative
programs, by the same token they deserve to be punished if they
restrict the use of these programs. 
 - Richard Stallman


pgpRJbfZAbTx3.pgp
Description: PGP signature


Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Gordon Schulz
On Wed, Jul 2, 2008 at 6:24 AM, Adam Carter [EMAIL PROTECTED] wrote:
 I'm finding it unusable as it crashes often. How are you guys finding it?




Really fast, no crashes as of yet, totally satisified.


-- 
Greetings,
Gordon.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Boris Fersing
Hi,

I didn't experience any crash with Firefox3, the only problem I had
was a rendering issue with the resized pictures, but this bug is
related to xulrunner-1.9 and it can be fixed in the xorg config.

For me Firefox3 is a lot faster that Firefox2 and I don't have to
restart it every 3 days in order to make it responsive again.

Regards,
Boris.

On Wed, Jul 2, 2008 at 08:55, Gordon Schulz [EMAIL PROTECTED] wrote:
 On Wed, Jul 2, 2008 at 6:24 AM, Adam Carter [EMAIL PROTECTED] wrote:
 I'm finding it unusable as it crashes often. How are you guys finding it?




 Really fast, no crashes as of yet, totally satisified.


 --
 Greetings,
Gordon.
 --
 gentoo-user@lists.gentoo.org mailing list





-- 
$ ruby -e'puts  .:@BFegiklnorst.unpack(x4ax7aaX6ax5aX15ax4aax6aaX7ax2 \
aX5aX8axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4 \
ax3aX4aXaX12ax10aaX7a).join'
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Justin



Seems to randomly die, dont really see it as faster than FF2,
objectionable behaviour (jumping desktops when its called from another
app), ugly icons, ...


It will get better, ... I hope.

BillK

  


I started with a clean profile and got random crashes. It could be a 
little faster, but those crashes are nasty. The day ago I was at 20 
seconds befor the end of the auction and it crashes!!! Da..!




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread stephane ancelot
On Wed, 02 Jul 2008 06:24:49 +0200, Adam Carter [EMAIL PROTECTED]  
wrote:



I'm finding it unusable as it crashes often. How are you guys finding it?





Yes, move to last opera release, sounds better to me

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Philip Webb
080702 Gordon Schulz wrote:
 On Wed, Jul 2, 2008 at 6:24 AM, Adam Carter [EMAIL PROTECTED] wrote:
 I'm finding it unusable as it crashes often. How are you guys finding it?
 Really fast, no crashes as of yet, totally satisified.

Same here on KDE 3.5.9 : are the dissatisfied using another DE (smile) ?
Also, it does use less memory, typically  400 MB  a/a  700 MB  at end of day.

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Zhu Sha Zang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gordon Schulz escreveu:
 On Wed, Jul 2, 2008 at 6:24 AM, Adam Carter [EMAIL PROTECTED] wrote:
 I'm finding it unusable as it crashes often. How are you guys finding it?



 
 Really fast, no crashes as of yet, totally satisified.
 
 

ME TOO, so good!!! (using some addons like flashblock, noscript, gmail,
videodownloader)

- --
Zhu Sha Zang
Hyaku ne hayanda yo!
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkhrdPsACgkQbLyL8mxGP9SWegCgrj9QchlYwlj+U/CGvarjIpWj
vosAn0uLG1netsJvvii0UPmag1FHppYb
=tHXy
-END PGP SIGNATURE-


___ 
Yahoo! Mail - Sempre a melhor opção para você! 
Experimente já e veja as novidades. 
http://br.yahoo.com/mailbeta/tudonovo/
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread doki_pen

Adam Carter wrote:

I'm finding it unusable as it crashes often. How are you guys finding it?




  
+2 on firefox3.  Faster, doesn't slow down after long use.  I really see 
the difference with javascript.  The engine is much faster.  Just try a 
js heavy page(like google apps).  I haven't had any crashes.  Only 
complaint is that flash blocker(or maybe flash itself) doesn't always 
work.  I have to reload a couple of times to get youtube to work.  Also, 
some plugins haven't been ported yet.  I compiled it, and here are my 
use flags:


dbus gnome ipv6 java linguas_en linguas_en_US mozdevelop 
startup-notification xulrunner

--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Justin Findlay
On AD 2008 July 02 Wednesday 02:20:30 PM -0400, doki_pen wrote:
 +2 on firefox3.  Faster, doesn't slow down after long use.  I really see 
 the difference with javascript.  The engine is much faster.  Just try a js 
 heavy page(like google apps).  I haven't had any crashes.  Only complaint 
 is that flash blocker(or maybe flash itself) doesn't always work.  I have 
 to reload a couple of times to get youtube to work.  Also, some plugins 
 haven't been ported yet.  I compiled it, and here are my use flags:

I've been using FF3 for about 2 months, and although many things have
improved during the beta phase it is generally about as memory and CPU
heavy as FF2.  The only real improvement I've observed as far as
performance is concerned is javascript.  I wish there were a light
version available.  I've tried galeon and epiphany, but both lacked
features that I really like in FF and now that there is a great amount
of extensions available it is harder to justify using another browser.
Maybe it's time to switch back to konqueror.


Justin
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Brian Johnson
Jason,

That's totally weird. Couple things that could cause this -- try disabling
any composting window managers you may have running to see if that makes a
difference. Also, is your computer stressed out (100% cpu usage) when you
view the page? I've noticed that, among other things, GUIs in general tend
to crap out (lots of repeated/trailing graphics) when the CPU gets pegged --
could be caused by Flash, or alpha transparencies in CSS, Java, or anything
really...

You may want to submit that screen shot as a bug to
http://bugzilla.mozilla.org and see if they can recommend anything.

Interesting screen shot though!

- Brian

On Wed, Jul 2, 2008 at 12:39 PM, Jason Messerschmitt 
[EMAIL PROTECTED] wrote:



 On Wed, Jul 2, 2008 at 1:43 PM, Justin Findlay [EMAIL PROTECTED] wrote:

 On AD 2008 July 02 Wednesday 02:20:30 PM -0400, doki_pen wrote:
  +2 on firefox3.  Faster, doesn't slow down after long use.  I really see
  the difference with javascript.  The engine is much faster.  Just try a
 js
  heavy page(like google apps).  I haven't had any crashes.  Only
 complaint
  is that flash blocker(or maybe flash itself) doesn't always work.  I
 have
  to reload a couple of times to get youtube to work.  Also, some plugins
  haven't been ported yet.  I compiled it, and here are my use flags:

 I've been using FF3 for about 2 months, and although many things have
 improved during the beta phase it is generally about as memory and CPU
 heavy as FF2.  The only real improvement I've observed as far as
 performance is concerned is javascript.  I wish there were a light
 version available.  I've tried galeon and epiphany, but both lacked
 features that I really like in FF and now that there is a great amount
 of extensions available it is harder to justify using another browser.
 Maybe it's time to switch back to konqueror.


 Justin
 --
 gentoo-user@lists.gentoo.org mailing list


 I've noticed an odd visual glitch with blogspot pages- it superimposes my
 desktop on some pages. It's a bit hard to explain so here's a pic. As far as
 I know it's only this page, but might be good fodder for some of you
 troubleshooters out there.




Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Daniel da Veiga
On Wed, Jul 2, 2008 at 4:39 PM, Jason Messerschmitt
[EMAIL PROTECTED] wrote:


 On Wed, Jul 2, 2008 at 1:43 PM, Justin Findlay [EMAIL PROTECTED] wrote:

 On AD 2008 July 02 Wednesday 02:20:30 PM -0400, doki_pen wrote:
  +2 on firefox3.  Faster, doesn't slow down after long use.  I really see
  the difference with javascript.  The engine is much faster.  Just try a
  js
  heavy page(like google apps).  I haven't had any crashes.  Only
  complaint
  is that flash blocker(or maybe flash itself) doesn't always work.  I
  have
  to reload a couple of times to get youtube to work.  Also, some plugins
  haven't been ported yet.  I compiled it, and here are my use flags:

 I've been using FF3 for about 2 months, and although many things have
 improved during the beta phase it is generally about as memory and CPU
 heavy as FF2.  The only real improvement I've observed as far as
 performance is concerned is javascript.  I wish there were a light
 version available.  I've tried galeon and epiphany, but both lacked
 features that I really like in FF and now that there is a great amount
 of extensions available it is harder to justify using another browser.
 Maybe it's time to switch back to konqueror.



 I've noticed an odd visual glitch with blogspot pages- it superimposes my
 desktop on some pages. It's a bit hard to explain so here's a pic. As far as
 I know it's only this page, but might be good fodder for some of you
 troubleshooters out there.



Lots of glitches with rendering some pages, its probably the
webmaster's fault, but FF2 works with them, so I switched back. Also
it is a little less memory and CPU hungry, but not that much. And, in
my EEE PC I use a LOT of extensions that make my life easier, and like
50% of them do not work on FF3.

I'll switch when FF3 is as good (for my personal use) as FF2.

-- 
Daniel da Veiga
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Justin Findlay
On AD 2008 July 02 Wednesday 02:39:21 PM -0500, Jason Messerschmitt wrote:
 I've noticed an odd visual glitch with blogspot pages- it superimposes my
 desktop on some pages. It's a bit hard to explain so here's a pic. As far as
 I know it's only this page, but might be good fodder for some of you
 troubleshooters out there.

I used to get that on several pages, but it hasn't happened for me since
the release candidates.


Justin
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Philip Webb
080702 Justin Findlay wrote:
 Maybe it's time to switch back to konqueror.

I was using Konqueror 3.5.9 till FF3 came out  found it fast  reliable;
there was  1  bug which was causing crashes on some JS pages,
but they fixed it in a new version of Kdelibs.
FF3 is a bit faster at rendering  uses less memory than K or FF2.
Otherwise, it's nice in K to have the toolbar at the side of the screen,
but it's quicker to open the bookmark menu in FF3 (also at side-screen).

 I've tried Galeon and Epiphany

Epiphany is really today's replacement for the old  good Galeon
 I used that on my previous (now stand-by) machine,
but to use it on this machine I'ld have to install  49  Gnome pkgs (ugh).

I asked before: do those having problems with FF3 perhaps use Gnome ?

-- 
,,
SUPPORT ___//___,  Philip Webb : [EMAIL PROTECTED]
ELECTRIC   /] [] [] [] [] []|  Centre for Urban  Community Studies
TRANSIT`-O--O---'  University of Toronto
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Jason Messerschmitt
On Wed, Jul 2, 2008 at 3:08 PM, Brian Johnson [EMAIL PROTECTED] wrote:

 Jason,

 That's totally weird. Couple things that could cause this -- try disabling
 any composting window managers you may have running to see if that makes a
 difference. Also, is your computer stressed out (100% cpu usage) when you
 view the page? I've noticed that, among other things, GUIs in general tend
 to crap out (lots of repeated/trailing graphics) when the CPU gets pegged --
 could be caused by Flash, or alpha transparencies in CSS, Java, or anything
 really...

 You may want to submit that screen shot as a bug to
 http://bugzilla.mozilla.org and see if they can recommend anything.

 Interesting screen shot though!

 - Brian


 On Wed, Jul 2, 2008 at 12:39 PM, Jason Messerschmitt 
 [EMAIL PROTECTED] wrote:



 On Wed, Jul 2, 2008 at 1:43 PM, Justin Findlay [EMAIL PROTECTED]
 wrote:

 On AD 2008 July 02 Wednesday 02:20:30 PM -0400, doki_pen wrote:
  +2 on firefox3.  Faster, doesn't slow down after long use.  I really
 see
  the difference with javascript.  The engine is much faster.  Just try a
 js
  heavy page(like google apps).  I haven't had any crashes.  Only
 complaint
  is that flash blocker(or maybe flash itself) doesn't always work.  I
 have
  to reload a couple of times to get youtube to work.  Also, some plugins
  haven't been ported yet.  I compiled it, and here are my use flags:

 I've been using FF3 for about 2 months, and although many things have
 improved during the beta phase it is generally about as memory and CPU
 heavy as FF2.  The only real improvement I've observed as far as
 performance is concerned is javascript.  I wish there were a light
 version available.  I've tried galeon and epiphany, but both lacked
 features that I really like in FF and now that there is a great amount
 of extensions available it is harder to justify using another browser.
 Maybe it's time to switch back to konqueror.


 Justin
 --
 gentoo-user@lists.gentoo.org mailing list


 I've noticed an odd visual glitch with blogspot pages- it superimposes my
 desktop on some pages. It's a bit hard to explain so here's a pic. As far as
 I know it's only this page, but might be good fodder for some of you
 troubleshooters out there.


 Turning off compositing had no effect. The CPU is at only 30% or so when
running the page. Goof shit.


Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread b.n.

This thread is getting depressing.

I use Kubuntu at work and FF3 worked without a hitch since the beta.

On Gentoo, FF2 works good, but I'm quite perplexed to see that FF3 is so 
many problems while a binary distro can flawlessly run a FF3 beta on its 
flagship release.


What's wrong?

m.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Jerry McBride
On Wednesday 02 July 2008 06:00:57 pm b.n. wrote:
 This thread is getting depressing.

 I use Kubuntu at work and FF3 worked without a hitch since the beta.

 On Gentoo, FF2 works good, but I'm quite perplexed to see that FF3 is so
 many problems while a binary distro can flawlessly run a FF3 beta on its
 flagship release.

 What's wrong?

 m.

If I may chime in here... Running Gentoo x86 and firefox 3.0... no problems. 
Perhaps there's a hardware component to the problem?

-- 


From the Desk of: Jerome D. McBride
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-02 Thread Justin Findlay
On AD 2008 July 02 Wednesday 04:38:00 PM -0400, Philip Webb wrote:
 I asked before: do those having problems with FF3 perhaps use Gnome ?

I use enlightenment live CVS from the enlightenment overlay.  My general
experience with FF3 is that it's about the same performance wise as FF2.
There were lots of bugs with the prereleases but otherwise not much
difference from FF2.


Justin
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Firefox 3 stability

2008-07-01 Thread Adam Carter
I'm finding it unusable as it crashes often. How are you guys finding it?





Re: [gentoo-user] Firefox 3 stability

2008-07-01 Thread Beau Henderson
Hello,

On Wed, Jul 2, 2008 at 2:24 PM, Adam Carter [EMAIL PROTECTED]
wrote:

  I'm finding it unusable as it crashes often. How are you guys finding it?





I haven't had a single issue with it myself. Is it possible you may have an
addon or other config option causing issues ? Have you tried loading a new
profile ?

--
Beau Henderson


Re: [gentoo-user] Firefox 3 stability

2008-07-01 Thread Johann Schmitz

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Adam Carter schrieb:
| I'm finding it unusable as it crashes often. How are you guys finding it?

Fast, really stable, fast, ugly with the default theme... Did i mentioned fast 
before?

- --
Johann Schmitz
http://www.j-schmitz.net

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkhrBQAACgkQZsUt7MqpQk3knwCfTSdpQ9AGtDuF4tG9H4dxKGG6
xQ4AoIxY9KZu/iTC0s1IQmRFVdCIie4Z
=ARnz
-END PGP SIGNATURE-
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox 3 stability

2008-07-01 Thread W.Kenworthy
On Wed, 2008-07-02 at 14:31 +1000, Beau Henderson wrote:
 Hello,
 
 On Wed, Jul 2, 2008 at 2:24 PM, Adam Carter [EMAIL PROTECTED]
 wrote:
 I'm finding it unusable as it crashes often. How are you guys
 finding it?
  
  
  
 
 I haven't had a single issue with it myself. Is it possible you may
 have an addon or other config option causing issues ? Have you tried
 loading a new profile ?
 
 --
 Beau Henderson

Seems to randomly die, dont really see it as faster than FF2,
objectionable behaviour (jumping desktops when its called from another
app), ugly icons, ...


It will get better, ... I hope.

BillK

-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Firefox lock me out of my X session and X get 100% cpu usage

2008-05-29 Thread Claudinei Matos
Hi guys,

I'm having a weird problem here. I do have an amd64 install of gentoo with
KDE 4.
Well my problem is that sometimes (once or more per day)  when using Firefox
I do
 click in some link or try to scroll down/up the scrollbar my system
freezes.
When this happen I have to remotely login via ssh and do  'kill -9 X' which
in this case
is consuming  around 100% of cpu usage.

I've already updated both kde and firefox and even tried to disable/enable
render acceleration on xorg
but nothing seems to help.

I'm using  Xinerama (nvidia + sis video boards) but this is a old install
(around 1 year) and
my problem just started  after I've migrated to kde4.

Do somebody have any  clue?

Thanks for the help,

-- 
Claudinei Matos
[EMAIL PROTECTED]
55-21-81980605


Re: [gentoo-user] Firefox lock me out of my X session and X get 100% cpu usage

2008-05-29 Thread Uwe Thiem
On Thursday 29 May 2008, Claudinei Matos wrote:
 Hi guys,

 I'm having a weird problem here. I do have an amd64 install of
 gentoo with KDE 4.
 Well my problem is that sometimes (once or more per day)  when
 using Firefox I do
  click in some link or try to scroll down/up the scrollbar my
 system freezes.
 When this happen I have to remotely login via ssh and do  'kill -9
 X' which in this case
 is consuming  around 100% of cpu usage.

 I've already updated both kde and firefox and even tried to
 disable/enable render acceleration on xorg
 but nothing seems to help.

 I'm using  Xinerama (nvidia + sis video boards) but this is a old
 install (around 1 year) and
 my problem just started  after I've migrated to kde4.

AFAIK, KDE4  4.1 has severe problems with xinerama. Can't confirm 
this myself because I don't use xinerama but have read about it on 
KDE mailing lists.

Uwe

-- 
Ignorance killed the cat, sir, curiosity was framed!
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Firefox downgrade?

2008-05-19 Thread Dave Oxley
I've just upgraded to firefox 3rc1. I put the necessary in 
/etc/portage/package.* but it didn't appear when doing an update world. 
So I did an 'emerge -av mozilla-firefox'. This worked and you can see is 
still working:

baldrick ~ # emerge -av mozilla-firefox

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] www-client/mozilla-firefox-3.0_rc1  USE=bindist dbus 
java mozdevelop xulrunner -debug -gnome -ipv6 -restrict-javascript 
-startup-notification LINGUAS=en en_GB -af -ar -be -ca -cs -de -el 
-en_US -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN 
-he -hu -id -it -ja -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO 
-pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sq -sr -sv -sv_SE -tr -uk 
-zh -zh_CN -zh_TW 0 kB


Total: 1 package (1 reinstall), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No]

However an update world tries to downgrade to firefox 2:
baldrick ~ # emerge --ask --verbose --update --deep --newuse --tree world

[ebuild UD] www-client/mozilla-firefox-2.0.0.14 [3.0_rc1] 
USE=bindist java mozdevelop xinerama%* -debug -filepicker% -gnome 
-iceweasel% -ipv6 -moznopango% -restrict-javascript -xforms% -xprint% 
(-dbus%*) (-startup-notification%) (-xulrunner%*) LINGUAS=en en_GB -af 
-ar -be -bg% -ca -cs -da% -de -el -en_US -es -es_AR -es_ES -eu -fi -fr 
-fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn 
-nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk 
-sl% -sv -sv_SE -tr -uk -zh -zh_CN -zh_TW (-id%) (-sq%) (-sr%) 0 kB


/etc/portage/package.keywords (part of):
#  Firefox and Thunderbird
www-client/mozilla-firefox ~x86
dev-libs/nspr ~x86
dev-libs/nss ~x86
x11-libs/cairo ~x86
x11-libs/pixman ~x86
net-libs/xulrunner ~x86
www-client/mozilla-firefox-bin ~x86
mail-client/mozilla-thunderbird ~x86
dev-libs/nss ~x86
x11-plugins/enigmail ~x86

/etc/portage/package.unmask (part of):
www-client/mozilla-firefox
dev-libs/nspr
dev-libs/nss
net-libs/xulrunner

Cheers,
Dave.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox crash when playing flash

2008-05-08 Thread henkg
On Fri, Apr 11, 2008 at 09:49:01PM +0800, Qi Baobin wrote:
 Thanks, but it still doesn't work for me.
For me it worked, however what is the best place to export the variable? 
I now placed it in /usr/bin/firefox, however that will be replaced with 
every new FF.

Henk,

 
 On 09:12 Thu 10 Apr , Gustavo Campos wrote:
  I was having the same problem here, looking over the web found a
  solution used for Ubuntu users I could adapt for me.
  
  Exporting the environment variable FIREFOX_DSP=auto solved the
  crashing for me.
  
  At the other hand, my mplayer plugin is not working, but I don't
  really know if it was before the change, probably not... anyway more
  tests are needed, but Flash is working fine now =)
  
  On Thu, Apr 10, 2008 at 7:41 AM, Qi Baobin [EMAIL PROTECTED] wrote:
   Sorry for replying so late.
  
My computer is 32bit.
  
I will try what  Roman said, thanks for that.
  
I will paste the result later.
  
:)
  
  
   On 20:27 Wed 09 Apr , Mateusz A. Mierzwin'ski wrote:
 Roman Zilka pisze:
 Hello,

 I don't have any specific idea, but try recompiling Firefox without 
   any
 CFLAGS/CXXFLAGS set. Using another Flash implementation (Gnash/Adobe)
 might solve the problem too (or introduce new problems:). Also try
 cleaning up your Firefox profile (in terms of add-ons, most
 importantly).

 -rz



 [ebuild   R   ] www-client/mozilla-firefox-2.0.0.13  USE=ipv6 
   -bindist
 -debug -filepicker -gnome -iceweasel -java -mozdevelop -moznopango
 -restrict-javascript -xforms -xinerama -xprint LINGUAS=zh_CN -af 
   -ar
 -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy
 -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn 
   -nb
 -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk 
   -sl
 -sv -sv_SE -tr -uk -zh -zh_TW 0 kB
 uname -a
 Linux bobbin 2.6.24-gentoo-r3 #15 SMP Sun Mar 30 20:16:31 Local time 
   zone
 must be set--see zic i686 Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz
 GenuineIntel GNU/Linux


 Do you have 32 or 64-bits Linux (exec. x86_64). If You use 64 bits (36
 physical and 48 virtual addressing) You will have problem with flash. 
   Flash
 by adobe was only release 32-bit. NSWrapper emulates (converts) address
 spaces but ABI have running issues between 32 and 64bit version. Also 
   Adobe
 is far enough to release 64-bit version, so You must try to live with 
   it.
 If you have enough flash problem install 32-bit Gentoo Linux.

 Greet's
 Mateusz M.
 --
 gentoo-user@lists.gentoo.org mailing list
--
gentoo-user@lists.gentoo.org mailing list
  
  
  
  
  
  -- 
  Gustavo Campos
  
  Ci?ncia da Computa??o / Computer Science - UFMG
  --
  gentoo-user@lists.gentoo.org mailing list
 -- 
 gentoo-user@lists.gentoo.org mailing list
 
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox crash when playing flash

2008-04-26 Thread Enrico Weigelt
* Gustavo Campos [EMAIL PROTECTED] wrote:

Hi folks,

  I figure out that the mpd didn't work either when the firefox was
   suspending there, is it possible they cann't work together.
 
 Well that points to the road I was trying to take: sound problem. 

At my site, adobe-flash also causes bad hangups in Seamonky
(reproducible on serveral distros). But it's not an audio problem
(the typical /dev/dsp blocking) - instead an loop inside the player,
which prevents control from getting back to the browser.

This is one of the many points showing that the Mozilla plugin API 
is totally crap. Those external apps clearly belong into an separate
and sandboxed process which shoudln't have the chance to disturb 
anyone else.


cu
-- 
-
 Enrico Weigelt==   metux IT service - http://www.metux.de/
-
 Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
 Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
-
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox: password field

2008-04-17 Thread Dan Farrell
On Wed, 16 Apr 2008 23:59:46 -0300
Norberto Bensa [EMAIL PROTECTED] wrote:

 Ubuntu patch indeed. For those interested:
 
...

Thanks for the source overview
-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] Firefox: password field

2008-04-16 Thread Norberto Bensa

Hello Everyone,

here's a cosmetic one.

I use Firefox (3b5) on KDE (3.5.9) Password fields appear -in both  
versions- as asterisks *


Using Kubuntu 7.10 (Gutsy) I've noticed Firefox uses circles in  
password fields. Is that an Ubuntu patch or some obscure configuration  
option?


Thanks in advance,
Norberto




This message was sent using IMP, the Internet Messaging Program.


--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Firefox: password field

2008-04-16 Thread Pariksheet Nanda
Most likely the stars and asterisks difference is because your 2 desktops
are using different themes.
(Or one of the desktops uses a modified theme by the same name)

OT it annoys me that Ubuntu brands their symbol in Konqueror's busy icon,
etc...

HTH,
Pariksheet

On Wed, Apr 16, 2008 at 4:15 PM, Norberto Bensa [EMAIL PROTECTED] wrote:
 Hello Everyone,

 here's a cosmetic one.

 I use Firefox (3b5) on KDE (3.5.9) Password fields appear -in both
versions- as asterisks *

 Using Kubuntu 7.10 (Gutsy) I've noticed Firefox uses circles in password
fields. Is that an Ubuntu patch or some obscure configuration option?

 Thanks in advance,
 Norberto


Re: [gentoo-user] Firefox: password field

2008-04-16 Thread Norberto Bensa

Quoting Pariksheet Nanda [EMAIL PROTECTED]:


Most likely the stars and asterisks difference is because your 2 desktops
are using different themes.
(Or one of the desktops uses a modified theme by the same name)



An Ubuntu patch indeed. For those interested:

[EMAIL PROTECTED] ~ $ cat  
/usr/portage/local/zoolook/x11-libs/gtk+/files/gtk+2.0_2.12.0-1ubuntu3-invisible-char.patch

Index: gtk+2.0-2.11.3/gtk/gtkentry.c
===
--- gtk+2.0-2.11.3.orig/gtk/gtkentry.c  2007-06-15 20:07:37.0 +0200
+++ gtk+2.0-2.11.3/gtk/gtkentry.c   2007-06-16 14:25:47.0 +0200
@@ -537,7 +537,7 @@
g_param_spec_unichar (invisible-char,
  
P_(Invisible character),
 P_(The  
character to use when masking entry contents (in \password mode\)),

-'*',
+(gunichar) 0x25CF,
  
GTK_PARAM_READWRITE));


   g_object_class_install_property (gobject_class,
@@ -1101,7 +1101,7 @@

   entry-editable = TRUE;
   entry-visible = TRUE;
-  entry-invisible_char = '*';
+  entry-invisible_char = (gunichar) 0x25CF;
   entry-dnd_position = -1;
   entry-width_chars = -1;
   entry-is_cell_renderer = FALSE;
@@ -4550,9 +4550,9 @@
  * gtk_entry_set_visibility() has been called to set text visibility
  * to %FALSE. i.e. this is the character used in password mode to
  * show the user how many characters have been typed. The default
- * invisible char is an asterisk ('*').  If you set the invisible char
- * to 0, then the user will get no feedback at all; there will be
- * no text on the screen as they type.
+ * invisible char is a black circle (Unicode character 25CF).  If
+ * you set the invisible char to 0, then the user will get no
+ * feedback at all; there will be no text on the screen as they type.
  **/
 void
 gtk_entry_set_invisible_char (GtkEntry *entry,



This message was sent using IMP, the Internet Messaging Program.


--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox crash when playing flash

2008-04-14 Thread Qi Baobin
Thanks, I'll try firefox 3. The problem got worse, the computer froze when I 
was watching the flash today.

On 13:09 Sun 13 Apr , Gustavo Campos wrote:
 I'm a xmonad user here, no compiz at all and the problem exists. As I
 said, it looks pretty much like a sound problem.
 
 I believe changing for firefox-bin won't help, cause the trouble
 resides in the flash player itself, I think... but it's a shot!
 
 For me, maybe I'll try firefox 3 beta =)
 
 
 On Sun, Apr 13, 2008 at 4:12 AM, Qi Baobin [EMAIL PROTECTED] wrote:
  NO.
   Does it help if i replace firefox with the forefox-bin package?
 
 
   On 06:36 Sun 13 Apr , José Pedro Saraiva wrote:
Are you using compiz-fusion? There are reported problems with firefox and
flash contents with compiz-fusion...
   --
 
 
  gentoo-user@lists.gentoo.org mailing list
 
 
 
 
 
 -- 
 Gustavo Campos
 
 Ciência da Computação / Computer Science - UFMG
 --
 gentoo-user@lists.gentoo.org mailing list
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox crash when playing flash

2008-04-13 Thread Qi Baobin
NO.
Does it help if i replace firefox with the forefox-bin package? 

On 06:36 Sun 13 Apr , José Pedro Saraiva wrote:
 Are you using compiz-fusion? There are reported problems with firefox and
 flash contents with compiz-fusion...
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox crash when playing flash

2008-04-13 Thread Gustavo Campos
I'm a xmonad user here, no compiz at all and the problem exists. As I
said, it looks pretty much like a sound problem.

I believe changing for firefox-bin won't help, cause the trouble
resides in the flash player itself, I think... but it's a shot!

For me, maybe I'll try firefox 3 beta =)


On Sun, Apr 13, 2008 at 4:12 AM, Qi Baobin [EMAIL PROTECTED] wrote:
 NO.
  Does it help if i replace firefox with the forefox-bin package?


  On 06:36 Sun 13 Apr , José Pedro Saraiva wrote:
   Are you using compiz-fusion? There are reported problems with firefox and
   flash contents with compiz-fusion...
  --


 gentoo-user@lists.gentoo.org mailing list





-- 
Gustavo Campos

Ciência da Computação / Computer Science - UFMG
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox crash when playing flash

2008-04-12 Thread José Pedro Saraiva
Are you using compiz-fusion? There are reported problems with firefox and
flash contents with compiz-fusion...


Re: [gentoo-user] firefox crash when playing flash

2008-04-11 Thread Qi Baobin
Thanks, but it still doesn't work for me.

On 09:12 Thu 10 Apr , Gustavo Campos wrote:
 I was having the same problem here, looking over the web found a
 solution used for Ubuntu users I could adapt for me.
 
 Exporting the environment variable FIREFOX_DSP=auto solved the
 crashing for me.
 
 At the other hand, my mplayer plugin is not working, but I don't
 really know if it was before the change, probably not... anyway more
 tests are needed, but Flash is working fine now =)
 
 On Thu, Apr 10, 2008 at 7:41 AM, Qi Baobin [EMAIL PROTECTED] wrote:
  Sorry for replying so late.
 
   My computer is 32bit.
 
   I will try what  Roman said, thanks for that.
 
   I will paste the result later.
 
   :)
 
 
  On 20:27 Wed 09 Apr , Mateusz A. Mierzwin'ski wrote:
Roman Zilka pisze:
Hello,
   
I don't have any specific idea, but try recompiling Firefox without any
CFLAGS/CXXFLAGS set. Using another Flash implementation (Gnash/Adobe)
might solve the problem too (or introduce new problems:). Also try
cleaning up your Firefox profile (in terms of add-ons, most
importantly).
   
-rz
   
   
   
[ebuild   R   ] www-client/mozilla-firefox-2.0.0.13  USE=ipv6 -bindist
-debug -filepicker -gnome -iceweasel -java -mozdevelop -moznopango
-restrict-javascript -xforms -xinerama -xprint LINGUAS=zh_CN -af -ar
-be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy
-fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn 
  -nb
-nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl
-sv -sv_SE -tr -uk -zh -zh_TW 0 kB
uname -a
Linux bobbin 2.6.24-gentoo-r3 #15 SMP Sun Mar 30 20:16:31 Local time 
  zone
must be set--see zic i686 Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz
GenuineIntel GNU/Linux
   
   
Do you have 32 or 64-bits Linux (exec. x86_64). If You use 64 bits (36
physical and 48 virtual addressing) You will have problem with flash. 
  Flash
by adobe was only release 32-bit. NSWrapper emulates (converts) address
spaces but ABI have running issues between 32 and 64bit version. Also 
  Adobe
is far enough to release 64-bit version, so You must try to live with it.
If you have enough flash problem install 32-bit Gentoo Linux.
   
Greet's
Mateusz M.
--
gentoo-user@lists.gentoo.org mailing list
   --
   gentoo-user@lists.gentoo.org mailing list
 
 
 
 
 
 -- 
 Gustavo Campos
 
 Ciência da Computação / Computer Science - UFMG
 --
 gentoo-user@lists.gentoo.org mailing list
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox crash when playing flash

2008-04-11 Thread Gustavo Campos
Actually since I sent you the response Firefox has crashed one more
time while playing Flash. Indeed, that used to happen more often
before... now I don't really know if it was just a coincidence or not
=/

Are you using pulseaudio? In my case when Firefox crashes the command
line indicates some problem with pulseaudio (can't reproduce right
now), could you run Firefox from the command line and post the crash
message it shows at exit?

On Fri, Apr 11, 2008 at 10:49 AM, Qi Baobin [EMAIL PROTECTED] wrote:
 Thanks, but it still doesn't work for me.



  On 09:12 Thu 10 Apr , Gustavo Campos wrote:
   I was having the same problem here, looking over the web found a
   solution used for Ubuntu users I could adapt for me.
  
   Exporting the environment variable FIREFOX_DSP=auto solved the
   crashing for me.
  
   At the other hand, my mplayer plugin is not working, but I don't
   really know if it was before the change, probably not... anyway more
   tests are needed, but Flash is working fine now =)
  
   On Thu, Apr 10, 2008 at 7:41 AM, Qi Baobin [EMAIL PROTECTED] wrote:
Sorry for replying so late.
   
 My computer is 32bit.
   
 I will try what  Roman said, thanks for that.
   
 I will paste the result later.
   
 :)
   
   
On 20:27 Wed 09 Apr , Mateusz A. Mierzwin'ski wrote:
  Roman Zilka pisze:
  Hello,
 
  I don't have any specific idea, but try recompiling Firefox without 
 any
  CFLAGS/CXXFLAGS set. Using another Flash implementation (Gnash/Adobe)
  might solve the problem too (or introduce new problems:). Also try
  cleaning up your Firefox profile (in terms of add-ons, most
  importantly).
 
  -rz
 
 
 
  [ebuild   R   ] www-client/mozilla-firefox-2.0.0.13  USE=ipv6 
 -bindist
  -debug -filepicker -gnome -iceweasel -java -mozdevelop -moznopango
  -restrict-javascript -xforms -xinerama -xprint LINGUAS=zh_CN -af 
 -ar
  -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy
  -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk 
 -mn -nb
  -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk 
 -sl
  -sv -sv_SE -tr -uk -zh -zh_TW 0 kB
  uname -a
  Linux bobbin 2.6.24-gentoo-r3 #15 SMP Sun Mar 30 20:16:31 Local 
 time zone
  must be set--see zic i686 Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz
  GenuineIntel GNU/Linux
 
 
  Do you have 32 or 64-bits Linux (exec. x86_64). If You use 64 bits (36
  physical and 48 virtual addressing) You will have problem with flash. 
 Flash
  by adobe was only release 32-bit. NSWrapper emulates (converts) 
 address
  spaces but ABI have running issues between 32 and 64bit version. Also 
 Adobe
  is far enough to release 64-bit version, so You must try to live with 
 it.
  If you have enough flash problem install 32-bit Gentoo Linux.
 
  Greet's
  Mateusz M.
  --
  gentoo-user@lists.gentoo.org mailing list
 --
 gentoo-user@lists.gentoo.org mailing list
   
   
  
  
  
   --
   Gustavo Campos
  
   Ciência da Computação / Computer Science - UFMG
   --
   gentoo-user@lists.gentoo.org mailing list
  --
  gentoo-user@lists.gentoo.org mailing list





-- 
Gustavo Campos

Ciência da Computação / Computer Science - UFMG
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox crash when playing flash

2008-04-11 Thread Qi Baobin
There is no message on the console.Firefox was just no responding.
I need to kill the process and restart it,after that it would run well 
util next crash.

On 11:27 Fri 11 Apr , Gustavo Campos wrote:
 Actually since I sent you the response Firefox has crashed one more
 time while playing Flash. Indeed, that used to happen more often
 before... now I don't really know if it was just a coincidence or not
 =/
 
 Are you using pulseaudio? In my case when Firefox crashes the command
 line indicates some problem with pulseaudio (can't reproduce right
 now), could you run Firefox from the command line and post the crash
 message it shows at exit?
 
 On Fri, Apr 11, 2008 at 10:49 AM, Qi Baobin [EMAIL PROTECTED] wrote:
  Thanks, but it still doesn't work for me.
 
 
 
   On 09:12 Thu 10 Apr , Gustavo Campos wrote:
I was having the same problem here, looking over the web found a
solution used for Ubuntu users I could adapt for me.
   
Exporting the environment variable FIREFOX_DSP=auto solved the
crashing for me.
   
At the other hand, my mplayer plugin is not working, but I don't
really know if it was before the change, probably not... anyway more
tests are needed, but Flash is working fine now =)
   
On Thu, Apr 10, 2008 at 7:41 AM, Qi Baobin [EMAIL PROTECTED] wrote:
 Sorry for replying so late.

  My computer is 32bit.

  I will try what  Roman said, thanks for that.

  I will paste the result later.

  :)


 On 20:27 Wed 09 Apr , Mateusz A. Mierzwin'ski wrote:
   Roman Zilka pisze:
   Hello,
  
   I don't have any specific idea, but try recompiling Firefox 
  without any
   CFLAGS/CXXFLAGS set. Using another Flash implementation 
  (Gnash/Adobe)
   might solve the problem too (or introduce new problems:). Also try
   cleaning up your Firefox profile (in terms of add-ons, most
   importantly).
  
   -rz
  
  
  
   [ebuild   R   ] www-client/mozilla-firefox-2.0.0.13  USE=ipv6 
  -bindist
   -debug -filepicker -gnome -iceweasel -java -mozdevelop -moznopango
   -restrict-javascript -xforms -xinerama -xprint LINGUAS=zh_CN 
  -af -ar
   -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr 
  -fy
   -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk 
  -mn -nb
   -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru 
  -sk -sl
   -sv -sv_SE -tr -uk -zh -zh_TW 0 kB
   uname -a
   Linux bobbin 2.6.24-gentoo-r3 #15 SMP Sun Mar 30 20:16:31 Local 
  time zone
   must be set--see zic i686 Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz
   GenuineIntel GNU/Linux
  
  
   Do you have 32 or 64-bits Linux (exec. x86_64). If You use 64 bits 
  (36
   physical and 48 virtual addressing) You will have problem with 
  flash. Flash
   by adobe was only release 32-bit. NSWrapper emulates (converts) 
  address
   spaces but ABI have running issues between 32 and 64bit version. 
  Also Adobe
   is far enough to release 64-bit version, so You must try to live 
  with it.
   If you have enough flash problem install 32-bit Gentoo Linux.
  
   Greet's
   Mateusz M.
   --
   gentoo-user@lists.gentoo.org mailing list
  --
  gentoo-user@lists.gentoo.org mailing list


   
   
   
--
Gustavo Campos
   
Ciência da Computação / Computer Science - UFMG
--
gentoo-user@lists.gentoo.org mailing list
   --
   gentoo-user@lists.gentoo.org mailing list
 
 
 
 
 
 -- 
 Gustavo Campos
 
 Ciência da Computação / Computer Science - UFMG
 --
 gentoo-user@lists.gentoo.org mailing list
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox crash when playing flash

2008-04-11 Thread Qi Baobin
I figure out that the mpd didn't work either when the firefox was 
suspending there, is it possible they cann't work together.

On 11:27 Fri 11 Apr , Gustavo Campos wrote:
 Actually since I sent you the response Firefox has crashed one more
 time while playing Flash. Indeed, that used to happen more often
 before... now I don't really know if it was just a coincidence or not
 =/
 
 Are you using pulseaudio? In my case when Firefox crashes the command
 line indicates some problem with pulseaudio (can't reproduce right
 now), could you run Firefox from the command line and post the crash
 message it shows at exit?
 
 On Fri, Apr 11, 2008 at 10:49 AM, Qi Baobin [EMAIL PROTECTED] wrote:
  Thanks, but it still doesn't work for me.
 
 
 
   On 09:12 Thu 10 Apr , Gustavo Campos wrote:
I was having the same problem here, looking over the web found a
solution used for Ubuntu users I could adapt for me.
   
Exporting the environment variable FIREFOX_DSP=auto solved the
crashing for me.
   
At the other hand, my mplayer plugin is not working, but I don't
really know if it was before the change, probably not... anyway more
tests are needed, but Flash is working fine now =)
   
On Thu, Apr 10, 2008 at 7:41 AM, Qi Baobin [EMAIL PROTECTED] wrote:
 Sorry for replying so late.

  My computer is 32bit.

  I will try what  Roman said, thanks for that.

  I will paste the result later.

  :)


 On 20:27 Wed 09 Apr , Mateusz A. Mierzwin'ski wrote:
   Roman Zilka pisze:
   Hello,
  
   I don't have any specific idea, but try recompiling Firefox 
  without any
   CFLAGS/CXXFLAGS set. Using another Flash implementation 
  (Gnash/Adobe)
   might solve the problem too (or introduce new problems:). Also try
   cleaning up your Firefox profile (in terms of add-ons, most
   importantly).
  
   -rz
  
  
  
   [ebuild   R   ] www-client/mozilla-firefox-2.0.0.13  USE=ipv6 
  -bindist
   -debug -filepicker -gnome -iceweasel -java -mozdevelop -moznopango
   -restrict-javascript -xforms -xinerama -xprint LINGUAS=zh_CN 
  -af -ar
   -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr 
  -fy
   -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk 
  -mn -nb
   -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru 
  -sk -sl
   -sv -sv_SE -tr -uk -zh -zh_TW 0 kB
   uname -a
   Linux bobbin 2.6.24-gentoo-r3 #15 SMP Sun Mar 30 20:16:31 Local 
  time zone
   must be set--see zic i686 Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz
   GenuineIntel GNU/Linux
  
  
   Do you have 32 or 64-bits Linux (exec. x86_64). If You use 64 bits 
  (36
   physical and 48 virtual addressing) You will have problem with 
  flash. Flash
   by adobe was only release 32-bit. NSWrapper emulates (converts) 
  address
   spaces but ABI have running issues between 32 and 64bit version. 
  Also Adobe
   is far enough to release 64-bit version, so You must try to live 
  with it.
   If you have enough flash problem install 32-bit Gentoo Linux.
  
   Greet's
   Mateusz M.
   --
   gentoo-user@lists.gentoo.org mailing list
  --
  gentoo-user@lists.gentoo.org mailing list


   
   
   
--
Gustavo Campos
   
Ciência da Computação / Computer Science - UFMG
--
gentoo-user@lists.gentoo.org mailing list
   --
   gentoo-user@lists.gentoo.org mailing list
 
 
 
 
 
 -- 
 Gustavo Campos
 
 Ciência da Computação / Computer Science - UFMG
 --
 gentoo-user@lists.gentoo.org mailing list
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox crash when playing flash

2008-04-11 Thread Gustavo Campos
 There is no message on the console.Firefox was just no responding.
 I need to kill the process and restart it,after that it would run well
 util next crash.

Oh I see, for crash I understood it has closed abnormally, what
happened to you is looks what I would call a freeze =)

So, that makes things a little difficult, as is hard to trace...

 I figure out that the mpd didn't work either when the firefox was
  suspending there, is it possible they cann't work together.

Well that points to the road I was trying to take: sound problem. What
I can't figure out is why it is hanging. Here in my PC, before I
installed pulseaudio, I was unable to hear two sounds from different
sources, because my machine has no hardware mixer, and I user a multi
device to play stereo sounds (upmixing 2.0 to 7.1 stream), but when I
tried to play something in firefox, it just wouldn't play the sound,
but work silently without any  problems.

Do you have an /etc/asound.conf (or ~/.asoundrc) file? Can you post
the contents of it?



  On 11:27 Fri 11 Apr , Gustavo Campos wrote:


  Actually since I sent you the response Firefox has crashed one more
   time while playing Flash. Indeed, that used to happen more often
   before... now I don't really know if it was just a coincidence or not
   =/
  
   Are you using pulseaudio? In my case when Firefox crashes the command
   line indicates some problem with pulseaudio (can't reproduce right
   now), could you run Firefox from the command line and post the crash
   message it shows at exit?
  
   On Fri, Apr 11, 2008 at 10:49 AM, Qi Baobin [EMAIL PROTECTED] wrote:
Thanks, but it still doesn't work for me.
   
   
   
 On 09:12 Thu 10 Apr , Gustavo Campos wrote:
  I was having the same problem here, looking over the web found a
  solution used for Ubuntu users I could adapt for me.
 
  Exporting the environment variable FIREFOX_DSP=auto solved the
  crashing for me.
 
  At the other hand, my mplayer plugin is not working, but I don't
  really know if it was before the change, probably not... anyway more
  tests are needed, but Flash is working fine now =)
 
  On Thu, Apr 10, 2008 at 7:41 AM, Qi Baobin [EMAIL PROTECTED] wrote:
   Sorry for replying so late.
  
My computer is 32bit.
  
I will try what  Roman said, thanks for that.
  
I will paste the result later.
  
:)
  
  
   On 20:27 Wed 09 Apr , Mateusz A. Mierzwin'ski wrote:
 Roman Zilka pisze:
 Hello,

 I don't have any specific idea, but try recompiling Firefox 
 without any
 CFLAGS/CXXFLAGS set. Using another Flash implementation 
 (Gnash/Adobe)
 might solve the problem too (or introduce new problems:). Also 
 try
 cleaning up your Firefox profile (in terms of add-ons, most
 importantly).

 -rz



 [ebuild   R   ] www-client/mozilla-firefox-2.0.0.13  USE=ipv6 
 -bindist
 -debug -filepicker -gnome -iceweasel -java -mozdevelop 
 -moznopango
 -restrict-javascript -xforms -xinerama -xprint LINGUAS=zh_CN 
 -af -ar
 -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi 
 -fr -fy
 -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt 
 -mk -mn -nb
 -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru 
 -sk -sl
 -sv -sv_SE -tr -uk -zh -zh_TW 0 kB
 uname -a
 Linux bobbin 2.6.24-gentoo-r3 #15 SMP Sun Mar 30 20:16:31 
 Local time zone
 must be set--see zic i686 Intel(R) Core(TM)2 CPU T5600 @ 
 1.83GHz
 GenuineIntel GNU/Linux


 Do you have 32 or 64-bits Linux (exec. x86_64). If You use 64 
 bits (36
 physical and 48 virtual addressing) You will have problem with 
 flash. Flash
 by adobe was only release 32-bit. NSWrapper emulates (converts) 
 address
 spaces but ABI have running issues between 32 and 64bit version. 
 Also Adobe
 is far enough to release 64-bit version, so You must try to live 
 with it.
 If you have enough flash problem install 32-bit Gentoo Linux.

 Greet's
 Mateusz M.
 --
 gentoo-user@lists.gentoo.org mailing list
--
gentoo-user@lists.gentoo.org mailing list
  
  
 
 
 
  --
  Gustavo Campos
 
  Ciência da Computação / Computer Science - UFMG
  --
  gentoo-user@lists.gentoo.org mailing list
 --
 gentoo-user@lists.gentoo.org mailing list
   
   
  
  
  
   --
   Gustavo Campos
  
   Ciência da Computação / Computer Science - UFMG
   --
   gentoo-user@lists.gentoo.org mailing list
  --
  gentoo-user@lists.gentoo.org mailing list





-- 
Gustavo Campos

Ciência da Computação / Computer Science - UFMG
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox crash when playing flash

2008-04-11 Thread Qi Baobin
I don't have either of them,
There is my /etc/conf.d/alsasound,hope it helps:
# ENABLE_OSS_EMUL:
# Do you want to enable in-kernel oss emulation?
# no - Do not load oss emul drivers
# yes - Load oss emul drivers if they're found

ENABLE_OSS_EMUL=yes

# RESTORE_ON_START:
# Do you want to restore your mixer settings?  If not, your cards will 
be
# muted.
# no - Do not restore state
# yes - Restore state

RESTORE_ON_START=yes

# SAVE_ON_STOP:
# Do you want to save changes made to your mixer volumes when alsasound
# stops? 
# no - Do not save state
# yes - Save state

SAVE_ON_STOP=yes

# LOAD_ON_START:
# Do you want to load sound modules when alsasound starts?
# no - Do not load modules
# yes - Load modules
LOAD_ON_START=yes

# UNLOAD_ON_STOP:
# Do you want to unload sound modules when alsasound stops?
# no - Do not unload modules
# yes - Unload modules
UNLOAD_ON_STOP=yes

On 12:41 Fri 11 Apr , Gustavo Campos wrote:
  There is no message on the console.Firefox was just no responding.
  I need to kill the process and restart it,after that it would run well
  util next crash.
 
 Oh I see, for crash I understood it has closed abnormally, what
 happened to you is looks what I would call a freeze =)
 
 So, that makes things a little difficult, as is hard to trace...
 
  I figure out that the mpd didn't work either when the firefox was
   suspending there, is it possible they cann't work together.
 
 Well that points to the road I was trying to take: sound problem. What
 I can't figure out is why it is hanging. Here in my PC, before I
 installed pulseaudio, I was unable to hear two sounds from different
 sources, because my machine has no hardware mixer, and I user a multi
 device to play stereo sounds (upmixing 2.0 to 7.1 stream), but when I
 tried to play something in firefox, it just wouldn't play the sound,
 but work silently without any  problems.
 
 Do you have an /etc/asound.conf (or ~/.asoundrc) file? Can you post
 the contents of it?
 
 
 
   On 11:27 Fri 11 Apr , Gustavo Campos wrote:
 
 
   Actually since I sent you the response Firefox has crashed one more
time while playing Flash. Indeed, that used to happen more often
before... now I don't really know if it was just a coincidence or not
=/
   
Are you using pulseaudio? In my case when Firefox crashes the command
line indicates some problem with pulseaudio (can't reproduce right
now), could you run Firefox from the command line and post the crash
message it shows at exit?
   
On Fri, Apr 11, 2008 at 10:49 AM, Qi Baobin [EMAIL PROTECTED] wrote:
 Thanks, but it still doesn't work for me.



  On 09:12 Thu 10 Apr , Gustavo Campos wrote:
   I was having the same problem here, looking over the web found a
   solution used for Ubuntu users I could adapt for me.
  
   Exporting the environment variable FIREFOX_DSP=auto solved the
   crashing for me.
  
   At the other hand, my mplayer plugin is not working, but I don't
   really know if it was before the change, probably not... anyway more
   tests are needed, but Flash is working fine now =)
  
   On Thu, Apr 10, 2008 at 7:41 AM, Qi Baobin [EMAIL PROTECTED] 
  wrote:
Sorry for replying so late.
   
 My computer is 32bit.
   
 I will try what  Roman said, thanks for that.
   
 I will paste the result later.
   
 :)
   
   
On 20:27 Wed 09 Apr , Mateusz A. Mierzwin'ski wrote:
  Roman Zilka pisze:
  Hello,
 
  I don't have any specific idea, but try recompiling Firefox 
  without any
  CFLAGS/CXXFLAGS set. Using another Flash implementation 
  (Gnash/Adobe)
  might solve the problem too (or introduce new problems:). 
  Also try
  cleaning up your Firefox profile (in terms of add-ons, most
  importantly).
 
  -rz
 
 
 
  [ebuild   R   ] www-client/mozilla-firefox-2.0.0.13  
  USE=ipv6 -bindist
  -debug -filepicker -gnome -iceweasel -java -mozdevelop 
  -moznopango
  -restrict-javascript -xforms -xinerama -xprint 
  LINGUAS=zh_CN -af -ar
  -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi 
  -fr -fy
  -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt 
  -mk -mn -nb
  -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro 
  -ru -sk -sl
  -sv -sv_SE -tr -uk -zh -zh_TW 0 kB
  uname -a
  Linux bobbin 2.6.24-gentoo-r3 #15 SMP Sun Mar 30 20:16:31 
  Local time zone
  must be set--see zic i686 Intel(R) Core(TM)2 CPU T5600 @ 
  1.83GHz
  GenuineIntel GNU/Linux
 
 
  Do you have 32 or 64-bits Linux (exec. x86_64). If You use 64 
  bits (36
  physical and 48 virtual addressing) You will have problem with 
  flash. Flash
  by adobe was only release 32-bit. NSWrapper emulates 
  (converts) 

Re: [gentoo-user] firefox crash when playing flash

2008-04-10 Thread Qi Baobin
Sorry for replying so late.

My computer is 32bit.

I will try what  Roman said, thanks for that.

I will paste the result later.

:) 
On 20:27 Wed 09 Apr , Mateusz A. Mierzwin'ski wrote:
 Roman Zilka pisze:
 Hello,

 I don't have any specific idea, but try recompiling Firefox without any
 CFLAGS/CXXFLAGS set. Using another Flash implementation (Gnash/Adobe)
 might solve the problem too (or introduce new problems:). Also try
 cleaning up your Firefox profile (in terms of add-ons, most
 importantly).

 -rz


   
 [ebuild   R   ] www-client/mozilla-firefox-2.0.0.13  USE=ipv6 -bindist 
 -debug -filepicker -gnome -iceweasel -java -mozdevelop -moznopango 
 -restrict-javascript -xforms -xinerama -xprint LINGUAS=zh_CN -af -ar 
 -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy 
 -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb 
 -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl 
 -sv -sv_SE -tr -uk -zh -zh_TW 0 kB 
 uname -a
 Linux bobbin 2.6.24-gentoo-r3 #15 SMP Sun Mar 30 20:16:31 Local time zone 
 must be set--see zic i686 Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz 
 GenuineIntel GNU/Linux
 

 Do you have 32 or 64-bits Linux (exec. x86_64). If You use 64 bits (36 
 physical and 48 virtual addressing) You will have problem with flash. Flash 
 by adobe was only release 32-bit. NSWrapper emulates (converts) address 
 spaces but ABI have running issues between 32 and 64bit version. Also Adobe 
 is far enough to release 64-bit version, so You must try to live with it. 
 If you have enough flash problem install 32-bit Gentoo Linux.

 Greet's
 Mateusz M.
 -- 
 gentoo-user@lists.gentoo.org mailing list
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox crash when playing flash

2008-04-10 Thread Gustavo Campos
I was having the same problem here, looking over the web found a
solution used for Ubuntu users I could adapt for me.

Exporting the environment variable FIREFOX_DSP=auto solved the
crashing for me.

At the other hand, my mplayer plugin is not working, but I don't
really know if it was before the change, probably not... anyway more
tests are needed, but Flash is working fine now =)

On Thu, Apr 10, 2008 at 7:41 AM, Qi Baobin [EMAIL PROTECTED] wrote:
 Sorry for replying so late.

  My computer is 32bit.

  I will try what  Roman said, thanks for that.

  I will paste the result later.

  :)


 On 20:27 Wed 09 Apr , Mateusz A. Mierzwin'ski wrote:
   Roman Zilka pisze:
   Hello,
  
   I don't have any specific idea, but try recompiling Firefox without any
   CFLAGS/CXXFLAGS set. Using another Flash implementation (Gnash/Adobe)
   might solve the problem too (or introduce new problems:). Also try
   cleaning up your Firefox profile (in terms of add-ons, most
   importantly).
  
   -rz
  
  
  
   [ebuild   R   ] www-client/mozilla-firefox-2.0.0.13  USE=ipv6 -bindist
   -debug -filepicker -gnome -iceweasel -java -mozdevelop -moznopango
   -restrict-javascript -xforms -xinerama -xprint LINGUAS=zh_CN -af -ar
   -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy
   -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb
   -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl
   -sv -sv_SE -tr -uk -zh -zh_TW 0 kB
   uname -a
   Linux bobbin 2.6.24-gentoo-r3 #15 SMP Sun Mar 30 20:16:31 Local time zone
   must be set--see zic i686 Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz
   GenuineIntel GNU/Linux
  
  
   Do you have 32 or 64-bits Linux (exec. x86_64). If You use 64 bits (36
   physical and 48 virtual addressing) You will have problem with flash. Flash
   by adobe was only release 32-bit. NSWrapper emulates (converts) address
   spaces but ABI have running issues between 32 and 64bit version. Also Adobe
   is far enough to release 64-bit version, so You must try to live with it.
   If you have enough flash problem install 32-bit Gentoo Linux.
  
   Greet's
   Mateusz M.
   --
   gentoo-user@lists.gentoo.org mailing list
  --
  gentoo-user@lists.gentoo.org mailing list





-- 
Gustavo Campos

Ciência da Computação / Computer Science - UFMG
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] firefox crash when playing flash

2008-04-09 Thread Qi Baobin
Hi all,
My firefox crashed sometimes when the page contained flash file.
--
emerge -pv mozilla-firefox

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] www-client/mozilla-firefox-2.0.0.13  USE=ipv6 -bindist -debug 
-filepicker -gnome -iceweasel -java 
-mozdevelop -moznopango -restrict-javascript -xforms -xinerama -xprint 
LINGUAS=zh_CN -af -ar -be -bg -ca -cs -da -de 
-el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN -he 
-hu -it -ja -ka -ko -ku -lt -mk -mn -nb 
-nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv 
-sv_SE -tr -uk -zh -zh_TW 0 kB 

uname -a
Linux bobbin 2.6.24-gentoo-r3 #15 SMP Sun Mar 30 20:16:31 Local time zone must 
be set--see zic i686 Intel(R) Core(TM)2 
CPU T5600 @ 1.83GHz GenuineIntel GNU/Linux
--

And I googled it, found this:
export XLIB_SKIP_ARGB_VISUALS=1
but it doesn't work for me!

Any help?

Regards

Bobbin
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox crash when playing flash

2008-04-09 Thread Roman Zilka
Hello,

I don't have any specific idea, but try recompiling Firefox without any
CFLAGS/CXXFLAGS set. Using another Flash implementation (Gnash/Adobe)
might solve the problem too (or introduce new problems:). Also try
cleaning up your Firefox profile (in terms of add-ons, most
importantly).

-rz


 [ebuild   R   ] www-client/mozilla-firefox-2.0.0.13  USE=ipv6 -bindist 
 -debug -filepicker -gnome -iceweasel -java 
 -mozdevelop -moznopango -restrict-javascript -xforms -xinerama -xprint 
 LINGUAS=zh_CN -af -ar -be -bg -ca -cs -da -de 
 -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN -he 
 -hu -it -ja -ka -ko -ku -lt -mk -mn -nb 
 -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv 
 -sv_SE -tr -uk -zh -zh_TW 0 kB 
 
 uname -a
 Linux bobbin 2.6.24-gentoo-r3 #15 SMP Sun Mar 30 20:16:31 Local time zone 
 must be set--see zic i686 Intel(R) Core(TM)2 
 CPU T5600 @ 1.83GHz GenuineIntel GNU/Linux
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox crash when playing flash

2008-04-09 Thread Mateusz A. Mierzwin'ski

Roman Zilka pisze:

Hello,

I don't have any specific idea, but try recompiling Firefox without any
CFLAGS/CXXFLAGS set. Using another Flash implementation (Gnash/Adobe)
might solve the problem too (or introduce new problems:). Also try
cleaning up your Firefox profile (in terms of add-ons, most
importantly).

-rz


  
[ebuild   R   ] www-client/mozilla-firefox-2.0.0.13  USE=ipv6 -bindist -debug -filepicker -gnome -iceweasel -java 
-mozdevelop -moznopango -restrict-javascript -xforms -xinerama -xprint LINGUAS=zh_CN -af -ar -be -bg -ca -cs -da -de 
-el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn -nb 
-nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE -tr -uk -zh -zh_TW 0 kB 


uname -a
Linux bobbin 2.6.24-gentoo-r3 #15 SMP Sun Mar 30 20:16:31 Local time zone must be set--see zic i686 Intel(R) Core(TM)2 
CPU T5600 @ 1.83GHz GenuineIntel GNU/Linux



Do you have 32 or 64-bits Linux (exec. x86_64). If You use 64 bits (36 
physical and 48 virtual addressing) You will have problem with flash. 
Flash by adobe was only release 32-bit. NSWrapper emulates (converts) 
address spaces but ABI have running issues between 32 and 64bit version. 
Also Adobe is far enough to release 64-bit version, so You must try to 
live with it. If you have enough flash problem install 32-bit Gentoo Linux.


Greet's
Mateusz M.
--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox-bin can't see the web but firefox 64-bit and konqueror does.

2008-03-15 Thread Neil Bothwick
On Sat, 15 Mar 2008 09:14:28 +0800, Cocoy Dayao wrote:

 i apologize if you get this twice now. i got an error message from the  
 list saying this message was undelivered by pigeon.gentoo.org, so i am  
 resending.

I got the same bounce message from the post to which you replied :(


-- 
Neil Bothwick

Sometimes too much to drink is not enough.


signature.asc
Description: PGP signature


Re: [gentoo-user] firefox-bin can't see the web but firefox 64-bit and konqueror does.

2008-03-14 Thread Cocoy Dayao
i apologize if you get this twice now. i got an error message from the  
list saying this message was undelivered by pigeon.gentoo.org, so i am  
resending.


On Mar 13, 2008, at 10:43 PM, Neil Bothwick wrote:


On Thu, 13 Mar 2008 19:48:51 +0800, Cocoy Dayao wrote:


So the family computer at home is my old amd64 running gentoo. mostly
people in the house use it to just check their mail, browse youtube
and play online flash games. i have firefox-bin and firefox 64
installed. it's been running that for years on end. now all of a
sudden, firefox-bin couldn't connect to the internet but firefox 64
and conqueror can. ping, traceroute from the same machine works. i've
check the network settings on -bin, and its configured to point  
direct
to the internet as it should be. no proxy in this house. so i'm  
pretty

sure network is good.


First guess, -bin is using IPv6, check about:config



yep. it was toggled after all.


Also, is there someway to install flash to run with firefox 64? i've
used google and the wiki says the 32-bit firefox is still the only  
one

running for AMD64.


Install nspluginwrapper, which makes 32 bit plugins work with a 64 bit
browser.




i've emerged nspluginwrapper. i won't be using 32-bit firefox anymore.

Thank you! greatly appreciate the help!
--
Cocoy
People who are really serious about software should make their own  
hardware. --Alan Kay


--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox-bin can't see the web but firefox 64-bit and konqueror does.

2008-03-14 Thread Chris Brennan

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

msg recv'd ... loud and clear ... twice :D no worries

Cocoy Dayao wrote:
| i apologize if you get this twice now. i got an error message from the
| list saying this message was undelivered by pigeon.gentoo.org, so i am
| resending.
|
| On Mar 13, 2008, at 10:43 PM, Neil Bothwick wrote:
|
| On Thu, 13 Mar 2008 19:48:51 +0800, Cocoy Dayao wrote:
|
| So the family computer at home is my old amd64 running gentoo. mostly
| people in the house use it to just check their mail, browse youtube
| and play online flash games. i have firefox-bin and firefox 64
| installed. it's been running that for years on end. now all of a
| sudden, firefox-bin couldn't connect to the internet but firefox 64
| and conqueror can. ping, traceroute from the same machine works. i've
| check the network settings on -bin, and its configured to point direct
| to the internet as it should be. no proxy in this house. so i'm pretty
| sure network is good.
|
| First guess, -bin is using IPv6, check about:config
|
|
| yep. it was toggled after all.
|
| Also, is there someway to install flash to run with firefox 64? i've
| used google and the wiki says the 32-bit firefox is still the only one
| running for AMD64.
|
| Install nspluginwrapper, which makes 32 bit plugins work with a 64 bit
| browser.
|
|
|
| i've emerged nspluginwrapper. i won't be using 32-bit firefox anymore.
|
| Thank you! greatly appreciate the help!
| --
| Cocoy
| People who are really serious about software should make their own
| hardware. --Alan Kay
|
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH2y/n8hUIAnGfls4RAmtVAKCNgxMWmKbqwMOqosibXrIP9xsfowCfVELi
DFD97Bq0dMbtqu3QZXOCpzM=
=N935
-END PGP SIGNATURE-
--
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] firefox-bin can't see the web but firefox 64-bit and konqueror does.

2008-03-13 Thread Cocoy Dayao

hi everyone.

So the family computer at home is my old amd64 running gentoo. mostly  
people in the house use it to just check their mail, browse youtube  
and play online flash games. i have firefox-bin and firefox 64  
installed. it's been running that for years on end. now all of a  
sudden, firefox-bin couldn't connect to the internet but firefox 64  
and conqueror can. ping, traceroute from the same machine works. i've  
check the network settings on -bin, and its configured to point direct  
to the internet as it should be. no proxy in this house. so i'm pretty  
sure network is good.


So my question is... what's wrong?  Am i missing something?

Also, is there someway to install flash to run with firefox 64? i've  
used google and the wiki says the 32-bit firefox is still the only one  
running for AMD64.


thanks and cheers,
--
Cocoy
People who are really serious about software should make their own  
hardware. --Alan Kay


--
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] firefox-bin can't see the web but firefox 64-bit and konqueror does.

2008-03-13 Thread Neil Bothwick
On Thu, 13 Mar 2008 19:48:51 +0800, Cocoy Dayao wrote:

 So the family computer at home is my old amd64 running gentoo. mostly  
 people in the house use it to just check their mail, browse youtube  
 and play online flash games. i have firefox-bin and firefox 64  
 installed. it's been running that for years on end. now all of a  
 sudden, firefox-bin couldn't connect to the internet but firefox 64  
 and conqueror can. ping, traceroute from the same machine works. i've  
 check the network settings on -bin, and its configured to point direct  
 to the internet as it should be. no proxy in this house. so i'm pretty  
 sure network is good.

First guess, -bin is using IPv6, check about:config

 Also, is there someway to install flash to run with firefox 64? i've  
 used google and the wiki says the 32-bit firefox is still the only one  
 running for AMD64.

Install nspluginwrapper, which makes 32 bit plugins work with a 64 bit
browser.


-- 
Neil Bothwick

If you catch an exploding manhole cover, you can keep it.


signature.asc
Description: PGP signature


<    1   2   3   4   5   6   7   8   9   >