Version: (using KDE KDE 3.0.4) Installed from: Debian testing/unstable Packages It should be possible to disable the tooltips in the mini pager applet. Alternatively, make the tooltips appear only in the "preview" and "number" views. In the "name" view, which I prefer, the tooltips just duplicates the text that's already visible. Useless and intrusive.
Subject: kdebase/kicker/applets/minipager CVS commit by hausmann: - don't show the tooltips in LabelName mode, as it's redundant and terribly annoying CCMAIL: 52592-done@bugs.kde.org M +2 -1 pagerapplet.cpp 1.88 --- kdebase/kicker/applets/minipager/pagerapplet.cpp #1.87:1.88 @@ -473,4 +473,5 @@ void KMiniPager::allocateButtons() // btn->setOn(i == act); btn->show(); + if ( mode() != KMiniPager::LabelName ) QToolTip::add(btn, kwin()->desktopName(i));