rev 10523 - in branches/kde4/packages/kdelibs/debian: . patches

Fathi Boudra fabo at alioth.debian.org
Sat May 10 07:32:07 UTC 2008


Author: fabo
Date: 2008-05-10 07:32:06 +0000 (Sat, 10 May 2008)
New Revision: 10523

Added:
   branches/kde4/packages/kdelibs/debian/patches/01_use_inotify_as_kdirwatch_backend_r805437.diff
Modified:
   branches/kde4/packages/kdelibs/debian/changelog
   branches/kde4/packages/kdelibs/debian/patches/series
Log:
* Add 01_use_inotify_as_kdirwatch_backend_r805437 patch:
  Make inotify the default backend of KDirWatch. At about that time kded4
  started flaking out because it got stuck in libfam. This is a workaround
  until FAM backend is fixed.


Modified: branches/kde4/packages/kdelibs/debian/changelog
===================================================================
--- branches/kde4/packages/kdelibs/debian/changelog	2008-05-10 07:02:30 UTC (rev 10522)
+++ branches/kde4/packages/kdelibs/debian/changelog	2008-05-10 07:32:06 UTC (rev 10523)
@@ -18,6 +18,11 @@
     dbus-1 XML interfaces.
 
   +++ Changes by Fathi Boudra:
+
+  * Add 01_use_inotify_as_kdirwatch_backend_r805437 patch:
+    Make inotify the default backend of KDirWatch. At about that time kded4
+    started flaking out because it got stuck in libfam. This is a workaround
+    until FAM backend is fixed.
   * Add 20 patch to use DejaVu font as default font.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 04 May 2008 23:37:47 +0200

Added: branches/kde4/packages/kdelibs/debian/patches/01_use_inotify_as_kdirwatch_backend_r805437.diff
===================================================================
--- branches/kde4/packages/kdelibs/debian/patches/01_use_inotify_as_kdirwatch_backend_r805437.diff	                        (rev 0)
+++ branches/kde4/packages/kdelibs/debian/patches/01_use_inotify_as_kdirwatch_backend_r805437.diff	2008-05-10 07:32:06 UTC (rev 10523)
@@ -0,0 +1,11 @@
+--- a/kio/kio/kdirwatch.cpp
++++ b/kio/kio/kdirwatch.cpp
+@@ -124,7 +124,7 @@
+   m_nfsPollInterval = config.readEntry("NFSPollInterval", 5000);
+   m_PollInterval = config.readEntry("PollInterval", 500);
+ 
+-  QString method = config.readEntry("PreferredMethod", "Fam");
++  QString method = config.readEntry("PreferredMethod", "inotify");
+   if (method == "Fam")
+   {
+     m_preferredMethod = Fam;

Modified: branches/kde4/packages/kdelibs/debian/patches/series
===================================================================
--- branches/kde4/packages/kdelibs/debian/patches/series	2008-05-10 07:02:30 UTC (rev 10522)
+++ branches/kde4/packages/kdelibs/debian/patches/series	2008-05-10 07:32:06 UTC (rev 10523)
@@ -1,3 +1,4 @@
+01_use_inotify_as_kdirwatch_backend_r805437.diff
 08_add_debian_build_type.diff
 09_disable_debug_messages_if_not_explicitly_enabled.diff
 10_kdehome_kde4.diff




More information about the pkg-kde-commits mailing list