On 4/12/10, lux-integ <lux-in...@btconnect.com> wrote:
> could this be related and does anyone have any  ideas for   swift resolution

I don't have  libxklavier and it built.

Going off topic:
I don't like the giant balloon tooltips over the panel.
I like it better with this patch for kdelibs even though it also
affects digital clock:

----
  # at least make hover 3 seconds before giant balloon tooltip pops up.
  patch -p1 << EOF
--- kdelibs-4.4.2/plasma/tooltipmanager.cpp.orig
+++ kdelibs-4.4.2/plasma/tooltipmanager.cpp
@@ -157,9 +157,9 @@
     if (d->isShown) {
         // small delay to prevent unnecessary showing when the mouse
is moving quickly across items
         // which can be too much for less powerful CPUs to keep up with
-        d->showTimer->start(200);
+        d->showTimer->start(1800);
     } else {
-        d->showTimer->start(700);
+        d->showTimer->start(1800);
     }
 }

EOF
----
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to