Version: 2.1 (using 4.1.00 (KDE 4.1.0), Gentoo) Compiler: x86_64-pc-linux-gnu-gcc OS: Linux (x86_64) release 2.6.26.1 When starting a new Konsole window, the clickable tab itself becomes visible only when a program within that session has changed the title. The tab bar is still visible, but empty.
Hi, This was a bug in Qt 4.4 which I submitted a fix for to KDE's copy of Qt. Please ask Gentoo to update their version of Qt to the just-released 4.4.1 and let me know if the problem is still present.
I confirm the issue on KDE 4.1, Qt 4.4.1, Archlinux
Can you ask ArchLinux KDE packagers whether they are using qt-copy from KDE or stock Qt from Trolltech? If they are using stock Qt, please ask them to apply the patches from qt-copy in KDE's SVN, in particular patch 0225: Index: src/gui/widgets/qtabbar.cpp =================================================================== --- src/gui/widgets/qtabbar.cpp (revision 796858) +++ src/gui/widgets/qtabbar.cpp (working copy) @@ -533,8 +533,8 @@ layoutTabs(); makeVisible(currentIndex); q->update(); - q->updateGeometry(); } + q->updateGeometry(); }
Unfortunatey, Archlinux qt package already includes qt-copy patches. Your patch is also applied. Here is a build script for the package: http://repos.archlinux.org/viewvc.cgi/qt/trunk/PKGBUILD?revision=7381&view=markup where you can see that these patches are applied: ftp://ftp.archlinux.org/other/qt/qt-copy-patches-840171.tar.bz2
OK, I have just found out that the patch 0225 in the Archlinux package is not applied due to bug in build script.
qt with applied patch 0225 works fine. Tab appears correctly. Thanks!
Closing as invalid per comment #6