Browse Source

Stefan Fiedler <stefan.fiedler@students.jku.at>:

This patch enables Linux kernel directory notifications (dnotify) for KDE 3.1.
dnotify is a really nice feature and basically allows applications to be 
notified of changes to (files in) selected directories. It is especially 
useful for a local file browser (eg. Konqueror, but also KDE open/save 
dialogs) to immediately show new or deleted files in a directory. I have 
never compiled KDE without it in the last years.
For details, see /usr/src/linux/Documentation/dnotify.txt.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2005 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Stefan Fiedler 21 years ago
parent
commit
3d71baddd7
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      package/kde31/kdelibs31/kde-31.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -6,6 +6,7 @@
- Andreas V. Meier: fixed rtsp - Andreas V. Meier: fixed rtsp
- Jan Veninga: updated gaim to current version (so msn is working) - Jan Veninga: updated gaim to current version (so msn is working)
- Stefan Fiedler: some more mkdir -p to remove - Stefan Fiedler: some more mkdir -p to remove
enable directory notifications for KDE
- cleanup of tcp_wrappers.conf - cleanup of tcp_wrappers.conf
*) 2003-12-17 (2.0.0-rc3 - 2.0.0-rc4) *) 2003-12-17 (2.0.0-rc3 - 2.0.0-rc4)

+ 1
- 1
package/kde31/kdelibs31/kde-31.conf

@ -19,7 +19,7 @@ export LD_LIBRARY_PATH="$QTDIR/lib:/$prefix/lib:$LD_LIBRARY_PATH"
# KDE specific configure options # KDE specific configure options
confopt="$confopt --with-qt-dir=$QTDIR --with-qt-includes=$QTDIR/include \ confopt="$confopt --with-qt-dir=$QTDIR --with-qt-includes=$QTDIR/include \
--with-qt-libraries=$QTDIR/lib"
--with-qt-libraries=$QTDIR/lib --enable-dnotify"
# --enable-final often breaks things ... # --enable-final often breaks things ...

Loading…
Cancel
Save