On Mon, Apr 6, 2009 at 3:26 PM, Rex Dieter wrote: > Orcan Ogetbil wrote: >> ?I have another semi-important >> problem. Pure Qt application windows (such as qsynth, qjackctl) and >> their subprocess windows do not have any close buttons on top right. I >> can minimize them to the tray by clicking on their tray icon, but this >> doesn't minimize their subprocess windows. They are on the desktop >> forever (well, at least until I quit the application). >> >> As far as I can tell, this only applies to pure Qt applications. These >> are not application specific since the examples I gave had their close >> buttons in qt4.4 . Maybe they need to be rebuilt against qt4.5? > > Dunno, but I can confirm the problems with qjackctl qsynth, and it's > almost certainly application bugs here. ?Please file bugs. > > any others? > > -- Rex So far, the only other application with the same problem that I found is qtractor: https://bugzilla.rpmfusion.org/show_bug.cgi?id=400 When I build it in mock against qt4.4, and run it against qt4.5, the close buttons don't appear. When built against qt4.5, they appear. So it seems like a rebuild will fix things for qjackctl and qsynth. I will verify this and submit bugs at bugzilla if confirmed. Otherwise I'll inform their upstream. Is qt4.5 tagged in F-10 buildroot ? (where do I check this?) Orcan