--- kdebase-workspace-4.4.2.orig/debian/patches/kubuntu_101_brightness_fn_keys_and_osd.diff 2010-04-22 21:21:49.633770203 +0200 +++ kdebase-workspace-4.4.2/debian/patches/kubuntu_101_brightness_fn_keys_and_osd.diff 2010-04-22 21:26:11.544714993 +0200 @@ -62,6 +62,16 @@ Battery::Battery(QObject *parent, const QVariantList &args) : Plasma::PopupApplet(parent, args), +@@ -87,7 +91,8 @@ + m_labelAlpha(0), + m_labelAnimation(0), + m_acAlpha(0), +- m_acAnimation(0) ++ m_acAnimation(0), ++ m_brightnessOSD(0) + { + //kDebug() << "Loading applet battery"; + setAcceptsHoverEvents(true); @@ -315,6 +319,7 @@ Battery::~Battery()