Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 74365

Summary: notebook bug?
Product: [Retired] Red Hat Raw Hide Reporter: Tim Waugh <twaugh>
Component: gtk2Assignee: Owen Taylor <otaylor>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: ejb, ralston
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-02-03 15:34:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 79579    
Attachments:
Description Flags
redhat-config-printer.glade
none
bug.py
none
Standalone C test case none

Description Tim Waugh 2002-09-21 22:34:14 UTC
Description of Problem: 
I can't figure out why this is happening, and I think it may be a bug.  The 
tabs are not clickable. 
 
Version-Release number of selected component (if applicable): 
gtk2-2.0.6-8 
pygtk-0.6.9-3 
glade2-1.1.1-2 
 
How Reproducible: 
100% 
 
Steps to Reproduce: 
1. Run bug.py 
2. Cancel the dialog. 
3. When the dialog appears the second time, try to switch pages on the 
notebook. 
 
Actual Results: 
Can't. 
 
Expected Results: 
Can. 
 
Additional Information: 
I had to distill this from a much larger test case; making a smaller test case 
from scratch didn't seem to exhibit the problem.

Comment 1 Tim Waugh 2002-09-21 22:35:03 UTC
Created attachment 76806 [details]
redhat-config-printer.glade

Comment 2 Tim Waugh 2002-09-21 22:35:30 UTC
Created attachment 76807 [details]
bug.py

Comment 3 Tim Waugh 2002-09-21 23:08:21 UTC
A workaround seems to be to set the dialog's 'visible' property to 'True' in 
the glade file, and hide it immediately after loading it.

Comment 4 Owen Taylor 2002-11-01 02:12:58 UTC
Has been fixed in GNOME CVS - see
http://bugzilla.gnome.org/show_bug.cgi?id=81600

Comment 5 Owen Taylor 2003-01-07 17:40:34 UTC
Should be OK in 2.2.0.

Comment 6 Tim Waugh 2003-01-08 17:41:21 UTC
Still occurs with gtk2-2.2.0-2, pygtk2-1.99.14-1.

Comment 7 Owen Taylor 2003-01-14 21:38:21 UTC
Probably unrelated to the above bug then. I'll try to create a C test
case.

Comment 8 Owen Taylor 2003-01-15 19:33:58 UTC
Created attachment 89384 [details]
Standalone C test case

Comment 9 Owen Taylor 2003-01-15 20:39:10 UTC
Filed upstream as http://bugzilla.gnome.org/show_bug.cgi?id=103599
and fixed in GNOME CVS.


Comment 10 Tim Waugh 2003-01-22 10:14:11 UTC
*** Bug 82450 has been marked as a duplicate of this bug. ***

Comment 11 Owen Taylor 2003-02-03 15:34:29 UTC
Should be fixed in gtk2-2.2.1

Comment 12 Jay Berkenbilt 2003-02-12 04:47:06 UTC
I'm trying to verify that this fix actually fixes bug 82450.  I'm running
phoebe2 + up2date.  I've downloaded the following from rawhide:

gtk2-2.2.1-1.i386.rpm
gtk2-devel-2.2.1-1.i386.rpm
gtk2-engines-2.2.0-2.i386.rpm
pygtk2-1.99.14-4.i386.rpm
pygtk2-devel-1.99.14-4.i386.rpm
pygtk2-libglade-1.99.14-4.i386.rpm

Now when I run redhat-config-printer, I get

Fatal Python error: could not import _gtk

What else do I have to install to test this?