Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-29 Thread John Nielsen

Quoting cpghost [EMAIL PROTECTED]:


On Fri, Mar 23, 2007 at 01:44:09PM -0400, John Nielsen wrote:

On Friday 23 March 2007 11:02:46 am Frank Staals wrote:
 It seems that I'm having problems (again) with the GTK filedialog in
 Firefox/Thunderbird. It happens when saving or opening a file in Firefox
 or thunderbird resulting in a crash. What to do:

 - Open Firefox
 - Save a file, the save-file dialog comes up, Save or cancel it.
 - Save a file, when the file dialog comes up, file dialog hangs and
 after a second or something firefox crashes

I'm seeing the same behavior. I searched around on the web a while 
ago and saw
a report (on a firefox bug issue or mailinglist I think) from 
another FreeBSD
user about this. He later followed up to his own post saying that 
the problem

went away after he recompiled ALL of his ports. The thing that was
interesting is that he only saw the bad behavior under xfce (what WM are you
using, btw?).  I'm running xfce 4.4.0 and have the problem, but I haven't
gotten around to recompiling everything yet. I may or may not wait for the
modularXorg stuff to be committed before I do so...


I'm experiencing a similar problem with the GTK file save box. Under
fluxbox, the save box starts to grow and shrink horizontally by approx
40% of its size twice per second or so. The only way out of this is to
kill and restart Firefox. I don't know if other GTK-based programs are
affected though. Another data point: I'm too in the midst of the giant
gettext upgrade tango, so this could be temporary, until everything is
finally upgraded.


I just want to report that I'm no longer having a problem after a 
complete system refresh. I upgraded to -CURRENT (mostly for better 
gjournal support, not because of anything in this thread), uninstalled 
all my ports, deleted the /var/db/ports directory, removed /usr/X11R6 
entirely, set $X11BASE to /usr/local in /etc/make.conf, removed 
everything but a few config files in /usr/local, and installed 
everything again.


Between the firefox issue I was seeing, the gettext upgrade, and 
upgrading to -CURRENT I definitely needed to reinstall everything 
anyway. I decided to go ahead and make the X11BASE change so my life 
will be easier when the default gets changed. (I'm already running the 
experimental modularXorg ports tree.)


JN

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-24 Thread Gerard Seibert
On Fri, 23 Mar 2007 22:39:19 -0600 (MDT)
Warren Block [EMAIL PROTECTED] wrote:

 On Fri, 23 Mar 2007, Frank Staals wrote:
 
  Hmm I wondered if I should have added what WM I was running but I
  guess so: Running xfce-4.4.0 on xorg-7.2rc3.
 
  Fixed by recompiling all my ports seems a lot of work to fix
  something with GTK :S but well I'm planning on reinstalling FreeBSD
  not that long from now ( want to switch disc setup ) hope that will
  fix the problem then. Allthough there ougth to be an better/more
  specific solution then just recompiling everything   
 
 After the recent gettext rebuild-everything episode (you've done
 that, right?), I had a problem like I'd had before with GTK: slow
 xfce4.4 startup, slow Terminal startup.  Rebuilding GTK fixed it:
 
 portupgrade -f gtk-2.10.11
 
 It was already at that version, but it seems to depend on order.
 
 Anyway, before you rebuild everything, try rebuilding just GTK.

You also use: portmanager -u -p -l

It will update your ports, as well as rebuild dependencies in their
correct order if required if required. Make sure to update your ports
prior to running it if you go that route.

-- 
Gerard

Hitchcock's Staple Principle:
The stapler runs out of staples
only while you are trying to staple something.


signature.asc
Description: PGP signature


GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread Frank Staals
It seems that I'm having problems (again) with the GTK filedialog in 
Firefox/Thunderbird. It happens when saving or opening a file in Firefox 
or thunderbird resulting in a crash. What to do:


- Open Firefox
- Save a file, the save-file dialog comes up, Save or cancel it.
- Save a file, when the file dialog comes up, file dialog hangs and 
after a second or something firefox crashes


Same thing happens when trying to open a file using the file dialog a 
second time, and same for thunderbird: The second time the GTK file 
dialog comes up it seems to crash firefox or thunderbird.


When I was running firefox-1.5 there was the exact same problem which 
was fixed in one of the developement releases and when first running 
Fx-2 I didn't have any problems with it either. I checked in the gimp 
and geany if there were problems with the file dialog but it worked fine 
in those programs. Has anyone else problems with this ?


running:

[EMAIL PROTECTED] uname -rs
FreeBSD 6.1-RELEASE

[EMAIL PROTECTED] pkg_info | grep firefox
firefox-2.0.0.2,1   Web browser based on the browser portion of Mozilla
[EMAIL PROTECTED] pkg_info | grep thunderbird
thunderbird-1.5.0.10 Mozilla Thunderbird is standalone mail and news 
that stands


[EMAIL PROTECTED] pkg_info -rx thunderbird | grep gtk
Dependency: gtk-2.10.10
[EMAIL PROTECTED] pkg_info -rx firefox | grep gtk
Dependency: gtk-2.10.10

[EMAIL PROTECTED] pkg_info | grep gtk
snip
gtk-2.10.10 Gimp Toolkit for X11 GUI (current stable version)
snip


--
-Frank Staals


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread John Nielsen
On Friday 23 March 2007 11:02:46 am Frank Staals wrote:
 It seems that I'm having problems (again) with the GTK filedialog in
 Firefox/Thunderbird. It happens when saving or opening a file in Firefox
 or thunderbird resulting in a crash. What to do:

 - Open Firefox
 - Save a file, the save-file dialog comes up, Save or cancel it.
 - Save a file, when the file dialog comes up, file dialog hangs and
 after a second or something firefox crashes

 Same thing happens when trying to open a file using the file dialog a
 second time, and same for thunderbird: The second time the GTK file
 dialog comes up it seems to crash firefox or thunderbird.

 When I was running firefox-1.5 there was the exact same problem which
 was fixed in one of the developement releases and when first running
 Fx-2 I didn't have any problems with it either. I checked in the gimp
 and geany if there were problems with the file dialog but it worked fine
 in those programs. Has anyone else problems with this ?

I'm seeing the same behavior. I searched around on the web a while ago and saw 
a report (on a firefox bug issue or mailinglist I think) from another FreeBSD 
user about this. He later followed up to his own post saying that the problem 
went away after he recompiled ALL of his ports. The thing that was 
interesting is that he only saw the bad behavior under xfce (what WM are you 
using, btw?).  I'm running xfce 4.4.0 and have the problem, but I haven't 
gotten around to recompiling everything yet. I may or may not wait for the 
modularXorg stuff to be committed before I do so...

JN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread Frank Staals

John Nielsen wrote:

On Friday 23 March 2007 11:02:46 am Frank Staals wrote:
  

It seems that I'm having problems (again) with the GTK filedialog in
Firefox/Thunderbird. It happens when saving or opening a file in Firefox
or thunderbird resulting in a crash. What to do:

- Open Firefox
- Save a file, the save-file dialog comes up, Save or cancel it.
- Save a file, when the file dialog comes up, file dialog hangs and
after a second or something firefox crashes

Same thing happens when trying to open a file using the file dialog a
second time, and same for thunderbird: The second time the GTK file
dialog comes up it seems to crash firefox or thunderbird.

When I was running firefox-1.5 there was the exact same problem which
was fixed in one of the developement releases and when first running
Fx-2 I didn't have any problems with it either. I checked in the gimp
and geany if there were problems with the file dialog but it worked fine
in those programs. Has anyone else problems with this ?



I'm seeing the same behavior. I searched around on the web a while ago and saw 
a report (on a firefox bug issue or mailinglist I think) from another FreeBSD 
user about this. He later followed up to his own post saying that the problem 
went away after he recompiled ALL of his ports. The thing that was 
interesting is that he only saw the bad behavior under xfce (what WM are you 
using, btw?).  I'm running xfce 4.4.0 and have the problem, but I haven't 
gotten around to recompiling everything yet. I may or may not wait for the 
modularXorg stuff to be committed before I do so...


JN

  
Hmm I wondered if I should have added what WM I was running but I guess 
so: Running xfce-4.4.0 on xorg-7.2rc3.


Fixed by recompiling all my ports seems a lot of work to fix something 
with GTK :S but well I'm planning on reinstalling FreeBSD not that long 
from now ( want to switch disc setup ) hope that will fix the problem 
then. Allthough there ougth to be an better/more specific solution then 
just recompiling everything 


--
-Frank Staals


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread cpghost
On Fri, Mar 23, 2007 at 01:44:09PM -0400, John Nielsen wrote:
 On Friday 23 March 2007 11:02:46 am Frank Staals wrote:
  It seems that I'm having problems (again) with the GTK filedialog in
  Firefox/Thunderbird. It happens when saving or opening a file in Firefox
  or thunderbird resulting in a crash. What to do:
 
  - Open Firefox
  - Save a file, the save-file dialog comes up, Save or cancel it.
  - Save a file, when the file dialog comes up, file dialog hangs and
  after a second or something firefox crashes
 
 I'm seeing the same behavior. I searched around on the web a while ago and 
 saw 
 a report (on a firefox bug issue or mailinglist I think) from another FreeBSD 
 user about this. He later followed up to his own post saying that the problem 
 went away after he recompiled ALL of his ports. The thing that was 
 interesting is that he only saw the bad behavior under xfce (what WM are you 
 using, btw?).  I'm running xfce 4.4.0 and have the problem, but I haven't 
 gotten around to recompiling everything yet. I may or may not wait for the 
 modularXorg stuff to be committed before I do so...

I'm experiencing a similar problem with the GTK file save box. Under
fluxbox, the save box starts to grow and shrink horizontally by approx
40% of its size twice per second or so. The only way out of this is to
kill and restart Firefox. I don't know if other GTK-based programs are
affected though. Another data point: I'm too in the midst of the giant
gettext upgrade tango, so this could be temporary, until everything is
finally upgraded.

cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread Garrett Cooper

On Mar 23, 2007, at 2:01 PM, cpghost wrote:


On Fri, Mar 23, 2007 at 01:44:09PM -0400, John Nielsen wrote:

On Friday 23 March 2007 11:02:46 am Frank Staals wrote:

It seems that I'm having problems (again) with the GTK filedialog in
Firefox/Thunderbird. It happens when saving or opening a file in  
Firefox

or thunderbird resulting in a crash. What to do:

- Open Firefox
- Save a file, the save-file dialog comes up, Save or cancel it.
- Save a file, when the file dialog comes up, file dialog hangs and
after a second or something firefox crashes


I'm seeing the same behavior. I searched around on the web a while  
ago and saw
a report (on a firefox bug issue or mailinglist I think) from  
another FreeBSD
user about this. He later followed up to his own post saying that  
the problem

went away after he recompiled ALL of his ports. The thing that was
interesting is that he only saw the bad behavior under xfce (what  
WM are you
using, btw?).  I'm running xfce 4.4.0 and have the problem, but I  
haven't
gotten around to recompiling everything yet. I may or may not wait  
for the

modularXorg stuff to be committed before I do so...


I'm experiencing a similar problem with the GTK file save box. Under
fluxbox, the save box starts to grow and shrink horizontally by approx
40% of its size twice per second or so. The only way out of this is to
kill and restart Firefox. I don't know if other GTK-based programs are
affected though. Another data point: I'm too in the midst of the giant
gettext upgrade tango, so this could be temporary, until everything is
finally upgraded.

cpghost.

--
Cordula's Web. http://www.cordula.ws/


What version are you guys running with what CFLAGS/CXXFLAGS? I was  
experiencing the same thing until 2.0.0.2 (filed a bug and Mozilla  
folks said they fixed it in this version).


Now if I can only determine why the same happens when I try and add a  
file with azureus.. that's another ball of wax though..


-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK filedialog crashes Firefox/Thunderbird

2007-03-23 Thread Warren Block

On Fri, 23 Mar 2007, Frank Staals wrote:

Hmm I wondered if I should have added what WM I was running but I guess so: 
Running xfce-4.4.0 on xorg-7.2rc3.


Fixed by recompiling all my ports seems a lot of work to fix something with 
GTK :S but well I'm planning on reinstalling FreeBSD not that long from now ( 
want to switch disc setup ) hope that will fix the problem then. Allthough 
there ougth to be an better/more specific solution then just recompiling 
everything 


After the recent gettext rebuild-everything episode (you've done that, 
right?), I had a problem like I'd had before with GTK: slow xfce4.4 
startup, slow Terminal startup.  Rebuilding GTK fixed it:


portupgrade -f gtk-2.10.11

It was already at that version, but it seems to depend on order.

Anyway, before you rebuild everything, try rebuilding just GTK.

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]