Closed
Bug 430479
Opened 18 years ago
Closed 18 years ago
If I close Firefox 3 Beta 5 under KDE 4 the window disappears but the process stays in memory
Categories
(Firefox :: Shell Integration, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: lorand.jakab, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008032619 Firefox/3.0b5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008032619 Firefox/3.0b5
I use the binary package of Firefox 3 Beta 5 under KDE 4.0.3 in Gentoo Linux. When I close Firefox, the window disappears, but the process stays in the memory and I always have to kill it manually before starting it again.
Reproducible: Always
Steps to Reproduce:
1. Start firefox from the command line (/opt/firefox/firefox)
2. Close firefox window
3. List processes (ps aux|grep firefox)
4. Kill firefox (killall firefox-bin)
Actual Results:
1.sh: kde-config: command not found
sh: kde-config: command not found
(firefox-bin:24875): Gtk-CRITICAL **: gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed
(firefox-bin:24875): Gtk-CRITICAL **: gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed
(firefox-bin:24875): Gtk-CRITICAL **: gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed
(firefox-bin:24875): Gtk-CRITICAL **: gtk_widget_destroy: assertion `GTK_IS_WIDGET (widget)' failed
Expected Results:
Not hang when you close the window.
http://forums.gentoo.org/viewtopic-t-689474.html
Comment 1•18 years ago
|
||
Are you using any GTK widget engine?
Yes, I'm using Qt-Engine. Disabling it solved the problem, although I still get those Gtk-CRITICAL errors.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•