[SCM] KDE Base Workspace module packaging branch, master, updated. debian/4.4.5-6-50-gb9f1613

Modestas Vainius modax at alioth.debian.org
Sun Jan 2 10:18:22 UTC 2011


The following commit has been merged in the master branch:
commit b9f16135d4c67962db3fb52252c0d0c31f2c2d69
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sun Jan 2 12:18:08 2011 +0200

    Remove README.Debian introduced in 4.4.5-6, no longer applicable.
---
 debian/README.Debian |   32 --------------------------------
 debian/changelog     |    3 +++
 debian/rules         |    3 ---
 3 files changed, 3 insertions(+), 35 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index a9a967b..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,32 +0,0 @@
-Working around the dark taskbar bug (#564941) in KDE SC 4.4
------------------------------------------------------------
-
-If your taskbar sometimes turns black, dark or loses transparency, you've
-probably been hit by #564941. The bug usually occurs with default Plasma theme
-(known as "Air") when compositing (also known as "Desktop Effects") is off or
-when it is suspended with e.g. Ctrl+Shift+F12. The bug is said to be rarer when
-compositing is on or another Plasma theme is used. Refer to [1] and [2] for
-more information.
-
-The bug is triggered by pixmap cache corruption. While there is no real fix for
-it, Plasma in KDE SC 4.5 or later solved it by moving away from KPixmapCache
-class to a new KDE SC 4.5 technology. Therefore, it was not possible to
-backport the real fix to KDE Software Compilation 4.4.5 which Debian Squeeze
-6.0 ships with.
-
-Fortunately, there is a workaround. You can avoid the bug by turning off Plasma
-theme pixmap caching at the expense of performance. Don't be very alarmed
-though, typically slowdown should not be very noticeable. In order to do this,
-add the following two lines:
-
-[CachePolicies]
-CacheTheme=false
-
-to either /etc/kde4/plasmarc (system-wide option) or
-~/.kde/share/config/plasmarc (user-specific option). Alternatively,
-user-specific option can be changed with the following command:
-
-$ kwriteconfig --file plasmarc --group CachePolicies --type bool --key CacheTheme false
-
-[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564941
-[2] https://bugs.kde.org/show_bug.cgi?id=224666
diff --git a/debian/changelog b/debian/changelog
index a615091..80d35a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -88,6 +88,9 @@ kdebase-workspace (4:4.5.90-0r1) UNRELEASED; urgency=low
     - libqedje-dev
     - libbluetooth-dev
 
+  [ Modestas Vainius ]
+  * Remove README.Debian introduced in 4.4.5-6, no longer applicable.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 31 Jul 2010 16:41:50 +0300
 
 kdebase-workspace (4:4.4.5-6) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 7585249..36abcb7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,9 +25,6 @@ DEB_DH_SHLIBDEPS_ARGS_kdebase-workspace-dev := -- -xkdebase-runtime
 # is not enough)
 DEB_DH_INSTALLINIT_ARGS = --noscripts
 
-# Install README.Debian to all binary packages
-DEB_INSTALL_DOCS_DEFAULT += ./debian/README.Debian
-
 $(foreach p,$(filter lib%, $(DEB_ARCH_PACKAGES)),$(eval DEB_DH_SHLIBDEPS_ARGS_$(p) := -- -xkdebase-runtime))
 
 binary-install/kdm::

-- 
KDE Base Workspace module packaging



More information about the pkg-kde-commits mailing list