This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 61147

Summary: [quickfilechooser] doesn't work with GTK
Product: contrib Reporter: Martin Krauskopf <mkrauskopf>
Component: Quick FilechooserAssignee: Jesse Glick <jglick>
Status: CLOSED FIXED    
Severity: blocker CC: ttran
Priority: P2 Keywords: GTK
Version: 5.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Martin Krauskopf 2005-07-20 10:06:15 UTC
I think it is due to changes made by Trung (I think) which force to use MetalLF
chooser when GTK is in use. But it makes quickfilechooser "disabled".
Comment 1 Jesse Glick 2005-07-20 19:48:50 UTC
For some reason, in org.netbeans.core.startup.Main, initUICustomizations() is
called after getModuleSystem(), which I presume is the reason. (If you install
the quickfilechooser NBM under GTK, it works fine until you restart the IDE.) I
can try to listen for changes and restore the right filechooser UI.
Comment 2 Jesse Glick 2005-07-20 20:02:36 UTC
Yup, using a listener works.
Comment 3 Martin Krauskopf 2005-07-21 09:03:12 UTC
Thanks, I can switch back again :), v/c