summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-05-16 22:18:56 +0000
committerWill Andrews <will@FreeBSD.org>2000-05-16 22:18:56 +0000
commit25b3cdb62836dd772383f8afddf6907776d4995d (patch)
treef6317c74dfec5868c16db9ed64e0201b94aa2c9d /x11
parentUpdate to KDELIBS 1.90, aka KDE2 beta. Let the fun begin! (diff)
Update to KDEBASE 1.90 (aka KDE2 beta).
Repo-copy by: asami
Notes
Notes: svn path=/head/; revision=28499
Diffstat (limited to 'x11')
-rw-r--r--x11/kde4-baseapps/Makefile44
-rw-r--r--x11/kde4-baseapps/distinfo2
-rw-r--r--x11/kde4-baseapps/pkg-plist4106
-rw-r--r--x11/kde4-runtime/Makefile44
-rw-r--r--x11/kde4-runtime/distinfo2
-rw-r--r--x11/kde4-runtime/pkg-plist4106
-rw-r--r--x11/kde4-workspace/Makefile44
-rw-r--r--x11/kde4-workspace/distinfo2
-rw-r--r--x11/kde4-workspace/pkg-plist4106
-rw-r--r--x11/kdebase2/Makefile44
-rw-r--r--x11/kdebase2/distinfo2
-rw-r--r--x11/kdebase2/pkg-plist4106
-rw-r--r--x11/kdebase3/Makefile44
-rw-r--r--x11/kdebase3/distinfo2
-rw-r--r--x11/kdebase3/pkg-plist4106
-rw-r--r--x11/kdebase4-runtime/Makefile44
-rw-r--r--x11/kdebase4-runtime/distinfo2
-rw-r--r--x11/kdebase4-runtime/pkg-plist4106
-rw-r--r--x11/kdebase4-workspace/Makefile44
-rw-r--r--x11/kdebase4-workspace/distinfo2
-rw-r--r--x11/kdebase4-workspace/pkg-plist4106
-rw-r--r--x11/kdebase4/Makefile44
-rw-r--r--x11/kdebase4/distinfo2
-rw-r--r--x11/kdebase4/pkg-plist4106
24 files changed, 13984 insertions, 19232 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile
index 142cb33134f5..639c5c610fdd 100644
--- a/x11/kde4-baseapps/Makefile
+++ b/x11/kde4-baseapps/Makefile
@@ -1,45 +1,33 @@
-# New ports collection makefile for: kdebase
-# Date created: 28 October 1997
-# Whom: Stefan Eßer <se@freebsd.org>
+# New ports collection makefile for: kdebase2
+# Date created: Fri Apr 14 2000 15:05:00 EDT
+# Whom: will
#
# $FreeBSD$
#
PORTNAME= kdebase
-PORTVERSION= 1.1.2
+PORTVERSION= 1.90
CATEGORIES= x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
+MASTER_SITE_SUBDIR= unstable/distribution/tar/src
-MAINTAINER= se@freebsd.org
+MAINTAINER= will@FreeBSD.org
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- kdecore.3:${PORTSDIR}/x11/kdelibs11 \
+LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
Xpm.4:${PORTSDIR}/graphics/xpm \
intl.1:${PORTSDIR}/devel/gettext
+MOC?= ${X11BASE}/bin/moc2
USE_XLIB= yes
USE_BZIP2= yes
-USE_QT= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
- "--with-xdmdir=${X11BASE}/lib/X11/xdm"
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
- INSTALL_SCRIPT="install -c -m 555" \
- PATH="${PATH}:${X11BASE}/bin"
+USE_QT2= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
+ --with-qt-dir=${X11BASE} \
+ --with-qt-includes=${X11BASE}/include/qt2 \
+ --with-qt-libraries=${X11BASE}/lib
+CONFIGURE_ENV+= MOC="${MOC}"
USE_GMAKE= yes
-MAKE_ENV= RM=${RM}
-CFLAGS+= "-I$(PREFIX)/include"
-
-KSSES= kattraction.kss kbanner.kss kbat.kss kblankscrn.kss \
- kblob.kss kbouboule.kss kbsod.kss kflame.kss kforest.kss \
- khop.kss klaser.kss klines.kss klissie.kss kmatrix.kss \
- kmorph3d.kss kpipes.kss kpolygon.kss kpyro.kss krock.kss \
- kscience.kss kslidescreen.kss kslip.kss kspace.kss kswarm.kss
-
-post-install:
-.for KSS in $(KSSES)
- $(CHMOD) 4555 $(PREFIX)/bin/$(KSS)
-.endfor
.include <bsd.port.mk>
diff --git a/x11/kde4-baseapps/distinfo b/x11/kde4-baseapps/distinfo
index 3b5e9ff7e1a1..1c93ddf3d36e 100644
--- a/x11/kde4-baseapps/distinfo
+++ b/x11/kde4-baseapps/distinfo
@@ -1 +1 @@
-MD5 (kdebase-1.1.2.tar.bz2) = 330492b058e8087fca7f1ce350363254
+MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
diff --git a/x11/kde4-baseapps/pkg-plist b/x11/kde4-baseapps/pkg-plist
index 0ac6b849cfd3..7906bc632d7e 100644
--- a/x11/kde4-baseapps/pkg-plist
+++ b/x11/kde4-baseapps/pkg-plist
@@ -1,362 +1,476 @@
+bin/chooser
+bin/drkonqi
+bin/exampleapplet
+bin/eyesapplet
bin/kappfinder
-bin/kappfinder_restart
-bin/kattraction.kss
-bin/kaudioserver
bin/kbanner.kss
bin/kbat.kss
-bin/kbgndwm
bin/kblankscrn.kss
bin/kblob.kss
bin/kbouboule.kss
bin/kbsod.kss
bin/kcheckpass
-bin/kcmbell
-bin/kcmdisplay
-bin/kcmikbd
-bin/kcminfo
-bin/kcminput
-bin/kcmkeys
-bin/kcmkfm
-bin/kcmkonsole
-bin/kcmkpanel
-bin/kcmkwm
-bin/kcmlocale
-bin/kcmsamba
-bin/kcmsyssound
+bin/kcminit
+bin/kcmshell
bin/kcontrol
-bin/kde
-bin/kdehelp
+bin/kdebugdialog
+bin/kdesktop
+bin/kdesu
+bin/kdesud
+bin/kdewizard
bin/kdm
-bin/kdmconfig
bin/kdmdesktop
-bin/kfind
-bin/kflame.kss
-bin/kfm
bin/kfmclient
bin/kfmexec
-bin/kfmsu
-bin/kfmsu2
-bin/kfmwarn
-bin/kfontmanager
-bin/kforest.kss
+bin/khelpcenter
bin/khop.kss
-bin/kikbd
-bin/kioslave
-bin/klaser.kss
+bin/kicker
bin/klines.kss
-bin/klissie.kss
-bin/klock
bin/kmatrix.kss
-bin/kmenuedit
bin/kmorph3d.kss
+bin/konqueror
bin/konsole
bin/konsole_grantpty
-bin/kpager
-bin/kpanel
bin/kpipes.kss
-bin/kplayaudio
bin/kpolygon.kss
+bin/kprintwrapper
bin/kpyro.kss
+bin/krandom.kss
bin/krdb
bin/krock.kss
-bin/krootwm
+bin/krunonce
bin/kscience.kss
bin/kslidescreen.kss
-bin/kslip.kss
+bin/kslideshow.kss
+bin/ksmserver
bin/kspace.kss
bin/kstart
bin/kswarm.kss
-bin/kthememgr
-bin/kvt
-bin/kwm
-bin/kwmcom
-bin/kwmsound
-bin/maudio
-bin/rman
+bin/kwelcome
+bin/kwin
+bin/kwrited
+bin/kxmlrpcd
+bin/kxsconfig
+bin/kxsrun
+bin/man2html
bin/startkde
-bin/unpack
-cgi-bin/helpindex
-cgi-bin/helpsearch
+bin/swallowapplet
+include/KBackgroundIface.h
+include/KDesktopIface.h
+include/KScreensaverIface.h
+include/KWinInterface.h
+include/KonquerorIface.h
+include/kbookmark.h
+include/kbookmarkbar.h
+include/kbookmarkmenu.h
+include/kfileivi.h
+include/knewmenu.h
+include/konq_bgnddlg.h
+include/konq_events.h
+include/konq_propsview.h
+include/konqdefaults.h
+include/konqdirlister.h
+include/konqdrag.h
+include/konqfileitem.h
+include/konqiconviewwidget.h
+include/konqoperations.h
+include/konqpopupmenu.h
+include/konqsettings.h
+lib/kdesktop.la
+lib/kdesktop.so
+lib/kfmclient.la
+lib/kfmclient.so
+lib/kio_help.la
+lib/kio_help.so
+lib/kio_info.la
+lib/kio_info.so
+lib/kio_man.la
+lib/kio_man.so
+lib/kio_nntp.la
+lib/kio_nntp.so
+lib/kio_pop3.la
+lib/kio_pop3.so
+lib/kio_smb.la
+lib/kio_smb.so
+lib/konqueror.la
+lib/konqueror.so
+lib/konsole.la
+lib/konsole.so
+lib/kwin.la
+lib/kwin.so
+lib/kwrited.la
+lib/kwrited.so
+lib/kxmlrpcd.la
+lib/kxmlrpcd.so
+lib/libkasbarapplet.la
+lib/libkasbarapplet.so.1
+lib/libkcm_arts.la
+lib/libkcm_arts.so
+lib/libkcm_clock.la
+lib/libkcm_clock.so
+lib/libkcm_display.la
+lib/libkcm_display.so
+lib/libkcm_drkonqi.la
+lib/libkcm_drkonqi.so
+lib/libkcm_email.la
+lib/libkcm_email.so
+lib/libkcm_filetypes.la
+lib/libkcm_filetypes.so
+lib/libkcm_info.la
+lib/libkcm_info.so
+lib/libkcm_input.la
+lib/libkcm_input.so
+lib/libkcm_kdm.la
+lib/libkcm_kdm.so
+lib/libkcm_keys.la
+lib/libkcm_keys.so
+lib/libkcm_kicker.la
+lib/libkcm_kicker.so
+lib/libkcm_kio.la
+lib/libkcm_kio.so
+lib/libkcm_knotify.la
+lib/libkcm_knotify.so
+lib/libkcm_konq.la
+lib/libkcm_konq.so
+lib/libkcm_konqhtml.la
+lib/libkcm_konqhtml.so
+lib/libkcm_kurifilt.la
+lib/libkcm_kurifilt.so
+lib/libkcm_kwindesktop.la
+lib/libkcm_kwindesktop.so
+lib/libkcm_kwinmouse.la
+lib/libkcm_kwinmouse.so
+lib/libkcm_kwinoptions.la
+lib/libkcm_kwinoptions.so
+lib/libkcm_locale.la
+lib/libkcm_locale.so
+lib/libkcm_passwords.la
+lib/libkcm_passwords.so
+lib/libkcm_samba.la
+lib/libkcm_samba.so
+lib/libkcm_sample.la
+lib/libkcm_sample.so
+lib/libkcm_syssound.la
+lib/libkcm_syssound.so
+lib/libkdateapplet.la
+lib/libkdateapplet.so.1
+lib/libkdockapplet.la
+lib/libkdockapplet.so.1
+lib/libkhelpcenter.la
+lib/libkhelpcenter.so.1
+lib/libkminipagerapplet.la
+lib/libkminipagerapplet.so.1
+lib/libkonq.la
+lib/libkonq.so.3
+lib/libkonqdirtree.la
+lib/libkonqdirtree.so.1
+lib/libkonqiconview.la
+lib/libkonqiconview.so.1
+lib/libkonqlistview.la
+lib/libkonqlistview.so.1
+lib/libkonsole.la
+lib/libkonsole.so.1
+lib/libkoolclockapplet.la
+lib/libkoolclockapplet.so.1
+lib/libkpagerapplet.la
+lib/libkpagerapplet.so.1
+lib/libkpagericon.la
+lib/libkpagericon.so.1
+lib/libkpagerpixmap.la
+lib/libkpagerpixmap.so.1
+lib/libkshorturifilter.la
+lib/libkshorturifilter.so.1
+lib/libktaskbarapplet.la
+lib/libktaskbarapplet.so.1
+lib/libkuriikwsfilter.la
+lib/libkuriikwsfilter.so.1
+lib/libkwinb2.la
+lib/libkwinb2.so.1
+lib/libkwinkstep.la
+lib/libkwinkstep.so.1
+lib/libkwinlaptop.la
+lib/libkwinlaptop.so.1
+lib/libkwinmodernsys.la
+lib/libkwinmodernsys.so.1
+lib/libkwinriscos.la
+lib/libkwinriscos.so.1
+lib/libkwinsystem.la
+lib/libkwinsystem.so.1
+lib/libsmb++.la
+lib/libsmb++.so.0
share/applnk/.directory
share/applnk/Applications/.directory
+share/applnk/Control/.directory
+share/applnk/Control/SysInfo.desktop
+share/applnk/Control/System.desktop
+share/applnk/Control/User.desktop
share/applnk/Games/.directory
share/applnk/Graphics/.directory
-share/applnk/Help.kdelnk
-share/applnk/Home.kdelnk
+share/applnk/Help.desktop
+share/applnk/Home.desktop
share/applnk/Internet/.directory
-share/applnk/KControl.kdelnk
-share/applnk/Kfind.kdelnk
-share/applnk/Krefresh.kdelnk
share/applnk/Multimedia/.directory
share/applnk/Settings/.directory
share/applnk/Settings/Applications/.directory
-share/applnk/Settings/Applications/kdm.kdelnk
-share/applnk/Settings/Applications/kfm.kdelnk
-share/applnk/Settings/Applications/kfmbrowser.kdelnk
-share/applnk/Settings/Applications/panel.kdelnk
-share/applnk/Settings/Desktop/.directory
-share/applnk/Settings/Desktop/background.kdelnk
-share/applnk/Settings/Desktop/borders.kdelnk
-share/applnk/Settings/Desktop/colors.kdelnk
-share/applnk/Settings/Desktop/fonts.kdelnk
-share/applnk/Settings/Desktop/icons.kdelnk
-share/applnk/Settings/Desktop/kthememgr.kdelnk
-share/applnk/Settings/Desktop/language.kdelnk
-share/applnk/Settings/Desktop/screensaver.kdelnk
-share/applnk/Settings/Desktop/style.kdelnk
+share/applnk/Settings/Applications/System/kdm.desktop
+share/applnk/Settings/Applications/drkonqi.desktop
+share/applnk/Settings/Browsing/.directory
+share/applnk/Settings/Browsing/Files/filetypes.desktop
+share/applnk/Settings/Browsing/Files/kcmkonq.desktop
+share/applnk/Settings/Browsing/Neighbourhood/smb.desktop
+share/applnk/Settings/Browsing/Web/cookies.desktop
+share/applnk/Settings/Browsing/Web/ebrowsing.desktop
+share/applnk/Settings/Browsing/Web/konqhtml.desktop
+share/applnk/Settings/Browsing/Web/proxy.desktop
+share/applnk/Settings/Browsing/Web/useragent.desktop
share/applnk/Settings/Information/.directory
-share/applnk/Settings/Information/devices.kdelnk
-share/applnk/Settings/Information/dma.kdelnk
-share/applnk/Settings/Information/interrupts.kdelnk
-share/applnk/Settings/Information/ioports.kdelnk
-share/applnk/Settings/Information/memory.kdelnk
-share/applnk/Settings/Information/partitions.kdelnk
-share/applnk/Settings/Information/pci.kdelnk
-share/applnk/Settings/Information/processor.kdelnk
-share/applnk/Settings/Information/scsi.kdelnk
-share/applnk/Settings/Information/smbstatus.kdelnk
-share/applnk/Settings/Information/sound.kdelnk
-share/applnk/Settings/Information/xserver.kdelnk
-share/applnk/Settings/Input_Devices/.directory
-share/applnk/Settings/Input_Devices/kcmikbd.kdelnk
-share/applnk/Settings/Input_Devices/keyboard.kdelnk
-share/applnk/Settings/Input_Devices/mouse.kdelnk
-share/applnk/Settings/Keys/.directory
-share/applnk/Settings/Keys/global.kdelnk
-share/applnk/Settings/Keys/standard.kdelnk
-share/applnk/Settings/Network/.directory
+share/applnk/Settings/Information/devices.desktop
+share/applnk/Settings/Information/dma.desktop
+share/applnk/Settings/Information/interrupts.desktop
+share/applnk/Settings/Information/ioports.desktop
+share/applnk/Settings/Information/memory.desktop
+share/applnk/Settings/Information/partitions.desktop
+share/applnk/Settings/Information/pci.desktop
+share/applnk/Settings/Information/processor.desktop
+share/applnk/Settings/Information/scsi.desktop
+share/applnk/Settings/Information/smbstatus.desktop
+share/applnk/Settings/Information/sound.desktop
+share/applnk/Settings/Information/xserver.desktop
+share/applnk/Settings/LookNFeel/.directory
+share/applnk/Settings/LookNFeel/Desktop/.directory
+share/applnk/Settings/LookNFeel/Desktop/advanced.desktop
+share/applnk/Settings/LookNFeel/Desktop/background.desktop
+share/applnk/Settings/LookNFeel/Desktop/borders.desktop
+share/applnk/Settings/LookNFeel/Desktop/desktop.desktop
+share/applnk/Settings/LookNFeel/Desktop/icons.desktop
+share/applnk/Settings/LookNFeel/Themes/style.desktop
+share/applnk/Settings/LookNFeel/Windows/.directory
+share/applnk/Settings/LookNFeel/Windows/actions.desktop
+share/applnk/Settings/LookNFeel/Windows/mouse.desktop
+share/applnk/Settings/LookNFeel/colors.desktop
+share/applnk/Settings/LookNFeel/fonts.desktop
+share/applnk/Settings/LookNFeel/kcmnotify.desktop
+share/applnk/Settings/LookNFeel/keys.desktop
+share/applnk/Settings/LookNFeel/panel.desktop
+share/applnk/Settings/LookNFeel/screensaver.desktop
+share/applnk/Settings/Peripherals/.directory
+share/applnk/Settings/Peripherals/keyboard.desktop
+share/applnk/Settings/Peripherals/mouse.desktop
+share/applnk/Settings/Personalization/.directory
+share/applnk/Settings/Personalization/email.desktop
+share/applnk/Settings/Personalization/language.desktop
+share/applnk/Settings/Personalization/passwords.desktop
+share/applnk/Settings/PowerControl/.directory
+share/applnk/Settings/PowerControl/energy.desktop
share/applnk/Settings/Sound/.directory
-share/applnk/Settings/Sound/bell.kdelnk
-share/applnk/Settings/Sound/syssound.kdelnk
-share/applnk/Settings/Windows/.directory
-share/applnk/Settings/Windows/advanced.kdelnk
-share/applnk/Settings/Windows/buttons.kdelnk
-share/applnk/Settings/Windows/mouse.kdelnk
-share/applnk/Settings/Windows/properties.kdelnk
-share/applnk/Settings/Windows/titlebar.kdelnk
+share/applnk/Settings/Sound/arts.desktop
+share/applnk/Settings/Sound/syssound.desktop
+share/applnk/Settings/System/clock.desktop
share/applnk/System/.directory
-share/applnk/System/Arrange.kdelnk
-share/applnk/System/Kfontmanager.kdelnk
-share/applnk/System/kappfinder.kdelnk
-share/applnk/System/kfmsu.kdelnk
-share/applnk/System/kikbd.kdelnk
-share/applnk/System/kpager.kdelnk
-share/applnk/Trash.kdelnk
+share/applnk/System/Arrange.desktop
+share/applnk/System/ScreenSavers/.directory
+share/applnk/System/ScreenSavers/KAttration.desktop
+share/applnk/System/ScreenSavers/KBanner.desktop
+share/applnk/System/ScreenSavers/KBat.desktop
+share/applnk/System/ScreenSavers/KBlankscreen.desktop
+share/applnk/System/ScreenSavers/KBlob.desktop
+share/applnk/System/ScreenSavers/KBouboule.desktop
+share/applnk/System/ScreenSavers/KBsod.desktop
+share/applnk/System/ScreenSavers/KFlame.desktop
+share/applnk/System/ScreenSavers/KForest.desktop
+share/applnk/System/ScreenSavers/KHop.desktop
+share/applnk/System/ScreenSavers/KLaser.desktop
+share/applnk/System/ScreenSavers/KLines.desktop
+share/applnk/System/ScreenSavers/KLissie.desktop
+share/applnk/System/ScreenSavers/KMatrix.desktop
+share/applnk/System/ScreenSavers/KMorph3D.desktop
+share/applnk/System/ScreenSavers/KPipes.desktop
+share/applnk/System/ScreenSavers/KPolygon.desktop
+share/applnk/System/ScreenSavers/KPyro.desktop
+share/applnk/System/ScreenSavers/KRandom.desktop
+share/applnk/System/ScreenSavers/KRock.desktop
+share/applnk/System/ScreenSavers/KScience.desktop
+share/applnk/System/ScreenSavers/KSlidescreen.desktop
+share/applnk/System/ScreenSavers/KSlideshow.desktop
+share/applnk/System/ScreenSavers/KSlip.desktop
+share/applnk/System/ScreenSavers/KSpace.desktop
+share/applnk/System/ScreenSavers/KSwarm.desktop
+share/applnk/System/ScreenSavers/Worm.desktop
+share/applnk/System/kappfinder.desktop
+share/applnk/System/kfmclient.desktop
+share/applnk/System/konquerorsu.desktop
+share/applnk/System/konsole.desktop
+share/applnk/System/konsolesu.desktop
+share/applnk/Trash.desktop
share/applnk/Utilities/.directory
-share/applnk/Utilities/KMenuEdit.kdelnk
-share/applnk/Utilities/konsole.kdelnk
-share/applnk/Utilities/kvt.kdelnk
+share/applnk/Utilities/kdewizard.desktop
+share/applnk/Utilities/passwd.desktop
+share/applnk/Utilities/xclipboard.desktop
+share/applnk/Utilities/xclock.desktop
+share/applnk/Utilities/xconsole.desktop
+share/applnk/Utilities/xterm.desktop
+share/apps/drkonqi/pics/konqi.png
+share/apps/drkonqi/presets/developerrc
+share/apps/drkonqi/presets/enduserrc
share/apps/kappfinder/apps/.directory
share/apps/kappfinder/apps/Development/.directory
-share/apps/kappfinder/apps/Development/ddd.kdelnk
-share/apps/kappfinder/apps/Development/dlgedit.kdelnk
+share/apps/kappfinder/apps/Development/ddd.desktop
+share/apps/kappfinder/apps/Development/dlgedit.desktop
share/apps/kappfinder/apps/Editors/.directory
-share/apps/kappfinder/apps/Editors/emacs.kdelnk
-share/apps/kappfinder/apps/Editors/lemacs.kdelnk
-share/apps/kappfinder/apps/Editors/nedit.kdelnk
-share/apps/kappfinder/apps/Editors/xedit.kdelnk
-share/apps/kappfinder/apps/Editors/xemacs.kdelnk
-share/apps/kappfinder/apps/Graphic/.directory
-share/apps/kappfinder/apps/Graphic/acroread.kdelnk
-share/apps/kappfinder/apps/Graphic/xfig.kdelnk
-share/apps/kappfinder/apps/Graphic/xpaint.kdelnk
-share/apps/kappfinder/apps/Graphic/xv.kdelnk
+share/apps/kappfinder/apps/Editors/emacs.desktop
+share/apps/kappfinder/apps/Editors/gvim.desktop
+share/apps/kappfinder/apps/Editors/lemacs.desktop
+share/apps/kappfinder/apps/Editors/nedit.desktop
+share/apps/kappfinder/apps/Editors/xedit.desktop
+share/apps/kappfinder/apps/Editors/xemacs.desktop
+share/apps/kappfinder/apps/Graphics/.directory
+share/apps/kappfinder/apps/Graphics/acroread.desktop
+share/apps/kappfinder/apps/Graphics/gimp.desktop
+share/apps/kappfinder/apps/Graphics/xfig.desktop
+share/apps/kappfinder/apps/Graphics/xpaint.desktop
+share/apps/kappfinder/apps/Graphics/xv.desktop
share/apps/kappfinder/apps/Internet/.directory
-share/apps/kappfinder/apps/Internet/arena.kdelnk
-share/apps/kappfinder/apps/Internet/coolmail.kdelnk
-share/apps/kappfinder/apps/Internet/netscape.kdelnk
-share/apps/kappfinder/apps/Internet/pine.kdelnk
-share/apps/kappfinder/apps/Internet/xbiff.kdelnk
-share/apps/kappfinder/apps/Internet/xfmail.kdelnk
-share/apps/kappfinder/apps/Internet/xftp.kdelnk
+share/apps/kappfinder/apps/Internet/arena.desktop
+share/apps/kappfinder/apps/Internet/coolmail.desktop
+share/apps/kappfinder/apps/Internet/netscape.desktop
+share/apps/kappfinder/apps/Internet/pine.desktop
+share/apps/kappfinder/apps/Internet/xbiff.desktop
+share/apps/kappfinder/apps/Internet/xfmail.desktop
+share/apps/kappfinder/apps/Internet/xftp.desktop
+share/apps/kappfinder/apps/Multimedia/.directory
+share/apps/kappfinder/apps/Multimedia/xmms.desktop
share/apps/kappfinder/apps/Office/.directory
-share/apps/kappfinder/apps/Office/Applix.kdelnk
-share/apps/kappfinder/apps/Office/XAcc.kdelnk
-share/apps/kappfinder/apps/Office/XsLite.kdelnk
-share/apps/kappfinder/apps/Office/plan.kdelnk
+share/apps/kappfinder/apps/Office/Applix.desktop
+share/apps/kappfinder/apps/Office/XAcc.desktop
+share/apps/kappfinder/apps/Office/XsLite.desktop
+share/apps/kappfinder/apps/Office/plan.desktop
share/apps/kappfinder/apps/System/.directory
-share/apps/kappfinder/apps/System/xosview.kdelnk
+share/apps/kappfinder/apps/System/ScreenSavers/.directory
+share/apps/kappfinder/apps/System/ScreenSavers/Ant.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Atlantis.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Attraction.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Braid.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubble3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubbles.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cage.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Compass.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Coral.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Crystal.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cynosure.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Drift.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Fadeplot.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flag.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flow.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Forest.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/GLPlanet.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Galaxy.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Gears.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Goop.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Grav.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hopalong.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hypercube.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Ifs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Imsmap.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Interference.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Julia.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kaleidescope.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kumppa.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/LMorph.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lament.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Laser.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lightning.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lissie.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Moenius.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Penrose.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Phosphor.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Pulsar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Rubik.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sonar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sproingies.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Stairs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Starfish.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Strange.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Superquadrics.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Swirl.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/T3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Triangle.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Vines.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Worm.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XFlame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XJack.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XMatrix.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XPipes.desktop
+share/apps/kappfinder/apps/System/sam.desktop
+share/apps/kappfinder/apps/System/xosview.desktop
share/apps/kappfinder/apps/Toys/.directory
-share/apps/kappfinder/apps/Toys/xeyes.kdelnk
-share/apps/kappfinder/apps/Toys/xpinguin.kdelnk
+share/apps/kappfinder/apps/Toys/xeyes.desktop
+share/apps/kappfinder/apps/Toys/xpinguin.desktop
share/apps/kappfinder/apps/Utilities/.directory
-share/apps/kappfinder/apps/Utilities/passwd.kdelnk
-share/apps/kappfinder/apps/Utilities/xcalc.kdelnk
-share/apps/kappfinder/apps/Utilities/xclipboard.kdelnk
-share/apps/kappfinder/apps/Utilities/xclock.kdelnk
-share/apps/kappfinder/apps/Utilities/xconsole.kdelnk
-share/apps/kappfinder/apps/Utilities/xload.kdelnk
-share/apps/kappfinder/apps/Utilities/xterm.kdelnk
+share/apps/kappfinder/apps/Utilities/jar.desktop
+share/apps/kappfinder/apps/Utilities/passwd.desktop
+share/apps/kappfinder/apps/Utilities/xcalc.desktop
+share/apps/kappfinder/apps/Utilities/xclipboard.desktop
+share/apps/kappfinder/apps/Utilities/xclock.desktop
+share/apps/kappfinder/apps/Utilities/xconsole.desktop
+share/apps/kappfinder/apps/Utilities/xload.desktop
+share/apps/kappfinder/apps/Utilities/xterm.desktop
share/apps/kappfinder/apps/WordProcessing/.directory
-share/apps/kappfinder/apps/WordProcessing/WordPerfect.kdelnk
-share/apps/kappfinder/apps/WordProcessing/acroread.kdelnk
-share/apps/kappfinder/apps/WordProcessing/ghostview.kdelnk
-share/apps/kappfinder/apps/WordProcessing/gv.kdelnk
-share/apps/kappfinder/apps/WordProcessing/lyx.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xdvi.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xpdf.kdelnk
-share/apps/kappfinder/pics/acroread.xpm
-share/apps/kappfinder/pics/applix.xpm
-share/apps/kappfinder/pics/applixware.xpm
-share/apps/kappfinder/pics/civctp.xpm
-share/apps/kappfinder/pics/dlgedit.xpm
-share/apps/kappfinder/pics/edit.xpm
-share/apps/kappfinder/pics/emacs.xpm
-share/apps/kappfinder/pics/email.xpm
-share/apps/kappfinder/pics/gimp.xpm
-share/apps/kappfinder/pics/gnu.xpm
-share/apps/kappfinder/pics/gs.xpm
-share/apps/kappfinder/pics/gv.xpm
-share/apps/kappfinder/pics/large/acroread.xpm
-share/apps/kappfinder/pics/large/applixware.xpm
-share/apps/kappfinder/pics/large/civctp.xpm
-share/apps/kappfinder/pics/large/dlgedit.xpm
-share/apps/kappfinder/pics/large/edit.xpm
-share/apps/kappfinder/pics/large/gimp.xpm
-share/apps/kappfinder/pics/large/gnu.xpm
-share/apps/kappfinder/pics/large/gs.xpm
-share/apps/kappfinder/pics/large/gv.xpm
-share/apps/kappfinder/pics/large/lyx.xpm
-share/apps/kappfinder/pics/large/mathematica.xpm
-share/apps/kappfinder/pics/large/mozilla.xpm
-share/apps/kappfinder/pics/large/nedit.xpm
-share/apps/kappfinder/pics/large/penguin.xpm
-share/apps/kappfinder/pics/large/plan.xpm
-share/apps/kappfinder/pics/large/quake2.xpm
-share/apps/kappfinder/pics/large/quake3.xpm
-share/apps/kappfinder/pics/large/wabi.xpm
-share/apps/kappfinder/pics/large/wordperfect.xpm
-share/apps/kappfinder/pics/large/x.xpm
-share/apps/kappfinder/pics/large/xcalc.xpm
-share/apps/kappfinder/pics/large/xclipboard.xpm
-share/apps/kappfinder/pics/large/xclock.xpm
-share/apps/kappfinder/pics/large/xconsole.xpm
-share/apps/kappfinder/pics/large/xedit.xpm
-share/apps/kappfinder/pics/large/xephem.xpm
-share/apps/kappfinder/pics/large/xeyes.xpm
-share/apps/kappfinder/pics/large/xfig.xpm
-share/apps/kappfinder/pics/large/xfmail.xpm
-share/apps/kappfinder/pics/large/xload.xpm
-share/apps/kappfinder/pics/large/xosview.xpm
-share/apps/kappfinder/pics/large/xpaint.xpm
-share/apps/kappfinder/pics/large/xpdf.xpm
-share/apps/kappfinder/pics/large/xv.xpm
-share/apps/kappfinder/pics/lyx.xpm
-share/apps/kappfinder/pics/mathematica.xpm
-share/apps/kappfinder/pics/mini/acroread.xpm
-share/apps/kappfinder/pics/mini/applixware.xpm
-share/apps/kappfinder/pics/mini/civctp.xpm
-share/apps/kappfinder/pics/mini/dlgedit.xpm
-share/apps/kappfinder/pics/mini/edit.xpm
-share/apps/kappfinder/pics/mini/emacs.xpm
-share/apps/kappfinder/pics/mini/email.xpm
-share/apps/kappfinder/pics/mini/gimp.xpm
-share/apps/kappfinder/pics/mini/gnu.xpm
-share/apps/kappfinder/pics/mini/gv.xpm
-share/apps/kappfinder/pics/mini/lyx.xpm
-share/apps/kappfinder/pics/mini/mathematica.xpm
-share/apps/kappfinder/pics/mini/mini-plan.xpm
-share/apps/kappfinder/pics/mini/mini-xslight.xpm
-share/apps/kappfinder/pics/mini/mozilla.xpm
-share/apps/kappfinder/pics/mini/nedit.xpm
-share/apps/kappfinder/pics/mini/netscape.xpm
-share/apps/kappfinder/pics/mini/penguin.xpm
-share/apps/kappfinder/pics/mini/pinguin.xpm
-share/apps/kappfinder/pics/mini/plan.xpm
-share/apps/kappfinder/pics/mini/quake2.xpm
-share/apps/kappfinder/pics/mini/quake3.xpm
-share/apps/kappfinder/pics/mini/vmware.xpm
-share/apps/kappfinder/pics/mini/wabi.xpm
-share/apps/kappfinder/pics/mini/wordperfect.xpm
-share/apps/kappfinder/pics/mini/wp.xpm
-share/apps/kappfinder/pics/mini/x.xpm
-share/apps/kappfinder/pics/mini/xcalc.xpm
-share/apps/kappfinder/pics/mini/xclipboard.xpm
-share/apps/kappfinder/pics/mini/xclock.xpm
-share/apps/kappfinder/pics/mini/xconsole.xpm
-share/apps/kappfinder/pics/mini/xedit.xpm
-share/apps/kappfinder/pics/mini/xemacs.xpm
-share/apps/kappfinder/pics/mini/xephem.xpm
-share/apps/kappfinder/pics/mini/xeyes.xpm
-share/apps/kappfinder/pics/mini/xfig.xpm
-share/apps/kappfinder/pics/mini/xfmail.xpm
-share/apps/kappfinder/pics/mini/xload.xpm
-share/apps/kappfinder/pics/mini/xosview.xpm
-share/apps/kappfinder/pics/mini/xpaint.xpm
-share/apps/kappfinder/pics/mini/xpdf.xpm
-share/apps/kappfinder/pics/mini/xv.xpm
-share/apps/kappfinder/pics/mozilla.xpm
-share/apps/kappfinder/pics/nedit.xpm
-share/apps/kappfinder/pics/netscape.xpm
-share/apps/kappfinder/pics/nogo.xpm
-share/apps/kappfinder/pics/penguin.xpm
-share/apps/kappfinder/pics/pinguin.xpm
-share/apps/kappfinder/pics/plan.xpm
-share/apps/kappfinder/pics/quake2.xpm
-share/apps/kappfinder/pics/quake3.xpm
-share/apps/kappfinder/pics/wabi.xpm
-share/apps/kappfinder/pics/wordperfect.xpm
-share/apps/kappfinder/pics/wp.xpm
-share/apps/kappfinder/pics/x.xpm
-share/apps/kappfinder/pics/xcalc.xpm
-share/apps/kappfinder/pics/xclipboard.xpm
-share/apps/kappfinder/pics/xclock.xpm
-share/apps/kappfinder/pics/xconsole.xpm
-share/apps/kappfinder/pics/xedit.xpm
-share/apps/kappfinder/pics/xemacs.xpm
-share/apps/kappfinder/pics/xephem.xpm
-share/apps/kappfinder/pics/xeyes.xpm
-share/apps/kappfinder/pics/xfig.xpm
-share/apps/kappfinder/pics/xfmail.xpm
-share/apps/kappfinder/pics/xftp.xpm
-share/apps/kappfinder/pics/xload.xpm
-share/apps/kappfinder/pics/xosview.xpm
-share/apps/kappfinder/pics/xpaint.xpm
-share/apps/kappfinder/pics/xpdf.xpm
-share/apps/kappfinder/pics/xv.xpm
-share/apps/kcmlocale/pics/flag_C.gif
-share/apps/kcmlocale/pics/flag_br.gif
-share/apps/kcmlocale/pics/flag_ca.gif
-share/apps/kcmlocale/pics/flag_cs.gif
-share/apps/kcmlocale/pics/flag_da.gif
-share/apps/kcmlocale/pics/flag_de.gif
-share/apps/kcmlocale/pics/flag_de_CH.gif
-share/apps/kcmlocale/pics/flag_el.gif
-share/apps/kcmlocale/pics/flag_en.gif
-share/apps/kcmlocale/pics/flag_en_UK.gif
-share/apps/kcmlocale/pics/flag_eo.gif
-share/apps/kcmlocale/pics/flag_es.gif
-share/apps/kcmlocale/pics/flag_et.gif
-share/apps/kcmlocale/pics/flag_fi.gif
-share/apps/kcmlocale/pics/flag_fr.gif
-share/apps/kcmlocale/pics/flag_fr_CA.gif
-share/apps/kcmlocale/pics/flag_fr_CH.gif
-share/apps/kcmlocale/pics/flag_he.gif
-share/apps/kcmlocale/pics/flag_hr.gif
-share/apps/kcmlocale/pics/flag_hu.gif
-share/apps/kcmlocale/pics/flag_is.gif
-share/apps/kcmlocale/pics/flag_it.gif
-share/apps/kcmlocale/pics/flag_ja.gif
-share/apps/kcmlocale/pics/flag_ko.gif
-share/apps/kcmlocale/pics/flag_mk.gif
-share/apps/kcmlocale/pics/flag_nl.gif
-share/apps/kcmlocale/pics/flag_no.gif
-share/apps/kcmlocale/pics/flag_pl.gif
-share/apps/kcmlocale/pics/flag_pt.gif
-share/apps/kcmlocale/pics/flag_pt_BR.gif
-share/apps/kcmlocale/pics/flag_ro.gif
-share/apps/kcmlocale/pics/flag_ru.gif
-share/apps/kcmlocale/pics/flag_se.gif
-share/apps/kcmlocale/pics/flag_sk.gif
-share/apps/kcmlocale/pics/flag_sl.gif
-share/apps/kcmlocale/pics/flag_sv.gif
-share/apps/kcmlocale/pics/flag_tr.gif
-share/apps/kcmlocale/pics/flag_us_eu.gif
-share/apps/kcmlocale/pics/flag_zh_CN.GB2312.gif
-share/apps/kcmlocale/pics/flag_zh_TW.Big5.gif
-share/apps/kcontrol/pics/kdekcc.xpm
-share/apps/kdisknav/KDE.kdelnk
-share/apps/kdisknav/Root.kdelnk
+share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop
+share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop
+share/apps/kappfinder/apps/WordProcessing/acroread.desktop
+share/apps/kappfinder/apps/WordProcessing/ghostview.desktop
+share/apps/kappfinder/apps/WordProcessing/gv.desktop
+share/apps/kappfinder/apps/WordProcessing/lyx.desktop
+share/apps/kappfinder/apps/WordProcessing/xdvi.desktop
+share/apps/kappfinder/apps/WordProcessing/xpdf.desktop
+share/apps/kcontrol/kcontrolui.rc
+share/apps/kcontrol/pics/energybig.png
+share/apps/kcontrol/pics/logo.png
+share/apps/kcontrol/pics/mini-world.png
+share/apps/kcontrol/pics/monitor.png
+share/apps/kcontrol/pics/onlyone.png
+share/apps/kcontrol/pics/overlapping.png
+share/apps/kcontrol/pics/wizard.png
+share/apps/kdesktop/DesktopLinks/Home.desktop
+share/apps/kdesktop/directory.autostart
+share/apps/kdesktop/directory.desktop
+share/apps/kdesktop/directory.templates
+share/apps/kdesktop/directory.trash
+share/apps/kdesktop/patterns/fish.desktop
+share/apps/kdesktop/patterns/fish.png
+share/apps/kdesktop/patterns/flowers.desktop
+share/apps/kdesktop/patterns/flowers.png
+share/apps/kdesktop/patterns/night-rock.desktop
+share/apps/kdesktop/patterns/night-rock.jpg
+share/apps/kdesktop/patterns/pavement.desktop
+share/apps/kdesktop/patterns/pavement.png
+share/apps/kdesktop/patterns/rattan.desktop
+share/apps/kdesktop/patterns/rattan.png
+share/apps/kdesktop/patterns/stonewall2.desktop
+share/apps/kdesktop/patterns/stonewall2.png
+share/apps/kdesktop/patterns/triangles.desktop
+share/apps/kdesktop/patterns/triangles.png
+share/apps/kdesktop/pics/ksslogo.png
+share/apps/kdesktop/pics/splash.png
+share/apps/kdesktop/programs/xearth.desktop
+share/apps/kdesktop/programs/xglobe.desktop
+share/apps/kdewizard/html/intro.html
+share/apps/kdewizard/html/kdelogo.png
+share/apps/kdewizard/html/wizard.png
+share/apps/kdewizard/html/wizard_small.png
+share/apps/kdewizard/kdedevel.desktop
+share/apps/kdewizard/kdeftp.desktop
+share/apps/kdewizard/kdewww.desktop
+share/apps/kdewizard/pics/beostheme.png
+share/apps/kdewizard/pics/kdedevel.png
+share/apps/kdewizard/pics/kdeftp.png
+share/apps/kdewizard/pics/kdehome.png
+share/apps/kdewizard/pics/kdetheme.png
+share/apps/kdewizard/pics/mactheme.png
+share/apps/kdewizard/pics/printer.png
+share/apps/kdewizard/pics/wintheme.png
+share/apps/kdewizard/printer.desktop
share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad
share/apps/kdisplay/app-defaults/AAAMotif.ad
share/apps/kdisplay/app-defaults/AAATk.ad
@@ -367,2090 +481,1300 @@ share/apps/kdisplay/app-defaults/ML.ad
share/apps/kdisplay/app-defaults/Nedit.ad
share/apps/kdisplay/app-defaults/Netscape.ad
share/apps/kdisplay/app-defaults/RVPlayer.ad
+share/apps/kdisplay/app-defaults/WPerfect.ad
share/apps/kdisplay/app-defaults/XCalc.ad
share/apps/kdisplay/app-defaults/XTerm.ad
share/apps/kdisplay/app-defaults/XV.ad
-share/apps/kdisplay/app-defaults/XWp.ad
share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc
share/apps/kdisplay/color-schemes/BeOS.kcsrc
share/apps/kdisplay/color-schemes/BlueSlate.kcsrc
share/apps/kdisplay/color-schemes/CDE.kcsrc
+share/apps/kdisplay/color-schemes/DarkBlue.kcsrc
share/apps/kdisplay/color-schemes/DesertRed.kcsrc
share/apps/kdisplay/color-schemes/DigitalCDE.kcsrc
+share/apps/kdisplay/color-schemes/Next.kcsrc
share/apps/kdisplay/color-schemes/PaleGray.kcsrc
share/apps/kdisplay/color-schemes/Pumpkin.kcsrc
share/apps/kdisplay/color-schemes/SolarisCDE.kcsrc
share/apps/kdisplay/color-schemes/Storm.kcsrc
+share/apps/kdisplay/color-schemes/System.kcsrc
share/apps/kdisplay/color-schemes/Windows95.kcsrc
-share/apps/kdm/pics/kdeflower.xpm
-share/apps/kdm/pics/kdelogo.xpm
-share/apps/kdm/pics/session_kde.xpm
-share/apps/kdm/pics/users/default.xpm
-share/apps/kdm/pics/users/default2.xpm
-share/apps/kdm/pics/users/root.xpm
-share/apps/kdm/pics/users/root2.xpm
-share/apps/kdmconfig/pics/monitor.xpm
-share/apps/kfind/toolbar/archive.xpm
-share/apps/kfind/toolbar/delete.xpm
-share/apps/kfind/toolbar/idea.xpm
-share/apps/kfind/toolbar/info.xpm
-share/apps/kfind/toolbar/openfile.xpm
-share/apps/kfind/toolbar/save.xpm
-share/apps/kfind/toolbar/search.xpm
-share/apps/kfm/Desktop/Templates/Device.kdelnk
-share/apps/kfm/Desktop/Templates/Ftpurl.kdelnk
-share/apps/kfm/Desktop/Templates/MimeType.kdelnk
-share/apps/kfm/Desktop/Templates/Program.kdelnk
-share/apps/kfm/Desktop/Templates/URL.kdelnk
-share/apps/kfm/Desktop/Templates/WWWUrl.kdelnk
-share/apps/kfm/directory.autostart
-share/apps/kfm/directory.desktop
-share/apps/kfm/directory.templates
-share/apps/kfm/directory.trash
-share/apps/kfm/pics/close.xpm
-share/apps/kfm/pics/exclamation.xpm
-share/apps/kfm/pics/info.xpm
-share/apps/kfm/pics/kde1.xpm
-share/apps/kfm/pics/kde2.xpm
-share/apps/kfm/pics/kde3.xpm
-share/apps/kfm/pics/kde4.xpm
-share/apps/kfm/pics/kde5.xpm
-share/apps/kfm/pics/kde6.xpm
-share/apps/kfm/pics/kde7.xpm
-share/apps/kfm/pics/kde8.xpm
-share/apps/kfm/pics/kde9.xpm
-share/apps/kfm/pics/kmultiple.xpm
-share/apps/kfm/pics/large-kmultiple.xpm
-share/apps/kfm/pics/open.xpm
-share/apps/kfm/pics/question.xpm
-share/apps/kfm/pics/stopsign.xpm
-share/apps/kikbd/bg.kimap
-share/apps/kikbd/cf.kimap
-share/apps/kikbd/codes/hp9000hil-107.kimap
-share/apps/kikbd/codes/pc-win.kimap
-share/apps/kikbd/codes/pc101.kimap
-share/apps/kikbd/codes/pc102.kimap
-share/apps/kikbd/csp.kimap
-share/apps/kikbd/csy.kimap
-share/apps/kikbd/csz.kimap
-share/apps/kikbd/de.kimap
-share/apps/kikbd/de_ch.kimap
-share/apps/kikbd/dv.kimap
-share/apps/kikbd/dva.kimap
-share/apps/kikbd/el1.kimap
-share/apps/kikbd/el7.kimap
-share/apps/kikbd/en.kimap
-share/apps/kikbd/es.kimap
-share/apps/kikbd/et.kimap
-share/apps/kikbd/fi.kimap
-share/apps/kikbd/fr.kimap
-share/apps/kikbd/fr_ch.kimap
-share/apps/kikbd/he.kimap
-share/apps/kikbd/hr.kimap
-share/apps/kikbd/hu.kimap
-share/apps/kikbd/is.kimap
-share/apps/kikbd/it.kimap
-share/apps/kikbd/la.kimap
-share/apps/kikbd/lt.kimap
-share/apps/kikbd/no.kimap
-share/apps/kikbd/pl.kimap
-share/apps/kikbd/plnew.kimap
-share/apps/kikbd/pt-acc.kimap
-share/apps/kikbd/pt.kimap
-share/apps/kikbd/ro.kimap
-share/apps/kikbd/ru.kimap
-share/apps/kikbd/rua.kimap
-share/apps/kikbd/rui.kimap
-share/apps/kikbd/rum.kimap
-share/apps/kikbd/rumcyr.kimap
-share/apps/kikbd/ruw.kimap
-share/apps/kikbd/ruwm.kimap
-share/apps/kikbd/se.kimap
-share/apps/kikbd/skp.kimap
-share/apps/kikbd/sky.kimap
-share/apps/kikbd/skz.kimap
-share/apps/kikbd/sv.kimap
-share/apps/kikbd/th.kimap
-share/apps/kikbd/trq.kimap
-share/apps/kikbd/ua.kimap
-share/apps/kikbd/uam.kimap
-share/apps/kikbd/uaw.kimap
-share/apps/kikbd/uawm.kimap
-share/apps/kikbd/weu.kimap
+share/apps/kdm/pics/kdeflower.png
+share/apps/kdm/pics/kdelogo.png
+share/apps/kdm/pics/users/default.png
+share/apps/kdm/pics/users/default2.png
+share/apps/kdm/pics/users/root.png
+share/apps/kdm/pics/users/root2.png
+share/apps/khelpcenter/plugins/Tutorials/.directory
+share/apps/khelpcenter/plugins/Tutorials/quickstart.kdelnk
+share/apps/kicker/default/personal_directory
+share/apps/kicker/internalapplets/kasbarapplet.desktop
+share/apps/kicker/internalapplets/kdateapplet.desktop
+share/apps/kicker/internalapplets/kdockapplet.desktop
+share/apps/kicker/internalapplets/kminipagerapplet.desktop
+share/apps/kicker/internalapplets/koolclockapplet.desktop
+share/apps/kicker/internalapplets/kpagerapplet.desktop
+share/apps/kicker/internalapplets/ktaskbarapplet.desktop
+share/apps/kicker/pics/disk1.png
+share/apps/kicker/pics/disk2.png
+share/apps/kicker/pics/disk3.png
+share/apps/kicker/pics/disk4.png
+share/apps/kicker/pics/disk5.png
+share/apps/kicker/pics/disk6.png
+share/apps/kicker/pics/disk7.png
+share/apps/kicker/pics/disk8.png
+share/apps/kicker/tiles/solid_blue_large_down.png
+share/apps/kicker/tiles/solid_blue_large_up.png
+share/apps/kicker/tiles/solid_blue_normal_down.png
+share/apps/kicker/tiles/solid_blue_normal_up.png
+share/apps/kicker/tiles/solid_blue_tiny_down.png
+share/apps/kicker/tiles/solid_blue_tiny_up.png
+share/apps/kicker/tiles/solid_gray_large_down.png
+share/apps/kicker/tiles/solid_gray_large_up.png
+share/apps/kicker/tiles/solid_gray_normal_down.png
+share/apps/kicker/tiles/solid_gray_normal_up.png
+share/apps/kicker/tiles/solid_gray_tiny_down.png
+share/apps/kicker/tiles/solid_gray_tiny_up.png
+share/apps/kicker/tiles/solid_green_large_down.png
+share/apps/kicker/tiles/solid_green_large_up.png
+share/apps/kicker/tiles/solid_green_normal_down.png
+share/apps/kicker/tiles/solid_green_normal_up.png
+share/apps/kicker/tiles/solid_green_tiny_down.png
+share/apps/kicker/tiles/solid_green_tiny_up.png
+share/apps/kicker/tiles/solid_orange_large_down.png
+share/apps/kicker/tiles/solid_orange_large_up.png
+share/apps/kicker/tiles/solid_orange_normal_down.png
+share/apps/kicker/tiles/solid_orange_normal_up.png
+share/apps/kicker/tiles/solid_orange_tiny_down.png
+share/apps/kicker/tiles/solid_orange_tiny_up.png
+share/apps/kicker/tiles/solid_red_large_down.png
+share/apps/kicker/tiles/solid_red_large_up.png
+share/apps/kicker/tiles/solid_red_normal_down.png
+share/apps/kicker/tiles/solid_red_normal_up.png
+share/apps/kicker/tiles/solid_red_tiny_down.png
+share/apps/kicker/tiles/solid_red_tiny_up.png
+share/apps/kio_info/kde-info2html
+share/apps/kio_info/kde-info2html.conf
+share/apps/konqiconview/konq_iconview.rc
+share/apps/konqlistview/konq_detailedlistview.rc
+share/apps/konqlistview/konq_textview.rc
+share/apps/konqlistview/konq_treeview.rc
+share/apps/konqueror/dirtree/home.desktop
+share/apps/konqueror/dirtree/remote/.directory
+share/apps/konqueror/dirtree/remote/ftp/.directory
+share/apps/konqueror/dirtree/remote/ftp/kde_ftp.desktop
+share/apps/konqueror/dirtree/remote/web/.directory
+share/apps/konqueror/dirtree/remote/web/kde_web.desktop
+share/apps/konqueror/dirtree/remote/windows.desktop
+share/apps/konqueror/dirtree/root.desktop
+share/apps/konqueror/konqueror.rc
+share/apps/konqueror/pics/indicator_anchor.png
+share/apps/konqueror/pics/indicator_connect.png
+share/apps/konqueror/pics/indicator_empty.png
+share/apps/konqueror/pics/indicator_noconnect.png
+share/apps/konqueror/pics/indicator_viewactive.png
share/apps/konsole/BlackOnLightYellow.schema
share/apps/konsole/BlackOnWhite.schema
share/apps/konsole/DarkPicture.schema
share/apps/konsole/Example.Schema
share/apps/konsole/GreenOnBlack.schema
+share/apps/konsole/GreenTint.schema
+share/apps/konsole/GreenTint_MC.schema
share/apps/konsole/LightPicture.schema
share/apps/konsole/Linux.schema
+share/apps/konsole/Transparent.schema
+share/apps/konsole/Transparent_MC.schema
+share/apps/konsole/Transparent_lightbg.schema
share/apps/konsole/WhiteOnBlack.schema
share/apps/konsole/XTerm.schema
+share/apps/konsole/default.Keytab
share/apps/konsole/default.Schema
-share/apps/konsole/linux.kdelnk
-share/apps/konsole/mc.kdelnk
-share/apps/konsole/shell.kdelnk
-share/apps/konsole/su.kdelnk
+share/apps/konsole/konsole_part.rc
+share/apps/konsole/linux.desktop
+share/apps/konsole/linux.keytab
+share/apps/konsole/mc.desktop
+share/apps/konsole/shell.desktop
+share/apps/konsole/su.desktop
share/apps/konsole/syscolor.schema
share/apps/konsole/vim.schema
-share/apps/kpanel/default/Desktop.kdelnk
-share/apps/kpanel/default/Home.kdelnk
-share/apps/kpanel/default/personal_directory
-share/apps/kpanel/pics/exit.xpm
-share/apps/kpanel/pics/go.xpm
-share/apps/kpanel/pics/kdisknav.xpm
-share/apps/kpanel/pics/key.xpm
-share/apps/kpanel/pics/kfm_home.xpm
-share/apps/kpanel/pics/large/go.xpm
-share/apps/kpanel/pics/large/kdisknav.xpm
-share/apps/kpanel/pics/large/kfm_home.xpm
-share/apps/kpanel/pics/large/pers_applnk.xpm
-share/apps/kpanel/pics/large/window_list.xpm
-share/apps/kpanel/pics/mini/go.xpm
-share/apps/kpanel/pics/mini/kdisknav.xpm
-share/apps/kpanel/pics/mini/mini-exit.xpm
-share/apps/kpanel/pics/mini/mini-key.xpm
-share/apps/kpanel/pics/mini/mini-panel.xpm
-share/apps/kpanel/pics/mini/pers_applnk.xpm
-share/apps/kpanel/pics/mini/personal.xpm
-share/apps/kpanel/pics/mini/window_list.xpm
-share/apps/kpanel/pics/pers_applnk.xpm
-share/apps/kpanel/pics/personal.xpm
-share/apps/kpanel/pics/shared.xpm
-share/apps/kpanel/pics/window_list.xpm
+share/apps/konsole/vt100.keytab
share/apps/kscreensaver/kscience-small.gif
share/apps/kscreensaver/kscience.gif
-share/apps/kthememgr/Themes/Astronique.tar.gz
-share/apps/kthememgr/Themes/Bryce.tar.gz
-share/apps/kthememgr/Themes/Default.tar.gz
-share/apps/kthememgr/Themes/Glax.tar.gz
-share/apps/kthememgr/Themes/MGBreizh.tar.gz
-share/apps/kthememgr/Themes/Nostalgy.tar.gz
-share/apps/kthememgr/Themes/Template.themerc
-share/apps/kthememgr/Themes/Wood.tar.gz
-share/apps/kthememgr/theme.mappings
-share/apps/kwm/pics/bluesun.gif
-share/apps/kwm/pics/close.xpm
-share/apps/kwm/pics/fog-grey.gif
-share/apps/kwm/pics/fog.gif
-share/apps/kwm/pics/greenie.dim.xpm
-share/apps/kwm/pics/greenie.light.xpm
-share/apps/kwm/pics/iconify.xpm
-share/apps/kwm/pics/maximize.xpm
-share/apps/kwm/pics/maximizedown.xpm
-share/apps/kwm/pics/menu.xpm
-share/apps/kwm/pics/pindown.xpm
-share/apps/kwm/pics/pinup.xpm
-share/apps/kwm/pics/unknown.xpm
-share/config/desktop
-share/config/desktop0rc
-share/config/desktop1rc
-share/config/desktop2rc
-share/config/desktop3rc
-share/config/kcmlocalerc
+share/apps/kwelcome/pics/welcome.png
+share/apps/kwin/b2.desktop
+share/apps/kwin/eventsrc
+share/apps/kwin/kstep.desktop
+share/apps/kwin/laptop.desktop
+share/apps/kwin/modernsystem.desktop
+share/apps/kwin/riscos.desktop
+share/apps/kwin/system.desktop
+share/apps/kwm/pics/bluesun.png
+share/apps/kwm/pics/close.png
+share/apps/kwm/pics/fog-grey.png
+share/apps/kwm/pics/fog.png
+share/apps/kwm/pics/greenie.dim.png
+share/apps/kwm/pics/greenie.light.png
+share/apps/kwm/pics/iconify.png
+share/apps/kwm/pics/maximize.png
+share/apps/kwm/pics/maximizedown.png
+share/apps/kwm/pics/menu.png
+share/apps/kwm/pics/pindown.png
+share/apps/kwm/pics/pinup.png
+share/apps/kwm/pics/unknown.png
+share/apps/quickbrowser/Home.desktop
+share/apps/quickbrowser/KDE.desktop
+share/apps/quickbrowser/Root.desktop
+share/config/attractionrc
+share/config/bouboulerc
+share/config/coralrc
+share/config/crystalrc
+share/config/decayscreenrc
+share/config/deluxerc
+share/config/demonrc
+share/config/epicyclerc
+share/config/fadeplotrc
+share/config/flamerc
+share/config/flowrc
+share/config/forestrc
+share/config/gearsrc
+share/config/gravrc
+share/config/halorc
+share/config/interferencerc
share/config/kdmrc
-share/config/kfmrc
-share/config/kikbdrc
-share/config/kpanelrc
-share/doc/HTML/en/kcontrol/index-1.html
-share/doc/HTML/en/kcontrol/index-2.html
+share/config/kumpparc
+share/config/kuriikwsfilterrc
+share/config/laserrc
+share/config/lissierc
+share/config/penroserc
+share/config/protocols/help.desktop
+share/config/protocols/info.desktop
+share/config/protocols/man.desktop
+share/config/protocols/nntp.desktop
+share/config/protocols/pop3.desktop
+share/config/protocols/smb.desktop
+share/config/rocksrc
+share/config/sliprc
+share/doc/HTML/en/kcontrol/.anchors
+share/doc/HTML/en/kcontrol/index.cvlog
+share/doc/HTML/en/kcontrol/index.docbook
share/doc/HTML/en/kcontrol/index.html
-share/doc/HTML/en/kcontrol/kcmbell/bell-1.html
-share/doc/HTML/en/kcontrol/kcmbell/bell.html
-share/doc/HTML/en/kcontrol/kcmbell/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-1.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-2.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-3.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-4.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-5.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-6.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-7.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-8.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay.html
-share/doc/HTML/en/kcontrol/kcmdisplay/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminfo/info-1.html
-share/doc/HTML/en/kcontrol/kcminfo/info-10.html
-share/doc/HTML/en/kcontrol/kcminfo/info-11.html
-share/doc/HTML/en/kcontrol/kcminfo/info-2.html
-share/doc/HTML/en/kcontrol/kcminfo/info-3.html
-share/doc/HTML/en/kcontrol/kcminfo/info-4.html
-share/doc/HTML/en/kcontrol/kcminfo/info-5.html
-share/doc/HTML/en/kcontrol/kcminfo/info-6.html
-share/doc/HTML/en/kcontrol/kcminfo/info-7.html
-share/doc/HTML/en/kcontrol/kcminfo/info-8.html
-share/doc/HTML/en/kcontrol/kcminfo/info-9.html
-share/doc/HTML/en/kcontrol/kcminfo/info.html
-share/doc/HTML/en/kcontrol/kcminfo/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminput/input-1.html
-share/doc/HTML/en/kcontrol/kcminput/input-2.html
-share/doc/HTML/en/kcontrol/kcminput/input.html
-share/doc/HTML/en/kcontrol/kcminput/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkeys/keys-1.html
-share/doc/HTML/en/kcontrol/kcmkeys/keys.html
-share/doc/HTML/en/kcontrol/kcmkeys/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-1.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-2.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-3.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-4.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-5.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-6.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-7.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-8.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm.html
-share/doc/HTML/en/kcontrol/kcmkfm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-1.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-2.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-3.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel.html
-share/doc/HTML/en/kcontrol/kcmkpanel/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-1.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-2.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-3.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-4.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-5.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-6.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm.html
-share/doc/HTML/en/kcontrol/kcmkwm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmlocale/locale-1.html
-share/doc/HTML/en/kcontrol/kcmlocale/locale.html
-share/doc/HTML/en/kcontrol/kcmlocale/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-1.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-2.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus.html
-share/doc/HTML/en/kcontrol/kcmsyssound/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound-1.html
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound.html
+share/doc/HTML/en/kcontrol/kcmbell/.anchors
+share/doc/HTML/en/kcontrol/kcmbell/configuringthebell.html
+share/doc/HTML/en/kcontrol/kcmbell/index.cvlog
+share/doc/HTML/en/kcontrol/kcmbell/index.docbook
+share/doc/HTML/en/kcontrol/kcmbell/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/.anchors
+share/doc/HTML/en/kcontrol/kcmdisplay/background-color.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background-preview.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background.html
+share/doc/HTML/en/kcontrol/kcmdisplay/color-schemes.html
+share/doc/HTML/en/kcontrol/kcmdisplay/colorscheme.html
+share/doc/HTML/en/kcontrol/kcmdisplay/fonts.html
+share/doc/HTML/en/kcontrol/kcmdisplay/index.cvlog
+share/doc/HTML/en/kcontrol/kcmdisplay/index.docbook
+share/doc/HTML/en/kcontrol/kcmdisplay/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/introduction.html
+share/doc/HTML/en/kcontrol/kcmdisplay/questionsandanswers.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screen-saver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screensaver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/settings.html
+share/doc/HTML/en/kcontrol/kcmdisplay/style.html
+share/doc/HTML/en/kcontrol/kcmdisplay/tutorial.html
+share/doc/HTML/en/kcontrol/kcmdisplay/wallpaper.html
+share/doc/HTML/en/kcontrol/kcmdisplay/widget-color.html
+share/doc/HTML/en/kcontrol/kcminfo/.anchors
+share/doc/HTML/en/kcontrol/kcminfo/deviceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/dmachannelinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/index.cvlog
+share/doc/HTML/en/kcontrol/kcminfo/index.docbook
+share/doc/HTML/en/kcontrol/kcminfo/index.html
+share/doc/HTML/en/kcontrol/kcminfo/interruptrequestirqlinesinuse.html
+share/doc/HTML/en/kcontrol/kcminfo/ioportinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/memoryusageinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/partitioninformation.html
+share/doc/HTML/en/kcontrol/kcminfo/pcibusandinstalledpcicards.html
+share/doc/HTML/en/kcontrol/kcminfo/processorinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/scsiinterfaceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/soundcardinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/xserverinformation.html
+share/doc/HTML/en/kcontrol/kcminput/.anchors
+share/doc/HTML/en/kcontrol/kcminput/configuringthekeyboard.html
+share/doc/HTML/en/kcontrol/kcminput/configuringthemouse.html
+share/doc/HTML/en/kcontrol/kcminput/index.cvlog
+share/doc/HTML/en/kcontrol/kcminput/index.docbook
+share/doc/HTML/en/kcontrol/kcminput/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/.anchors
+share/doc/HTML/en/kcontrol/kcmkdesu/configuring-kdesu.html
+share/doc/HTML/en/kcontrol/kcmkdesu/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkdesu/index.docbook
+share/doc/HTML/en/kcontrol/kcmkdesu/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/password-keeping.html
+share/doc/HTML/en/kcontrol/kcmkeys/.anchors
+share/doc/HTML/en/kcontrol/kcmkeys/configurationofkeybindingsshortcutkeys.html
+share/doc/HTML/en/kcontrol/kcmkeys/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkeys/index.docbook
+share/doc/HTML/en/kcontrol/kcmkeys/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/.anchors
+share/doc/HTML/en/kcontrol/kcmkfm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkfm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkfm/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationcolor.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationdesktopicons.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationfonts.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmfilemanagerconfigurationother.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationcookies.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationhttp.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationproxy.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationsmb.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationuseragent.html
+share/doc/HTML/en/kcontrol/kcmkpanel/.anchors
+share/doc/HTML/en/kcontrol/kcmkpanel/configuringvirtualdesktops.html
+share/doc/HTML/en/kcontrol/kcmkpanel/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkpanel/index.docbook
+share/doc/HTML/en/kcontrol/kcmkpanel/index.html
+share/doc/HTML/en/kcontrol/kcmkpanel/panelandtaskbarlocationandstyle.html
+share/doc/HTML/en/kcontrol/kcmkpanel/paneloptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/.anchors
+share/doc/HTML/en/kcontrol/kcmkwm/advancedwindowmanagersettings.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringdesktopborderproperties.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringmousebuttonactions.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarappearanceandaction.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarbuttons.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringwindowmanagementoptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkwm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkwm/index.html
+share/doc/HTML/en/kcontrol/kcmkwm/window-focus-policy..html
+share/doc/HTML/en/kcontrol/kcmkwm/window-placement-policy..html
+share/doc/HTML/en/kcontrol/kcmlocale/.anchors
+share/doc/HTML/en/kcontrol/kcmlocale/index.cvlog
+share/doc/HTML/en/kcontrol/kcmlocale/index.docbook
+share/doc/HTML/en/kcontrol/kcmlocale/index.html
+share/doc/HTML/en/kcontrol/kcmlocale/settingthelanguage.html
+share/doc/HTML/en/kcontrol/kcmsamba/.anchors
+share/doc/HTML/en/kcontrol/kcmsamba/authors.html
+share/doc/HTML/en/kcontrol/kcmsamba/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsamba/index.docbook
+share/doc/HTML/en/kcontrol/kcmsamba/index.html
+share/doc/HTML/en/kcontrol/kcmsamba/thesambastatusmonitor.html
+share/doc/HTML/en/kcontrol/kcmsyssound/.anchors
+share/doc/HTML/en/kcontrol/kcmsyssound/configurationofsystemsounds.html
+share/doc/HTML/en/kcontrol/kcmsyssound/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsyssound/index.docbook
+share/doc/HTML/en/kcontrol/kcmsyssound/index.html
+share/doc/HTML/en/kcontrol/kdmconfig/.anchors
+share/doc/HTML/en/kcontrol/kdmconfig/background.html
+share/doc/HTML/en/kcontrol/kdmconfig/font.html
+share/doc/HTML/en/kcontrol/kdmconfig/index.cvlog
+share/doc/HTML/en/kcontrol/kdmconfig/index.docbook
share/doc/HTML/en/kcontrol/kdmconfig/index.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-appear.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-backgnd.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-font.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-sess.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-users.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-1.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-2.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-3.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-4.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr.html
-share/doc/HTML/en/kcontrol/kthememgr/logotp3.gif
-share/doc/HTML/en/kcontrol/logotp3.gif
-share/doc/HTML/en/kdehelp/contact.html
-share/doc/HTML/en/kdehelp/devel.html
-share/doc/HTML/en/kdehelp/exec.xpm
-share/doc/HTML/en/kdehelp/index.html
-share/doc/HTML/en/kdehelp/intro.html
-share/doc/HTML/en/kdehelp/kde.html
-share/doc/HTML/en/kdehelp/kdeside.gif
-share/doc/HTML/en/kdehelp/kogo3.gif
-share/doc/HTML/en/kdehelp/kpanel/index-1.html
-share/doc/HTML/en/kdehelp/kpanel/index-2.html
-share/doc/HTML/en/kdehelp/kpanel/index-3.html
-share/doc/HTML/en/kdehelp/kpanel/index-4.html
-share/doc/HTML/en/kdehelp/kpanel/index-5.html
-share/doc/HTML/en/kdehelp/kpanel/index.html
-share/doc/HTML/en/kdehelp/kpanel/logotp3.gif
-share/doc/HTML/en/kdehelp/ksearch.html
-share/doc/HTML/en/kdehelp/kule.gif
-share/doc/HTML/en/kdehelp/kwm/index-1.html
-share/doc/HTML/en/kdehelp/kwm/index-2.html
-share/doc/HTML/en/kdehelp/kwm/index-3.html
-share/doc/HTML/en/kdehelp/kwm/index-4.html
-share/doc/HTML/en/kdehelp/kwm/index-5.html
-share/doc/HTML/en/kdehelp/kwm/index-6.html
-share/doc/HTML/en/kdehelp/kwm/index.html
-share/doc/HTML/en/kdehelp/kwm/logotp3.gif
-share/doc/HTML/en/kdehelp/logotp3.gif
-share/doc/HTML/en/kdehelp/main.html
-share/doc/HTML/en/kdehelp/nav_bar.gif
-share/doc/HTML/en/kdehelp/quickstart/index-1.html
-share/doc/HTML/en/kdehelp/quickstart/index-10.html
-share/doc/HTML/en/kdehelp/quickstart/index-2.html
-share/doc/HTML/en/kdehelp/quickstart/index-3.html
-share/doc/HTML/en/kdehelp/quickstart/index-4.html
-share/doc/HTML/en/kdehelp/quickstart/index-5.html
-share/doc/HTML/en/kdehelp/quickstart/index-6.html
-share/doc/HTML/en/kdehelp/quickstart/index-7.html
-share/doc/HTML/en/kdehelp/quickstart/index-8.html
-share/doc/HTML/en/kdehelp/quickstart/index-9.html
-share/doc/HTML/en/kdehelp/quickstart/index.html
-share/doc/HTML/en/kdehelp/quickstart/logotp3.gif
-share/doc/HTML/en/kdehelp/single_pixel.gif
-share/doc/HTML/en/kdehelp/support.html
-share/doc/HTML/en/kdehelp/tealbar.gif
-share/doc/HTML/en/kdehelp/whatis.html
-share/doc/HTML/en/kdehelp/whatiskde.html
-share/doc/HTML/en/kdisknav/kdisknav-1.html
-share/doc/HTML/en/kdisknav/kdisknav-2.html
-share/doc/HTML/en/kdisknav/kdisknav-3.html
-share/doc/HTML/en/kdisknav/kdisknav-4.html
-share/doc/HTML/en/kdisknav/kdisknav-5.html
-share/doc/HTML/en/kdisknav/kdisknav-6.html
-share/doc/HTML/en/kdisknav/kdisknav-7.html
-share/doc/HTML/en/kdisknav/kdisknav.html
-share/doc/HTML/en/kdisknav/kdisknav.sgml
-share/doc/HTML/en/kdisknav/logotp3.gif
-share/doc/HTML/en/kdm/index-1.html
-share/doc/HTML/en/kdm/index-2.html
-share/doc/HTML/en/kdm/index-3.html
-share/doc/HTML/en/kdm/index-4.html
+share/doc/HTML/en/kcontrol/kdmconfig/kdmconfiguration.html
+share/doc/HTML/en/kcontrol/kdmconfig/sessions.html
+share/doc/HTML/en/kcontrol/kdmconfig/users.html
+share/doc/HTML/en/kcontrol/kthememgr/.anchors
+share/doc/HTML/en/kcontrol/kthememgr/aboutthepackage.html
+share/doc/HTML/en/kcontrol/kthememgr/authors.html
+share/doc/HTML/en/kcontrol/kthememgr/index.cvlog
+share/doc/HTML/en/kcontrol/kthememgr/index.docbook
+share/doc/HTML/en/kcontrol/kthememgr/index.html
+share/doc/HTML/en/kcontrol/kthememgr/kdethememanagerinstaller.html
+share/doc/HTML/en/kcontrol/kthememgr/themepackagecontents.html
+share/doc/HTML/en/kcontrol/theconfigurationmodules.html
+share/doc/HTML/en/kcontrol/thekdecontrolcenter.html
+share/doc/HTML/en/kdebugdialog/.anchors
+share/doc/HTML/en/kdebugdialog/index.docbook
+share/doc/HTML/en/kdebugdialog/index.html
+share/doc/HTML/en/kdebugdialog/introduction.html
+share/doc/HTML/en/kdesu/.anchors
+share/doc/HTML/en/kdesu/author.html
+share/doc/HTML/en/kdesu/compiling.html
+share/doc/HTML/en/kdesu/configuration.html
+share/doc/HTML/en/kdesu/index.cvlog
+share/doc/HTML/en/kdesu/index.docbook
+share/doc/HTML/en/kdesu/index.html
+share/doc/HTML/en/kdesu/installation.html
+share/doc/HTML/en/kdesu/interface-to-su.html
+share/doc/HTML/en/kdesu/internals.html
+share/doc/HTML/en/kdesu/introduction.html
+share/doc/HTML/en/kdesu/password-checking.html
+share/doc/HTML/en/kdesu/secpasswordkeeping.html
+share/doc/HTML/en/kdesu/usingkdesu.html
+share/doc/HTML/en/kdisknav/.anchors
+share/doc/HTML/en/kdisknav/addingchangingandremovingfilesystementries.html
+share/doc/HTML/en/kdisknav/configurationfile.html
+share/doc/HTML/en/kdisknav/featurestips.html
+share/doc/HTML/en/kdisknav/feedback.html
+share/doc/HTML/en/kdisknav/index.cvlog
+share/doc/HTML/en/kdisknav/index.docbook
+share/doc/HTML/en/kdisknav/index.html
+share/doc/HTML/en/kdisknav/introduction.html
+share/doc/HTML/en/kdisknav/notes.html
+share/doc/HTML/en/kdisknav/options.html
+share/doc/HTML/en/kdm/.anchors
+share/doc/HTML/en/kdm/configuringkdm.html
+share/doc/HTML/en/kdm/different-window-managers-with-kdm-chooser.html
+share/doc/HTML/en/kdm/index.cvlog
+share/doc/HTML/en/kdm/index.docbook
share/doc/HTML/en/kdm/index.html
-share/doc/HTML/en/kdm/logotp3.gif
-share/doc/HTML/en/kfind/index-1.html
-share/doc/HTML/en/kfind/index-2.html
-share/doc/HTML/en/kfind/index-3.html
-share/doc/HTML/en/kfind/index-4.html
-share/doc/HTML/en/kfind/index.html
-share/doc/HTML/en/kfind/index.sgml
-share/doc/HTML/en/kfind/logotp3.gif
-share/doc/HTML/en/kfm/app.html
-share/doc/HTML/en/kfm/app1.gif
-share/doc/HTML/en/kfm/app2.gif
-share/doc/HTML/en/kfm/app2.html
-share/doc/HTML/en/kfm/app3.gif
-share/doc/HTML/en/kfm/app4.gif
+share/doc/HTML/en/kdm/installingkdm.html
+share/doc/HTML/en/kdm/introduction.html
+share/doc/HTML/en/kdm/kdmdesktop.html
+share/doc/HTML/en/kdm/legalstuff.html
+share/doc/HTML/en/kdm/locale.html
+share/doc/HTML/en/kfm/.anchors
+share/doc/HTML/en/kfm/app1.png
+share/doc/HTML/en/kfm/app2.png
+share/doc/HTML/en/kfm/app3.png
+share/doc/HTML/en/kfm/app4.png
share/doc/HTML/en/kfm/bookmarks.html
-share/doc/HTML/en/kfm/dontpanic.jpeg
-share/doc/HTML/en/kfm/index-1.html
-share/doc/HTML/en/kfm/index-2.html
-share/doc/HTML/en/kfm/index-3.html
-share/doc/HTML/en/kfm/index-4.html
-share/doc/HTML/en/kfm/index-5.html
-share/doc/HTML/en/kfm/index-6.html
-share/doc/HTML/en/kfm/index-7.html
+share/doc/HTML/en/kfm/copyright.html
+share/doc/HTML/en/kfm/credits.html
+share/doc/HTML/en/kfm/dontpanic.png
+share/doc/HTML/en/kfm/frequentlyaskedquestions.html
+share/doc/HTML/en/kfm/how-can-i-link-a-url-on-the-desktop.html
+share/doc/HTML/en/kfm/how-can-i-look-in-a-tar-file.html
+share/doc/HTML/en/kfm/how-can-i-mount-a-device.html
+share/doc/HTML/en/kfm/how-can-i-open-a-new-view-for-a-directory.html
+share/doc/HTML/en/kfm/how-can-i-print.html
+share/doc/HTML/en/kfm/how-can-i-select-multiple-files.html
+share/doc/HTML/en/kfm/how-can-i-start-kfm-without-any-opened-windo.html
+share/doc/HTML/en/kfm/how-to-install-a-new-application.html
+share/doc/HTML/en/kfm/how-to-install-new-data-types.html
+share/doc/HTML/en/kfm/index.cvlog
+share/doc/HTML/en/kfm/index.docbook
share/doc/HTML/en/kfm/index.html
-share/doc/HTML/en/kfm/keyboard.html
-share/doc/HTML/en/kfm/kfm.jpeg
-share/doc/HTML/en/kfm/kfm_how.html
-share/doc/HTML/en/kfm/kfm_phil.html
-share/doc/HTML/en/kfm/lesson1.jpeg
-share/doc/HTML/en/kfm/lesson2.jpeg
-share/doc/HTML/en/kfm/lesson3.jpeg
-share/doc/HTML/en/kfm/lesson4.jpeg
-share/doc/HTML/en/kfm/logotp3.gif
-share/doc/HTML/en/kfm/manual.html
-share/doc/HTML/en/kfm/manual.jpeg
-share/doc/HTML/en/kfm/mime.html
-share/doc/HTML/en/kfm/mime1.gif
-share/doc/HTML/en/kfm/mime2.gif
-share/doc/HTML/en/kfm/mime2.html
-share/doc/HTML/en/kfm/mime3.gif
-share/doc/HTML/en/kfm/next.jpeg
-share/doc/HTML/en/kfm/next2.jpeg
-share/doc/HTML/en/kfm/previous.jpeg
-share/doc/HTML/en/kfm/previous2.jpeg
-share/doc/HTML/en/kfm/templates.gif
-share/doc/HTML/en/kfontmanager/index-1.html
-share/doc/HTML/en/kfontmanager/index-2.html
-share/doc/HTML/en/kfontmanager/index-3.html
-share/doc/HTML/en/kfontmanager/index-4.html
+share/doc/HTML/en/kfm/integrating-an-application-step-by-step.html
+share/doc/HTML/en/kfm/internet.html
+share/doc/HTML/en/kfm/introduction.html
+share/doc/HTML/en/kfm/kdelnk-files.html
+share/doc/HTML/en/kfm/look.html
+share/doc/HTML/en/kfm/mime1.png
+share/doc/HTML/en/kfm/mime2.png
+share/doc/HTML/en/kfm/mime3.png
+share/doc/HTML/en/kfm/multi-tasking.html
+share/doc/HTML/en/kfm/philosophy.html
+share/doc/HTML/en/kfm/templates.html
+share/doc/HTML/en/kfm/templates.png
+share/doc/HTML/en/kfm/thanks.html
+share/doc/HTML/en/kfm/usage.html
+share/doc/HTML/en/kfontmanager/.anchors
+share/doc/HTML/en/kfontmanager/fordevelopers.html
+share/doc/HTML/en/kfontmanager/howitworks.html
+share/doc/HTML/en/kfontmanager/index.cvlog
+share/doc/HTML/en/kfontmanager/index.docbook
share/doc/HTML/en/kfontmanager/index.html
-share/doc/HTML/en/kfontmanager/logotp3.gif
-share/doc/HTML/en/kikbd/advanced.gif
-share/doc/HTML/en/kikbd/general.gif
-share/doc/HTML/en/kikbd/kikbd-1.html
-share/doc/HTML/en/kikbd/kikbd-10.html
-share/doc/HTML/en/kikbd/kikbd-11.html
-share/doc/HTML/en/kikbd/kikbd-2.html
-share/doc/HTML/en/kikbd/kikbd-3.html
-share/doc/HTML/en/kikbd/kikbd-4.html
-share/doc/HTML/en/kikbd/kikbd-5.html
-share/doc/HTML/en/kikbd/kikbd-6.html
-share/doc/HTML/en/kikbd/kikbd-7.html
-share/doc/HTML/en/kikbd/kikbd-8.html
-share/doc/HTML/en/kikbd/kikbd-9.html
-share/doc/HTML/en/kikbd/kikbd.html
-share/doc/HTML/en/kikbd/logotp3.gif
-share/doc/HTML/en/kikbd/startup.gif
-share/doc/HTML/en/kikbd/style.gif
-share/doc/HTML/en/kmedia/maudio.html
-share/doc/HTML/en/kmenuedit/index-1.html
-share/doc/HTML/en/kmenuedit/index-2.html
-share/doc/HTML/en/kmenuedit/index-3.html
-share/doc/HTML/en/kmenuedit/index-4.html
-share/doc/HTML/en/kmenuedit/index-5.html
-share/doc/HTML/en/kmenuedit/index.html
-share/doc/HTML/en/kmenuedit/kmenuedit1.gif
-share/doc/HTML/en/kmenuedit/kmenuedit2.gif
-share/doc/HTML/en/kmenuedit/logotp3.gif
-share/doc/HTML/en/konsole/konsole-1.html
-share/doc/HTML/en/konsole/konsole-2.html
-share/doc/HTML/en/konsole/konsole-3.html
-share/doc/HTML/en/konsole/konsole-4.html
-share/doc/HTML/en/konsole/konsole-5.html
-share/doc/HTML/en/konsole/konsole.html
-share/doc/HTML/en/konsole/logotp3.gif
+share/doc/HTML/en/kfontmanager/installation.html
+share/doc/HTML/en/kfontmanager/introduction.html
+share/doc/HTML/en/khelpcenter/contact.html
+share/doc/HTML/en/khelpcenter/exec.xpm
+share/doc/HTML/en/khelpcenter/faq/.anchors
+share/doc/HTML/en/khelpcenter/faq/aboutthisfaq.html
+share/doc/HTML/en/khelpcenter/faq/acronyms.html
+share/doc/HTML/en/khelpcenter/faq/aix.html
+share/doc/HTML/en/khelpcenter/faq/background.html
+share/doc/HTML/en/khelpcenter/faq/backspaceinkde.html
+share/doc/HTML/en/khelpcenter/faq/basepackages.html
+share/doc/HTML/en/khelpcenter/faq/bugreport.html
+share/doc/HTML/en/khelpcenter/faq/bzip2.html
+share/doc/HTML/en/khelpcenter/faq/cannotconnect.html
+share/doc/HTML/en/khelpcenter/faq/changemenus.html
+share/doc/HTML/en/khelpcenter/faq/changemimetypes.html
+share/doc/HTML/en/khelpcenter/faq/checknewmail.html
+share/doc/HTML/en/khelpcenter/faq/colordepth.html
+share/doc/HTML/en/khelpcenter/faq/comercial.html
+share/doc/HTML/en/khelpcenter/faq/compiling.html
+share/doc/HTML/en/khelpcenter/faq/configuringkde.html
+share/doc/HTML/en/khelpcenter/faq/contributing.html
+share/doc/HTML/en/khelpcenter/faq/copypaste.html
+share/doc/HTML/en/khelpcenter/faq/createicons.html
+share/doc/HTML/en/khelpcenter/faq/currentversion.html
+share/doc/HTML/en/khelpcenter/faq/cvs.html
+share/doc/HTML/en/khelpcenter/faq/cvsaccess.html
+share/doc/HTML/en/khelpcenter/faq/cvsmirrors.html
+share/doc/HTML/en/khelpcenter/faq/cvsreadonly.html
+share/doc/HTML/en/khelpcenter/faq/debian.html
+share/doc/HTML/en/khelpcenter/faq/defaultdir.html
+share/doc/HTML/en/khelpcenter/faq/deletefiles.html
+share/doc/HTML/en/khelpcenter/faq/desktopiconmenus.html
+share/doc/HTML/en/khelpcenter/faq/devellist.html
+share/doc/HTML/en/khelpcenter/faq/difffiles.html
+share/doc/HTML/en/khelpcenter/faq/dirappearance.html
+share/doc/HTML/en/khelpcenter/faq/disablesessionmgmt.html
+share/doc/HTML/en/khelpcenter/faq/distros.html
+share/doc/HTML/en/khelpcenter/faq/dosandext2.html
+share/doc/HTML/en/khelpcenter/faq/driveinfo.html
+share/doc/HTML/en/khelpcenter/faq/dualscreen.html
+share/doc/HTML/en/khelpcenter/faq/embedpanel.html
+share/doc/HTML/en/khelpcenter/faq/euro.html
+share/doc/HTML/en/khelpcenter/faq/exitkde.html
+share/doc/HTML/en/khelpcenter/faq/faqmaintainer.html
+share/doc/HTML/en/khelpcenter/faq/filestodesktop.html
+share/doc/HTML/en/khelpcenter/faq/fontstoosmall.html
+share/doc/HTML/en/khelpcenter/faq/ftpclient.html
+share/doc/HTML/en/khelpcenter/faq/getridicons.html
+share/doc/HTML/en/khelpcenter/faq/gettingkde.html
+share/doc/HTML/en/khelpcenter/faq/gettingmoreinformation.html
+share/doc/HTML/en/khelpcenter/faq/gifsupport.html
+share/doc/HTML/en/khelpcenter/faq/highlightmenus.html
+share/doc/HTML/en/khelpcenter/faq/howtostartkde.html
+share/doc/HTML/en/khelpcenter/faq/howtosubscribe.html
+share/doc/HTML/en/khelpcenter/faq/iconified.html
+share/doc/HTML/en/khelpcenter/faq/icons.html
+share/doc/HTML/en/khelpcenter/faq/index.cvlog
+share/doc/HTML/en/khelpcenter/faq/index.docbook
+share/doc/HTML/en/khelpcenter/faq/index.html
+share/doc/HTML/en/khelpcenter/faq/installation.html
+share/doc/HTML/en/khelpcenter/faq/installationinstructions.html
+share/doc/HTML/en/khelpcenter/faq/introduction.html
+share/doc/HTML/en/khelpcenter/faq/isaclone.html
+share/doc/HTML/en/khelpcenter/faq/isfreesoftware.html
+share/doc/HTML/en/khelpcenter/faq/kbiff.html
+share/doc/HTML/en/khelpcenter/faq/kbutton.html
+share/doc/HTML/en/khelpcenter/faq/kdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdebase.html
+share/doc/HTML/en/khelpcenter/faq/kdelogin.html
+share/doc/HTML/en/khelpcenter/faq/kdemailinglists.html
+share/doc/HTML/en/khelpcenter/faq/kdenewsgroups.html
+share/doc/HTML/en/khelpcenter/faq/kdeprogramming.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnonkdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnumlockon.html
+share/doc/HTML/en/khelpcenter/faq/kdminredhat.html
+share/doc/HTML/en/khelpcenter/faq/kdmnoreadsprofile.html
+share/doc/HTML/en/khelpcenter/faq/keyboardswitcher.html
+share/doc/HTML/en/khelpcenter/faq/killingwindows.html
+share/doc/HTML/en/khelpcenter/faq/killkwmpager.html
+share/doc/HTML/en/khelpcenter/faq/kmail.html
+share/doc/HTML/en/khelpcenter/faq/knownbugfixesforkde.html
+share/doc/HTML/en/khelpcenter/faq/koffice.html
+share/doc/HTML/en/khelpcenter/faq/kscd.html
+share/doc/HTML/en/khelpcenter/faq/ktop.html
+share/doc/HTML/en/khelpcenter/faq/kvt.html
+share/doc/HTML/en/khelpcenter/faq/laptop.html
+share/doc/HTML/en/khelpcenter/faq/latestversion.html
+share/doc/HTML/en/khelpcenter/faq/launchtodesktop.html
+share/doc/HTML/en/khelpcenter/faq/leftbuttonmenu.html
+share/doc/HTML/en/khelpcenter/faq/loopbackdevice.html
+share/doc/HTML/en/khelpcenter/faq/maclike.html
+share/doc/HTML/en/khelpcenter/faq/mailinglistarchive.html
+share/doc/HTML/en/khelpcenter/faq/maximizeonedim.html
+share/doc/HTML/en/khelpcenter/faq/miscellaneousquestions.html
+share/doc/HTML/en/khelpcenter/faq/mountfromdesktop.html
+share/doc/HTML/en/khelpcenter/faq/mountfs.html
+share/doc/HTML/en/khelpcenter/faq/mousewheel.html
+share/doc/HTML/en/khelpcenter/faq/movequickly.html
+share/doc/HTML/en/khelpcenter/faq/netscape.html
+share/doc/HTML/en/khelpcenter/faq/noborder.html
+share/doc/HTML/en/khelpcenter/faq/nonanonftp.html
+share/doc/HTML/en/khelpcenter/faq/noncompliant.html
+share/doc/HTML/en/khelpcenter/faq/noredhatlogo.html
+share/doc/HTML/en/khelpcenter/faq/notreallykderelated.html
+share/doc/HTML/en/khelpcenter/faq/nsbookmark.html
+share/doc/HTML/en/khelpcenter/faq/ownshortcuts.html
+share/doc/HTML/en/khelpcenter/faq/packageformats.html
+share/doc/HTML/en/khelpcenter/faq/panelcomplains.html
+share/doc/HTML/en/khelpcenter/faq/percentinexecline.html
+share/doc/HTML/en/khelpcenter/faq/platform.html
+share/doc/HTML/en/khelpcenter/faq/postinstallation.html
+share/doc/HTML/en/khelpcenter/faq/prerequisites.html
+share/doc/HTML/en/khelpcenter/faq/progwithouticons.html
+share/doc/HTML/en/khelpcenter/faq/qtclone.html
+share/doc/HTML/en/khelpcenter/faq/qtisntfree.html
+share/doc/HTML/en/khelpcenter/faq/redhat.html
+share/doc/HTML/en/khelpcenter/faq/redhatmenustokde.html
+share/doc/HTML/en/khelpcenter/faq/redhatstartmenu.html
+share/doc/HTML/en/khelpcenter/faq/removeold.html
+share/doc/HTML/en/khelpcenter/faq/replacewinmanager.html
+share/doc/HTML/en/khelpcenter/faq/rpmssuse.html
+share/doc/HTML/en/khelpcenter/faq/saveasinkfm.html
+share/doc/HTML/en/khelpcenter/faq/screenshots.html
+share/doc/HTML/en/khelpcenter/faq/shadingawindow.html
+share/doc/HTML/en/khelpcenter/faq/shadowpasswords.html
+share/doc/HTML/en/khelpcenter/faq/snapshotconfig.html
+share/doc/HTML/en/khelpcenter/faq/snapshots.html
+share/doc/HTML/en/khelpcenter/faq/solaris.html
+share/doc/HTML/en/khelpcenter/faq/staroffice.html
+share/doc/HTML/en/khelpcenter/faq/startupdir.html
+share/doc/HTML/en/khelpcenter/faq/stickywindow.html
+share/doc/HTML/en/khelpcenter/faq/systemsound.html
+share/doc/HTML/en/khelpcenter/faq/templatesfolder.html
+share/doc/HTML/en/khelpcenter/faq/thedesktop.html
+share/doc/HTML/en/khelpcenter/faq/thefilemanager.html
+share/doc/HTML/en/khelpcenter/faq/themes.html
+share/doc/HTML/en/khelpcenter/faq/thepanel.html
+share/doc/HTML/en/khelpcenter/faq/thewindowmanager.html
+share/doc/HTML/en/khelpcenter/faq/toolforwebpages.html
+share/doc/HTML/en/khelpcenter/faq/translating.html
+share/doc/HTML/en/khelpcenter/faq/transparentbgnd.html
+share/doc/HTML/en/khelpcenter/faq/truetype.html
+share/doc/HTML/en/khelpcenter/faq/twobutton.html
+share/doc/HTML/en/khelpcenter/faq/uninstall.html
+share/doc/HTML/en/khelpcenter/faq/upgrade.html
+share/doc/HTML/en/khelpcenter/faq/upgradekernel.html
+share/doc/HTML/en/khelpcenter/faq/usefultips.html
+share/doc/HTML/en/khelpcenter/faq/userdirectory.html
+share/doc/HTML/en/khelpcenter/faq/whatisqt.html
+share/doc/HTML/en/khelpcenter/faq/whatkstandfor.html
+share/doc/HTML/en/khelpcenter/faq/wheretogetqt.html
+share/doc/HTML/en/khelpcenter/faq/whichversion.html
+share/doc/HTML/en/khelpcenter/faq/whynotother.html
+share/doc/HTML/en/khelpcenter/faq/windowplacement.html
+share/doc/HTML/en/khelpcenter/faq/windowskeys.html
+share/doc/HTML/en/khelpcenter/faq/winmanager.html
+share/doc/HTML/en/khelpcenter/faq/winmanonthefly.html
+share/doc/HTML/en/khelpcenter/faq/wrongcharset.html
+share/doc/HTML/en/khelpcenter/faq/wrongtime.html
+share/doc/HTML/en/khelpcenter/faq/xmousetoarrow.html
+share/doc/HTML/en/khelpcenter/faq/xserverforwindows.html
+share/doc/HTML/en/khelpcenter/index.html
+share/doc/HTML/en/khelpcenter/kdelogo.png
+share/doc/HTML/en/khelpcenter/laptop.png
+share/doc/HTML/en/khelpcenter/links.html
+share/doc/HTML/en/khelpcenter/main.html
+share/doc/HTML/en/khelpcenter/quickstart/.anchors
+share/doc/HTML/en/khelpcenter/quickstart/advancedtopics.html
+share/doc/HTML/en/khelpcenter/quickstart/anoverviewofkde.html
+share/doc/HTML/en/khelpcenter/quickstart/archivesandnetworks.html
+share/doc/HTML/en/khelpcenter/quickstart/commandline.html
+share/doc/HTML/en/khelpcenter/quickstart/configuration.html
+share/doc/HTML/en/khelpcenter/quickstart/configure.html
+share/doc/HTML/en/khelpcenter/quickstart/credits.html
+share/doc/HTML/en/khelpcenter/quickstart/index.cvlog
+share/doc/HTML/en/khelpcenter/quickstart/index.docbook
+share/doc/HTML/en/khelpcenter/quickstart/index.html
+share/doc/HTML/en/khelpcenter/quickstart/introduction.html
+share/doc/HTML/en/khelpcenter/quickstart/kdeanexcitingjourney.html
+share/doc/HTML/en/khelpcenter/quickstart/launchingapplications.html
+share/doc/HTML/en/khelpcenter/quickstart/loggingout.html
+share/doc/HTML/en/khelpcenter/quickstart/managingyourfiles.html
+share/doc/HTML/en/khelpcenter/quickstart/readysetgo.html
+share/doc/HTML/en/khelpcenter/quickstart/taskbar.html
+share/doc/HTML/en/khelpcenter/quickstart/templates.html
+share/doc/HTML/en/khelpcenter/quickstart/virtualdesktops.html
+share/doc/HTML/en/khelpcenter/quickstart/workingwithwindows.html
+share/doc/HTML/en/khelpcenter/support.html
+share/doc/HTML/en/khelpcenter/tinylogo.png
+share/doc/HTML/en/khelpcenter/userguide/.anchors
+share/doc/HTML/en/khelpcenter/userguide/aboutthispreview.html
+share/doc/HTML/en/khelpcenter/userguide/activating-the-screen-saver-by-moving-your-m.html
+share/doc/HTML/en/khelpcenter/userguide/addingprograms.html
+share/doc/HTML/en/khelpcenter/userguide/allaboutyourdesktop.html
+share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html
+share/doc/HTML/en/khelpcenter/userguide/contacting-the-authors.html
+share/doc/HTML/en/khelpcenter/userguide/contactingauthors.html
+share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html
+share/doc/HTML/en/khelpcenter/userguide/customizingkdethekcontrolcenter.html
+share/doc/HTML/en/khelpcenter/userguide/desktop-components.html
+share/doc/HTML/en/khelpcenter/userguide/docustaff.html
+share/doc/HTML/en/khelpcenter/userguide/entertainmentapplications.html
+share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html
+share/doc/HTML/en/khelpcenter/userguide/firstimpressions.html
+share/doc/HTML/en/khelpcenter/userguide/frequentlyaskedquestionsaboutkde.html
+share/doc/HTML/en/khelpcenter/userguide/gettingstarted.html
+share/doc/HTML/en/khelpcenter/userguide/gnu-general-public-license.html
+share/doc/HTML/en/khelpcenter/userguide/gnulicense.html
+share/doc/HTML/en/khelpcenter/userguide/graphicalapplications.html
+share/doc/HTML/en/khelpcenter/userguide/i-cannot-compile-package-xxx.html
+share/doc/HTML/en/khelpcenter/userguide/index.cvlog
+share/doc/HTML/en/khelpcenter/userguide/index.docbook
+share/doc/HTML/en/khelpcenter/userguide/index.html
+share/doc/HTML/en/khelpcenter/userguide/input-devices.html
+share/doc/HTML/en/khelpcenter/userguide/installation.html
+share/doc/HTML/en/khelpcenter/userguide/introduction.html
+share/doc/HTML/en/khelpcenter/userguide/kde-is-not-stable.html
+share/doc/HTML/en/khelpcenter/userguide/kmedia-media-player.html
+share/doc/HTML/en/khelpcenter/userguide/knu-network-utilities.html
+share/doc/HTML/en/khelpcenter/userguide/kpoker.html
+share/doc/HTML/en/khelpcenter/userguide/krn-news-client.html
+share/doc/HTML/en/khelpcenter/userguide/ktetris.html
+share/doc/HTML/en/khelpcenter/userguide/kview-image-viewer.html
+share/doc/HTML/en/khelpcenter/userguide/legal-notices.html
+share/doc/HTML/en/khelpcenter/userguide/legal-status.html
+share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms-for-redhat-caldera-and.html
+share/doc/HTML/en/khelpcenter/userguide/mailinglists.html
+share/doc/HTML/en/khelpcenter/userguide/mouse-techniques.html
+share/doc/HTML/en/khelpcenter/userguide/moving-files-with-drag-and-drop.html
+share/doc/HTML/en/khelpcenter/userguide/multimediaapplications.html
+share/doc/HTML/en/khelpcenter/userguide/network.html
+share/doc/HTML/en/khelpcenter/userguide/networkapplications.html
+share/doc/HTML/en/khelpcenter/userguide/panel-settings.html
+share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html
+share/doc/HTML/en/khelpcenter/userguide/shortcuts.html
+share/doc/HTML/en/khelpcenter/userguide/sound-system.html
+share/doc/HTML/en/khelpcenter/userguide/sourcedistribution.html
+share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html
+share/doc/HTML/en/khelpcenter/userguide/suseinstall.html
+share/doc/HTML/en/khelpcenter/userguide/system-information.html
+share/doc/HTML/en/khelpcenter/userguide/using-command-line-and-terminals.html
+share/doc/HTML/en/khelpcenter/userguide/using-multiple-desktops.html
+share/doc/HTML/en/khelpcenter/userguide/using-tgz-to-install-on-top-of-other-systems.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-font-manager.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html
+share/doc/HTML/en/khelpcenter/userguide/usingtemplates.html
+share/doc/HTML/en/khelpcenter/userguide/utilityapplications.html
+share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html
+share/doc/HTML/en/khelpcenter/userguide/what-i-urgently-need.html
+share/doc/HTML/en/khelpcenter/userguide/what-is-missing.html
+share/doc/HTML/en/khelpcenter/whatiskde.html
+share/doc/HTML/en/kikbd/.anchors
+share/doc/HTML/en/kikbd/advanced.html
+share/doc/HTML/en/kikbd/advanced.png
+share/doc/HTML/en/kikbd/authors.html
+share/doc/HTML/en/kikbd/bug-reporting.html
+share/doc/HTML/en/kikbd/config.html
+share/doc/HTML/en/kikbd/create.html
+share/doc/HTML/en/kikbd/general.html
+share/doc/HTML/en/kikbd/general.png
+share/doc/HTML/en/kikbd/index.cvlog
+share/doc/HTML/en/kikbd/index.docbook
+share/doc/HTML/en/kikbd/index.html
+share/doc/HTML/en/kikbd/installation.html
+share/doc/HTML/en/kikbd/introduction.html
+share/doc/HTML/en/kikbd/nationalkeyboard.html
+share/doc/HTML/en/kikbd/screen-saver-password-problems..html
+share/doc/HTML/en/kikbd/startup.html
+share/doc/HTML/en/kikbd/startup.png
+share/doc/HTML/en/kikbd/style.html
+share/doc/HTML/en/kikbd/style.png
+share/doc/HTML/en/kikbd/troubleshooting.html
+share/doc/HTML/en/konsole/.anchors
+share/doc/HTML/en/konsole/application-related-problems.html
+share/doc/HTML/en/konsole/broken-termacap-and-terminfo.html
+share/doc/HTML/en/konsole/bugs-and-faq.html
+share/doc/HTML/en/konsole/color-scheme.html
+share/doc/HTML/en/konsole/configuration.html
+share/doc/HTML/en/konsole/fonts.html
+share/doc/HTML/en/konsole/index.cvlog
+share/doc/HTML/en/konsole/index.docbook
+share/doc/HTML/en/konsole/index.html
+share/doc/HTML/en/konsole/installation.html
+share/doc/HTML/en/konsole/introduction.html
+share/doc/HTML/en/konsole/known-bugs.html
+share/doc/HTML/en/konsole/not-to-implement.html
+share/doc/HTML/en/konsole/overview.html
+share/doc/HTML/en/konsole/problems-with-backspace-delete.html
+share/doc/HTML/en/konsole/security.html
share/doc/HTML/en/konsole/techref.html
share/doc/HTML/en/konsole/vt100.gif
-share/doc/HTML/en/kpager/index-1.html
-share/doc/HTML/en/kpager/index-2.html
-share/doc/HTML/en/kpager/index-3.html
-share/doc/HTML/en/kpager/index-4.html
-share/doc/HTML/en/kpager/index-5.html
+share/doc/HTML/en/kpager/.anchors
+share/doc/HTML/en/kpager/compilation-and-installation.html
+share/doc/HTML/en/kpager/customizingkpageradvancedfeatures.html
+share/doc/HTML/en/kpager/frequentlyaskedquestionsfaq.html
+share/doc/HTML/en/kpager/index.cvlog
+share/doc/HTML/en/kpager/index.docbook
share/doc/HTML/en/kpager/index.html
-share/doc/HTML/en/kpager/logotp3.gif
-share/doc/HTML/en/kpanel/index-1.html
-share/doc/HTML/en/kpanel/index-2.html
-share/doc/HTML/en/kpanel/index-3.html
-share/doc/HTML/en/kpanel/index-4.html
-share/doc/HTML/en/kpanel/index-5.html
-share/doc/HTML/en/kpanel/index.html
-share/doc/HTML/en/kpanel/logotp3.gif
-share/doc/HTML/en/kthememgr/index-1.html
-share/doc/HTML/en/kthememgr/index-2.html
-share/doc/HTML/en/kthememgr/index-3.html
-share/doc/HTML/en/kthememgr/index.html
-share/doc/HTML/en/kthememgr/logotp3.gif
-share/doc/HTML/en/kvt/index.html
-share/doc/HTML/en/kwm/index-1.html
-share/doc/HTML/en/kwm/index-2.html
-share/doc/HTML/en/kwm/index-3.html
-share/doc/HTML/en/kwm/index-4.html
-share/doc/HTML/en/kwm/index-5.html
-share/doc/HTML/en/kwm/index-6.html
+share/doc/HTML/en/kpager/installation.html
+share/doc/HTML/en/kpager/introduction.html
+share/doc/HTML/en/kpager/one-click-action.html
+share/doc/HTML/en/kpager/requirements.html
+share/doc/HTML/en/kpager/resizing-windows.html
+share/doc/HTML/en/kpager/rows-mode.html
+share/doc/HTML/en/kpager/the-global-desktop.html
+share/doc/HTML/en/kpager/the-window-properties-menu.html
+share/doc/HTML/en/kpager/workingwithkpager.html
+share/doc/HTML/en/kwm/.anchors
+share/doc/HTML/en/kwm/authors.html
+share/doc/HTML/en/kwm/commands.html
+share/doc/HTML/en/kwm/configuration.html
+share/doc/HTML/en/kwm/does-kwm-support-shaded-windows-a-la-openste.html
+share/doc/HTML/en/kwm/epilogue.html
+share/doc/HTML/en/kwm/frequentlyaskedquestions.html
+share/doc/HTML/en/kwm/index.cvlog
+share/doc/HTML/en/kwm/index.docbook
share/doc/HTML/en/kwm/index.html
-share/doc/HTML/en/kwm/logotp3.gif
-share/doc/HTML/ru/kikbd/advanced.gif
-share/doc/HTML/ru/kikbd/general.gif
-share/doc/HTML/ru/kikbd/kikbd-1.html
-share/doc/HTML/ru/kikbd/kikbd-2.html
-share/doc/HTML/ru/kikbd/kikbd-3.html
-share/doc/HTML/ru/kikbd/kikbd-4.html
-share/doc/HTML/ru/kikbd/kikbd-5.html
-share/doc/HTML/ru/kikbd/kikbd-6.html
-share/doc/HTML/ru/kikbd/kikbd-7.html
-share/doc/HTML/ru/kikbd/kikbd-8.html
-share/doc/HTML/ru/kikbd/kikbd.html
-share/doc/HTML/ru/kikbd/logotp3.gif
-share/doc/HTML/ru/kikbd/startup.gif
-share/doc/HTML/ru/kikbd/style.gif
-share/icons/3floppy_mount.xpm
-share/icons/3floppy_unmount.xpm
-share/icons/5floppy_mount.xpm
-share/icons/5floppy_unmount.xpm
-share/icons/application_settings.xpm
-share/icons/applications_package.xpm
-share/icons/background.xpm
-share/icons/bell.xpm
-share/icons/binary.xpm
-share/icons/binary2.xpm
-share/icons/blockdevice.xpm
-share/icons/brightness.xpm
-share/icons/buttons.xpm
-share/icons/c_src.xpm
-share/icons/cdrom_mount.xpm
-share/icons/cdrom_unmount.xpm
-share/icons/cdwriter_mount.xpm
-share/icons/cdwriter_unmount.xpm
-share/icons/chardevice.xpm
-share/icons/colors.xpm
-share/icons/colourness.xpm
-share/icons/contrast.xpm
-share/icons/core.xpm
-share/icons/desktop.xpm
-share/icons/desktop_settings.xpm
-share/icons/document.xpm
-share/icons/dvi.xpm
-share/icons/editors_package.xpm
-share/icons/exec.xpm
-share/icons/f_src.xpm
-share/icons/folder.xpm
-share/icons/folder_blue.xpm
-share/icons/folder_cyan.xpm
-share/icons/folder_green.xpm
-share/icons/folder_open.xpm
-share/icons/folder_red.xpm
-share/icons/folder_yellow.xpm
-share/icons/font.xpm
-share/icons/fonts.xpm
-share/icons/ftp.xpm
-share/icons/games_package.xpm
-share/icons/general_settings.xpm
-share/icons/gf.xpm
-share/icons/graphics_package.xpm
-share/icons/h_src.xpm
-share/icons/harddrive_mount.xpm
-share/icons/harddrive_unmount.xpm
-share/icons/html.xpm
-share/icons/image.xpm
-share/icons/info.xpm
-share/icons/information.xpm
-share/icons/information_settings.xpm
-share/icons/input_devices_settings.xpm
-share/icons/java_src.xpm
-share/icons/kcmdevices.xpm
-share/icons/kcmkpanel.xpm
-share/icons/kcmkwm.xpm
-share/icons/kcmmemory.xpm
-share/icons/kcmpartitions.xpm
-share/icons/kcmpci.xpm
-share/icons/kcmprocessor.xpm
-share/icons/kcmscsi.xpm
-share/icons/kcmsound.xpm
-share/icons/kcmsyssound.xpm
-share/icons/kcmx.xpm
-share/icons/kcontrol.xpm
-share/icons/kdehelp.xpm
-share/icons/kdisknav.xpm
-share/icons/kdmconfig.xpm
-share/icons/keyboard.xpm
-share/icons/kfind.xpm
-share/icons/kfm.xpm
-share/icons/kfm_fulltrash.xpm
-share/icons/kfm_home.xpm
-share/icons/kfm_refresh.xpm
-share/icons/kfm_trash.xpm
-share/icons/kfontmanager.xpm
-share/icons/kikbd.xpm
-share/icons/kmenuedit.xpm
-share/icons/kmultiple.xpm
-share/icons/konsole.xpm
-share/icons/kscreensaver.xpm
-share/icons/kthememgr.xpm
-share/icons/kvt.xpm
-share/icons/kwm.xpm
-share/icons/l_src.xpm
-share/icons/large/3floppy_mount.xpm
-share/icons/large/3floppy_unmount.xpm
-share/icons/large/5floppy_mount.xpm
-share/icons/large/5floppy_unmount.xpm
-share/icons/large/applications_package.xpm
-share/icons/large/bell.xpm
-share/icons/large/binary.xpm
-share/icons/large/binary2.xpm
-share/icons/large/blockdevice.xpm
-share/icons/large/buttons.xpm
-share/icons/large/c_src.xpm
-share/icons/large/cdrom_mount.xpm
-share/icons/large/cdrom_unmount.xpm
-share/icons/large/cdwriter_mount.xpm
-share/icons/large/cdwriter_unmount.xpm
-share/icons/large/chardevice.xpm
-share/icons/large/colors.xpm
-share/icons/large/core.xpm
-share/icons/large/desktop.xpm
-share/icons/large/desktop_settings.xpm
-share/icons/large/document.xpm
-share/icons/large/dvi.xpm
-share/icons/large/editors_package.xpm
-share/icons/large/exec.xpm
-share/icons/large/f_src.xpm
-share/icons/large/folder.xpm
-share/icons/large/folder_blue.xpm
-share/icons/large/folder_cyan.xpm
-share/icons/large/folder_green.xpm
-share/icons/large/folder_open.xpm
-share/icons/large/folder_red.xpm
-share/icons/large/folder_yellow.xpm
-share/icons/large/font.xpm
-share/icons/large/fonts.xpm
-share/icons/large/ftp.xpm
-share/icons/large/games_package.xpm
-share/icons/large/gf.xpm
-share/icons/large/go.xpm
-share/icons/large/graphics_package.xpm
-share/icons/large/h_src.xpm
-share/icons/large/hd_mount.xpm
-share/icons/large/hd_unmount.xpm
-share/icons/large/html.xpm
-share/icons/large/image.xpm
-share/icons/large/info.xpm
-share/icons/large/java_src.xpm
-share/icons/large/kcmdevices.xpm
-share/icons/large/kcmmemory.xpm
-share/icons/large/kcmpartitions.xpm
-share/icons/large/kcmpci.xpm
-share/icons/large/kcmprocessor.xpm
-share/icons/large/kcmscsi.xpm
-share/icons/large/kcmsyssound.xpm
-share/icons/large/kcontrol.xpm
-share/icons/large/kdehelp.xpm
-share/icons/large/kdisknav.xpm
-share/icons/large/kdmconfig.xpm
-share/icons/large/kfind.xpm
-share/icons/large/kfm.xpm
-share/icons/large/kfm_fulltrash.xpm
-share/icons/large/kfm_home.xpm
-share/icons/large/kfm_trash.xpm
-share/icons/large/kfontmanager.xpm
-share/icons/large/kikbd.xpm
-share/icons/large/kmenuedit.xpm
-share/icons/large/kmultiple.xpm
-share/icons/large/konsole.xpm
-share/icons/large/kscreensaver.xpm
-share/icons/large/kvt.xpm
-share/icons/large/kwm.xpm
-share/icons/large/l_src.xpm
-share/icons/large/library.xpm
-share/icons/large/link.xpm
-share/icons/large/locale.xpm
-share/icons/large/locked_file.xpm
-share/icons/large/lockedfolder.xpm
-share/icons/large/log.xpm
-share/icons/large/magneto-optical_mount.xpm
-share/icons/large/magneto-optical_unmount.xpm
-share/icons/large/make.xpm
-share/icons/large/man.xpm
-share/icons/large/metafont.xpm
-share/icons/large/midi.xpm
-share/icons/large/misc.xpm
-share/icons/large/moc_src.xpm
-share/icons/large/multimedia_package.xpm
-share/icons/large/network_package.xpm
-share/icons/large/o_src.xpm
-share/icons/large/p_src.xpm
-share/icons/large/package.xpm
-share/icons/large/pdf.xpm
-share/icons/large/perl.xpm
-share/icons/large/perl_doc.xpm
-share/icons/large/pk.xpm
-share/icons/large/postscript.xpm
-share/icons/large/properties.xpm
-share/icons/large/readme.xpm
-share/icons/large/readonly.xpm
-share/icons/large/resource.xpm
-share/icons/large/screensaver.xpm
-share/icons/large/script.xpm
-share/icons/large/settings_package.xpm
-share/icons/large/shredder.xpm
-share/icons/large/single_doc.xpm
-share/icons/large/socket.xpm
-share/icons/large/sound.xpm
-share/icons/large/style.xpm
-share/icons/large/system_package.xpm
-share/icons/large/tablet.xpm
-share/icons/large/tape_archive.xpm
-share/icons/large/terminal.xpm
-share/icons/large/tex.xpm
-share/icons/large/tgz.xpm
-share/icons/large/titlebar.xpm
-share/icons/large/trash.xpm
-share/icons/large/trash_full.xpm
-share/icons/large/txt.xpm
-share/icons/large/unknown.xpm
-share/icons/large/utilities_package.xpm
-share/icons/large/video.xpm
-share/icons/large/www.xpm
-share/icons/large/x.xpm
-share/icons/large/y_src.xpm
-share/icons/large/zip_mount.xpm
-share/icons/large/zip_unmount.xpm
-share/icons/library.xpm
-share/icons/link.xpm
-share/icons/locale.xpm
-share/icons/locked.xpm
-share/icons/locked_file.xpm
-share/icons/lockedfolder.xpm
-share/icons/log.xpm
-share/icons/logo.xpm
-share/icons/magneto-optical_mount.xpm
-share/icons/magneto-optical_unmount.xpm
-share/icons/make.xpm
-share/icons/man.xpm
-share/icons/metafont.xpm
-share/icons/midi.xpm
-share/icons/mini/3floppy_mount.xpm
-share/icons/mini/3floppy_unmount.xpm
-share/icons/mini/5floppy_mount.xpm
-share/icons/mini/5floppy_unmount.xpm
-share/icons/mini/application_settings.xpm
-share/icons/mini/applications_package.xpm
-share/icons/mini/audiovol.xpm
-share/icons/mini/background.xpm
-share/icons/mini/bell.xpm
-share/icons/mini/binary.xpm
-share/icons/mini/blockdevice.xpm
-share/icons/mini/buttons.xpm
-share/icons/mini/c_src.xpm
-share/icons/mini/cdrom_mount.xpm
-share/icons/mini/cdrom_unmount.xpm
-share/icons/mini/chardevice.xpm
-share/icons/mini/colors.xpm
-share/icons/mini/core.xpm
-share/icons/mini/desktop.xpm
-share/icons/mini/desktop_settings.xpm
-share/icons/mini/document.xpm
-share/icons/mini/dvi.xpm
-share/icons/mini/editors_package.xpm
-share/icons/mini/exec.xpm
-share/icons/mini/f_src.xpm
-share/icons/mini/folder.xpm
-share/icons/mini/folder_blue.xpm
-share/icons/mini/folder_cyan.xpm
-share/icons/mini/folder_green.xpm
-share/icons/mini/folder_open.xpm
-share/icons/mini/folder_red.xpm
-share/icons/mini/folder_yellow.xpm
-share/icons/mini/font.xpm
-share/icons/mini/fonts.xpm
-share/icons/mini/ftp.xpm
-share/icons/mini/games_package.xpm
-share/icons/mini/general_settings.xpm
-share/icons/mini/gf.xpm
-share/icons/mini/graphics_package.xpm
-share/icons/mini/h_src.xpm
-share/icons/mini/harddrive_mount.xpm
-share/icons/mini/harddrive_unmount.xpm
-share/icons/mini/html.xpm
-share/icons/mini/image.xpm
-share/icons/mini/info.xpm
-share/icons/mini/information_settings.xpm
-share/icons/mini/input_devices_settings.xpm
-share/icons/mini/java_src.xpm
-share/icons/mini/kcmdevices.xpm
-share/icons/mini/kcmkpanel.xpm
-share/icons/mini/kcmkwm.xpm
-share/icons/mini/kcmmemory.xpm
-share/icons/mini/kcmpartitions.xpm
-share/icons/mini/kcmpci.xpm
-share/icons/mini/kcmprocessor.xpm
-share/icons/mini/kcmscsi.xpm
-share/icons/mini/kcmsound.xpm
-share/icons/mini/kcmsyssound.xpm
-share/icons/mini/kcmx.xpm
-share/icons/mini/kcontrol.xpm
-share/icons/mini/kdehelp.xpm
-share/icons/mini/kdmconfig.xpm
-share/icons/mini/keyboard.xpm
-share/icons/mini/kfind.xpm
-share/icons/mini/kfm.xpm
-share/icons/mini/kfm_fulltrash.xpm
-share/icons/mini/kfm_home.xpm
-share/icons/mini/kfm_refresh.xpm
-share/icons/mini/kfm_trash.xpm
-share/icons/mini/kfontmanager.xpm
-share/icons/mini/kikbd.xpm
-share/icons/mini/kmenuedit.xpm
-share/icons/mini/konsole.xpm
-share/icons/mini/kscreensaver.xpm
-share/icons/mini/kthememgr.xpm
-share/icons/mini/kvt.xpm
-share/icons/mini/kwm.xpm
-share/icons/mini/l_src.xpm
-share/icons/mini/library.xpm
-share/icons/mini/locale.xpm
-share/icons/mini/locked.xpm
-share/icons/mini/lockedfolder.xpm
-share/icons/mini/log.xpm
-share/icons/mini/make.xpm
-share/icons/mini/man.xpm
-share/icons/mini/maximize2.xpm
-share/icons/mini/metafont.xpm
-share/icons/mini/midi.xpm
-share/icons/mini/mini-ball.xpm
-share/icons/mini/mini-bball.xpm
-share/icons/mini/mini-bomb.xpm
-share/icons/mini/mini-book1.xpm
-share/icons/mini/mini-book2.xpm
-share/icons/mini/mini-bug1.xpm
-share/icons/mini/mini-bug2.xpm
-share/icons/mini/mini-bx2.xpm
-share/icons/mini/mini-calc.xpm
-share/icons/mini/mini-camera.xpm
-share/icons/mini/mini-cdlabel.xpm
-share/icons/mini/mini-clock.xpm
-share/icons/mini/mini-colors.xpm
-share/icons/mini/mini-connect.xpm
-share/icons/mini/mini-connected.xpm
-share/icons/mini/mini-cross.xpm
-share/icons/mini/mini-default.xpm
-share/icons/mini/mini-display.xpm
-share/icons/mini/mini-doc.xpm
-share/icons/mini/mini-edit.xpm
-share/icons/mini/mini-exclam.xpm
-share/icons/mini/mini-exp.xpm
-share/icons/mini/mini-eyes.xpm
-share/icons/mini/mini-filemgr.xpm
-share/icons/mini/mini-fractal.xpm
-share/icons/mini/mini-gball.xpm
-share/icons/mini/mini-gv.xpm
-share/icons/mini/mini-hammer.xpm
-share/icons/mini/mini-happy.xpm
-share/icons/mini/mini-hextris.xpm
-share/icons/mini/mini-k.xpm
-share/icons/mini/mini-lock.xpm
-share/icons/mini/mini-lower.xpm
-share/icons/mini/mini-mail.xpm
-share/icons/mini/mini-manual.xpm
-share/icons/mini/mini-max1.xpm
-share/icons/mini/mini-maze.xpm
-share/icons/mini/mini-modules.xpm
-share/icons/mini/mini-move.xpm
-share/icons/mini/mini-move1.xpm
-share/icons/mini/mini-nscape.xpm
-share/icons/mini/mini-ofolder.xpm
-share/icons/mini/mini-olwm.xpm
-share/icons/mini/mini-paint.xpm
-share/icons/mini/mini-pencil.xpm
-share/icons/mini/mini-question.xpm
-share/icons/mini/mini-raise.xpm
-share/icons/mini/mini-ray.xpm
-share/icons/mini/mini-rball.xpm
-share/icons/mini/mini-resize.xpm
-share/icons/mini/mini-roach.xpm
-share/icons/mini/mini-run.xpm
-share/icons/mini/mini-sh.xpm
-share/icons/mini/mini-sh1.xpm
-share/icons/mini/mini-slon.xpm
-share/icons/mini/mini-stop.xpm
-share/icons/mini/mini-term.xpm
-share/icons/mini/mini-tetris.xpm
-share/icons/mini/mini-turn.xpm
-share/icons/mini/mini-up.xpm
-share/icons/mini/mini-windows.xpm
-share/icons/mini/mini-x.xpm
-share/icons/mini/mini-x2.xpm
-share/icons/mini/mini-xmahjongg.xpm
-share/icons/mini/mini-xv.xpm
-share/icons/mini/mini-zoom.xpm
-share/icons/mini/mini.audiovol.xpm
-share/icons/mini/mini.checkmark.xpm
-share/icons/mini/mini.cut.xpm
-share/icons/mini/mini.destroy.xpm
-share/icons/mini/mini.excl.xpm
-share/icons/mini/mini.exit.xpm
-share/icons/mini/mini.fvwm.xpm
-share/icons/mini/mini.letter.xpm
-share/icons/mini/mini.lower.xpm
-share/icons/mini/mini.move.xpm
-share/icons/mini/mini.netscape.xpm
-share/icons/mini/mini.raise.xpm
-share/icons/mini/mini.resize.xpm
-share/icons/mini/mini.xarchie.xpm
-share/icons/mini/mini.xboing.xpm
-share/icons/mini/mini.xlock.xpm
-share/icons/mini/mini.xpm
-share/icons/mini/mini.xterm.xpm
-share/icons/mini/mini.zircon.xpm
-share/icons/mini/moc_src.xpm
-share/icons/mini/mouse.xpm
-share/icons/mini/multimedia_package.xpm
-share/icons/mini/network_package.xpm
-share/icons/mini/network_settings.xpm
-share/icons/mini/o_src.xpm
-share/icons/mini/p_src.xpm
-share/icons/mini/package.xpm
-share/icons/mini/panel_settings.xpm
-share/icons/mini/pci.xpm
-share/icons/mini/pdf.xpm
-share/icons/mini/pipe.xpm
-share/icons/mini/pk.xpm
-share/icons/mini/postscript.xpm
-share/icons/mini/printer.xpm
-share/icons/mini/readme.xpm
-share/icons/mini/resource.xpm
-share/icons/mini/s_src.xpm
-share/icons/mini/sample.xpm
-share/icons/mini/screensaver.xpm
-share/icons/mini/script.xpm
-share/icons/mini/settings_package.xpm
-share/icons/mini/smbstatus.xpm
-share/icons/mini/socket.xpm
-share/icons/mini/sound.xpm
-share/icons/mini/sound_settings.xpm
-share/icons/mini/style.xpm
-share/icons/mini/system_package.xpm
-share/icons/mini/tablet.xpm
-share/icons/mini/terminal.xpm
-share/icons/mini/tex.xpm
-share/icons/mini/tgz.xpm
-share/icons/mini/titlebar.xpm
-share/icons/mini/trash.xpm
-share/icons/mini/txt.xpm
-share/icons/mini/unknown.xpm
-share/icons/mini/utilities_package.xpm
-share/icons/mini/video.xpm
-share/icons/mini/windows.xpm
-share/icons/mini/winprops.xpm
-share/icons/mini/www.xpm
-share/icons/mini/x.xpm
-share/icons/mini/y_src.xpm
-share/icons/mini/zip_mount.xpm
-share/icons/mini/zip_unmount.xpm
-share/icons/misc.xpm
-share/icons/moc_src.xpm
-share/icons/monitor.xpm
-share/icons/mouse.xpm
-share/icons/multimedia_package.xpm
-share/icons/network.xpm
-share/icons/network_package.xpm
-share/icons/network_settings.xpm
-share/icons/o_src.xpm
-share/icons/p_src.xpm
-share/icons/package.xpm
-share/icons/panel_settings.xpm
-share/icons/pdf.xpm
-share/icons/perl.xpm
-share/icons/pipe.xpm
-share/icons/pk.xpm
-share/icons/postscript.xpm
-share/icons/printer.xpm
-share/icons/properties.xpm
-share/icons/readme.xpm
-share/icons/readonly.xpm
-share/icons/resource.xpm
-share/icons/s_src.xpm
-share/icons/screensaver.xpm
-share/icons/script.xpm
-share/icons/settings_package.xpm
-share/icons/shredder.xpm
-share/icons/single_doc.xpm
-share/icons/smbstatus.xpm
-share/icons/socket.xpm
-share/icons/sound.xpm
-share/icons/sound_settings.xpm
-share/icons/style.xpm
-share/icons/system_package.xpm
-share/icons/tablet.xpm
-share/icons/terminal.xpm
-share/icons/tex.xpm
-share/icons/tgz.xpm
-share/icons/titlebar.xpm
-share/icons/trash.xpm
-share/icons/txt.xpm
-share/icons/unknown.xpm
-share/icons/utilities_package.xpm
-share/icons/video.xpm
-share/icons/www.xpm
-share/icons/x.xpm
-share/icons/y_src.xpm
-share/icons/zip_mount.xpm
-share/icons/zip_unmount.xpm
-share/locale/br/LC_MESSAGES/kbgndwm.mo
-share/locale/br/LC_MESSAGES/kcmbell.mo
-share/locale/br/LC_MESSAGES/kcmdisplay.mo
-share/locale/br/LC_MESSAGES/kcminfo.mo
-share/locale/br/LC_MESSAGES/kcminput.mo
-share/locale/br/LC_MESSAGES/kcmkeys.mo
-share/locale/br/LC_MESSAGES/kcmkfm.mo
-share/locale/br/LC_MESSAGES/kcmkpanel.mo
-share/locale/br/LC_MESSAGES/kcmkwm.mo
-share/locale/br/LC_MESSAGES/kcmlocale.mo
-share/locale/br/LC_MESSAGES/kcmsamba.mo
-share/locale/br/LC_MESSAGES/kcmsample.mo
-share/locale/br/LC_MESSAGES/kcmsyssound.mo
-share/locale/br/LC_MESSAGES/kcontrol.mo
-share/locale/br/LC_MESSAGES/kdehelp.mo
-share/locale/br/LC_MESSAGES/kdm.mo
-share/locale/br/LC_MESSAGES/kdmconfig.mo
-share/locale/br/LC_MESSAGES/kfind.mo
-share/locale/br/LC_MESSAGES/kfm.mo
-share/locale/br/LC_MESSAGES/kfontmanager.mo
-share/locale/br/LC_MESSAGES/kikbd.mo
-share/locale/br/LC_MESSAGES/klock.mo
-share/locale/br/LC_MESSAGES/kmenuedit.mo
-share/locale/br/LC_MESSAGES/konsole.mo
-share/locale/br/LC_MESSAGES/kpager.mo
-share/locale/br/LC_MESSAGES/kpanel.mo
-share/locale/br/LC_MESSAGES/krootwm.mo
-share/locale/br/LC_MESSAGES/kstart.mo
-share/locale/br/LC_MESSAGES/kvt.mo
-share/locale/br/LC_MESSAGES/kwm.mo
-share/locale/ca/LC_MESSAGES/kbgndwm.mo
-share/locale/ca/LC_MESSAGES/kcmbell.mo
-share/locale/ca/LC_MESSAGES/kcmdisplay.mo
-share/locale/ca/LC_MESSAGES/kcminfo.mo
-share/locale/ca/LC_MESSAGES/kcminput.mo
-share/locale/ca/LC_MESSAGES/kcmkeys.mo
-share/locale/ca/LC_MESSAGES/kcmkfm.mo
-share/locale/ca/LC_MESSAGES/kcmkpanel.mo
-share/locale/ca/LC_MESSAGES/kcmkwm.mo
-share/locale/ca/LC_MESSAGES/kcmlocale.mo
-share/locale/ca/LC_MESSAGES/kcmsamba.mo
-share/locale/ca/LC_MESSAGES/kcmsample.mo
-share/locale/ca/LC_MESSAGES/kcmsyssound.mo
-share/locale/ca/LC_MESSAGES/kcontrol.mo
-share/locale/ca/LC_MESSAGES/kdehelp.mo
-share/locale/ca/LC_MESSAGES/kdm.mo
-share/locale/ca/LC_MESSAGES/kdmconfig.mo
-share/locale/ca/LC_MESSAGES/kfind.mo
-share/locale/ca/LC_MESSAGES/kfm.mo
-share/locale/ca/LC_MESSAGES/kfontmanager.mo
-share/locale/ca/LC_MESSAGES/kikbd.mo
-share/locale/ca/LC_MESSAGES/klock.mo
-share/locale/ca/LC_MESSAGES/kmenuedit.mo
-share/locale/ca/LC_MESSAGES/konsole.mo
-share/locale/ca/LC_MESSAGES/kpager.mo
-share/locale/ca/LC_MESSAGES/kpanel.mo
-share/locale/ca/LC_MESSAGES/krootwm.mo
-share/locale/ca/LC_MESSAGES/kstart.mo
-share/locale/ca/LC_MESSAGES/kvt.mo
-share/locale/ca/LC_MESSAGES/kwm.mo
-share/locale/cs/LC_MESSAGES/kcmbell.mo
-share/locale/cs/LC_MESSAGES/kcmdisplay.mo
-share/locale/cs/LC_MESSAGES/kcminfo.mo
-share/locale/cs/LC_MESSAGES/kcminput.mo
-share/locale/cs/LC_MESSAGES/kcmkeys.mo
-share/locale/cs/LC_MESSAGES/kcmkfm.mo
-share/locale/cs/LC_MESSAGES/kcmkpanel.mo
-share/locale/cs/LC_MESSAGES/kcmkwm.mo
-share/locale/cs/LC_MESSAGES/kcmlocale.mo
-share/locale/cs/LC_MESSAGES/kcmsamba.mo
-share/locale/cs/LC_MESSAGES/kcmsample.mo
-share/locale/cs/LC_MESSAGES/kcmsyssound.mo
-share/locale/cs/LC_MESSAGES/kcontrol.mo
-share/locale/cs/LC_MESSAGES/kdehelp.mo
-share/locale/cs/LC_MESSAGES/kdm.mo
-share/locale/cs/LC_MESSAGES/kdmconfig.mo
-share/locale/cs/LC_MESSAGES/kfind.mo
-share/locale/cs/LC_MESSAGES/kfm.mo
-share/locale/cs/LC_MESSAGES/kfontmanager.mo
-share/locale/cs/LC_MESSAGES/kikbd.mo
-share/locale/cs/LC_MESSAGES/klock.mo
-share/locale/cs/LC_MESSAGES/kmenuedit.mo
-share/locale/cs/LC_MESSAGES/konsole.mo
-share/locale/cs/LC_MESSAGES/kpager.mo
-share/locale/cs/LC_MESSAGES/kpanel.mo
-share/locale/cs/LC_MESSAGES/krootwm.mo
-share/locale/cs/LC_MESSAGES/kstart.mo
-share/locale/cs/LC_MESSAGES/kvt.mo
-share/locale/cs/LC_MESSAGES/kwm.mo
-share/locale/da/LC_MESSAGES/kbgndwm.mo
-share/locale/da/LC_MESSAGES/kcmbell.mo
-share/locale/da/LC_MESSAGES/kcmdisplay.mo
-share/locale/da/LC_MESSAGES/kcminfo.mo
-share/locale/da/LC_MESSAGES/kcminput.mo
-share/locale/da/LC_MESSAGES/kcmkeys.mo
-share/locale/da/LC_MESSAGES/kcmkfm.mo
-share/locale/da/LC_MESSAGES/kcmkpanel.mo
-share/locale/da/LC_MESSAGES/kcmkwm.mo
-share/locale/da/LC_MESSAGES/kcmlocale.mo
-share/locale/da/LC_MESSAGES/kcmsamba.mo
-share/locale/da/LC_MESSAGES/kcmsample.mo
-share/locale/da/LC_MESSAGES/kcmsyssound.mo
-share/locale/da/LC_MESSAGES/kcontrol.mo
-share/locale/da/LC_MESSAGES/kdehelp.mo
-share/locale/da/LC_MESSAGES/kdm.mo
-share/locale/da/LC_MESSAGES/kdmconfig.mo
-share/locale/da/LC_MESSAGES/kfind.mo
-share/locale/da/LC_MESSAGES/kfm.mo
-share/locale/da/LC_MESSAGES/kfontmanager.mo
-share/locale/da/LC_MESSAGES/kikbd.mo
-share/locale/da/LC_MESSAGES/klock.mo
-share/locale/da/LC_MESSAGES/kmenuedit.mo
-share/locale/da/LC_MESSAGES/konsole.mo
-share/locale/da/LC_MESSAGES/kpager.mo
-share/locale/da/LC_MESSAGES/kpanel.mo
-share/locale/da/LC_MESSAGES/krootwm.mo
-share/locale/da/LC_MESSAGES/kstart.mo
-share/locale/da/LC_MESSAGES/kvt.mo
-share/locale/da/LC_MESSAGES/kwm.mo
-share/locale/de/LC_MESSAGES/kbgndwm.mo
-share/locale/de/LC_MESSAGES/kcmbell.mo
-share/locale/de/LC_MESSAGES/kcmdisplay.mo
-share/locale/de/LC_MESSAGES/kcminfo.mo
-share/locale/de/LC_MESSAGES/kcminput.mo
-share/locale/de/LC_MESSAGES/kcmkeys.mo
-share/locale/de/LC_MESSAGES/kcmkfm.mo
-share/locale/de/LC_MESSAGES/kcmkpanel.mo
-share/locale/de/LC_MESSAGES/kcmkwm.mo
-share/locale/de/LC_MESSAGES/kcmlocale.mo
-share/locale/de/LC_MESSAGES/kcmsamba.mo
-share/locale/de/LC_MESSAGES/kcmsample.mo
-share/locale/de/LC_MESSAGES/kcmsyssound.mo
-share/locale/de/LC_MESSAGES/kcontrol.mo
-share/locale/de/LC_MESSAGES/kdehelp.mo
-share/locale/de/LC_MESSAGES/kdm.mo
-share/locale/de/LC_MESSAGES/kdmconfig.mo
-share/locale/de/LC_MESSAGES/kfind.mo
-share/locale/de/LC_MESSAGES/kfm.mo
-share/locale/de/LC_MESSAGES/kfontmanager.mo
-share/locale/de/LC_MESSAGES/kikbd.mo
-share/locale/de/LC_MESSAGES/klock.mo
-share/locale/de/LC_MESSAGES/kmenuedit.mo
-share/locale/de/LC_MESSAGES/konsole.mo
-share/locale/de/LC_MESSAGES/kpager.mo
-share/locale/de/LC_MESSAGES/kpanel.mo
-share/locale/de/LC_MESSAGES/krootwm.mo
-share/locale/de/LC_MESSAGES/kstart.mo
-share/locale/de/LC_MESSAGES/kthememgr.mo
-share/locale/de/LC_MESSAGES/kvt.mo
-share/locale/de/LC_MESSAGES/kwm.mo
-share/locale/el/LC_MESSAGES/kcmbell.mo
-share/locale/el/LC_MESSAGES/kcmdisplay.mo
-share/locale/el/LC_MESSAGES/kcminfo.mo
-share/locale/el/LC_MESSAGES/kcminput.mo
-share/locale/el/LC_MESSAGES/kcmkpanel.mo
-share/locale/el/LC_MESSAGES/kcmkwm.mo
-share/locale/el/LC_MESSAGES/kcmlocale.mo
-share/locale/el/LC_MESSAGES/kcmsamba.mo
-share/locale/el/LC_MESSAGES/kcmsample.mo
-share/locale/el/LC_MESSAGES/kcmsyssound.mo
-share/locale/el/LC_MESSAGES/kcontrol.mo
-share/locale/el/LC_MESSAGES/kdehelp.mo
-share/locale/el/LC_MESSAGES/kdm.mo
-share/locale/el/LC_MESSAGES/kdmconfig.mo
-share/locale/el/LC_MESSAGES/kfind.mo
-share/locale/el/LC_MESSAGES/kfm.mo
-share/locale/el/LC_MESSAGES/kfontmanager.mo
-share/locale/el/LC_MESSAGES/klock.mo
-share/locale/el/LC_MESSAGES/kmenuedit.mo
-share/locale/el/LC_MESSAGES/kpanel.mo
-share/locale/el/LC_MESSAGES/krootwm.mo
-share/locale/el/LC_MESSAGES/kvt.mo
-share/locale/el/LC_MESSAGES/kwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmdisplay.mo
-share/locale/en_UK/LC_MESSAGES/kcmkwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmsyssound.mo
-share/locale/en_UK/LC_MESSAGES/kdehelp.mo
-share/locale/en_UK/LC_MESSAGES/kdmconfig.mo
-share/locale/en_UK/LC_MESSAGES/klock.mo
-share/locale/en_UK/LC_MESSAGES/kvt.mo
-share/locale/en_UK/LC_MESSAGES/kwm.mo
-share/locale/eo/LC_MESSAGES/kbgndwm.mo
-share/locale/eo/LC_MESSAGES/kcmbell.mo
-share/locale/eo/LC_MESSAGES/kcmdisplay.mo
-share/locale/eo/LC_MESSAGES/kcminfo.mo
-share/locale/eo/LC_MESSAGES/kcminput.mo
-share/locale/eo/LC_MESSAGES/kcmkeys.mo
-share/locale/eo/LC_MESSAGES/kcmkfm.mo
-share/locale/eo/LC_MESSAGES/kcmkpanel.mo
-share/locale/eo/LC_MESSAGES/kcmkwm.mo
-share/locale/eo/LC_MESSAGES/kcmlocale.mo
-share/locale/eo/LC_MESSAGES/kcmsamba.mo
-share/locale/eo/LC_MESSAGES/kcmsample.mo
-share/locale/eo/LC_MESSAGES/kcmsyssound.mo
-share/locale/eo/LC_MESSAGES/kcontrol.mo
-share/locale/eo/LC_MESSAGES/kdehelp.mo
-share/locale/eo/LC_MESSAGES/kdm.mo
-share/locale/eo/LC_MESSAGES/kdmconfig.mo
-share/locale/eo/LC_MESSAGES/kfind.mo
-share/locale/eo/LC_MESSAGES/kfm.mo
-share/locale/eo/LC_MESSAGES/kfontmanager.mo
-share/locale/eo/LC_MESSAGES/kikbd.mo
-share/locale/eo/LC_MESSAGES/klock.mo
-share/locale/eo/LC_MESSAGES/kmenuedit.mo
-share/locale/eo/LC_MESSAGES/konsole.mo
-share/locale/eo/LC_MESSAGES/kpager.mo
-share/locale/eo/LC_MESSAGES/kpanel.mo
-share/locale/eo/LC_MESSAGES/krootwm.mo
-share/locale/eo/LC_MESSAGES/kstart.mo
-share/locale/eo/LC_MESSAGES/kvt.mo
-share/locale/eo/LC_MESSAGES/kwm.mo
-share/locale/es/LC_MESSAGES/kbgndwm.mo
-share/locale/es/LC_MESSAGES/kcmbell.mo
-share/locale/es/LC_MESSAGES/kcmdisplay.mo
-share/locale/es/LC_MESSAGES/kcminfo.mo
-share/locale/es/LC_MESSAGES/kcminput.mo
-share/locale/es/LC_MESSAGES/kcmkeys.mo
-share/locale/es/LC_MESSAGES/kcmkfm.mo
-share/locale/es/LC_MESSAGES/kcmkpanel.mo
-share/locale/es/LC_MESSAGES/kcmkwm.mo
-share/locale/es/LC_MESSAGES/kcmlocale.mo
-share/locale/es/LC_MESSAGES/kcmsamba.mo
-share/locale/es/LC_MESSAGES/kcmsample.mo
-share/locale/es/LC_MESSAGES/kcmsyssound.mo
-share/locale/es/LC_MESSAGES/kcontrol.mo
-share/locale/es/LC_MESSAGES/kdehelp.mo
-share/locale/es/LC_MESSAGES/kdm.mo
-share/locale/es/LC_MESSAGES/kdmconfig.mo
-share/locale/es/LC_MESSAGES/kfind.mo
-share/locale/es/LC_MESSAGES/kfm.mo
-share/locale/es/LC_MESSAGES/kfontmanager.mo
-share/locale/es/LC_MESSAGES/kikbd.mo
-share/locale/es/LC_MESSAGES/klock.mo
-share/locale/es/LC_MESSAGES/kmenuedit.mo
-share/locale/es/LC_MESSAGES/konsole.mo
-share/locale/es/LC_MESSAGES/kpager.mo
-share/locale/es/LC_MESSAGES/kpanel.mo
-share/locale/es/LC_MESSAGES/krootwm.mo
-share/locale/es/LC_MESSAGES/kstart.mo
-share/locale/es/LC_MESSAGES/kvt.mo
-share/locale/es/LC_MESSAGES/kwm.mo
-share/locale/et/LC_MESSAGES/kbgndwm.mo
-share/locale/et/LC_MESSAGES/kcmbell.mo
-share/locale/et/LC_MESSAGES/kcmdisplay.mo
-share/locale/et/LC_MESSAGES/kcminfo.mo
-share/locale/et/LC_MESSAGES/kcminput.mo
-share/locale/et/LC_MESSAGES/kcmkeys.mo
-share/locale/et/LC_MESSAGES/kcmkfm.mo
-share/locale/et/LC_MESSAGES/kcmkpanel.mo
-share/locale/et/LC_MESSAGES/kcmkwm.mo
-share/locale/et/LC_MESSAGES/kcmlocale.mo
-share/locale/et/LC_MESSAGES/kcmsamba.mo
-share/locale/et/LC_MESSAGES/kcmsample.mo
-share/locale/et/LC_MESSAGES/kcmsyssound.mo
-share/locale/et/LC_MESSAGES/kcontrol.mo
-share/locale/et/LC_MESSAGES/kdehelp.mo
-share/locale/et/LC_MESSAGES/kdm.mo
-share/locale/et/LC_MESSAGES/kdmconfig.mo
-share/locale/et/LC_MESSAGES/kfind.mo
-share/locale/et/LC_MESSAGES/kfm.mo
-share/locale/et/LC_MESSAGES/kfontmanager.mo
-share/locale/et/LC_MESSAGES/kikbd.mo
-share/locale/et/LC_MESSAGES/klock.mo
-share/locale/et/LC_MESSAGES/kmenuedit.mo
-share/locale/et/LC_MESSAGES/konsole.mo
-share/locale/et/LC_MESSAGES/kpager.mo
-share/locale/et/LC_MESSAGES/kpanel.mo
-share/locale/et/LC_MESSAGES/krootwm.mo
-share/locale/et/LC_MESSAGES/kstart.mo
-share/locale/et/LC_MESSAGES/kvt.mo
-share/locale/et/LC_MESSAGES/kwm.mo
-share/locale/fi/LC_MESSAGES/kbgndwm.mo
-share/locale/fi/LC_MESSAGES/kcmbell.mo
-share/locale/fi/LC_MESSAGES/kcmdisplay.mo
-share/locale/fi/LC_MESSAGES/kcminfo.mo
-share/locale/fi/LC_MESSAGES/kcminput.mo
-share/locale/fi/LC_MESSAGES/kcmkeys.mo
-share/locale/fi/LC_MESSAGES/kcmkfm.mo
-share/locale/fi/LC_MESSAGES/kcmkpanel.mo
-share/locale/fi/LC_MESSAGES/kcmkwm.mo
-share/locale/fi/LC_MESSAGES/kcmlocale.mo
-share/locale/fi/LC_MESSAGES/kcmsamba.mo
-share/locale/fi/LC_MESSAGES/kcmsample.mo
-share/locale/fi/LC_MESSAGES/kcmsyssound.mo
-share/locale/fi/LC_MESSAGES/kcontrol.mo
-share/locale/fi/LC_MESSAGES/kdehelp.mo
-share/locale/fi/LC_MESSAGES/kdm.mo
-share/locale/fi/LC_MESSAGES/kdmconfig.mo
-share/locale/fi/LC_MESSAGES/kfind.mo
-share/locale/fi/LC_MESSAGES/kfm.mo
-share/locale/fi/LC_MESSAGES/kfontmanager.mo
-share/locale/fi/LC_MESSAGES/kikbd.mo
-share/locale/fi/LC_MESSAGES/klock.mo
-share/locale/fi/LC_MESSAGES/kmenuedit.mo
-share/locale/fi/LC_MESSAGES/konsole.mo
-share/locale/fi/LC_MESSAGES/kpager.mo
-share/locale/fi/LC_MESSAGES/kpanel.mo
-share/locale/fi/LC_MESSAGES/krootwm.mo
-share/locale/fi/LC_MESSAGES/kstart.mo
-share/locale/fi/LC_MESSAGES/kthememgr.mo
-share/locale/fi/LC_MESSAGES/kvt.mo
-share/locale/fi/LC_MESSAGES/kwm.mo
-share/locale/fr/LC_MESSAGES/kbgndwm.mo
-share/locale/fr/LC_MESSAGES/kcmbell.mo
-share/locale/fr/LC_MESSAGES/kcmdisplay.mo
-share/locale/fr/LC_MESSAGES/kcminfo.mo
-share/locale/fr/LC_MESSAGES/kcminput.mo
-share/locale/fr/LC_MESSAGES/kcmkeys.mo
-share/locale/fr/LC_MESSAGES/kcmkfm.mo
-share/locale/fr/LC_MESSAGES/kcmkpanel.mo
-share/locale/fr/LC_MESSAGES/kcmkwm.mo
-share/locale/fr/LC_MESSAGES/kcmlocale.mo
-share/locale/fr/LC_MESSAGES/kcmsamba.mo
-share/locale/fr/LC_MESSAGES/kcmsample.mo
-share/locale/fr/LC_MESSAGES/kcmsyssound.mo
-share/locale/fr/LC_MESSAGES/kcontrol.mo
-share/locale/fr/LC_MESSAGES/kdehelp.mo
-share/locale/fr/LC_MESSAGES/kdm.mo
-share/locale/fr/LC_MESSAGES/kdmconfig.mo
-share/locale/fr/LC_MESSAGES/kfind.mo
-share/locale/fr/LC_MESSAGES/kfm.mo
-share/locale/fr/LC_MESSAGES/kfontmanager.mo
-share/locale/fr/LC_MESSAGES/kikbd.mo
-share/locale/fr/LC_MESSAGES/klock.mo
-share/locale/fr/LC_MESSAGES/kmenuedit.mo
-share/locale/fr/LC_MESSAGES/konsole.mo
-share/locale/fr/LC_MESSAGES/kpager.mo
-share/locale/fr/LC_MESSAGES/kpanel.mo
-share/locale/fr/LC_MESSAGES/krootwm.mo
-share/locale/fr/LC_MESSAGES/kstart.mo
-share/locale/fr/LC_MESSAGES/kthememgr.mo
-share/locale/fr/LC_MESSAGES/kvt.mo
-share/locale/fr/LC_MESSAGES/kwm.mo
-share/locale/he/LC_MESSAGES/kcmbell.mo
-share/locale/he/LC_MESSAGES/kcmdisplay.mo
-share/locale/he/LC_MESSAGES/kcminfo.mo
-share/locale/he/LC_MESSAGES/kcmkfm.mo
-share/locale/he/LC_MESSAGES/kcmkpanel.mo
-share/locale/he/LC_MESSAGES/kcmlocale.mo
-share/locale/he/LC_MESSAGES/kcontrol.mo
-share/locale/he/LC_MESSAGES/kdehelp.mo
-share/locale/he/LC_MESSAGES/kdm.mo
-share/locale/he/LC_MESSAGES/kfind.mo
-share/locale/he/LC_MESSAGES/kfm.mo
-share/locale/he/LC_MESSAGES/kpanel.mo
-share/locale/he/LC_MESSAGES/krootwm.mo
-share/locale/he/LC_MESSAGES/ksysv.mo
-share/locale/he/LC_MESSAGES/kuser.mo
-share/locale/he/LC_MESSAGES/kvt.mo
-share/locale/he/LC_MESSAGES/kwm.mo
-share/locale/hr/LC_MESSAGES/kbgndwm.mo
-share/locale/hr/LC_MESSAGES/kcmbell.mo
-share/locale/hr/LC_MESSAGES/kcmdisplay.mo
-share/locale/hr/LC_MESSAGES/kcminfo.mo
-share/locale/hr/LC_MESSAGES/kcminput.mo
-share/locale/hr/LC_MESSAGES/kcmkeys.mo
-share/locale/hr/LC_MESSAGES/kcmkfm.mo
-share/locale/hr/LC_MESSAGES/kcmkpanel.mo
-share/locale/hr/LC_MESSAGES/kcmkwm.mo
-share/locale/hr/LC_MESSAGES/kcmlocale.mo
-share/locale/hr/LC_MESSAGES/kcmsamba.mo
-share/locale/hr/LC_MESSAGES/kcmsample.mo
-share/locale/hr/LC_MESSAGES/kcmsyssound.mo
-share/locale/hr/LC_MESSAGES/kcontrol.mo
-share/locale/hr/LC_MESSAGES/kdehelp.mo
-share/locale/hr/LC_MESSAGES/kdm.mo
-share/locale/hr/LC_MESSAGES/kdmconfig.mo
-share/locale/hr/LC_MESSAGES/kfind.mo
-share/locale/hr/LC_MESSAGES/kfm.mo
-share/locale/hr/LC_MESSAGES/kfontmanager.mo
-share/locale/hr/LC_MESSAGES/kikbd.mo
-share/locale/hr/LC_MESSAGES/klock.mo
-share/locale/hr/LC_MESSAGES/kmenuedit.mo
-share/locale/hr/LC_MESSAGES/konsole.mo
-share/locale/hr/LC_MESSAGES/kpager.mo
-share/locale/hr/LC_MESSAGES/kpanel.mo
-share/locale/hr/LC_MESSAGES/krootwm.mo
-share/locale/hr/LC_MESSAGES/kstart.mo
-share/locale/hr/LC_MESSAGES/kvt.mo
-share/locale/hr/LC_MESSAGES/kwm.mo
-share/locale/hs/LC_MESSAGES/kcmkwm.mo
-share/locale/hs/LC_MESSAGES/kcmlocale.mo
-share/locale/hs/LC_MESSAGES/kcmpanel.mo
-share/locale/hs/LC_MESSAGES/kcontrol.mo
-share/locale/hs/LC_MESSAGES/kde.mo
-share/locale/hs/LC_MESSAGES/kdehelp.mo
-share/locale/hs/LC_MESSAGES/kdm.mo
-share/locale/hs/LC_MESSAGES/kdmconfig.mo
-share/locale/hs/LC_MESSAGES/kfm.mo
-share/locale/hs/LC_MESSAGES/konsole.mo
-share/locale/hs/LC_MESSAGES/kpanel.mo
-share/locale/hs/LC_MESSAGES/krootwm.mo
-share/locale/hs/LC_MESSAGES/kstart.mo
-share/locale/hs/LC_MESSAGES/kvt.mo
-share/locale/hs/LC_MESSAGES/kwm.mo
-share/locale/hu/LC_MESSAGES/kbgndwm.mo
-share/locale/hu/LC_MESSAGES/kcmbell.mo
-share/locale/hu/LC_MESSAGES/kcmdisplay.mo
-share/locale/hu/LC_MESSAGES/kcminfo.mo
-share/locale/hu/LC_MESSAGES/kcminput.mo
-share/locale/hu/LC_MESSAGES/kcmkeys.mo
-share/locale/hu/LC_MESSAGES/kcmkfm.mo
-share/locale/hu/LC_MESSAGES/kcmkpanel.mo
-share/locale/hu/LC_MESSAGES/kcmkwm.mo
-share/locale/hu/LC_MESSAGES/kcmlocale.mo
-share/locale/hu/LC_MESSAGES/kcmsamba.mo
-share/locale/hu/LC_MESSAGES/kcmsample.mo
-share/locale/hu/LC_MESSAGES/kcmsyssound.mo
-share/locale/hu/LC_MESSAGES/kcontrol.mo
-share/locale/hu/LC_MESSAGES/kdehelp.mo
-share/locale/hu/LC_MESSAGES/kdm.mo
-share/locale/hu/LC_MESSAGES/kdmconfig.mo
-share/locale/hu/LC_MESSAGES/kfind.mo
-share/locale/hu/LC_MESSAGES/kfm.mo
-share/locale/hu/LC_MESSAGES/kfontmanager.mo
-share/locale/hu/LC_MESSAGES/kikbd.mo
-share/locale/hu/LC_MESSAGES/klock.mo
-share/locale/hu/LC_MESSAGES/kmenuedit.mo
-share/locale/hu/LC_MESSAGES/konsole.mo
-share/locale/hu/LC_MESSAGES/kpager.mo
-share/locale/hu/LC_MESSAGES/kpanel.mo
-share/locale/hu/LC_MESSAGES/krootwm.mo
-share/locale/hu/LC_MESSAGES/kstart.mo
-share/locale/hu/LC_MESSAGES/kvt.mo
-share/locale/hu/LC_MESSAGES/kwm.mo
-share/locale/is/LC_MESSAGES/kbgndwm.mo
-share/locale/is/LC_MESSAGES/kcmbell.mo
-share/locale/is/LC_MESSAGES/kcmdisplay.mo
-share/locale/is/LC_MESSAGES/kcminfo.mo
-share/locale/is/LC_MESSAGES/kcminput.mo
-share/locale/is/LC_MESSAGES/kcmkeys.mo
-share/locale/is/LC_MESSAGES/kcmkfm.mo
-share/locale/is/LC_MESSAGES/kcmkpanel.mo
-share/locale/is/LC_MESSAGES/kcmkwm.mo
-share/locale/is/LC_MESSAGES/kcmlocale.mo
-share/locale/is/LC_MESSAGES/kcmsamba.mo
-share/locale/is/LC_MESSAGES/kcmsample.mo
-share/locale/is/LC_MESSAGES/kcmsyssound.mo
-share/locale/is/LC_MESSAGES/kcontrol.mo
-share/locale/is/LC_MESSAGES/kdehelp.mo
-share/locale/is/LC_MESSAGES/kdm.mo
-share/locale/is/LC_MESSAGES/kdmconfig.mo
-share/locale/is/LC_MESSAGES/kfind.mo
-share/locale/is/LC_MESSAGES/kfm.mo
-share/locale/is/LC_MESSAGES/kfontmanager.mo
-share/locale/is/LC_MESSAGES/kikbd.mo
-share/locale/is/LC_MESSAGES/klock.mo
-share/locale/is/LC_MESSAGES/kmenuedit.mo
-share/locale/is/LC_MESSAGES/konsole.mo
-share/locale/is/LC_MESSAGES/kpager.mo
-share/locale/is/LC_MESSAGES/kpanel.mo
-share/locale/is/LC_MESSAGES/krootwm.mo
-share/locale/is/LC_MESSAGES/kstart.mo
-share/locale/is/LC_MESSAGES/kthememgr.mo
-share/locale/is/LC_MESSAGES/kvt.mo
-share/locale/is/LC_MESSAGES/kwm.mo
-share/locale/it/LC_MESSAGES/kbgndwm.mo
-share/locale/it/LC_MESSAGES/kcmbell.mo
-share/locale/it/LC_MESSAGES/kcmdisplay.mo
-share/locale/it/LC_MESSAGES/kcminfo.mo
-share/locale/it/LC_MESSAGES/kcminput.mo
-share/locale/it/LC_MESSAGES/kcmkeys.mo
-share/locale/it/LC_MESSAGES/kcmkfm.mo
-share/locale/it/LC_MESSAGES/kcmkpanel.mo
-share/locale/it/LC_MESSAGES/kcmkwm.mo
-share/locale/it/LC_MESSAGES/kcmlocale.mo
-share/locale/it/LC_MESSAGES/kcmsamba.mo
-share/locale/it/LC_MESSAGES/kcmsample.mo
-share/locale/it/LC_MESSAGES/kcmsyssound.mo
-share/locale/it/LC_MESSAGES/kcontrol.mo
-share/locale/it/LC_MESSAGES/kdehelp.mo
-share/locale/it/LC_MESSAGES/kdm.mo
-share/locale/it/LC_MESSAGES/kdmconfig.mo
-share/locale/it/LC_MESSAGES/kfind.mo
-share/locale/it/LC_MESSAGES/kfm.mo
-share/locale/it/LC_MESSAGES/kfontmanager.mo
-share/locale/it/LC_MESSAGES/kikbd.mo
-share/locale/it/LC_MESSAGES/klock.mo
-share/locale/it/LC_MESSAGES/kmenuedit.mo
-share/locale/it/LC_MESSAGES/konsole.mo
-share/locale/it/LC_MESSAGES/kpager.mo
-share/locale/it/LC_MESSAGES/kpanel.mo
-share/locale/it/LC_MESSAGES/krootwm.mo
-share/locale/it/LC_MESSAGES/kstart.mo
-share/locale/it/LC_MESSAGES/kvt.mo
-share/locale/it/LC_MESSAGES/kwm.mo
-share/locale/ja/LC_MESSAGES/kbgndwm.mo
-share/locale/ja/LC_MESSAGES/kcmbell.mo
-share/locale/ja/LC_MESSAGES/kcmdisplay.mo
-share/locale/ja/LC_MESSAGES/kcminfo.mo
-share/locale/ja/LC_MESSAGES/kcminput.mo
-share/locale/ja/LC_MESSAGES/kcmkeys.mo
-share/locale/ja/LC_MESSAGES/kcmkfm.mo
-share/locale/ja/LC_MESSAGES/kcmkpanel.mo
-share/locale/ja/LC_MESSAGES/kcmkwm.mo
-share/locale/ja/LC_MESSAGES/kcmlocale.mo
-share/locale/ja/LC_MESSAGES/kcmsamba.mo
-share/locale/ja/LC_MESSAGES/kcmsample.mo
-share/locale/ja/LC_MESSAGES/kcmsyssound.mo
-share/locale/ja/LC_MESSAGES/kcontrol.mo
-share/locale/ja/LC_MESSAGES/kdehelp.mo
-share/locale/ja/LC_MESSAGES/kdm.mo
-share/locale/ja/LC_MESSAGES/kdmconfig.mo
-share/locale/ja/LC_MESSAGES/kfind.mo
-share/locale/ja/LC_MESSAGES/kfm.mo
-share/locale/ja/LC_MESSAGES/kfontmanager.mo
-share/locale/ja/LC_MESSAGES/kikbd.mo
-share/locale/ja/LC_MESSAGES/klock.mo
-share/locale/ja/LC_MESSAGES/kmenuedit.mo
-share/locale/ja/LC_MESSAGES/konsole.mo
-share/locale/ja/LC_MESSAGES/kpager.mo
-share/locale/ja/LC_MESSAGES/kpanel.mo
-share/locale/ja/LC_MESSAGES/krootwm.mo
-share/locale/ja/LC_MESSAGES/kvt.mo
-share/locale/ja/LC_MESSAGES/kwm.mo
-share/locale/ko/LC_MESSAGES/kcmbell.mo
-share/locale/ko/LC_MESSAGES/kcmdisplay.mo
-share/locale/ko/LC_MESSAGES/kcminfo.mo
-share/locale/ko/LC_MESSAGES/kcminput.mo
-share/locale/ko/LC_MESSAGES/kcmkpanel.mo
-share/locale/ko/LC_MESSAGES/kcmkwm.mo
-share/locale/ko/LC_MESSAGES/kcmlocale.mo
-share/locale/ko/LC_MESSAGES/kcmsamba.mo
-share/locale/ko/LC_MESSAGES/kcmsample.mo
-share/locale/ko/LC_MESSAGES/kcmsyssound.mo
-share/locale/ko/LC_MESSAGES/kcontrol.mo
-share/locale/ko/LC_MESSAGES/kdehelp.mo
-share/locale/ko/LC_MESSAGES/kdm.mo
-share/locale/ko/LC_MESSAGES/kdmconfig.mo
-share/locale/ko/LC_MESSAGES/kfind.mo
-share/locale/ko/LC_MESSAGES/kfm.mo
-share/locale/ko/LC_MESSAGES/kfontmanager.mo
-share/locale/ko/LC_MESSAGES/klock.mo
-share/locale/ko/LC_MESSAGES/kmenuedit.mo
-share/locale/ko/LC_MESSAGES/kpanel.mo
-share/locale/ko/LC_MESSAGES/krootwm.mo
-share/locale/ko/LC_MESSAGES/kvt.mo
-share/locale/ko/LC_MESSAGES/kwm.mo
-share/locale/mk/LC_MESSAGES/kcmdisplay.mo
-share/locale/mk/LC_MESSAGES/kdehelp.mo
-share/locale/mk/LC_MESSAGES/kdm.mo
-share/locale/mk/LC_MESSAGES/kfind.mo
-share/locale/mk/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kcmbell.mo
-share/locale/nl/LC_MESSAGES/kcmdisplay.mo
-share/locale/nl/LC_MESSAGES/kcminfo.mo
-share/locale/nl/LC_MESSAGES/kcminput.mo
-share/locale/nl/LC_MESSAGES/kcmkpanel.mo
-share/locale/nl/LC_MESSAGES/kcmkwm.mo
-share/locale/nl/LC_MESSAGES/kcmlocale.mo
-share/locale/nl/LC_MESSAGES/kcmsamba.mo
-share/locale/nl/LC_MESSAGES/kcmsample.mo
-share/locale/nl/LC_MESSAGES/kcmsyssound.mo
-share/locale/nl/LC_MESSAGES/kcontrol.mo
-share/locale/nl/LC_MESSAGES/kdehelp.mo
-share/locale/nl/LC_MESSAGES/kdm.mo
-share/locale/nl/LC_MESSAGES/kdmconfig.mo
-share/locale/nl/LC_MESSAGES/kfind.mo
-share/locale/nl/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kfontmanager.mo
-share/locale/nl/LC_MESSAGES/kikbd.mo
-share/locale/nl/LC_MESSAGES/klock.mo
-share/locale/nl/LC_MESSAGES/kmenuedit.mo
-share/locale/nl/LC_MESSAGES/kpanel.mo
-share/locale/nl/LC_MESSAGES/krootwm.mo
-share/locale/nl/LC_MESSAGES/kvt.mo
-share/locale/nl/LC_MESSAGES/kwm.mo
-share/locale/no/LC_MESSAGES/kbgndwm.mo
-share/locale/no/LC_MESSAGES/kcmbell.mo
-share/locale/no/LC_MESSAGES/kcmdisplay.mo
-share/locale/no/LC_MESSAGES/kcminfo.mo
-share/locale/no/LC_MESSAGES/kcminput.mo
-share/locale/no/LC_MESSAGES/kcmkeys.mo
-share/locale/no/LC_MESSAGES/kcmkfm.mo
-share/locale/no/LC_MESSAGES/kcmkpanel.mo
-share/locale/no/LC_MESSAGES/kcmkwm.mo
-share/locale/no/LC_MESSAGES/kcmlocale.mo
-share/locale/no/LC_MESSAGES/kcmsamba.mo
-share/locale/no/LC_MESSAGES/kcmsample.mo
-share/locale/no/LC_MESSAGES/kcmsyssound.mo
-share/locale/no/LC_MESSAGES/kcontrol.mo
-share/locale/no/LC_MESSAGES/kdehelp.mo
-share/locale/no/LC_MESSAGES/kdm.mo
-share/locale/no/LC_MESSAGES/kdmconfig.mo
-share/locale/no/LC_MESSAGES/kfind.mo
-share/locale/no/LC_MESSAGES/kfm.mo
-share/locale/no/LC_MESSAGES/kfontmanager.mo
-share/locale/no/LC_MESSAGES/kikbd.mo
-share/locale/no/LC_MESSAGES/klock.mo
-share/locale/no/LC_MESSAGES/kmenuedit.mo
-share/locale/no/LC_MESSAGES/konsole.mo
-share/locale/no/LC_MESSAGES/kpager.mo
-share/locale/no/LC_MESSAGES/kpanel.mo
-share/locale/no/LC_MESSAGES/krootwm.mo
-share/locale/no/LC_MESSAGES/kstart.mo
-share/locale/no/LC_MESSAGES/kvt.mo
-share/locale/no/LC_MESSAGES/kwm.mo
-share/locale/pl/LC_MESSAGES/kbgndwm.mo
-share/locale/pl/LC_MESSAGES/kcmbell.mo
-share/locale/pl/LC_MESSAGES/kcmdisplay.mo
-share/locale/pl/LC_MESSAGES/kcminfo.mo
-share/locale/pl/LC_MESSAGES/kcminput.mo
-share/locale/pl/LC_MESSAGES/kcmkeys.mo
-share/locale/pl/LC_MESSAGES/kcmkfm.mo
-share/locale/pl/LC_MESSAGES/kcmkpanel.mo
-share/locale/pl/LC_MESSAGES/kcmkwm.mo
-share/locale/pl/LC_MESSAGES/kcmlocale.mo
-share/locale/pl/LC_MESSAGES/kcmsamba.mo
-share/locale/pl/LC_MESSAGES/kcmsample.mo
-share/locale/pl/LC_MESSAGES/kcmsyssound.mo
-share/locale/pl/LC_MESSAGES/kcontrol.mo
-share/locale/pl/LC_MESSAGES/kdehelp.mo
-share/locale/pl/LC_MESSAGES/kdm.mo
-share/locale/pl/LC_MESSAGES/kdmconfig.mo
-share/locale/pl/LC_MESSAGES/kfind.mo
-share/locale/pl/LC_MESSAGES/kfm.mo
-share/locale/pl/LC_MESSAGES/kfontmanager.mo
-share/locale/pl/LC_MESSAGES/kikbd.mo
-share/locale/pl/LC_MESSAGES/klock.mo
-share/locale/pl/LC_MESSAGES/kmenuedit.mo
-share/locale/pl/LC_MESSAGES/konsole.mo
-share/locale/pl/LC_MESSAGES/kpager.mo
-share/locale/pl/LC_MESSAGES/kpanel.mo
-share/locale/pl/LC_MESSAGES/krootwm.mo
-share/locale/pl/LC_MESSAGES/kstart.mo
-share/locale/pl/LC_MESSAGES/kthememgr.mo
-share/locale/pl/LC_MESSAGES/kvt.mo
-share/locale/pl/LC_MESSAGES/kwm.mo
-share/locale/pt/LC_MESSAGES/kcmbell.mo
-share/locale/pt/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt/LC_MESSAGES/kcminfo.mo
-share/locale/pt/LC_MESSAGES/kcminput.mo
-share/locale/pt/LC_MESSAGES/kcmkeys.mo
-share/locale/pt/LC_MESSAGES/kcmkfm.mo
-share/locale/pt/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt/LC_MESSAGES/kcmkwm.mo
-share/locale/pt/LC_MESSAGES/kcmlocale.mo
-share/locale/pt/LC_MESSAGES/kcmsamba.mo
-share/locale/pt/LC_MESSAGES/kcmsample.mo
-share/locale/pt/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt/LC_MESSAGES/kcontrol.mo
-share/locale/pt/LC_MESSAGES/kdehelp.mo
-share/locale/pt/LC_MESSAGES/kdm.mo
-share/locale/pt/LC_MESSAGES/kdmconfig.mo
-share/locale/pt/LC_MESSAGES/kfind.mo
-share/locale/pt/LC_MESSAGES/kfm.mo
-share/locale/pt/LC_MESSAGES/kfontmanager.mo
-share/locale/pt/LC_MESSAGES/kikbd.mo
-share/locale/pt/LC_MESSAGES/klock.mo
-share/locale/pt/LC_MESSAGES/kmenuedit.mo
-share/locale/pt/LC_MESSAGES/kpanel.mo
-share/locale/pt/LC_MESSAGES/krootwm.mo
-share/locale/pt/LC_MESSAGES/kstart.mo
-share/locale/pt/LC_MESSAGES/kvt.mo
-share/locale/pt/LC_MESSAGES/kwm.mo
-share/locale/pt_BR/LC_MESSAGES/kbgndwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmbell.mo
-share/locale/pt_BR/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt_BR/LC_MESSAGES/kcminfo.mo
-share/locale/pt_BR/LC_MESSAGES/kcminput.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkeys.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkfm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmlocale.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsamba.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsample.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt_BR/LC_MESSAGES/kcontrol.mo
-share/locale/pt_BR/LC_MESSAGES/kdehelp.mo
-share/locale/pt_BR/LC_MESSAGES/kdm.mo
-share/locale/pt_BR/LC_MESSAGES/kdmconfig.mo
-share/locale/pt_BR/LC_MESSAGES/kfind.mo
-share/locale/pt_BR/LC_MESSAGES/kfm.mo
-share/locale/pt_BR/LC_MESSAGES/kfontmanager.mo
-share/locale/pt_BR/LC_MESSAGES/kikbd.mo
-share/locale/pt_BR/LC_MESSAGES/klock.mo
-share/locale/pt_BR/LC_MESSAGES/kmenuedit.mo
-share/locale/pt_BR/LC_MESSAGES/konsole.mo
-share/locale/pt_BR/LC_MESSAGES/kpager.mo
-share/locale/pt_BR/LC_MESSAGES/kpanel.mo
-share/locale/pt_BR/LC_MESSAGES/krootwm.mo
-share/locale/pt_BR/LC_MESSAGES/kstart.mo
-share/locale/pt_BR/LC_MESSAGES/kvt.mo
-share/locale/pt_BR/LC_MESSAGES/kwm.mo
-share/locale/ro/LC_MESSAGES/kbgndwm.mo
-share/locale/ro/LC_MESSAGES/kcmbell.mo
-share/locale/ro/LC_MESSAGES/kcmdisplay.mo
-share/locale/ro/LC_MESSAGES/kcminfo.mo
-share/locale/ro/LC_MESSAGES/kcminput.mo
-share/locale/ro/LC_MESSAGES/kcmkpanel.mo
-share/locale/ro/LC_MESSAGES/kcmkwm.mo
-share/locale/ro/LC_MESSAGES/kcmlocale.mo
-share/locale/ro/LC_MESSAGES/kcmsamba.mo
-share/locale/ro/LC_MESSAGES/kcmsample.mo
-share/locale/ro/LC_MESSAGES/kcmsyssound.mo
-share/locale/ro/LC_MESSAGES/kcontrol.mo
-share/locale/ro/LC_MESSAGES/kdehelp.mo
-share/locale/ro/LC_MESSAGES/kdm.mo
-share/locale/ro/LC_MESSAGES/kdmconfig.mo
-share/locale/ro/LC_MESSAGES/kfind.mo
-share/locale/ro/LC_MESSAGES/kfm.mo
-share/locale/ro/LC_MESSAGES/kfontmanager.mo
-share/locale/ro/LC_MESSAGES/klock.mo
-share/locale/ro/LC_MESSAGES/kmenuedit.mo
-share/locale/ro/LC_MESSAGES/kpanel.mo
-share/locale/ro/LC_MESSAGES/krootwm.mo
-share/locale/ro/LC_MESSAGES/kvt.mo
-share/locale/ro/LC_MESSAGES/kwm.mo
-share/locale/ru/LC_MESSAGES/kbgndwm.mo
-share/locale/ru/LC_MESSAGES/kcmbell.mo
-share/locale/ru/LC_MESSAGES/kcmdisplay.mo
-share/locale/ru/LC_MESSAGES/kcminfo.mo
-share/locale/ru/LC_MESSAGES/kcminput.mo
-share/locale/ru/LC_MESSAGES/kcmkeys.mo
-share/locale/ru/LC_MESSAGES/kcmkfm.mo
-share/locale/ru/LC_MESSAGES/kcmkpanel.mo
-share/locale/ru/LC_MESSAGES/kcmkwm.mo
-share/locale/ru/LC_MESSAGES/kcmlocale.mo
-share/locale/ru/LC_MESSAGES/kcmsamba.mo
-share/locale/ru/LC_MESSAGES/kcmsample.mo
-share/locale/ru/LC_MESSAGES/kcmsyssound.mo
-share/locale/ru/LC_MESSAGES/kcontrol.mo
-share/locale/ru/LC_MESSAGES/kdehelp.mo
-share/locale/ru/LC_MESSAGES/kdm.mo
-share/locale/ru/LC_MESSAGES/kdmconfig.mo
-share/locale/ru/LC_MESSAGES/kfind.mo
-share/locale/ru/LC_MESSAGES/kfm.mo
-share/locale/ru/LC_MESSAGES/kfontmanager.mo
-share/locale/ru/LC_MESSAGES/kikbd.mo
-share/locale/ru/LC_MESSAGES/klock.mo
-share/locale/ru/LC_MESSAGES/kmenuedit.mo
-share/locale/ru/LC_MESSAGES/konsole.mo
-share/locale/ru/LC_MESSAGES/kpager.mo
-share/locale/ru/LC_MESSAGES/kpanel.mo
-share/locale/ru/LC_MESSAGES/krootwm.mo
-share/locale/ru/LC_MESSAGES/kstart.mo
-share/locale/ru/LC_MESSAGES/kvt.mo
-share/locale/ru/LC_MESSAGES/kwm.mo
-share/locale/sk/LC_MESSAGES/kbgndwm.mo
-share/locale/sk/LC_MESSAGES/kcmbell.mo
-share/locale/sk/LC_MESSAGES/kcmdisplay.mo
-share/locale/sk/LC_MESSAGES/kcminfo.mo
-share/locale/sk/LC_MESSAGES/kcminput.mo
-share/locale/sk/LC_MESSAGES/kcmkeys.mo
-share/locale/sk/LC_MESSAGES/kcmkfm.mo
-share/locale/sk/LC_MESSAGES/kcmkpanel.mo
-share/locale/sk/LC_MESSAGES/kcmkwm.mo
-share/locale/sk/LC_MESSAGES/kcmlocale.mo
-share/locale/sk/LC_MESSAGES/kcmsamba.mo
-share/locale/sk/LC_MESSAGES/kcmsample.mo
-share/locale/sk/LC_MESSAGES/kcmsyssound.mo
-share/locale/sk/LC_MESSAGES/kcontrol.mo
-share/locale/sk/LC_MESSAGES/kdehelp.mo
-share/locale/sk/LC_MESSAGES/kdm.mo
-share/locale/sk/LC_MESSAGES/kdmconfig.mo
-share/locale/sk/LC_MESSAGES/kfind.mo
-share/locale/sk/LC_MESSAGES/kfm.mo
-share/locale/sk/LC_MESSAGES/kfontmanager.mo
-share/locale/sk/LC_MESSAGES/kikbd.mo
-share/locale/sk/LC_MESSAGES/klock.mo
-share/locale/sk/LC_MESSAGES/kmenuedit.mo
-share/locale/sk/LC_MESSAGES/konsole.mo
-share/locale/sk/LC_MESSAGES/kpager.mo
-share/locale/sk/LC_MESSAGES/kpanel.mo
-share/locale/sk/LC_MESSAGES/krootwm.mo
-share/locale/sk/LC_MESSAGES/kstart.mo
-share/locale/sk/LC_MESSAGES/kvt.mo
-share/locale/sk/LC_MESSAGES/kwm.mo
-share/locale/sl/LC_MESSAGES/kbgndwm.mo
-share/locale/sl/LC_MESSAGES/kcmbell.mo
-share/locale/sl/LC_MESSAGES/kcmdisplay.mo
-share/locale/sl/LC_MESSAGES/kcminfo.mo
-share/locale/sl/LC_MESSAGES/kcminput.mo
-share/locale/sl/LC_MESSAGES/kcmkeys.mo
-share/locale/sl/LC_MESSAGES/kcmkfm.mo
-share/locale/sl/LC_MESSAGES/kcmkpanel.mo
-share/locale/sl/LC_MESSAGES/kcmkwm.mo
-share/locale/sl/LC_MESSAGES/kcmlocale.mo
-share/locale/sl/LC_MESSAGES/kcmsamba.mo
-share/locale/sl/LC_MESSAGES/kcmsample.mo
-share/locale/sl/LC_MESSAGES/kcmsyssound.mo
-share/locale/sl/LC_MESSAGES/kcontrol.mo
-share/locale/sl/LC_MESSAGES/kdehelp.mo
-share/locale/sl/LC_MESSAGES/kdm.mo
-share/locale/sl/LC_MESSAGES/kdmconfig.mo
-share/locale/sl/LC_MESSAGES/kfind.mo
-share/locale/sl/LC_MESSAGES/kfm.mo
-share/locale/sl/LC_MESSAGES/kfontmanager.mo
-share/locale/sl/LC_MESSAGES/kikbd.mo
-share/locale/sl/LC_MESSAGES/klock.mo
-share/locale/sl/LC_MESSAGES/kmenuedit.mo
-share/locale/sl/LC_MESSAGES/konsole.mo
-share/locale/sl/LC_MESSAGES/kpager.mo
-share/locale/sl/LC_MESSAGES/kpanel.mo
-share/locale/sl/LC_MESSAGES/krootwm.mo
-share/locale/sl/LC_MESSAGES/kstart.mo
-share/locale/sl/LC_MESSAGES/kthememgr.mo
-share/locale/sl/LC_MESSAGES/kvt.mo
-share/locale/sl/LC_MESSAGES/kwm.mo
-share/locale/sv/LC_MESSAGES/kbgndwm.mo
-share/locale/sv/LC_MESSAGES/kcmbell.mo
-share/locale/sv/LC_MESSAGES/kcmdisplay.mo
-share/locale/sv/LC_MESSAGES/kcminfo.mo
-share/locale/sv/LC_MESSAGES/kcminput.mo
-share/locale/sv/LC_MESSAGES/kcmkeys.mo
-share/locale/sv/LC_MESSAGES/kcmkfm.mo
-share/locale/sv/LC_MESSAGES/kcmkpanel.mo
-share/locale/sv/LC_MESSAGES/kcmkwm.mo
-share/locale/sv/LC_MESSAGES/kcmlocale.mo
-share/locale/sv/LC_MESSAGES/kcmsamba.mo
-share/locale/sv/LC_MESSAGES/kcmsample.mo
-share/locale/sv/LC_MESSAGES/kcmsyssound.mo
-share/locale/sv/LC_MESSAGES/kcontrol.mo
-share/locale/sv/LC_MESSAGES/kdehelp.mo
-share/locale/sv/LC_MESSAGES/kdm.mo
-share/locale/sv/LC_MESSAGES/kdmconfig.mo
-share/locale/sv/LC_MESSAGES/kfind.mo
-share/locale/sv/LC_MESSAGES/kfm.mo
-share/locale/sv/LC_MESSAGES/kfontmanager.mo
-share/locale/sv/LC_MESSAGES/kikbd.mo
-share/locale/sv/LC_MESSAGES/klock.mo
-share/locale/sv/LC_MESSAGES/kmenuedit.mo
-share/locale/sv/LC_MESSAGES/konsole.mo
-share/locale/sv/LC_MESSAGES/kpager.mo
-share/locale/sv/LC_MESSAGES/kpanel.mo
-share/locale/sv/LC_MESSAGES/krootwm.mo
-share/locale/sv/LC_MESSAGES/kstart.mo
-share/locale/sv/LC_MESSAGES/kvt.mo
-share/locale/sv/LC_MESSAGES/kwm.mo
-share/locale/tr/LC_MESSAGES/kcmbell.mo
-share/locale/tr/LC_MESSAGES/kcmdisplay.mo
-share/locale/tr/LC_MESSAGES/kcminfo.mo
-share/locale/tr/LC_MESSAGES/kcminput.mo
-share/locale/tr/LC_MESSAGES/kcmkpanel.mo
-share/locale/tr/LC_MESSAGES/kcmkwm.mo
-share/locale/tr/LC_MESSAGES/kcmlocale.mo
-share/locale/tr/LC_MESSAGES/kcmsamba.mo
-share/locale/tr/LC_MESSAGES/kcmsample.mo
-share/locale/tr/LC_MESSAGES/kcmsyssound.mo
-share/locale/tr/LC_MESSAGES/kcontrol.mo
-share/locale/tr/LC_MESSAGES/kdehelp.mo
-share/locale/tr/LC_MESSAGES/kdm.mo
-share/locale/tr/LC_MESSAGES/kdmconfig.mo
-share/locale/tr/LC_MESSAGES/kfind.mo
-share/locale/tr/LC_MESSAGES/kfm.mo
-share/locale/tr/LC_MESSAGES/kfontmanager.mo
-share/locale/tr/LC_MESSAGES/klock.mo
-share/locale/tr/LC_MESSAGES/kmenuedit.mo
-share/locale/tr/LC_MESSAGES/kpanel.mo
-share/locale/tr/LC_MESSAGES/krootwm.mo
-share/locale/tr/LC_MESSAGES/kstart.mo
-share/locale/tr/LC_MESSAGES/kvt.mo
-share/locale/tr/LC_MESSAGES/kwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kbgndwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmbell.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminfo.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminput.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkeys.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsample.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcontrol.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdehelp.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfind.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kikbd.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/klock.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/konsole.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/krootwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kstart.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kvt.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmbell.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminfo.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminput.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsample.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcontrol.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdehelp.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfind.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/klock.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/krootwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kvt.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kwm.mo
-share/mimelnk/application/gzip.kdelnk
-share/mimelnk/application/octet-stream.kdelnk
-share/mimelnk/application/pdf.kdelnk
-share/mimelnk/application/postscript.kdelnk
-share/mimelnk/application/x-ar.kdelnk
-share/mimelnk/application/x-core.kdelnk
-share/mimelnk/application/x-dvi.kdelnk
-share/mimelnk/application/x-executable.kdelnk
-share/mimelnk/application/x-font.kdelnk
-share/mimelnk/application/x-java.kdelnk
-share/mimelnk/application/x-kdelnk.kdelnk
-share/mimelnk/application/x-lha.kdelnk
-share/mimelnk/application/x-object.kdelnk
-share/mimelnk/application/x-shellscript.kdelnk
-share/mimelnk/application/x-tar.kdelnk
-share/mimelnk/application/x-tbz.kdelnk
-share/mimelnk/application/x-tex-gf.kdelnk
-share/mimelnk/application/x-tex-pk.kdelnk
-share/mimelnk/application/x-trash.kdelnk
-share/mimelnk/application/x-zip.kdelnk
-share/mimelnk/audio/x-midi.kdelnk
-share/mimelnk/audio/x-mod.kdelnk
-share/mimelnk/audio/x-mp3.kdelnk
-share/mimelnk/audio/x-wav.kdelnk
-share/mimelnk/image/cgm.kdelnk
-share/mimelnk/image/fax-g3.kdelnk
-share/mimelnk/image/gif.kdelnk
-share/mimelnk/image/jpeg.kdelnk
-share/mimelnk/image/png.kdelnk
-share/mimelnk/image/tiff.kdelnk
-share/mimelnk/image/x-xbm.kdelnk
-share/mimelnk/image/x-xpm.kdelnk
-share/mimelnk/inode/block.kdelnk
-share/mimelnk/inode/chardevice.kdelnk
-share/mimelnk/inode/directory-locked.kdelnk
-share/mimelnk/inode/directory.kdelnk
-share/mimelnk/inode/fifo.kdelnk
-share/mimelnk/inode/socket.kdelnk
-share/mimelnk/magic
-share/mimelnk/text/english.kdelnk
-share/mimelnk/text/html.kdelnk
-share/mimelnk/text/plain.kdelnk
-share/mimelnk/text/rtf.kdelnk
-share/mimelnk/text/sgml.kdelnk
-share/mimelnk/text/x-c++.kdelnk
-share/mimelnk/text/x-c++hdr.kdelnk
-share/mimelnk/text/x-c++src.kdelnk
-share/mimelnk/text/x-c.kdelnk
-share/mimelnk/text/x-chdr.kdelnk
-share/mimelnk/text/x-csrc.kdelnk
-share/mimelnk/text/x-java.kdelnk
-share/mimelnk/text/x-makefile.kdelnk
-share/mimelnk/text/x-moc.kdelnk
-share/mimelnk/text/x-pascal.kdelnk
-share/mimelnk/text/x-tcl.kdelnk
-share/mimelnk/text/x-tex.kdelnk
-share/mimelnk/video/mpeg.kdelnk
-share/mimelnk/video/quicktime.kdelnk
-share/mimelnk/video/x-flic.kdelnk
-share/mimelnk/video/x-msvideo.kdelnk
-share/sounds/KDE_Close_Window.wav
-share/sounds/KDE_Logout.wav
-share/sounds/KDE_Startup.wav
-share/sounds/KDE_Window_DeIconify.wav
-share/sounds/KDE_Window_Iconify.wav
-share/sounds/KDE_Window_Maximize.wav
-share/sounds/KDE_Window_Shade_Down.wav
-share/sounds/KDE_Window_Shade_Up.wav
-share/sounds/KDE_Window_Sticky.wav
-share/sounds/KDE_Window_UnMaximize.wav
-share/sounds/KDE_Window_UnSticky.wav
-share/wallpapers/abnormal_fluid.jpg
-share/wallpapers/absolute_zero.jpg
-share/wallpapers/abstract_clay.jpg
-share/wallpapers/alien_riverbed.jpg
-share/wallpapers/ancient_glyphs.jpg
-share/wallpapers/aqua_ravines.jpg
-share/wallpapers/banana_squishie.jpg
-share/wallpapers/berries.jpg
-share/wallpapers/blkmarble.jpg
-share/wallpapers/bluegrnt.jpg
-share/wallpapers/boiling_centrifuge.jpg
-share/wallpapers/bowtie.jpg
-share/wallpapers/brass_trails.jpg
-share/wallpapers/brass_wiring.jpg
-share/wallpapers/bronze_tornado.jpg
-share/wallpapers/bubble_vortex.jpg
-share/wallpapers/burning_fire.jpg
-share/wallpapers/cellular_tetsuo.jpg
-share/wallpapers/chalk_marks.jpg
-share/wallpapers/chess.jpg
-share/wallpapers/chunky_spinach.jpg
-share/wallpapers/circuit.jpg
-share/wallpapers/clay_caverns.jpg
-share/wallpapers/cloth_bubbles.jpg
-share/wallpapers/cocoon_skin.jpg
-share/wallpapers/coloured_hearts.jpg
-share/wallpapers/copper_blur.jpg
-share/wallpapers/copper_liquid.jpg
-share/wallpapers/corroded_rock.jpg
-share/wallpapers/cosmic_gears.jpg
-share/wallpapers/cosmic_lillypads.jpg
-share/wallpapers/cracking_blueberry.jpg
-share/wallpapers/crayon_canyon.jpg
-share/wallpapers/cruising_color.jpg
-share/wallpapers/cubic1.jpg
-share/wallpapers/cubic2.jpg
-share/wallpapers/dancy_pants.jpg
-share/wallpapers/digital_waves.jpg
-share/wallpapers/distorted_anomaly.jpg
-share/wallpapers/engraved_gold.jpg
-share/wallpapers/eroding_sandstone.jpg
-share/wallpapers/expired_cornflakes.jpg
-share/wallpapers/face.jpg
-share/wallpapers/fisheye_lens.jpg
-share/wallpapers/foam_strands.jpg
-share/wallpapers/foggy1.jpg
-share/wallpapers/foggy2.jpg
-share/wallpapers/folded_space.jpg
-share/wallpapers/fractal_nebula.jpg
-share/wallpapers/freon_mist.jpg
-share/wallpapers/fudge_chunks.jpg
-share/wallpapers/fusion_fire.jpg
-share/wallpapers/future_farms.jpg
-share/wallpapers/gator_hide.jpg
-share/wallpapers/gelatin_chemical.jpg
-share/wallpapers/goldring_globe.jpg
-share/wallpapers/grablkwt.jpg
-share/wallpapers/gray2.jpg
-share/wallpapers/greek.jpg
-share/wallpapers/gremlin_buds.jpg
-share/wallpapers/ground_zero.jpg
-share/wallpapers/heat_ripple.jpg
-share/wallpapers/iceberg_tips.jpg
-share/wallpapers/indigo_paint.jpg
-share/wallpapers/infared_fossil.jpg
-share/wallpapers/infinity_cube.jpg
-share/wallpapers/inner_quasar.jpg
-share/wallpapers/isotope_threads.jpg
-share/wallpapers/jello_elbows.jpg
+share/doc/HTML/en/kwm/introduction.html
+share/doc/HTML/en/kwm/is-it-possible-to-add-kde-extensions-to-othe.html
+share/doc/HTML/en/kwm/minicli.html
+share/doc/HTML/en/kwm/mouse-control.html
+share/doc/HTML/en/kwm/shortcuts.html
+share/doc/HTML/en/kwm/soundevents.html
+share/doc/HTML/en/kwm/usingemphasiskwmemphasis.html
+share/doc/HTML/en/kwm/why-can-t-i-define-new-shortcuts-for-launchi.html
+share/doc/HTML/en/kwm/why-does-kwm-look-so-much-like-windows-95.html
+share/fonts/9x15.pcf.gz
+share/fonts/console8x16.pcf.gz
+share/fonts/console8x8.pcf.gz
+share/fonts/fonts.dir
+share/icons/hicolor/32x32/apps/bell.png
+share/icons/hicolor/32x32/apps/buttons.png
+share/icons/hicolor/32x32/apps/clock.png
+share/icons/hicolor/32x32/apps/colors.png
+share/icons/hicolor/32x32/apps/energy.png
+share/icons/hicolor/32x32/apps/fonts.png
+share/icons/hicolor/32x32/apps/go.png
+share/icons/hicolor/32x32/apps/icons.png
+share/icons/hicolor/32x32/apps/information.png
+share/icons/hicolor/32x32/apps/kcmdevices.png
+share/icons/hicolor/32x32/apps/kcmkwm.png
+share/icons/hicolor/32x32/apps/kcmmemory.png
+share/icons/hicolor/32x32/apps/kcmpartitions.png
+share/icons/hicolor/32x32/apps/kcmpci.png
+share/icons/hicolor/32x32/apps/kcmprocessor.png
+share/icons/hicolor/32x32/apps/kcmscsi.png
+share/icons/hicolor/32x32/apps/kcmsound.png
+share/icons/hicolor/32x32/apps/kcmsyssound.png
+share/icons/hicolor/32x32/apps/kcmx.png
+share/icons/hicolor/32x32/apps/kcontrol.png
+share/icons/hicolor/32x32/apps/kdisknav.png
+share/icons/hicolor/32x32/apps/kdmconfig.png
+share/icons/hicolor/32x32/apps/kfm_home.png
+share/icons/hicolor/32x32/apps/khelpcenter.png
+share/icons/hicolor/32x32/apps/knotify.png
+share/icons/hicolor/32x32/apps/konqueror.png
+share/icons/hicolor/32x32/apps/konsole.png
+share/icons/hicolor/32x32/apps/kthememgr.png
+share/icons/hicolor/32x32/apps/kwin.png
+share/icons/hicolor/32x32/apps/locale.png
+share/icons/hicolor/32x32/apps/mouse.png
+share/icons/hicolor/32x32/apps/package.png
+share/icons/hicolor/32x32/apps/package_applications.png
+share/icons/hicolor/32x32/apps/package_editors.png
+share/icons/hicolor/32x32/apps/package_favourite.png
+share/icons/hicolor/32x32/apps/package_games.png
+share/icons/hicolor/32x32/apps/package_graphics.png
+share/icons/hicolor/32x32/apps/package_multimedia.png
+share/icons/hicolor/32x32/apps/package_network.png
+share/icons/hicolor/32x32/apps/package_settings.png
+share/icons/hicolor/32x32/apps/package_system.png
+share/icons/hicolor/32x32/apps/package_utilities.png
+share/icons/hicolor/32x32/apps/password.png
+share/icons/hicolor/32x32/apps/screensaver.png
+share/icons/hicolor/32x32/apps/style.png
+share/icons/hicolor/32x32/apps/terminal.png
+share/icons/hicolor/32x32/apps/titlebar.png
+share/icons/hicolor/32x32/apps/window_list.png
+share/icons/hicolor/32x32/apps/winprops.png
+share/icons/hicolor/32x32/devices/3floppy_mount.png
+share/icons/hicolor/32x32/devices/3floppy_unmount.png
+share/icons/hicolor/32x32/devices/5floppy_mount.png
+share/icons/hicolor/32x32/devices/5floppy_unmount.png
+share/icons/hicolor/32x32/devices/cdrom_mount.png
+share/icons/hicolor/32x32/devices/cdrom_unmount.png
+share/icons/hicolor/32x32/devices/cdwriter_mount.png
+share/icons/hicolor/32x32/devices/cdwriter_unmount.png
+share/icons/hicolor/32x32/devices/hdd_mount.png
+share/icons/hicolor/32x32/devices/hdd_unmount.png
+share/icons/hicolor/32x32/devices/memory.png
+share/icons/hicolor/32x32/devices/mo_mount.png
+share/icons/hicolor/32x32/devices/mo_unmount.png
+share/icons/hicolor/32x32/devices/printer1.png
+share/icons/hicolor/32x32/devices/printer2.png
+share/icons/hicolor/32x32/devices/scanner.png
+share/icons/hicolor/32x32/devices/tablet.png
+share/icons/hicolor/32x32/devices/zip_mount.png
+share/icons/hicolor/32x32/devices/zip_unmount.png
+share/icons/hicolor/48x48/apps/background.png
+share/icons/hicolor/48x48/apps/bell.png
+share/icons/hicolor/48x48/apps/buttons.png
+share/icons/hicolor/48x48/apps/clock.png
+share/icons/hicolor/48x48/apps/colors.png
+share/icons/hicolor/48x48/apps/fonts.png
+share/icons/hicolor/48x48/apps/go.png
+share/icons/hicolor/48x48/apps/gvim.png
+share/icons/hicolor/48x48/apps/icons.png
+share/icons/hicolor/48x48/apps/kcmdevices.png
+share/icons/hicolor/48x48/apps/kcmkwm.png
+share/icons/hicolor/48x48/apps/kcmmemory.png
+share/icons/hicolor/48x48/apps/kcmpartitions.png
+share/icons/hicolor/48x48/apps/kcmpci.png
+share/icons/hicolor/48x48/apps/kcmprocessor.png
+share/icons/hicolor/48x48/apps/kcmscsi.png
+share/icons/hicolor/48x48/apps/kcmsyssound.png
+share/icons/hicolor/48x48/apps/kcontrol.png
+share/icons/hicolor/48x48/apps/kdehelp.png
+share/icons/hicolor/48x48/apps/kdisknav.png
+share/icons/hicolor/48x48/apps/kdmconfig.png
+share/icons/hicolor/48x48/apps/keyboard.png
+share/icons/hicolor/48x48/apps/kfm_home.png
+share/icons/hicolor/48x48/apps/khelpcenter.png
+share/icons/hicolor/48x48/apps/kmenuedit.png
+share/icons/hicolor/48x48/apps/knotify.png
+share/icons/hicolor/48x48/apps/konqueror.png
+share/icons/hicolor/48x48/apps/konsole.png
+share/icons/hicolor/48x48/apps/kthememgr.png
+share/icons/hicolor/48x48/apps/kwin.png
+share/icons/hicolor/48x48/apps/locale.png
+share/icons/hicolor/48x48/apps/mouse.png
+share/icons/hicolor/48x48/apps/package.png
+share/icons/hicolor/48x48/apps/package_applications.png
+share/icons/hicolor/48x48/apps/package_editors.png
+share/icons/hicolor/48x48/apps/package_favourite.png
+share/icons/hicolor/48x48/apps/package_games.png
+share/icons/hicolor/48x48/apps/package_graphics.png
+share/icons/hicolor/48x48/apps/package_multimedia.png
+share/icons/hicolor/48x48/apps/package_network.png
+share/icons/hicolor/48x48/apps/package_settings.png
+share/icons/hicolor/48x48/apps/package_system.png
+share/icons/hicolor/48x48/apps/package_utilities.png
+share/icons/hicolor/48x48/apps/password.png
+share/icons/hicolor/48x48/apps/screensaver.png
+share/icons/hicolor/48x48/apps/style.png
+share/icons/hicolor/48x48/apps/terminal.png
+share/icons/hicolor/48x48/apps/titlebar.png
+share/icons/hicolor/48x48/apps/window_list.png
+share/icons/hicolor/48x48/apps/winprops.png
+share/icons/hicolor/48x48/devices/3floppy_mount.png
+share/icons/hicolor/48x48/devices/3floppy_unmount.png
+share/icons/hicolor/48x48/devices/5floppy_mount.png
+share/icons/hicolor/48x48/devices/5floppy_unmount.png
+share/icons/hicolor/48x48/devices/cdrom_mount.png
+share/icons/hicolor/48x48/devices/cdrom_unmount.png
+share/icons/hicolor/48x48/devices/cdwriter_mount.png
+share/icons/hicolor/48x48/devices/cdwriter_unmount.png
+share/icons/hicolor/48x48/devices/hdd_mount.png
+share/icons/hicolor/48x48/devices/hdd_unmount.png
+share/icons/hicolor/48x48/devices/memory.png
+share/icons/hicolor/48x48/devices/mo_mount.png
+share/icons/hicolor/48x48/devices/mo_unmount.png
+share/icons/hicolor/48x48/devices/printer1.png
+share/icons/hicolor/48x48/devices/printer2.png
+share/icons/hicolor/48x48/devices/scanner.png
+share/icons/hicolor/48x48/devices/tablet.png
+share/icons/hicolor/48x48/devices/zip_mount.png
+share/icons/hicolor/48x48/devices/zip_unmount.png
+share/icons/locolor/16x16/apps/acroread.png
+share/icons/locolor/16x16/apps/application_settings.png
+share/icons/locolor/16x16/apps/applixware.png
+share/icons/locolor/16x16/apps/background.png
+share/icons/locolor/16x16/apps/bell.png
+share/icons/locolor/16x16/apps/buttons.png
+share/icons/locolor/16x16/apps/bx2.png
+share/icons/locolor/16x16/apps/clock.png
+share/icons/locolor/16x16/apps/colors.png
+share/icons/locolor/16x16/apps/desktop_settings.png
+share/icons/locolor/16x16/apps/dlgedit.png
+share/icons/locolor/16x16/apps/emacs.png
+share/icons/locolor/16x16/apps/email.png
+share/icons/locolor/16x16/apps/energy.png
+share/icons/locolor/16x16/apps/fonts.png
+share/icons/locolor/16x16/apps/general_settings.png
+share/icons/locolor/16x16/apps/gimp.png
+share/icons/locolor/16x16/apps/go.png
+share/icons/locolor/16x16/apps/gv.png
+share/icons/locolor/16x16/apps/gvim.png
+share/icons/locolor/16x16/apps/helpbook.png
+share/icons/locolor/16x16/apps/helpbook_open.png
+share/icons/locolor/16x16/apps/helpdoc.png
+share/icons/locolor/16x16/apps/icons.png
+share/icons/locolor/16x16/apps/information_settings.png
+share/icons/locolor/16x16/apps/input_devices_settings.png
+share/icons/locolor/16x16/apps/kcmdevices.png
+share/icons/locolor/16x16/apps/kcmkwm.png
+share/icons/locolor/16x16/apps/kcmmemory.png
+share/icons/locolor/16x16/apps/kcmpartitions.png
+share/icons/locolor/16x16/apps/kcmpci.png
+share/icons/locolor/16x16/apps/kcmprocessor.png
+share/icons/locolor/16x16/apps/kcmscsi.png
+share/icons/locolor/16x16/apps/kcmsound.png
+share/icons/locolor/16x16/apps/kcmsyssound.png
+share/icons/locolor/16x16/apps/kcmx.png
+share/icons/locolor/16x16/apps/kcontrol.png
+share/icons/locolor/16x16/apps/kdisknav.png
+share/icons/locolor/16x16/apps/kdmconfig.png
+share/icons/locolor/16x16/apps/keyboard.png
+share/icons/locolor/16x16/apps/kfm.png
+share/icons/locolor/16x16/apps/kfm_home.png
+share/icons/locolor/16x16/apps/khelpcenter.png
+share/icons/locolor/16x16/apps/knotify.png
+share/icons/locolor/16x16/apps/konqueror.png
+share/icons/locolor/16x16/apps/konsole.png
+share/icons/locolor/16x16/apps/kscreensaver.png
+share/icons/locolor/16x16/apps/kthememgr.png
+share/icons/locolor/16x16/apps/kwin.png
+share/icons/locolor/16x16/apps/locale.png
+share/icons/locolor/16x16/apps/lyx.png
+share/icons/locolor/16x16/apps/mathematica.png
+share/icons/locolor/16x16/apps/mouse.png
+share/icons/locolor/16x16/apps/nedit.png
+share/icons/locolor/16x16/apps/netscape.png
+share/icons/locolor/16x16/apps/network_settings.png
+share/icons/locolor/16x16/apps/package.png
+share/icons/locolor/16x16/apps/package_applications.png
+share/icons/locolor/16x16/apps/package_editors.png
+share/icons/locolor/16x16/apps/package_favourite.png
+share/icons/locolor/16x16/apps/package_games.png
+share/icons/locolor/16x16/apps/package_graphics.png
+share/icons/locolor/16x16/apps/package_multimedia.png
+share/icons/locolor/16x16/apps/package_network.png
+share/icons/locolor/16x16/apps/package_settings.png
+share/icons/locolor/16x16/apps/package_system.png
+share/icons/locolor/16x16/apps/package_utilities.png
+share/icons/locolor/16x16/apps/panel.png
+share/icons/locolor/16x16/apps/panel_settings.png
+share/icons/locolor/16x16/apps/pci.png
+share/icons/locolor/16x16/apps/penguin.png
+share/icons/locolor/16x16/apps/pinguin.png
+share/icons/locolor/16x16/apps/plan.png
+share/icons/locolor/16x16/apps/samba.png
+share/icons/locolor/16x16/apps/screensaver.png
+share/icons/locolor/16x16/apps/script.png
+share/icons/locolor/16x16/apps/smbstatus.png
+share/icons/locolor/16x16/apps/sound_settings.png
+share/icons/locolor/16x16/apps/style.png
+share/icons/locolor/16x16/apps/terminal.png
+share/icons/locolor/16x16/apps/titlebar.png
+share/icons/locolor/16x16/apps/wabi.png
+share/icons/locolor/16x16/apps/window_list.png
+share/icons/locolor/16x16/apps/windows.png
+share/icons/locolor/16x16/apps/winprops.png
+share/icons/locolor/16x16/apps/wp.png
+share/icons/locolor/16x16/apps/x.png
+share/icons/locolor/16x16/apps/xcalc.png
+share/icons/locolor/16x16/apps/xclipboard.png
+share/icons/locolor/16x16/apps/xclock.png
+share/icons/locolor/16x16/apps/xconsole.png
+share/icons/locolor/16x16/apps/xedit.png
+share/icons/locolor/16x16/apps/xemacs.png
+share/icons/locolor/16x16/apps/xeyes.png
+share/icons/locolor/16x16/apps/xfig.png
+share/icons/locolor/16x16/apps/xfmail.png
+share/icons/locolor/16x16/apps/xload.png
+share/icons/locolor/16x16/apps/xosview.png
+share/icons/locolor/16x16/apps/xpaint.png
+share/icons/locolor/16x16/apps/xscreensaver.png
+share/icons/locolor/16x16/apps/xslight.png
+share/icons/locolor/16x16/apps/xv.png
+share/icons/locolor/16x16/devices/3floppy_mount.png
+share/icons/locolor/16x16/devices/3floppy_unmount.png
+share/icons/locolor/16x16/devices/5floppy_mount.png
+share/icons/locolor/16x16/devices/5floppy_unmount.png
+share/icons/locolor/16x16/devices/cdrom_mount.png
+share/icons/locolor/16x16/devices/cdrom_unmount.png
+share/icons/locolor/16x16/devices/cdwriter_mount.png
+share/icons/locolor/16x16/devices/cdwriter_unmount.png
+share/icons/locolor/16x16/devices/hdd_mount.png
+share/icons/locolor/16x16/devices/hdd_unmount.png
+share/icons/locolor/16x16/devices/memory.png
+share/icons/locolor/16x16/devices/mo_mount.png
+share/icons/locolor/16x16/devices/mo_unmount.png
+share/icons/locolor/16x16/devices/printer1.png
+share/icons/locolor/16x16/devices/printer2.png
+share/icons/locolor/16x16/devices/scanner.png
+share/icons/locolor/16x16/devices/tablet.png
+share/icons/locolor/16x16/devices/zip_mount.png
+share/icons/locolor/16x16/devices/zip_unmount.png
+share/icons/locolor/32x32/apps/acroread.png
+share/icons/locolor/32x32/apps/application_settings.png
+share/icons/locolor/32x32/apps/applixware.png
+share/icons/locolor/32x32/apps/background.png
+share/icons/locolor/32x32/apps/bell.png
+share/icons/locolor/32x32/apps/buttons.png
+share/icons/locolor/32x32/apps/clock.png
+share/icons/locolor/32x32/apps/colors.png
+share/icons/locolor/32x32/apps/desktop_settings.png
+share/icons/locolor/32x32/apps/dlgedit.png
+share/icons/locolor/32x32/apps/edit.png
+share/icons/locolor/32x32/apps/emacs.png
+share/icons/locolor/32x32/apps/email.png
+share/icons/locolor/32x32/apps/energy.png
+share/icons/locolor/32x32/apps/error.png
+share/icons/locolor/32x32/apps/fonts.png
+share/icons/locolor/32x32/apps/general_settings.png
+share/icons/locolor/32x32/apps/gimp.png
+share/icons/locolor/32x32/apps/go.png
+share/icons/locolor/32x32/apps/gv.png
+share/icons/locolor/32x32/apps/gvim.png
+share/icons/locolor/32x32/apps/icons.png
+share/icons/locolor/32x32/apps/information.png
+share/icons/locolor/32x32/apps/information_settings.png
+share/icons/locolor/32x32/apps/input_devices_settings.png
+share/icons/locolor/32x32/apps/kcmdevices.png
+share/icons/locolor/32x32/apps/kcmkwm.png
+share/icons/locolor/32x32/apps/kcmmemory.png
+share/icons/locolor/32x32/apps/kcmpartitions.png
+share/icons/locolor/32x32/apps/kcmpci.png
+share/icons/locolor/32x32/apps/kcmprocessor.png
+share/icons/locolor/32x32/apps/kcmscsi.png
+share/icons/locolor/32x32/apps/kcmsound.png
+share/icons/locolor/32x32/apps/kcmsyssound.png
+share/icons/locolor/32x32/apps/kcmx.png
+share/icons/locolor/32x32/apps/kcontrol.png
+share/icons/locolor/32x32/apps/kdisknav.png
+share/icons/locolor/32x32/apps/kdmconfig.png
+share/icons/locolor/32x32/apps/keyboard.png
+share/icons/locolor/32x32/apps/kfm.png
+share/icons/locolor/32x32/apps/kfm_home.png
+share/icons/locolor/32x32/apps/khelpcenter.png
+share/icons/locolor/32x32/apps/knotify.png
+share/icons/locolor/32x32/apps/konqueror.png
+share/icons/locolor/32x32/apps/konsole.png
+share/icons/locolor/32x32/apps/kscreensaver.png
+share/icons/locolor/32x32/apps/kthememgr.png
+share/icons/locolor/32x32/apps/kwin.png
+share/icons/locolor/32x32/apps/locale.png
+share/icons/locolor/32x32/apps/logo.png
+share/icons/locolor/32x32/apps/lyx.png
+share/icons/locolor/32x32/apps/mathematica.png
+share/icons/locolor/32x32/apps/mouse.png
+share/icons/locolor/32x32/apps/nedit.png
+share/icons/locolor/32x32/apps/netscape.png
+share/icons/locolor/32x32/apps/network.png
+share/icons/locolor/32x32/apps/network_settings.png
+share/icons/locolor/32x32/apps/nogo.png
+share/icons/locolor/32x32/apps/package.png
+share/icons/locolor/32x32/apps/package_applications.png
+share/icons/locolor/32x32/apps/package_editors.png
+share/icons/locolor/32x32/apps/package_favourite.png
+share/icons/locolor/32x32/apps/package_games.png
+share/icons/locolor/32x32/apps/package_graphics.png
+share/icons/locolor/32x32/apps/package_multimedia.png
+share/icons/locolor/32x32/apps/package_network.png
+share/icons/locolor/32x32/apps/package_settings.png
+share/icons/locolor/32x32/apps/package_system.png
+share/icons/locolor/32x32/apps/package_utilities.png
+share/icons/locolor/32x32/apps/panel_settings.png
+share/icons/locolor/32x32/apps/password.png
+share/icons/locolor/32x32/apps/penguin.png
+share/icons/locolor/32x32/apps/pinguin.png
+share/icons/locolor/32x32/apps/plan.png
+share/icons/locolor/32x32/apps/samba.png
+share/icons/locolor/32x32/apps/screensaver.png
+share/icons/locolor/32x32/apps/script.png
+share/icons/locolor/32x32/apps/sound_settings.png
+share/icons/locolor/32x32/apps/style.png
+share/icons/locolor/32x32/apps/terminal.png
+share/icons/locolor/32x32/apps/titlebar.png
+share/icons/locolor/32x32/apps/wabi.png
+share/icons/locolor/32x32/apps/window_list.png
+share/icons/locolor/32x32/apps/winprops.png
+share/icons/locolor/32x32/apps/wp.png
+share/icons/locolor/32x32/apps/x.png
+share/icons/locolor/32x32/apps/xcalc.png
+share/icons/locolor/32x32/apps/xclipboard.png
+share/icons/locolor/32x32/apps/xclock.png
+share/icons/locolor/32x32/apps/xconsole.png
+share/icons/locolor/32x32/apps/xedit.png
+share/icons/locolor/32x32/apps/xemacs.png
+share/icons/locolor/32x32/apps/xeyes.png
+share/icons/locolor/32x32/apps/xfig.png
+share/icons/locolor/32x32/apps/xfmail.png
+share/icons/locolor/32x32/apps/xftp.png
+share/icons/locolor/32x32/apps/xload.png
+share/icons/locolor/32x32/apps/xmms.png
+share/icons/locolor/32x32/apps/xosview.png
+share/icons/locolor/32x32/apps/xpaint.png
+share/icons/locolor/32x32/apps/xscreensaver.png
+share/icons/locolor/32x32/apps/xv.png
+share/icons/locolor/32x32/devices/3floppy_mount.png
+share/icons/locolor/32x32/devices/3floppy_unmount.png
+share/icons/locolor/32x32/devices/5floppy_mount.png
+share/icons/locolor/32x32/devices/5floppy_unmount.png
+share/icons/locolor/32x32/devices/cdrom_mount.png
+share/icons/locolor/32x32/devices/cdrom_unmount.png
+share/icons/locolor/32x32/devices/cdwriter_mount.png
+share/icons/locolor/32x32/devices/cdwriter_unmount.png
+share/icons/locolor/32x32/devices/hdd_mount.png
+share/icons/locolor/32x32/devices/hdd_unmount.png
+share/icons/locolor/32x32/devices/memory.png
+share/icons/locolor/32x32/devices/mo_mount.png
+share/icons/locolor/32x32/devices/mo_unmount.png
+share/icons/locolor/32x32/devices/printer1.png
+share/icons/locolor/32x32/devices/printer2.png
+share/icons/locolor/32x32/devices/scanner.png
+share/icons/locolor/32x32/devices/tablet.png
+share/icons/locolor/32x32/devices/zip_mount.png
+share/icons/locolor/32x32/devices/zip_unmount.png
+share/locale/C/entry.desktop
+share/locale/C/flag.png
+share/locale/l10n/C/entry.desktop
+share/locale/l10n/C/flag.png
+share/locale/l10n/at/entry.desktop
+share/locale/l10n/at/flag.png
+share/locale/l10n/au/entry.desktop
+share/locale/l10n/au/flag.png
+share/locale/l10n/be/entry.desktop
+share/locale/l10n/be/flag.png
+share/locale/l10n/bg/entry.desktop
+share/locale/l10n/bg/flag.png
+share/locale/l10n/br/entry.desktop
+share/locale/l10n/br/flag.png
+share/locale/l10n/ch/entry.desktop
+share/locale/l10n/ch/flag.png
+share/locale/l10n/cs/entry.desktop
+share/locale/l10n/cs/flag.png
+share/locale/l10n/de/entry.desktop
+share/locale/l10n/de/flag.png
+share/locale/l10n/dk/entry.desktop
+share/locale/l10n/dk/flag.png
+share/locale/l10n/ee/entry.desktop
+share/locale/l10n/ee/flag.png
+share/locale/l10n/eo/entry.desktop
+share/locale/l10n/eo/flag.png
+share/locale/l10n/es/entry.desktop
+share/locale/l10n/es/flag.png
+share/locale/l10n/fi/entry.desktop
+share/locale/l10n/fi/flag.png
+share/locale/l10n/fr/entry.desktop
+share/locale/l10n/fr/flag.png
+share/locale/l10n/gb/entry.desktop
+share/locale/l10n/gb/flag.png
+share/locale/l10n/hu/entry.desktop
+share/locale/l10n/hu/flag.png
+share/locale/l10n/ie/entry.desktop
+share/locale/l10n/ie/flag.png
+share/locale/l10n/il/entry.desktop
+share/locale/l10n/il/flag.png
+share/locale/l10n/is/entry.desktop
+share/locale/l10n/is/flag.png
+share/locale/l10n/it/entry.desktop
+share/locale/l10n/it/flag.png
+share/locale/l10n/jp/entry.desktop
+share/locale/l10n/jp/flag.png
+share/locale/l10n/ko/entry.desktop
+share/locale/l10n/ko/flag.png
+share/locale/l10n/nl/README
+share/locale/l10n/nl/entry.desktop
+share/locale/l10n/nl/flag.png
+share/locale/l10n/no/entry.desktop
+share/locale/l10n/no/flag.png
+share/locale/l10n/nz/entry.desktop
+share/locale/l10n/nz/flag.png
+share/locale/l10n/pl/entry.desktop
+share/locale/l10n/pl/flag.png
+share/locale/l10n/pt/entry.desktop
+share/locale/l10n/pt/flag.png
+share/locale/l10n/ro/entry.desktop
+share/locale/l10n/ro/flag.png
+share/locale/l10n/ru/entry.desktop
+share/locale/l10n/ru/flag.png
+share/locale/l10n/se/entry.desktop
+share/locale/l10n/se/flag.png
+share/locale/l10n/si/entry.desktop
+share/locale/l10n/si/flag.png
+share/locale/l10n/sr/entry.desktop
+share/locale/l10n/sr/flag.png
+share/locale/l10n/tw/entry.desktop
+share/locale/l10n/tw/flag.png
+share/locale/l10n/us/entry.desktop
+share/locale/l10n/us/flag.png
+share/mimelnk/application/x-konsole.desktop
+share/services/khelpcenter.desktop
+share/services/konq_detailedlistview.desktop
+share/services/konq_dirtree.desktop
+share/services/konq_iconview.desktop
+share/services/konq_textview.desktop
+share/services/konq_treeview.desktop
+share/services/konqueror.desktop
+share/services/kshorturifilter.desktop
+share/services/kuriikwsfilter.desktop
+share/servicetypes/konq_plugin.desktop
+share/templates/.source/Device.desktop
+share/templates/.source/FtpURL.desktop
+share/templates/.source/HTMLFile.html
+share/templates/.source/Program.desktop
+share/templates/.source/TextFile.txt
+share/templates/.source/URL.desktop
+share/templates/.source/WWWURL.desktop
+share/templates/Directory.desktop
+share/templates/HTMLFile.desktop
+share/templates/TextFile.desktop
+share/templates/linkDevice.desktop
+share/templates/linkFtpURL.desktop
+share/templates/linkProgram.desktop
+share/templates/linkURL.desktop
+share/templates/linkWWWURL.desktop
+share/toolbar/brightness.png
+share/toolbar/colourness.png
+share/toolbar/contrast.png
+share/wallpapers/A-Little-Exercise-3.jpg
+share/wallpapers/All-Good-People-1.jpg
+share/wallpapers/Ancient_Glyphs.jpg
+share/wallpapers/Appropriately-Left-Handed-2.jpg
+share/wallpapers/Blkmarble.jpg
+share/wallpapers/Chicken-Songs-2.jpg
+share/wallpapers/Chunky_Spinach.jpg
+share/wallpapers/Circuit.jpg
+share/wallpapers/Dawn-Turns-To-Day-1.jpg
+share/wallpapers/Flock-Of-Seagulls-2.jpg
+share/wallpapers/Foggy1.jpg
+share/wallpapers/In-Vino-Veritas.jpg
+share/wallpapers/Just-A-Woman-1.jpg
+share/wallpapers/Light-Industry-1.jpg
+share/wallpapers/Lowdown-Popcorn-1.jpg
+share/wallpapers/Magneto_Bomb.jpg
+share/wallpapers/Marble01.jpg
+share/wallpapers/No-Ones-Laughing-3.jpg
+share/wallpapers/Paper01.jpg
+share/wallpapers/Penguin-Sushi-3.jpg
+share/wallpapers/Planning-And-Probing-1.jpg
+share/wallpapers/Prpbumps.jpg
+share/wallpapers/Sasquatch-Suction-1.jpg
+share/wallpapers/Schematic-Diagram-1.jpg
+share/wallpapers/Sleep-Deprivation-3.jpg
+share/wallpapers/Superfluous-Organ-1.jpg
+share/wallpapers/The-Alias-Line-4.jpg
+share/wallpapers/The-Good-Times-1.jpg
+share/wallpapers/There-You-Are-1.jpg
+share/wallpapers/Time-For-Lunch-2.jpg
+share/wallpapers/Totally-New-Product-1.jpg
+share/wallpapers/Unknown-Rheostat-1.jpg
+share/wallpapers/Water01.jpg
+share/wallpapers/Whirling_Spirit.jpg
+share/wallpapers/Won-Ton-Soup-3.jpg
share/wallpapers/kdm_bg.jpg
-share/wallpapers/liquid_helium.jpg
-share/wallpapers/lizard_scales.jpg
-share/wallpapers/lunar_jelly.jpg
-share/wallpapers/magnetic_field.jpg
-share/wallpapers/magneto_bomb.jpg
-share/wallpapers/marble01.jpg
-share/wallpapers/martian_silk.jpg
-share/wallpapers/melting_glass.jpg
-share/wallpapers/melting_honeycomb.jpg
-share/wallpapers/metal_beads.jpg
-share/wallpapers/million_minnows.jpg
-share/wallpapers/mustard_ketchup.jpg
-share/wallpapers/mutant_berries.jpg
-share/wallpapers/mystical_hourglass.jpg
-share/wallpapers/neon_flux.jpg
-share/wallpapers/nuclear_coral.jpg
-share/wallpapers/ocean01.jpg
-share/wallpapers/odd_atmosphere.jpg
-share/wallpapers/olive_wisps.jpg
-share/wallpapers/owl_elder.jpg
-share/wallpapers/paper01.jpg
-share/wallpapers/paper_umbrella.jpg
-share/wallpapers/parrots.jpg
-share/wallpapers/pebble_town.jpg
-share/wallpapers/pinkflam.jpg
-share/wallpapers/plant_formation.jpg
-share/wallpapers/plasmatic_globules.jpg
-share/wallpapers/plasmatic_points.jpg
-share/wallpapers/produce.jpg
-share/wallpapers/prpbumps.jpg
-share/wallpapers/quantum_threads.jpg
-share/wallpapers/rainbow_alleys.jpg
-share/wallpapers/red_big_bang.jpg
-share/wallpapers/redblue_filaments.jpg
-share/wallpapers/ringworm_circus.jpg
-share/wallpapers/rose_petals.jpg
-share/wallpapers/rotten_vegetables.jpg
-share/wallpapers/rubber_cds.jpg
-share/wallpapers/ruby_dunes.jpg
-share/wallpapers/ruins.jpg
-share/wallpapers/sandman.jpg
-share/wallpapers/sapphire_surface.jpg
-share/wallpapers/scattered_islands.jpg
-share/wallpapers/scraped_metal.jpg
-share/wallpapers/silver_vibration.jpg
-share/wallpapers/spinning_stones.jpg
-share/wallpapers/spoiled_sprouts.jpg
-share/wallpapers/stellar_shadows.jpg
-share/wallpapers/striped_fragments.jpg
-share/wallpapers/sulfur_lakes.jpg
-share/wallpapers/sunburnt_crust.jpg
-share/wallpapers/tarnished_rings.jpg
-share/wallpapers/techno_sharks.jpg
-share/wallpapers/terrain_relief.jpg
-share/wallpapers/theoretical_life.jpg
-share/wallpapers/thick_syrup.jpg
-share/wallpapers/thin_tentacles.jpg
-share/wallpapers/toe_paint.jpg
-share/wallpapers/tree_knobs.jpg
-share/wallpapers/tropical_leaves.jpg
-share/wallpapers/ufo_frenzy.jpg
-share/wallpapers/unstable_element.jpg
-share/wallpapers/vessel_swirl.jpg
-share/wallpapers/water01.jpg
-share/wallpapers/wavy_ribbons.jpg
-share/wallpapers/whiplash_vines.jpg
-share/wallpapers/whirling_spirit.jpg
-share/wallpapers/wind_chill.jpg
-share/wallpapers/wood1.jpg
-@dirrm share/doc/HTML/ru/kikbd
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmbell/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmdisplay/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminfo/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminput/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkeys/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkfm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkpanel/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkwm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmlocale/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsamba/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsyssound/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kdmconfig/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kthememgr/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/common
+@unexec rm -f %D/share/doc/HTML/en/kdebugdialog/common
+@unexec rm -f %D/share/doc/HTML/en/kdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kdisknav/common
+@unexec rm -f %D/share/doc/HTML/en/kdm/common
+@unexec rm -f %D/share/doc/HTML/en/kfm/common
+@unexec rm -f %D/share/doc/HTML/en/kfontmanager/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/faq/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/quickstart/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/userguide/common
+@unexec rm -f %D/share/doc/HTML/en/kikbd/common
+@unexec rm -f %D/share/doc/HTML/en/konsole/common
+@unexec rm -f %D/share/doc/HTML/en/kpager/common
+@unexec rm -f %D/share/doc/HTML/en/kwm/common
+@dirrm share/wallpapers
+@dirrm share/toolbar
+@dirrm share/templates/.source/emptydir
+@dirrm share/templates/.source
+@dirrm share/templates
+@dirrm share/skel
+@dirrm share/servicetypes
+@dirrm share/services
+@dirrm share/icons/locolor/32x32/devices
+@dirrm share/icons/locolor/32x32/apps
+@dirrm share/icons/locolor/32x32
+@dirrm share/icons/locolor/16x16/devices
+@dirrm share/icons/locolor/16x16/apps
+@dirrm share/icons/locolor/16x16
+@dirrm share/icons/locolor
+@dirrm share/icons/hicolor/48x48/devices
+@dirrm share/icons/hicolor/48x48/apps
+@dirrm share/icons/hicolor/48x48
+@dirrm share/icons/hicolor/32x32/devices
+@dirrm share/icons/hicolor/32x32/apps
+@dirrm share/icons/hicolor/32x32
+@dirrm share/icons/hicolor
+@dirrm share/icons
@dirrm share/doc/HTML/en/kwm
-@dirrm share/doc/HTML/en/kvt
-@dirrm share/doc/HTML/en/kthememgr
-@dirrm share/doc/HTML/en/kpanel
@dirrm share/doc/HTML/en/kpager
@dirrm share/doc/HTML/en/konsole
-@dirrm share/doc/HTML/en/kmenuedit
-@dirrm share/doc/HTML/en/kmedia
@dirrm share/doc/HTML/en/kikbd
-@dirrm share/doc/HTML/en/kfontmanager
+@dirrm share/doc/HTML/en/khelpcenter/userguide
+@dirrm share/doc/HTML/en/khelpcenter/quickstart
+@dirrm share/doc/HTML/en/khelpcenter/faq
+@dirrm share/doc/HTML/en/khelpcenter
@dirrm share/doc/HTML/en/kfm
-@dirrm share/doc/HTML/en/kfind
@dirrm share/doc/HTML/en/kdm
@dirrm share/doc/HTML/en/kdisknav
-@dirrm share/doc/HTML/en/kdehelp/quickstart
-@dirrm share/doc/HTML/en/kdehelp/kwm
-@dirrm share/doc/HTML/en/kdehelp/kpanel
-@dirrm share/doc/HTML/en/kdehelp
+@dirrm share/doc/HTML/en/kdesu
+@dirrm share/doc/HTML/en/kdebugdialog
@dirrm share/doc/HTML/en/kcontrol/kthememgr
@dirrm share/doc/HTML/en/kcontrol/kdmconfig
@dirrm share/doc/HTML/en/kcontrol/kcmsyssound
@@ -2460,63 +1784,95 @@ share/wallpapers/wood1.jpg
@dirrm share/doc/HTML/en/kcontrol/kcmkpanel
@dirrm share/doc/HTML/en/kcontrol/kcmkfm
@dirrm share/doc/HTML/en/kcontrol/kcmkeys
+@dirrm share/doc/HTML/en/kcontrol/kcmkdesu
@dirrm share/doc/HTML/en/kcontrol/kcminput
@dirrm share/doc/HTML/en/kcontrol/kcminfo
@dirrm share/doc/HTML/en/kcontrol/kcmdisplay
@dirrm share/doc/HTML/en/kcontrol/kcmbell
@dirrm share/doc/HTML/en/kcontrol
+@dirrm share/apps/quickbrowser
@dirrm share/apps/kwm/pics
@dirrm share/apps/kwm
-@dirrm share/apps/kthememgr/Themes
-@dirrm share/apps/kthememgr
+@dirrm share/apps/kwin
+@dirrm share/apps/kwelcome/pics
+@dirrm share/apps/kwelcome
@dirrm share/apps/kscreensaver
-@dirrm share/apps/kpanel/pics/mini
-@dirrm share/apps/kpanel/pics/large
-@dirrm share/apps/kpanel/pics
-@dirrm share/apps/kpanel/default
-@dirrm share/apps/kpanel
@dirrm share/apps/konsole
-@dirrm share/apps/kikbd/codes
-@dirrm share/apps/kikbd
-@dirrm share/apps/kfm/pics
-@dirrm share/apps/kfm/Desktop/Templates
-@dirrm share/apps/kfm/Desktop
-@dirrm share/apps/kfm
-@dirrm share/apps/kfind/toolbar
-@dirrm share/apps/kfind
-@dirrm share/apps/kdmconfig/pics
-@dirrm share/apps/kdmconfig
+@dirrm share/apps/konqueror/pics
+@dirrm share/apps/konqueror/dirtree/remote/web
+@dirrm share/apps/konqueror/dirtree/remote/ftp
+@dirrm share/apps/konqueror/dirtree/remote
+@dirrm share/apps/konqueror/dirtree
+@dirrm share/apps/konqueror
+@dirrm share/apps/konqlistview
+@dirrm share/apps/konqiconview
+@dirrm share/apps/kio_info
+@dirrm share/apps/kicker/tiles
+@dirrm share/apps/kicker/pics
+@dirrm share/apps/kicker/internalapplets
+@dirrm share/apps/kicker/default
+@dirrm share/apps/kicker
+@dirrm share/apps/khelpcenter/plugins/Tutorials
+@dirrm share/apps/khelpcenter/plugins
+@dirrm share/apps/khelpcenter
@dirrm share/apps/kdm/pics/users
@dirrm share/apps/kdm/pics
@dirrm share/apps/kdm
@dirrm share/apps/kdisplay/color-schemes
@dirrm share/apps/kdisplay/app-defaults
@dirrm share/apps/kdisplay
-@dirrm share/apps/kdisknav
+@dirrm share/apps/kdewizard/pics
+@dirrm share/apps/kdewizard/html
+@dirrm share/apps/kdewizard
+@dirrm share/apps/kdesktop/programs
+@dirrm share/apps/kdesktop/pics
+@dirrm share/apps/kdesktop/patterns
+@dirrm share/apps/kdesktop/DesktopLinks
+@dirrm share/apps/kdesktop
@dirrm share/apps/kcontrol/pics
@dirrm share/apps/kcontrol
-@dirrm share/apps/kcmlocale/pics
-@dirrm share/apps/kcmlocale
-@dirrm share/apps/kappfinder/pics/mini
-@dirrm share/apps/kappfinder/pics/large
-@dirrm share/apps/kappfinder/pics
@dirrm share/apps/kappfinder/apps/WordProcessing
@dirrm share/apps/kappfinder/apps/Utilities
@dirrm share/apps/kappfinder/apps/Toys
+@dirrm share/apps/kappfinder/apps/System/ScreenSavers
@dirrm share/apps/kappfinder/apps/System
@dirrm share/apps/kappfinder/apps/Office
+@dirrm share/apps/kappfinder/apps/Multimedia
@dirrm share/apps/kappfinder/apps/Internet
-@dirrm share/apps/kappfinder/apps/Graphic
+@dirrm share/apps/kappfinder/apps/Graphics
@dirrm share/apps/kappfinder/apps/Editors
@dirrm share/apps/kappfinder/apps/Development
@dirrm share/apps/kappfinder/apps
@dirrm share/apps/kappfinder
-@dirrm share/applnk/Settings/Windows
+@dirrm share/apps/drkonqi/presets
+@dirrm share/apps/drkonqi/pics
+@dirrm share/apps/drkonqi
+@dirrm share/applnk/Utilities
+@dirrm share/applnk/Toys
+@dirrm share/applnk/System/ScreenSavers
+@dirrm share/applnk/System
+@dirrm share/applnk/Settings/System
@dirrm share/applnk/Settings/Sound
-@dirrm share/applnk/Settings/Network
-@dirrm share/applnk/Settings/Keys
-@dirrm share/applnk/Settings/Input_Devices
+@dirrm share/applnk/Settings/PowerControl
+@dirrm share/applnk/Settings/Personalization
+@dirrm share/applnk/Settings/Peripherals
+@dirrm share/applnk/Settings/LookNFeel/Windows
+@dirrm share/applnk/Settings/LookNFeel/Themes
+@dirrm share/applnk/Settings/LookNFeel/Desktop
+@dirrm share/applnk/Settings/LookNFeel
@dirrm share/applnk/Settings/Information
-@dirrm share/applnk/Settings/Desktop
+@dirrm share/applnk/Settings/Browsing/Web
+@dirrm share/applnk/Settings/Browsing/Neighbourhood
+@dirrm share/applnk/Settings/Browsing/Files
+@dirrm share/applnk/Settings/Browsing
+@dirrm share/applnk/Settings/Applications/System
@dirrm share/applnk/Settings/Applications
-@dirrm cgi-bin
+@dirrm share/applnk/Settings
+@dirrm share/applnk/Multimedia
+@dirrm share/applnk/Internet
+@dirrm share/applnk/Graphics
+@dirrm share/applnk/Games
+@dirrm share/applnk/Control
+@dirrm share/applnk/Applications
+@exec /sbin/ldconfig -m %D/lib
+@unexec /sbin/ldconfig -R
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile
index 142cb33134f5..639c5c610fdd 100644
--- a/x11/kde4-runtime/Makefile
+++ b/x11/kde4-runtime/Makefile
@@ -1,45 +1,33 @@
-# New ports collection makefile for: kdebase
-# Date created: 28 October 1997
-# Whom: Stefan Eßer <se@freebsd.org>
+# New ports collection makefile for: kdebase2
+# Date created: Fri Apr 14 2000 15:05:00 EDT
+# Whom: will
#
# $FreeBSD$
#
PORTNAME= kdebase
-PORTVERSION= 1.1.2
+PORTVERSION= 1.90
CATEGORIES= x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
+MASTER_SITE_SUBDIR= unstable/distribution/tar/src
-MAINTAINER= se@freebsd.org
+MAINTAINER= will@FreeBSD.org
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- kdecore.3:${PORTSDIR}/x11/kdelibs11 \
+LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
Xpm.4:${PORTSDIR}/graphics/xpm \
intl.1:${PORTSDIR}/devel/gettext
+MOC?= ${X11BASE}/bin/moc2
USE_XLIB= yes
USE_BZIP2= yes
-USE_QT= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
- "--with-xdmdir=${X11BASE}/lib/X11/xdm"
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
- INSTALL_SCRIPT="install -c -m 555" \
- PATH="${PATH}:${X11BASE}/bin"
+USE_QT2= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
+ --with-qt-dir=${X11BASE} \
+ --with-qt-includes=${X11BASE}/include/qt2 \
+ --with-qt-libraries=${X11BASE}/lib
+CONFIGURE_ENV+= MOC="${MOC}"
USE_GMAKE= yes
-MAKE_ENV= RM=${RM}
-CFLAGS+= "-I$(PREFIX)/include"
-
-KSSES= kattraction.kss kbanner.kss kbat.kss kblankscrn.kss \
- kblob.kss kbouboule.kss kbsod.kss kflame.kss kforest.kss \
- khop.kss klaser.kss klines.kss klissie.kss kmatrix.kss \
- kmorph3d.kss kpipes.kss kpolygon.kss kpyro.kss krock.kss \
- kscience.kss kslidescreen.kss kslip.kss kspace.kss kswarm.kss
-
-post-install:
-.for KSS in $(KSSES)
- $(CHMOD) 4555 $(PREFIX)/bin/$(KSS)
-.endfor
.include <bsd.port.mk>
diff --git a/x11/kde4-runtime/distinfo b/x11/kde4-runtime/distinfo
index 3b5e9ff7e1a1..1c93ddf3d36e 100644
--- a/x11/kde4-runtime/distinfo
+++ b/x11/kde4-runtime/distinfo
@@ -1 +1 @@
-MD5 (kdebase-1.1.2.tar.bz2) = 330492b058e8087fca7f1ce350363254
+MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
diff --git a/x11/kde4-runtime/pkg-plist b/x11/kde4-runtime/pkg-plist
index 0ac6b849cfd3..7906bc632d7e 100644
--- a/x11/kde4-runtime/pkg-plist
+++ b/x11/kde4-runtime/pkg-plist
@@ -1,362 +1,476 @@
+bin/chooser
+bin/drkonqi
+bin/exampleapplet
+bin/eyesapplet
bin/kappfinder
-bin/kappfinder_restart
-bin/kattraction.kss
-bin/kaudioserver
bin/kbanner.kss
bin/kbat.kss
-bin/kbgndwm
bin/kblankscrn.kss
bin/kblob.kss
bin/kbouboule.kss
bin/kbsod.kss
bin/kcheckpass
-bin/kcmbell
-bin/kcmdisplay
-bin/kcmikbd
-bin/kcminfo
-bin/kcminput
-bin/kcmkeys
-bin/kcmkfm
-bin/kcmkonsole
-bin/kcmkpanel
-bin/kcmkwm
-bin/kcmlocale
-bin/kcmsamba
-bin/kcmsyssound
+bin/kcminit
+bin/kcmshell
bin/kcontrol
-bin/kde
-bin/kdehelp
+bin/kdebugdialog
+bin/kdesktop
+bin/kdesu
+bin/kdesud
+bin/kdewizard
bin/kdm
-bin/kdmconfig
bin/kdmdesktop
-bin/kfind
-bin/kflame.kss
-bin/kfm
bin/kfmclient
bin/kfmexec
-bin/kfmsu
-bin/kfmsu2
-bin/kfmwarn
-bin/kfontmanager
-bin/kforest.kss
+bin/khelpcenter
bin/khop.kss
-bin/kikbd
-bin/kioslave
-bin/klaser.kss
+bin/kicker
bin/klines.kss
-bin/klissie.kss
-bin/klock
bin/kmatrix.kss
-bin/kmenuedit
bin/kmorph3d.kss
+bin/konqueror
bin/konsole
bin/konsole_grantpty
-bin/kpager
-bin/kpanel
bin/kpipes.kss
-bin/kplayaudio
bin/kpolygon.kss
+bin/kprintwrapper
bin/kpyro.kss
+bin/krandom.kss
bin/krdb
bin/krock.kss
-bin/krootwm
+bin/krunonce
bin/kscience.kss
bin/kslidescreen.kss
-bin/kslip.kss
+bin/kslideshow.kss
+bin/ksmserver
bin/kspace.kss
bin/kstart
bin/kswarm.kss
-bin/kthememgr
-bin/kvt
-bin/kwm
-bin/kwmcom
-bin/kwmsound
-bin/maudio
-bin/rman
+bin/kwelcome
+bin/kwin
+bin/kwrited
+bin/kxmlrpcd
+bin/kxsconfig
+bin/kxsrun
+bin/man2html
bin/startkde
-bin/unpack
-cgi-bin/helpindex
-cgi-bin/helpsearch
+bin/swallowapplet
+include/KBackgroundIface.h
+include/KDesktopIface.h
+include/KScreensaverIface.h
+include/KWinInterface.h
+include/KonquerorIface.h
+include/kbookmark.h
+include/kbookmarkbar.h
+include/kbookmarkmenu.h
+include/kfileivi.h
+include/knewmenu.h
+include/konq_bgnddlg.h
+include/konq_events.h
+include/konq_propsview.h
+include/konqdefaults.h
+include/konqdirlister.h
+include/konqdrag.h
+include/konqfileitem.h
+include/konqiconviewwidget.h
+include/konqoperations.h
+include/konqpopupmenu.h
+include/konqsettings.h
+lib/kdesktop.la
+lib/kdesktop.so
+lib/kfmclient.la
+lib/kfmclient.so
+lib/kio_help.la
+lib/kio_help.so
+lib/kio_info.la
+lib/kio_info.so
+lib/kio_man.la
+lib/kio_man.so
+lib/kio_nntp.la
+lib/kio_nntp.so
+lib/kio_pop3.la
+lib/kio_pop3.so
+lib/kio_smb.la
+lib/kio_smb.so
+lib/konqueror.la
+lib/konqueror.so
+lib/konsole.la
+lib/konsole.so
+lib/kwin.la
+lib/kwin.so
+lib/kwrited.la
+lib/kwrited.so
+lib/kxmlrpcd.la
+lib/kxmlrpcd.so
+lib/libkasbarapplet.la
+lib/libkasbarapplet.so.1
+lib/libkcm_arts.la
+lib/libkcm_arts.so
+lib/libkcm_clock.la
+lib/libkcm_clock.so
+lib/libkcm_display.la
+lib/libkcm_display.so
+lib/libkcm_drkonqi.la
+lib/libkcm_drkonqi.so
+lib/libkcm_email.la
+lib/libkcm_email.so
+lib/libkcm_filetypes.la
+lib/libkcm_filetypes.so
+lib/libkcm_info.la
+lib/libkcm_info.so
+lib/libkcm_input.la
+lib/libkcm_input.so
+lib/libkcm_kdm.la
+lib/libkcm_kdm.so
+lib/libkcm_keys.la
+lib/libkcm_keys.so
+lib/libkcm_kicker.la
+lib/libkcm_kicker.so
+lib/libkcm_kio.la
+lib/libkcm_kio.so
+lib/libkcm_knotify.la
+lib/libkcm_knotify.so
+lib/libkcm_konq.la
+lib/libkcm_konq.so
+lib/libkcm_konqhtml.la
+lib/libkcm_konqhtml.so
+lib/libkcm_kurifilt.la
+lib/libkcm_kurifilt.so
+lib/libkcm_kwindesktop.la
+lib/libkcm_kwindesktop.so
+lib/libkcm_kwinmouse.la
+lib/libkcm_kwinmouse.so
+lib/libkcm_kwinoptions.la
+lib/libkcm_kwinoptions.so
+lib/libkcm_locale.la
+lib/libkcm_locale.so
+lib/libkcm_passwords.la
+lib/libkcm_passwords.so
+lib/libkcm_samba.la
+lib/libkcm_samba.so
+lib/libkcm_sample.la
+lib/libkcm_sample.so
+lib/libkcm_syssound.la
+lib/libkcm_syssound.so
+lib/libkdateapplet.la
+lib/libkdateapplet.so.1
+lib/libkdockapplet.la
+lib/libkdockapplet.so.1
+lib/libkhelpcenter.la
+lib/libkhelpcenter.so.1
+lib/libkminipagerapplet.la
+lib/libkminipagerapplet.so.1
+lib/libkonq.la
+lib/libkonq.so.3
+lib/libkonqdirtree.la
+lib/libkonqdirtree.so.1
+lib/libkonqiconview.la
+lib/libkonqiconview.so.1
+lib/libkonqlistview.la
+lib/libkonqlistview.so.1
+lib/libkonsole.la
+lib/libkonsole.so.1
+lib/libkoolclockapplet.la
+lib/libkoolclockapplet.so.1
+lib/libkpagerapplet.la
+lib/libkpagerapplet.so.1
+lib/libkpagericon.la
+lib/libkpagericon.so.1
+lib/libkpagerpixmap.la
+lib/libkpagerpixmap.so.1
+lib/libkshorturifilter.la
+lib/libkshorturifilter.so.1
+lib/libktaskbarapplet.la
+lib/libktaskbarapplet.so.1
+lib/libkuriikwsfilter.la
+lib/libkuriikwsfilter.so.1
+lib/libkwinb2.la
+lib/libkwinb2.so.1
+lib/libkwinkstep.la
+lib/libkwinkstep.so.1
+lib/libkwinlaptop.la
+lib/libkwinlaptop.so.1
+lib/libkwinmodernsys.la
+lib/libkwinmodernsys.so.1
+lib/libkwinriscos.la
+lib/libkwinriscos.so.1
+lib/libkwinsystem.la
+lib/libkwinsystem.so.1
+lib/libsmb++.la
+lib/libsmb++.so.0
share/applnk/.directory
share/applnk/Applications/.directory
+share/applnk/Control/.directory
+share/applnk/Control/SysInfo.desktop
+share/applnk/Control/System.desktop
+share/applnk/Control/User.desktop
share/applnk/Games/.directory
share/applnk/Graphics/.directory
-share/applnk/Help.kdelnk
-share/applnk/Home.kdelnk
+share/applnk/Help.desktop
+share/applnk/Home.desktop
share/applnk/Internet/.directory
-share/applnk/KControl.kdelnk
-share/applnk/Kfind.kdelnk
-share/applnk/Krefresh.kdelnk
share/applnk/Multimedia/.directory
share/applnk/Settings/.directory
share/applnk/Settings/Applications/.directory
-share/applnk/Settings/Applications/kdm.kdelnk
-share/applnk/Settings/Applications/kfm.kdelnk
-share/applnk/Settings/Applications/kfmbrowser.kdelnk
-share/applnk/Settings/Applications/panel.kdelnk
-share/applnk/Settings/Desktop/.directory
-share/applnk/Settings/Desktop/background.kdelnk
-share/applnk/Settings/Desktop/borders.kdelnk
-share/applnk/Settings/Desktop/colors.kdelnk
-share/applnk/Settings/Desktop/fonts.kdelnk
-share/applnk/Settings/Desktop/icons.kdelnk
-share/applnk/Settings/Desktop/kthememgr.kdelnk
-share/applnk/Settings/Desktop/language.kdelnk
-share/applnk/Settings/Desktop/screensaver.kdelnk
-share/applnk/Settings/Desktop/style.kdelnk
+share/applnk/Settings/Applications/System/kdm.desktop
+share/applnk/Settings/Applications/drkonqi.desktop
+share/applnk/Settings/Browsing/.directory
+share/applnk/Settings/Browsing/Files/filetypes.desktop
+share/applnk/Settings/Browsing/Files/kcmkonq.desktop
+share/applnk/Settings/Browsing/Neighbourhood/smb.desktop
+share/applnk/Settings/Browsing/Web/cookies.desktop
+share/applnk/Settings/Browsing/Web/ebrowsing.desktop
+share/applnk/Settings/Browsing/Web/konqhtml.desktop
+share/applnk/Settings/Browsing/Web/proxy.desktop
+share/applnk/Settings/Browsing/Web/useragent.desktop
share/applnk/Settings/Information/.directory
-share/applnk/Settings/Information/devices.kdelnk
-share/applnk/Settings/Information/dma.kdelnk
-share/applnk/Settings/Information/interrupts.kdelnk
-share/applnk/Settings/Information/ioports.kdelnk
-share/applnk/Settings/Information/memory.kdelnk
-share/applnk/Settings/Information/partitions.kdelnk
-share/applnk/Settings/Information/pci.kdelnk
-share/applnk/Settings/Information/processor.kdelnk
-share/applnk/Settings/Information/scsi.kdelnk
-share/applnk/Settings/Information/smbstatus.kdelnk
-share/applnk/Settings/Information/sound.kdelnk
-share/applnk/Settings/Information/xserver.kdelnk
-share/applnk/Settings/Input_Devices/.directory
-share/applnk/Settings/Input_Devices/kcmikbd.kdelnk
-share/applnk/Settings/Input_Devices/keyboard.kdelnk
-share/applnk/Settings/Input_Devices/mouse.kdelnk
-share/applnk/Settings/Keys/.directory
-share/applnk/Settings/Keys/global.kdelnk
-share/applnk/Settings/Keys/standard.kdelnk
-share/applnk/Settings/Network/.directory
+share/applnk/Settings/Information/devices.desktop
+share/applnk/Settings/Information/dma.desktop
+share/applnk/Settings/Information/interrupts.desktop
+share/applnk/Settings/Information/ioports.desktop
+share/applnk/Settings/Information/memory.desktop
+share/applnk/Settings/Information/partitions.desktop
+share/applnk/Settings/Information/pci.desktop
+share/applnk/Settings/Information/processor.desktop
+share/applnk/Settings/Information/scsi.desktop
+share/applnk/Settings/Information/smbstatus.desktop
+share/applnk/Settings/Information/sound.desktop
+share/applnk/Settings/Information/xserver.desktop
+share/applnk/Settings/LookNFeel/.directory
+share/applnk/Settings/LookNFeel/Desktop/.directory
+share/applnk/Settings/LookNFeel/Desktop/advanced.desktop
+share/applnk/Settings/LookNFeel/Desktop/background.desktop
+share/applnk/Settings/LookNFeel/Desktop/borders.desktop
+share/applnk/Settings/LookNFeel/Desktop/desktop.desktop
+share/applnk/Settings/LookNFeel/Desktop/icons.desktop
+share/applnk/Settings/LookNFeel/Themes/style.desktop
+share/applnk/Settings/LookNFeel/Windows/.directory
+share/applnk/Settings/LookNFeel/Windows/actions.desktop
+share/applnk/Settings/LookNFeel/Windows/mouse.desktop
+share/applnk/Settings/LookNFeel/colors.desktop
+share/applnk/Settings/LookNFeel/fonts.desktop
+share/applnk/Settings/LookNFeel/kcmnotify.desktop
+share/applnk/Settings/LookNFeel/keys.desktop
+share/applnk/Settings/LookNFeel/panel.desktop
+share/applnk/Settings/LookNFeel/screensaver.desktop
+share/applnk/Settings/Peripherals/.directory
+share/applnk/Settings/Peripherals/keyboard.desktop
+share/applnk/Settings/Peripherals/mouse.desktop
+share/applnk/Settings/Personalization/.directory
+share/applnk/Settings/Personalization/email.desktop
+share/applnk/Settings/Personalization/language.desktop
+share/applnk/Settings/Personalization/passwords.desktop
+share/applnk/Settings/PowerControl/.directory
+share/applnk/Settings/PowerControl/energy.desktop
share/applnk/Settings/Sound/.directory
-share/applnk/Settings/Sound/bell.kdelnk
-share/applnk/Settings/Sound/syssound.kdelnk
-share/applnk/Settings/Windows/.directory
-share/applnk/Settings/Windows/advanced.kdelnk
-share/applnk/Settings/Windows/buttons.kdelnk
-share/applnk/Settings/Windows/mouse.kdelnk
-share/applnk/Settings/Windows/properties.kdelnk
-share/applnk/Settings/Windows/titlebar.kdelnk
+share/applnk/Settings/Sound/arts.desktop
+share/applnk/Settings/Sound/syssound.desktop
+share/applnk/Settings/System/clock.desktop
share/applnk/System/.directory
-share/applnk/System/Arrange.kdelnk
-share/applnk/System/Kfontmanager.kdelnk
-share/applnk/System/kappfinder.kdelnk
-share/applnk/System/kfmsu.kdelnk
-share/applnk/System/kikbd.kdelnk
-share/applnk/System/kpager.kdelnk
-share/applnk/Trash.kdelnk
+share/applnk/System/Arrange.desktop
+share/applnk/System/ScreenSavers/.directory
+share/applnk/System/ScreenSavers/KAttration.desktop
+share/applnk/System/ScreenSavers/KBanner.desktop
+share/applnk/System/ScreenSavers/KBat.desktop
+share/applnk/System/ScreenSavers/KBlankscreen.desktop
+share/applnk/System/ScreenSavers/KBlob.desktop
+share/applnk/System/ScreenSavers/KBouboule.desktop
+share/applnk/System/ScreenSavers/KBsod.desktop
+share/applnk/System/ScreenSavers/KFlame.desktop
+share/applnk/System/ScreenSavers/KForest.desktop
+share/applnk/System/ScreenSavers/KHop.desktop
+share/applnk/System/ScreenSavers/KLaser.desktop
+share/applnk/System/ScreenSavers/KLines.desktop
+share/applnk/System/ScreenSavers/KLissie.desktop
+share/applnk/System/ScreenSavers/KMatrix.desktop
+share/applnk/System/ScreenSavers/KMorph3D.desktop
+share/applnk/System/ScreenSavers/KPipes.desktop
+share/applnk/System/ScreenSavers/KPolygon.desktop
+share/applnk/System/ScreenSavers/KPyro.desktop
+share/applnk/System/ScreenSavers/KRandom.desktop
+share/applnk/System/ScreenSavers/KRock.desktop
+share/applnk/System/ScreenSavers/KScience.desktop
+share/applnk/System/ScreenSavers/KSlidescreen.desktop
+share/applnk/System/ScreenSavers/KSlideshow.desktop
+share/applnk/System/ScreenSavers/KSlip.desktop
+share/applnk/System/ScreenSavers/KSpace.desktop
+share/applnk/System/ScreenSavers/KSwarm.desktop
+share/applnk/System/ScreenSavers/Worm.desktop
+share/applnk/System/kappfinder.desktop
+share/applnk/System/kfmclient.desktop
+share/applnk/System/konquerorsu.desktop
+share/applnk/System/konsole.desktop
+share/applnk/System/konsolesu.desktop
+share/applnk/Trash.desktop
share/applnk/Utilities/.directory
-share/applnk/Utilities/KMenuEdit.kdelnk
-share/applnk/Utilities/konsole.kdelnk
-share/applnk/Utilities/kvt.kdelnk
+share/applnk/Utilities/kdewizard.desktop
+share/applnk/Utilities/passwd.desktop
+share/applnk/Utilities/xclipboard.desktop
+share/applnk/Utilities/xclock.desktop
+share/applnk/Utilities/xconsole.desktop
+share/applnk/Utilities/xterm.desktop
+share/apps/drkonqi/pics/konqi.png
+share/apps/drkonqi/presets/developerrc
+share/apps/drkonqi/presets/enduserrc
share/apps/kappfinder/apps/.directory
share/apps/kappfinder/apps/Development/.directory
-share/apps/kappfinder/apps/Development/ddd.kdelnk
-share/apps/kappfinder/apps/Development/dlgedit.kdelnk
+share/apps/kappfinder/apps/Development/ddd.desktop
+share/apps/kappfinder/apps/Development/dlgedit.desktop
share/apps/kappfinder/apps/Editors/.directory
-share/apps/kappfinder/apps/Editors/emacs.kdelnk
-share/apps/kappfinder/apps/Editors/lemacs.kdelnk
-share/apps/kappfinder/apps/Editors/nedit.kdelnk
-share/apps/kappfinder/apps/Editors/xedit.kdelnk
-share/apps/kappfinder/apps/Editors/xemacs.kdelnk
-share/apps/kappfinder/apps/Graphic/.directory
-share/apps/kappfinder/apps/Graphic/acroread.kdelnk
-share/apps/kappfinder/apps/Graphic/xfig.kdelnk
-share/apps/kappfinder/apps/Graphic/xpaint.kdelnk
-share/apps/kappfinder/apps/Graphic/xv.kdelnk
+share/apps/kappfinder/apps/Editors/emacs.desktop
+share/apps/kappfinder/apps/Editors/gvim.desktop
+share/apps/kappfinder/apps/Editors/lemacs.desktop
+share/apps/kappfinder/apps/Editors/nedit.desktop
+share/apps/kappfinder/apps/Editors/xedit.desktop
+share/apps/kappfinder/apps/Editors/xemacs.desktop
+share/apps/kappfinder/apps/Graphics/.directory
+share/apps/kappfinder/apps/Graphics/acroread.desktop
+share/apps/kappfinder/apps/Graphics/gimp.desktop
+share/apps/kappfinder/apps/Graphics/xfig.desktop
+share/apps/kappfinder/apps/Graphics/xpaint.desktop
+share/apps/kappfinder/apps/Graphics/xv.desktop
share/apps/kappfinder/apps/Internet/.directory
-share/apps/kappfinder/apps/Internet/arena.kdelnk
-share/apps/kappfinder/apps/Internet/coolmail.kdelnk
-share/apps/kappfinder/apps/Internet/netscape.kdelnk
-share/apps/kappfinder/apps/Internet/pine.kdelnk
-share/apps/kappfinder/apps/Internet/xbiff.kdelnk
-share/apps/kappfinder/apps/Internet/xfmail.kdelnk
-share/apps/kappfinder/apps/Internet/xftp.kdelnk
+share/apps/kappfinder/apps/Internet/arena.desktop
+share/apps/kappfinder/apps/Internet/coolmail.desktop
+share/apps/kappfinder/apps/Internet/netscape.desktop
+share/apps/kappfinder/apps/Internet/pine.desktop
+share/apps/kappfinder/apps/Internet/xbiff.desktop
+share/apps/kappfinder/apps/Internet/xfmail.desktop
+share/apps/kappfinder/apps/Internet/xftp.desktop
+share/apps/kappfinder/apps/Multimedia/.directory
+share/apps/kappfinder/apps/Multimedia/xmms.desktop
share/apps/kappfinder/apps/Office/.directory
-share/apps/kappfinder/apps/Office/Applix.kdelnk
-share/apps/kappfinder/apps/Office/XAcc.kdelnk
-share/apps/kappfinder/apps/Office/XsLite.kdelnk
-share/apps/kappfinder/apps/Office/plan.kdelnk
+share/apps/kappfinder/apps/Office/Applix.desktop
+share/apps/kappfinder/apps/Office/XAcc.desktop
+share/apps/kappfinder/apps/Office/XsLite.desktop
+share/apps/kappfinder/apps/Office/plan.desktop
share/apps/kappfinder/apps/System/.directory
-share/apps/kappfinder/apps/System/xosview.kdelnk
+share/apps/kappfinder/apps/System/ScreenSavers/.directory
+share/apps/kappfinder/apps/System/ScreenSavers/Ant.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Atlantis.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Attraction.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Braid.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubble3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubbles.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cage.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Compass.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Coral.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Crystal.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cynosure.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Drift.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Fadeplot.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flag.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flow.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Forest.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/GLPlanet.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Galaxy.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Gears.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Goop.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Grav.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hopalong.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hypercube.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Ifs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Imsmap.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Interference.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Julia.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kaleidescope.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kumppa.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/LMorph.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lament.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Laser.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lightning.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lissie.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Moenius.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Penrose.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Phosphor.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Pulsar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Rubik.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sonar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sproingies.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Stairs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Starfish.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Strange.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Superquadrics.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Swirl.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/T3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Triangle.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Vines.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Worm.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XFlame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XJack.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XMatrix.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XPipes.desktop
+share/apps/kappfinder/apps/System/sam.desktop
+share/apps/kappfinder/apps/System/xosview.desktop
share/apps/kappfinder/apps/Toys/.directory
-share/apps/kappfinder/apps/Toys/xeyes.kdelnk
-share/apps/kappfinder/apps/Toys/xpinguin.kdelnk
+share/apps/kappfinder/apps/Toys/xeyes.desktop
+share/apps/kappfinder/apps/Toys/xpinguin.desktop
share/apps/kappfinder/apps/Utilities/.directory
-share/apps/kappfinder/apps/Utilities/passwd.kdelnk
-share/apps/kappfinder/apps/Utilities/xcalc.kdelnk
-share/apps/kappfinder/apps/Utilities/xclipboard.kdelnk
-share/apps/kappfinder/apps/Utilities/xclock.kdelnk
-share/apps/kappfinder/apps/Utilities/xconsole.kdelnk
-share/apps/kappfinder/apps/Utilities/xload.kdelnk
-share/apps/kappfinder/apps/Utilities/xterm.kdelnk
+share/apps/kappfinder/apps/Utilities/jar.desktop
+share/apps/kappfinder/apps/Utilities/passwd.desktop
+share/apps/kappfinder/apps/Utilities/xcalc.desktop
+share/apps/kappfinder/apps/Utilities/xclipboard.desktop
+share/apps/kappfinder/apps/Utilities/xclock.desktop
+share/apps/kappfinder/apps/Utilities/xconsole.desktop
+share/apps/kappfinder/apps/Utilities/xload.desktop
+share/apps/kappfinder/apps/Utilities/xterm.desktop
share/apps/kappfinder/apps/WordProcessing/.directory
-share/apps/kappfinder/apps/WordProcessing/WordPerfect.kdelnk
-share/apps/kappfinder/apps/WordProcessing/acroread.kdelnk
-share/apps/kappfinder/apps/WordProcessing/ghostview.kdelnk
-share/apps/kappfinder/apps/WordProcessing/gv.kdelnk
-share/apps/kappfinder/apps/WordProcessing/lyx.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xdvi.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xpdf.kdelnk
-share/apps/kappfinder/pics/acroread.xpm
-share/apps/kappfinder/pics/applix.xpm
-share/apps/kappfinder/pics/applixware.xpm
-share/apps/kappfinder/pics/civctp.xpm
-share/apps/kappfinder/pics/dlgedit.xpm
-share/apps/kappfinder/pics/edit.xpm
-share/apps/kappfinder/pics/emacs.xpm
-share/apps/kappfinder/pics/email.xpm
-share/apps/kappfinder/pics/gimp.xpm
-share/apps/kappfinder/pics/gnu.xpm
-share/apps/kappfinder/pics/gs.xpm
-share/apps/kappfinder/pics/gv.xpm
-share/apps/kappfinder/pics/large/acroread.xpm
-share/apps/kappfinder/pics/large/applixware.xpm
-share/apps/kappfinder/pics/large/civctp.xpm
-share/apps/kappfinder/pics/large/dlgedit.xpm
-share/apps/kappfinder/pics/large/edit.xpm
-share/apps/kappfinder/pics/large/gimp.xpm
-share/apps/kappfinder/pics/large/gnu.xpm
-share/apps/kappfinder/pics/large/gs.xpm
-share/apps/kappfinder/pics/large/gv.xpm
-share/apps/kappfinder/pics/large/lyx.xpm
-share/apps/kappfinder/pics/large/mathematica.xpm
-share/apps/kappfinder/pics/large/mozilla.xpm
-share/apps/kappfinder/pics/large/nedit.xpm
-share/apps/kappfinder/pics/large/penguin.xpm
-share/apps/kappfinder/pics/large/plan.xpm
-share/apps/kappfinder/pics/large/quake2.xpm
-share/apps/kappfinder/pics/large/quake3.xpm
-share/apps/kappfinder/pics/large/wabi.xpm
-share/apps/kappfinder/pics/large/wordperfect.xpm
-share/apps/kappfinder/pics/large/x.xpm
-share/apps/kappfinder/pics/large/xcalc.xpm
-share/apps/kappfinder/pics/large/xclipboard.xpm
-share/apps/kappfinder/pics/large/xclock.xpm
-share/apps/kappfinder/pics/large/xconsole.xpm
-share/apps/kappfinder/pics/large/xedit.xpm
-share/apps/kappfinder/pics/large/xephem.xpm
-share/apps/kappfinder/pics/large/xeyes.xpm
-share/apps/kappfinder/pics/large/xfig.xpm
-share/apps/kappfinder/pics/large/xfmail.xpm
-share/apps/kappfinder/pics/large/xload.xpm
-share/apps/kappfinder/pics/large/xosview.xpm
-share/apps/kappfinder/pics/large/xpaint.xpm
-share/apps/kappfinder/pics/large/xpdf.xpm
-share/apps/kappfinder/pics/large/xv.xpm
-share/apps/kappfinder/pics/lyx.xpm
-share/apps/kappfinder/pics/mathematica.xpm
-share/apps/kappfinder/pics/mini/acroread.xpm
-share/apps/kappfinder/pics/mini/applixware.xpm
-share/apps/kappfinder/pics/mini/civctp.xpm
-share/apps/kappfinder/pics/mini/dlgedit.xpm
-share/apps/kappfinder/pics/mini/edit.xpm
-share/apps/kappfinder/pics/mini/emacs.xpm
-share/apps/kappfinder/pics/mini/email.xpm
-share/apps/kappfinder/pics/mini/gimp.xpm
-share/apps/kappfinder/pics/mini/gnu.xpm
-share/apps/kappfinder/pics/mini/gv.xpm
-share/apps/kappfinder/pics/mini/lyx.xpm
-share/apps/kappfinder/pics/mini/mathematica.xpm
-share/apps/kappfinder/pics/mini/mini-plan.xpm
-share/apps/kappfinder/pics/mini/mini-xslight.xpm
-share/apps/kappfinder/pics/mini/mozilla.xpm
-share/apps/kappfinder/pics/mini/nedit.xpm
-share/apps/kappfinder/pics/mini/netscape.xpm
-share/apps/kappfinder/pics/mini/penguin.xpm
-share/apps/kappfinder/pics/mini/pinguin.xpm
-share/apps/kappfinder/pics/mini/plan.xpm
-share/apps/kappfinder/pics/mini/quake2.xpm
-share/apps/kappfinder/pics/mini/quake3.xpm
-share/apps/kappfinder/pics/mini/vmware.xpm
-share/apps/kappfinder/pics/mini/wabi.xpm
-share/apps/kappfinder/pics/mini/wordperfect.xpm
-share/apps/kappfinder/pics/mini/wp.xpm
-share/apps/kappfinder/pics/mini/x.xpm
-share/apps/kappfinder/pics/mini/xcalc.xpm
-share/apps/kappfinder/pics/mini/xclipboard.xpm
-share/apps/kappfinder/pics/mini/xclock.xpm
-share/apps/kappfinder/pics/mini/xconsole.xpm
-share/apps/kappfinder/pics/mini/xedit.xpm
-share/apps/kappfinder/pics/mini/xemacs.xpm
-share/apps/kappfinder/pics/mini/xephem.xpm
-share/apps/kappfinder/pics/mini/xeyes.xpm
-share/apps/kappfinder/pics/mini/xfig.xpm
-share/apps/kappfinder/pics/mini/xfmail.xpm
-share/apps/kappfinder/pics/mini/xload.xpm
-share/apps/kappfinder/pics/mini/xosview.xpm
-share/apps/kappfinder/pics/mini/xpaint.xpm
-share/apps/kappfinder/pics/mini/xpdf.xpm
-share/apps/kappfinder/pics/mini/xv.xpm
-share/apps/kappfinder/pics/mozilla.xpm
-share/apps/kappfinder/pics/nedit.xpm
-share/apps/kappfinder/pics/netscape.xpm
-share/apps/kappfinder/pics/nogo.xpm
-share/apps/kappfinder/pics/penguin.xpm
-share/apps/kappfinder/pics/pinguin.xpm
-share/apps/kappfinder/pics/plan.xpm
-share/apps/kappfinder/pics/quake2.xpm
-share/apps/kappfinder/pics/quake3.xpm
-share/apps/kappfinder/pics/wabi.xpm
-share/apps/kappfinder/pics/wordperfect.xpm
-share/apps/kappfinder/pics/wp.xpm
-share/apps/kappfinder/pics/x.xpm
-share/apps/kappfinder/pics/xcalc.xpm
-share/apps/kappfinder/pics/xclipboard.xpm
-share/apps/kappfinder/pics/xclock.xpm
-share/apps/kappfinder/pics/xconsole.xpm
-share/apps/kappfinder/pics/xedit.xpm
-share/apps/kappfinder/pics/xemacs.xpm
-share/apps/kappfinder/pics/xephem.xpm
-share/apps/kappfinder/pics/xeyes.xpm
-share/apps/kappfinder/pics/xfig.xpm
-share/apps/kappfinder/pics/xfmail.xpm
-share/apps/kappfinder/pics/xftp.xpm
-share/apps/kappfinder/pics/xload.xpm
-share/apps/kappfinder/pics/xosview.xpm
-share/apps/kappfinder/pics/xpaint.xpm
-share/apps/kappfinder/pics/xpdf.xpm
-share/apps/kappfinder/pics/xv.xpm
-share/apps/kcmlocale/pics/flag_C.gif
-share/apps/kcmlocale/pics/flag_br.gif
-share/apps/kcmlocale/pics/flag_ca.gif
-share/apps/kcmlocale/pics/flag_cs.gif
-share/apps/kcmlocale/pics/flag_da.gif
-share/apps/kcmlocale/pics/flag_de.gif
-share/apps/kcmlocale/pics/flag_de_CH.gif
-share/apps/kcmlocale/pics/flag_el.gif
-share/apps/kcmlocale/pics/flag_en.gif
-share/apps/kcmlocale/pics/flag_en_UK.gif
-share/apps/kcmlocale/pics/flag_eo.gif
-share/apps/kcmlocale/pics/flag_es.gif
-share/apps/kcmlocale/pics/flag_et.gif
-share/apps/kcmlocale/pics/flag_fi.gif
-share/apps/kcmlocale/pics/flag_fr.gif
-share/apps/kcmlocale/pics/flag_fr_CA.gif
-share/apps/kcmlocale/pics/flag_fr_CH.gif
-share/apps/kcmlocale/pics/flag_he.gif
-share/apps/kcmlocale/pics/flag_hr.gif
-share/apps/kcmlocale/pics/flag_hu.gif
-share/apps/kcmlocale/pics/flag_is.gif
-share/apps/kcmlocale/pics/flag_it.gif
-share/apps/kcmlocale/pics/flag_ja.gif
-share/apps/kcmlocale/pics/flag_ko.gif
-share/apps/kcmlocale/pics/flag_mk.gif
-share/apps/kcmlocale/pics/flag_nl.gif
-share/apps/kcmlocale/pics/flag_no.gif
-share/apps/kcmlocale/pics/flag_pl.gif
-share/apps/kcmlocale/pics/flag_pt.gif
-share/apps/kcmlocale/pics/flag_pt_BR.gif
-share/apps/kcmlocale/pics/flag_ro.gif
-share/apps/kcmlocale/pics/flag_ru.gif
-share/apps/kcmlocale/pics/flag_se.gif
-share/apps/kcmlocale/pics/flag_sk.gif
-share/apps/kcmlocale/pics/flag_sl.gif
-share/apps/kcmlocale/pics/flag_sv.gif
-share/apps/kcmlocale/pics/flag_tr.gif
-share/apps/kcmlocale/pics/flag_us_eu.gif
-share/apps/kcmlocale/pics/flag_zh_CN.GB2312.gif
-share/apps/kcmlocale/pics/flag_zh_TW.Big5.gif
-share/apps/kcontrol/pics/kdekcc.xpm
-share/apps/kdisknav/KDE.kdelnk
-share/apps/kdisknav/Root.kdelnk
+share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop
+share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop
+share/apps/kappfinder/apps/WordProcessing/acroread.desktop
+share/apps/kappfinder/apps/WordProcessing/ghostview.desktop
+share/apps/kappfinder/apps/WordProcessing/gv.desktop
+share/apps/kappfinder/apps/WordProcessing/lyx.desktop
+share/apps/kappfinder/apps/WordProcessing/xdvi.desktop
+share/apps/kappfinder/apps/WordProcessing/xpdf.desktop
+share/apps/kcontrol/kcontrolui.rc
+share/apps/kcontrol/pics/energybig.png
+share/apps/kcontrol/pics/logo.png
+share/apps/kcontrol/pics/mini-world.png
+share/apps/kcontrol/pics/monitor.png
+share/apps/kcontrol/pics/onlyone.png
+share/apps/kcontrol/pics/overlapping.png
+share/apps/kcontrol/pics/wizard.png
+share/apps/kdesktop/DesktopLinks/Home.desktop
+share/apps/kdesktop/directory.autostart
+share/apps/kdesktop/directory.desktop
+share/apps/kdesktop/directory.templates
+share/apps/kdesktop/directory.trash
+share/apps/kdesktop/patterns/fish.desktop
+share/apps/kdesktop/patterns/fish.png
+share/apps/kdesktop/patterns/flowers.desktop
+share/apps/kdesktop/patterns/flowers.png
+share/apps/kdesktop/patterns/night-rock.desktop
+share/apps/kdesktop/patterns/night-rock.jpg
+share/apps/kdesktop/patterns/pavement.desktop
+share/apps/kdesktop/patterns/pavement.png
+share/apps/kdesktop/patterns/rattan.desktop
+share/apps/kdesktop/patterns/rattan.png
+share/apps/kdesktop/patterns/stonewall2.desktop
+share/apps/kdesktop/patterns/stonewall2.png
+share/apps/kdesktop/patterns/triangles.desktop
+share/apps/kdesktop/patterns/triangles.png
+share/apps/kdesktop/pics/ksslogo.png
+share/apps/kdesktop/pics/splash.png
+share/apps/kdesktop/programs/xearth.desktop
+share/apps/kdesktop/programs/xglobe.desktop
+share/apps/kdewizard/html/intro.html
+share/apps/kdewizard/html/kdelogo.png
+share/apps/kdewizard/html/wizard.png
+share/apps/kdewizard/html/wizard_small.png
+share/apps/kdewizard/kdedevel.desktop
+share/apps/kdewizard/kdeftp.desktop
+share/apps/kdewizard/kdewww.desktop
+share/apps/kdewizard/pics/beostheme.png
+share/apps/kdewizard/pics/kdedevel.png
+share/apps/kdewizard/pics/kdeftp.png
+share/apps/kdewizard/pics/kdehome.png
+share/apps/kdewizard/pics/kdetheme.png
+share/apps/kdewizard/pics/mactheme.png
+share/apps/kdewizard/pics/printer.png
+share/apps/kdewizard/pics/wintheme.png
+share/apps/kdewizard/printer.desktop
share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad
share/apps/kdisplay/app-defaults/AAAMotif.ad
share/apps/kdisplay/app-defaults/AAATk.ad
@@ -367,2090 +481,1300 @@ share/apps/kdisplay/app-defaults/ML.ad
share/apps/kdisplay/app-defaults/Nedit.ad
share/apps/kdisplay/app-defaults/Netscape.ad
share/apps/kdisplay/app-defaults/RVPlayer.ad
+share/apps/kdisplay/app-defaults/WPerfect.ad
share/apps/kdisplay/app-defaults/XCalc.ad
share/apps/kdisplay/app-defaults/XTerm.ad
share/apps/kdisplay/app-defaults/XV.ad
-share/apps/kdisplay/app-defaults/XWp.ad
share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc
share/apps/kdisplay/color-schemes/BeOS.kcsrc
share/apps/kdisplay/color-schemes/BlueSlate.kcsrc
share/apps/kdisplay/color-schemes/CDE.kcsrc
+share/apps/kdisplay/color-schemes/DarkBlue.kcsrc
share/apps/kdisplay/color-schemes/DesertRed.kcsrc
share/apps/kdisplay/color-schemes/DigitalCDE.kcsrc
+share/apps/kdisplay/color-schemes/Next.kcsrc
share/apps/kdisplay/color-schemes/PaleGray.kcsrc
share/apps/kdisplay/color-schemes/Pumpkin.kcsrc
share/apps/kdisplay/color-schemes/SolarisCDE.kcsrc
share/apps/kdisplay/color-schemes/Storm.kcsrc
+share/apps/kdisplay/color-schemes/System.kcsrc
share/apps/kdisplay/color-schemes/Windows95.kcsrc
-share/apps/kdm/pics/kdeflower.xpm
-share/apps/kdm/pics/kdelogo.xpm
-share/apps/kdm/pics/session_kde.xpm
-share/apps/kdm/pics/users/default.xpm
-share/apps/kdm/pics/users/default2.xpm
-share/apps/kdm/pics/users/root.xpm
-share/apps/kdm/pics/users/root2.xpm
-share/apps/kdmconfig/pics/monitor.xpm
-share/apps/kfind/toolbar/archive.xpm
-share/apps/kfind/toolbar/delete.xpm
-share/apps/kfind/toolbar/idea.xpm
-share/apps/kfind/toolbar/info.xpm
-share/apps/kfind/toolbar/openfile.xpm
-share/apps/kfind/toolbar/save.xpm
-share/apps/kfind/toolbar/search.xpm
-share/apps/kfm/Desktop/Templates/Device.kdelnk
-share/apps/kfm/Desktop/Templates/Ftpurl.kdelnk
-share/apps/kfm/Desktop/Templates/MimeType.kdelnk
-share/apps/kfm/Desktop/Templates/Program.kdelnk
-share/apps/kfm/Desktop/Templates/URL.kdelnk
-share/apps/kfm/Desktop/Templates/WWWUrl.kdelnk
-share/apps/kfm/directory.autostart
-share/apps/kfm/directory.desktop
-share/apps/kfm/directory.templates
-share/apps/kfm/directory.trash
-share/apps/kfm/pics/close.xpm
-share/apps/kfm/pics/exclamation.xpm
-share/apps/kfm/pics/info.xpm
-share/apps/kfm/pics/kde1.xpm
-share/apps/kfm/pics/kde2.xpm
-share/apps/kfm/pics/kde3.xpm
-share/apps/kfm/pics/kde4.xpm
-share/apps/kfm/pics/kde5.xpm
-share/apps/kfm/pics/kde6.xpm
-share/apps/kfm/pics/kde7.xpm
-share/apps/kfm/pics/kde8.xpm
-share/apps/kfm/pics/kde9.xpm
-share/apps/kfm/pics/kmultiple.xpm
-share/apps/kfm/pics/large-kmultiple.xpm
-share/apps/kfm/pics/open.xpm
-share/apps/kfm/pics/question.xpm
-share/apps/kfm/pics/stopsign.xpm
-share/apps/kikbd/bg.kimap
-share/apps/kikbd/cf.kimap
-share/apps/kikbd/codes/hp9000hil-107.kimap
-share/apps/kikbd/codes/pc-win.kimap
-share/apps/kikbd/codes/pc101.kimap
-share/apps/kikbd/codes/pc102.kimap
-share/apps/kikbd/csp.kimap
-share/apps/kikbd/csy.kimap
-share/apps/kikbd/csz.kimap
-share/apps/kikbd/de.kimap
-share/apps/kikbd/de_ch.kimap
-share/apps/kikbd/dv.kimap
-share/apps/kikbd/dva.kimap
-share/apps/kikbd/el1.kimap
-share/apps/kikbd/el7.kimap
-share/apps/kikbd/en.kimap
-share/apps/kikbd/es.kimap
-share/apps/kikbd/et.kimap
-share/apps/kikbd/fi.kimap
-share/apps/kikbd/fr.kimap
-share/apps/kikbd/fr_ch.kimap
-share/apps/kikbd/he.kimap
-share/apps/kikbd/hr.kimap
-share/apps/kikbd/hu.kimap
-share/apps/kikbd/is.kimap
-share/apps/kikbd/it.kimap
-share/apps/kikbd/la.kimap
-share/apps/kikbd/lt.kimap
-share/apps/kikbd/no.kimap
-share/apps/kikbd/pl.kimap
-share/apps/kikbd/plnew.kimap
-share/apps/kikbd/pt-acc.kimap
-share/apps/kikbd/pt.kimap
-share/apps/kikbd/ro.kimap
-share/apps/kikbd/ru.kimap
-share/apps/kikbd/rua.kimap
-share/apps/kikbd/rui.kimap
-share/apps/kikbd/rum.kimap
-share/apps/kikbd/rumcyr.kimap
-share/apps/kikbd/ruw.kimap
-share/apps/kikbd/ruwm.kimap
-share/apps/kikbd/se.kimap
-share/apps/kikbd/skp.kimap
-share/apps/kikbd/sky.kimap
-share/apps/kikbd/skz.kimap
-share/apps/kikbd/sv.kimap
-share/apps/kikbd/th.kimap
-share/apps/kikbd/trq.kimap
-share/apps/kikbd/ua.kimap
-share/apps/kikbd/uam.kimap
-share/apps/kikbd/uaw.kimap
-share/apps/kikbd/uawm.kimap
-share/apps/kikbd/weu.kimap
+share/apps/kdm/pics/kdeflower.png
+share/apps/kdm/pics/kdelogo.png
+share/apps/kdm/pics/users/default.png
+share/apps/kdm/pics/users/default2.png
+share/apps/kdm/pics/users/root.png
+share/apps/kdm/pics/users/root2.png
+share/apps/khelpcenter/plugins/Tutorials/.directory
+share/apps/khelpcenter/plugins/Tutorials/quickstart.kdelnk
+share/apps/kicker/default/personal_directory
+share/apps/kicker/internalapplets/kasbarapplet.desktop
+share/apps/kicker/internalapplets/kdateapplet.desktop
+share/apps/kicker/internalapplets/kdockapplet.desktop
+share/apps/kicker/internalapplets/kminipagerapplet.desktop
+share/apps/kicker/internalapplets/koolclockapplet.desktop
+share/apps/kicker/internalapplets/kpagerapplet.desktop
+share/apps/kicker/internalapplets/ktaskbarapplet.desktop
+share/apps/kicker/pics/disk1.png
+share/apps/kicker/pics/disk2.png
+share/apps/kicker/pics/disk3.png
+share/apps/kicker/pics/disk4.png
+share/apps/kicker/pics/disk5.png
+share/apps/kicker/pics/disk6.png
+share/apps/kicker/pics/disk7.png
+share/apps/kicker/pics/disk8.png
+share/apps/kicker/tiles/solid_blue_large_down.png
+share/apps/kicker/tiles/solid_blue_large_up.png
+share/apps/kicker/tiles/solid_blue_normal_down.png
+share/apps/kicker/tiles/solid_blue_normal_up.png
+share/apps/kicker/tiles/solid_blue_tiny_down.png
+share/apps/kicker/tiles/solid_blue_tiny_up.png
+share/apps/kicker/tiles/solid_gray_large_down.png
+share/apps/kicker/tiles/solid_gray_large_up.png
+share/apps/kicker/tiles/solid_gray_normal_down.png
+share/apps/kicker/tiles/solid_gray_normal_up.png
+share/apps/kicker/tiles/solid_gray_tiny_down.png
+share/apps/kicker/tiles/solid_gray_tiny_up.png
+share/apps/kicker/tiles/solid_green_large_down.png
+share/apps/kicker/tiles/solid_green_large_up.png
+share/apps/kicker/tiles/solid_green_normal_down.png
+share/apps/kicker/tiles/solid_green_normal_up.png
+share/apps/kicker/tiles/solid_green_tiny_down.png
+share/apps/kicker/tiles/solid_green_tiny_up.png
+share/apps/kicker/tiles/solid_orange_large_down.png
+share/apps/kicker/tiles/solid_orange_large_up.png
+share/apps/kicker/tiles/solid_orange_normal_down.png
+share/apps/kicker/tiles/solid_orange_normal_up.png
+share/apps/kicker/tiles/solid_orange_tiny_down.png
+share/apps/kicker/tiles/solid_orange_tiny_up.png
+share/apps/kicker/tiles/solid_red_large_down.png
+share/apps/kicker/tiles/solid_red_large_up.png
+share/apps/kicker/tiles/solid_red_normal_down.png
+share/apps/kicker/tiles/solid_red_normal_up.png
+share/apps/kicker/tiles/solid_red_tiny_down.png
+share/apps/kicker/tiles/solid_red_tiny_up.png
+share/apps/kio_info/kde-info2html
+share/apps/kio_info/kde-info2html.conf
+share/apps/konqiconview/konq_iconview.rc
+share/apps/konqlistview/konq_detailedlistview.rc
+share/apps/konqlistview/konq_textview.rc
+share/apps/konqlistview/konq_treeview.rc
+share/apps/konqueror/dirtree/home.desktop
+share/apps/konqueror/dirtree/remote/.directory
+share/apps/konqueror/dirtree/remote/ftp/.directory
+share/apps/konqueror/dirtree/remote/ftp/kde_ftp.desktop
+share/apps/konqueror/dirtree/remote/web/.directory
+share/apps/konqueror/dirtree/remote/web/kde_web.desktop
+share/apps/konqueror/dirtree/remote/windows.desktop
+share/apps/konqueror/dirtree/root.desktop
+share/apps/konqueror/konqueror.rc
+share/apps/konqueror/pics/indicator_anchor.png
+share/apps/konqueror/pics/indicator_connect.png
+share/apps/konqueror/pics/indicator_empty.png
+share/apps/konqueror/pics/indicator_noconnect.png
+share/apps/konqueror/pics/indicator_viewactive.png
share/apps/konsole/BlackOnLightYellow.schema
share/apps/konsole/BlackOnWhite.schema
share/apps/konsole/DarkPicture.schema
share/apps/konsole/Example.Schema
share/apps/konsole/GreenOnBlack.schema
+share/apps/konsole/GreenTint.schema
+share/apps/konsole/GreenTint_MC.schema
share/apps/konsole/LightPicture.schema
share/apps/konsole/Linux.schema
+share/apps/konsole/Transparent.schema
+share/apps/konsole/Transparent_MC.schema
+share/apps/konsole/Transparent_lightbg.schema
share/apps/konsole/WhiteOnBlack.schema
share/apps/konsole/XTerm.schema
+share/apps/konsole/default.Keytab
share/apps/konsole/default.Schema
-share/apps/konsole/linux.kdelnk
-share/apps/konsole/mc.kdelnk
-share/apps/konsole/shell.kdelnk
-share/apps/konsole/su.kdelnk
+share/apps/konsole/konsole_part.rc
+share/apps/konsole/linux.desktop
+share/apps/konsole/linux.keytab
+share/apps/konsole/mc.desktop
+share/apps/konsole/shell.desktop
+share/apps/konsole/su.desktop
share/apps/konsole/syscolor.schema
share/apps/konsole/vim.schema
-share/apps/kpanel/default/Desktop.kdelnk
-share/apps/kpanel/default/Home.kdelnk
-share/apps/kpanel/default/personal_directory
-share/apps/kpanel/pics/exit.xpm
-share/apps/kpanel/pics/go.xpm
-share/apps/kpanel/pics/kdisknav.xpm
-share/apps/kpanel/pics/key.xpm
-share/apps/kpanel/pics/kfm_home.xpm
-share/apps/kpanel/pics/large/go.xpm
-share/apps/kpanel/pics/large/kdisknav.xpm
-share/apps/kpanel/pics/large/kfm_home.xpm
-share/apps/kpanel/pics/large/pers_applnk.xpm
-share/apps/kpanel/pics/large/window_list.xpm
-share/apps/kpanel/pics/mini/go.xpm
-share/apps/kpanel/pics/mini/kdisknav.xpm
-share/apps/kpanel/pics/mini/mini-exit.xpm
-share/apps/kpanel/pics/mini/mini-key.xpm
-share/apps/kpanel/pics/mini/mini-panel.xpm
-share/apps/kpanel/pics/mini/pers_applnk.xpm
-share/apps/kpanel/pics/mini/personal.xpm
-share/apps/kpanel/pics/mini/window_list.xpm
-share/apps/kpanel/pics/pers_applnk.xpm
-share/apps/kpanel/pics/personal.xpm
-share/apps/kpanel/pics/shared.xpm
-share/apps/kpanel/pics/window_list.xpm
+share/apps/konsole/vt100.keytab
share/apps/kscreensaver/kscience-small.gif
share/apps/kscreensaver/kscience.gif
-share/apps/kthememgr/Themes/Astronique.tar.gz
-share/apps/kthememgr/Themes/Bryce.tar.gz
-share/apps/kthememgr/Themes/Default.tar.gz
-share/apps/kthememgr/Themes/Glax.tar.gz
-share/apps/kthememgr/Themes/MGBreizh.tar.gz
-share/apps/kthememgr/Themes/Nostalgy.tar.gz
-share/apps/kthememgr/Themes/Template.themerc
-share/apps/kthememgr/Themes/Wood.tar.gz
-share/apps/kthememgr/theme.mappings
-share/apps/kwm/pics/bluesun.gif
-share/apps/kwm/pics/close.xpm
-share/apps/kwm/pics/fog-grey.gif
-share/apps/kwm/pics/fog.gif
-share/apps/kwm/pics/greenie.dim.xpm
-share/apps/kwm/pics/greenie.light.xpm
-share/apps/kwm/pics/iconify.xpm
-share/apps/kwm/pics/maximize.xpm
-share/apps/kwm/pics/maximizedown.xpm
-share/apps/kwm/pics/menu.xpm
-share/apps/kwm/pics/pindown.xpm
-share/apps/kwm/pics/pinup.xpm
-share/apps/kwm/pics/unknown.xpm
-share/config/desktop
-share/config/desktop0rc
-share/config/desktop1rc
-share/config/desktop2rc
-share/config/desktop3rc
-share/config/kcmlocalerc
+share/apps/kwelcome/pics/welcome.png
+share/apps/kwin/b2.desktop
+share/apps/kwin/eventsrc
+share/apps/kwin/kstep.desktop
+share/apps/kwin/laptop.desktop
+share/apps/kwin/modernsystem.desktop
+share/apps/kwin/riscos.desktop
+share/apps/kwin/system.desktop
+share/apps/kwm/pics/bluesun.png
+share/apps/kwm/pics/close.png
+share/apps/kwm/pics/fog-grey.png
+share/apps/kwm/pics/fog.png
+share/apps/kwm/pics/greenie.dim.png
+share/apps/kwm/pics/greenie.light.png
+share/apps/kwm/pics/iconify.png
+share/apps/kwm/pics/maximize.png
+share/apps/kwm/pics/maximizedown.png
+share/apps/kwm/pics/menu.png
+share/apps/kwm/pics/pindown.png
+share/apps/kwm/pics/pinup.png
+share/apps/kwm/pics/unknown.png
+share/apps/quickbrowser/Home.desktop
+share/apps/quickbrowser/KDE.desktop
+share/apps/quickbrowser/Root.desktop
+share/config/attractionrc
+share/config/bouboulerc
+share/config/coralrc
+share/config/crystalrc
+share/config/decayscreenrc
+share/config/deluxerc
+share/config/demonrc
+share/config/epicyclerc
+share/config/fadeplotrc
+share/config/flamerc
+share/config/flowrc
+share/config/forestrc
+share/config/gearsrc
+share/config/gravrc
+share/config/halorc
+share/config/interferencerc
share/config/kdmrc
-share/config/kfmrc
-share/config/kikbdrc
-share/config/kpanelrc
-share/doc/HTML/en/kcontrol/index-1.html
-share/doc/HTML/en/kcontrol/index-2.html
+share/config/kumpparc
+share/config/kuriikwsfilterrc
+share/config/laserrc
+share/config/lissierc
+share/config/penroserc
+share/config/protocols/help.desktop
+share/config/protocols/info.desktop
+share/config/protocols/man.desktop
+share/config/protocols/nntp.desktop
+share/config/protocols/pop3.desktop
+share/config/protocols/smb.desktop
+share/config/rocksrc
+share/config/sliprc
+share/doc/HTML/en/kcontrol/.anchors
+share/doc/HTML/en/kcontrol/index.cvlog
+share/doc/HTML/en/kcontrol/index.docbook
share/doc/HTML/en/kcontrol/index.html
-share/doc/HTML/en/kcontrol/kcmbell/bell-1.html
-share/doc/HTML/en/kcontrol/kcmbell/bell.html
-share/doc/HTML/en/kcontrol/kcmbell/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-1.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-2.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-3.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-4.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-5.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-6.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-7.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-8.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay.html
-share/doc/HTML/en/kcontrol/kcmdisplay/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminfo/info-1.html
-share/doc/HTML/en/kcontrol/kcminfo/info-10.html
-share/doc/HTML/en/kcontrol/kcminfo/info-11.html
-share/doc/HTML/en/kcontrol/kcminfo/info-2.html
-share/doc/HTML/en/kcontrol/kcminfo/info-3.html
-share/doc/HTML/en/kcontrol/kcminfo/info-4.html
-share/doc/HTML/en/kcontrol/kcminfo/info-5.html
-share/doc/HTML/en/kcontrol/kcminfo/info-6.html
-share/doc/HTML/en/kcontrol/kcminfo/info-7.html
-share/doc/HTML/en/kcontrol/kcminfo/info-8.html
-share/doc/HTML/en/kcontrol/kcminfo/info-9.html
-share/doc/HTML/en/kcontrol/kcminfo/info.html
-share/doc/HTML/en/kcontrol/kcminfo/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminput/input-1.html
-share/doc/HTML/en/kcontrol/kcminput/input-2.html
-share/doc/HTML/en/kcontrol/kcminput/input.html
-share/doc/HTML/en/kcontrol/kcminput/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkeys/keys-1.html
-share/doc/HTML/en/kcontrol/kcmkeys/keys.html
-share/doc/HTML/en/kcontrol/kcmkeys/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-1.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-2.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-3.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-4.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-5.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-6.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-7.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-8.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm.html
-share/doc/HTML/en/kcontrol/kcmkfm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-1.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-2.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-3.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel.html
-share/doc/HTML/en/kcontrol/kcmkpanel/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-1.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-2.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-3.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-4.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-5.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-6.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm.html
-share/doc/HTML/en/kcontrol/kcmkwm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmlocale/locale-1.html
-share/doc/HTML/en/kcontrol/kcmlocale/locale.html
-share/doc/HTML/en/kcontrol/kcmlocale/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-1.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-2.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus.html
-share/doc/HTML/en/kcontrol/kcmsyssound/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound-1.html
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound.html
+share/doc/HTML/en/kcontrol/kcmbell/.anchors
+share/doc/HTML/en/kcontrol/kcmbell/configuringthebell.html
+share/doc/HTML/en/kcontrol/kcmbell/index.cvlog
+share/doc/HTML/en/kcontrol/kcmbell/index.docbook
+share/doc/HTML/en/kcontrol/kcmbell/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/.anchors
+share/doc/HTML/en/kcontrol/kcmdisplay/background-color.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background-preview.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background.html
+share/doc/HTML/en/kcontrol/kcmdisplay/color-schemes.html
+share/doc/HTML/en/kcontrol/kcmdisplay/colorscheme.html
+share/doc/HTML/en/kcontrol/kcmdisplay/fonts.html
+share/doc/HTML/en/kcontrol/kcmdisplay/index.cvlog
+share/doc/HTML/en/kcontrol/kcmdisplay/index.docbook
+share/doc/HTML/en/kcontrol/kcmdisplay/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/introduction.html
+share/doc/HTML/en/kcontrol/kcmdisplay/questionsandanswers.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screen-saver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screensaver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/settings.html
+share/doc/HTML/en/kcontrol/kcmdisplay/style.html
+share/doc/HTML/en/kcontrol/kcmdisplay/tutorial.html
+share/doc/HTML/en/kcontrol/kcmdisplay/wallpaper.html
+share/doc/HTML/en/kcontrol/kcmdisplay/widget-color.html
+share/doc/HTML/en/kcontrol/kcminfo/.anchors
+share/doc/HTML/en/kcontrol/kcminfo/deviceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/dmachannelinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/index.cvlog
+share/doc/HTML/en/kcontrol/kcminfo/index.docbook
+share/doc/HTML/en/kcontrol/kcminfo/index.html
+share/doc/HTML/en/kcontrol/kcminfo/interruptrequestirqlinesinuse.html
+share/doc/HTML/en/kcontrol/kcminfo/ioportinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/memoryusageinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/partitioninformation.html
+share/doc/HTML/en/kcontrol/kcminfo/pcibusandinstalledpcicards.html
+share/doc/HTML/en/kcontrol/kcminfo/processorinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/scsiinterfaceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/soundcardinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/xserverinformation.html
+share/doc/HTML/en/kcontrol/kcminput/.anchors
+share/doc/HTML/en/kcontrol/kcminput/configuringthekeyboard.html
+share/doc/HTML/en/kcontrol/kcminput/configuringthemouse.html
+share/doc/HTML/en/kcontrol/kcminput/index.cvlog
+share/doc/HTML/en/kcontrol/kcminput/index.docbook
+share/doc/HTML/en/kcontrol/kcminput/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/.anchors
+share/doc/HTML/en/kcontrol/kcmkdesu/configuring-kdesu.html
+share/doc/HTML/en/kcontrol/kcmkdesu/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkdesu/index.docbook
+share/doc/HTML/en/kcontrol/kcmkdesu/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/password-keeping.html
+share/doc/HTML/en/kcontrol/kcmkeys/.anchors
+share/doc/HTML/en/kcontrol/kcmkeys/configurationofkeybindingsshortcutkeys.html
+share/doc/HTML/en/kcontrol/kcmkeys/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkeys/index.docbook
+share/doc/HTML/en/kcontrol/kcmkeys/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/.anchors
+share/doc/HTML/en/kcontrol/kcmkfm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkfm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkfm/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationcolor.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationdesktopicons.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationfonts.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmfilemanagerconfigurationother.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationcookies.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationhttp.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationproxy.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationsmb.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationuseragent.html
+share/doc/HTML/en/kcontrol/kcmkpanel/.anchors
+share/doc/HTML/en/kcontrol/kcmkpanel/configuringvirtualdesktops.html
+share/doc/HTML/en/kcontrol/kcmkpanel/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkpanel/index.docbook
+share/doc/HTML/en/kcontrol/kcmkpanel/index.html
+share/doc/HTML/en/kcontrol/kcmkpanel/panelandtaskbarlocationandstyle.html
+share/doc/HTML/en/kcontrol/kcmkpanel/paneloptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/.anchors
+share/doc/HTML/en/kcontrol/kcmkwm/advancedwindowmanagersettings.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringdesktopborderproperties.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringmousebuttonactions.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarappearanceandaction.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarbuttons.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringwindowmanagementoptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkwm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkwm/index.html
+share/doc/HTML/en/kcontrol/kcmkwm/window-focus-policy..html
+share/doc/HTML/en/kcontrol/kcmkwm/window-placement-policy..html
+share/doc/HTML/en/kcontrol/kcmlocale/.anchors
+share/doc/HTML/en/kcontrol/kcmlocale/index.cvlog
+share/doc/HTML/en/kcontrol/kcmlocale/index.docbook
+share/doc/HTML/en/kcontrol/kcmlocale/index.html
+share/doc/HTML/en/kcontrol/kcmlocale/settingthelanguage.html
+share/doc/HTML/en/kcontrol/kcmsamba/.anchors
+share/doc/HTML/en/kcontrol/kcmsamba/authors.html
+share/doc/HTML/en/kcontrol/kcmsamba/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsamba/index.docbook
+share/doc/HTML/en/kcontrol/kcmsamba/index.html
+share/doc/HTML/en/kcontrol/kcmsamba/thesambastatusmonitor.html
+share/doc/HTML/en/kcontrol/kcmsyssound/.anchors
+share/doc/HTML/en/kcontrol/kcmsyssound/configurationofsystemsounds.html
+share/doc/HTML/en/kcontrol/kcmsyssound/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsyssound/index.docbook
+share/doc/HTML/en/kcontrol/kcmsyssound/index.html
+share/doc/HTML/en/kcontrol/kdmconfig/.anchors
+share/doc/HTML/en/kcontrol/kdmconfig/background.html
+share/doc/HTML/en/kcontrol/kdmconfig/font.html
+share/doc/HTML/en/kcontrol/kdmconfig/index.cvlog
+share/doc/HTML/en/kcontrol/kdmconfig/index.docbook
share/doc/HTML/en/kcontrol/kdmconfig/index.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-appear.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-backgnd.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-font.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-sess.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-users.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-1.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-2.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-3.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-4.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr.html
-share/doc/HTML/en/kcontrol/kthememgr/logotp3.gif
-share/doc/HTML/en/kcontrol/logotp3.gif
-share/doc/HTML/en/kdehelp/contact.html
-share/doc/HTML/en/kdehelp/devel.html
-share/doc/HTML/en/kdehelp/exec.xpm
-share/doc/HTML/en/kdehelp/index.html
-share/doc/HTML/en/kdehelp/intro.html
-share/doc/HTML/en/kdehelp/kde.html
-share/doc/HTML/en/kdehelp/kdeside.gif
-share/doc/HTML/en/kdehelp/kogo3.gif
-share/doc/HTML/en/kdehelp/kpanel/index-1.html
-share/doc/HTML/en/kdehelp/kpanel/index-2.html
-share/doc/HTML/en/kdehelp/kpanel/index-3.html
-share/doc/HTML/en/kdehelp/kpanel/index-4.html
-share/doc/HTML/en/kdehelp/kpanel/index-5.html
-share/doc/HTML/en/kdehelp/kpanel/index.html
-share/doc/HTML/en/kdehelp/kpanel/logotp3.gif
-share/doc/HTML/en/kdehelp/ksearch.html
-share/doc/HTML/en/kdehelp/kule.gif
-share/doc/HTML/en/kdehelp/kwm/index-1.html
-share/doc/HTML/en/kdehelp/kwm/index-2.html
-share/doc/HTML/en/kdehelp/kwm/index-3.html
-share/doc/HTML/en/kdehelp/kwm/index-4.html
-share/doc/HTML/en/kdehelp/kwm/index-5.html
-share/doc/HTML/en/kdehelp/kwm/index-6.html
-share/doc/HTML/en/kdehelp/kwm/index.html
-share/doc/HTML/en/kdehelp/kwm/logotp3.gif
-share/doc/HTML/en/kdehelp/logotp3.gif
-share/doc/HTML/en/kdehelp/main.html
-share/doc/HTML/en/kdehelp/nav_bar.gif
-share/doc/HTML/en/kdehelp/quickstart/index-1.html
-share/doc/HTML/en/kdehelp/quickstart/index-10.html
-share/doc/HTML/en/kdehelp/quickstart/index-2.html
-share/doc/HTML/en/kdehelp/quickstart/index-3.html
-share/doc/HTML/en/kdehelp/quickstart/index-4.html
-share/doc/HTML/en/kdehelp/quickstart/index-5.html
-share/doc/HTML/en/kdehelp/quickstart/index-6.html
-share/doc/HTML/en/kdehelp/quickstart/index-7.html
-share/doc/HTML/en/kdehelp/quickstart/index-8.html
-share/doc/HTML/en/kdehelp/quickstart/index-9.html
-share/doc/HTML/en/kdehelp/quickstart/index.html
-share/doc/HTML/en/kdehelp/quickstart/logotp3.gif
-share/doc/HTML/en/kdehelp/single_pixel.gif
-share/doc/HTML/en/kdehelp/support.html
-share/doc/HTML/en/kdehelp/tealbar.gif
-share/doc/HTML/en/kdehelp/whatis.html
-share/doc/HTML/en/kdehelp/whatiskde.html
-share/doc/HTML/en/kdisknav/kdisknav-1.html
-share/doc/HTML/en/kdisknav/kdisknav-2.html
-share/doc/HTML/en/kdisknav/kdisknav-3.html
-share/doc/HTML/en/kdisknav/kdisknav-4.html
-share/doc/HTML/en/kdisknav/kdisknav-5.html
-share/doc/HTML/en/kdisknav/kdisknav-6.html
-share/doc/HTML/en/kdisknav/kdisknav-7.html
-share/doc/HTML/en/kdisknav/kdisknav.html
-share/doc/HTML/en/kdisknav/kdisknav.sgml
-share/doc/HTML/en/kdisknav/logotp3.gif
-share/doc/HTML/en/kdm/index-1.html
-share/doc/HTML/en/kdm/index-2.html
-share/doc/HTML/en/kdm/index-3.html
-share/doc/HTML/en/kdm/index-4.html
+share/doc/HTML/en/kcontrol/kdmconfig/kdmconfiguration.html
+share/doc/HTML/en/kcontrol/kdmconfig/sessions.html
+share/doc/HTML/en/kcontrol/kdmconfig/users.html
+share/doc/HTML/en/kcontrol/kthememgr/.anchors
+share/doc/HTML/en/kcontrol/kthememgr/aboutthepackage.html
+share/doc/HTML/en/kcontrol/kthememgr/authors.html
+share/doc/HTML/en/kcontrol/kthememgr/index.cvlog
+share/doc/HTML/en/kcontrol/kthememgr/index.docbook
+share/doc/HTML/en/kcontrol/kthememgr/index.html
+share/doc/HTML/en/kcontrol/kthememgr/kdethememanagerinstaller.html
+share/doc/HTML/en/kcontrol/kthememgr/themepackagecontents.html
+share/doc/HTML/en/kcontrol/theconfigurationmodules.html
+share/doc/HTML/en/kcontrol/thekdecontrolcenter.html
+share/doc/HTML/en/kdebugdialog/.anchors
+share/doc/HTML/en/kdebugdialog/index.docbook
+share/doc/HTML/en/kdebugdialog/index.html
+share/doc/HTML/en/kdebugdialog/introduction.html
+share/doc/HTML/en/kdesu/.anchors
+share/doc/HTML/en/kdesu/author.html
+share/doc/HTML/en/kdesu/compiling.html
+share/doc/HTML/en/kdesu/configuration.html
+share/doc/HTML/en/kdesu/index.cvlog
+share/doc/HTML/en/kdesu/index.docbook
+share/doc/HTML/en/kdesu/index.html
+share/doc/HTML/en/kdesu/installation.html
+share/doc/HTML/en/kdesu/interface-to-su.html
+share/doc/HTML/en/kdesu/internals.html
+share/doc/HTML/en/kdesu/introduction.html
+share/doc/HTML/en/kdesu/password-checking.html
+share/doc/HTML/en/kdesu/secpasswordkeeping.html
+share/doc/HTML/en/kdesu/usingkdesu.html
+share/doc/HTML/en/kdisknav/.anchors
+share/doc/HTML/en/kdisknav/addingchangingandremovingfilesystementries.html
+share/doc/HTML/en/kdisknav/configurationfile.html
+share/doc/HTML/en/kdisknav/featurestips.html
+share/doc/HTML/en/kdisknav/feedback.html
+share/doc/HTML/en/kdisknav/index.cvlog
+share/doc/HTML/en/kdisknav/index.docbook
+share/doc/HTML/en/kdisknav/index.html
+share/doc/HTML/en/kdisknav/introduction.html
+share/doc/HTML/en/kdisknav/notes.html
+share/doc/HTML/en/kdisknav/options.html
+share/doc/HTML/en/kdm/.anchors
+share/doc/HTML/en/kdm/configuringkdm.html
+share/doc/HTML/en/kdm/different-window-managers-with-kdm-chooser.html
+share/doc/HTML/en/kdm/index.cvlog
+share/doc/HTML/en/kdm/index.docbook
share/doc/HTML/en/kdm/index.html
-share/doc/HTML/en/kdm/logotp3.gif
-share/doc/HTML/en/kfind/index-1.html
-share/doc/HTML/en/kfind/index-2.html
-share/doc/HTML/en/kfind/index-3.html
-share/doc/HTML/en/kfind/index-4.html
-share/doc/HTML/en/kfind/index.html
-share/doc/HTML/en/kfind/index.sgml
-share/doc/HTML/en/kfind/logotp3.gif
-share/doc/HTML/en/kfm/app.html
-share/doc/HTML/en/kfm/app1.gif
-share/doc/HTML/en/kfm/app2.gif
-share/doc/HTML/en/kfm/app2.html
-share/doc/HTML/en/kfm/app3.gif
-share/doc/HTML/en/kfm/app4.gif
+share/doc/HTML/en/kdm/installingkdm.html
+share/doc/HTML/en/kdm/introduction.html
+share/doc/HTML/en/kdm/kdmdesktop.html
+share/doc/HTML/en/kdm/legalstuff.html
+share/doc/HTML/en/kdm/locale.html
+share/doc/HTML/en/kfm/.anchors
+share/doc/HTML/en/kfm/app1.png
+share/doc/HTML/en/kfm/app2.png
+share/doc/HTML/en/kfm/app3.png
+share/doc/HTML/en/kfm/app4.png
share/doc/HTML/en/kfm/bookmarks.html
-share/doc/HTML/en/kfm/dontpanic.jpeg
-share/doc/HTML/en/kfm/index-1.html
-share/doc/HTML/en/kfm/index-2.html
-share/doc/HTML/en/kfm/index-3.html
-share/doc/HTML/en/kfm/index-4.html
-share/doc/HTML/en/kfm/index-5.html
-share/doc/HTML/en/kfm/index-6.html
-share/doc/HTML/en/kfm/index-7.html
+share/doc/HTML/en/kfm/copyright.html
+share/doc/HTML/en/kfm/credits.html
+share/doc/HTML/en/kfm/dontpanic.png
+share/doc/HTML/en/kfm/frequentlyaskedquestions.html
+share/doc/HTML/en/kfm/how-can-i-link-a-url-on-the-desktop.html
+share/doc/HTML/en/kfm/how-can-i-look-in-a-tar-file.html
+share/doc/HTML/en/kfm/how-can-i-mount-a-device.html
+share/doc/HTML/en/kfm/how-can-i-open-a-new-view-for-a-directory.html
+share/doc/HTML/en/kfm/how-can-i-print.html
+share/doc/HTML/en/kfm/how-can-i-select-multiple-files.html
+share/doc/HTML/en/kfm/how-can-i-start-kfm-without-any-opened-windo.html
+share/doc/HTML/en/kfm/how-to-install-a-new-application.html
+share/doc/HTML/en/kfm/how-to-install-new-data-types.html
+share/doc/HTML/en/kfm/index.cvlog
+share/doc/HTML/en/kfm/index.docbook
share/doc/HTML/en/kfm/index.html
-share/doc/HTML/en/kfm/keyboard.html
-share/doc/HTML/en/kfm/kfm.jpeg
-share/doc/HTML/en/kfm/kfm_how.html
-share/doc/HTML/en/kfm/kfm_phil.html
-share/doc/HTML/en/kfm/lesson1.jpeg
-share/doc/HTML/en/kfm/lesson2.jpeg
-share/doc/HTML/en/kfm/lesson3.jpeg
-share/doc/HTML/en/kfm/lesson4.jpeg
-share/doc/HTML/en/kfm/logotp3.gif
-share/doc/HTML/en/kfm/manual.html
-share/doc/HTML/en/kfm/manual.jpeg
-share/doc/HTML/en/kfm/mime.html
-share/doc/HTML/en/kfm/mime1.gif
-share/doc/HTML/en/kfm/mime2.gif
-share/doc/HTML/en/kfm/mime2.html
-share/doc/HTML/en/kfm/mime3.gif
-share/doc/HTML/en/kfm/next.jpeg
-share/doc/HTML/en/kfm/next2.jpeg
-share/doc/HTML/en/kfm/previous.jpeg
-share/doc/HTML/en/kfm/previous2.jpeg
-share/doc/HTML/en/kfm/templates.gif
-share/doc/HTML/en/kfontmanager/index-1.html
-share/doc/HTML/en/kfontmanager/index-2.html
-share/doc/HTML/en/kfontmanager/index-3.html
-share/doc/HTML/en/kfontmanager/index-4.html
+share/doc/HTML/en/kfm/integrating-an-application-step-by-step.html
+share/doc/HTML/en/kfm/internet.html
+share/doc/HTML/en/kfm/introduction.html
+share/doc/HTML/en/kfm/kdelnk-files.html
+share/doc/HTML/en/kfm/look.html
+share/doc/HTML/en/kfm/mime1.png
+share/doc/HTML/en/kfm/mime2.png
+share/doc/HTML/en/kfm/mime3.png
+share/doc/HTML/en/kfm/multi-tasking.html
+share/doc/HTML/en/kfm/philosophy.html
+share/doc/HTML/en/kfm/templates.html
+share/doc/HTML/en/kfm/templates.png
+share/doc/HTML/en/kfm/thanks.html
+share/doc/HTML/en/kfm/usage.html
+share/doc/HTML/en/kfontmanager/.anchors
+share/doc/HTML/en/kfontmanager/fordevelopers.html
+share/doc/HTML/en/kfontmanager/howitworks.html
+share/doc/HTML/en/kfontmanager/index.cvlog
+share/doc/HTML/en/kfontmanager/index.docbook
share/doc/HTML/en/kfontmanager/index.html
-share/doc/HTML/en/kfontmanager/logotp3.gif
-share/doc/HTML/en/kikbd/advanced.gif
-share/doc/HTML/en/kikbd/general.gif
-share/doc/HTML/en/kikbd/kikbd-1.html
-share/doc/HTML/en/kikbd/kikbd-10.html
-share/doc/HTML/en/kikbd/kikbd-11.html
-share/doc/HTML/en/kikbd/kikbd-2.html
-share/doc/HTML/en/kikbd/kikbd-3.html
-share/doc/HTML/en/kikbd/kikbd-4.html
-share/doc/HTML/en/kikbd/kikbd-5.html
-share/doc/HTML/en/kikbd/kikbd-6.html
-share/doc/HTML/en/kikbd/kikbd-7.html
-share/doc/HTML/en/kikbd/kikbd-8.html
-share/doc/HTML/en/kikbd/kikbd-9.html
-share/doc/HTML/en/kikbd/kikbd.html
-share/doc/HTML/en/kikbd/logotp3.gif
-share/doc/HTML/en/kikbd/startup.gif
-share/doc/HTML/en/kikbd/style.gif
-share/doc/HTML/en/kmedia/maudio.html
-share/doc/HTML/en/kmenuedit/index-1.html
-share/doc/HTML/en/kmenuedit/index-2.html
-share/doc/HTML/en/kmenuedit/index-3.html
-share/doc/HTML/en/kmenuedit/index-4.html
-share/doc/HTML/en/kmenuedit/index-5.html
-share/doc/HTML/en/kmenuedit/index.html
-share/doc/HTML/en/kmenuedit/kmenuedit1.gif
-share/doc/HTML/en/kmenuedit/kmenuedit2.gif
-share/doc/HTML/en/kmenuedit/logotp3.gif
-share/doc/HTML/en/konsole/konsole-1.html
-share/doc/HTML/en/konsole/konsole-2.html
-share/doc/HTML/en/konsole/konsole-3.html
-share/doc/HTML/en/konsole/konsole-4.html
-share/doc/HTML/en/konsole/konsole-5.html
-share/doc/HTML/en/konsole/konsole.html
-share/doc/HTML/en/konsole/logotp3.gif
+share/doc/HTML/en/kfontmanager/installation.html
+share/doc/HTML/en/kfontmanager/introduction.html
+share/doc/HTML/en/khelpcenter/contact.html
+share/doc/HTML/en/khelpcenter/exec.xpm
+share/doc/HTML/en/khelpcenter/faq/.anchors
+share/doc/HTML/en/khelpcenter/faq/aboutthisfaq.html
+share/doc/HTML/en/khelpcenter/faq/acronyms.html
+share/doc/HTML/en/khelpcenter/faq/aix.html
+share/doc/HTML/en/khelpcenter/faq/background.html
+share/doc/HTML/en/khelpcenter/faq/backspaceinkde.html
+share/doc/HTML/en/khelpcenter/faq/basepackages.html
+share/doc/HTML/en/khelpcenter/faq/bugreport.html
+share/doc/HTML/en/khelpcenter/faq/bzip2.html
+share/doc/HTML/en/khelpcenter/faq/cannotconnect.html
+share/doc/HTML/en/khelpcenter/faq/changemenus.html
+share/doc/HTML/en/khelpcenter/faq/changemimetypes.html
+share/doc/HTML/en/khelpcenter/faq/checknewmail.html
+share/doc/HTML/en/khelpcenter/faq/colordepth.html
+share/doc/HTML/en/khelpcenter/faq/comercial.html
+share/doc/HTML/en/khelpcenter/faq/compiling.html
+share/doc/HTML/en/khelpcenter/faq/configuringkde.html
+share/doc/HTML/en/khelpcenter/faq/contributing.html
+share/doc/HTML/en/khelpcenter/faq/copypaste.html
+share/doc/HTML/en/khelpcenter/faq/createicons.html
+share/doc/HTML/en/khelpcenter/faq/currentversion.html
+share/doc/HTML/en/khelpcenter/faq/cvs.html
+share/doc/HTML/en/khelpcenter/faq/cvsaccess.html
+share/doc/HTML/en/khelpcenter/faq/cvsmirrors.html
+share/doc/HTML/en/khelpcenter/faq/cvsreadonly.html
+share/doc/HTML/en/khelpcenter/faq/debian.html
+share/doc/HTML/en/khelpcenter/faq/defaultdir.html
+share/doc/HTML/en/khelpcenter/faq/deletefiles.html
+share/doc/HTML/en/khelpcenter/faq/desktopiconmenus.html
+share/doc/HTML/en/khelpcenter/faq/devellist.html
+share/doc/HTML/en/khelpcenter/faq/difffiles.html
+share/doc/HTML/en/khelpcenter/faq/dirappearance.html
+share/doc/HTML/en/khelpcenter/faq/disablesessionmgmt.html
+share/doc/HTML/en/khelpcenter/faq/distros.html
+share/doc/HTML/en/khelpcenter/faq/dosandext2.html
+share/doc/HTML/en/khelpcenter/faq/driveinfo.html
+share/doc/HTML/en/khelpcenter/faq/dualscreen.html
+share/doc/HTML/en/khelpcenter/faq/embedpanel.html
+share/doc/HTML/en/khelpcenter/faq/euro.html
+share/doc/HTML/en/khelpcenter/faq/exitkde.html
+share/doc/HTML/en/khelpcenter/faq/faqmaintainer.html
+share/doc/HTML/en/khelpcenter/faq/filestodesktop.html
+share/doc/HTML/en/khelpcenter/faq/fontstoosmall.html
+share/doc/HTML/en/khelpcenter/faq/ftpclient.html
+share/doc/HTML/en/khelpcenter/faq/getridicons.html
+share/doc/HTML/en/khelpcenter/faq/gettingkde.html
+share/doc/HTML/en/khelpcenter/faq/gettingmoreinformation.html
+share/doc/HTML/en/khelpcenter/faq/gifsupport.html
+share/doc/HTML/en/khelpcenter/faq/highlightmenus.html
+share/doc/HTML/en/khelpcenter/faq/howtostartkde.html
+share/doc/HTML/en/khelpcenter/faq/howtosubscribe.html
+share/doc/HTML/en/khelpcenter/faq/iconified.html
+share/doc/HTML/en/khelpcenter/faq/icons.html
+share/doc/HTML/en/khelpcenter/faq/index.cvlog
+share/doc/HTML/en/khelpcenter/faq/index.docbook
+share/doc/HTML/en/khelpcenter/faq/index.html
+share/doc/HTML/en/khelpcenter/faq/installation.html
+share/doc/HTML/en/khelpcenter/faq/installationinstructions.html
+share/doc/HTML/en/khelpcenter/faq/introduction.html
+share/doc/HTML/en/khelpcenter/faq/isaclone.html
+share/doc/HTML/en/khelpcenter/faq/isfreesoftware.html
+share/doc/HTML/en/khelpcenter/faq/kbiff.html
+share/doc/HTML/en/khelpcenter/faq/kbutton.html
+share/doc/HTML/en/khelpcenter/faq/kdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdebase.html
+share/doc/HTML/en/khelpcenter/faq/kdelogin.html
+share/doc/HTML/en/khelpcenter/faq/kdemailinglists.html
+share/doc/HTML/en/khelpcenter/faq/kdenewsgroups.html
+share/doc/HTML/en/khelpcenter/faq/kdeprogramming.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnonkdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnumlockon.html
+share/doc/HTML/en/khelpcenter/faq/kdminredhat.html
+share/doc/HTML/en/khelpcenter/faq/kdmnoreadsprofile.html
+share/doc/HTML/en/khelpcenter/faq/keyboardswitcher.html
+share/doc/HTML/en/khelpcenter/faq/killingwindows.html
+share/doc/HTML/en/khelpcenter/faq/killkwmpager.html
+share/doc/HTML/en/khelpcenter/faq/kmail.html
+share/doc/HTML/en/khelpcenter/faq/knownbugfixesforkde.html
+share/doc/HTML/en/khelpcenter/faq/koffice.html
+share/doc/HTML/en/khelpcenter/faq/kscd.html
+share/doc/HTML/en/khelpcenter/faq/ktop.html
+share/doc/HTML/en/khelpcenter/faq/kvt.html
+share/doc/HTML/en/khelpcenter/faq/laptop.html
+share/doc/HTML/en/khelpcenter/faq/latestversion.html
+share/doc/HTML/en/khelpcenter/faq/launchtodesktop.html
+share/doc/HTML/en/khelpcenter/faq/leftbuttonmenu.html
+share/doc/HTML/en/khelpcenter/faq/loopbackdevice.html
+share/doc/HTML/en/khelpcenter/faq/maclike.html
+share/doc/HTML/en/khelpcenter/faq/mailinglistarchive.html
+share/doc/HTML/en/khelpcenter/faq/maximizeonedim.html
+share/doc/HTML/en/khelpcenter/faq/miscellaneousquestions.html
+share/doc/HTML/en/khelpcenter/faq/mountfromdesktop.html
+share/doc/HTML/en/khelpcenter/faq/mountfs.html
+share/doc/HTML/en/khelpcenter/faq/mousewheel.html
+share/doc/HTML/en/khelpcenter/faq/movequickly.html
+share/doc/HTML/en/khelpcenter/faq/netscape.html
+share/doc/HTML/en/khelpcenter/faq/noborder.html
+share/doc/HTML/en/khelpcenter/faq/nonanonftp.html
+share/doc/HTML/en/khelpcenter/faq/noncompliant.html
+share/doc/HTML/en/khelpcenter/faq/noredhatlogo.html
+share/doc/HTML/en/khelpcenter/faq/notreallykderelated.html
+share/doc/HTML/en/khelpcenter/faq/nsbookmark.html
+share/doc/HTML/en/khelpcenter/faq/ownshortcuts.html
+share/doc/HTML/en/khelpcenter/faq/packageformats.html
+share/doc/HTML/en/khelpcenter/faq/panelcomplains.html
+share/doc/HTML/en/khelpcenter/faq/percentinexecline.html
+share/doc/HTML/en/khelpcenter/faq/platform.html
+share/doc/HTML/en/khelpcenter/faq/postinstallation.html
+share/doc/HTML/en/khelpcenter/faq/prerequisites.html
+share/doc/HTML/en/khelpcenter/faq/progwithouticons.html
+share/doc/HTML/en/khelpcenter/faq/qtclone.html
+share/doc/HTML/en/khelpcenter/faq/qtisntfree.html
+share/doc/HTML/en/khelpcenter/faq/redhat.html
+share/doc/HTML/en/khelpcenter/faq/redhatmenustokde.html
+share/doc/HTML/en/khelpcenter/faq/redhatstartmenu.html
+share/doc/HTML/en/khelpcenter/faq/removeold.html
+share/doc/HTML/en/khelpcenter/faq/replacewinmanager.html
+share/doc/HTML/en/khelpcenter/faq/rpmssuse.html
+share/doc/HTML/en/khelpcenter/faq/saveasinkfm.html
+share/doc/HTML/en/khelpcenter/faq/screenshots.html
+share/doc/HTML/en/khelpcenter/faq/shadingawindow.html
+share/doc/HTML/en/khelpcenter/faq/shadowpasswords.html
+share/doc/HTML/en/khelpcenter/faq/snapshotconfig.html
+share/doc/HTML/en/khelpcenter/faq/snapshots.html
+share/doc/HTML/en/khelpcenter/faq/solaris.html
+share/doc/HTML/en/khelpcenter/faq/staroffice.html
+share/doc/HTML/en/khelpcenter/faq/startupdir.html
+share/doc/HTML/en/khelpcenter/faq/stickywindow.html
+share/doc/HTML/en/khelpcenter/faq/systemsound.html
+share/doc/HTML/en/khelpcenter/faq/templatesfolder.html
+share/doc/HTML/en/khelpcenter/faq/thedesktop.html
+share/doc/HTML/en/khelpcenter/faq/thefilemanager.html
+share/doc/HTML/en/khelpcenter/faq/themes.html
+share/doc/HTML/en/khelpcenter/faq/thepanel.html
+share/doc/HTML/en/khelpcenter/faq/thewindowmanager.html
+share/doc/HTML/en/khelpcenter/faq/toolforwebpages.html
+share/doc/HTML/en/khelpcenter/faq/translating.html
+share/doc/HTML/en/khelpcenter/faq/transparentbgnd.html
+share/doc/HTML/en/khelpcenter/faq/truetype.html
+share/doc/HTML/en/khelpcenter/faq/twobutton.html
+share/doc/HTML/en/khelpcenter/faq/uninstall.html
+share/doc/HTML/en/khelpcenter/faq/upgrade.html
+share/doc/HTML/en/khelpcenter/faq/upgradekernel.html
+share/doc/HTML/en/khelpcenter/faq/usefultips.html
+share/doc/HTML/en/khelpcenter/faq/userdirectory.html
+share/doc/HTML/en/khelpcenter/faq/whatisqt.html
+share/doc/HTML/en/khelpcenter/faq/whatkstandfor.html
+share/doc/HTML/en/khelpcenter/faq/wheretogetqt.html
+share/doc/HTML/en/khelpcenter/faq/whichversion.html
+share/doc/HTML/en/khelpcenter/faq/whynotother.html
+share/doc/HTML/en/khelpcenter/faq/windowplacement.html
+share/doc/HTML/en/khelpcenter/faq/windowskeys.html
+share/doc/HTML/en/khelpcenter/faq/winmanager.html
+share/doc/HTML/en/khelpcenter/faq/winmanonthefly.html
+share/doc/HTML/en/khelpcenter/faq/wrongcharset.html
+share/doc/HTML/en/khelpcenter/faq/wrongtime.html
+share/doc/HTML/en/khelpcenter/faq/xmousetoarrow.html
+share/doc/HTML/en/khelpcenter/faq/xserverforwindows.html
+share/doc/HTML/en/khelpcenter/index.html
+share/doc/HTML/en/khelpcenter/kdelogo.png
+share/doc/HTML/en/khelpcenter/laptop.png
+share/doc/HTML/en/khelpcenter/links.html
+share/doc/HTML/en/khelpcenter/main.html
+share/doc/HTML/en/khelpcenter/quickstart/.anchors
+share/doc/HTML/en/khelpcenter/quickstart/advancedtopics.html
+share/doc/HTML/en/khelpcenter/quickstart/anoverviewofkde.html
+share/doc/HTML/en/khelpcenter/quickstart/archivesandnetworks.html
+share/doc/HTML/en/khelpcenter/quickstart/commandline.html
+share/doc/HTML/en/khelpcenter/quickstart/configuration.html
+share/doc/HTML/en/khelpcenter/quickstart/configure.html
+share/doc/HTML/en/khelpcenter/quickstart/credits.html
+share/doc/HTML/en/khelpcenter/quickstart/index.cvlog
+share/doc/HTML/en/khelpcenter/quickstart/index.docbook
+share/doc/HTML/en/khelpcenter/quickstart/index.html
+share/doc/HTML/en/khelpcenter/quickstart/introduction.html
+share/doc/HTML/en/khelpcenter/quickstart/kdeanexcitingjourney.html
+share/doc/HTML/en/khelpcenter/quickstart/launchingapplications.html
+share/doc/HTML/en/khelpcenter/quickstart/loggingout.html
+share/doc/HTML/en/khelpcenter/quickstart/managingyourfiles.html
+share/doc/HTML/en/khelpcenter/quickstart/readysetgo.html
+share/doc/HTML/en/khelpcenter/quickstart/taskbar.html
+share/doc/HTML/en/khelpcenter/quickstart/templates.html
+share/doc/HTML/en/khelpcenter/quickstart/virtualdesktops.html
+share/doc/HTML/en/khelpcenter/quickstart/workingwithwindows.html
+share/doc/HTML/en/khelpcenter/support.html
+share/doc/HTML/en/khelpcenter/tinylogo.png
+share/doc/HTML/en/khelpcenter/userguide/.anchors
+share/doc/HTML/en/khelpcenter/userguide/aboutthispreview.html
+share/doc/HTML/en/khelpcenter/userguide/activating-the-screen-saver-by-moving-your-m.html
+share/doc/HTML/en/khelpcenter/userguide/addingprograms.html
+share/doc/HTML/en/khelpcenter/userguide/allaboutyourdesktop.html
+share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html
+share/doc/HTML/en/khelpcenter/userguide/contacting-the-authors.html
+share/doc/HTML/en/khelpcenter/userguide/contactingauthors.html
+share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html
+share/doc/HTML/en/khelpcenter/userguide/customizingkdethekcontrolcenter.html
+share/doc/HTML/en/khelpcenter/userguide/desktop-components.html
+share/doc/HTML/en/khelpcenter/userguide/docustaff.html
+share/doc/HTML/en/khelpcenter/userguide/entertainmentapplications.html
+share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html
+share/doc/HTML/en/khelpcenter/userguide/firstimpressions.html
+share/doc/HTML/en/khelpcenter/userguide/frequentlyaskedquestionsaboutkde.html
+share/doc/HTML/en/khelpcenter/userguide/gettingstarted.html
+share/doc/HTML/en/khelpcenter/userguide/gnu-general-public-license.html
+share/doc/HTML/en/khelpcenter/userguide/gnulicense.html
+share/doc/HTML/en/khelpcenter/userguide/graphicalapplications.html
+share/doc/HTML/en/khelpcenter/userguide/i-cannot-compile-package-xxx.html
+share/doc/HTML/en/khelpcenter/userguide/index.cvlog
+share/doc/HTML/en/khelpcenter/userguide/index.docbook
+share/doc/HTML/en/khelpcenter/userguide/index.html
+share/doc/HTML/en/khelpcenter/userguide/input-devices.html
+share/doc/HTML/en/khelpcenter/userguide/installation.html
+share/doc/HTML/en/khelpcenter/userguide/introduction.html
+share/doc/HTML/en/khelpcenter/userguide/kde-is-not-stable.html
+share/doc/HTML/en/khelpcenter/userguide/kmedia-media-player.html
+share/doc/HTML/en/khelpcenter/userguide/knu-network-utilities.html
+share/doc/HTML/en/khelpcenter/userguide/kpoker.html
+share/doc/HTML/en/khelpcenter/userguide/krn-news-client.html
+share/doc/HTML/en/khelpcenter/userguide/ktetris.html
+share/doc/HTML/en/khelpcenter/userguide/kview-image-viewer.html
+share/doc/HTML/en/khelpcenter/userguide/legal-notices.html
+share/doc/HTML/en/khelpcenter/userguide/legal-status.html
+share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms-for-redhat-caldera-and.html
+share/doc/HTML/en/khelpcenter/userguide/mailinglists.html
+share/doc/HTML/en/khelpcenter/userguide/mouse-techniques.html
+share/doc/HTML/en/khelpcenter/userguide/moving-files-with-drag-and-drop.html
+share/doc/HTML/en/khelpcenter/userguide/multimediaapplications.html
+share/doc/HTML/en/khelpcenter/userguide/network.html
+share/doc/HTML/en/khelpcenter/userguide/networkapplications.html
+share/doc/HTML/en/khelpcenter/userguide/panel-settings.html
+share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html
+share/doc/HTML/en/khelpcenter/userguide/shortcuts.html
+share/doc/HTML/en/khelpcenter/userguide/sound-system.html
+share/doc/HTML/en/khelpcenter/userguide/sourcedistribution.html
+share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html
+share/doc/HTML/en/khelpcenter/userguide/suseinstall.html
+share/doc/HTML/en/khelpcenter/userguide/system-information.html
+share/doc/HTML/en/khelpcenter/userguide/using-command-line-and-terminals.html
+share/doc/HTML/en/khelpcenter/userguide/using-multiple-desktops.html
+share/doc/HTML/en/khelpcenter/userguide/using-tgz-to-install-on-top-of-other-systems.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-font-manager.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html
+share/doc/HTML/en/khelpcenter/userguide/usingtemplates.html
+share/doc/HTML/en/khelpcenter/userguide/utilityapplications.html
+share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html
+share/doc/HTML/en/khelpcenter/userguide/what-i-urgently-need.html
+share/doc/HTML/en/khelpcenter/userguide/what-is-missing.html
+share/doc/HTML/en/khelpcenter/whatiskde.html
+share/doc/HTML/en/kikbd/.anchors
+share/doc/HTML/en/kikbd/advanced.html
+share/doc/HTML/en/kikbd/advanced.png
+share/doc/HTML/en/kikbd/authors.html
+share/doc/HTML/en/kikbd/bug-reporting.html
+share/doc/HTML/en/kikbd/config.html
+share/doc/HTML/en/kikbd/create.html
+share/doc/HTML/en/kikbd/general.html
+share/doc/HTML/en/kikbd/general.png
+share/doc/HTML/en/kikbd/index.cvlog
+share/doc/HTML/en/kikbd/index.docbook
+share/doc/HTML/en/kikbd/index.html
+share/doc/HTML/en/kikbd/installation.html
+share/doc/HTML/en/kikbd/introduction.html
+share/doc/HTML/en/kikbd/nationalkeyboard.html
+share/doc/HTML/en/kikbd/screen-saver-password-problems..html
+share/doc/HTML/en/kikbd/startup.html
+share/doc/HTML/en/kikbd/startup.png
+share/doc/HTML/en/kikbd/style.html
+share/doc/HTML/en/kikbd/style.png
+share/doc/HTML/en/kikbd/troubleshooting.html
+share/doc/HTML/en/konsole/.anchors
+share/doc/HTML/en/konsole/application-related-problems.html
+share/doc/HTML/en/konsole/broken-termacap-and-terminfo.html
+share/doc/HTML/en/konsole/bugs-and-faq.html
+share/doc/HTML/en/konsole/color-scheme.html
+share/doc/HTML/en/konsole/configuration.html
+share/doc/HTML/en/konsole/fonts.html
+share/doc/HTML/en/konsole/index.cvlog
+share/doc/HTML/en/konsole/index.docbook
+share/doc/HTML/en/konsole/index.html
+share/doc/HTML/en/konsole/installation.html
+share/doc/HTML/en/konsole/introduction.html
+share/doc/HTML/en/konsole/known-bugs.html
+share/doc/HTML/en/konsole/not-to-implement.html
+share/doc/HTML/en/konsole/overview.html
+share/doc/HTML/en/konsole/problems-with-backspace-delete.html
+share/doc/HTML/en/konsole/security.html
share/doc/HTML/en/konsole/techref.html
share/doc/HTML/en/konsole/vt100.gif
-share/doc/HTML/en/kpager/index-1.html
-share/doc/HTML/en/kpager/index-2.html
-share/doc/HTML/en/kpager/index-3.html
-share/doc/HTML/en/kpager/index-4.html
-share/doc/HTML/en/kpager/index-5.html
+share/doc/HTML/en/kpager/.anchors
+share/doc/HTML/en/kpager/compilation-and-installation.html
+share/doc/HTML/en/kpager/customizingkpageradvancedfeatures.html
+share/doc/HTML/en/kpager/frequentlyaskedquestionsfaq.html
+share/doc/HTML/en/kpager/index.cvlog
+share/doc/HTML/en/kpager/index.docbook
share/doc/HTML/en/kpager/index.html
-share/doc/HTML/en/kpager/logotp3.gif
-share/doc/HTML/en/kpanel/index-1.html
-share/doc/HTML/en/kpanel/index-2.html
-share/doc/HTML/en/kpanel/index-3.html
-share/doc/HTML/en/kpanel/index-4.html
-share/doc/HTML/en/kpanel/index-5.html
-share/doc/HTML/en/kpanel/index.html
-share/doc/HTML/en/kpanel/logotp3.gif
-share/doc/HTML/en/kthememgr/index-1.html
-share/doc/HTML/en/kthememgr/index-2.html
-share/doc/HTML/en/kthememgr/index-3.html
-share/doc/HTML/en/kthememgr/index.html
-share/doc/HTML/en/kthememgr/logotp3.gif
-share/doc/HTML/en/kvt/index.html
-share/doc/HTML/en/kwm/index-1.html
-share/doc/HTML/en/kwm/index-2.html
-share/doc/HTML/en/kwm/index-3.html
-share/doc/HTML/en/kwm/index-4.html
-share/doc/HTML/en/kwm/index-5.html
-share/doc/HTML/en/kwm/index-6.html
+share/doc/HTML/en/kpager/installation.html
+share/doc/HTML/en/kpager/introduction.html
+share/doc/HTML/en/kpager/one-click-action.html
+share/doc/HTML/en/kpager/requirements.html
+share/doc/HTML/en/kpager/resizing-windows.html
+share/doc/HTML/en/kpager/rows-mode.html
+share/doc/HTML/en/kpager/the-global-desktop.html
+share/doc/HTML/en/kpager/the-window-properties-menu.html
+share/doc/HTML/en/kpager/workingwithkpager.html
+share/doc/HTML/en/kwm/.anchors
+share/doc/HTML/en/kwm/authors.html
+share/doc/HTML/en/kwm/commands.html
+share/doc/HTML/en/kwm/configuration.html
+share/doc/HTML/en/kwm/does-kwm-support-shaded-windows-a-la-openste.html
+share/doc/HTML/en/kwm/epilogue.html
+share/doc/HTML/en/kwm/frequentlyaskedquestions.html
+share/doc/HTML/en/kwm/index.cvlog
+share/doc/HTML/en/kwm/index.docbook
share/doc/HTML/en/kwm/index.html
-share/doc/HTML/en/kwm/logotp3.gif
-share/doc/HTML/ru/kikbd/advanced.gif
-share/doc/HTML/ru/kikbd/general.gif
-share/doc/HTML/ru/kikbd/kikbd-1.html
-share/doc/HTML/ru/kikbd/kikbd-2.html
-share/doc/HTML/ru/kikbd/kikbd-3.html
-share/doc/HTML/ru/kikbd/kikbd-4.html
-share/doc/HTML/ru/kikbd/kikbd-5.html
-share/doc/HTML/ru/kikbd/kikbd-6.html
-share/doc/HTML/ru/kikbd/kikbd-7.html
-share/doc/HTML/ru/kikbd/kikbd-8.html
-share/doc/HTML/ru/kikbd/kikbd.html
-share/doc/HTML/ru/kikbd/logotp3.gif
-share/doc/HTML/ru/kikbd/startup.gif
-share/doc/HTML/ru/kikbd/style.gif
-share/icons/3floppy_mount.xpm
-share/icons/3floppy_unmount.xpm
-share/icons/5floppy_mount.xpm
-share/icons/5floppy_unmount.xpm
-share/icons/application_settings.xpm
-share/icons/applications_package.xpm
-share/icons/background.xpm
-share/icons/bell.xpm
-share/icons/binary.xpm
-share/icons/binary2.xpm
-share/icons/blockdevice.xpm
-share/icons/brightness.xpm
-share/icons/buttons.xpm
-share/icons/c_src.xpm
-share/icons/cdrom_mount.xpm
-share/icons/cdrom_unmount.xpm
-share/icons/cdwriter_mount.xpm
-share/icons/cdwriter_unmount.xpm
-share/icons/chardevice.xpm
-share/icons/colors.xpm
-share/icons/colourness.xpm
-share/icons/contrast.xpm
-share/icons/core.xpm
-share/icons/desktop.xpm
-share/icons/desktop_settings.xpm
-share/icons/document.xpm
-share/icons/dvi.xpm
-share/icons/editors_package.xpm
-share/icons/exec.xpm
-share/icons/f_src.xpm
-share/icons/folder.xpm
-share/icons/folder_blue.xpm
-share/icons/folder_cyan.xpm
-share/icons/folder_green.xpm
-share/icons/folder_open.xpm
-share/icons/folder_red.xpm
-share/icons/folder_yellow.xpm
-share/icons/font.xpm
-share/icons/fonts.xpm
-share/icons/ftp.xpm
-share/icons/games_package.xpm
-share/icons/general_settings.xpm
-share/icons/gf.xpm
-share/icons/graphics_package.xpm
-share/icons/h_src.xpm
-share/icons/harddrive_mount.xpm
-share/icons/harddrive_unmount.xpm
-share/icons/html.xpm
-share/icons/image.xpm
-share/icons/info.xpm
-share/icons/information.xpm
-share/icons/information_settings.xpm
-share/icons/input_devices_settings.xpm
-share/icons/java_src.xpm
-share/icons/kcmdevices.xpm
-share/icons/kcmkpanel.xpm
-share/icons/kcmkwm.xpm
-share/icons/kcmmemory.xpm
-share/icons/kcmpartitions.xpm
-share/icons/kcmpci.xpm
-share/icons/kcmprocessor.xpm
-share/icons/kcmscsi.xpm
-share/icons/kcmsound.xpm
-share/icons/kcmsyssound.xpm
-share/icons/kcmx.xpm
-share/icons/kcontrol.xpm
-share/icons/kdehelp.xpm
-share/icons/kdisknav.xpm
-share/icons/kdmconfig.xpm
-share/icons/keyboard.xpm
-share/icons/kfind.xpm
-share/icons/kfm.xpm
-share/icons/kfm_fulltrash.xpm
-share/icons/kfm_home.xpm
-share/icons/kfm_refresh.xpm
-share/icons/kfm_trash.xpm
-share/icons/kfontmanager.xpm
-share/icons/kikbd.xpm
-share/icons/kmenuedit.xpm
-share/icons/kmultiple.xpm
-share/icons/konsole.xpm
-share/icons/kscreensaver.xpm
-share/icons/kthememgr.xpm
-share/icons/kvt.xpm
-share/icons/kwm.xpm
-share/icons/l_src.xpm
-share/icons/large/3floppy_mount.xpm
-share/icons/large/3floppy_unmount.xpm
-share/icons/large/5floppy_mount.xpm
-share/icons/large/5floppy_unmount.xpm
-share/icons/large/applications_package.xpm
-share/icons/large/bell.xpm
-share/icons/large/binary.xpm
-share/icons/large/binary2.xpm
-share/icons/large/blockdevice.xpm
-share/icons/large/buttons.xpm
-share/icons/large/c_src.xpm
-share/icons/large/cdrom_mount.xpm
-share/icons/large/cdrom_unmount.xpm
-share/icons/large/cdwriter_mount.xpm
-share/icons/large/cdwriter_unmount.xpm
-share/icons/large/chardevice.xpm
-share/icons/large/colors.xpm
-share/icons/large/core.xpm
-share/icons/large/desktop.xpm
-share/icons/large/desktop_settings.xpm
-share/icons/large/document.xpm
-share/icons/large/dvi.xpm
-share/icons/large/editors_package.xpm
-share/icons/large/exec.xpm
-share/icons/large/f_src.xpm
-share/icons/large/folder.xpm
-share/icons/large/folder_blue.xpm
-share/icons/large/folder_cyan.xpm
-share/icons/large/folder_green.xpm
-share/icons/large/folder_open.xpm
-share/icons/large/folder_red.xpm
-share/icons/large/folder_yellow.xpm
-share/icons/large/font.xpm
-share/icons/large/fonts.xpm
-share/icons/large/ftp.xpm
-share/icons/large/games_package.xpm
-share/icons/large/gf.xpm
-share/icons/large/go.xpm
-share/icons/large/graphics_package.xpm
-share/icons/large/h_src.xpm
-share/icons/large/hd_mount.xpm
-share/icons/large/hd_unmount.xpm
-share/icons/large/html.xpm
-share/icons/large/image.xpm
-share/icons/large/info.xpm
-share/icons/large/java_src.xpm
-share/icons/large/kcmdevices.xpm
-share/icons/large/kcmmemory.xpm
-share/icons/large/kcmpartitions.xpm
-share/icons/large/kcmpci.xpm
-share/icons/large/kcmprocessor.xpm
-share/icons/large/kcmscsi.xpm
-share/icons/large/kcmsyssound.xpm
-share/icons/large/kcontrol.xpm
-share/icons/large/kdehelp.xpm
-share/icons/large/kdisknav.xpm
-share/icons/large/kdmconfig.xpm
-share/icons/large/kfind.xpm
-share/icons/large/kfm.xpm
-share/icons/large/kfm_fulltrash.xpm
-share/icons/large/kfm_home.xpm
-share/icons/large/kfm_trash.xpm
-share/icons/large/kfontmanager.xpm
-share/icons/large/kikbd.xpm
-share/icons/large/kmenuedit.xpm
-share/icons/large/kmultiple.xpm
-share/icons/large/konsole.xpm
-share/icons/large/kscreensaver.xpm
-share/icons/large/kvt.xpm
-share/icons/large/kwm.xpm
-share/icons/large/l_src.xpm
-share/icons/large/library.xpm
-share/icons/large/link.xpm
-share/icons/large/locale.xpm
-share/icons/large/locked_file.xpm
-share/icons/large/lockedfolder.xpm
-share/icons/large/log.xpm
-share/icons/large/magneto-optical_mount.xpm
-share/icons/large/magneto-optical_unmount.xpm
-share/icons/large/make.xpm
-share/icons/large/man.xpm
-share/icons/large/metafont.xpm
-share/icons/large/midi.xpm
-share/icons/large/misc.xpm
-share/icons/large/moc_src.xpm
-share/icons/large/multimedia_package.xpm
-share/icons/large/network_package.xpm
-share/icons/large/o_src.xpm
-share/icons/large/p_src.xpm
-share/icons/large/package.xpm
-share/icons/large/pdf.xpm
-share/icons/large/perl.xpm
-share/icons/large/perl_doc.xpm
-share/icons/large/pk.xpm
-share/icons/large/postscript.xpm
-share/icons/large/properties.xpm
-share/icons/large/readme.xpm
-share/icons/large/readonly.xpm
-share/icons/large/resource.xpm
-share/icons/large/screensaver.xpm
-share/icons/large/script.xpm
-share/icons/large/settings_package.xpm
-share/icons/large/shredder.xpm
-share/icons/large/single_doc.xpm
-share/icons/large/socket.xpm
-share/icons/large/sound.xpm
-share/icons/large/style.xpm
-share/icons/large/system_package.xpm
-share/icons/large/tablet.xpm
-share/icons/large/tape_archive.xpm
-share/icons/large/terminal.xpm
-share/icons/large/tex.xpm
-share/icons/large/tgz.xpm
-share/icons/large/titlebar.xpm
-share/icons/large/trash.xpm
-share/icons/large/trash_full.xpm
-share/icons/large/txt.xpm
-share/icons/large/unknown.xpm
-share/icons/large/utilities_package.xpm
-share/icons/large/video.xpm
-share/icons/large/www.xpm
-share/icons/large/x.xpm
-share/icons/large/y_src.xpm
-share/icons/large/zip_mount.xpm
-share/icons/large/zip_unmount.xpm
-share/icons/library.xpm
-share/icons/link.xpm
-share/icons/locale.xpm
-share/icons/locked.xpm
-share/icons/locked_file.xpm
-share/icons/lockedfolder.xpm
-share/icons/log.xpm
-share/icons/logo.xpm
-share/icons/magneto-optical_mount.xpm
-share/icons/magneto-optical_unmount.xpm
-share/icons/make.xpm
-share/icons/man.xpm
-share/icons/metafont.xpm
-share/icons/midi.xpm
-share/icons/mini/3floppy_mount.xpm
-share/icons/mini/3floppy_unmount.xpm
-share/icons/mini/5floppy_mount.xpm
-share/icons/mini/5floppy_unmount.xpm
-share/icons/mini/application_settings.xpm
-share/icons/mini/applications_package.xpm
-share/icons/mini/audiovol.xpm
-share/icons/mini/background.xpm
-share/icons/mini/bell.xpm
-share/icons/mini/binary.xpm
-share/icons/mini/blockdevice.xpm
-share/icons/mini/buttons.xpm
-share/icons/mini/c_src.xpm
-share/icons/mini/cdrom_mount.xpm
-share/icons/mini/cdrom_unmount.xpm
-share/icons/mini/chardevice.xpm
-share/icons/mini/colors.xpm
-share/icons/mini/core.xpm
-share/icons/mini/desktop.xpm
-share/icons/mini/desktop_settings.xpm
-share/icons/mini/document.xpm
-share/icons/mini/dvi.xpm
-share/icons/mini/editors_package.xpm
-share/icons/mini/exec.xpm
-share/icons/mini/f_src.xpm
-share/icons/mini/folder.xpm
-share/icons/mini/folder_blue.xpm
-share/icons/mini/folder_cyan.xpm
-share/icons/mini/folder_green.xpm
-share/icons/mini/folder_open.xpm
-share/icons/mini/folder_red.xpm
-share/icons/mini/folder_yellow.xpm
-share/icons/mini/font.xpm
-share/icons/mini/fonts.xpm
-share/icons/mini/ftp.xpm
-share/icons/mini/games_package.xpm
-share/icons/mini/general_settings.xpm
-share/icons/mini/gf.xpm
-share/icons/mini/graphics_package.xpm
-share/icons/mini/h_src.xpm
-share/icons/mini/harddrive_mount.xpm
-share/icons/mini/harddrive_unmount.xpm
-share/icons/mini/html.xpm
-share/icons/mini/image.xpm
-share/icons/mini/info.xpm
-share/icons/mini/information_settings.xpm
-share/icons/mini/input_devices_settings.xpm
-share/icons/mini/java_src.xpm
-share/icons/mini/kcmdevices.xpm
-share/icons/mini/kcmkpanel.xpm
-share/icons/mini/kcmkwm.xpm
-share/icons/mini/kcmmemory.xpm
-share/icons/mini/kcmpartitions.xpm
-share/icons/mini/kcmpci.xpm
-share/icons/mini/kcmprocessor.xpm
-share/icons/mini/kcmscsi.xpm
-share/icons/mini/kcmsound.xpm
-share/icons/mini/kcmsyssound.xpm
-share/icons/mini/kcmx.xpm
-share/icons/mini/kcontrol.xpm
-share/icons/mini/kdehelp.xpm
-share/icons/mini/kdmconfig.xpm
-share/icons/mini/keyboard.xpm
-share/icons/mini/kfind.xpm
-share/icons/mini/kfm.xpm
-share/icons/mini/kfm_fulltrash.xpm
-share/icons/mini/kfm_home.xpm
-share/icons/mini/kfm_refresh.xpm
-share/icons/mini/kfm_trash.xpm
-share/icons/mini/kfontmanager.xpm
-share/icons/mini/kikbd.xpm
-share/icons/mini/kmenuedit.xpm
-share/icons/mini/konsole.xpm
-share/icons/mini/kscreensaver.xpm
-share/icons/mini/kthememgr.xpm
-share/icons/mini/kvt.xpm
-share/icons/mini/kwm.xpm
-share/icons/mini/l_src.xpm
-share/icons/mini/library.xpm
-share/icons/mini/locale.xpm
-share/icons/mini/locked.xpm
-share/icons/mini/lockedfolder.xpm
-share/icons/mini/log.xpm
-share/icons/mini/make.xpm
-share/icons/mini/man.xpm
-share/icons/mini/maximize2.xpm
-share/icons/mini/metafont.xpm
-share/icons/mini/midi.xpm
-share/icons/mini/mini-ball.xpm
-share/icons/mini/mini-bball.xpm
-share/icons/mini/mini-bomb.xpm
-share/icons/mini/mini-book1.xpm
-share/icons/mini/mini-book2.xpm
-share/icons/mini/mini-bug1.xpm
-share/icons/mini/mini-bug2.xpm
-share/icons/mini/mini-bx2.xpm
-share/icons/mini/mini-calc.xpm
-share/icons/mini/mini-camera.xpm
-share/icons/mini/mini-cdlabel.xpm
-share/icons/mini/mini-clock.xpm
-share/icons/mini/mini-colors.xpm
-share/icons/mini/mini-connect.xpm
-share/icons/mini/mini-connected.xpm
-share/icons/mini/mini-cross.xpm
-share/icons/mini/mini-default.xpm
-share/icons/mini/mini-display.xpm
-share/icons/mini/mini-doc.xpm
-share/icons/mini/mini-edit.xpm
-share/icons/mini/mini-exclam.xpm
-share/icons/mini/mini-exp.xpm
-share/icons/mini/mini-eyes.xpm
-share/icons/mini/mini-filemgr.xpm
-share/icons/mini/mini-fractal.xpm
-share/icons/mini/mini-gball.xpm
-share/icons/mini/mini-gv.xpm
-share/icons/mini/mini-hammer.xpm
-share/icons/mini/mini-happy.xpm
-share/icons/mini/mini-hextris.xpm
-share/icons/mini/mini-k.xpm
-share/icons/mini/mini-lock.xpm
-share/icons/mini/mini-lower.xpm
-share/icons/mini/mini-mail.xpm
-share/icons/mini/mini-manual.xpm
-share/icons/mini/mini-max1.xpm
-share/icons/mini/mini-maze.xpm
-share/icons/mini/mini-modules.xpm
-share/icons/mini/mini-move.xpm
-share/icons/mini/mini-move1.xpm
-share/icons/mini/mini-nscape.xpm
-share/icons/mini/mini-ofolder.xpm
-share/icons/mini/mini-olwm.xpm
-share/icons/mini/mini-paint.xpm
-share/icons/mini/mini-pencil.xpm
-share/icons/mini/mini-question.xpm
-share/icons/mini/mini-raise.xpm
-share/icons/mini/mini-ray.xpm
-share/icons/mini/mini-rball.xpm
-share/icons/mini/mini-resize.xpm
-share/icons/mini/mini-roach.xpm
-share/icons/mini/mini-run.xpm
-share/icons/mini/mini-sh.xpm
-share/icons/mini/mini-sh1.xpm
-share/icons/mini/mini-slon.xpm
-share/icons/mini/mini-stop.xpm
-share/icons/mini/mini-term.xpm
-share/icons/mini/mini-tetris.xpm
-share/icons/mini/mini-turn.xpm
-share/icons/mini/mini-up.xpm
-share/icons/mini/mini-windows.xpm
-share/icons/mini/mini-x.xpm
-share/icons/mini/mini-x2.xpm
-share/icons/mini/mini-xmahjongg.xpm
-share/icons/mini/mini-xv.xpm
-share/icons/mini/mini-zoom.xpm
-share/icons/mini/mini.audiovol.xpm
-share/icons/mini/mini.checkmark.xpm
-share/icons/mini/mini.cut.xpm
-share/icons/mini/mini.destroy.xpm
-share/icons/mini/mini.excl.xpm
-share/icons/mini/mini.exit.xpm
-share/icons/mini/mini.fvwm.xpm
-share/icons/mini/mini.letter.xpm
-share/icons/mini/mini.lower.xpm
-share/icons/mini/mini.move.xpm
-share/icons/mini/mini.netscape.xpm
-share/icons/mini/mini.raise.xpm
-share/icons/mini/mini.resize.xpm
-share/icons/mini/mini.xarchie.xpm
-share/icons/mini/mini.xboing.xpm
-share/icons/mini/mini.xlock.xpm
-share/icons/mini/mini.xpm
-share/icons/mini/mini.xterm.xpm
-share/icons/mini/mini.zircon.xpm
-share/icons/mini/moc_src.xpm
-share/icons/mini/mouse.xpm
-share/icons/mini/multimedia_package.xpm
-share/icons/mini/network_package.xpm
-share/icons/mini/network_settings.xpm
-share/icons/mini/o_src.xpm
-share/icons/mini/p_src.xpm
-share/icons/mini/package.xpm
-share/icons/mini/panel_settings.xpm
-share/icons/mini/pci.xpm
-share/icons/mini/pdf.xpm
-share/icons/mini/pipe.xpm
-share/icons/mini/pk.xpm
-share/icons/mini/postscript.xpm
-share/icons/mini/printer.xpm
-share/icons/mini/readme.xpm
-share/icons/mini/resource.xpm
-share/icons/mini/s_src.xpm
-share/icons/mini/sample.xpm
-share/icons/mini/screensaver.xpm
-share/icons/mini/script.xpm
-share/icons/mini/settings_package.xpm
-share/icons/mini/smbstatus.xpm
-share/icons/mini/socket.xpm
-share/icons/mini/sound.xpm
-share/icons/mini/sound_settings.xpm
-share/icons/mini/style.xpm
-share/icons/mini/system_package.xpm
-share/icons/mini/tablet.xpm
-share/icons/mini/terminal.xpm
-share/icons/mini/tex.xpm
-share/icons/mini/tgz.xpm
-share/icons/mini/titlebar.xpm
-share/icons/mini/trash.xpm
-share/icons/mini/txt.xpm
-share/icons/mini/unknown.xpm
-share/icons/mini/utilities_package.xpm
-share/icons/mini/video.xpm
-share/icons/mini/windows.xpm
-share/icons/mini/winprops.xpm
-share/icons/mini/www.xpm
-share/icons/mini/x.xpm
-share/icons/mini/y_src.xpm
-share/icons/mini/zip_mount.xpm
-share/icons/mini/zip_unmount.xpm
-share/icons/misc.xpm
-share/icons/moc_src.xpm
-share/icons/monitor.xpm
-share/icons/mouse.xpm
-share/icons/multimedia_package.xpm
-share/icons/network.xpm
-share/icons/network_package.xpm
-share/icons/network_settings.xpm
-share/icons/o_src.xpm
-share/icons/p_src.xpm
-share/icons/package.xpm
-share/icons/panel_settings.xpm
-share/icons/pdf.xpm
-share/icons/perl.xpm
-share/icons/pipe.xpm
-share/icons/pk.xpm
-share/icons/postscript.xpm
-share/icons/printer.xpm
-share/icons/properties.xpm
-share/icons/readme.xpm
-share/icons/readonly.xpm
-share/icons/resource.xpm
-share/icons/s_src.xpm
-share/icons/screensaver.xpm
-share/icons/script.xpm
-share/icons/settings_package.xpm
-share/icons/shredder.xpm
-share/icons/single_doc.xpm
-share/icons/smbstatus.xpm
-share/icons/socket.xpm
-share/icons/sound.xpm
-share/icons/sound_settings.xpm
-share/icons/style.xpm
-share/icons/system_package.xpm
-share/icons/tablet.xpm
-share/icons/terminal.xpm
-share/icons/tex.xpm
-share/icons/tgz.xpm
-share/icons/titlebar.xpm
-share/icons/trash.xpm
-share/icons/txt.xpm
-share/icons/unknown.xpm
-share/icons/utilities_package.xpm
-share/icons/video.xpm
-share/icons/www.xpm
-share/icons/x.xpm
-share/icons/y_src.xpm
-share/icons/zip_mount.xpm
-share/icons/zip_unmount.xpm
-share/locale/br/LC_MESSAGES/kbgndwm.mo
-share/locale/br/LC_MESSAGES/kcmbell.mo
-share/locale/br/LC_MESSAGES/kcmdisplay.mo
-share/locale/br/LC_MESSAGES/kcminfo.mo
-share/locale/br/LC_MESSAGES/kcminput.mo
-share/locale/br/LC_MESSAGES/kcmkeys.mo
-share/locale/br/LC_MESSAGES/kcmkfm.mo
-share/locale/br/LC_MESSAGES/kcmkpanel.mo
-share/locale/br/LC_MESSAGES/kcmkwm.mo
-share/locale/br/LC_MESSAGES/kcmlocale.mo
-share/locale/br/LC_MESSAGES/kcmsamba.mo
-share/locale/br/LC_MESSAGES/kcmsample.mo
-share/locale/br/LC_MESSAGES/kcmsyssound.mo
-share/locale/br/LC_MESSAGES/kcontrol.mo
-share/locale/br/LC_MESSAGES/kdehelp.mo
-share/locale/br/LC_MESSAGES/kdm.mo
-share/locale/br/LC_MESSAGES/kdmconfig.mo
-share/locale/br/LC_MESSAGES/kfind.mo
-share/locale/br/LC_MESSAGES/kfm.mo
-share/locale/br/LC_MESSAGES/kfontmanager.mo
-share/locale/br/LC_MESSAGES/kikbd.mo
-share/locale/br/LC_MESSAGES/klock.mo
-share/locale/br/LC_MESSAGES/kmenuedit.mo
-share/locale/br/LC_MESSAGES/konsole.mo
-share/locale/br/LC_MESSAGES/kpager.mo
-share/locale/br/LC_MESSAGES/kpanel.mo
-share/locale/br/LC_MESSAGES/krootwm.mo
-share/locale/br/LC_MESSAGES/kstart.mo
-share/locale/br/LC_MESSAGES/kvt.mo
-share/locale/br/LC_MESSAGES/kwm.mo
-share/locale/ca/LC_MESSAGES/kbgndwm.mo
-share/locale/ca/LC_MESSAGES/kcmbell.mo
-share/locale/ca/LC_MESSAGES/kcmdisplay.mo
-share/locale/ca/LC_MESSAGES/kcminfo.mo
-share/locale/ca/LC_MESSAGES/kcminput.mo
-share/locale/ca/LC_MESSAGES/kcmkeys.mo
-share/locale/ca/LC_MESSAGES/kcmkfm.mo
-share/locale/ca/LC_MESSAGES/kcmkpanel.mo
-share/locale/ca/LC_MESSAGES/kcmkwm.mo
-share/locale/ca/LC_MESSAGES/kcmlocale.mo
-share/locale/ca/LC_MESSAGES/kcmsamba.mo
-share/locale/ca/LC_MESSAGES/kcmsample.mo
-share/locale/ca/LC_MESSAGES/kcmsyssound.mo
-share/locale/ca/LC_MESSAGES/kcontrol.mo
-share/locale/ca/LC_MESSAGES/kdehelp.mo
-share/locale/ca/LC_MESSAGES/kdm.mo
-share/locale/ca/LC_MESSAGES/kdmconfig.mo
-share/locale/ca/LC_MESSAGES/kfind.mo
-share/locale/ca/LC_MESSAGES/kfm.mo
-share/locale/ca/LC_MESSAGES/kfontmanager.mo
-share/locale/ca/LC_MESSAGES/kikbd.mo
-share/locale/ca/LC_MESSAGES/klock.mo
-share/locale/ca/LC_MESSAGES/kmenuedit.mo
-share/locale/ca/LC_MESSAGES/konsole.mo
-share/locale/ca/LC_MESSAGES/kpager.mo
-share/locale/ca/LC_MESSAGES/kpanel.mo
-share/locale/ca/LC_MESSAGES/krootwm.mo
-share/locale/ca/LC_MESSAGES/kstart.mo
-share/locale/ca/LC_MESSAGES/kvt.mo
-share/locale/ca/LC_MESSAGES/kwm.mo
-share/locale/cs/LC_MESSAGES/kcmbell.mo
-share/locale/cs/LC_MESSAGES/kcmdisplay.mo
-share/locale/cs/LC_MESSAGES/kcminfo.mo
-share/locale/cs/LC_MESSAGES/kcminput.mo
-share/locale/cs/LC_MESSAGES/kcmkeys.mo
-share/locale/cs/LC_MESSAGES/kcmkfm.mo
-share/locale/cs/LC_MESSAGES/kcmkpanel.mo
-share/locale/cs/LC_MESSAGES/kcmkwm.mo
-share/locale/cs/LC_MESSAGES/kcmlocale.mo
-share/locale/cs/LC_MESSAGES/kcmsamba.mo
-share/locale/cs/LC_MESSAGES/kcmsample.mo
-share/locale/cs/LC_MESSAGES/kcmsyssound.mo
-share/locale/cs/LC_MESSAGES/kcontrol.mo
-share/locale/cs/LC_MESSAGES/kdehelp.mo
-share/locale/cs/LC_MESSAGES/kdm.mo
-share/locale/cs/LC_MESSAGES/kdmconfig.mo
-share/locale/cs/LC_MESSAGES/kfind.mo
-share/locale/cs/LC_MESSAGES/kfm.mo
-share/locale/cs/LC_MESSAGES/kfontmanager.mo
-share/locale/cs/LC_MESSAGES/kikbd.mo
-share/locale/cs/LC_MESSAGES/klock.mo
-share/locale/cs/LC_MESSAGES/kmenuedit.mo
-share/locale/cs/LC_MESSAGES/konsole.mo
-share/locale/cs/LC_MESSAGES/kpager.mo
-share/locale/cs/LC_MESSAGES/kpanel.mo
-share/locale/cs/LC_MESSAGES/krootwm.mo
-share/locale/cs/LC_MESSAGES/kstart.mo
-share/locale/cs/LC_MESSAGES/kvt.mo
-share/locale/cs/LC_MESSAGES/kwm.mo
-share/locale/da/LC_MESSAGES/kbgndwm.mo
-share/locale/da/LC_MESSAGES/kcmbell.mo
-share/locale/da/LC_MESSAGES/kcmdisplay.mo
-share/locale/da/LC_MESSAGES/kcminfo.mo
-share/locale/da/LC_MESSAGES/kcminput.mo
-share/locale/da/LC_MESSAGES/kcmkeys.mo
-share/locale/da/LC_MESSAGES/kcmkfm.mo
-share/locale/da/LC_MESSAGES/kcmkpanel.mo
-share/locale/da/LC_MESSAGES/kcmkwm.mo
-share/locale/da/LC_MESSAGES/kcmlocale.mo
-share/locale/da/LC_MESSAGES/kcmsamba.mo
-share/locale/da/LC_MESSAGES/kcmsample.mo
-share/locale/da/LC_MESSAGES/kcmsyssound.mo
-share/locale/da/LC_MESSAGES/kcontrol.mo
-share/locale/da/LC_MESSAGES/kdehelp.mo
-share/locale/da/LC_MESSAGES/kdm.mo
-share/locale/da/LC_MESSAGES/kdmconfig.mo
-share/locale/da/LC_MESSAGES/kfind.mo
-share/locale/da/LC_MESSAGES/kfm.mo
-share/locale/da/LC_MESSAGES/kfontmanager.mo
-share/locale/da/LC_MESSAGES/kikbd.mo
-share/locale/da/LC_MESSAGES/klock.mo
-share/locale/da/LC_MESSAGES/kmenuedit.mo
-share/locale/da/LC_MESSAGES/konsole.mo
-share/locale/da/LC_MESSAGES/kpager.mo
-share/locale/da/LC_MESSAGES/kpanel.mo
-share/locale/da/LC_MESSAGES/krootwm.mo
-share/locale/da/LC_MESSAGES/kstart.mo
-share/locale/da/LC_MESSAGES/kvt.mo
-share/locale/da/LC_MESSAGES/kwm.mo
-share/locale/de/LC_MESSAGES/kbgndwm.mo
-share/locale/de/LC_MESSAGES/kcmbell.mo
-share/locale/de/LC_MESSAGES/kcmdisplay.mo
-share/locale/de/LC_MESSAGES/kcminfo.mo
-share/locale/de/LC_MESSAGES/kcminput.mo
-share/locale/de/LC_MESSAGES/kcmkeys.mo
-share/locale/de/LC_MESSAGES/kcmkfm.mo
-share/locale/de/LC_MESSAGES/kcmkpanel.mo
-share/locale/de/LC_MESSAGES/kcmkwm.mo
-share/locale/de/LC_MESSAGES/kcmlocale.mo
-share/locale/de/LC_MESSAGES/kcmsamba.mo
-share/locale/de/LC_MESSAGES/kcmsample.mo
-share/locale/de/LC_MESSAGES/kcmsyssound.mo
-share/locale/de/LC_MESSAGES/kcontrol.mo
-share/locale/de/LC_MESSAGES/kdehelp.mo
-share/locale/de/LC_MESSAGES/kdm.mo
-share/locale/de/LC_MESSAGES/kdmconfig.mo
-share/locale/de/LC_MESSAGES/kfind.mo
-share/locale/de/LC_MESSAGES/kfm.mo
-share/locale/de/LC_MESSAGES/kfontmanager.mo
-share/locale/de/LC_MESSAGES/kikbd.mo
-share/locale/de/LC_MESSAGES/klock.mo
-share/locale/de/LC_MESSAGES/kmenuedit.mo
-share/locale/de/LC_MESSAGES/konsole.mo
-share/locale/de/LC_MESSAGES/kpager.mo
-share/locale/de/LC_MESSAGES/kpanel.mo
-share/locale/de/LC_MESSAGES/krootwm.mo
-share/locale/de/LC_MESSAGES/kstart.mo
-share/locale/de/LC_MESSAGES/kthememgr.mo
-share/locale/de/LC_MESSAGES/kvt.mo
-share/locale/de/LC_MESSAGES/kwm.mo
-share/locale/el/LC_MESSAGES/kcmbell.mo
-share/locale/el/LC_MESSAGES/kcmdisplay.mo
-share/locale/el/LC_MESSAGES/kcminfo.mo
-share/locale/el/LC_MESSAGES/kcminput.mo
-share/locale/el/LC_MESSAGES/kcmkpanel.mo
-share/locale/el/LC_MESSAGES/kcmkwm.mo
-share/locale/el/LC_MESSAGES/kcmlocale.mo
-share/locale/el/LC_MESSAGES/kcmsamba.mo
-share/locale/el/LC_MESSAGES/kcmsample.mo
-share/locale/el/LC_MESSAGES/kcmsyssound.mo
-share/locale/el/LC_MESSAGES/kcontrol.mo
-share/locale/el/LC_MESSAGES/kdehelp.mo
-share/locale/el/LC_MESSAGES/kdm.mo
-share/locale/el/LC_MESSAGES/kdmconfig.mo
-share/locale/el/LC_MESSAGES/kfind.mo
-share/locale/el/LC_MESSAGES/kfm.mo
-share/locale/el/LC_MESSAGES/kfontmanager.mo
-share/locale/el/LC_MESSAGES/klock.mo
-share/locale/el/LC_MESSAGES/kmenuedit.mo
-share/locale/el/LC_MESSAGES/kpanel.mo
-share/locale/el/LC_MESSAGES/krootwm.mo
-share/locale/el/LC_MESSAGES/kvt.mo
-share/locale/el/LC_MESSAGES/kwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmdisplay.mo
-share/locale/en_UK/LC_MESSAGES/kcmkwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmsyssound.mo
-share/locale/en_UK/LC_MESSAGES/kdehelp.mo
-share/locale/en_UK/LC_MESSAGES/kdmconfig.mo
-share/locale/en_UK/LC_MESSAGES/klock.mo
-share/locale/en_UK/LC_MESSAGES/kvt.mo
-share/locale/en_UK/LC_MESSAGES/kwm.mo
-share/locale/eo/LC_MESSAGES/kbgndwm.mo
-share/locale/eo/LC_MESSAGES/kcmbell.mo
-share/locale/eo/LC_MESSAGES/kcmdisplay.mo
-share/locale/eo/LC_MESSAGES/kcminfo.mo
-share/locale/eo/LC_MESSAGES/kcminput.mo
-share/locale/eo/LC_MESSAGES/kcmkeys.mo
-share/locale/eo/LC_MESSAGES/kcmkfm.mo
-share/locale/eo/LC_MESSAGES/kcmkpanel.mo
-share/locale/eo/LC_MESSAGES/kcmkwm.mo
-share/locale/eo/LC_MESSAGES/kcmlocale.mo
-share/locale/eo/LC_MESSAGES/kcmsamba.mo
-share/locale/eo/LC_MESSAGES/kcmsample.mo
-share/locale/eo/LC_MESSAGES/kcmsyssound.mo
-share/locale/eo/LC_MESSAGES/kcontrol.mo
-share/locale/eo/LC_MESSAGES/kdehelp.mo
-share/locale/eo/LC_MESSAGES/kdm.mo
-share/locale/eo/LC_MESSAGES/kdmconfig.mo
-share/locale/eo/LC_MESSAGES/kfind.mo
-share/locale/eo/LC_MESSAGES/kfm.mo
-share/locale/eo/LC_MESSAGES/kfontmanager.mo
-share/locale/eo/LC_MESSAGES/kikbd.mo
-share/locale/eo/LC_MESSAGES/klock.mo
-share/locale/eo/LC_MESSAGES/kmenuedit.mo
-share/locale/eo/LC_MESSAGES/konsole.mo
-share/locale/eo/LC_MESSAGES/kpager.mo
-share/locale/eo/LC_MESSAGES/kpanel.mo
-share/locale/eo/LC_MESSAGES/krootwm.mo
-share/locale/eo/LC_MESSAGES/kstart.mo
-share/locale/eo/LC_MESSAGES/kvt.mo
-share/locale/eo/LC_MESSAGES/kwm.mo
-share/locale/es/LC_MESSAGES/kbgndwm.mo
-share/locale/es/LC_MESSAGES/kcmbell.mo
-share/locale/es/LC_MESSAGES/kcmdisplay.mo
-share/locale/es/LC_MESSAGES/kcminfo.mo
-share/locale/es/LC_MESSAGES/kcminput.mo
-share/locale/es/LC_MESSAGES/kcmkeys.mo
-share/locale/es/LC_MESSAGES/kcmkfm.mo
-share/locale/es/LC_MESSAGES/kcmkpanel.mo
-share/locale/es/LC_MESSAGES/kcmkwm.mo
-share/locale/es/LC_MESSAGES/kcmlocale.mo
-share/locale/es/LC_MESSAGES/kcmsamba.mo
-share/locale/es/LC_MESSAGES/kcmsample.mo
-share/locale/es/LC_MESSAGES/kcmsyssound.mo
-share/locale/es/LC_MESSAGES/kcontrol.mo
-share/locale/es/LC_MESSAGES/kdehelp.mo
-share/locale/es/LC_MESSAGES/kdm.mo
-share/locale/es/LC_MESSAGES/kdmconfig.mo
-share/locale/es/LC_MESSAGES/kfind.mo
-share/locale/es/LC_MESSAGES/kfm.mo
-share/locale/es/LC_MESSAGES/kfontmanager.mo
-share/locale/es/LC_MESSAGES/kikbd.mo
-share/locale/es/LC_MESSAGES/klock.mo
-share/locale/es/LC_MESSAGES/kmenuedit.mo
-share/locale/es/LC_MESSAGES/konsole.mo
-share/locale/es/LC_MESSAGES/kpager.mo
-share/locale/es/LC_MESSAGES/kpanel.mo
-share/locale/es/LC_MESSAGES/krootwm.mo
-share/locale/es/LC_MESSAGES/kstart.mo
-share/locale/es/LC_MESSAGES/kvt.mo
-share/locale/es/LC_MESSAGES/kwm.mo
-share/locale/et/LC_MESSAGES/kbgndwm.mo
-share/locale/et/LC_MESSAGES/kcmbell.mo
-share/locale/et/LC_MESSAGES/kcmdisplay.mo
-share/locale/et/LC_MESSAGES/kcminfo.mo
-share/locale/et/LC_MESSAGES/kcminput.mo
-share/locale/et/LC_MESSAGES/kcmkeys.mo
-share/locale/et/LC_MESSAGES/kcmkfm.mo
-share/locale/et/LC_MESSAGES/kcmkpanel.mo
-share/locale/et/LC_MESSAGES/kcmkwm.mo
-share/locale/et/LC_MESSAGES/kcmlocale.mo
-share/locale/et/LC_MESSAGES/kcmsamba.mo
-share/locale/et/LC_MESSAGES/kcmsample.mo
-share/locale/et/LC_MESSAGES/kcmsyssound.mo
-share/locale/et/LC_MESSAGES/kcontrol.mo
-share/locale/et/LC_MESSAGES/kdehelp.mo
-share/locale/et/LC_MESSAGES/kdm.mo
-share/locale/et/LC_MESSAGES/kdmconfig.mo
-share/locale/et/LC_MESSAGES/kfind.mo
-share/locale/et/LC_MESSAGES/kfm.mo
-share/locale/et/LC_MESSAGES/kfontmanager.mo
-share/locale/et/LC_MESSAGES/kikbd.mo
-share/locale/et/LC_MESSAGES/klock.mo
-share/locale/et/LC_MESSAGES/kmenuedit.mo
-share/locale/et/LC_MESSAGES/konsole.mo
-share/locale/et/LC_MESSAGES/kpager.mo
-share/locale/et/LC_MESSAGES/kpanel.mo
-share/locale/et/LC_MESSAGES/krootwm.mo
-share/locale/et/LC_MESSAGES/kstart.mo
-share/locale/et/LC_MESSAGES/kvt.mo
-share/locale/et/LC_MESSAGES/kwm.mo
-share/locale/fi/LC_MESSAGES/kbgndwm.mo
-share/locale/fi/LC_MESSAGES/kcmbell.mo
-share/locale/fi/LC_MESSAGES/kcmdisplay.mo
-share/locale/fi/LC_MESSAGES/kcminfo.mo
-share/locale/fi/LC_MESSAGES/kcminput.mo
-share/locale/fi/LC_MESSAGES/kcmkeys.mo
-share/locale/fi/LC_MESSAGES/kcmkfm.mo
-share/locale/fi/LC_MESSAGES/kcmkpanel.mo
-share/locale/fi/LC_MESSAGES/kcmkwm.mo
-share/locale/fi/LC_MESSAGES/kcmlocale.mo
-share/locale/fi/LC_MESSAGES/kcmsamba.mo
-share/locale/fi/LC_MESSAGES/kcmsample.mo
-share/locale/fi/LC_MESSAGES/kcmsyssound.mo
-share/locale/fi/LC_MESSAGES/kcontrol.mo
-share/locale/fi/LC_MESSAGES/kdehelp.mo
-share/locale/fi/LC_MESSAGES/kdm.mo
-share/locale/fi/LC_MESSAGES/kdmconfig.mo
-share/locale/fi/LC_MESSAGES/kfind.mo
-share/locale/fi/LC_MESSAGES/kfm.mo
-share/locale/fi/LC_MESSAGES/kfontmanager.mo
-share/locale/fi/LC_MESSAGES/kikbd.mo
-share/locale/fi/LC_MESSAGES/klock.mo
-share/locale/fi/LC_MESSAGES/kmenuedit.mo
-share/locale/fi/LC_MESSAGES/konsole.mo
-share/locale/fi/LC_MESSAGES/kpager.mo
-share/locale/fi/LC_MESSAGES/kpanel.mo
-share/locale/fi/LC_MESSAGES/krootwm.mo
-share/locale/fi/LC_MESSAGES/kstart.mo
-share/locale/fi/LC_MESSAGES/kthememgr.mo
-share/locale/fi/LC_MESSAGES/kvt.mo
-share/locale/fi/LC_MESSAGES/kwm.mo
-share/locale/fr/LC_MESSAGES/kbgndwm.mo
-share/locale/fr/LC_MESSAGES/kcmbell.mo
-share/locale/fr/LC_MESSAGES/kcmdisplay.mo
-share/locale/fr/LC_MESSAGES/kcminfo.mo
-share/locale/fr/LC_MESSAGES/kcminput.mo
-share/locale/fr/LC_MESSAGES/kcmkeys.mo
-share/locale/fr/LC_MESSAGES/kcmkfm.mo
-share/locale/fr/LC_MESSAGES/kcmkpanel.mo
-share/locale/fr/LC_MESSAGES/kcmkwm.mo
-share/locale/fr/LC_MESSAGES/kcmlocale.mo
-share/locale/fr/LC_MESSAGES/kcmsamba.mo
-share/locale/fr/LC_MESSAGES/kcmsample.mo
-share/locale/fr/LC_MESSAGES/kcmsyssound.mo
-share/locale/fr/LC_MESSAGES/kcontrol.mo
-share/locale/fr/LC_MESSAGES/kdehelp.mo
-share/locale/fr/LC_MESSAGES/kdm.mo
-share/locale/fr/LC_MESSAGES/kdmconfig.mo
-share/locale/fr/LC_MESSAGES/kfind.mo
-share/locale/fr/LC_MESSAGES/kfm.mo
-share/locale/fr/LC_MESSAGES/kfontmanager.mo
-share/locale/fr/LC_MESSAGES/kikbd.mo
-share/locale/fr/LC_MESSAGES/klock.mo
-share/locale/fr/LC_MESSAGES/kmenuedit.mo
-share/locale/fr/LC_MESSAGES/konsole.mo
-share/locale/fr/LC_MESSAGES/kpager.mo
-share/locale/fr/LC_MESSAGES/kpanel.mo
-share/locale/fr/LC_MESSAGES/krootwm.mo
-share/locale/fr/LC_MESSAGES/kstart.mo
-share/locale/fr/LC_MESSAGES/kthememgr.mo
-share/locale/fr/LC_MESSAGES/kvt.mo
-share/locale/fr/LC_MESSAGES/kwm.mo
-share/locale/he/LC_MESSAGES/kcmbell.mo
-share/locale/he/LC_MESSAGES/kcmdisplay.mo
-share/locale/he/LC_MESSAGES/kcminfo.mo
-share/locale/he/LC_MESSAGES/kcmkfm.mo
-share/locale/he/LC_MESSAGES/kcmkpanel.mo
-share/locale/he/LC_MESSAGES/kcmlocale.mo
-share/locale/he/LC_MESSAGES/kcontrol.mo
-share/locale/he/LC_MESSAGES/kdehelp.mo
-share/locale/he/LC_MESSAGES/kdm.mo
-share/locale/he/LC_MESSAGES/kfind.mo
-share/locale/he/LC_MESSAGES/kfm.mo
-share/locale/he/LC_MESSAGES/kpanel.mo
-share/locale/he/LC_MESSAGES/krootwm.mo
-share/locale/he/LC_MESSAGES/ksysv.mo
-share/locale/he/LC_MESSAGES/kuser.mo
-share/locale/he/LC_MESSAGES/kvt.mo
-share/locale/he/LC_MESSAGES/kwm.mo
-share/locale/hr/LC_MESSAGES/kbgndwm.mo
-share/locale/hr/LC_MESSAGES/kcmbell.mo
-share/locale/hr/LC_MESSAGES/kcmdisplay.mo
-share/locale/hr/LC_MESSAGES/kcminfo.mo
-share/locale/hr/LC_MESSAGES/kcminput.mo
-share/locale/hr/LC_MESSAGES/kcmkeys.mo
-share/locale/hr/LC_MESSAGES/kcmkfm.mo
-share/locale/hr/LC_MESSAGES/kcmkpanel.mo
-share/locale/hr/LC_MESSAGES/kcmkwm.mo
-share/locale/hr/LC_MESSAGES/kcmlocale.mo
-share/locale/hr/LC_MESSAGES/kcmsamba.mo
-share/locale/hr/LC_MESSAGES/kcmsample.mo
-share/locale/hr/LC_MESSAGES/kcmsyssound.mo
-share/locale/hr/LC_MESSAGES/kcontrol.mo
-share/locale/hr/LC_MESSAGES/kdehelp.mo
-share/locale/hr/LC_MESSAGES/kdm.mo
-share/locale/hr/LC_MESSAGES/kdmconfig.mo
-share/locale/hr/LC_MESSAGES/kfind.mo
-share/locale/hr/LC_MESSAGES/kfm.mo
-share/locale/hr/LC_MESSAGES/kfontmanager.mo
-share/locale/hr/LC_MESSAGES/kikbd.mo
-share/locale/hr/LC_MESSAGES/klock.mo
-share/locale/hr/LC_MESSAGES/kmenuedit.mo
-share/locale/hr/LC_MESSAGES/konsole.mo
-share/locale/hr/LC_MESSAGES/kpager.mo
-share/locale/hr/LC_MESSAGES/kpanel.mo
-share/locale/hr/LC_MESSAGES/krootwm.mo
-share/locale/hr/LC_MESSAGES/kstart.mo
-share/locale/hr/LC_MESSAGES/kvt.mo
-share/locale/hr/LC_MESSAGES/kwm.mo
-share/locale/hs/LC_MESSAGES/kcmkwm.mo
-share/locale/hs/LC_MESSAGES/kcmlocale.mo
-share/locale/hs/LC_MESSAGES/kcmpanel.mo
-share/locale/hs/LC_MESSAGES/kcontrol.mo
-share/locale/hs/LC_MESSAGES/kde.mo
-share/locale/hs/LC_MESSAGES/kdehelp.mo
-share/locale/hs/LC_MESSAGES/kdm.mo
-share/locale/hs/LC_MESSAGES/kdmconfig.mo
-share/locale/hs/LC_MESSAGES/kfm.mo
-share/locale/hs/LC_MESSAGES/konsole.mo
-share/locale/hs/LC_MESSAGES/kpanel.mo
-share/locale/hs/LC_MESSAGES/krootwm.mo
-share/locale/hs/LC_MESSAGES/kstart.mo
-share/locale/hs/LC_MESSAGES/kvt.mo
-share/locale/hs/LC_MESSAGES/kwm.mo
-share/locale/hu/LC_MESSAGES/kbgndwm.mo
-share/locale/hu/LC_MESSAGES/kcmbell.mo
-share/locale/hu/LC_MESSAGES/kcmdisplay.mo
-share/locale/hu/LC_MESSAGES/kcminfo.mo
-share/locale/hu/LC_MESSAGES/kcminput.mo
-share/locale/hu/LC_MESSAGES/kcmkeys.mo
-share/locale/hu/LC_MESSAGES/kcmkfm.mo
-share/locale/hu/LC_MESSAGES/kcmkpanel.mo
-share/locale/hu/LC_MESSAGES/kcmkwm.mo
-share/locale/hu/LC_MESSAGES/kcmlocale.mo
-share/locale/hu/LC_MESSAGES/kcmsamba.mo
-share/locale/hu/LC_MESSAGES/kcmsample.mo
-share/locale/hu/LC_MESSAGES/kcmsyssound.mo
-share/locale/hu/LC_MESSAGES/kcontrol.mo
-share/locale/hu/LC_MESSAGES/kdehelp.mo
-share/locale/hu/LC_MESSAGES/kdm.mo
-share/locale/hu/LC_MESSAGES/kdmconfig.mo
-share/locale/hu/LC_MESSAGES/kfind.mo
-share/locale/hu/LC_MESSAGES/kfm.mo
-share/locale/hu/LC_MESSAGES/kfontmanager.mo
-share/locale/hu/LC_MESSAGES/kikbd.mo
-share/locale/hu/LC_MESSAGES/klock.mo
-share/locale/hu/LC_MESSAGES/kmenuedit.mo
-share/locale/hu/LC_MESSAGES/konsole.mo
-share/locale/hu/LC_MESSAGES/kpager.mo
-share/locale/hu/LC_MESSAGES/kpanel.mo
-share/locale/hu/LC_MESSAGES/krootwm.mo
-share/locale/hu/LC_MESSAGES/kstart.mo
-share/locale/hu/LC_MESSAGES/kvt.mo
-share/locale/hu/LC_MESSAGES/kwm.mo
-share/locale/is/LC_MESSAGES/kbgndwm.mo
-share/locale/is/LC_MESSAGES/kcmbell.mo
-share/locale/is/LC_MESSAGES/kcmdisplay.mo
-share/locale/is/LC_MESSAGES/kcminfo.mo
-share/locale/is/LC_MESSAGES/kcminput.mo
-share/locale/is/LC_MESSAGES/kcmkeys.mo
-share/locale/is/LC_MESSAGES/kcmkfm.mo
-share/locale/is/LC_MESSAGES/kcmkpanel.mo
-share/locale/is/LC_MESSAGES/kcmkwm.mo
-share/locale/is/LC_MESSAGES/kcmlocale.mo
-share/locale/is/LC_MESSAGES/kcmsamba.mo
-share/locale/is/LC_MESSAGES/kcmsample.mo
-share/locale/is/LC_MESSAGES/kcmsyssound.mo
-share/locale/is/LC_MESSAGES/kcontrol.mo
-share/locale/is/LC_MESSAGES/kdehelp.mo
-share/locale/is/LC_MESSAGES/kdm.mo
-share/locale/is/LC_MESSAGES/kdmconfig.mo
-share/locale/is/LC_MESSAGES/kfind.mo
-share/locale/is/LC_MESSAGES/kfm.mo
-share/locale/is/LC_MESSAGES/kfontmanager.mo
-share/locale/is/LC_MESSAGES/kikbd.mo
-share/locale/is/LC_MESSAGES/klock.mo
-share/locale/is/LC_MESSAGES/kmenuedit.mo
-share/locale/is/LC_MESSAGES/konsole.mo
-share/locale/is/LC_MESSAGES/kpager.mo
-share/locale/is/LC_MESSAGES/kpanel.mo
-share/locale/is/LC_MESSAGES/krootwm.mo
-share/locale/is/LC_MESSAGES/kstart.mo
-share/locale/is/LC_MESSAGES/kthememgr.mo
-share/locale/is/LC_MESSAGES/kvt.mo
-share/locale/is/LC_MESSAGES/kwm.mo
-share/locale/it/LC_MESSAGES/kbgndwm.mo
-share/locale/it/LC_MESSAGES/kcmbell.mo
-share/locale/it/LC_MESSAGES/kcmdisplay.mo
-share/locale/it/LC_MESSAGES/kcminfo.mo
-share/locale/it/LC_MESSAGES/kcminput.mo
-share/locale/it/LC_MESSAGES/kcmkeys.mo
-share/locale/it/LC_MESSAGES/kcmkfm.mo
-share/locale/it/LC_MESSAGES/kcmkpanel.mo
-share/locale/it/LC_MESSAGES/kcmkwm.mo
-share/locale/it/LC_MESSAGES/kcmlocale.mo
-share/locale/it/LC_MESSAGES/kcmsamba.mo
-share/locale/it/LC_MESSAGES/kcmsample.mo
-share/locale/it/LC_MESSAGES/kcmsyssound.mo
-share/locale/it/LC_MESSAGES/kcontrol.mo
-share/locale/it/LC_MESSAGES/kdehelp.mo
-share/locale/it/LC_MESSAGES/kdm.mo
-share/locale/it/LC_MESSAGES/kdmconfig.mo
-share/locale/it/LC_MESSAGES/kfind.mo
-share/locale/it/LC_MESSAGES/kfm.mo
-share/locale/it/LC_MESSAGES/kfontmanager.mo
-share/locale/it/LC_MESSAGES/kikbd.mo
-share/locale/it/LC_MESSAGES/klock.mo
-share/locale/it/LC_MESSAGES/kmenuedit.mo
-share/locale/it/LC_MESSAGES/konsole.mo
-share/locale/it/LC_MESSAGES/kpager.mo
-share/locale/it/LC_MESSAGES/kpanel.mo
-share/locale/it/LC_MESSAGES/krootwm.mo
-share/locale/it/LC_MESSAGES/kstart.mo
-share/locale/it/LC_MESSAGES/kvt.mo
-share/locale/it/LC_MESSAGES/kwm.mo
-share/locale/ja/LC_MESSAGES/kbgndwm.mo
-share/locale/ja/LC_MESSAGES/kcmbell.mo
-share/locale/ja/LC_MESSAGES/kcmdisplay.mo
-share/locale/ja/LC_MESSAGES/kcminfo.mo
-share/locale/ja/LC_MESSAGES/kcminput.mo
-share/locale/ja/LC_MESSAGES/kcmkeys.mo
-share/locale/ja/LC_MESSAGES/kcmkfm.mo
-share/locale/ja/LC_MESSAGES/kcmkpanel.mo
-share/locale/ja/LC_MESSAGES/kcmkwm.mo
-share/locale/ja/LC_MESSAGES/kcmlocale.mo
-share/locale/ja/LC_MESSAGES/kcmsamba.mo
-share/locale/ja/LC_MESSAGES/kcmsample.mo
-share/locale/ja/LC_MESSAGES/kcmsyssound.mo
-share/locale/ja/LC_MESSAGES/kcontrol.mo
-share/locale/ja/LC_MESSAGES/kdehelp.mo
-share/locale/ja/LC_MESSAGES/kdm.mo
-share/locale/ja/LC_MESSAGES/kdmconfig.mo
-share/locale/ja/LC_MESSAGES/kfind.mo
-share/locale/ja/LC_MESSAGES/kfm.mo
-share/locale/ja/LC_MESSAGES/kfontmanager.mo
-share/locale/ja/LC_MESSAGES/kikbd.mo
-share/locale/ja/LC_MESSAGES/klock.mo
-share/locale/ja/LC_MESSAGES/kmenuedit.mo
-share/locale/ja/LC_MESSAGES/konsole.mo
-share/locale/ja/LC_MESSAGES/kpager.mo
-share/locale/ja/LC_MESSAGES/kpanel.mo
-share/locale/ja/LC_MESSAGES/krootwm.mo
-share/locale/ja/LC_MESSAGES/kvt.mo
-share/locale/ja/LC_MESSAGES/kwm.mo
-share/locale/ko/LC_MESSAGES/kcmbell.mo
-share/locale/ko/LC_MESSAGES/kcmdisplay.mo
-share/locale/ko/LC_MESSAGES/kcminfo.mo
-share/locale/ko/LC_MESSAGES/kcminput.mo
-share/locale/ko/LC_MESSAGES/kcmkpanel.mo
-share/locale/ko/LC_MESSAGES/kcmkwm.mo
-share/locale/ko/LC_MESSAGES/kcmlocale.mo
-share/locale/ko/LC_MESSAGES/kcmsamba.mo
-share/locale/ko/LC_MESSAGES/kcmsample.mo
-share/locale/ko/LC_MESSAGES/kcmsyssound.mo
-share/locale/ko/LC_MESSAGES/kcontrol.mo
-share/locale/ko/LC_MESSAGES/kdehelp.mo
-share/locale/ko/LC_MESSAGES/kdm.mo
-share/locale/ko/LC_MESSAGES/kdmconfig.mo
-share/locale/ko/LC_MESSAGES/kfind.mo
-share/locale/ko/LC_MESSAGES/kfm.mo
-share/locale/ko/LC_MESSAGES/kfontmanager.mo
-share/locale/ko/LC_MESSAGES/klock.mo
-share/locale/ko/LC_MESSAGES/kmenuedit.mo
-share/locale/ko/LC_MESSAGES/kpanel.mo
-share/locale/ko/LC_MESSAGES/krootwm.mo
-share/locale/ko/LC_MESSAGES/kvt.mo
-share/locale/ko/LC_MESSAGES/kwm.mo
-share/locale/mk/LC_MESSAGES/kcmdisplay.mo
-share/locale/mk/LC_MESSAGES/kdehelp.mo
-share/locale/mk/LC_MESSAGES/kdm.mo
-share/locale/mk/LC_MESSAGES/kfind.mo
-share/locale/mk/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kcmbell.mo
-share/locale/nl/LC_MESSAGES/kcmdisplay.mo
-share/locale/nl/LC_MESSAGES/kcminfo.mo
-share/locale/nl/LC_MESSAGES/kcminput.mo
-share/locale/nl/LC_MESSAGES/kcmkpanel.mo
-share/locale/nl/LC_MESSAGES/kcmkwm.mo
-share/locale/nl/LC_MESSAGES/kcmlocale.mo
-share/locale/nl/LC_MESSAGES/kcmsamba.mo
-share/locale/nl/LC_MESSAGES/kcmsample.mo
-share/locale/nl/LC_MESSAGES/kcmsyssound.mo
-share/locale/nl/LC_MESSAGES/kcontrol.mo
-share/locale/nl/LC_MESSAGES/kdehelp.mo
-share/locale/nl/LC_MESSAGES/kdm.mo
-share/locale/nl/LC_MESSAGES/kdmconfig.mo
-share/locale/nl/LC_MESSAGES/kfind.mo
-share/locale/nl/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kfontmanager.mo
-share/locale/nl/LC_MESSAGES/kikbd.mo
-share/locale/nl/LC_MESSAGES/klock.mo
-share/locale/nl/LC_MESSAGES/kmenuedit.mo
-share/locale/nl/LC_MESSAGES/kpanel.mo
-share/locale/nl/LC_MESSAGES/krootwm.mo
-share/locale/nl/LC_MESSAGES/kvt.mo
-share/locale/nl/LC_MESSAGES/kwm.mo
-share/locale/no/LC_MESSAGES/kbgndwm.mo
-share/locale/no/LC_MESSAGES/kcmbell.mo
-share/locale/no/LC_MESSAGES/kcmdisplay.mo
-share/locale/no/LC_MESSAGES/kcminfo.mo
-share/locale/no/LC_MESSAGES/kcminput.mo
-share/locale/no/LC_MESSAGES/kcmkeys.mo
-share/locale/no/LC_MESSAGES/kcmkfm.mo
-share/locale/no/LC_MESSAGES/kcmkpanel.mo
-share/locale/no/LC_MESSAGES/kcmkwm.mo
-share/locale/no/LC_MESSAGES/kcmlocale.mo
-share/locale/no/LC_MESSAGES/kcmsamba.mo
-share/locale/no/LC_MESSAGES/kcmsample.mo
-share/locale/no/LC_MESSAGES/kcmsyssound.mo
-share/locale/no/LC_MESSAGES/kcontrol.mo
-share/locale/no/LC_MESSAGES/kdehelp.mo
-share/locale/no/LC_MESSAGES/kdm.mo
-share/locale/no/LC_MESSAGES/kdmconfig.mo
-share/locale/no/LC_MESSAGES/kfind.mo
-share/locale/no/LC_MESSAGES/kfm.mo
-share/locale/no/LC_MESSAGES/kfontmanager.mo
-share/locale/no/LC_MESSAGES/kikbd.mo
-share/locale/no/LC_MESSAGES/klock.mo
-share/locale/no/LC_MESSAGES/kmenuedit.mo
-share/locale/no/LC_MESSAGES/konsole.mo
-share/locale/no/LC_MESSAGES/kpager.mo
-share/locale/no/LC_MESSAGES/kpanel.mo
-share/locale/no/LC_MESSAGES/krootwm.mo
-share/locale/no/LC_MESSAGES/kstart.mo
-share/locale/no/LC_MESSAGES/kvt.mo
-share/locale/no/LC_MESSAGES/kwm.mo
-share/locale/pl/LC_MESSAGES/kbgndwm.mo
-share/locale/pl/LC_MESSAGES/kcmbell.mo
-share/locale/pl/LC_MESSAGES/kcmdisplay.mo
-share/locale/pl/LC_MESSAGES/kcminfo.mo
-share/locale/pl/LC_MESSAGES/kcminput.mo
-share/locale/pl/LC_MESSAGES/kcmkeys.mo
-share/locale/pl/LC_MESSAGES/kcmkfm.mo
-share/locale/pl/LC_MESSAGES/kcmkpanel.mo
-share/locale/pl/LC_MESSAGES/kcmkwm.mo
-share/locale/pl/LC_MESSAGES/kcmlocale.mo
-share/locale/pl/LC_MESSAGES/kcmsamba.mo
-share/locale/pl/LC_MESSAGES/kcmsample.mo
-share/locale/pl/LC_MESSAGES/kcmsyssound.mo
-share/locale/pl/LC_MESSAGES/kcontrol.mo
-share/locale/pl/LC_MESSAGES/kdehelp.mo
-share/locale/pl/LC_MESSAGES/kdm.mo
-share/locale/pl/LC_MESSAGES/kdmconfig.mo
-share/locale/pl/LC_MESSAGES/kfind.mo
-share/locale/pl/LC_MESSAGES/kfm.mo
-share/locale/pl/LC_MESSAGES/kfontmanager.mo
-share/locale/pl/LC_MESSAGES/kikbd.mo
-share/locale/pl/LC_MESSAGES/klock.mo
-share/locale/pl/LC_MESSAGES/kmenuedit.mo
-share/locale/pl/LC_MESSAGES/konsole.mo
-share/locale/pl/LC_MESSAGES/kpager.mo
-share/locale/pl/LC_MESSAGES/kpanel.mo
-share/locale/pl/LC_MESSAGES/krootwm.mo
-share/locale/pl/LC_MESSAGES/kstart.mo
-share/locale/pl/LC_MESSAGES/kthememgr.mo
-share/locale/pl/LC_MESSAGES/kvt.mo
-share/locale/pl/LC_MESSAGES/kwm.mo
-share/locale/pt/LC_MESSAGES/kcmbell.mo
-share/locale/pt/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt/LC_MESSAGES/kcminfo.mo
-share/locale/pt/LC_MESSAGES/kcminput.mo
-share/locale/pt/LC_MESSAGES/kcmkeys.mo
-share/locale/pt/LC_MESSAGES/kcmkfm.mo
-share/locale/pt/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt/LC_MESSAGES/kcmkwm.mo
-share/locale/pt/LC_MESSAGES/kcmlocale.mo
-share/locale/pt/LC_MESSAGES/kcmsamba.mo
-share/locale/pt/LC_MESSAGES/kcmsample.mo
-share/locale/pt/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt/LC_MESSAGES/kcontrol.mo
-share/locale/pt/LC_MESSAGES/kdehelp.mo
-share/locale/pt/LC_MESSAGES/kdm.mo
-share/locale/pt/LC_MESSAGES/kdmconfig.mo
-share/locale/pt/LC_MESSAGES/kfind.mo
-share/locale/pt/LC_MESSAGES/kfm.mo
-share/locale/pt/LC_MESSAGES/kfontmanager.mo
-share/locale/pt/LC_MESSAGES/kikbd.mo
-share/locale/pt/LC_MESSAGES/klock.mo
-share/locale/pt/LC_MESSAGES/kmenuedit.mo
-share/locale/pt/LC_MESSAGES/kpanel.mo
-share/locale/pt/LC_MESSAGES/krootwm.mo
-share/locale/pt/LC_MESSAGES/kstart.mo
-share/locale/pt/LC_MESSAGES/kvt.mo
-share/locale/pt/LC_MESSAGES/kwm.mo
-share/locale/pt_BR/LC_MESSAGES/kbgndwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmbell.mo
-share/locale/pt_BR/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt_BR/LC_MESSAGES/kcminfo.mo
-share/locale/pt_BR/LC_MESSAGES/kcminput.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkeys.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkfm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmlocale.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsamba.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsample.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt_BR/LC_MESSAGES/kcontrol.mo
-share/locale/pt_BR/LC_MESSAGES/kdehelp.mo
-share/locale/pt_BR/LC_MESSAGES/kdm.mo
-share/locale/pt_BR/LC_MESSAGES/kdmconfig.mo
-share/locale/pt_BR/LC_MESSAGES/kfind.mo
-share/locale/pt_BR/LC_MESSAGES/kfm.mo
-share/locale/pt_BR/LC_MESSAGES/kfontmanager.mo
-share/locale/pt_BR/LC_MESSAGES/kikbd.mo
-share/locale/pt_BR/LC_MESSAGES/klock.mo
-share/locale/pt_BR/LC_MESSAGES/kmenuedit.mo
-share/locale/pt_BR/LC_MESSAGES/konsole.mo
-share/locale/pt_BR/LC_MESSAGES/kpager.mo
-share/locale/pt_BR/LC_MESSAGES/kpanel.mo
-share/locale/pt_BR/LC_MESSAGES/krootwm.mo
-share/locale/pt_BR/LC_MESSAGES/kstart.mo
-share/locale/pt_BR/LC_MESSAGES/kvt.mo
-share/locale/pt_BR/LC_MESSAGES/kwm.mo
-share/locale/ro/LC_MESSAGES/kbgndwm.mo
-share/locale/ro/LC_MESSAGES/kcmbell.mo
-share/locale/ro/LC_MESSAGES/kcmdisplay.mo
-share/locale/ro/LC_MESSAGES/kcminfo.mo
-share/locale/ro/LC_MESSAGES/kcminput.mo
-share/locale/ro/LC_MESSAGES/kcmkpanel.mo
-share/locale/ro/LC_MESSAGES/kcmkwm.mo
-share/locale/ro/LC_MESSAGES/kcmlocale.mo
-share/locale/ro/LC_MESSAGES/kcmsamba.mo
-share/locale/ro/LC_MESSAGES/kcmsample.mo
-share/locale/ro/LC_MESSAGES/kcmsyssound.mo
-share/locale/ro/LC_MESSAGES/kcontrol.mo
-share/locale/ro/LC_MESSAGES/kdehelp.mo
-share/locale/ro/LC_MESSAGES/kdm.mo
-share/locale/ro/LC_MESSAGES/kdmconfig.mo
-share/locale/ro/LC_MESSAGES/kfind.mo
-share/locale/ro/LC_MESSAGES/kfm.mo
-share/locale/ro/LC_MESSAGES/kfontmanager.mo
-share/locale/ro/LC_MESSAGES/klock.mo
-share/locale/ro/LC_MESSAGES/kmenuedit.mo
-share/locale/ro/LC_MESSAGES/kpanel.mo
-share/locale/ro/LC_MESSAGES/krootwm.mo
-share/locale/ro/LC_MESSAGES/kvt.mo
-share/locale/ro/LC_MESSAGES/kwm.mo
-share/locale/ru/LC_MESSAGES/kbgndwm.mo
-share/locale/ru/LC_MESSAGES/kcmbell.mo
-share/locale/ru/LC_MESSAGES/kcmdisplay.mo
-share/locale/ru/LC_MESSAGES/kcminfo.mo
-share/locale/ru/LC_MESSAGES/kcminput.mo
-share/locale/ru/LC_MESSAGES/kcmkeys.mo
-share/locale/ru/LC_MESSAGES/kcmkfm.mo
-share/locale/ru/LC_MESSAGES/kcmkpanel.mo
-share/locale/ru/LC_MESSAGES/kcmkwm.mo
-share/locale/ru/LC_MESSAGES/kcmlocale.mo
-share/locale/ru/LC_MESSAGES/kcmsamba.mo
-share/locale/ru/LC_MESSAGES/kcmsample.mo
-share/locale/ru/LC_MESSAGES/kcmsyssound.mo
-share/locale/ru/LC_MESSAGES/kcontrol.mo
-share/locale/ru/LC_MESSAGES/kdehelp.mo
-share/locale/ru/LC_MESSAGES/kdm.mo
-share/locale/ru/LC_MESSAGES/kdmconfig.mo
-share/locale/ru/LC_MESSAGES/kfind.mo
-share/locale/ru/LC_MESSAGES/kfm.mo
-share/locale/ru/LC_MESSAGES/kfontmanager.mo
-share/locale/ru/LC_MESSAGES/kikbd.mo
-share/locale/ru/LC_MESSAGES/klock.mo
-share/locale/ru/LC_MESSAGES/kmenuedit.mo
-share/locale/ru/LC_MESSAGES/konsole.mo
-share/locale/ru/LC_MESSAGES/kpager.mo
-share/locale/ru/LC_MESSAGES/kpanel.mo
-share/locale/ru/LC_MESSAGES/krootwm.mo
-share/locale/ru/LC_MESSAGES/kstart.mo
-share/locale/ru/LC_MESSAGES/kvt.mo
-share/locale/ru/LC_MESSAGES/kwm.mo
-share/locale/sk/LC_MESSAGES/kbgndwm.mo
-share/locale/sk/LC_MESSAGES/kcmbell.mo
-share/locale/sk/LC_MESSAGES/kcmdisplay.mo
-share/locale/sk/LC_MESSAGES/kcminfo.mo
-share/locale/sk/LC_MESSAGES/kcminput.mo
-share/locale/sk/LC_MESSAGES/kcmkeys.mo
-share/locale/sk/LC_MESSAGES/kcmkfm.mo
-share/locale/sk/LC_MESSAGES/kcmkpanel.mo
-share/locale/sk/LC_MESSAGES/kcmkwm.mo
-share/locale/sk/LC_MESSAGES/kcmlocale.mo
-share/locale/sk/LC_MESSAGES/kcmsamba.mo
-share/locale/sk/LC_MESSAGES/kcmsample.mo
-share/locale/sk/LC_MESSAGES/kcmsyssound.mo
-share/locale/sk/LC_MESSAGES/kcontrol.mo
-share/locale/sk/LC_MESSAGES/kdehelp.mo
-share/locale/sk/LC_MESSAGES/kdm.mo
-share/locale/sk/LC_MESSAGES/kdmconfig.mo
-share/locale/sk/LC_MESSAGES/kfind.mo
-share/locale/sk/LC_MESSAGES/kfm.mo
-share/locale/sk/LC_MESSAGES/kfontmanager.mo
-share/locale/sk/LC_MESSAGES/kikbd.mo
-share/locale/sk/LC_MESSAGES/klock.mo
-share/locale/sk/LC_MESSAGES/kmenuedit.mo
-share/locale/sk/LC_MESSAGES/konsole.mo
-share/locale/sk/LC_MESSAGES/kpager.mo
-share/locale/sk/LC_MESSAGES/kpanel.mo
-share/locale/sk/LC_MESSAGES/krootwm.mo
-share/locale/sk/LC_MESSAGES/kstart.mo
-share/locale/sk/LC_MESSAGES/kvt.mo
-share/locale/sk/LC_MESSAGES/kwm.mo
-share/locale/sl/LC_MESSAGES/kbgndwm.mo
-share/locale/sl/LC_MESSAGES/kcmbell.mo
-share/locale/sl/LC_MESSAGES/kcmdisplay.mo
-share/locale/sl/LC_MESSAGES/kcminfo.mo
-share/locale/sl/LC_MESSAGES/kcminput.mo
-share/locale/sl/LC_MESSAGES/kcmkeys.mo
-share/locale/sl/LC_MESSAGES/kcmkfm.mo
-share/locale/sl/LC_MESSAGES/kcmkpanel.mo
-share/locale/sl/LC_MESSAGES/kcmkwm.mo
-share/locale/sl/LC_MESSAGES/kcmlocale.mo
-share/locale/sl/LC_MESSAGES/kcmsamba.mo
-share/locale/sl/LC_MESSAGES/kcmsample.mo
-share/locale/sl/LC_MESSAGES/kcmsyssound.mo
-share/locale/sl/LC_MESSAGES/kcontrol.mo
-share/locale/sl/LC_MESSAGES/kdehelp.mo
-share/locale/sl/LC_MESSAGES/kdm.mo
-share/locale/sl/LC_MESSAGES/kdmconfig.mo
-share/locale/sl/LC_MESSAGES/kfind.mo
-share/locale/sl/LC_MESSAGES/kfm.mo
-share/locale/sl/LC_MESSAGES/kfontmanager.mo
-share/locale/sl/LC_MESSAGES/kikbd.mo
-share/locale/sl/LC_MESSAGES/klock.mo
-share/locale/sl/LC_MESSAGES/kmenuedit.mo
-share/locale/sl/LC_MESSAGES/konsole.mo
-share/locale/sl/LC_MESSAGES/kpager.mo
-share/locale/sl/LC_MESSAGES/kpanel.mo
-share/locale/sl/LC_MESSAGES/krootwm.mo
-share/locale/sl/LC_MESSAGES/kstart.mo
-share/locale/sl/LC_MESSAGES/kthememgr.mo
-share/locale/sl/LC_MESSAGES/kvt.mo
-share/locale/sl/LC_MESSAGES/kwm.mo
-share/locale/sv/LC_MESSAGES/kbgndwm.mo
-share/locale/sv/LC_MESSAGES/kcmbell.mo
-share/locale/sv/LC_MESSAGES/kcmdisplay.mo
-share/locale/sv/LC_MESSAGES/kcminfo.mo
-share/locale/sv/LC_MESSAGES/kcminput.mo
-share/locale/sv/LC_MESSAGES/kcmkeys.mo
-share/locale/sv/LC_MESSAGES/kcmkfm.mo
-share/locale/sv/LC_MESSAGES/kcmkpanel.mo
-share/locale/sv/LC_MESSAGES/kcmkwm.mo
-share/locale/sv/LC_MESSAGES/kcmlocale.mo
-share/locale/sv/LC_MESSAGES/kcmsamba.mo
-share/locale/sv/LC_MESSAGES/kcmsample.mo
-share/locale/sv/LC_MESSAGES/kcmsyssound.mo
-share/locale/sv/LC_MESSAGES/kcontrol.mo
-share/locale/sv/LC_MESSAGES/kdehelp.mo
-share/locale/sv/LC_MESSAGES/kdm.mo
-share/locale/sv/LC_MESSAGES/kdmconfig.mo
-share/locale/sv/LC_MESSAGES/kfind.mo
-share/locale/sv/LC_MESSAGES/kfm.mo
-share/locale/sv/LC_MESSAGES/kfontmanager.mo
-share/locale/sv/LC_MESSAGES/kikbd.mo
-share/locale/sv/LC_MESSAGES/klock.mo
-share/locale/sv/LC_MESSAGES/kmenuedit.mo
-share/locale/sv/LC_MESSAGES/konsole.mo
-share/locale/sv/LC_MESSAGES/kpager.mo
-share/locale/sv/LC_MESSAGES/kpanel.mo
-share/locale/sv/LC_MESSAGES/krootwm.mo
-share/locale/sv/LC_MESSAGES/kstart.mo
-share/locale/sv/LC_MESSAGES/kvt.mo
-share/locale/sv/LC_MESSAGES/kwm.mo
-share/locale/tr/LC_MESSAGES/kcmbell.mo
-share/locale/tr/LC_MESSAGES/kcmdisplay.mo
-share/locale/tr/LC_MESSAGES/kcminfo.mo
-share/locale/tr/LC_MESSAGES/kcminput.mo
-share/locale/tr/LC_MESSAGES/kcmkpanel.mo
-share/locale/tr/LC_MESSAGES/kcmkwm.mo
-share/locale/tr/LC_MESSAGES/kcmlocale.mo
-share/locale/tr/LC_MESSAGES/kcmsamba.mo
-share/locale/tr/LC_MESSAGES/kcmsample.mo
-share/locale/tr/LC_MESSAGES/kcmsyssound.mo
-share/locale/tr/LC_MESSAGES/kcontrol.mo
-share/locale/tr/LC_MESSAGES/kdehelp.mo
-share/locale/tr/LC_MESSAGES/kdm.mo
-share/locale/tr/LC_MESSAGES/kdmconfig.mo
-share/locale/tr/LC_MESSAGES/kfind.mo
-share/locale/tr/LC_MESSAGES/kfm.mo
-share/locale/tr/LC_MESSAGES/kfontmanager.mo
-share/locale/tr/LC_MESSAGES/klock.mo
-share/locale/tr/LC_MESSAGES/kmenuedit.mo
-share/locale/tr/LC_MESSAGES/kpanel.mo
-share/locale/tr/LC_MESSAGES/krootwm.mo
-share/locale/tr/LC_MESSAGES/kstart.mo
-share/locale/tr/LC_MESSAGES/kvt.mo
-share/locale/tr/LC_MESSAGES/kwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kbgndwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmbell.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminfo.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminput.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkeys.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsample.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcontrol.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdehelp.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfind.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kikbd.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/klock.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/konsole.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/krootwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kstart.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kvt.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmbell.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminfo.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminput.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsample.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcontrol.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdehelp.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfind.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/klock.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/krootwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kvt.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kwm.mo
-share/mimelnk/application/gzip.kdelnk
-share/mimelnk/application/octet-stream.kdelnk
-share/mimelnk/application/pdf.kdelnk
-share/mimelnk/application/postscript.kdelnk
-share/mimelnk/application/x-ar.kdelnk
-share/mimelnk/application/x-core.kdelnk
-share/mimelnk/application/x-dvi.kdelnk
-share/mimelnk/application/x-executable.kdelnk
-share/mimelnk/application/x-font.kdelnk
-share/mimelnk/application/x-java.kdelnk
-share/mimelnk/application/x-kdelnk.kdelnk
-share/mimelnk/application/x-lha.kdelnk
-share/mimelnk/application/x-object.kdelnk
-share/mimelnk/application/x-shellscript.kdelnk
-share/mimelnk/application/x-tar.kdelnk
-share/mimelnk/application/x-tbz.kdelnk
-share/mimelnk/application/x-tex-gf.kdelnk
-share/mimelnk/application/x-tex-pk.kdelnk
-share/mimelnk/application/x-trash.kdelnk
-share/mimelnk/application/x-zip.kdelnk
-share/mimelnk/audio/x-midi.kdelnk
-share/mimelnk/audio/x-mod.kdelnk
-share/mimelnk/audio/x-mp3.kdelnk
-share/mimelnk/audio/x-wav.kdelnk
-share/mimelnk/image/cgm.kdelnk
-share/mimelnk/image/fax-g3.kdelnk
-share/mimelnk/image/gif.kdelnk
-share/mimelnk/image/jpeg.kdelnk
-share/mimelnk/image/png.kdelnk
-share/mimelnk/image/tiff.kdelnk
-share/mimelnk/image/x-xbm.kdelnk
-share/mimelnk/image/x-xpm.kdelnk
-share/mimelnk/inode/block.kdelnk
-share/mimelnk/inode/chardevice.kdelnk
-share/mimelnk/inode/directory-locked.kdelnk
-share/mimelnk/inode/directory.kdelnk
-share/mimelnk/inode/fifo.kdelnk
-share/mimelnk/inode/socket.kdelnk
-share/mimelnk/magic
-share/mimelnk/text/english.kdelnk
-share/mimelnk/text/html.kdelnk
-share/mimelnk/text/plain.kdelnk
-share/mimelnk/text/rtf.kdelnk
-share/mimelnk/text/sgml.kdelnk
-share/mimelnk/text/x-c++.kdelnk
-share/mimelnk/text/x-c++hdr.kdelnk
-share/mimelnk/text/x-c++src.kdelnk
-share/mimelnk/text/x-c.kdelnk
-share/mimelnk/text/x-chdr.kdelnk
-share/mimelnk/text/x-csrc.kdelnk
-share/mimelnk/text/x-java.kdelnk
-share/mimelnk/text/x-makefile.kdelnk
-share/mimelnk/text/x-moc.kdelnk
-share/mimelnk/text/x-pascal.kdelnk
-share/mimelnk/text/x-tcl.kdelnk
-share/mimelnk/text/x-tex.kdelnk
-share/mimelnk/video/mpeg.kdelnk
-share/mimelnk/video/quicktime.kdelnk
-share/mimelnk/video/x-flic.kdelnk
-share/mimelnk/video/x-msvideo.kdelnk
-share/sounds/KDE_Close_Window.wav
-share/sounds/KDE_Logout.wav
-share/sounds/KDE_Startup.wav
-share/sounds/KDE_Window_DeIconify.wav
-share/sounds/KDE_Window_Iconify.wav
-share/sounds/KDE_Window_Maximize.wav
-share/sounds/KDE_Window_Shade_Down.wav
-share/sounds/KDE_Window_Shade_Up.wav
-share/sounds/KDE_Window_Sticky.wav
-share/sounds/KDE_Window_UnMaximize.wav
-share/sounds/KDE_Window_UnSticky.wav
-share/wallpapers/abnormal_fluid.jpg
-share/wallpapers/absolute_zero.jpg
-share/wallpapers/abstract_clay.jpg
-share/wallpapers/alien_riverbed.jpg
-share/wallpapers/ancient_glyphs.jpg
-share/wallpapers/aqua_ravines.jpg
-share/wallpapers/banana_squishie.jpg
-share/wallpapers/berries.jpg
-share/wallpapers/blkmarble.jpg
-share/wallpapers/bluegrnt.jpg
-share/wallpapers/boiling_centrifuge.jpg
-share/wallpapers/bowtie.jpg
-share/wallpapers/brass_trails.jpg
-share/wallpapers/brass_wiring.jpg
-share/wallpapers/bronze_tornado.jpg
-share/wallpapers/bubble_vortex.jpg
-share/wallpapers/burning_fire.jpg
-share/wallpapers/cellular_tetsuo.jpg
-share/wallpapers/chalk_marks.jpg
-share/wallpapers/chess.jpg
-share/wallpapers/chunky_spinach.jpg
-share/wallpapers/circuit.jpg
-share/wallpapers/clay_caverns.jpg
-share/wallpapers/cloth_bubbles.jpg
-share/wallpapers/cocoon_skin.jpg
-share/wallpapers/coloured_hearts.jpg
-share/wallpapers/copper_blur.jpg
-share/wallpapers/copper_liquid.jpg
-share/wallpapers/corroded_rock.jpg
-share/wallpapers/cosmic_gears.jpg
-share/wallpapers/cosmic_lillypads.jpg
-share/wallpapers/cracking_blueberry.jpg
-share/wallpapers/crayon_canyon.jpg
-share/wallpapers/cruising_color.jpg
-share/wallpapers/cubic1.jpg
-share/wallpapers/cubic2.jpg
-share/wallpapers/dancy_pants.jpg
-share/wallpapers/digital_waves.jpg
-share/wallpapers/distorted_anomaly.jpg
-share/wallpapers/engraved_gold.jpg
-share/wallpapers/eroding_sandstone.jpg
-share/wallpapers/expired_cornflakes.jpg
-share/wallpapers/face.jpg
-share/wallpapers/fisheye_lens.jpg
-share/wallpapers/foam_strands.jpg
-share/wallpapers/foggy1.jpg
-share/wallpapers/foggy2.jpg
-share/wallpapers/folded_space.jpg
-share/wallpapers/fractal_nebula.jpg
-share/wallpapers/freon_mist.jpg
-share/wallpapers/fudge_chunks.jpg
-share/wallpapers/fusion_fire.jpg
-share/wallpapers/future_farms.jpg
-share/wallpapers/gator_hide.jpg
-share/wallpapers/gelatin_chemical.jpg
-share/wallpapers/goldring_globe.jpg
-share/wallpapers/grablkwt.jpg
-share/wallpapers/gray2.jpg
-share/wallpapers/greek.jpg
-share/wallpapers/gremlin_buds.jpg
-share/wallpapers/ground_zero.jpg
-share/wallpapers/heat_ripple.jpg
-share/wallpapers/iceberg_tips.jpg
-share/wallpapers/indigo_paint.jpg
-share/wallpapers/infared_fossil.jpg
-share/wallpapers/infinity_cube.jpg
-share/wallpapers/inner_quasar.jpg
-share/wallpapers/isotope_threads.jpg
-share/wallpapers/jello_elbows.jpg
+share/doc/HTML/en/kwm/introduction.html
+share/doc/HTML/en/kwm/is-it-possible-to-add-kde-extensions-to-othe.html
+share/doc/HTML/en/kwm/minicli.html
+share/doc/HTML/en/kwm/mouse-control.html
+share/doc/HTML/en/kwm/shortcuts.html
+share/doc/HTML/en/kwm/soundevents.html
+share/doc/HTML/en/kwm/usingemphasiskwmemphasis.html
+share/doc/HTML/en/kwm/why-can-t-i-define-new-shortcuts-for-launchi.html
+share/doc/HTML/en/kwm/why-does-kwm-look-so-much-like-windows-95.html
+share/fonts/9x15.pcf.gz
+share/fonts/console8x16.pcf.gz
+share/fonts/console8x8.pcf.gz
+share/fonts/fonts.dir
+share/icons/hicolor/32x32/apps/bell.png
+share/icons/hicolor/32x32/apps/buttons.png
+share/icons/hicolor/32x32/apps/clock.png
+share/icons/hicolor/32x32/apps/colors.png
+share/icons/hicolor/32x32/apps/energy.png
+share/icons/hicolor/32x32/apps/fonts.png
+share/icons/hicolor/32x32/apps/go.png
+share/icons/hicolor/32x32/apps/icons.png
+share/icons/hicolor/32x32/apps/information.png
+share/icons/hicolor/32x32/apps/kcmdevices.png
+share/icons/hicolor/32x32/apps/kcmkwm.png
+share/icons/hicolor/32x32/apps/kcmmemory.png
+share/icons/hicolor/32x32/apps/kcmpartitions.png
+share/icons/hicolor/32x32/apps/kcmpci.png
+share/icons/hicolor/32x32/apps/kcmprocessor.png
+share/icons/hicolor/32x32/apps/kcmscsi.png
+share/icons/hicolor/32x32/apps/kcmsound.png
+share/icons/hicolor/32x32/apps/kcmsyssound.png
+share/icons/hicolor/32x32/apps/kcmx.png
+share/icons/hicolor/32x32/apps/kcontrol.png
+share/icons/hicolor/32x32/apps/kdisknav.png
+share/icons/hicolor/32x32/apps/kdmconfig.png
+share/icons/hicolor/32x32/apps/kfm_home.png
+share/icons/hicolor/32x32/apps/khelpcenter.png
+share/icons/hicolor/32x32/apps/knotify.png
+share/icons/hicolor/32x32/apps/konqueror.png
+share/icons/hicolor/32x32/apps/konsole.png
+share/icons/hicolor/32x32/apps/kthememgr.png
+share/icons/hicolor/32x32/apps/kwin.png
+share/icons/hicolor/32x32/apps/locale.png
+share/icons/hicolor/32x32/apps/mouse.png
+share/icons/hicolor/32x32/apps/package.png
+share/icons/hicolor/32x32/apps/package_applications.png
+share/icons/hicolor/32x32/apps/package_editors.png
+share/icons/hicolor/32x32/apps/package_favourite.png
+share/icons/hicolor/32x32/apps/package_games.png
+share/icons/hicolor/32x32/apps/package_graphics.png
+share/icons/hicolor/32x32/apps/package_multimedia.png
+share/icons/hicolor/32x32/apps/package_network.png
+share/icons/hicolor/32x32/apps/package_settings.png
+share/icons/hicolor/32x32/apps/package_system.png
+share/icons/hicolor/32x32/apps/package_utilities.png
+share/icons/hicolor/32x32/apps/password.png
+share/icons/hicolor/32x32/apps/screensaver.png
+share/icons/hicolor/32x32/apps/style.png
+share/icons/hicolor/32x32/apps/terminal.png
+share/icons/hicolor/32x32/apps/titlebar.png
+share/icons/hicolor/32x32/apps/window_list.png
+share/icons/hicolor/32x32/apps/winprops.png
+share/icons/hicolor/32x32/devices/3floppy_mount.png
+share/icons/hicolor/32x32/devices/3floppy_unmount.png
+share/icons/hicolor/32x32/devices/5floppy_mount.png
+share/icons/hicolor/32x32/devices/5floppy_unmount.png
+share/icons/hicolor/32x32/devices/cdrom_mount.png
+share/icons/hicolor/32x32/devices/cdrom_unmount.png
+share/icons/hicolor/32x32/devices/cdwriter_mount.png
+share/icons/hicolor/32x32/devices/cdwriter_unmount.png
+share/icons/hicolor/32x32/devices/hdd_mount.png
+share/icons/hicolor/32x32/devices/hdd_unmount.png
+share/icons/hicolor/32x32/devices/memory.png
+share/icons/hicolor/32x32/devices/mo_mount.png
+share/icons/hicolor/32x32/devices/mo_unmount.png
+share/icons/hicolor/32x32/devices/printer1.png
+share/icons/hicolor/32x32/devices/printer2.png
+share/icons/hicolor/32x32/devices/scanner.png
+share/icons/hicolor/32x32/devices/tablet.png
+share/icons/hicolor/32x32/devices/zip_mount.png
+share/icons/hicolor/32x32/devices/zip_unmount.png
+share/icons/hicolor/48x48/apps/background.png
+share/icons/hicolor/48x48/apps/bell.png
+share/icons/hicolor/48x48/apps/buttons.png
+share/icons/hicolor/48x48/apps/clock.png
+share/icons/hicolor/48x48/apps/colors.png
+share/icons/hicolor/48x48/apps/fonts.png
+share/icons/hicolor/48x48/apps/go.png
+share/icons/hicolor/48x48/apps/gvim.png
+share/icons/hicolor/48x48/apps/icons.png
+share/icons/hicolor/48x48/apps/kcmdevices.png
+share/icons/hicolor/48x48/apps/kcmkwm.png
+share/icons/hicolor/48x48/apps/kcmmemory.png
+share/icons/hicolor/48x48/apps/kcmpartitions.png
+share/icons/hicolor/48x48/apps/kcmpci.png
+share/icons/hicolor/48x48/apps/kcmprocessor.png
+share/icons/hicolor/48x48/apps/kcmscsi.png
+share/icons/hicolor/48x48/apps/kcmsyssound.png
+share/icons/hicolor/48x48/apps/kcontrol.png
+share/icons/hicolor/48x48/apps/kdehelp.png
+share/icons/hicolor/48x48/apps/kdisknav.png
+share/icons/hicolor/48x48/apps/kdmconfig.png
+share/icons/hicolor/48x48/apps/keyboard.png
+share/icons/hicolor/48x48/apps/kfm_home.png
+share/icons/hicolor/48x48/apps/khelpcenter.png
+share/icons/hicolor/48x48/apps/kmenuedit.png
+share/icons/hicolor/48x48/apps/knotify.png
+share/icons/hicolor/48x48/apps/konqueror.png
+share/icons/hicolor/48x48/apps/konsole.png
+share/icons/hicolor/48x48/apps/kthememgr.png
+share/icons/hicolor/48x48/apps/kwin.png
+share/icons/hicolor/48x48/apps/locale.png
+share/icons/hicolor/48x48/apps/mouse.png
+share/icons/hicolor/48x48/apps/package.png
+share/icons/hicolor/48x48/apps/package_applications.png
+share/icons/hicolor/48x48/apps/package_editors.png
+share/icons/hicolor/48x48/apps/package_favourite.png
+share/icons/hicolor/48x48/apps/package_games.png
+share/icons/hicolor/48x48/apps/package_graphics.png
+share/icons/hicolor/48x48/apps/package_multimedia.png
+share/icons/hicolor/48x48/apps/package_network.png
+share/icons/hicolor/48x48/apps/package_settings.png
+share/icons/hicolor/48x48/apps/package_system.png
+share/icons/hicolor/48x48/apps/package_utilities.png
+share/icons/hicolor/48x48/apps/password.png
+share/icons/hicolor/48x48/apps/screensaver.png
+share/icons/hicolor/48x48/apps/style.png
+share/icons/hicolor/48x48/apps/terminal.png
+share/icons/hicolor/48x48/apps/titlebar.png
+share/icons/hicolor/48x48/apps/window_list.png
+share/icons/hicolor/48x48/apps/winprops.png
+share/icons/hicolor/48x48/devices/3floppy_mount.png
+share/icons/hicolor/48x48/devices/3floppy_unmount.png
+share/icons/hicolor/48x48/devices/5floppy_mount.png
+share/icons/hicolor/48x48/devices/5floppy_unmount.png
+share/icons/hicolor/48x48/devices/cdrom_mount.png
+share/icons/hicolor/48x48/devices/cdrom_unmount.png
+share/icons/hicolor/48x48/devices/cdwriter_mount.png
+share/icons/hicolor/48x48/devices/cdwriter_unmount.png
+share/icons/hicolor/48x48/devices/hdd_mount.png
+share/icons/hicolor/48x48/devices/hdd_unmount.png
+share/icons/hicolor/48x48/devices/memory.png
+share/icons/hicolor/48x48/devices/mo_mount.png
+share/icons/hicolor/48x48/devices/mo_unmount.png
+share/icons/hicolor/48x48/devices/printer1.png
+share/icons/hicolor/48x48/devices/printer2.png
+share/icons/hicolor/48x48/devices/scanner.png
+share/icons/hicolor/48x48/devices/tablet.png
+share/icons/hicolor/48x48/devices/zip_mount.png
+share/icons/hicolor/48x48/devices/zip_unmount.png
+share/icons/locolor/16x16/apps/acroread.png
+share/icons/locolor/16x16/apps/application_settings.png
+share/icons/locolor/16x16/apps/applixware.png
+share/icons/locolor/16x16/apps/background.png
+share/icons/locolor/16x16/apps/bell.png
+share/icons/locolor/16x16/apps/buttons.png
+share/icons/locolor/16x16/apps/bx2.png
+share/icons/locolor/16x16/apps/clock.png
+share/icons/locolor/16x16/apps/colors.png
+share/icons/locolor/16x16/apps/desktop_settings.png
+share/icons/locolor/16x16/apps/dlgedit.png
+share/icons/locolor/16x16/apps/emacs.png
+share/icons/locolor/16x16/apps/email.png
+share/icons/locolor/16x16/apps/energy.png
+share/icons/locolor/16x16/apps/fonts.png
+share/icons/locolor/16x16/apps/general_settings.png
+share/icons/locolor/16x16/apps/gimp.png
+share/icons/locolor/16x16/apps/go.png
+share/icons/locolor/16x16/apps/gv.png
+share/icons/locolor/16x16/apps/gvim.png
+share/icons/locolor/16x16/apps/helpbook.png
+share/icons/locolor/16x16/apps/helpbook_open.png
+share/icons/locolor/16x16/apps/helpdoc.png
+share/icons/locolor/16x16/apps/icons.png
+share/icons/locolor/16x16/apps/information_settings.png
+share/icons/locolor/16x16/apps/input_devices_settings.png
+share/icons/locolor/16x16/apps/kcmdevices.png
+share/icons/locolor/16x16/apps/kcmkwm.png
+share/icons/locolor/16x16/apps/kcmmemory.png
+share/icons/locolor/16x16/apps/kcmpartitions.png
+share/icons/locolor/16x16/apps/kcmpci.png
+share/icons/locolor/16x16/apps/kcmprocessor.png
+share/icons/locolor/16x16/apps/kcmscsi.png
+share/icons/locolor/16x16/apps/kcmsound.png
+share/icons/locolor/16x16/apps/kcmsyssound.png
+share/icons/locolor/16x16/apps/kcmx.png
+share/icons/locolor/16x16/apps/kcontrol.png
+share/icons/locolor/16x16/apps/kdisknav.png
+share/icons/locolor/16x16/apps/kdmconfig.png
+share/icons/locolor/16x16/apps/keyboard.png
+share/icons/locolor/16x16/apps/kfm.png
+share/icons/locolor/16x16/apps/kfm_home.png
+share/icons/locolor/16x16/apps/khelpcenter.png
+share/icons/locolor/16x16/apps/knotify.png
+share/icons/locolor/16x16/apps/konqueror.png
+share/icons/locolor/16x16/apps/konsole.png
+share/icons/locolor/16x16/apps/kscreensaver.png
+share/icons/locolor/16x16/apps/kthememgr.png
+share/icons/locolor/16x16/apps/kwin.png
+share/icons/locolor/16x16/apps/locale.png
+share/icons/locolor/16x16/apps/lyx.png
+share/icons/locolor/16x16/apps/mathematica.png
+share/icons/locolor/16x16/apps/mouse.png
+share/icons/locolor/16x16/apps/nedit.png
+share/icons/locolor/16x16/apps/netscape.png
+share/icons/locolor/16x16/apps/network_settings.png
+share/icons/locolor/16x16/apps/package.png
+share/icons/locolor/16x16/apps/package_applications.png
+share/icons/locolor/16x16/apps/package_editors.png
+share/icons/locolor/16x16/apps/package_favourite.png
+share/icons/locolor/16x16/apps/package_games.png
+share/icons/locolor/16x16/apps/package_graphics.png
+share/icons/locolor/16x16/apps/package_multimedia.png
+share/icons/locolor/16x16/apps/package_network.png
+share/icons/locolor/16x16/apps/package_settings.png
+share/icons/locolor/16x16/apps/package_system.png
+share/icons/locolor/16x16/apps/package_utilities.png
+share/icons/locolor/16x16/apps/panel.png
+share/icons/locolor/16x16/apps/panel_settings.png
+share/icons/locolor/16x16/apps/pci.png
+share/icons/locolor/16x16/apps/penguin.png
+share/icons/locolor/16x16/apps/pinguin.png
+share/icons/locolor/16x16/apps/plan.png
+share/icons/locolor/16x16/apps/samba.png
+share/icons/locolor/16x16/apps/screensaver.png
+share/icons/locolor/16x16/apps/script.png
+share/icons/locolor/16x16/apps/smbstatus.png
+share/icons/locolor/16x16/apps/sound_settings.png
+share/icons/locolor/16x16/apps/style.png
+share/icons/locolor/16x16/apps/terminal.png
+share/icons/locolor/16x16/apps/titlebar.png
+share/icons/locolor/16x16/apps/wabi.png
+share/icons/locolor/16x16/apps/window_list.png
+share/icons/locolor/16x16/apps/windows.png
+share/icons/locolor/16x16/apps/winprops.png
+share/icons/locolor/16x16/apps/wp.png
+share/icons/locolor/16x16/apps/x.png
+share/icons/locolor/16x16/apps/xcalc.png
+share/icons/locolor/16x16/apps/xclipboard.png
+share/icons/locolor/16x16/apps/xclock.png
+share/icons/locolor/16x16/apps/xconsole.png
+share/icons/locolor/16x16/apps/xedit.png
+share/icons/locolor/16x16/apps/xemacs.png
+share/icons/locolor/16x16/apps/xeyes.png
+share/icons/locolor/16x16/apps/xfig.png
+share/icons/locolor/16x16/apps/xfmail.png
+share/icons/locolor/16x16/apps/xload.png
+share/icons/locolor/16x16/apps/xosview.png
+share/icons/locolor/16x16/apps/xpaint.png
+share/icons/locolor/16x16/apps/xscreensaver.png
+share/icons/locolor/16x16/apps/xslight.png
+share/icons/locolor/16x16/apps/xv.png
+share/icons/locolor/16x16/devices/3floppy_mount.png
+share/icons/locolor/16x16/devices/3floppy_unmount.png
+share/icons/locolor/16x16/devices/5floppy_mount.png
+share/icons/locolor/16x16/devices/5floppy_unmount.png
+share/icons/locolor/16x16/devices/cdrom_mount.png
+share/icons/locolor/16x16/devices/cdrom_unmount.png
+share/icons/locolor/16x16/devices/cdwriter_mount.png
+share/icons/locolor/16x16/devices/cdwriter_unmount.png
+share/icons/locolor/16x16/devices/hdd_mount.png
+share/icons/locolor/16x16/devices/hdd_unmount.png
+share/icons/locolor/16x16/devices/memory.png
+share/icons/locolor/16x16/devices/mo_mount.png
+share/icons/locolor/16x16/devices/mo_unmount.png
+share/icons/locolor/16x16/devices/printer1.png
+share/icons/locolor/16x16/devices/printer2.png
+share/icons/locolor/16x16/devices/scanner.png
+share/icons/locolor/16x16/devices/tablet.png
+share/icons/locolor/16x16/devices/zip_mount.png
+share/icons/locolor/16x16/devices/zip_unmount.png
+share/icons/locolor/32x32/apps/acroread.png
+share/icons/locolor/32x32/apps/application_settings.png
+share/icons/locolor/32x32/apps/applixware.png
+share/icons/locolor/32x32/apps/background.png
+share/icons/locolor/32x32/apps/bell.png
+share/icons/locolor/32x32/apps/buttons.png
+share/icons/locolor/32x32/apps/clock.png
+share/icons/locolor/32x32/apps/colors.png
+share/icons/locolor/32x32/apps/desktop_settings.png
+share/icons/locolor/32x32/apps/dlgedit.png
+share/icons/locolor/32x32/apps/edit.png
+share/icons/locolor/32x32/apps/emacs.png
+share/icons/locolor/32x32/apps/email.png
+share/icons/locolor/32x32/apps/energy.png
+share/icons/locolor/32x32/apps/error.png
+share/icons/locolor/32x32/apps/fonts.png
+share/icons/locolor/32x32/apps/general_settings.png
+share/icons/locolor/32x32/apps/gimp.png
+share/icons/locolor/32x32/apps/go.png
+share/icons/locolor/32x32/apps/gv.png
+share/icons/locolor/32x32/apps/gvim.png
+share/icons/locolor/32x32/apps/icons.png
+share/icons/locolor/32x32/apps/information.png
+share/icons/locolor/32x32/apps/information_settings.png
+share/icons/locolor/32x32/apps/input_devices_settings.png
+share/icons/locolor/32x32/apps/kcmdevices.png
+share/icons/locolor/32x32/apps/kcmkwm.png
+share/icons/locolor/32x32/apps/kcmmemory.png
+share/icons/locolor/32x32/apps/kcmpartitions.png
+share/icons/locolor/32x32/apps/kcmpci.png
+share/icons/locolor/32x32/apps/kcmprocessor.png
+share/icons/locolor/32x32/apps/kcmscsi.png
+share/icons/locolor/32x32/apps/kcmsound.png
+share/icons/locolor/32x32/apps/kcmsyssound.png
+share/icons/locolor/32x32/apps/kcmx.png
+share/icons/locolor/32x32/apps/kcontrol.png
+share/icons/locolor/32x32/apps/kdisknav.png
+share/icons/locolor/32x32/apps/kdmconfig.png
+share/icons/locolor/32x32/apps/keyboard.png
+share/icons/locolor/32x32/apps/kfm.png
+share/icons/locolor/32x32/apps/kfm_home.png
+share/icons/locolor/32x32/apps/khelpcenter.png
+share/icons/locolor/32x32/apps/knotify.png
+share/icons/locolor/32x32/apps/konqueror.png
+share/icons/locolor/32x32/apps/konsole.png
+share/icons/locolor/32x32/apps/kscreensaver.png
+share/icons/locolor/32x32/apps/kthememgr.png
+share/icons/locolor/32x32/apps/kwin.png
+share/icons/locolor/32x32/apps/locale.png
+share/icons/locolor/32x32/apps/logo.png
+share/icons/locolor/32x32/apps/lyx.png
+share/icons/locolor/32x32/apps/mathematica.png
+share/icons/locolor/32x32/apps/mouse.png
+share/icons/locolor/32x32/apps/nedit.png
+share/icons/locolor/32x32/apps/netscape.png
+share/icons/locolor/32x32/apps/network.png
+share/icons/locolor/32x32/apps/network_settings.png
+share/icons/locolor/32x32/apps/nogo.png
+share/icons/locolor/32x32/apps/package.png
+share/icons/locolor/32x32/apps/package_applications.png
+share/icons/locolor/32x32/apps/package_editors.png
+share/icons/locolor/32x32/apps/package_favourite.png
+share/icons/locolor/32x32/apps/package_games.png
+share/icons/locolor/32x32/apps/package_graphics.png
+share/icons/locolor/32x32/apps/package_multimedia.png
+share/icons/locolor/32x32/apps/package_network.png
+share/icons/locolor/32x32/apps/package_settings.png
+share/icons/locolor/32x32/apps/package_system.png
+share/icons/locolor/32x32/apps/package_utilities.png
+share/icons/locolor/32x32/apps/panel_settings.png
+share/icons/locolor/32x32/apps/password.png
+share/icons/locolor/32x32/apps/penguin.png
+share/icons/locolor/32x32/apps/pinguin.png
+share/icons/locolor/32x32/apps/plan.png
+share/icons/locolor/32x32/apps/samba.png
+share/icons/locolor/32x32/apps/screensaver.png
+share/icons/locolor/32x32/apps/script.png
+share/icons/locolor/32x32/apps/sound_settings.png
+share/icons/locolor/32x32/apps/style.png
+share/icons/locolor/32x32/apps/terminal.png
+share/icons/locolor/32x32/apps/titlebar.png
+share/icons/locolor/32x32/apps/wabi.png
+share/icons/locolor/32x32/apps/window_list.png
+share/icons/locolor/32x32/apps/winprops.png
+share/icons/locolor/32x32/apps/wp.png
+share/icons/locolor/32x32/apps/x.png
+share/icons/locolor/32x32/apps/xcalc.png
+share/icons/locolor/32x32/apps/xclipboard.png
+share/icons/locolor/32x32/apps/xclock.png
+share/icons/locolor/32x32/apps/xconsole.png
+share/icons/locolor/32x32/apps/xedit.png
+share/icons/locolor/32x32/apps/xemacs.png
+share/icons/locolor/32x32/apps/xeyes.png
+share/icons/locolor/32x32/apps/xfig.png
+share/icons/locolor/32x32/apps/xfmail.png
+share/icons/locolor/32x32/apps/xftp.png
+share/icons/locolor/32x32/apps/xload.png
+share/icons/locolor/32x32/apps/xmms.png
+share/icons/locolor/32x32/apps/xosview.png
+share/icons/locolor/32x32/apps/xpaint.png
+share/icons/locolor/32x32/apps/xscreensaver.png
+share/icons/locolor/32x32/apps/xv.png
+share/icons/locolor/32x32/devices/3floppy_mount.png
+share/icons/locolor/32x32/devices/3floppy_unmount.png
+share/icons/locolor/32x32/devices/5floppy_mount.png
+share/icons/locolor/32x32/devices/5floppy_unmount.png
+share/icons/locolor/32x32/devices/cdrom_mount.png
+share/icons/locolor/32x32/devices/cdrom_unmount.png
+share/icons/locolor/32x32/devices/cdwriter_mount.png
+share/icons/locolor/32x32/devices/cdwriter_unmount.png
+share/icons/locolor/32x32/devices/hdd_mount.png
+share/icons/locolor/32x32/devices/hdd_unmount.png
+share/icons/locolor/32x32/devices/memory.png
+share/icons/locolor/32x32/devices/mo_mount.png
+share/icons/locolor/32x32/devices/mo_unmount.png
+share/icons/locolor/32x32/devices/printer1.png
+share/icons/locolor/32x32/devices/printer2.png
+share/icons/locolor/32x32/devices/scanner.png
+share/icons/locolor/32x32/devices/tablet.png
+share/icons/locolor/32x32/devices/zip_mount.png
+share/icons/locolor/32x32/devices/zip_unmount.png
+share/locale/C/entry.desktop
+share/locale/C/flag.png
+share/locale/l10n/C/entry.desktop
+share/locale/l10n/C/flag.png
+share/locale/l10n/at/entry.desktop
+share/locale/l10n/at/flag.png
+share/locale/l10n/au/entry.desktop
+share/locale/l10n/au/flag.png
+share/locale/l10n/be/entry.desktop
+share/locale/l10n/be/flag.png
+share/locale/l10n/bg/entry.desktop
+share/locale/l10n/bg/flag.png
+share/locale/l10n/br/entry.desktop
+share/locale/l10n/br/flag.png
+share/locale/l10n/ch/entry.desktop
+share/locale/l10n/ch/flag.png
+share/locale/l10n/cs/entry.desktop
+share/locale/l10n/cs/flag.png
+share/locale/l10n/de/entry.desktop
+share/locale/l10n/de/flag.png
+share/locale/l10n/dk/entry.desktop
+share/locale/l10n/dk/flag.png
+share/locale/l10n/ee/entry.desktop
+share/locale/l10n/ee/flag.png
+share/locale/l10n/eo/entry.desktop
+share/locale/l10n/eo/flag.png
+share/locale/l10n/es/entry.desktop
+share/locale/l10n/es/flag.png
+share/locale/l10n/fi/entry.desktop
+share/locale/l10n/fi/flag.png
+share/locale/l10n/fr/entry.desktop
+share/locale/l10n/fr/flag.png
+share/locale/l10n/gb/entry.desktop
+share/locale/l10n/gb/flag.png
+share/locale/l10n/hu/entry.desktop
+share/locale/l10n/hu/flag.png
+share/locale/l10n/ie/entry.desktop
+share/locale/l10n/ie/flag.png
+share/locale/l10n/il/entry.desktop
+share/locale/l10n/il/flag.png
+share/locale/l10n/is/entry.desktop
+share/locale/l10n/is/flag.png
+share/locale/l10n/it/entry.desktop
+share/locale/l10n/it/flag.png
+share/locale/l10n/jp/entry.desktop
+share/locale/l10n/jp/flag.png
+share/locale/l10n/ko/entry.desktop
+share/locale/l10n/ko/flag.png
+share/locale/l10n/nl/README
+share/locale/l10n/nl/entry.desktop
+share/locale/l10n/nl/flag.png
+share/locale/l10n/no/entry.desktop
+share/locale/l10n/no/flag.png
+share/locale/l10n/nz/entry.desktop
+share/locale/l10n/nz/flag.png
+share/locale/l10n/pl/entry.desktop
+share/locale/l10n/pl/flag.png
+share/locale/l10n/pt/entry.desktop
+share/locale/l10n/pt/flag.png
+share/locale/l10n/ro/entry.desktop
+share/locale/l10n/ro/flag.png
+share/locale/l10n/ru/entry.desktop
+share/locale/l10n/ru/flag.png
+share/locale/l10n/se/entry.desktop
+share/locale/l10n/se/flag.png
+share/locale/l10n/si/entry.desktop
+share/locale/l10n/si/flag.png
+share/locale/l10n/sr/entry.desktop
+share/locale/l10n/sr/flag.png
+share/locale/l10n/tw/entry.desktop
+share/locale/l10n/tw/flag.png
+share/locale/l10n/us/entry.desktop
+share/locale/l10n/us/flag.png
+share/mimelnk/application/x-konsole.desktop
+share/services/khelpcenter.desktop
+share/services/konq_detailedlistview.desktop
+share/services/konq_dirtree.desktop
+share/services/konq_iconview.desktop
+share/services/konq_textview.desktop
+share/services/konq_treeview.desktop
+share/services/konqueror.desktop
+share/services/kshorturifilter.desktop
+share/services/kuriikwsfilter.desktop
+share/servicetypes/konq_plugin.desktop
+share/templates/.source/Device.desktop
+share/templates/.source/FtpURL.desktop
+share/templates/.source/HTMLFile.html
+share/templates/.source/Program.desktop
+share/templates/.source/TextFile.txt
+share/templates/.source/URL.desktop
+share/templates/.source/WWWURL.desktop
+share/templates/Directory.desktop
+share/templates/HTMLFile.desktop
+share/templates/TextFile.desktop
+share/templates/linkDevice.desktop
+share/templates/linkFtpURL.desktop
+share/templates/linkProgram.desktop
+share/templates/linkURL.desktop
+share/templates/linkWWWURL.desktop
+share/toolbar/brightness.png
+share/toolbar/colourness.png
+share/toolbar/contrast.png
+share/wallpapers/A-Little-Exercise-3.jpg
+share/wallpapers/All-Good-People-1.jpg
+share/wallpapers/Ancient_Glyphs.jpg
+share/wallpapers/Appropriately-Left-Handed-2.jpg
+share/wallpapers/Blkmarble.jpg
+share/wallpapers/Chicken-Songs-2.jpg
+share/wallpapers/Chunky_Spinach.jpg
+share/wallpapers/Circuit.jpg
+share/wallpapers/Dawn-Turns-To-Day-1.jpg
+share/wallpapers/Flock-Of-Seagulls-2.jpg
+share/wallpapers/Foggy1.jpg
+share/wallpapers/In-Vino-Veritas.jpg
+share/wallpapers/Just-A-Woman-1.jpg
+share/wallpapers/Light-Industry-1.jpg
+share/wallpapers/Lowdown-Popcorn-1.jpg
+share/wallpapers/Magneto_Bomb.jpg
+share/wallpapers/Marble01.jpg
+share/wallpapers/No-Ones-Laughing-3.jpg
+share/wallpapers/Paper01.jpg
+share/wallpapers/Penguin-Sushi-3.jpg
+share/wallpapers/Planning-And-Probing-1.jpg
+share/wallpapers/Prpbumps.jpg
+share/wallpapers/Sasquatch-Suction-1.jpg
+share/wallpapers/Schematic-Diagram-1.jpg
+share/wallpapers/Sleep-Deprivation-3.jpg
+share/wallpapers/Superfluous-Organ-1.jpg
+share/wallpapers/The-Alias-Line-4.jpg
+share/wallpapers/The-Good-Times-1.jpg
+share/wallpapers/There-You-Are-1.jpg
+share/wallpapers/Time-For-Lunch-2.jpg
+share/wallpapers/Totally-New-Product-1.jpg
+share/wallpapers/Unknown-Rheostat-1.jpg
+share/wallpapers/Water01.jpg
+share/wallpapers/Whirling_Spirit.jpg
+share/wallpapers/Won-Ton-Soup-3.jpg
share/wallpapers/kdm_bg.jpg
-share/wallpapers/liquid_helium.jpg
-share/wallpapers/lizard_scales.jpg
-share/wallpapers/lunar_jelly.jpg
-share/wallpapers/magnetic_field.jpg
-share/wallpapers/magneto_bomb.jpg
-share/wallpapers/marble01.jpg
-share/wallpapers/martian_silk.jpg
-share/wallpapers/melting_glass.jpg
-share/wallpapers/melting_honeycomb.jpg
-share/wallpapers/metal_beads.jpg
-share/wallpapers/million_minnows.jpg
-share/wallpapers/mustard_ketchup.jpg
-share/wallpapers/mutant_berries.jpg
-share/wallpapers/mystical_hourglass.jpg
-share/wallpapers/neon_flux.jpg
-share/wallpapers/nuclear_coral.jpg
-share/wallpapers/ocean01.jpg
-share/wallpapers/odd_atmosphere.jpg
-share/wallpapers/olive_wisps.jpg
-share/wallpapers/owl_elder.jpg
-share/wallpapers/paper01.jpg
-share/wallpapers/paper_umbrella.jpg
-share/wallpapers/parrots.jpg
-share/wallpapers/pebble_town.jpg
-share/wallpapers/pinkflam.jpg
-share/wallpapers/plant_formation.jpg
-share/wallpapers/plasmatic_globules.jpg
-share/wallpapers/plasmatic_points.jpg
-share/wallpapers/produce.jpg
-share/wallpapers/prpbumps.jpg
-share/wallpapers/quantum_threads.jpg
-share/wallpapers/rainbow_alleys.jpg
-share/wallpapers/red_big_bang.jpg
-share/wallpapers/redblue_filaments.jpg
-share/wallpapers/ringworm_circus.jpg
-share/wallpapers/rose_petals.jpg
-share/wallpapers/rotten_vegetables.jpg
-share/wallpapers/rubber_cds.jpg
-share/wallpapers/ruby_dunes.jpg
-share/wallpapers/ruins.jpg
-share/wallpapers/sandman.jpg
-share/wallpapers/sapphire_surface.jpg
-share/wallpapers/scattered_islands.jpg
-share/wallpapers/scraped_metal.jpg
-share/wallpapers/silver_vibration.jpg
-share/wallpapers/spinning_stones.jpg
-share/wallpapers/spoiled_sprouts.jpg
-share/wallpapers/stellar_shadows.jpg
-share/wallpapers/striped_fragments.jpg
-share/wallpapers/sulfur_lakes.jpg
-share/wallpapers/sunburnt_crust.jpg
-share/wallpapers/tarnished_rings.jpg
-share/wallpapers/techno_sharks.jpg
-share/wallpapers/terrain_relief.jpg
-share/wallpapers/theoretical_life.jpg
-share/wallpapers/thick_syrup.jpg
-share/wallpapers/thin_tentacles.jpg
-share/wallpapers/toe_paint.jpg
-share/wallpapers/tree_knobs.jpg
-share/wallpapers/tropical_leaves.jpg
-share/wallpapers/ufo_frenzy.jpg
-share/wallpapers/unstable_element.jpg
-share/wallpapers/vessel_swirl.jpg
-share/wallpapers/water01.jpg
-share/wallpapers/wavy_ribbons.jpg
-share/wallpapers/whiplash_vines.jpg
-share/wallpapers/whirling_spirit.jpg
-share/wallpapers/wind_chill.jpg
-share/wallpapers/wood1.jpg
-@dirrm share/doc/HTML/ru/kikbd
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmbell/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmdisplay/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminfo/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminput/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkeys/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkfm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkpanel/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkwm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmlocale/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsamba/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsyssound/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kdmconfig/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kthememgr/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/common
+@unexec rm -f %D/share/doc/HTML/en/kdebugdialog/common
+@unexec rm -f %D/share/doc/HTML/en/kdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kdisknav/common
+@unexec rm -f %D/share/doc/HTML/en/kdm/common
+@unexec rm -f %D/share/doc/HTML/en/kfm/common
+@unexec rm -f %D/share/doc/HTML/en/kfontmanager/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/faq/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/quickstart/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/userguide/common
+@unexec rm -f %D/share/doc/HTML/en/kikbd/common
+@unexec rm -f %D/share/doc/HTML/en/konsole/common
+@unexec rm -f %D/share/doc/HTML/en/kpager/common
+@unexec rm -f %D/share/doc/HTML/en/kwm/common
+@dirrm share/wallpapers
+@dirrm share/toolbar
+@dirrm share/templates/.source/emptydir
+@dirrm share/templates/.source
+@dirrm share/templates
+@dirrm share/skel
+@dirrm share/servicetypes
+@dirrm share/services
+@dirrm share/icons/locolor/32x32/devices
+@dirrm share/icons/locolor/32x32/apps
+@dirrm share/icons/locolor/32x32
+@dirrm share/icons/locolor/16x16/devices
+@dirrm share/icons/locolor/16x16/apps
+@dirrm share/icons/locolor/16x16
+@dirrm share/icons/locolor
+@dirrm share/icons/hicolor/48x48/devices
+@dirrm share/icons/hicolor/48x48/apps
+@dirrm share/icons/hicolor/48x48
+@dirrm share/icons/hicolor/32x32/devices
+@dirrm share/icons/hicolor/32x32/apps
+@dirrm share/icons/hicolor/32x32
+@dirrm share/icons/hicolor
+@dirrm share/icons
@dirrm share/doc/HTML/en/kwm
-@dirrm share/doc/HTML/en/kvt
-@dirrm share/doc/HTML/en/kthememgr
-@dirrm share/doc/HTML/en/kpanel
@dirrm share/doc/HTML/en/kpager
@dirrm share/doc/HTML/en/konsole
-@dirrm share/doc/HTML/en/kmenuedit
-@dirrm share/doc/HTML/en/kmedia
@dirrm share/doc/HTML/en/kikbd
-@dirrm share/doc/HTML/en/kfontmanager
+@dirrm share/doc/HTML/en/khelpcenter/userguide
+@dirrm share/doc/HTML/en/khelpcenter/quickstart
+@dirrm share/doc/HTML/en/khelpcenter/faq
+@dirrm share/doc/HTML/en/khelpcenter
@dirrm share/doc/HTML/en/kfm
-@dirrm share/doc/HTML/en/kfind
@dirrm share/doc/HTML/en/kdm
@dirrm share/doc/HTML/en/kdisknav
-@dirrm share/doc/HTML/en/kdehelp/quickstart
-@dirrm share/doc/HTML/en/kdehelp/kwm
-@dirrm share/doc/HTML/en/kdehelp/kpanel
-@dirrm share/doc/HTML/en/kdehelp
+@dirrm share/doc/HTML/en/kdesu
+@dirrm share/doc/HTML/en/kdebugdialog
@dirrm share/doc/HTML/en/kcontrol/kthememgr
@dirrm share/doc/HTML/en/kcontrol/kdmconfig
@dirrm share/doc/HTML/en/kcontrol/kcmsyssound
@@ -2460,63 +1784,95 @@ share/wallpapers/wood1.jpg
@dirrm share/doc/HTML/en/kcontrol/kcmkpanel
@dirrm share/doc/HTML/en/kcontrol/kcmkfm
@dirrm share/doc/HTML/en/kcontrol/kcmkeys
+@dirrm share/doc/HTML/en/kcontrol/kcmkdesu
@dirrm share/doc/HTML/en/kcontrol/kcminput
@dirrm share/doc/HTML/en/kcontrol/kcminfo
@dirrm share/doc/HTML/en/kcontrol/kcmdisplay
@dirrm share/doc/HTML/en/kcontrol/kcmbell
@dirrm share/doc/HTML/en/kcontrol
+@dirrm share/apps/quickbrowser
@dirrm share/apps/kwm/pics
@dirrm share/apps/kwm
-@dirrm share/apps/kthememgr/Themes
-@dirrm share/apps/kthememgr
+@dirrm share/apps/kwin
+@dirrm share/apps/kwelcome/pics
+@dirrm share/apps/kwelcome
@dirrm share/apps/kscreensaver
-@dirrm share/apps/kpanel/pics/mini
-@dirrm share/apps/kpanel/pics/large
-@dirrm share/apps/kpanel/pics
-@dirrm share/apps/kpanel/default
-@dirrm share/apps/kpanel
@dirrm share/apps/konsole
-@dirrm share/apps/kikbd/codes
-@dirrm share/apps/kikbd
-@dirrm share/apps/kfm/pics
-@dirrm share/apps/kfm/Desktop/Templates
-@dirrm share/apps/kfm/Desktop
-@dirrm share/apps/kfm
-@dirrm share/apps/kfind/toolbar
-@dirrm share/apps/kfind
-@dirrm share/apps/kdmconfig/pics
-@dirrm share/apps/kdmconfig
+@dirrm share/apps/konqueror/pics
+@dirrm share/apps/konqueror/dirtree/remote/web
+@dirrm share/apps/konqueror/dirtree/remote/ftp
+@dirrm share/apps/konqueror/dirtree/remote
+@dirrm share/apps/konqueror/dirtree
+@dirrm share/apps/konqueror
+@dirrm share/apps/konqlistview
+@dirrm share/apps/konqiconview
+@dirrm share/apps/kio_info
+@dirrm share/apps/kicker/tiles
+@dirrm share/apps/kicker/pics
+@dirrm share/apps/kicker/internalapplets
+@dirrm share/apps/kicker/default
+@dirrm share/apps/kicker
+@dirrm share/apps/khelpcenter/plugins/Tutorials
+@dirrm share/apps/khelpcenter/plugins
+@dirrm share/apps/khelpcenter
@dirrm share/apps/kdm/pics/users
@dirrm share/apps/kdm/pics
@dirrm share/apps/kdm
@dirrm share/apps/kdisplay/color-schemes
@dirrm share/apps/kdisplay/app-defaults
@dirrm share/apps/kdisplay
-@dirrm share/apps/kdisknav
+@dirrm share/apps/kdewizard/pics
+@dirrm share/apps/kdewizard/html
+@dirrm share/apps/kdewizard
+@dirrm share/apps/kdesktop/programs
+@dirrm share/apps/kdesktop/pics
+@dirrm share/apps/kdesktop/patterns
+@dirrm share/apps/kdesktop/DesktopLinks
+@dirrm share/apps/kdesktop
@dirrm share/apps/kcontrol/pics
@dirrm share/apps/kcontrol
-@dirrm share/apps/kcmlocale/pics
-@dirrm share/apps/kcmlocale
-@dirrm share/apps/kappfinder/pics/mini
-@dirrm share/apps/kappfinder/pics/large
-@dirrm share/apps/kappfinder/pics
@dirrm share/apps/kappfinder/apps/WordProcessing
@dirrm share/apps/kappfinder/apps/Utilities
@dirrm share/apps/kappfinder/apps/Toys
+@dirrm share/apps/kappfinder/apps/System/ScreenSavers
@dirrm share/apps/kappfinder/apps/System
@dirrm share/apps/kappfinder/apps/Office
+@dirrm share/apps/kappfinder/apps/Multimedia
@dirrm share/apps/kappfinder/apps/Internet
-@dirrm share/apps/kappfinder/apps/Graphic
+@dirrm share/apps/kappfinder/apps/Graphics
@dirrm share/apps/kappfinder/apps/Editors
@dirrm share/apps/kappfinder/apps/Development
@dirrm share/apps/kappfinder/apps
@dirrm share/apps/kappfinder
-@dirrm share/applnk/Settings/Windows
+@dirrm share/apps/drkonqi/presets
+@dirrm share/apps/drkonqi/pics
+@dirrm share/apps/drkonqi
+@dirrm share/applnk/Utilities
+@dirrm share/applnk/Toys
+@dirrm share/applnk/System/ScreenSavers
+@dirrm share/applnk/System
+@dirrm share/applnk/Settings/System
@dirrm share/applnk/Settings/Sound
-@dirrm share/applnk/Settings/Network
-@dirrm share/applnk/Settings/Keys
-@dirrm share/applnk/Settings/Input_Devices
+@dirrm share/applnk/Settings/PowerControl
+@dirrm share/applnk/Settings/Personalization
+@dirrm share/applnk/Settings/Peripherals
+@dirrm share/applnk/Settings/LookNFeel/Windows
+@dirrm share/applnk/Settings/LookNFeel/Themes
+@dirrm share/applnk/Settings/LookNFeel/Desktop
+@dirrm share/applnk/Settings/LookNFeel
@dirrm share/applnk/Settings/Information
-@dirrm share/applnk/Settings/Desktop
+@dirrm share/applnk/Settings/Browsing/Web
+@dirrm share/applnk/Settings/Browsing/Neighbourhood
+@dirrm share/applnk/Settings/Browsing/Files
+@dirrm share/applnk/Settings/Browsing
+@dirrm share/applnk/Settings/Applications/System
@dirrm share/applnk/Settings/Applications
-@dirrm cgi-bin
+@dirrm share/applnk/Settings
+@dirrm share/applnk/Multimedia
+@dirrm share/applnk/Internet
+@dirrm share/applnk/Graphics
+@dirrm share/applnk/Games
+@dirrm share/applnk/Control
+@dirrm share/applnk/Applications
+@exec /sbin/ldconfig -m %D/lib
+@unexec /sbin/ldconfig -R
diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile
index 142cb33134f5..639c5c610fdd 100644
--- a/x11/kde4-workspace/Makefile
+++ b/x11/kde4-workspace/Makefile
@@ -1,45 +1,33 @@
-# New ports collection makefile for: kdebase
-# Date created: 28 October 1997
-# Whom: Stefan Eßer <se@freebsd.org>
+# New ports collection makefile for: kdebase2
+# Date created: Fri Apr 14 2000 15:05:00 EDT
+# Whom: will
#
# $FreeBSD$
#
PORTNAME= kdebase
-PORTVERSION= 1.1.2
+PORTVERSION= 1.90
CATEGORIES= x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
+MASTER_SITE_SUBDIR= unstable/distribution/tar/src
-MAINTAINER= se@freebsd.org
+MAINTAINER= will@FreeBSD.org
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- kdecore.3:${PORTSDIR}/x11/kdelibs11 \
+LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
Xpm.4:${PORTSDIR}/graphics/xpm \
intl.1:${PORTSDIR}/devel/gettext
+MOC?= ${X11BASE}/bin/moc2
USE_XLIB= yes
USE_BZIP2= yes
-USE_QT= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
- "--with-xdmdir=${X11BASE}/lib/X11/xdm"
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
- INSTALL_SCRIPT="install -c -m 555" \
- PATH="${PATH}:${X11BASE}/bin"
+USE_QT2= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
+ --with-qt-dir=${X11BASE} \
+ --with-qt-includes=${X11BASE}/include/qt2 \
+ --with-qt-libraries=${X11BASE}/lib
+CONFIGURE_ENV+= MOC="${MOC}"
USE_GMAKE= yes
-MAKE_ENV= RM=${RM}
-CFLAGS+= "-I$(PREFIX)/include"
-
-KSSES= kattraction.kss kbanner.kss kbat.kss kblankscrn.kss \
- kblob.kss kbouboule.kss kbsod.kss kflame.kss kforest.kss \
- khop.kss klaser.kss klines.kss klissie.kss kmatrix.kss \
- kmorph3d.kss kpipes.kss kpolygon.kss kpyro.kss krock.kss \
- kscience.kss kslidescreen.kss kslip.kss kspace.kss kswarm.kss
-
-post-install:
-.for KSS in $(KSSES)
- $(CHMOD) 4555 $(PREFIX)/bin/$(KSS)
-.endfor
.include <bsd.port.mk>
diff --git a/x11/kde4-workspace/distinfo b/x11/kde4-workspace/distinfo
index 3b5e9ff7e1a1..1c93ddf3d36e 100644
--- a/x11/kde4-workspace/distinfo
+++ b/x11/kde4-workspace/distinfo
@@ -1 +1 @@
-MD5 (kdebase-1.1.2.tar.bz2) = 330492b058e8087fca7f1ce350363254
+MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
diff --git a/x11/kde4-workspace/pkg-plist b/x11/kde4-workspace/pkg-plist
index 0ac6b849cfd3..7906bc632d7e 100644
--- a/x11/kde4-workspace/pkg-plist
+++ b/x11/kde4-workspace/pkg-plist
@@ -1,362 +1,476 @@
+bin/chooser
+bin/drkonqi
+bin/exampleapplet
+bin/eyesapplet
bin/kappfinder
-bin/kappfinder_restart
-bin/kattraction.kss
-bin/kaudioserver
bin/kbanner.kss
bin/kbat.kss
-bin/kbgndwm
bin/kblankscrn.kss
bin/kblob.kss
bin/kbouboule.kss
bin/kbsod.kss
bin/kcheckpass
-bin/kcmbell
-bin/kcmdisplay
-bin/kcmikbd
-bin/kcminfo
-bin/kcminput
-bin/kcmkeys
-bin/kcmkfm
-bin/kcmkonsole
-bin/kcmkpanel
-bin/kcmkwm
-bin/kcmlocale
-bin/kcmsamba
-bin/kcmsyssound
+bin/kcminit
+bin/kcmshell
bin/kcontrol
-bin/kde
-bin/kdehelp
+bin/kdebugdialog
+bin/kdesktop
+bin/kdesu
+bin/kdesud
+bin/kdewizard
bin/kdm
-bin/kdmconfig
bin/kdmdesktop
-bin/kfind
-bin/kflame.kss
-bin/kfm
bin/kfmclient
bin/kfmexec
-bin/kfmsu
-bin/kfmsu2
-bin/kfmwarn
-bin/kfontmanager
-bin/kforest.kss
+bin/khelpcenter
bin/khop.kss
-bin/kikbd
-bin/kioslave
-bin/klaser.kss
+bin/kicker
bin/klines.kss
-bin/klissie.kss
-bin/klock
bin/kmatrix.kss
-bin/kmenuedit
bin/kmorph3d.kss
+bin/konqueror
bin/konsole
bin/konsole_grantpty
-bin/kpager
-bin/kpanel
bin/kpipes.kss
-bin/kplayaudio
bin/kpolygon.kss
+bin/kprintwrapper
bin/kpyro.kss
+bin/krandom.kss
bin/krdb
bin/krock.kss
-bin/krootwm
+bin/krunonce
bin/kscience.kss
bin/kslidescreen.kss
-bin/kslip.kss
+bin/kslideshow.kss
+bin/ksmserver
bin/kspace.kss
bin/kstart
bin/kswarm.kss
-bin/kthememgr
-bin/kvt
-bin/kwm
-bin/kwmcom
-bin/kwmsound
-bin/maudio
-bin/rman
+bin/kwelcome
+bin/kwin
+bin/kwrited
+bin/kxmlrpcd
+bin/kxsconfig
+bin/kxsrun
+bin/man2html
bin/startkde
-bin/unpack
-cgi-bin/helpindex
-cgi-bin/helpsearch
+bin/swallowapplet
+include/KBackgroundIface.h
+include/KDesktopIface.h
+include/KScreensaverIface.h
+include/KWinInterface.h
+include/KonquerorIface.h
+include/kbookmark.h
+include/kbookmarkbar.h
+include/kbookmarkmenu.h
+include/kfileivi.h
+include/knewmenu.h
+include/konq_bgnddlg.h
+include/konq_events.h
+include/konq_propsview.h
+include/konqdefaults.h
+include/konqdirlister.h
+include/konqdrag.h
+include/konqfileitem.h
+include/konqiconviewwidget.h
+include/konqoperations.h
+include/konqpopupmenu.h
+include/konqsettings.h
+lib/kdesktop.la
+lib/kdesktop.so
+lib/kfmclient.la
+lib/kfmclient.so
+lib/kio_help.la
+lib/kio_help.so
+lib/kio_info.la
+lib/kio_info.so
+lib/kio_man.la
+lib/kio_man.so
+lib/kio_nntp.la
+lib/kio_nntp.so
+lib/kio_pop3.la
+lib/kio_pop3.so
+lib/kio_smb.la
+lib/kio_smb.so
+lib/konqueror.la
+lib/konqueror.so
+lib/konsole.la
+lib/konsole.so
+lib/kwin.la
+lib/kwin.so
+lib/kwrited.la
+lib/kwrited.so
+lib/kxmlrpcd.la
+lib/kxmlrpcd.so
+lib/libkasbarapplet.la
+lib/libkasbarapplet.so.1
+lib/libkcm_arts.la
+lib/libkcm_arts.so
+lib/libkcm_clock.la
+lib/libkcm_clock.so
+lib/libkcm_display.la
+lib/libkcm_display.so
+lib/libkcm_drkonqi.la
+lib/libkcm_drkonqi.so
+lib/libkcm_email.la
+lib/libkcm_email.so
+lib/libkcm_filetypes.la
+lib/libkcm_filetypes.so
+lib/libkcm_info.la
+lib/libkcm_info.so
+lib/libkcm_input.la
+lib/libkcm_input.so
+lib/libkcm_kdm.la
+lib/libkcm_kdm.so
+lib/libkcm_keys.la
+lib/libkcm_keys.so
+lib/libkcm_kicker.la
+lib/libkcm_kicker.so
+lib/libkcm_kio.la
+lib/libkcm_kio.so
+lib/libkcm_knotify.la
+lib/libkcm_knotify.so
+lib/libkcm_konq.la
+lib/libkcm_konq.so
+lib/libkcm_konqhtml.la
+lib/libkcm_konqhtml.so
+lib/libkcm_kurifilt.la
+lib/libkcm_kurifilt.so
+lib/libkcm_kwindesktop.la
+lib/libkcm_kwindesktop.so
+lib/libkcm_kwinmouse.la
+lib/libkcm_kwinmouse.so
+lib/libkcm_kwinoptions.la
+lib/libkcm_kwinoptions.so
+lib/libkcm_locale.la
+lib/libkcm_locale.so
+lib/libkcm_passwords.la
+lib/libkcm_passwords.so
+lib/libkcm_samba.la
+lib/libkcm_samba.so
+lib/libkcm_sample.la
+lib/libkcm_sample.so
+lib/libkcm_syssound.la
+lib/libkcm_syssound.so
+lib/libkdateapplet.la
+lib/libkdateapplet.so.1
+lib/libkdockapplet.la
+lib/libkdockapplet.so.1
+lib/libkhelpcenter.la
+lib/libkhelpcenter.so.1
+lib/libkminipagerapplet.la
+lib/libkminipagerapplet.so.1
+lib/libkonq.la
+lib/libkonq.so.3
+lib/libkonqdirtree.la
+lib/libkonqdirtree.so.1
+lib/libkonqiconview.la
+lib/libkonqiconview.so.1
+lib/libkonqlistview.la
+lib/libkonqlistview.so.1
+lib/libkonsole.la
+lib/libkonsole.so.1
+lib/libkoolclockapplet.la
+lib/libkoolclockapplet.so.1
+lib/libkpagerapplet.la
+lib/libkpagerapplet.so.1
+lib/libkpagericon.la
+lib/libkpagericon.so.1
+lib/libkpagerpixmap.la
+lib/libkpagerpixmap.so.1
+lib/libkshorturifilter.la
+lib/libkshorturifilter.so.1
+lib/libktaskbarapplet.la
+lib/libktaskbarapplet.so.1
+lib/libkuriikwsfilter.la
+lib/libkuriikwsfilter.so.1
+lib/libkwinb2.la
+lib/libkwinb2.so.1
+lib/libkwinkstep.la
+lib/libkwinkstep.so.1
+lib/libkwinlaptop.la
+lib/libkwinlaptop.so.1
+lib/libkwinmodernsys.la
+lib/libkwinmodernsys.so.1
+lib/libkwinriscos.la
+lib/libkwinriscos.so.1
+lib/libkwinsystem.la
+lib/libkwinsystem.so.1
+lib/libsmb++.la
+lib/libsmb++.so.0
share/applnk/.directory
share/applnk/Applications/.directory
+share/applnk/Control/.directory
+share/applnk/Control/SysInfo.desktop
+share/applnk/Control/System.desktop
+share/applnk/Control/User.desktop
share/applnk/Games/.directory
share/applnk/Graphics/.directory
-share/applnk/Help.kdelnk
-share/applnk/Home.kdelnk
+share/applnk/Help.desktop
+share/applnk/Home.desktop
share/applnk/Internet/.directory
-share/applnk/KControl.kdelnk
-share/applnk/Kfind.kdelnk
-share/applnk/Krefresh.kdelnk
share/applnk/Multimedia/.directory
share/applnk/Settings/.directory
share/applnk/Settings/Applications/.directory
-share/applnk/Settings/Applications/kdm.kdelnk
-share/applnk/Settings/Applications/kfm.kdelnk
-share/applnk/Settings/Applications/kfmbrowser.kdelnk
-share/applnk/Settings/Applications/panel.kdelnk
-share/applnk/Settings/Desktop/.directory
-share/applnk/Settings/Desktop/background.kdelnk
-share/applnk/Settings/Desktop/borders.kdelnk
-share/applnk/Settings/Desktop/colors.kdelnk
-share/applnk/Settings/Desktop/fonts.kdelnk
-share/applnk/Settings/Desktop/icons.kdelnk
-share/applnk/Settings/Desktop/kthememgr.kdelnk
-share/applnk/Settings/Desktop/language.kdelnk
-share/applnk/Settings/Desktop/screensaver.kdelnk
-share/applnk/Settings/Desktop/style.kdelnk
+share/applnk/Settings/Applications/System/kdm.desktop
+share/applnk/Settings/Applications/drkonqi.desktop
+share/applnk/Settings/Browsing/.directory
+share/applnk/Settings/Browsing/Files/filetypes.desktop
+share/applnk/Settings/Browsing/Files/kcmkonq.desktop
+share/applnk/Settings/Browsing/Neighbourhood/smb.desktop
+share/applnk/Settings/Browsing/Web/cookies.desktop
+share/applnk/Settings/Browsing/Web/ebrowsing.desktop
+share/applnk/Settings/Browsing/Web/konqhtml.desktop
+share/applnk/Settings/Browsing/Web/proxy.desktop
+share/applnk/Settings/Browsing/Web/useragent.desktop
share/applnk/Settings/Information/.directory
-share/applnk/Settings/Information/devices.kdelnk
-share/applnk/Settings/Information/dma.kdelnk
-share/applnk/Settings/Information/interrupts.kdelnk
-share/applnk/Settings/Information/ioports.kdelnk
-share/applnk/Settings/Information/memory.kdelnk
-share/applnk/Settings/Information/partitions.kdelnk
-share/applnk/Settings/Information/pci.kdelnk
-share/applnk/Settings/Information/processor.kdelnk
-share/applnk/Settings/Information/scsi.kdelnk
-share/applnk/Settings/Information/smbstatus.kdelnk
-share/applnk/Settings/Information/sound.kdelnk
-share/applnk/Settings/Information/xserver.kdelnk
-share/applnk/Settings/Input_Devices/.directory
-share/applnk/Settings/Input_Devices/kcmikbd.kdelnk
-share/applnk/Settings/Input_Devices/keyboard.kdelnk
-share/applnk/Settings/Input_Devices/mouse.kdelnk
-share/applnk/Settings/Keys/.directory
-share/applnk/Settings/Keys/global.kdelnk
-share/applnk/Settings/Keys/standard.kdelnk
-share/applnk/Settings/Network/.directory
+share/applnk/Settings/Information/devices.desktop
+share/applnk/Settings/Information/dma.desktop
+share/applnk/Settings/Information/interrupts.desktop
+share/applnk/Settings/Information/ioports.desktop
+share/applnk/Settings/Information/memory.desktop
+share/applnk/Settings/Information/partitions.desktop
+share/applnk/Settings/Information/pci.desktop
+share/applnk/Settings/Information/processor.desktop
+share/applnk/Settings/Information/scsi.desktop
+share/applnk/Settings/Information/smbstatus.desktop
+share/applnk/Settings/Information/sound.desktop
+share/applnk/Settings/Information/xserver.desktop
+share/applnk/Settings/LookNFeel/.directory
+share/applnk/Settings/LookNFeel/Desktop/.directory
+share/applnk/Settings/LookNFeel/Desktop/advanced.desktop
+share/applnk/Settings/LookNFeel/Desktop/background.desktop
+share/applnk/Settings/LookNFeel/Desktop/borders.desktop
+share/applnk/Settings/LookNFeel/Desktop/desktop.desktop
+share/applnk/Settings/LookNFeel/Desktop/icons.desktop
+share/applnk/Settings/LookNFeel/Themes/style.desktop
+share/applnk/Settings/LookNFeel/Windows/.directory
+share/applnk/Settings/LookNFeel/Windows/actions.desktop
+share/applnk/Settings/LookNFeel/Windows/mouse.desktop
+share/applnk/Settings/LookNFeel/colors.desktop
+share/applnk/Settings/LookNFeel/fonts.desktop
+share/applnk/Settings/LookNFeel/kcmnotify.desktop
+share/applnk/Settings/LookNFeel/keys.desktop
+share/applnk/Settings/LookNFeel/panel.desktop
+share/applnk/Settings/LookNFeel/screensaver.desktop
+share/applnk/Settings/Peripherals/.directory
+share/applnk/Settings/Peripherals/keyboard.desktop
+share/applnk/Settings/Peripherals/mouse.desktop
+share/applnk/Settings/Personalization/.directory
+share/applnk/Settings/Personalization/email.desktop
+share/applnk/Settings/Personalization/language.desktop
+share/applnk/Settings/Personalization/passwords.desktop
+share/applnk/Settings/PowerControl/.directory
+share/applnk/Settings/PowerControl/energy.desktop
share/applnk/Settings/Sound/.directory
-share/applnk/Settings/Sound/bell.kdelnk
-share/applnk/Settings/Sound/syssound.kdelnk
-share/applnk/Settings/Windows/.directory
-share/applnk/Settings/Windows/advanced.kdelnk
-share/applnk/Settings/Windows/buttons.kdelnk
-share/applnk/Settings/Windows/mouse.kdelnk
-share/applnk/Settings/Windows/properties.kdelnk
-share/applnk/Settings/Windows/titlebar.kdelnk
+share/applnk/Settings/Sound/arts.desktop
+share/applnk/Settings/Sound/syssound.desktop
+share/applnk/Settings/System/clock.desktop
share/applnk/System/.directory
-share/applnk/System/Arrange.kdelnk
-share/applnk/System/Kfontmanager.kdelnk
-share/applnk/System/kappfinder.kdelnk
-share/applnk/System/kfmsu.kdelnk
-share/applnk/System/kikbd.kdelnk
-share/applnk/System/kpager.kdelnk
-share/applnk/Trash.kdelnk
+share/applnk/System/Arrange.desktop
+share/applnk/System/ScreenSavers/.directory
+share/applnk/System/ScreenSavers/KAttration.desktop
+share/applnk/System/ScreenSavers/KBanner.desktop
+share/applnk/System/ScreenSavers/KBat.desktop
+share/applnk/System/ScreenSavers/KBlankscreen.desktop
+share/applnk/System/ScreenSavers/KBlob.desktop
+share/applnk/System/ScreenSavers/KBouboule.desktop
+share/applnk/System/ScreenSavers/KBsod.desktop
+share/applnk/System/ScreenSavers/KFlame.desktop
+share/applnk/System/ScreenSavers/KForest.desktop
+share/applnk/System/ScreenSavers/KHop.desktop
+share/applnk/System/ScreenSavers/KLaser.desktop
+share/applnk/System/ScreenSavers/KLines.desktop
+share/applnk/System/ScreenSavers/KLissie.desktop
+share/applnk/System/ScreenSavers/KMatrix.desktop
+share/applnk/System/ScreenSavers/KMorph3D.desktop
+share/applnk/System/ScreenSavers/KPipes.desktop
+share/applnk/System/ScreenSavers/KPolygon.desktop
+share/applnk/System/ScreenSavers/KPyro.desktop
+share/applnk/System/ScreenSavers/KRandom.desktop
+share/applnk/System/ScreenSavers/KRock.desktop
+share/applnk/System/ScreenSavers/KScience.desktop
+share/applnk/System/ScreenSavers/KSlidescreen.desktop
+share/applnk/System/ScreenSavers/KSlideshow.desktop
+share/applnk/System/ScreenSavers/KSlip.desktop
+share/applnk/System/ScreenSavers/KSpace.desktop
+share/applnk/System/ScreenSavers/KSwarm.desktop
+share/applnk/System/ScreenSavers/Worm.desktop
+share/applnk/System/kappfinder.desktop
+share/applnk/System/kfmclient.desktop
+share/applnk/System/konquerorsu.desktop
+share/applnk/System/konsole.desktop
+share/applnk/System/konsolesu.desktop
+share/applnk/Trash.desktop
share/applnk/Utilities/.directory
-share/applnk/Utilities/KMenuEdit.kdelnk
-share/applnk/Utilities/konsole.kdelnk
-share/applnk/Utilities/kvt.kdelnk
+share/applnk/Utilities/kdewizard.desktop
+share/applnk/Utilities/passwd.desktop
+share/applnk/Utilities/xclipboard.desktop
+share/applnk/Utilities/xclock.desktop
+share/applnk/Utilities/xconsole.desktop
+share/applnk/Utilities/xterm.desktop
+share/apps/drkonqi/pics/konqi.png
+share/apps/drkonqi/presets/developerrc
+share/apps/drkonqi/presets/enduserrc
share/apps/kappfinder/apps/.directory
share/apps/kappfinder/apps/Development/.directory
-share/apps/kappfinder/apps/Development/ddd.kdelnk
-share/apps/kappfinder/apps/Development/dlgedit.kdelnk
+share/apps/kappfinder/apps/Development/ddd.desktop
+share/apps/kappfinder/apps/Development/dlgedit.desktop
share/apps/kappfinder/apps/Editors/.directory
-share/apps/kappfinder/apps/Editors/emacs.kdelnk
-share/apps/kappfinder/apps/Editors/lemacs.kdelnk
-share/apps/kappfinder/apps/Editors/nedit.kdelnk
-share/apps/kappfinder/apps/Editors/xedit.kdelnk
-share/apps/kappfinder/apps/Editors/xemacs.kdelnk
-share/apps/kappfinder/apps/Graphic/.directory
-share/apps/kappfinder/apps/Graphic/acroread.kdelnk
-share/apps/kappfinder/apps/Graphic/xfig.kdelnk
-share/apps/kappfinder/apps/Graphic/xpaint.kdelnk
-share/apps/kappfinder/apps/Graphic/xv.kdelnk
+share/apps/kappfinder/apps/Editors/emacs.desktop
+share/apps/kappfinder/apps/Editors/gvim.desktop
+share/apps/kappfinder/apps/Editors/lemacs.desktop
+share/apps/kappfinder/apps/Editors/nedit.desktop
+share/apps/kappfinder/apps/Editors/xedit.desktop
+share/apps/kappfinder/apps/Editors/xemacs.desktop
+share/apps/kappfinder/apps/Graphics/.directory
+share/apps/kappfinder/apps/Graphics/acroread.desktop
+share/apps/kappfinder/apps/Graphics/gimp.desktop
+share/apps/kappfinder/apps/Graphics/xfig.desktop
+share/apps/kappfinder/apps/Graphics/xpaint.desktop
+share/apps/kappfinder/apps/Graphics/xv.desktop
share/apps/kappfinder/apps/Internet/.directory
-share/apps/kappfinder/apps/Internet/arena.kdelnk
-share/apps/kappfinder/apps/Internet/coolmail.kdelnk
-share/apps/kappfinder/apps/Internet/netscape.kdelnk
-share/apps/kappfinder/apps/Internet/pine.kdelnk
-share/apps/kappfinder/apps/Internet/xbiff.kdelnk
-share/apps/kappfinder/apps/Internet/xfmail.kdelnk
-share/apps/kappfinder/apps/Internet/xftp.kdelnk
+share/apps/kappfinder/apps/Internet/arena.desktop
+share/apps/kappfinder/apps/Internet/coolmail.desktop
+share/apps/kappfinder/apps/Internet/netscape.desktop
+share/apps/kappfinder/apps/Internet/pine.desktop
+share/apps/kappfinder/apps/Internet/xbiff.desktop
+share/apps/kappfinder/apps/Internet/xfmail.desktop
+share/apps/kappfinder/apps/Internet/xftp.desktop
+share/apps/kappfinder/apps/Multimedia/.directory
+share/apps/kappfinder/apps/Multimedia/xmms.desktop
share/apps/kappfinder/apps/Office/.directory
-share/apps/kappfinder/apps/Office/Applix.kdelnk
-share/apps/kappfinder/apps/Office/XAcc.kdelnk
-share/apps/kappfinder/apps/Office/XsLite.kdelnk
-share/apps/kappfinder/apps/Office/plan.kdelnk
+share/apps/kappfinder/apps/Office/Applix.desktop
+share/apps/kappfinder/apps/Office/XAcc.desktop
+share/apps/kappfinder/apps/Office/XsLite.desktop
+share/apps/kappfinder/apps/Office/plan.desktop
share/apps/kappfinder/apps/System/.directory
-share/apps/kappfinder/apps/System/xosview.kdelnk
+share/apps/kappfinder/apps/System/ScreenSavers/.directory
+share/apps/kappfinder/apps/System/ScreenSavers/Ant.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Atlantis.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Attraction.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Braid.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubble3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubbles.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cage.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Compass.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Coral.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Crystal.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cynosure.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Drift.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Fadeplot.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flag.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flow.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Forest.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/GLPlanet.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Galaxy.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Gears.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Goop.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Grav.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hopalong.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hypercube.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Ifs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Imsmap.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Interference.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Julia.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kaleidescope.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kumppa.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/LMorph.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lament.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Laser.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lightning.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lissie.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Moenius.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Penrose.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Phosphor.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Pulsar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Rubik.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sonar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sproingies.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Stairs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Starfish.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Strange.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Superquadrics.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Swirl.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/T3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Triangle.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Vines.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Worm.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XFlame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XJack.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XMatrix.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XPipes.desktop
+share/apps/kappfinder/apps/System/sam.desktop
+share/apps/kappfinder/apps/System/xosview.desktop
share/apps/kappfinder/apps/Toys/.directory
-share/apps/kappfinder/apps/Toys/xeyes.kdelnk
-share/apps/kappfinder/apps/Toys/xpinguin.kdelnk
+share/apps/kappfinder/apps/Toys/xeyes.desktop
+share/apps/kappfinder/apps/Toys/xpinguin.desktop
share/apps/kappfinder/apps/Utilities/.directory
-share/apps/kappfinder/apps/Utilities/passwd.kdelnk
-share/apps/kappfinder/apps/Utilities/xcalc.kdelnk
-share/apps/kappfinder/apps/Utilities/xclipboard.kdelnk
-share/apps/kappfinder/apps/Utilities/xclock.kdelnk
-share/apps/kappfinder/apps/Utilities/xconsole.kdelnk
-share/apps/kappfinder/apps/Utilities/xload.kdelnk
-share/apps/kappfinder/apps/Utilities/xterm.kdelnk
+share/apps/kappfinder/apps/Utilities/jar.desktop
+share/apps/kappfinder/apps/Utilities/passwd.desktop
+share/apps/kappfinder/apps/Utilities/xcalc.desktop
+share/apps/kappfinder/apps/Utilities/xclipboard.desktop
+share/apps/kappfinder/apps/Utilities/xclock.desktop
+share/apps/kappfinder/apps/Utilities/xconsole.desktop
+share/apps/kappfinder/apps/Utilities/xload.desktop
+share/apps/kappfinder/apps/Utilities/xterm.desktop
share/apps/kappfinder/apps/WordProcessing/.directory
-share/apps/kappfinder/apps/WordProcessing/WordPerfect.kdelnk
-share/apps/kappfinder/apps/WordProcessing/acroread.kdelnk
-share/apps/kappfinder/apps/WordProcessing/ghostview.kdelnk
-share/apps/kappfinder/apps/WordProcessing/gv.kdelnk
-share/apps/kappfinder/apps/WordProcessing/lyx.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xdvi.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xpdf.kdelnk
-share/apps/kappfinder/pics/acroread.xpm
-share/apps/kappfinder/pics/applix.xpm
-share/apps/kappfinder/pics/applixware.xpm
-share/apps/kappfinder/pics/civctp.xpm
-share/apps/kappfinder/pics/dlgedit.xpm
-share/apps/kappfinder/pics/edit.xpm
-share/apps/kappfinder/pics/emacs.xpm
-share/apps/kappfinder/pics/email.xpm
-share/apps/kappfinder/pics/gimp.xpm
-share/apps/kappfinder/pics/gnu.xpm
-share/apps/kappfinder/pics/gs.xpm
-share/apps/kappfinder/pics/gv.xpm
-share/apps/kappfinder/pics/large/acroread.xpm
-share/apps/kappfinder/pics/large/applixware.xpm
-share/apps/kappfinder/pics/large/civctp.xpm
-share/apps/kappfinder/pics/large/dlgedit.xpm
-share/apps/kappfinder/pics/large/edit.xpm
-share/apps/kappfinder/pics/large/gimp.xpm
-share/apps/kappfinder/pics/large/gnu.xpm
-share/apps/kappfinder/pics/large/gs.xpm
-share/apps/kappfinder/pics/large/gv.xpm
-share/apps/kappfinder/pics/large/lyx.xpm
-share/apps/kappfinder/pics/large/mathematica.xpm
-share/apps/kappfinder/pics/large/mozilla.xpm
-share/apps/kappfinder/pics/large/nedit.xpm
-share/apps/kappfinder/pics/large/penguin.xpm
-share/apps/kappfinder/pics/large/plan.xpm
-share/apps/kappfinder/pics/large/quake2.xpm
-share/apps/kappfinder/pics/large/quake3.xpm
-share/apps/kappfinder/pics/large/wabi.xpm
-share/apps/kappfinder/pics/large/wordperfect.xpm
-share/apps/kappfinder/pics/large/x.xpm
-share/apps/kappfinder/pics/large/xcalc.xpm
-share/apps/kappfinder/pics/large/xclipboard.xpm
-share/apps/kappfinder/pics/large/xclock.xpm
-share/apps/kappfinder/pics/large/xconsole.xpm
-share/apps/kappfinder/pics/large/xedit.xpm
-share/apps/kappfinder/pics/large/xephem.xpm
-share/apps/kappfinder/pics/large/xeyes.xpm
-share/apps/kappfinder/pics/large/xfig.xpm
-share/apps/kappfinder/pics/large/xfmail.xpm
-share/apps/kappfinder/pics/large/xload.xpm
-share/apps/kappfinder/pics/large/xosview.xpm
-share/apps/kappfinder/pics/large/xpaint.xpm
-share/apps/kappfinder/pics/large/xpdf.xpm
-share/apps/kappfinder/pics/large/xv.xpm
-share/apps/kappfinder/pics/lyx.xpm
-share/apps/kappfinder/pics/mathematica.xpm
-share/apps/kappfinder/pics/mini/acroread.xpm
-share/apps/kappfinder/pics/mini/applixware.xpm
-share/apps/kappfinder/pics/mini/civctp.xpm
-share/apps/kappfinder/pics/mini/dlgedit.xpm
-share/apps/kappfinder/pics/mini/edit.xpm
-share/apps/kappfinder/pics/mini/emacs.xpm
-share/apps/kappfinder/pics/mini/email.xpm
-share/apps/kappfinder/pics/mini/gimp.xpm
-share/apps/kappfinder/pics/mini/gnu.xpm
-share/apps/kappfinder/pics/mini/gv.xpm
-share/apps/kappfinder/pics/mini/lyx.xpm
-share/apps/kappfinder/pics/mini/mathematica.xpm
-share/apps/kappfinder/pics/mini/mini-plan.xpm
-share/apps/kappfinder/pics/mini/mini-xslight.xpm
-share/apps/kappfinder/pics/mini/mozilla.xpm
-share/apps/kappfinder/pics/mini/nedit.xpm
-share/apps/kappfinder/pics/mini/netscape.xpm
-share/apps/kappfinder/pics/mini/penguin.xpm
-share/apps/kappfinder/pics/mini/pinguin.xpm
-share/apps/kappfinder/pics/mini/plan.xpm
-share/apps/kappfinder/pics/mini/quake2.xpm
-share/apps/kappfinder/pics/mini/quake3.xpm
-share/apps/kappfinder/pics/mini/vmware.xpm
-share/apps/kappfinder/pics/mini/wabi.xpm
-share/apps/kappfinder/pics/mini/wordperfect.xpm
-share/apps/kappfinder/pics/mini/wp.xpm
-share/apps/kappfinder/pics/mini/x.xpm
-share/apps/kappfinder/pics/mini/xcalc.xpm
-share/apps/kappfinder/pics/mini/xclipboard.xpm
-share/apps/kappfinder/pics/mini/xclock.xpm
-share/apps/kappfinder/pics/mini/xconsole.xpm
-share/apps/kappfinder/pics/mini/xedit.xpm
-share/apps/kappfinder/pics/mini/xemacs.xpm
-share/apps/kappfinder/pics/mini/xephem.xpm
-share/apps/kappfinder/pics/mini/xeyes.xpm
-share/apps/kappfinder/pics/mini/xfig.xpm
-share/apps/kappfinder/pics/mini/xfmail.xpm
-share/apps/kappfinder/pics/mini/xload.xpm
-share/apps/kappfinder/pics/mini/xosview.xpm
-share/apps/kappfinder/pics/mini/xpaint.xpm
-share/apps/kappfinder/pics/mini/xpdf.xpm
-share/apps/kappfinder/pics/mini/xv.xpm
-share/apps/kappfinder/pics/mozilla.xpm
-share/apps/kappfinder/pics/nedit.xpm
-share/apps/kappfinder/pics/netscape.xpm
-share/apps/kappfinder/pics/nogo.xpm
-share/apps/kappfinder/pics/penguin.xpm
-share/apps/kappfinder/pics/pinguin.xpm
-share/apps/kappfinder/pics/plan.xpm
-share/apps/kappfinder/pics/quake2.xpm
-share/apps/kappfinder/pics/quake3.xpm
-share/apps/kappfinder/pics/wabi.xpm
-share/apps/kappfinder/pics/wordperfect.xpm
-share/apps/kappfinder/pics/wp.xpm
-share/apps/kappfinder/pics/x.xpm
-share/apps/kappfinder/pics/xcalc.xpm
-share/apps/kappfinder/pics/xclipboard.xpm
-share/apps/kappfinder/pics/xclock.xpm
-share/apps/kappfinder/pics/xconsole.xpm
-share/apps/kappfinder/pics/xedit.xpm
-share/apps/kappfinder/pics/xemacs.xpm
-share/apps/kappfinder/pics/xephem.xpm
-share/apps/kappfinder/pics/xeyes.xpm
-share/apps/kappfinder/pics/xfig.xpm
-share/apps/kappfinder/pics/xfmail.xpm
-share/apps/kappfinder/pics/xftp.xpm
-share/apps/kappfinder/pics/xload.xpm
-share/apps/kappfinder/pics/xosview.xpm
-share/apps/kappfinder/pics/xpaint.xpm
-share/apps/kappfinder/pics/xpdf.xpm
-share/apps/kappfinder/pics/xv.xpm
-share/apps/kcmlocale/pics/flag_C.gif
-share/apps/kcmlocale/pics/flag_br.gif
-share/apps/kcmlocale/pics/flag_ca.gif
-share/apps/kcmlocale/pics/flag_cs.gif
-share/apps/kcmlocale/pics/flag_da.gif
-share/apps/kcmlocale/pics/flag_de.gif
-share/apps/kcmlocale/pics/flag_de_CH.gif
-share/apps/kcmlocale/pics/flag_el.gif
-share/apps/kcmlocale/pics/flag_en.gif
-share/apps/kcmlocale/pics/flag_en_UK.gif
-share/apps/kcmlocale/pics/flag_eo.gif
-share/apps/kcmlocale/pics/flag_es.gif
-share/apps/kcmlocale/pics/flag_et.gif
-share/apps/kcmlocale/pics/flag_fi.gif
-share/apps/kcmlocale/pics/flag_fr.gif
-share/apps/kcmlocale/pics/flag_fr_CA.gif
-share/apps/kcmlocale/pics/flag_fr_CH.gif
-share/apps/kcmlocale/pics/flag_he.gif
-share/apps/kcmlocale/pics/flag_hr.gif
-share/apps/kcmlocale/pics/flag_hu.gif
-share/apps/kcmlocale/pics/flag_is.gif
-share/apps/kcmlocale/pics/flag_it.gif
-share/apps/kcmlocale/pics/flag_ja.gif
-share/apps/kcmlocale/pics/flag_ko.gif
-share/apps/kcmlocale/pics/flag_mk.gif
-share/apps/kcmlocale/pics/flag_nl.gif
-share/apps/kcmlocale/pics/flag_no.gif
-share/apps/kcmlocale/pics/flag_pl.gif
-share/apps/kcmlocale/pics/flag_pt.gif
-share/apps/kcmlocale/pics/flag_pt_BR.gif
-share/apps/kcmlocale/pics/flag_ro.gif
-share/apps/kcmlocale/pics/flag_ru.gif
-share/apps/kcmlocale/pics/flag_se.gif
-share/apps/kcmlocale/pics/flag_sk.gif
-share/apps/kcmlocale/pics/flag_sl.gif
-share/apps/kcmlocale/pics/flag_sv.gif
-share/apps/kcmlocale/pics/flag_tr.gif
-share/apps/kcmlocale/pics/flag_us_eu.gif
-share/apps/kcmlocale/pics/flag_zh_CN.GB2312.gif
-share/apps/kcmlocale/pics/flag_zh_TW.Big5.gif
-share/apps/kcontrol/pics/kdekcc.xpm
-share/apps/kdisknav/KDE.kdelnk
-share/apps/kdisknav/Root.kdelnk
+share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop
+share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop
+share/apps/kappfinder/apps/WordProcessing/acroread.desktop
+share/apps/kappfinder/apps/WordProcessing/ghostview.desktop
+share/apps/kappfinder/apps/WordProcessing/gv.desktop
+share/apps/kappfinder/apps/WordProcessing/lyx.desktop
+share/apps/kappfinder/apps/WordProcessing/xdvi.desktop
+share/apps/kappfinder/apps/WordProcessing/xpdf.desktop
+share/apps/kcontrol/kcontrolui.rc
+share/apps/kcontrol/pics/energybig.png
+share/apps/kcontrol/pics/logo.png
+share/apps/kcontrol/pics/mini-world.png
+share/apps/kcontrol/pics/monitor.png
+share/apps/kcontrol/pics/onlyone.png
+share/apps/kcontrol/pics/overlapping.png
+share/apps/kcontrol/pics/wizard.png
+share/apps/kdesktop/DesktopLinks/Home.desktop
+share/apps/kdesktop/directory.autostart
+share/apps/kdesktop/directory.desktop
+share/apps/kdesktop/directory.templates
+share/apps/kdesktop/directory.trash
+share/apps/kdesktop/patterns/fish.desktop
+share/apps/kdesktop/patterns/fish.png
+share/apps/kdesktop/patterns/flowers.desktop
+share/apps/kdesktop/patterns/flowers.png
+share/apps/kdesktop/patterns/night-rock.desktop
+share/apps/kdesktop/patterns/night-rock.jpg
+share/apps/kdesktop/patterns/pavement.desktop
+share/apps/kdesktop/patterns/pavement.png
+share/apps/kdesktop/patterns/rattan.desktop
+share/apps/kdesktop/patterns/rattan.png
+share/apps/kdesktop/patterns/stonewall2.desktop
+share/apps/kdesktop/patterns/stonewall2.png
+share/apps/kdesktop/patterns/triangles.desktop
+share/apps/kdesktop/patterns/triangles.png
+share/apps/kdesktop/pics/ksslogo.png
+share/apps/kdesktop/pics/splash.png
+share/apps/kdesktop/programs/xearth.desktop
+share/apps/kdesktop/programs/xglobe.desktop
+share/apps/kdewizard/html/intro.html
+share/apps/kdewizard/html/kdelogo.png
+share/apps/kdewizard/html/wizard.png
+share/apps/kdewizard/html/wizard_small.png
+share/apps/kdewizard/kdedevel.desktop
+share/apps/kdewizard/kdeftp.desktop
+share/apps/kdewizard/kdewww.desktop
+share/apps/kdewizard/pics/beostheme.png
+share/apps/kdewizard/pics/kdedevel.png
+share/apps/kdewizard/pics/kdeftp.png
+share/apps/kdewizard/pics/kdehome.png
+share/apps/kdewizard/pics/kdetheme.png
+share/apps/kdewizard/pics/mactheme.png
+share/apps/kdewizard/pics/printer.png
+share/apps/kdewizard/pics/wintheme.png
+share/apps/kdewizard/printer.desktop
share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad
share/apps/kdisplay/app-defaults/AAAMotif.ad
share/apps/kdisplay/app-defaults/AAATk.ad
@@ -367,2090 +481,1300 @@ share/apps/kdisplay/app-defaults/ML.ad
share/apps/kdisplay/app-defaults/Nedit.ad
share/apps/kdisplay/app-defaults/Netscape.ad
share/apps/kdisplay/app-defaults/RVPlayer.ad
+share/apps/kdisplay/app-defaults/WPerfect.ad
share/apps/kdisplay/app-defaults/XCalc.ad
share/apps/kdisplay/app-defaults/XTerm.ad
share/apps/kdisplay/app-defaults/XV.ad
-share/apps/kdisplay/app-defaults/XWp.ad
share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc
share/apps/kdisplay/color-schemes/BeOS.kcsrc
share/apps/kdisplay/color-schemes/BlueSlate.kcsrc
share/apps/kdisplay/color-schemes/CDE.kcsrc
+share/apps/kdisplay/color-schemes/DarkBlue.kcsrc
share/apps/kdisplay/color-schemes/DesertRed.kcsrc
share/apps/kdisplay/color-schemes/DigitalCDE.kcsrc
+share/apps/kdisplay/color-schemes/Next.kcsrc
share/apps/kdisplay/color-schemes/PaleGray.kcsrc
share/apps/kdisplay/color-schemes/Pumpkin.kcsrc
share/apps/kdisplay/color-schemes/SolarisCDE.kcsrc
share/apps/kdisplay/color-schemes/Storm.kcsrc
+share/apps/kdisplay/color-schemes/System.kcsrc
share/apps/kdisplay/color-schemes/Windows95.kcsrc
-share/apps/kdm/pics/kdeflower.xpm
-share/apps/kdm/pics/kdelogo.xpm
-share/apps/kdm/pics/session_kde.xpm
-share/apps/kdm/pics/users/default.xpm
-share/apps/kdm/pics/users/default2.xpm
-share/apps/kdm/pics/users/root.xpm
-share/apps/kdm/pics/users/root2.xpm
-share/apps/kdmconfig/pics/monitor.xpm
-share/apps/kfind/toolbar/archive.xpm
-share/apps/kfind/toolbar/delete.xpm
-share/apps/kfind/toolbar/idea.xpm
-share/apps/kfind/toolbar/info.xpm
-share/apps/kfind/toolbar/openfile.xpm
-share/apps/kfind/toolbar/save.xpm
-share/apps/kfind/toolbar/search.xpm
-share/apps/kfm/Desktop/Templates/Device.kdelnk
-share/apps/kfm/Desktop/Templates/Ftpurl.kdelnk
-share/apps/kfm/Desktop/Templates/MimeType.kdelnk
-share/apps/kfm/Desktop/Templates/Program.kdelnk
-share/apps/kfm/Desktop/Templates/URL.kdelnk
-share/apps/kfm/Desktop/Templates/WWWUrl.kdelnk
-share/apps/kfm/directory.autostart
-share/apps/kfm/directory.desktop
-share/apps/kfm/directory.templates
-share/apps/kfm/directory.trash
-share/apps/kfm/pics/close.xpm
-share/apps/kfm/pics/exclamation.xpm
-share/apps/kfm/pics/info.xpm
-share/apps/kfm/pics/kde1.xpm
-share/apps/kfm/pics/kde2.xpm
-share/apps/kfm/pics/kde3.xpm
-share/apps/kfm/pics/kde4.xpm
-share/apps/kfm/pics/kde5.xpm
-share/apps/kfm/pics/kde6.xpm
-share/apps/kfm/pics/kde7.xpm
-share/apps/kfm/pics/kde8.xpm
-share/apps/kfm/pics/kde9.xpm
-share/apps/kfm/pics/kmultiple.xpm
-share/apps/kfm/pics/large-kmultiple.xpm
-share/apps/kfm/pics/open.xpm
-share/apps/kfm/pics/question.xpm
-share/apps/kfm/pics/stopsign.xpm
-share/apps/kikbd/bg.kimap
-share/apps/kikbd/cf.kimap
-share/apps/kikbd/codes/hp9000hil-107.kimap
-share/apps/kikbd/codes/pc-win.kimap
-share/apps/kikbd/codes/pc101.kimap
-share/apps/kikbd/codes/pc102.kimap
-share/apps/kikbd/csp.kimap
-share/apps/kikbd/csy.kimap
-share/apps/kikbd/csz.kimap
-share/apps/kikbd/de.kimap
-share/apps/kikbd/de_ch.kimap
-share/apps/kikbd/dv.kimap
-share/apps/kikbd/dva.kimap
-share/apps/kikbd/el1.kimap
-share/apps/kikbd/el7.kimap
-share/apps/kikbd/en.kimap
-share/apps/kikbd/es.kimap
-share/apps/kikbd/et.kimap
-share/apps/kikbd/fi.kimap
-share/apps/kikbd/fr.kimap
-share/apps/kikbd/fr_ch.kimap
-share/apps/kikbd/he.kimap
-share/apps/kikbd/hr.kimap
-share/apps/kikbd/hu.kimap
-share/apps/kikbd/is.kimap
-share/apps/kikbd/it.kimap
-share/apps/kikbd/la.kimap
-share/apps/kikbd/lt.kimap
-share/apps/kikbd/no.kimap
-share/apps/kikbd/pl.kimap
-share/apps/kikbd/plnew.kimap
-share/apps/kikbd/pt-acc.kimap
-share/apps/kikbd/pt.kimap
-share/apps/kikbd/ro.kimap
-share/apps/kikbd/ru.kimap
-share/apps/kikbd/rua.kimap
-share/apps/kikbd/rui.kimap
-share/apps/kikbd/rum.kimap
-share/apps/kikbd/rumcyr.kimap
-share/apps/kikbd/ruw.kimap
-share/apps/kikbd/ruwm.kimap
-share/apps/kikbd/se.kimap
-share/apps/kikbd/skp.kimap
-share/apps/kikbd/sky.kimap
-share/apps/kikbd/skz.kimap
-share/apps/kikbd/sv.kimap
-share/apps/kikbd/th.kimap
-share/apps/kikbd/trq.kimap
-share/apps/kikbd/ua.kimap
-share/apps/kikbd/uam.kimap
-share/apps/kikbd/uaw.kimap
-share/apps/kikbd/uawm.kimap
-share/apps/kikbd/weu.kimap
+share/apps/kdm/pics/kdeflower.png
+share/apps/kdm/pics/kdelogo.png
+share/apps/kdm/pics/users/default.png
+share/apps/kdm/pics/users/default2.png
+share/apps/kdm/pics/users/root.png
+share/apps/kdm/pics/users/root2.png
+share/apps/khelpcenter/plugins/Tutorials/.directory
+share/apps/khelpcenter/plugins/Tutorials/quickstart.kdelnk
+share/apps/kicker/default/personal_directory
+share/apps/kicker/internalapplets/kasbarapplet.desktop
+share/apps/kicker/internalapplets/kdateapplet.desktop
+share/apps/kicker/internalapplets/kdockapplet.desktop
+share/apps/kicker/internalapplets/kminipagerapplet.desktop
+share/apps/kicker/internalapplets/koolclockapplet.desktop
+share/apps/kicker/internalapplets/kpagerapplet.desktop
+share/apps/kicker/internalapplets/ktaskbarapplet.desktop
+share/apps/kicker/pics/disk1.png
+share/apps/kicker/pics/disk2.png
+share/apps/kicker/pics/disk3.png
+share/apps/kicker/pics/disk4.png
+share/apps/kicker/pics/disk5.png
+share/apps/kicker/pics/disk6.png
+share/apps/kicker/pics/disk7.png
+share/apps/kicker/pics/disk8.png
+share/apps/kicker/tiles/solid_blue_large_down.png
+share/apps/kicker/tiles/solid_blue_large_up.png
+share/apps/kicker/tiles/solid_blue_normal_down.png
+share/apps/kicker/tiles/solid_blue_normal_up.png
+share/apps/kicker/tiles/solid_blue_tiny_down.png
+share/apps/kicker/tiles/solid_blue_tiny_up.png
+share/apps/kicker/tiles/solid_gray_large_down.png
+share/apps/kicker/tiles/solid_gray_large_up.png
+share/apps/kicker/tiles/solid_gray_normal_down.png
+share/apps/kicker/tiles/solid_gray_normal_up.png
+share/apps/kicker/tiles/solid_gray_tiny_down.png
+share/apps/kicker/tiles/solid_gray_tiny_up.png
+share/apps/kicker/tiles/solid_green_large_down.png
+share/apps/kicker/tiles/solid_green_large_up.png
+share/apps/kicker/tiles/solid_green_normal_down.png
+share/apps/kicker/tiles/solid_green_normal_up.png
+share/apps/kicker/tiles/solid_green_tiny_down.png
+share/apps/kicker/tiles/solid_green_tiny_up.png
+share/apps/kicker/tiles/solid_orange_large_down.png
+share/apps/kicker/tiles/solid_orange_large_up.png
+share/apps/kicker/tiles/solid_orange_normal_down.png
+share/apps/kicker/tiles/solid_orange_normal_up.png
+share/apps/kicker/tiles/solid_orange_tiny_down.png
+share/apps/kicker/tiles/solid_orange_tiny_up.png
+share/apps/kicker/tiles/solid_red_large_down.png
+share/apps/kicker/tiles/solid_red_large_up.png
+share/apps/kicker/tiles/solid_red_normal_down.png
+share/apps/kicker/tiles/solid_red_normal_up.png
+share/apps/kicker/tiles/solid_red_tiny_down.png
+share/apps/kicker/tiles/solid_red_tiny_up.png
+share/apps/kio_info/kde-info2html
+share/apps/kio_info/kde-info2html.conf
+share/apps/konqiconview/konq_iconview.rc
+share/apps/konqlistview/konq_detailedlistview.rc
+share/apps/konqlistview/konq_textview.rc
+share/apps/konqlistview/konq_treeview.rc
+share/apps/konqueror/dirtree/home.desktop
+share/apps/konqueror/dirtree/remote/.directory
+share/apps/konqueror/dirtree/remote/ftp/.directory
+share/apps/konqueror/dirtree/remote/ftp/kde_ftp.desktop
+share/apps/konqueror/dirtree/remote/web/.directory
+share/apps/konqueror/dirtree/remote/web/kde_web.desktop
+share/apps/konqueror/dirtree/remote/windows.desktop
+share/apps/konqueror/dirtree/root.desktop
+share/apps/konqueror/konqueror.rc
+share/apps/konqueror/pics/indicator_anchor.png
+share/apps/konqueror/pics/indicator_connect.png
+share/apps/konqueror/pics/indicator_empty.png
+share/apps/konqueror/pics/indicator_noconnect.png
+share/apps/konqueror/pics/indicator_viewactive.png
share/apps/konsole/BlackOnLightYellow.schema
share/apps/konsole/BlackOnWhite.schema
share/apps/konsole/DarkPicture.schema
share/apps/konsole/Example.Schema
share/apps/konsole/GreenOnBlack.schema
+share/apps/konsole/GreenTint.schema
+share/apps/konsole/GreenTint_MC.schema
share/apps/konsole/LightPicture.schema
share/apps/konsole/Linux.schema
+share/apps/konsole/Transparent.schema
+share/apps/konsole/Transparent_MC.schema
+share/apps/konsole/Transparent_lightbg.schema
share/apps/konsole/WhiteOnBlack.schema
share/apps/konsole/XTerm.schema
+share/apps/konsole/default.Keytab
share/apps/konsole/default.Schema
-share/apps/konsole/linux.kdelnk
-share/apps/konsole/mc.kdelnk
-share/apps/konsole/shell.kdelnk
-share/apps/konsole/su.kdelnk
+share/apps/konsole/konsole_part.rc
+share/apps/konsole/linux.desktop
+share/apps/konsole/linux.keytab
+share/apps/konsole/mc.desktop
+share/apps/konsole/shell.desktop
+share/apps/konsole/su.desktop
share/apps/konsole/syscolor.schema
share/apps/konsole/vim.schema
-share/apps/kpanel/default/Desktop.kdelnk
-share/apps/kpanel/default/Home.kdelnk
-share/apps/kpanel/default/personal_directory
-share/apps/kpanel/pics/exit.xpm
-share/apps/kpanel/pics/go.xpm
-share/apps/kpanel/pics/kdisknav.xpm
-share/apps/kpanel/pics/key.xpm
-share/apps/kpanel/pics/kfm_home.xpm
-share/apps/kpanel/pics/large/go.xpm
-share/apps/kpanel/pics/large/kdisknav.xpm
-share/apps/kpanel/pics/large/kfm_home.xpm
-share/apps/kpanel/pics/large/pers_applnk.xpm
-share/apps/kpanel/pics/large/window_list.xpm
-share/apps/kpanel/pics/mini/go.xpm
-share/apps/kpanel/pics/mini/kdisknav.xpm
-share/apps/kpanel/pics/mini/mini-exit.xpm
-share/apps/kpanel/pics/mini/mini-key.xpm
-share/apps/kpanel/pics/mini/mini-panel.xpm
-share/apps/kpanel/pics/mini/pers_applnk.xpm
-share/apps/kpanel/pics/mini/personal.xpm
-share/apps/kpanel/pics/mini/window_list.xpm
-share/apps/kpanel/pics/pers_applnk.xpm
-share/apps/kpanel/pics/personal.xpm
-share/apps/kpanel/pics/shared.xpm
-share/apps/kpanel/pics/window_list.xpm
+share/apps/konsole/vt100.keytab
share/apps/kscreensaver/kscience-small.gif
share/apps/kscreensaver/kscience.gif
-share/apps/kthememgr/Themes/Astronique.tar.gz
-share/apps/kthememgr/Themes/Bryce.tar.gz
-share/apps/kthememgr/Themes/Default.tar.gz
-share/apps/kthememgr/Themes/Glax.tar.gz
-share/apps/kthememgr/Themes/MGBreizh.tar.gz
-share/apps/kthememgr/Themes/Nostalgy.tar.gz
-share/apps/kthememgr/Themes/Template.themerc
-share/apps/kthememgr/Themes/Wood.tar.gz
-share/apps/kthememgr/theme.mappings
-share/apps/kwm/pics/bluesun.gif
-share/apps/kwm/pics/close.xpm
-share/apps/kwm/pics/fog-grey.gif
-share/apps/kwm/pics/fog.gif
-share/apps/kwm/pics/greenie.dim.xpm
-share/apps/kwm/pics/greenie.light.xpm
-share/apps/kwm/pics/iconify.xpm
-share/apps/kwm/pics/maximize.xpm
-share/apps/kwm/pics/maximizedown.xpm
-share/apps/kwm/pics/menu.xpm
-share/apps/kwm/pics/pindown.xpm
-share/apps/kwm/pics/pinup.xpm
-share/apps/kwm/pics/unknown.xpm
-share/config/desktop
-share/config/desktop0rc
-share/config/desktop1rc
-share/config/desktop2rc
-share/config/desktop3rc
-share/config/kcmlocalerc
+share/apps/kwelcome/pics/welcome.png
+share/apps/kwin/b2.desktop
+share/apps/kwin/eventsrc
+share/apps/kwin/kstep.desktop
+share/apps/kwin/laptop.desktop
+share/apps/kwin/modernsystem.desktop
+share/apps/kwin/riscos.desktop
+share/apps/kwin/system.desktop
+share/apps/kwm/pics/bluesun.png
+share/apps/kwm/pics/close.png
+share/apps/kwm/pics/fog-grey.png
+share/apps/kwm/pics/fog.png
+share/apps/kwm/pics/greenie.dim.png
+share/apps/kwm/pics/greenie.light.png
+share/apps/kwm/pics/iconify.png
+share/apps/kwm/pics/maximize.png
+share/apps/kwm/pics/maximizedown.png
+share/apps/kwm/pics/menu.png
+share/apps/kwm/pics/pindown.png
+share/apps/kwm/pics/pinup.png
+share/apps/kwm/pics/unknown.png
+share/apps/quickbrowser/Home.desktop
+share/apps/quickbrowser/KDE.desktop
+share/apps/quickbrowser/Root.desktop
+share/config/attractionrc
+share/config/bouboulerc
+share/config/coralrc
+share/config/crystalrc
+share/config/decayscreenrc
+share/config/deluxerc
+share/config/demonrc
+share/config/epicyclerc
+share/config/fadeplotrc
+share/config/flamerc
+share/config/flowrc
+share/config/forestrc
+share/config/gearsrc
+share/config/gravrc
+share/config/halorc
+share/config/interferencerc
share/config/kdmrc
-share/config/kfmrc
-share/config/kikbdrc
-share/config/kpanelrc
-share/doc/HTML/en/kcontrol/index-1.html
-share/doc/HTML/en/kcontrol/index-2.html
+share/config/kumpparc
+share/config/kuriikwsfilterrc
+share/config/laserrc
+share/config/lissierc
+share/config/penroserc
+share/config/protocols/help.desktop
+share/config/protocols/info.desktop
+share/config/protocols/man.desktop
+share/config/protocols/nntp.desktop
+share/config/protocols/pop3.desktop
+share/config/protocols/smb.desktop
+share/config/rocksrc
+share/config/sliprc
+share/doc/HTML/en/kcontrol/.anchors
+share/doc/HTML/en/kcontrol/index.cvlog
+share/doc/HTML/en/kcontrol/index.docbook
share/doc/HTML/en/kcontrol/index.html
-share/doc/HTML/en/kcontrol/kcmbell/bell-1.html
-share/doc/HTML/en/kcontrol/kcmbell/bell.html
-share/doc/HTML/en/kcontrol/kcmbell/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-1.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-2.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-3.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-4.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-5.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-6.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-7.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-8.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay.html
-share/doc/HTML/en/kcontrol/kcmdisplay/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminfo/info-1.html
-share/doc/HTML/en/kcontrol/kcminfo/info-10.html
-share/doc/HTML/en/kcontrol/kcminfo/info-11.html
-share/doc/HTML/en/kcontrol/kcminfo/info-2.html
-share/doc/HTML/en/kcontrol/kcminfo/info-3.html
-share/doc/HTML/en/kcontrol/kcminfo/info-4.html
-share/doc/HTML/en/kcontrol/kcminfo/info-5.html
-share/doc/HTML/en/kcontrol/kcminfo/info-6.html
-share/doc/HTML/en/kcontrol/kcminfo/info-7.html
-share/doc/HTML/en/kcontrol/kcminfo/info-8.html
-share/doc/HTML/en/kcontrol/kcminfo/info-9.html
-share/doc/HTML/en/kcontrol/kcminfo/info.html
-share/doc/HTML/en/kcontrol/kcminfo/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminput/input-1.html
-share/doc/HTML/en/kcontrol/kcminput/input-2.html
-share/doc/HTML/en/kcontrol/kcminput/input.html
-share/doc/HTML/en/kcontrol/kcminput/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkeys/keys-1.html
-share/doc/HTML/en/kcontrol/kcmkeys/keys.html
-share/doc/HTML/en/kcontrol/kcmkeys/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-1.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-2.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-3.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-4.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-5.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-6.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-7.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-8.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm.html
-share/doc/HTML/en/kcontrol/kcmkfm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-1.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-2.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-3.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel.html
-share/doc/HTML/en/kcontrol/kcmkpanel/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-1.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-2.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-3.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-4.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-5.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-6.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm.html
-share/doc/HTML/en/kcontrol/kcmkwm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmlocale/locale-1.html
-share/doc/HTML/en/kcontrol/kcmlocale/locale.html
-share/doc/HTML/en/kcontrol/kcmlocale/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-1.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-2.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus.html
-share/doc/HTML/en/kcontrol/kcmsyssound/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound-1.html
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound.html
+share/doc/HTML/en/kcontrol/kcmbell/.anchors
+share/doc/HTML/en/kcontrol/kcmbell/configuringthebell.html
+share/doc/HTML/en/kcontrol/kcmbell/index.cvlog
+share/doc/HTML/en/kcontrol/kcmbell/index.docbook
+share/doc/HTML/en/kcontrol/kcmbell/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/.anchors
+share/doc/HTML/en/kcontrol/kcmdisplay/background-color.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background-preview.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background.html
+share/doc/HTML/en/kcontrol/kcmdisplay/color-schemes.html
+share/doc/HTML/en/kcontrol/kcmdisplay/colorscheme.html
+share/doc/HTML/en/kcontrol/kcmdisplay/fonts.html
+share/doc/HTML/en/kcontrol/kcmdisplay/index.cvlog
+share/doc/HTML/en/kcontrol/kcmdisplay/index.docbook
+share/doc/HTML/en/kcontrol/kcmdisplay/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/introduction.html
+share/doc/HTML/en/kcontrol/kcmdisplay/questionsandanswers.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screen-saver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screensaver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/settings.html
+share/doc/HTML/en/kcontrol/kcmdisplay/style.html
+share/doc/HTML/en/kcontrol/kcmdisplay/tutorial.html
+share/doc/HTML/en/kcontrol/kcmdisplay/wallpaper.html
+share/doc/HTML/en/kcontrol/kcmdisplay/widget-color.html
+share/doc/HTML/en/kcontrol/kcminfo/.anchors
+share/doc/HTML/en/kcontrol/kcminfo/deviceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/dmachannelinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/index.cvlog
+share/doc/HTML/en/kcontrol/kcminfo/index.docbook
+share/doc/HTML/en/kcontrol/kcminfo/index.html
+share/doc/HTML/en/kcontrol/kcminfo/interruptrequestirqlinesinuse.html
+share/doc/HTML/en/kcontrol/kcminfo/ioportinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/memoryusageinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/partitioninformation.html
+share/doc/HTML/en/kcontrol/kcminfo/pcibusandinstalledpcicards.html
+share/doc/HTML/en/kcontrol/kcminfo/processorinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/scsiinterfaceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/soundcardinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/xserverinformation.html
+share/doc/HTML/en/kcontrol/kcminput/.anchors
+share/doc/HTML/en/kcontrol/kcminput/configuringthekeyboard.html
+share/doc/HTML/en/kcontrol/kcminput/configuringthemouse.html
+share/doc/HTML/en/kcontrol/kcminput/index.cvlog
+share/doc/HTML/en/kcontrol/kcminput/index.docbook
+share/doc/HTML/en/kcontrol/kcminput/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/.anchors
+share/doc/HTML/en/kcontrol/kcmkdesu/configuring-kdesu.html
+share/doc/HTML/en/kcontrol/kcmkdesu/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkdesu/index.docbook
+share/doc/HTML/en/kcontrol/kcmkdesu/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/password-keeping.html
+share/doc/HTML/en/kcontrol/kcmkeys/.anchors
+share/doc/HTML/en/kcontrol/kcmkeys/configurationofkeybindingsshortcutkeys.html
+share/doc/HTML/en/kcontrol/kcmkeys/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkeys/index.docbook
+share/doc/HTML/en/kcontrol/kcmkeys/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/.anchors
+share/doc/HTML/en/kcontrol/kcmkfm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkfm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkfm/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationcolor.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationdesktopicons.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationfonts.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmfilemanagerconfigurationother.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationcookies.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationhttp.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationproxy.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationsmb.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationuseragent.html
+share/doc/HTML/en/kcontrol/kcmkpanel/.anchors
+share/doc/HTML/en/kcontrol/kcmkpanel/configuringvirtualdesktops.html
+share/doc/HTML/en/kcontrol/kcmkpanel/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkpanel/index.docbook
+share/doc/HTML/en/kcontrol/kcmkpanel/index.html
+share/doc/HTML/en/kcontrol/kcmkpanel/panelandtaskbarlocationandstyle.html
+share/doc/HTML/en/kcontrol/kcmkpanel/paneloptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/.anchors
+share/doc/HTML/en/kcontrol/kcmkwm/advancedwindowmanagersettings.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringdesktopborderproperties.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringmousebuttonactions.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarappearanceandaction.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarbuttons.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringwindowmanagementoptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkwm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkwm/index.html
+share/doc/HTML/en/kcontrol/kcmkwm/window-focus-policy..html
+share/doc/HTML/en/kcontrol/kcmkwm/window-placement-policy..html
+share/doc/HTML/en/kcontrol/kcmlocale/.anchors
+share/doc/HTML/en/kcontrol/kcmlocale/index.cvlog
+share/doc/HTML/en/kcontrol/kcmlocale/index.docbook
+share/doc/HTML/en/kcontrol/kcmlocale/index.html
+share/doc/HTML/en/kcontrol/kcmlocale/settingthelanguage.html
+share/doc/HTML/en/kcontrol/kcmsamba/.anchors
+share/doc/HTML/en/kcontrol/kcmsamba/authors.html
+share/doc/HTML/en/kcontrol/kcmsamba/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsamba/index.docbook
+share/doc/HTML/en/kcontrol/kcmsamba/index.html
+share/doc/HTML/en/kcontrol/kcmsamba/thesambastatusmonitor.html
+share/doc/HTML/en/kcontrol/kcmsyssound/.anchors
+share/doc/HTML/en/kcontrol/kcmsyssound/configurationofsystemsounds.html
+share/doc/HTML/en/kcontrol/kcmsyssound/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsyssound/index.docbook
+share/doc/HTML/en/kcontrol/kcmsyssound/index.html
+share/doc/HTML/en/kcontrol/kdmconfig/.anchors
+share/doc/HTML/en/kcontrol/kdmconfig/background.html
+share/doc/HTML/en/kcontrol/kdmconfig/font.html
+share/doc/HTML/en/kcontrol/kdmconfig/index.cvlog
+share/doc/HTML/en/kcontrol/kdmconfig/index.docbook
share/doc/HTML/en/kcontrol/kdmconfig/index.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-appear.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-backgnd.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-font.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-sess.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-users.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-1.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-2.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-3.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-4.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr.html
-share/doc/HTML/en/kcontrol/kthememgr/logotp3.gif
-share/doc/HTML/en/kcontrol/logotp3.gif
-share/doc/HTML/en/kdehelp/contact.html
-share/doc/HTML/en/kdehelp/devel.html
-share/doc/HTML/en/kdehelp/exec.xpm
-share/doc/HTML/en/kdehelp/index.html
-share/doc/HTML/en/kdehelp/intro.html
-share/doc/HTML/en/kdehelp/kde.html
-share/doc/HTML/en/kdehelp/kdeside.gif
-share/doc/HTML/en/kdehelp/kogo3.gif
-share/doc/HTML/en/kdehelp/kpanel/index-1.html
-share/doc/HTML/en/kdehelp/kpanel/index-2.html
-share/doc/HTML/en/kdehelp/kpanel/index-3.html
-share/doc/HTML/en/kdehelp/kpanel/index-4.html
-share/doc/HTML/en/kdehelp/kpanel/index-5.html
-share/doc/HTML/en/kdehelp/kpanel/index.html
-share/doc/HTML/en/kdehelp/kpanel/logotp3.gif
-share/doc/HTML/en/kdehelp/ksearch.html
-share/doc/HTML/en/kdehelp/kule.gif
-share/doc/HTML/en/kdehelp/kwm/index-1.html
-share/doc/HTML/en/kdehelp/kwm/index-2.html
-share/doc/HTML/en/kdehelp/kwm/index-3.html
-share/doc/HTML/en/kdehelp/kwm/index-4.html
-share/doc/HTML/en/kdehelp/kwm/index-5.html
-share/doc/HTML/en/kdehelp/kwm/index-6.html
-share/doc/HTML/en/kdehelp/kwm/index.html
-share/doc/HTML/en/kdehelp/kwm/logotp3.gif
-share/doc/HTML/en/kdehelp/logotp3.gif
-share/doc/HTML/en/kdehelp/main.html
-share/doc/HTML/en/kdehelp/nav_bar.gif
-share/doc/HTML/en/kdehelp/quickstart/index-1.html
-share/doc/HTML/en/kdehelp/quickstart/index-10.html
-share/doc/HTML/en/kdehelp/quickstart/index-2.html
-share/doc/HTML/en/kdehelp/quickstart/index-3.html
-share/doc/HTML/en/kdehelp/quickstart/index-4.html
-share/doc/HTML/en/kdehelp/quickstart/index-5.html
-share/doc/HTML/en/kdehelp/quickstart/index-6.html
-share/doc/HTML/en/kdehelp/quickstart/index-7.html
-share/doc/HTML/en/kdehelp/quickstart/index-8.html
-share/doc/HTML/en/kdehelp/quickstart/index-9.html
-share/doc/HTML/en/kdehelp/quickstart/index.html
-share/doc/HTML/en/kdehelp/quickstart/logotp3.gif
-share/doc/HTML/en/kdehelp/single_pixel.gif
-share/doc/HTML/en/kdehelp/support.html
-share/doc/HTML/en/kdehelp/tealbar.gif
-share/doc/HTML/en/kdehelp/whatis.html
-share/doc/HTML/en/kdehelp/whatiskde.html
-share/doc/HTML/en/kdisknav/kdisknav-1.html
-share/doc/HTML/en/kdisknav/kdisknav-2.html
-share/doc/HTML/en/kdisknav/kdisknav-3.html
-share/doc/HTML/en/kdisknav/kdisknav-4.html
-share/doc/HTML/en/kdisknav/kdisknav-5.html
-share/doc/HTML/en/kdisknav/kdisknav-6.html
-share/doc/HTML/en/kdisknav/kdisknav-7.html
-share/doc/HTML/en/kdisknav/kdisknav.html
-share/doc/HTML/en/kdisknav/kdisknav.sgml
-share/doc/HTML/en/kdisknav/logotp3.gif
-share/doc/HTML/en/kdm/index-1.html
-share/doc/HTML/en/kdm/index-2.html
-share/doc/HTML/en/kdm/index-3.html
-share/doc/HTML/en/kdm/index-4.html
+share/doc/HTML/en/kcontrol/kdmconfig/kdmconfiguration.html
+share/doc/HTML/en/kcontrol/kdmconfig/sessions.html
+share/doc/HTML/en/kcontrol/kdmconfig/users.html
+share/doc/HTML/en/kcontrol/kthememgr/.anchors
+share/doc/HTML/en/kcontrol/kthememgr/aboutthepackage.html
+share/doc/HTML/en/kcontrol/kthememgr/authors.html
+share/doc/HTML/en/kcontrol/kthememgr/index.cvlog
+share/doc/HTML/en/kcontrol/kthememgr/index.docbook
+share/doc/HTML/en/kcontrol/kthememgr/index.html
+share/doc/HTML/en/kcontrol/kthememgr/kdethememanagerinstaller.html
+share/doc/HTML/en/kcontrol/kthememgr/themepackagecontents.html
+share/doc/HTML/en/kcontrol/theconfigurationmodules.html
+share/doc/HTML/en/kcontrol/thekdecontrolcenter.html
+share/doc/HTML/en/kdebugdialog/.anchors
+share/doc/HTML/en/kdebugdialog/index.docbook
+share/doc/HTML/en/kdebugdialog/index.html
+share/doc/HTML/en/kdebugdialog/introduction.html
+share/doc/HTML/en/kdesu/.anchors
+share/doc/HTML/en/kdesu/author.html
+share/doc/HTML/en/kdesu/compiling.html
+share/doc/HTML/en/kdesu/configuration.html
+share/doc/HTML/en/kdesu/index.cvlog
+share/doc/HTML/en/kdesu/index.docbook
+share/doc/HTML/en/kdesu/index.html
+share/doc/HTML/en/kdesu/installation.html
+share/doc/HTML/en/kdesu/interface-to-su.html
+share/doc/HTML/en/kdesu/internals.html
+share/doc/HTML/en/kdesu/introduction.html
+share/doc/HTML/en/kdesu/password-checking.html
+share/doc/HTML/en/kdesu/secpasswordkeeping.html
+share/doc/HTML/en/kdesu/usingkdesu.html
+share/doc/HTML/en/kdisknav/.anchors
+share/doc/HTML/en/kdisknav/addingchangingandremovingfilesystementries.html
+share/doc/HTML/en/kdisknav/configurationfile.html
+share/doc/HTML/en/kdisknav/featurestips.html
+share/doc/HTML/en/kdisknav/feedback.html
+share/doc/HTML/en/kdisknav/index.cvlog
+share/doc/HTML/en/kdisknav/index.docbook
+share/doc/HTML/en/kdisknav/index.html
+share/doc/HTML/en/kdisknav/introduction.html
+share/doc/HTML/en/kdisknav/notes.html
+share/doc/HTML/en/kdisknav/options.html
+share/doc/HTML/en/kdm/.anchors
+share/doc/HTML/en/kdm/configuringkdm.html
+share/doc/HTML/en/kdm/different-window-managers-with-kdm-chooser.html
+share/doc/HTML/en/kdm/index.cvlog
+share/doc/HTML/en/kdm/index.docbook
share/doc/HTML/en/kdm/index.html
-share/doc/HTML/en/kdm/logotp3.gif
-share/doc/HTML/en/kfind/index-1.html
-share/doc/HTML/en/kfind/index-2.html
-share/doc/HTML/en/kfind/index-3.html
-share/doc/HTML/en/kfind/index-4.html
-share/doc/HTML/en/kfind/index.html
-share/doc/HTML/en/kfind/index.sgml
-share/doc/HTML/en/kfind/logotp3.gif
-share/doc/HTML/en/kfm/app.html
-share/doc/HTML/en/kfm/app1.gif
-share/doc/HTML/en/kfm/app2.gif
-share/doc/HTML/en/kfm/app2.html
-share/doc/HTML/en/kfm/app3.gif
-share/doc/HTML/en/kfm/app4.gif
+share/doc/HTML/en/kdm/installingkdm.html
+share/doc/HTML/en/kdm/introduction.html
+share/doc/HTML/en/kdm/kdmdesktop.html
+share/doc/HTML/en/kdm/legalstuff.html
+share/doc/HTML/en/kdm/locale.html
+share/doc/HTML/en/kfm/.anchors
+share/doc/HTML/en/kfm/app1.png
+share/doc/HTML/en/kfm/app2.png
+share/doc/HTML/en/kfm/app3.png
+share/doc/HTML/en/kfm/app4.png
share/doc/HTML/en/kfm/bookmarks.html
-share/doc/HTML/en/kfm/dontpanic.jpeg
-share/doc/HTML/en/kfm/index-1.html
-share/doc/HTML/en/kfm/index-2.html
-share/doc/HTML/en/kfm/index-3.html
-share/doc/HTML/en/kfm/index-4.html
-share/doc/HTML/en/kfm/index-5.html
-share/doc/HTML/en/kfm/index-6.html
-share/doc/HTML/en/kfm/index-7.html
+share/doc/HTML/en/kfm/copyright.html
+share/doc/HTML/en/kfm/credits.html
+share/doc/HTML/en/kfm/dontpanic.png
+share/doc/HTML/en/kfm/frequentlyaskedquestions.html
+share/doc/HTML/en/kfm/how-can-i-link-a-url-on-the-desktop.html
+share/doc/HTML/en/kfm/how-can-i-look-in-a-tar-file.html
+share/doc/HTML/en/kfm/how-can-i-mount-a-device.html
+share/doc/HTML/en/kfm/how-can-i-open-a-new-view-for-a-directory.html
+share/doc/HTML/en/kfm/how-can-i-print.html
+share/doc/HTML/en/kfm/how-can-i-select-multiple-files.html
+share/doc/HTML/en/kfm/how-can-i-start-kfm-without-any-opened-windo.html
+share/doc/HTML/en/kfm/how-to-install-a-new-application.html
+share/doc/HTML/en/kfm/how-to-install-new-data-types.html
+share/doc/HTML/en/kfm/index.cvlog
+share/doc/HTML/en/kfm/index.docbook
share/doc/HTML/en/kfm/index.html
-share/doc/HTML/en/kfm/keyboard.html
-share/doc/HTML/en/kfm/kfm.jpeg
-share/doc/HTML/en/kfm/kfm_how.html
-share/doc/HTML/en/kfm/kfm_phil.html
-share/doc/HTML/en/kfm/lesson1.jpeg
-share/doc/HTML/en/kfm/lesson2.jpeg
-share/doc/HTML/en/kfm/lesson3.jpeg
-share/doc/HTML/en/kfm/lesson4.jpeg
-share/doc/HTML/en/kfm/logotp3.gif
-share/doc/HTML/en/kfm/manual.html
-share/doc/HTML/en/kfm/manual.jpeg
-share/doc/HTML/en/kfm/mime.html
-share/doc/HTML/en/kfm/mime1.gif
-share/doc/HTML/en/kfm/mime2.gif
-share/doc/HTML/en/kfm/mime2.html
-share/doc/HTML/en/kfm/mime3.gif
-share/doc/HTML/en/kfm/next.jpeg
-share/doc/HTML/en/kfm/next2.jpeg
-share/doc/HTML/en/kfm/previous.jpeg
-share/doc/HTML/en/kfm/previous2.jpeg
-share/doc/HTML/en/kfm/templates.gif
-share/doc/HTML/en/kfontmanager/index-1.html
-share/doc/HTML/en/kfontmanager/index-2.html
-share/doc/HTML/en/kfontmanager/index-3.html
-share/doc/HTML/en/kfontmanager/index-4.html
+share/doc/HTML/en/kfm/integrating-an-application-step-by-step.html
+share/doc/HTML/en/kfm/internet.html
+share/doc/HTML/en/kfm/introduction.html
+share/doc/HTML/en/kfm/kdelnk-files.html
+share/doc/HTML/en/kfm/look.html
+share/doc/HTML/en/kfm/mime1.png
+share/doc/HTML/en/kfm/mime2.png
+share/doc/HTML/en/kfm/mime3.png
+share/doc/HTML/en/kfm/multi-tasking.html
+share/doc/HTML/en/kfm/philosophy.html
+share/doc/HTML/en/kfm/templates.html
+share/doc/HTML/en/kfm/templates.png
+share/doc/HTML/en/kfm/thanks.html
+share/doc/HTML/en/kfm/usage.html
+share/doc/HTML/en/kfontmanager/.anchors
+share/doc/HTML/en/kfontmanager/fordevelopers.html
+share/doc/HTML/en/kfontmanager/howitworks.html
+share/doc/HTML/en/kfontmanager/index.cvlog
+share/doc/HTML/en/kfontmanager/index.docbook
share/doc/HTML/en/kfontmanager/index.html
-share/doc/HTML/en/kfontmanager/logotp3.gif
-share/doc/HTML/en/kikbd/advanced.gif
-share/doc/HTML/en/kikbd/general.gif
-share/doc/HTML/en/kikbd/kikbd-1.html
-share/doc/HTML/en/kikbd/kikbd-10.html
-share/doc/HTML/en/kikbd/kikbd-11.html
-share/doc/HTML/en/kikbd/kikbd-2.html
-share/doc/HTML/en/kikbd/kikbd-3.html
-share/doc/HTML/en/kikbd/kikbd-4.html
-share/doc/HTML/en/kikbd/kikbd-5.html
-share/doc/HTML/en/kikbd/kikbd-6.html
-share/doc/HTML/en/kikbd/kikbd-7.html
-share/doc/HTML/en/kikbd/kikbd-8.html
-share/doc/HTML/en/kikbd/kikbd-9.html
-share/doc/HTML/en/kikbd/kikbd.html
-share/doc/HTML/en/kikbd/logotp3.gif
-share/doc/HTML/en/kikbd/startup.gif
-share/doc/HTML/en/kikbd/style.gif
-share/doc/HTML/en/kmedia/maudio.html
-share/doc/HTML/en/kmenuedit/index-1.html
-share/doc/HTML/en/kmenuedit/index-2.html
-share/doc/HTML/en/kmenuedit/index-3.html
-share/doc/HTML/en/kmenuedit/index-4.html
-share/doc/HTML/en/kmenuedit/index-5.html
-share/doc/HTML/en/kmenuedit/index.html
-share/doc/HTML/en/kmenuedit/kmenuedit1.gif
-share/doc/HTML/en/kmenuedit/kmenuedit2.gif
-share/doc/HTML/en/kmenuedit/logotp3.gif
-share/doc/HTML/en/konsole/konsole-1.html
-share/doc/HTML/en/konsole/konsole-2.html
-share/doc/HTML/en/konsole/konsole-3.html
-share/doc/HTML/en/konsole/konsole-4.html
-share/doc/HTML/en/konsole/konsole-5.html
-share/doc/HTML/en/konsole/konsole.html
-share/doc/HTML/en/konsole/logotp3.gif
+share/doc/HTML/en/kfontmanager/installation.html
+share/doc/HTML/en/kfontmanager/introduction.html
+share/doc/HTML/en/khelpcenter/contact.html
+share/doc/HTML/en/khelpcenter/exec.xpm
+share/doc/HTML/en/khelpcenter/faq/.anchors
+share/doc/HTML/en/khelpcenter/faq/aboutthisfaq.html
+share/doc/HTML/en/khelpcenter/faq/acronyms.html
+share/doc/HTML/en/khelpcenter/faq/aix.html
+share/doc/HTML/en/khelpcenter/faq/background.html
+share/doc/HTML/en/khelpcenter/faq/backspaceinkde.html
+share/doc/HTML/en/khelpcenter/faq/basepackages.html
+share/doc/HTML/en/khelpcenter/faq/bugreport.html
+share/doc/HTML/en/khelpcenter/faq/bzip2.html
+share/doc/HTML/en/khelpcenter/faq/cannotconnect.html
+share/doc/HTML/en/khelpcenter/faq/changemenus.html
+share/doc/HTML/en/khelpcenter/faq/changemimetypes.html
+share/doc/HTML/en/khelpcenter/faq/checknewmail.html
+share/doc/HTML/en/khelpcenter/faq/colordepth.html
+share/doc/HTML/en/khelpcenter/faq/comercial.html
+share/doc/HTML/en/khelpcenter/faq/compiling.html
+share/doc/HTML/en/khelpcenter/faq/configuringkde.html
+share/doc/HTML/en/khelpcenter/faq/contributing.html
+share/doc/HTML/en/khelpcenter/faq/copypaste.html
+share/doc/HTML/en/khelpcenter/faq/createicons.html
+share/doc/HTML/en/khelpcenter/faq/currentversion.html
+share/doc/HTML/en/khelpcenter/faq/cvs.html
+share/doc/HTML/en/khelpcenter/faq/cvsaccess.html
+share/doc/HTML/en/khelpcenter/faq/cvsmirrors.html
+share/doc/HTML/en/khelpcenter/faq/cvsreadonly.html
+share/doc/HTML/en/khelpcenter/faq/debian.html
+share/doc/HTML/en/khelpcenter/faq/defaultdir.html
+share/doc/HTML/en/khelpcenter/faq/deletefiles.html
+share/doc/HTML/en/khelpcenter/faq/desktopiconmenus.html
+share/doc/HTML/en/khelpcenter/faq/devellist.html
+share/doc/HTML/en/khelpcenter/faq/difffiles.html
+share/doc/HTML/en/khelpcenter/faq/dirappearance.html
+share/doc/HTML/en/khelpcenter/faq/disablesessionmgmt.html
+share/doc/HTML/en/khelpcenter/faq/distros.html
+share/doc/HTML/en/khelpcenter/faq/dosandext2.html
+share/doc/HTML/en/khelpcenter/faq/driveinfo.html
+share/doc/HTML/en/khelpcenter/faq/dualscreen.html
+share/doc/HTML/en/khelpcenter/faq/embedpanel.html
+share/doc/HTML/en/khelpcenter/faq/euro.html
+share/doc/HTML/en/khelpcenter/faq/exitkde.html
+share/doc/HTML/en/khelpcenter/faq/faqmaintainer.html
+share/doc/HTML/en/khelpcenter/faq/filestodesktop.html
+share/doc/HTML/en/khelpcenter/faq/fontstoosmall.html
+share/doc/HTML/en/khelpcenter/faq/ftpclient.html
+share/doc/HTML/en/khelpcenter/faq/getridicons.html
+share/doc/HTML/en/khelpcenter/faq/gettingkde.html
+share/doc/HTML/en/khelpcenter/faq/gettingmoreinformation.html
+share/doc/HTML/en/khelpcenter/faq/gifsupport.html
+share/doc/HTML/en/khelpcenter/faq/highlightmenus.html
+share/doc/HTML/en/khelpcenter/faq/howtostartkde.html
+share/doc/HTML/en/khelpcenter/faq/howtosubscribe.html
+share/doc/HTML/en/khelpcenter/faq/iconified.html
+share/doc/HTML/en/khelpcenter/faq/icons.html
+share/doc/HTML/en/khelpcenter/faq/index.cvlog
+share/doc/HTML/en/khelpcenter/faq/index.docbook
+share/doc/HTML/en/khelpcenter/faq/index.html
+share/doc/HTML/en/khelpcenter/faq/installation.html
+share/doc/HTML/en/khelpcenter/faq/installationinstructions.html
+share/doc/HTML/en/khelpcenter/faq/introduction.html
+share/doc/HTML/en/khelpcenter/faq/isaclone.html
+share/doc/HTML/en/khelpcenter/faq/isfreesoftware.html
+share/doc/HTML/en/khelpcenter/faq/kbiff.html
+share/doc/HTML/en/khelpcenter/faq/kbutton.html
+share/doc/HTML/en/khelpcenter/faq/kdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdebase.html
+share/doc/HTML/en/khelpcenter/faq/kdelogin.html
+share/doc/HTML/en/khelpcenter/faq/kdemailinglists.html
+share/doc/HTML/en/khelpcenter/faq/kdenewsgroups.html
+share/doc/HTML/en/khelpcenter/faq/kdeprogramming.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnonkdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnumlockon.html
+share/doc/HTML/en/khelpcenter/faq/kdminredhat.html
+share/doc/HTML/en/khelpcenter/faq/kdmnoreadsprofile.html
+share/doc/HTML/en/khelpcenter/faq/keyboardswitcher.html
+share/doc/HTML/en/khelpcenter/faq/killingwindows.html
+share/doc/HTML/en/khelpcenter/faq/killkwmpager.html
+share/doc/HTML/en/khelpcenter/faq/kmail.html
+share/doc/HTML/en/khelpcenter/faq/knownbugfixesforkde.html
+share/doc/HTML/en/khelpcenter/faq/koffice.html
+share/doc/HTML/en/khelpcenter/faq/kscd.html
+share/doc/HTML/en/khelpcenter/faq/ktop.html
+share/doc/HTML/en/khelpcenter/faq/kvt.html
+share/doc/HTML/en/khelpcenter/faq/laptop.html
+share/doc/HTML/en/khelpcenter/faq/latestversion.html
+share/doc/HTML/en/khelpcenter/faq/launchtodesktop.html
+share/doc/HTML/en/khelpcenter/faq/leftbuttonmenu.html
+share/doc/HTML/en/khelpcenter/faq/loopbackdevice.html
+share/doc/HTML/en/khelpcenter/faq/maclike.html
+share/doc/HTML/en/khelpcenter/faq/mailinglistarchive.html
+share/doc/HTML/en/khelpcenter/faq/maximizeonedim.html
+share/doc/HTML/en/khelpcenter/faq/miscellaneousquestions.html
+share/doc/HTML/en/khelpcenter/faq/mountfromdesktop.html
+share/doc/HTML/en/khelpcenter/faq/mountfs.html
+share/doc/HTML/en/khelpcenter/faq/mousewheel.html
+share/doc/HTML/en/khelpcenter/faq/movequickly.html
+share/doc/HTML/en/khelpcenter/faq/netscape.html
+share/doc/HTML/en/khelpcenter/faq/noborder.html
+share/doc/HTML/en/khelpcenter/faq/nonanonftp.html
+share/doc/HTML/en/khelpcenter/faq/noncompliant.html
+share/doc/HTML/en/khelpcenter/faq/noredhatlogo.html
+share/doc/HTML/en/khelpcenter/faq/notreallykderelated.html
+share/doc/HTML/en/khelpcenter/faq/nsbookmark.html
+share/doc/HTML/en/khelpcenter/faq/ownshortcuts.html
+share/doc/HTML/en/khelpcenter/faq/packageformats.html
+share/doc/HTML/en/khelpcenter/faq/panelcomplains.html
+share/doc/HTML/en/khelpcenter/faq/percentinexecline.html
+share/doc/HTML/en/khelpcenter/faq/platform.html
+share/doc/HTML/en/khelpcenter/faq/postinstallation.html
+share/doc/HTML/en/khelpcenter/faq/prerequisites.html
+share/doc/HTML/en/khelpcenter/faq/progwithouticons.html
+share/doc/HTML/en/khelpcenter/faq/qtclone.html
+share/doc/HTML/en/khelpcenter/faq/qtisntfree.html
+share/doc/HTML/en/khelpcenter/faq/redhat.html
+share/doc/HTML/en/khelpcenter/faq/redhatmenustokde.html
+share/doc/HTML/en/khelpcenter/faq/redhatstartmenu.html
+share/doc/HTML/en/khelpcenter/faq/removeold.html
+share/doc/HTML/en/khelpcenter/faq/replacewinmanager.html
+share/doc/HTML/en/khelpcenter/faq/rpmssuse.html
+share/doc/HTML/en/khelpcenter/faq/saveasinkfm.html
+share/doc/HTML/en/khelpcenter/faq/screenshots.html
+share/doc/HTML/en/khelpcenter/faq/shadingawindow.html
+share/doc/HTML/en/khelpcenter/faq/shadowpasswords.html
+share/doc/HTML/en/khelpcenter/faq/snapshotconfig.html
+share/doc/HTML/en/khelpcenter/faq/snapshots.html
+share/doc/HTML/en/khelpcenter/faq/solaris.html
+share/doc/HTML/en/khelpcenter/faq/staroffice.html
+share/doc/HTML/en/khelpcenter/faq/startupdir.html
+share/doc/HTML/en/khelpcenter/faq/stickywindow.html
+share/doc/HTML/en/khelpcenter/faq/systemsound.html
+share/doc/HTML/en/khelpcenter/faq/templatesfolder.html
+share/doc/HTML/en/khelpcenter/faq/thedesktop.html
+share/doc/HTML/en/khelpcenter/faq/thefilemanager.html
+share/doc/HTML/en/khelpcenter/faq/themes.html
+share/doc/HTML/en/khelpcenter/faq/thepanel.html
+share/doc/HTML/en/khelpcenter/faq/thewindowmanager.html
+share/doc/HTML/en/khelpcenter/faq/toolforwebpages.html
+share/doc/HTML/en/khelpcenter/faq/translating.html
+share/doc/HTML/en/khelpcenter/faq/transparentbgnd.html
+share/doc/HTML/en/khelpcenter/faq/truetype.html
+share/doc/HTML/en/khelpcenter/faq/twobutton.html
+share/doc/HTML/en/khelpcenter/faq/uninstall.html
+share/doc/HTML/en/khelpcenter/faq/upgrade.html
+share/doc/HTML/en/khelpcenter/faq/upgradekernel.html
+share/doc/HTML/en/khelpcenter/faq/usefultips.html
+share/doc/HTML/en/khelpcenter/faq/userdirectory.html
+share/doc/HTML/en/khelpcenter/faq/whatisqt.html
+share/doc/HTML/en/khelpcenter/faq/whatkstandfor.html
+share/doc/HTML/en/khelpcenter/faq/wheretogetqt.html
+share/doc/HTML/en/khelpcenter/faq/whichversion.html
+share/doc/HTML/en/khelpcenter/faq/whynotother.html
+share/doc/HTML/en/khelpcenter/faq/windowplacement.html
+share/doc/HTML/en/khelpcenter/faq/windowskeys.html
+share/doc/HTML/en/khelpcenter/faq/winmanager.html
+share/doc/HTML/en/khelpcenter/faq/winmanonthefly.html
+share/doc/HTML/en/khelpcenter/faq/wrongcharset.html
+share/doc/HTML/en/khelpcenter/faq/wrongtime.html
+share/doc/HTML/en/khelpcenter/faq/xmousetoarrow.html
+share/doc/HTML/en/khelpcenter/faq/xserverforwindows.html
+share/doc/HTML/en/khelpcenter/index.html
+share/doc/HTML/en/khelpcenter/kdelogo.png
+share/doc/HTML/en/khelpcenter/laptop.png
+share/doc/HTML/en/khelpcenter/links.html
+share/doc/HTML/en/khelpcenter/main.html
+share/doc/HTML/en/khelpcenter/quickstart/.anchors
+share/doc/HTML/en/khelpcenter/quickstart/advancedtopics.html
+share/doc/HTML/en/khelpcenter/quickstart/anoverviewofkde.html
+share/doc/HTML/en/khelpcenter/quickstart/archivesandnetworks.html
+share/doc/HTML/en/khelpcenter/quickstart/commandline.html
+share/doc/HTML/en/khelpcenter/quickstart/configuration.html
+share/doc/HTML/en/khelpcenter/quickstart/configure.html
+share/doc/HTML/en/khelpcenter/quickstart/credits.html
+share/doc/HTML/en/khelpcenter/quickstart/index.cvlog
+share/doc/HTML/en/khelpcenter/quickstart/index.docbook
+share/doc/HTML/en/khelpcenter/quickstart/index.html
+share/doc/HTML/en/khelpcenter/quickstart/introduction.html
+share/doc/HTML/en/khelpcenter/quickstart/kdeanexcitingjourney.html
+share/doc/HTML/en/khelpcenter/quickstart/launchingapplications.html
+share/doc/HTML/en/khelpcenter/quickstart/loggingout.html
+share/doc/HTML/en/khelpcenter/quickstart/managingyourfiles.html
+share/doc/HTML/en/khelpcenter/quickstart/readysetgo.html
+share/doc/HTML/en/khelpcenter/quickstart/taskbar.html
+share/doc/HTML/en/khelpcenter/quickstart/templates.html
+share/doc/HTML/en/khelpcenter/quickstart/virtualdesktops.html
+share/doc/HTML/en/khelpcenter/quickstart/workingwithwindows.html
+share/doc/HTML/en/khelpcenter/support.html
+share/doc/HTML/en/khelpcenter/tinylogo.png
+share/doc/HTML/en/khelpcenter/userguide/.anchors
+share/doc/HTML/en/khelpcenter/userguide/aboutthispreview.html
+share/doc/HTML/en/khelpcenter/userguide/activating-the-screen-saver-by-moving-your-m.html
+share/doc/HTML/en/khelpcenter/userguide/addingprograms.html
+share/doc/HTML/en/khelpcenter/userguide/allaboutyourdesktop.html
+share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html
+share/doc/HTML/en/khelpcenter/userguide/contacting-the-authors.html
+share/doc/HTML/en/khelpcenter/userguide/contactingauthors.html
+share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html
+share/doc/HTML/en/khelpcenter/userguide/customizingkdethekcontrolcenter.html
+share/doc/HTML/en/khelpcenter/userguide/desktop-components.html
+share/doc/HTML/en/khelpcenter/userguide/docustaff.html
+share/doc/HTML/en/khelpcenter/userguide/entertainmentapplications.html
+share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html
+share/doc/HTML/en/khelpcenter/userguide/firstimpressions.html
+share/doc/HTML/en/khelpcenter/userguide/frequentlyaskedquestionsaboutkde.html
+share/doc/HTML/en/khelpcenter/userguide/gettingstarted.html
+share/doc/HTML/en/khelpcenter/userguide/gnu-general-public-license.html
+share/doc/HTML/en/khelpcenter/userguide/gnulicense.html
+share/doc/HTML/en/khelpcenter/userguide/graphicalapplications.html
+share/doc/HTML/en/khelpcenter/userguide/i-cannot-compile-package-xxx.html
+share/doc/HTML/en/khelpcenter/userguide/index.cvlog
+share/doc/HTML/en/khelpcenter/userguide/index.docbook
+share/doc/HTML/en/khelpcenter/userguide/index.html
+share/doc/HTML/en/khelpcenter/userguide/input-devices.html
+share/doc/HTML/en/khelpcenter/userguide/installation.html
+share/doc/HTML/en/khelpcenter/userguide/introduction.html
+share/doc/HTML/en/khelpcenter/userguide/kde-is-not-stable.html
+share/doc/HTML/en/khelpcenter/userguide/kmedia-media-player.html
+share/doc/HTML/en/khelpcenter/userguide/knu-network-utilities.html
+share/doc/HTML/en/khelpcenter/userguide/kpoker.html
+share/doc/HTML/en/khelpcenter/userguide/krn-news-client.html
+share/doc/HTML/en/khelpcenter/userguide/ktetris.html
+share/doc/HTML/en/khelpcenter/userguide/kview-image-viewer.html
+share/doc/HTML/en/khelpcenter/userguide/legal-notices.html
+share/doc/HTML/en/khelpcenter/userguide/legal-status.html
+share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms-for-redhat-caldera-and.html
+share/doc/HTML/en/khelpcenter/userguide/mailinglists.html
+share/doc/HTML/en/khelpcenter/userguide/mouse-techniques.html
+share/doc/HTML/en/khelpcenter/userguide/moving-files-with-drag-and-drop.html
+share/doc/HTML/en/khelpcenter/userguide/multimediaapplications.html
+share/doc/HTML/en/khelpcenter/userguide/network.html
+share/doc/HTML/en/khelpcenter/userguide/networkapplications.html
+share/doc/HTML/en/khelpcenter/userguide/panel-settings.html
+share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html
+share/doc/HTML/en/khelpcenter/userguide/shortcuts.html
+share/doc/HTML/en/khelpcenter/userguide/sound-system.html
+share/doc/HTML/en/khelpcenter/userguide/sourcedistribution.html
+share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html
+share/doc/HTML/en/khelpcenter/userguide/suseinstall.html
+share/doc/HTML/en/khelpcenter/userguide/system-information.html
+share/doc/HTML/en/khelpcenter/userguide/using-command-line-and-terminals.html
+share/doc/HTML/en/khelpcenter/userguide/using-multiple-desktops.html
+share/doc/HTML/en/khelpcenter/userguide/using-tgz-to-install-on-top-of-other-systems.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-font-manager.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html
+share/doc/HTML/en/khelpcenter/userguide/usingtemplates.html
+share/doc/HTML/en/khelpcenter/userguide/utilityapplications.html
+share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html
+share/doc/HTML/en/khelpcenter/userguide/what-i-urgently-need.html
+share/doc/HTML/en/khelpcenter/userguide/what-is-missing.html
+share/doc/HTML/en/khelpcenter/whatiskde.html
+share/doc/HTML/en/kikbd/.anchors
+share/doc/HTML/en/kikbd/advanced.html
+share/doc/HTML/en/kikbd/advanced.png
+share/doc/HTML/en/kikbd/authors.html
+share/doc/HTML/en/kikbd/bug-reporting.html
+share/doc/HTML/en/kikbd/config.html
+share/doc/HTML/en/kikbd/create.html
+share/doc/HTML/en/kikbd/general.html
+share/doc/HTML/en/kikbd/general.png
+share/doc/HTML/en/kikbd/index.cvlog
+share/doc/HTML/en/kikbd/index.docbook
+share/doc/HTML/en/kikbd/index.html
+share/doc/HTML/en/kikbd/installation.html
+share/doc/HTML/en/kikbd/introduction.html
+share/doc/HTML/en/kikbd/nationalkeyboard.html
+share/doc/HTML/en/kikbd/screen-saver-password-problems..html
+share/doc/HTML/en/kikbd/startup.html
+share/doc/HTML/en/kikbd/startup.png
+share/doc/HTML/en/kikbd/style.html
+share/doc/HTML/en/kikbd/style.png
+share/doc/HTML/en/kikbd/troubleshooting.html
+share/doc/HTML/en/konsole/.anchors
+share/doc/HTML/en/konsole/application-related-problems.html
+share/doc/HTML/en/konsole/broken-termacap-and-terminfo.html
+share/doc/HTML/en/konsole/bugs-and-faq.html
+share/doc/HTML/en/konsole/color-scheme.html
+share/doc/HTML/en/konsole/configuration.html
+share/doc/HTML/en/konsole/fonts.html
+share/doc/HTML/en/konsole/index.cvlog
+share/doc/HTML/en/konsole/index.docbook
+share/doc/HTML/en/konsole/index.html
+share/doc/HTML/en/konsole/installation.html
+share/doc/HTML/en/konsole/introduction.html
+share/doc/HTML/en/konsole/known-bugs.html
+share/doc/HTML/en/konsole/not-to-implement.html
+share/doc/HTML/en/konsole/overview.html
+share/doc/HTML/en/konsole/problems-with-backspace-delete.html
+share/doc/HTML/en/konsole/security.html
share/doc/HTML/en/konsole/techref.html
share/doc/HTML/en/konsole/vt100.gif
-share/doc/HTML/en/kpager/index-1.html
-share/doc/HTML/en/kpager/index-2.html
-share/doc/HTML/en/kpager/index-3.html
-share/doc/HTML/en/kpager/index-4.html
-share/doc/HTML/en/kpager/index-5.html
+share/doc/HTML/en/kpager/.anchors
+share/doc/HTML/en/kpager/compilation-and-installation.html
+share/doc/HTML/en/kpager/customizingkpageradvancedfeatures.html
+share/doc/HTML/en/kpager/frequentlyaskedquestionsfaq.html
+share/doc/HTML/en/kpager/index.cvlog
+share/doc/HTML/en/kpager/index.docbook
share/doc/HTML/en/kpager/index.html
-share/doc/HTML/en/kpager/logotp3.gif
-share/doc/HTML/en/kpanel/index-1.html
-share/doc/HTML/en/kpanel/index-2.html
-share/doc/HTML/en/kpanel/index-3.html
-share/doc/HTML/en/kpanel/index-4.html
-share/doc/HTML/en/kpanel/index-5.html
-share/doc/HTML/en/kpanel/index.html
-share/doc/HTML/en/kpanel/logotp3.gif
-share/doc/HTML/en/kthememgr/index-1.html
-share/doc/HTML/en/kthememgr/index-2.html
-share/doc/HTML/en/kthememgr/index-3.html
-share/doc/HTML/en/kthememgr/index.html
-share/doc/HTML/en/kthememgr/logotp3.gif
-share/doc/HTML/en/kvt/index.html
-share/doc/HTML/en/kwm/index-1.html
-share/doc/HTML/en/kwm/index-2.html
-share/doc/HTML/en/kwm/index-3.html
-share/doc/HTML/en/kwm/index-4.html
-share/doc/HTML/en/kwm/index-5.html
-share/doc/HTML/en/kwm/index-6.html
+share/doc/HTML/en/kpager/installation.html
+share/doc/HTML/en/kpager/introduction.html
+share/doc/HTML/en/kpager/one-click-action.html
+share/doc/HTML/en/kpager/requirements.html
+share/doc/HTML/en/kpager/resizing-windows.html
+share/doc/HTML/en/kpager/rows-mode.html
+share/doc/HTML/en/kpager/the-global-desktop.html
+share/doc/HTML/en/kpager/the-window-properties-menu.html
+share/doc/HTML/en/kpager/workingwithkpager.html
+share/doc/HTML/en/kwm/.anchors
+share/doc/HTML/en/kwm/authors.html
+share/doc/HTML/en/kwm/commands.html
+share/doc/HTML/en/kwm/configuration.html
+share/doc/HTML/en/kwm/does-kwm-support-shaded-windows-a-la-openste.html
+share/doc/HTML/en/kwm/epilogue.html
+share/doc/HTML/en/kwm/frequentlyaskedquestions.html
+share/doc/HTML/en/kwm/index.cvlog
+share/doc/HTML/en/kwm/index.docbook
share/doc/HTML/en/kwm/index.html
-share/doc/HTML/en/kwm/logotp3.gif
-share/doc/HTML/ru/kikbd/advanced.gif
-share/doc/HTML/ru/kikbd/general.gif
-share/doc/HTML/ru/kikbd/kikbd-1.html
-share/doc/HTML/ru/kikbd/kikbd-2.html
-share/doc/HTML/ru/kikbd/kikbd-3.html
-share/doc/HTML/ru/kikbd/kikbd-4.html
-share/doc/HTML/ru/kikbd/kikbd-5.html
-share/doc/HTML/ru/kikbd/kikbd-6.html
-share/doc/HTML/ru/kikbd/kikbd-7.html
-share/doc/HTML/ru/kikbd/kikbd-8.html
-share/doc/HTML/ru/kikbd/kikbd.html
-share/doc/HTML/ru/kikbd/logotp3.gif
-share/doc/HTML/ru/kikbd/startup.gif
-share/doc/HTML/ru/kikbd/style.gif
-share/icons/3floppy_mount.xpm
-share/icons/3floppy_unmount.xpm
-share/icons/5floppy_mount.xpm
-share/icons/5floppy_unmount.xpm
-share/icons/application_settings.xpm
-share/icons/applications_package.xpm
-share/icons/background.xpm
-share/icons/bell.xpm
-share/icons/binary.xpm
-share/icons/binary2.xpm
-share/icons/blockdevice.xpm
-share/icons/brightness.xpm
-share/icons/buttons.xpm
-share/icons/c_src.xpm
-share/icons/cdrom_mount.xpm
-share/icons/cdrom_unmount.xpm
-share/icons/cdwriter_mount.xpm
-share/icons/cdwriter_unmount.xpm
-share/icons/chardevice.xpm
-share/icons/colors.xpm
-share/icons/colourness.xpm
-share/icons/contrast.xpm
-share/icons/core.xpm
-share/icons/desktop.xpm
-share/icons/desktop_settings.xpm
-share/icons/document.xpm
-share/icons/dvi.xpm
-share/icons/editors_package.xpm
-share/icons/exec.xpm
-share/icons/f_src.xpm
-share/icons/folder.xpm
-share/icons/folder_blue.xpm
-share/icons/folder_cyan.xpm
-share/icons/folder_green.xpm
-share/icons/folder_open.xpm
-share/icons/folder_red.xpm
-share/icons/folder_yellow.xpm
-share/icons/font.xpm
-share/icons/fonts.xpm
-share/icons/ftp.xpm
-share/icons/games_package.xpm
-share/icons/general_settings.xpm
-share/icons/gf.xpm
-share/icons/graphics_package.xpm
-share/icons/h_src.xpm
-share/icons/harddrive_mount.xpm
-share/icons/harddrive_unmount.xpm
-share/icons/html.xpm
-share/icons/image.xpm
-share/icons/info.xpm
-share/icons/information.xpm
-share/icons/information_settings.xpm
-share/icons/input_devices_settings.xpm
-share/icons/java_src.xpm
-share/icons/kcmdevices.xpm
-share/icons/kcmkpanel.xpm
-share/icons/kcmkwm.xpm
-share/icons/kcmmemory.xpm
-share/icons/kcmpartitions.xpm
-share/icons/kcmpci.xpm
-share/icons/kcmprocessor.xpm
-share/icons/kcmscsi.xpm
-share/icons/kcmsound.xpm
-share/icons/kcmsyssound.xpm
-share/icons/kcmx.xpm
-share/icons/kcontrol.xpm
-share/icons/kdehelp.xpm
-share/icons/kdisknav.xpm
-share/icons/kdmconfig.xpm
-share/icons/keyboard.xpm
-share/icons/kfind.xpm
-share/icons/kfm.xpm
-share/icons/kfm_fulltrash.xpm
-share/icons/kfm_home.xpm
-share/icons/kfm_refresh.xpm
-share/icons/kfm_trash.xpm
-share/icons/kfontmanager.xpm
-share/icons/kikbd.xpm
-share/icons/kmenuedit.xpm
-share/icons/kmultiple.xpm
-share/icons/konsole.xpm
-share/icons/kscreensaver.xpm
-share/icons/kthememgr.xpm
-share/icons/kvt.xpm
-share/icons/kwm.xpm
-share/icons/l_src.xpm
-share/icons/large/3floppy_mount.xpm
-share/icons/large/3floppy_unmount.xpm
-share/icons/large/5floppy_mount.xpm
-share/icons/large/5floppy_unmount.xpm
-share/icons/large/applications_package.xpm
-share/icons/large/bell.xpm
-share/icons/large/binary.xpm
-share/icons/large/binary2.xpm
-share/icons/large/blockdevice.xpm
-share/icons/large/buttons.xpm
-share/icons/large/c_src.xpm
-share/icons/large/cdrom_mount.xpm
-share/icons/large/cdrom_unmount.xpm
-share/icons/large/cdwriter_mount.xpm
-share/icons/large/cdwriter_unmount.xpm
-share/icons/large/chardevice.xpm
-share/icons/large/colors.xpm
-share/icons/large/core.xpm
-share/icons/large/desktop.xpm
-share/icons/large/desktop_settings.xpm
-share/icons/large/document.xpm
-share/icons/large/dvi.xpm
-share/icons/large/editors_package.xpm
-share/icons/large/exec.xpm
-share/icons/large/f_src.xpm
-share/icons/large/folder.xpm
-share/icons/large/folder_blue.xpm
-share/icons/large/folder_cyan.xpm
-share/icons/large/folder_green.xpm
-share/icons/large/folder_open.xpm
-share/icons/large/folder_red.xpm
-share/icons/large/folder_yellow.xpm
-share/icons/large/font.xpm
-share/icons/large/fonts.xpm
-share/icons/large/ftp.xpm
-share/icons/large/games_package.xpm
-share/icons/large/gf.xpm
-share/icons/large/go.xpm
-share/icons/large/graphics_package.xpm
-share/icons/large/h_src.xpm
-share/icons/large/hd_mount.xpm
-share/icons/large/hd_unmount.xpm
-share/icons/large/html.xpm
-share/icons/large/image.xpm
-share/icons/large/info.xpm
-share/icons/large/java_src.xpm
-share/icons/large/kcmdevices.xpm
-share/icons/large/kcmmemory.xpm
-share/icons/large/kcmpartitions.xpm
-share/icons/large/kcmpci.xpm
-share/icons/large/kcmprocessor.xpm
-share/icons/large/kcmscsi.xpm
-share/icons/large/kcmsyssound.xpm
-share/icons/large/kcontrol.xpm
-share/icons/large/kdehelp.xpm
-share/icons/large/kdisknav.xpm
-share/icons/large/kdmconfig.xpm
-share/icons/large/kfind.xpm
-share/icons/large/kfm.xpm
-share/icons/large/kfm_fulltrash.xpm
-share/icons/large/kfm_home.xpm
-share/icons/large/kfm_trash.xpm
-share/icons/large/kfontmanager.xpm
-share/icons/large/kikbd.xpm
-share/icons/large/kmenuedit.xpm
-share/icons/large/kmultiple.xpm
-share/icons/large/konsole.xpm
-share/icons/large/kscreensaver.xpm
-share/icons/large/kvt.xpm
-share/icons/large/kwm.xpm
-share/icons/large/l_src.xpm
-share/icons/large/library.xpm
-share/icons/large/link.xpm
-share/icons/large/locale.xpm
-share/icons/large/locked_file.xpm
-share/icons/large/lockedfolder.xpm
-share/icons/large/log.xpm
-share/icons/large/magneto-optical_mount.xpm
-share/icons/large/magneto-optical_unmount.xpm
-share/icons/large/make.xpm
-share/icons/large/man.xpm
-share/icons/large/metafont.xpm
-share/icons/large/midi.xpm
-share/icons/large/misc.xpm
-share/icons/large/moc_src.xpm
-share/icons/large/multimedia_package.xpm
-share/icons/large/network_package.xpm
-share/icons/large/o_src.xpm
-share/icons/large/p_src.xpm
-share/icons/large/package.xpm
-share/icons/large/pdf.xpm
-share/icons/large/perl.xpm
-share/icons/large/perl_doc.xpm
-share/icons/large/pk.xpm
-share/icons/large/postscript.xpm
-share/icons/large/properties.xpm
-share/icons/large/readme.xpm
-share/icons/large/readonly.xpm
-share/icons/large/resource.xpm
-share/icons/large/screensaver.xpm
-share/icons/large/script.xpm
-share/icons/large/settings_package.xpm
-share/icons/large/shredder.xpm
-share/icons/large/single_doc.xpm
-share/icons/large/socket.xpm
-share/icons/large/sound.xpm
-share/icons/large/style.xpm
-share/icons/large/system_package.xpm
-share/icons/large/tablet.xpm
-share/icons/large/tape_archive.xpm
-share/icons/large/terminal.xpm
-share/icons/large/tex.xpm
-share/icons/large/tgz.xpm
-share/icons/large/titlebar.xpm
-share/icons/large/trash.xpm
-share/icons/large/trash_full.xpm
-share/icons/large/txt.xpm
-share/icons/large/unknown.xpm
-share/icons/large/utilities_package.xpm
-share/icons/large/video.xpm
-share/icons/large/www.xpm
-share/icons/large/x.xpm
-share/icons/large/y_src.xpm
-share/icons/large/zip_mount.xpm
-share/icons/large/zip_unmount.xpm
-share/icons/library.xpm
-share/icons/link.xpm
-share/icons/locale.xpm
-share/icons/locked.xpm
-share/icons/locked_file.xpm
-share/icons/lockedfolder.xpm
-share/icons/log.xpm
-share/icons/logo.xpm
-share/icons/magneto-optical_mount.xpm
-share/icons/magneto-optical_unmount.xpm
-share/icons/make.xpm
-share/icons/man.xpm
-share/icons/metafont.xpm
-share/icons/midi.xpm
-share/icons/mini/3floppy_mount.xpm
-share/icons/mini/3floppy_unmount.xpm
-share/icons/mini/5floppy_mount.xpm
-share/icons/mini/5floppy_unmount.xpm
-share/icons/mini/application_settings.xpm
-share/icons/mini/applications_package.xpm
-share/icons/mini/audiovol.xpm
-share/icons/mini/background.xpm
-share/icons/mini/bell.xpm
-share/icons/mini/binary.xpm
-share/icons/mini/blockdevice.xpm
-share/icons/mini/buttons.xpm
-share/icons/mini/c_src.xpm
-share/icons/mini/cdrom_mount.xpm
-share/icons/mini/cdrom_unmount.xpm
-share/icons/mini/chardevice.xpm
-share/icons/mini/colors.xpm
-share/icons/mini/core.xpm
-share/icons/mini/desktop.xpm
-share/icons/mini/desktop_settings.xpm
-share/icons/mini/document.xpm
-share/icons/mini/dvi.xpm
-share/icons/mini/editors_package.xpm
-share/icons/mini/exec.xpm
-share/icons/mini/f_src.xpm
-share/icons/mini/folder.xpm
-share/icons/mini/folder_blue.xpm
-share/icons/mini/folder_cyan.xpm
-share/icons/mini/folder_green.xpm
-share/icons/mini/folder_open.xpm
-share/icons/mini/folder_red.xpm
-share/icons/mini/folder_yellow.xpm
-share/icons/mini/font.xpm
-share/icons/mini/fonts.xpm
-share/icons/mini/ftp.xpm
-share/icons/mini/games_package.xpm
-share/icons/mini/general_settings.xpm
-share/icons/mini/gf.xpm
-share/icons/mini/graphics_package.xpm
-share/icons/mini/h_src.xpm
-share/icons/mini/harddrive_mount.xpm
-share/icons/mini/harddrive_unmount.xpm
-share/icons/mini/html.xpm
-share/icons/mini/image.xpm
-share/icons/mini/info.xpm
-share/icons/mini/information_settings.xpm
-share/icons/mini/input_devices_settings.xpm
-share/icons/mini/java_src.xpm
-share/icons/mini/kcmdevices.xpm
-share/icons/mini/kcmkpanel.xpm
-share/icons/mini/kcmkwm.xpm
-share/icons/mini/kcmmemory.xpm
-share/icons/mini/kcmpartitions.xpm
-share/icons/mini/kcmpci.xpm
-share/icons/mini/kcmprocessor.xpm
-share/icons/mini/kcmscsi.xpm
-share/icons/mini/kcmsound.xpm
-share/icons/mini/kcmsyssound.xpm
-share/icons/mini/kcmx.xpm
-share/icons/mini/kcontrol.xpm
-share/icons/mini/kdehelp.xpm
-share/icons/mini/kdmconfig.xpm
-share/icons/mini/keyboard.xpm
-share/icons/mini/kfind.xpm
-share/icons/mini/kfm.xpm
-share/icons/mini/kfm_fulltrash.xpm
-share/icons/mini/kfm_home.xpm
-share/icons/mini/kfm_refresh.xpm
-share/icons/mini/kfm_trash.xpm
-share/icons/mini/kfontmanager.xpm
-share/icons/mini/kikbd.xpm
-share/icons/mini/kmenuedit.xpm
-share/icons/mini/konsole.xpm
-share/icons/mini/kscreensaver.xpm
-share/icons/mini/kthememgr.xpm
-share/icons/mini/kvt.xpm
-share/icons/mini/kwm.xpm
-share/icons/mini/l_src.xpm
-share/icons/mini/library.xpm
-share/icons/mini/locale.xpm
-share/icons/mini/locked.xpm
-share/icons/mini/lockedfolder.xpm
-share/icons/mini/log.xpm
-share/icons/mini/make.xpm
-share/icons/mini/man.xpm
-share/icons/mini/maximize2.xpm
-share/icons/mini/metafont.xpm
-share/icons/mini/midi.xpm
-share/icons/mini/mini-ball.xpm
-share/icons/mini/mini-bball.xpm
-share/icons/mini/mini-bomb.xpm
-share/icons/mini/mini-book1.xpm
-share/icons/mini/mini-book2.xpm
-share/icons/mini/mini-bug1.xpm
-share/icons/mini/mini-bug2.xpm
-share/icons/mini/mini-bx2.xpm
-share/icons/mini/mini-calc.xpm
-share/icons/mini/mini-camera.xpm
-share/icons/mini/mini-cdlabel.xpm
-share/icons/mini/mini-clock.xpm
-share/icons/mini/mini-colors.xpm
-share/icons/mini/mini-connect.xpm
-share/icons/mini/mini-connected.xpm
-share/icons/mini/mini-cross.xpm
-share/icons/mini/mini-default.xpm
-share/icons/mini/mini-display.xpm
-share/icons/mini/mini-doc.xpm
-share/icons/mini/mini-edit.xpm
-share/icons/mini/mini-exclam.xpm
-share/icons/mini/mini-exp.xpm
-share/icons/mini/mini-eyes.xpm
-share/icons/mini/mini-filemgr.xpm
-share/icons/mini/mini-fractal.xpm
-share/icons/mini/mini-gball.xpm
-share/icons/mini/mini-gv.xpm
-share/icons/mini/mini-hammer.xpm
-share/icons/mini/mini-happy.xpm
-share/icons/mini/mini-hextris.xpm
-share/icons/mini/mini-k.xpm
-share/icons/mini/mini-lock.xpm
-share/icons/mini/mini-lower.xpm
-share/icons/mini/mini-mail.xpm
-share/icons/mini/mini-manual.xpm
-share/icons/mini/mini-max1.xpm
-share/icons/mini/mini-maze.xpm
-share/icons/mini/mini-modules.xpm
-share/icons/mini/mini-move.xpm
-share/icons/mini/mini-move1.xpm
-share/icons/mini/mini-nscape.xpm
-share/icons/mini/mini-ofolder.xpm
-share/icons/mini/mini-olwm.xpm
-share/icons/mini/mini-paint.xpm
-share/icons/mini/mini-pencil.xpm
-share/icons/mini/mini-question.xpm
-share/icons/mini/mini-raise.xpm
-share/icons/mini/mini-ray.xpm
-share/icons/mini/mini-rball.xpm
-share/icons/mini/mini-resize.xpm
-share/icons/mini/mini-roach.xpm
-share/icons/mini/mini-run.xpm
-share/icons/mini/mini-sh.xpm
-share/icons/mini/mini-sh1.xpm
-share/icons/mini/mini-slon.xpm
-share/icons/mini/mini-stop.xpm
-share/icons/mini/mini-term.xpm
-share/icons/mini/mini-tetris.xpm
-share/icons/mini/mini-turn.xpm
-share/icons/mini/mini-up.xpm
-share/icons/mini/mini-windows.xpm
-share/icons/mini/mini-x.xpm
-share/icons/mini/mini-x2.xpm
-share/icons/mini/mini-xmahjongg.xpm
-share/icons/mini/mini-xv.xpm
-share/icons/mini/mini-zoom.xpm
-share/icons/mini/mini.audiovol.xpm
-share/icons/mini/mini.checkmark.xpm
-share/icons/mini/mini.cut.xpm
-share/icons/mini/mini.destroy.xpm
-share/icons/mini/mini.excl.xpm
-share/icons/mini/mini.exit.xpm
-share/icons/mini/mini.fvwm.xpm
-share/icons/mini/mini.letter.xpm
-share/icons/mini/mini.lower.xpm
-share/icons/mini/mini.move.xpm
-share/icons/mini/mini.netscape.xpm
-share/icons/mini/mini.raise.xpm
-share/icons/mini/mini.resize.xpm
-share/icons/mini/mini.xarchie.xpm
-share/icons/mini/mini.xboing.xpm
-share/icons/mini/mini.xlock.xpm
-share/icons/mini/mini.xpm
-share/icons/mini/mini.xterm.xpm
-share/icons/mini/mini.zircon.xpm
-share/icons/mini/moc_src.xpm
-share/icons/mini/mouse.xpm
-share/icons/mini/multimedia_package.xpm
-share/icons/mini/network_package.xpm
-share/icons/mini/network_settings.xpm
-share/icons/mini/o_src.xpm
-share/icons/mini/p_src.xpm
-share/icons/mini/package.xpm
-share/icons/mini/panel_settings.xpm
-share/icons/mini/pci.xpm
-share/icons/mini/pdf.xpm
-share/icons/mini/pipe.xpm
-share/icons/mini/pk.xpm
-share/icons/mini/postscript.xpm
-share/icons/mini/printer.xpm
-share/icons/mini/readme.xpm
-share/icons/mini/resource.xpm
-share/icons/mini/s_src.xpm
-share/icons/mini/sample.xpm
-share/icons/mini/screensaver.xpm
-share/icons/mini/script.xpm
-share/icons/mini/settings_package.xpm
-share/icons/mini/smbstatus.xpm
-share/icons/mini/socket.xpm
-share/icons/mini/sound.xpm
-share/icons/mini/sound_settings.xpm
-share/icons/mini/style.xpm
-share/icons/mini/system_package.xpm
-share/icons/mini/tablet.xpm
-share/icons/mini/terminal.xpm
-share/icons/mini/tex.xpm
-share/icons/mini/tgz.xpm
-share/icons/mini/titlebar.xpm
-share/icons/mini/trash.xpm
-share/icons/mini/txt.xpm
-share/icons/mini/unknown.xpm
-share/icons/mini/utilities_package.xpm
-share/icons/mini/video.xpm
-share/icons/mini/windows.xpm
-share/icons/mini/winprops.xpm
-share/icons/mini/www.xpm
-share/icons/mini/x.xpm
-share/icons/mini/y_src.xpm
-share/icons/mini/zip_mount.xpm
-share/icons/mini/zip_unmount.xpm
-share/icons/misc.xpm
-share/icons/moc_src.xpm
-share/icons/monitor.xpm
-share/icons/mouse.xpm
-share/icons/multimedia_package.xpm
-share/icons/network.xpm
-share/icons/network_package.xpm
-share/icons/network_settings.xpm
-share/icons/o_src.xpm
-share/icons/p_src.xpm
-share/icons/package.xpm
-share/icons/panel_settings.xpm
-share/icons/pdf.xpm
-share/icons/perl.xpm
-share/icons/pipe.xpm
-share/icons/pk.xpm
-share/icons/postscript.xpm
-share/icons/printer.xpm
-share/icons/properties.xpm
-share/icons/readme.xpm
-share/icons/readonly.xpm
-share/icons/resource.xpm
-share/icons/s_src.xpm
-share/icons/screensaver.xpm
-share/icons/script.xpm
-share/icons/settings_package.xpm
-share/icons/shredder.xpm
-share/icons/single_doc.xpm
-share/icons/smbstatus.xpm
-share/icons/socket.xpm
-share/icons/sound.xpm
-share/icons/sound_settings.xpm
-share/icons/style.xpm
-share/icons/system_package.xpm
-share/icons/tablet.xpm
-share/icons/terminal.xpm
-share/icons/tex.xpm
-share/icons/tgz.xpm
-share/icons/titlebar.xpm
-share/icons/trash.xpm
-share/icons/txt.xpm
-share/icons/unknown.xpm
-share/icons/utilities_package.xpm
-share/icons/video.xpm
-share/icons/www.xpm
-share/icons/x.xpm
-share/icons/y_src.xpm
-share/icons/zip_mount.xpm
-share/icons/zip_unmount.xpm
-share/locale/br/LC_MESSAGES/kbgndwm.mo
-share/locale/br/LC_MESSAGES/kcmbell.mo
-share/locale/br/LC_MESSAGES/kcmdisplay.mo
-share/locale/br/LC_MESSAGES/kcminfo.mo
-share/locale/br/LC_MESSAGES/kcminput.mo
-share/locale/br/LC_MESSAGES/kcmkeys.mo
-share/locale/br/LC_MESSAGES/kcmkfm.mo
-share/locale/br/LC_MESSAGES/kcmkpanel.mo
-share/locale/br/LC_MESSAGES/kcmkwm.mo
-share/locale/br/LC_MESSAGES/kcmlocale.mo
-share/locale/br/LC_MESSAGES/kcmsamba.mo
-share/locale/br/LC_MESSAGES/kcmsample.mo
-share/locale/br/LC_MESSAGES/kcmsyssound.mo
-share/locale/br/LC_MESSAGES/kcontrol.mo
-share/locale/br/LC_MESSAGES/kdehelp.mo
-share/locale/br/LC_MESSAGES/kdm.mo
-share/locale/br/LC_MESSAGES/kdmconfig.mo
-share/locale/br/LC_MESSAGES/kfind.mo
-share/locale/br/LC_MESSAGES/kfm.mo
-share/locale/br/LC_MESSAGES/kfontmanager.mo
-share/locale/br/LC_MESSAGES/kikbd.mo
-share/locale/br/LC_MESSAGES/klock.mo
-share/locale/br/LC_MESSAGES/kmenuedit.mo
-share/locale/br/LC_MESSAGES/konsole.mo
-share/locale/br/LC_MESSAGES/kpager.mo
-share/locale/br/LC_MESSAGES/kpanel.mo
-share/locale/br/LC_MESSAGES/krootwm.mo
-share/locale/br/LC_MESSAGES/kstart.mo
-share/locale/br/LC_MESSAGES/kvt.mo
-share/locale/br/LC_MESSAGES/kwm.mo
-share/locale/ca/LC_MESSAGES/kbgndwm.mo
-share/locale/ca/LC_MESSAGES/kcmbell.mo
-share/locale/ca/LC_MESSAGES/kcmdisplay.mo
-share/locale/ca/LC_MESSAGES/kcminfo.mo
-share/locale/ca/LC_MESSAGES/kcminput.mo
-share/locale/ca/LC_MESSAGES/kcmkeys.mo
-share/locale/ca/LC_MESSAGES/kcmkfm.mo
-share/locale/ca/LC_MESSAGES/kcmkpanel.mo
-share/locale/ca/LC_MESSAGES/kcmkwm.mo
-share/locale/ca/LC_MESSAGES/kcmlocale.mo
-share/locale/ca/LC_MESSAGES/kcmsamba.mo
-share/locale/ca/LC_MESSAGES/kcmsample.mo
-share/locale/ca/LC_MESSAGES/kcmsyssound.mo
-share/locale/ca/LC_MESSAGES/kcontrol.mo
-share/locale/ca/LC_MESSAGES/kdehelp.mo
-share/locale/ca/LC_MESSAGES/kdm.mo
-share/locale/ca/LC_MESSAGES/kdmconfig.mo
-share/locale/ca/LC_MESSAGES/kfind.mo
-share/locale/ca/LC_MESSAGES/kfm.mo
-share/locale/ca/LC_MESSAGES/kfontmanager.mo
-share/locale/ca/LC_MESSAGES/kikbd.mo
-share/locale/ca/LC_MESSAGES/klock.mo
-share/locale/ca/LC_MESSAGES/kmenuedit.mo
-share/locale/ca/LC_MESSAGES/konsole.mo
-share/locale/ca/LC_MESSAGES/kpager.mo
-share/locale/ca/LC_MESSAGES/kpanel.mo
-share/locale/ca/LC_MESSAGES/krootwm.mo
-share/locale/ca/LC_MESSAGES/kstart.mo
-share/locale/ca/LC_MESSAGES/kvt.mo
-share/locale/ca/LC_MESSAGES/kwm.mo
-share/locale/cs/LC_MESSAGES/kcmbell.mo
-share/locale/cs/LC_MESSAGES/kcmdisplay.mo
-share/locale/cs/LC_MESSAGES/kcminfo.mo
-share/locale/cs/LC_MESSAGES/kcminput.mo
-share/locale/cs/LC_MESSAGES/kcmkeys.mo
-share/locale/cs/LC_MESSAGES/kcmkfm.mo
-share/locale/cs/LC_MESSAGES/kcmkpanel.mo
-share/locale/cs/LC_MESSAGES/kcmkwm.mo
-share/locale/cs/LC_MESSAGES/kcmlocale.mo
-share/locale/cs/LC_MESSAGES/kcmsamba.mo
-share/locale/cs/LC_MESSAGES/kcmsample.mo
-share/locale/cs/LC_MESSAGES/kcmsyssound.mo
-share/locale/cs/LC_MESSAGES/kcontrol.mo
-share/locale/cs/LC_MESSAGES/kdehelp.mo
-share/locale/cs/LC_MESSAGES/kdm.mo
-share/locale/cs/LC_MESSAGES/kdmconfig.mo
-share/locale/cs/LC_MESSAGES/kfind.mo
-share/locale/cs/LC_MESSAGES/kfm.mo
-share/locale/cs/LC_MESSAGES/kfontmanager.mo
-share/locale/cs/LC_MESSAGES/kikbd.mo
-share/locale/cs/LC_MESSAGES/klock.mo
-share/locale/cs/LC_MESSAGES/kmenuedit.mo
-share/locale/cs/LC_MESSAGES/konsole.mo
-share/locale/cs/LC_MESSAGES/kpager.mo
-share/locale/cs/LC_MESSAGES/kpanel.mo
-share/locale/cs/LC_MESSAGES/krootwm.mo
-share/locale/cs/LC_MESSAGES/kstart.mo
-share/locale/cs/LC_MESSAGES/kvt.mo
-share/locale/cs/LC_MESSAGES/kwm.mo
-share/locale/da/LC_MESSAGES/kbgndwm.mo
-share/locale/da/LC_MESSAGES/kcmbell.mo
-share/locale/da/LC_MESSAGES/kcmdisplay.mo
-share/locale/da/LC_MESSAGES/kcminfo.mo
-share/locale/da/LC_MESSAGES/kcminput.mo
-share/locale/da/LC_MESSAGES/kcmkeys.mo
-share/locale/da/LC_MESSAGES/kcmkfm.mo
-share/locale/da/LC_MESSAGES/kcmkpanel.mo
-share/locale/da/LC_MESSAGES/kcmkwm.mo
-share/locale/da/LC_MESSAGES/kcmlocale.mo
-share/locale/da/LC_MESSAGES/kcmsamba.mo
-share/locale/da/LC_MESSAGES/kcmsample.mo
-share/locale/da/LC_MESSAGES/kcmsyssound.mo
-share/locale/da/LC_MESSAGES/kcontrol.mo
-share/locale/da/LC_MESSAGES/kdehelp.mo
-share/locale/da/LC_MESSAGES/kdm.mo
-share/locale/da/LC_MESSAGES/kdmconfig.mo
-share/locale/da/LC_MESSAGES/kfind.mo
-share/locale/da/LC_MESSAGES/kfm.mo
-share/locale/da/LC_MESSAGES/kfontmanager.mo
-share/locale/da/LC_MESSAGES/kikbd.mo
-share/locale/da/LC_MESSAGES/klock.mo
-share/locale/da/LC_MESSAGES/kmenuedit.mo
-share/locale/da/LC_MESSAGES/konsole.mo
-share/locale/da/LC_MESSAGES/kpager.mo
-share/locale/da/LC_MESSAGES/kpanel.mo
-share/locale/da/LC_MESSAGES/krootwm.mo
-share/locale/da/LC_MESSAGES/kstart.mo
-share/locale/da/LC_MESSAGES/kvt.mo
-share/locale/da/LC_MESSAGES/kwm.mo
-share/locale/de/LC_MESSAGES/kbgndwm.mo
-share/locale/de/LC_MESSAGES/kcmbell.mo
-share/locale/de/LC_MESSAGES/kcmdisplay.mo
-share/locale/de/LC_MESSAGES/kcminfo.mo
-share/locale/de/LC_MESSAGES/kcminput.mo
-share/locale/de/LC_MESSAGES/kcmkeys.mo
-share/locale/de/LC_MESSAGES/kcmkfm.mo
-share/locale/de/LC_MESSAGES/kcmkpanel.mo
-share/locale/de/LC_MESSAGES/kcmkwm.mo
-share/locale/de/LC_MESSAGES/kcmlocale.mo
-share/locale/de/LC_MESSAGES/kcmsamba.mo
-share/locale/de/LC_MESSAGES/kcmsample.mo
-share/locale/de/LC_MESSAGES/kcmsyssound.mo
-share/locale/de/LC_MESSAGES/kcontrol.mo
-share/locale/de/LC_MESSAGES/kdehelp.mo
-share/locale/de/LC_MESSAGES/kdm.mo
-share/locale/de/LC_MESSAGES/kdmconfig.mo
-share/locale/de/LC_MESSAGES/kfind.mo
-share/locale/de/LC_MESSAGES/kfm.mo
-share/locale/de/LC_MESSAGES/kfontmanager.mo
-share/locale/de/LC_MESSAGES/kikbd.mo
-share/locale/de/LC_MESSAGES/klock.mo
-share/locale/de/LC_MESSAGES/kmenuedit.mo
-share/locale/de/LC_MESSAGES/konsole.mo
-share/locale/de/LC_MESSAGES/kpager.mo
-share/locale/de/LC_MESSAGES/kpanel.mo
-share/locale/de/LC_MESSAGES/krootwm.mo
-share/locale/de/LC_MESSAGES/kstart.mo
-share/locale/de/LC_MESSAGES/kthememgr.mo
-share/locale/de/LC_MESSAGES/kvt.mo
-share/locale/de/LC_MESSAGES/kwm.mo
-share/locale/el/LC_MESSAGES/kcmbell.mo
-share/locale/el/LC_MESSAGES/kcmdisplay.mo
-share/locale/el/LC_MESSAGES/kcminfo.mo
-share/locale/el/LC_MESSAGES/kcminput.mo
-share/locale/el/LC_MESSAGES/kcmkpanel.mo
-share/locale/el/LC_MESSAGES/kcmkwm.mo
-share/locale/el/LC_MESSAGES/kcmlocale.mo
-share/locale/el/LC_MESSAGES/kcmsamba.mo
-share/locale/el/LC_MESSAGES/kcmsample.mo
-share/locale/el/LC_MESSAGES/kcmsyssound.mo
-share/locale/el/LC_MESSAGES/kcontrol.mo
-share/locale/el/LC_MESSAGES/kdehelp.mo
-share/locale/el/LC_MESSAGES/kdm.mo
-share/locale/el/LC_MESSAGES/kdmconfig.mo
-share/locale/el/LC_MESSAGES/kfind.mo
-share/locale/el/LC_MESSAGES/kfm.mo
-share/locale/el/LC_MESSAGES/kfontmanager.mo
-share/locale/el/LC_MESSAGES/klock.mo
-share/locale/el/LC_MESSAGES/kmenuedit.mo
-share/locale/el/LC_MESSAGES/kpanel.mo
-share/locale/el/LC_MESSAGES/krootwm.mo
-share/locale/el/LC_MESSAGES/kvt.mo
-share/locale/el/LC_MESSAGES/kwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmdisplay.mo
-share/locale/en_UK/LC_MESSAGES/kcmkwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmsyssound.mo
-share/locale/en_UK/LC_MESSAGES/kdehelp.mo
-share/locale/en_UK/LC_MESSAGES/kdmconfig.mo
-share/locale/en_UK/LC_MESSAGES/klock.mo
-share/locale/en_UK/LC_MESSAGES/kvt.mo
-share/locale/en_UK/LC_MESSAGES/kwm.mo
-share/locale/eo/LC_MESSAGES/kbgndwm.mo
-share/locale/eo/LC_MESSAGES/kcmbell.mo
-share/locale/eo/LC_MESSAGES/kcmdisplay.mo
-share/locale/eo/LC_MESSAGES/kcminfo.mo
-share/locale/eo/LC_MESSAGES/kcminput.mo
-share/locale/eo/LC_MESSAGES/kcmkeys.mo
-share/locale/eo/LC_MESSAGES/kcmkfm.mo
-share/locale/eo/LC_MESSAGES/kcmkpanel.mo
-share/locale/eo/LC_MESSAGES/kcmkwm.mo
-share/locale/eo/LC_MESSAGES/kcmlocale.mo
-share/locale/eo/LC_MESSAGES/kcmsamba.mo
-share/locale/eo/LC_MESSAGES/kcmsample.mo
-share/locale/eo/LC_MESSAGES/kcmsyssound.mo
-share/locale/eo/LC_MESSAGES/kcontrol.mo
-share/locale/eo/LC_MESSAGES/kdehelp.mo
-share/locale/eo/LC_MESSAGES/kdm.mo
-share/locale/eo/LC_MESSAGES/kdmconfig.mo
-share/locale/eo/LC_MESSAGES/kfind.mo
-share/locale/eo/LC_MESSAGES/kfm.mo
-share/locale/eo/LC_MESSAGES/kfontmanager.mo
-share/locale/eo/LC_MESSAGES/kikbd.mo
-share/locale/eo/LC_MESSAGES/klock.mo
-share/locale/eo/LC_MESSAGES/kmenuedit.mo
-share/locale/eo/LC_MESSAGES/konsole.mo
-share/locale/eo/LC_MESSAGES/kpager.mo
-share/locale/eo/LC_MESSAGES/kpanel.mo
-share/locale/eo/LC_MESSAGES/krootwm.mo
-share/locale/eo/LC_MESSAGES/kstart.mo
-share/locale/eo/LC_MESSAGES/kvt.mo
-share/locale/eo/LC_MESSAGES/kwm.mo
-share/locale/es/LC_MESSAGES/kbgndwm.mo
-share/locale/es/LC_MESSAGES/kcmbell.mo
-share/locale/es/LC_MESSAGES/kcmdisplay.mo
-share/locale/es/LC_MESSAGES/kcminfo.mo
-share/locale/es/LC_MESSAGES/kcminput.mo
-share/locale/es/LC_MESSAGES/kcmkeys.mo
-share/locale/es/LC_MESSAGES/kcmkfm.mo
-share/locale/es/LC_MESSAGES/kcmkpanel.mo
-share/locale/es/LC_MESSAGES/kcmkwm.mo
-share/locale/es/LC_MESSAGES/kcmlocale.mo
-share/locale/es/LC_MESSAGES/kcmsamba.mo
-share/locale/es/LC_MESSAGES/kcmsample.mo
-share/locale/es/LC_MESSAGES/kcmsyssound.mo
-share/locale/es/LC_MESSAGES/kcontrol.mo
-share/locale/es/LC_MESSAGES/kdehelp.mo
-share/locale/es/LC_MESSAGES/kdm.mo
-share/locale/es/LC_MESSAGES/kdmconfig.mo
-share/locale/es/LC_MESSAGES/kfind.mo
-share/locale/es/LC_MESSAGES/kfm.mo
-share/locale/es/LC_MESSAGES/kfontmanager.mo
-share/locale/es/LC_MESSAGES/kikbd.mo
-share/locale/es/LC_MESSAGES/klock.mo
-share/locale/es/LC_MESSAGES/kmenuedit.mo
-share/locale/es/LC_MESSAGES/konsole.mo
-share/locale/es/LC_MESSAGES/kpager.mo
-share/locale/es/LC_MESSAGES/kpanel.mo
-share/locale/es/LC_MESSAGES/krootwm.mo
-share/locale/es/LC_MESSAGES/kstart.mo
-share/locale/es/LC_MESSAGES/kvt.mo
-share/locale/es/LC_MESSAGES/kwm.mo
-share/locale/et/LC_MESSAGES/kbgndwm.mo
-share/locale/et/LC_MESSAGES/kcmbell.mo
-share/locale/et/LC_MESSAGES/kcmdisplay.mo
-share/locale/et/LC_MESSAGES/kcminfo.mo
-share/locale/et/LC_MESSAGES/kcminput.mo
-share/locale/et/LC_MESSAGES/kcmkeys.mo
-share/locale/et/LC_MESSAGES/kcmkfm.mo
-share/locale/et/LC_MESSAGES/kcmkpanel.mo
-share/locale/et/LC_MESSAGES/kcmkwm.mo
-share/locale/et/LC_MESSAGES/kcmlocale.mo
-share/locale/et/LC_MESSAGES/kcmsamba.mo
-share/locale/et/LC_MESSAGES/kcmsample.mo
-share/locale/et/LC_MESSAGES/kcmsyssound.mo
-share/locale/et/LC_MESSAGES/kcontrol.mo
-share/locale/et/LC_MESSAGES/kdehelp.mo
-share/locale/et/LC_MESSAGES/kdm.mo
-share/locale/et/LC_MESSAGES/kdmconfig.mo
-share/locale/et/LC_MESSAGES/kfind.mo
-share/locale/et/LC_MESSAGES/kfm.mo
-share/locale/et/LC_MESSAGES/kfontmanager.mo
-share/locale/et/LC_MESSAGES/kikbd.mo
-share/locale/et/LC_MESSAGES/klock.mo
-share/locale/et/LC_MESSAGES/kmenuedit.mo
-share/locale/et/LC_MESSAGES/konsole.mo
-share/locale/et/LC_MESSAGES/kpager.mo
-share/locale/et/LC_MESSAGES/kpanel.mo
-share/locale/et/LC_MESSAGES/krootwm.mo
-share/locale/et/LC_MESSAGES/kstart.mo
-share/locale/et/LC_MESSAGES/kvt.mo
-share/locale/et/LC_MESSAGES/kwm.mo
-share/locale/fi/LC_MESSAGES/kbgndwm.mo
-share/locale/fi/LC_MESSAGES/kcmbell.mo
-share/locale/fi/LC_MESSAGES/kcmdisplay.mo
-share/locale/fi/LC_MESSAGES/kcminfo.mo
-share/locale/fi/LC_MESSAGES/kcminput.mo
-share/locale/fi/LC_MESSAGES/kcmkeys.mo
-share/locale/fi/LC_MESSAGES/kcmkfm.mo
-share/locale/fi/LC_MESSAGES/kcmkpanel.mo
-share/locale/fi/LC_MESSAGES/kcmkwm.mo
-share/locale/fi/LC_MESSAGES/kcmlocale.mo
-share/locale/fi/LC_MESSAGES/kcmsamba.mo
-share/locale/fi/LC_MESSAGES/kcmsample.mo
-share/locale/fi/LC_MESSAGES/kcmsyssound.mo
-share/locale/fi/LC_MESSAGES/kcontrol.mo
-share/locale/fi/LC_MESSAGES/kdehelp.mo
-share/locale/fi/LC_MESSAGES/kdm.mo
-share/locale/fi/LC_MESSAGES/kdmconfig.mo
-share/locale/fi/LC_MESSAGES/kfind.mo
-share/locale/fi/LC_MESSAGES/kfm.mo
-share/locale/fi/LC_MESSAGES/kfontmanager.mo
-share/locale/fi/LC_MESSAGES/kikbd.mo
-share/locale/fi/LC_MESSAGES/klock.mo
-share/locale/fi/LC_MESSAGES/kmenuedit.mo
-share/locale/fi/LC_MESSAGES/konsole.mo
-share/locale/fi/LC_MESSAGES/kpager.mo
-share/locale/fi/LC_MESSAGES/kpanel.mo
-share/locale/fi/LC_MESSAGES/krootwm.mo
-share/locale/fi/LC_MESSAGES/kstart.mo
-share/locale/fi/LC_MESSAGES/kthememgr.mo
-share/locale/fi/LC_MESSAGES/kvt.mo
-share/locale/fi/LC_MESSAGES/kwm.mo
-share/locale/fr/LC_MESSAGES/kbgndwm.mo
-share/locale/fr/LC_MESSAGES/kcmbell.mo
-share/locale/fr/LC_MESSAGES/kcmdisplay.mo
-share/locale/fr/LC_MESSAGES/kcminfo.mo
-share/locale/fr/LC_MESSAGES/kcminput.mo
-share/locale/fr/LC_MESSAGES/kcmkeys.mo
-share/locale/fr/LC_MESSAGES/kcmkfm.mo
-share/locale/fr/LC_MESSAGES/kcmkpanel.mo
-share/locale/fr/LC_MESSAGES/kcmkwm.mo
-share/locale/fr/LC_MESSAGES/kcmlocale.mo
-share/locale/fr/LC_MESSAGES/kcmsamba.mo
-share/locale/fr/LC_MESSAGES/kcmsample.mo
-share/locale/fr/LC_MESSAGES/kcmsyssound.mo
-share/locale/fr/LC_MESSAGES/kcontrol.mo
-share/locale/fr/LC_MESSAGES/kdehelp.mo
-share/locale/fr/LC_MESSAGES/kdm.mo
-share/locale/fr/LC_MESSAGES/kdmconfig.mo
-share/locale/fr/LC_MESSAGES/kfind.mo
-share/locale/fr/LC_MESSAGES/kfm.mo
-share/locale/fr/LC_MESSAGES/kfontmanager.mo
-share/locale/fr/LC_MESSAGES/kikbd.mo
-share/locale/fr/LC_MESSAGES/klock.mo
-share/locale/fr/LC_MESSAGES/kmenuedit.mo
-share/locale/fr/LC_MESSAGES/konsole.mo
-share/locale/fr/LC_MESSAGES/kpager.mo
-share/locale/fr/LC_MESSAGES/kpanel.mo
-share/locale/fr/LC_MESSAGES/krootwm.mo
-share/locale/fr/LC_MESSAGES/kstart.mo
-share/locale/fr/LC_MESSAGES/kthememgr.mo
-share/locale/fr/LC_MESSAGES/kvt.mo
-share/locale/fr/LC_MESSAGES/kwm.mo
-share/locale/he/LC_MESSAGES/kcmbell.mo
-share/locale/he/LC_MESSAGES/kcmdisplay.mo
-share/locale/he/LC_MESSAGES/kcminfo.mo
-share/locale/he/LC_MESSAGES/kcmkfm.mo
-share/locale/he/LC_MESSAGES/kcmkpanel.mo
-share/locale/he/LC_MESSAGES/kcmlocale.mo
-share/locale/he/LC_MESSAGES/kcontrol.mo
-share/locale/he/LC_MESSAGES/kdehelp.mo
-share/locale/he/LC_MESSAGES/kdm.mo
-share/locale/he/LC_MESSAGES/kfind.mo
-share/locale/he/LC_MESSAGES/kfm.mo
-share/locale/he/LC_MESSAGES/kpanel.mo
-share/locale/he/LC_MESSAGES/krootwm.mo
-share/locale/he/LC_MESSAGES/ksysv.mo
-share/locale/he/LC_MESSAGES/kuser.mo
-share/locale/he/LC_MESSAGES/kvt.mo
-share/locale/he/LC_MESSAGES/kwm.mo
-share/locale/hr/LC_MESSAGES/kbgndwm.mo
-share/locale/hr/LC_MESSAGES/kcmbell.mo
-share/locale/hr/LC_MESSAGES/kcmdisplay.mo
-share/locale/hr/LC_MESSAGES/kcminfo.mo
-share/locale/hr/LC_MESSAGES/kcminput.mo
-share/locale/hr/LC_MESSAGES/kcmkeys.mo
-share/locale/hr/LC_MESSAGES/kcmkfm.mo
-share/locale/hr/LC_MESSAGES/kcmkpanel.mo
-share/locale/hr/LC_MESSAGES/kcmkwm.mo
-share/locale/hr/LC_MESSAGES/kcmlocale.mo
-share/locale/hr/LC_MESSAGES/kcmsamba.mo
-share/locale/hr/LC_MESSAGES/kcmsample.mo
-share/locale/hr/LC_MESSAGES/kcmsyssound.mo
-share/locale/hr/LC_MESSAGES/kcontrol.mo
-share/locale/hr/LC_MESSAGES/kdehelp.mo
-share/locale/hr/LC_MESSAGES/kdm.mo
-share/locale/hr/LC_MESSAGES/kdmconfig.mo
-share/locale/hr/LC_MESSAGES/kfind.mo
-share/locale/hr/LC_MESSAGES/kfm.mo
-share/locale/hr/LC_MESSAGES/kfontmanager.mo
-share/locale/hr/LC_MESSAGES/kikbd.mo
-share/locale/hr/LC_MESSAGES/klock.mo
-share/locale/hr/LC_MESSAGES/kmenuedit.mo
-share/locale/hr/LC_MESSAGES/konsole.mo
-share/locale/hr/LC_MESSAGES/kpager.mo
-share/locale/hr/LC_MESSAGES/kpanel.mo
-share/locale/hr/LC_MESSAGES/krootwm.mo
-share/locale/hr/LC_MESSAGES/kstart.mo
-share/locale/hr/LC_MESSAGES/kvt.mo
-share/locale/hr/LC_MESSAGES/kwm.mo
-share/locale/hs/LC_MESSAGES/kcmkwm.mo
-share/locale/hs/LC_MESSAGES/kcmlocale.mo
-share/locale/hs/LC_MESSAGES/kcmpanel.mo
-share/locale/hs/LC_MESSAGES/kcontrol.mo
-share/locale/hs/LC_MESSAGES/kde.mo
-share/locale/hs/LC_MESSAGES/kdehelp.mo
-share/locale/hs/LC_MESSAGES/kdm.mo
-share/locale/hs/LC_MESSAGES/kdmconfig.mo
-share/locale/hs/LC_MESSAGES/kfm.mo
-share/locale/hs/LC_MESSAGES/konsole.mo
-share/locale/hs/LC_MESSAGES/kpanel.mo
-share/locale/hs/LC_MESSAGES/krootwm.mo
-share/locale/hs/LC_MESSAGES/kstart.mo
-share/locale/hs/LC_MESSAGES/kvt.mo
-share/locale/hs/LC_MESSAGES/kwm.mo
-share/locale/hu/LC_MESSAGES/kbgndwm.mo
-share/locale/hu/LC_MESSAGES/kcmbell.mo
-share/locale/hu/LC_MESSAGES/kcmdisplay.mo
-share/locale/hu/LC_MESSAGES/kcminfo.mo
-share/locale/hu/LC_MESSAGES/kcminput.mo
-share/locale/hu/LC_MESSAGES/kcmkeys.mo
-share/locale/hu/LC_MESSAGES/kcmkfm.mo
-share/locale/hu/LC_MESSAGES/kcmkpanel.mo
-share/locale/hu/LC_MESSAGES/kcmkwm.mo
-share/locale/hu/LC_MESSAGES/kcmlocale.mo
-share/locale/hu/LC_MESSAGES/kcmsamba.mo
-share/locale/hu/LC_MESSAGES/kcmsample.mo
-share/locale/hu/LC_MESSAGES/kcmsyssound.mo
-share/locale/hu/LC_MESSAGES/kcontrol.mo
-share/locale/hu/LC_MESSAGES/kdehelp.mo
-share/locale/hu/LC_MESSAGES/kdm.mo
-share/locale/hu/LC_MESSAGES/kdmconfig.mo
-share/locale/hu/LC_MESSAGES/kfind.mo
-share/locale/hu/LC_MESSAGES/kfm.mo
-share/locale/hu/LC_MESSAGES/kfontmanager.mo
-share/locale/hu/LC_MESSAGES/kikbd.mo
-share/locale/hu/LC_MESSAGES/klock.mo
-share/locale/hu/LC_MESSAGES/kmenuedit.mo
-share/locale/hu/LC_MESSAGES/konsole.mo
-share/locale/hu/LC_MESSAGES/kpager.mo
-share/locale/hu/LC_MESSAGES/kpanel.mo
-share/locale/hu/LC_MESSAGES/krootwm.mo
-share/locale/hu/LC_MESSAGES/kstart.mo
-share/locale/hu/LC_MESSAGES/kvt.mo
-share/locale/hu/LC_MESSAGES/kwm.mo
-share/locale/is/LC_MESSAGES/kbgndwm.mo
-share/locale/is/LC_MESSAGES/kcmbell.mo
-share/locale/is/LC_MESSAGES/kcmdisplay.mo
-share/locale/is/LC_MESSAGES/kcminfo.mo
-share/locale/is/LC_MESSAGES/kcminput.mo
-share/locale/is/LC_MESSAGES/kcmkeys.mo
-share/locale/is/LC_MESSAGES/kcmkfm.mo
-share/locale/is/LC_MESSAGES/kcmkpanel.mo
-share/locale/is/LC_MESSAGES/kcmkwm.mo
-share/locale/is/LC_MESSAGES/kcmlocale.mo
-share/locale/is/LC_MESSAGES/kcmsamba.mo
-share/locale/is/LC_MESSAGES/kcmsample.mo
-share/locale/is/LC_MESSAGES/kcmsyssound.mo
-share/locale/is/LC_MESSAGES/kcontrol.mo
-share/locale/is/LC_MESSAGES/kdehelp.mo
-share/locale/is/LC_MESSAGES/kdm.mo
-share/locale/is/LC_MESSAGES/kdmconfig.mo
-share/locale/is/LC_MESSAGES/kfind.mo
-share/locale/is/LC_MESSAGES/kfm.mo
-share/locale/is/LC_MESSAGES/kfontmanager.mo
-share/locale/is/LC_MESSAGES/kikbd.mo
-share/locale/is/LC_MESSAGES/klock.mo
-share/locale/is/LC_MESSAGES/kmenuedit.mo
-share/locale/is/LC_MESSAGES/konsole.mo
-share/locale/is/LC_MESSAGES/kpager.mo
-share/locale/is/LC_MESSAGES/kpanel.mo
-share/locale/is/LC_MESSAGES/krootwm.mo
-share/locale/is/LC_MESSAGES/kstart.mo
-share/locale/is/LC_MESSAGES/kthememgr.mo
-share/locale/is/LC_MESSAGES/kvt.mo
-share/locale/is/LC_MESSAGES/kwm.mo
-share/locale/it/LC_MESSAGES/kbgndwm.mo
-share/locale/it/LC_MESSAGES/kcmbell.mo
-share/locale/it/LC_MESSAGES/kcmdisplay.mo
-share/locale/it/LC_MESSAGES/kcminfo.mo
-share/locale/it/LC_MESSAGES/kcminput.mo
-share/locale/it/LC_MESSAGES/kcmkeys.mo
-share/locale/it/LC_MESSAGES/kcmkfm.mo
-share/locale/it/LC_MESSAGES/kcmkpanel.mo
-share/locale/it/LC_MESSAGES/kcmkwm.mo
-share/locale/it/LC_MESSAGES/kcmlocale.mo
-share/locale/it/LC_MESSAGES/kcmsamba.mo
-share/locale/it/LC_MESSAGES/kcmsample.mo
-share/locale/it/LC_MESSAGES/kcmsyssound.mo
-share/locale/it/LC_MESSAGES/kcontrol.mo
-share/locale/it/LC_MESSAGES/kdehelp.mo
-share/locale/it/LC_MESSAGES/kdm.mo
-share/locale/it/LC_MESSAGES/kdmconfig.mo
-share/locale/it/LC_MESSAGES/kfind.mo
-share/locale/it/LC_MESSAGES/kfm.mo
-share/locale/it/LC_MESSAGES/kfontmanager.mo
-share/locale/it/LC_MESSAGES/kikbd.mo
-share/locale/it/LC_MESSAGES/klock.mo
-share/locale/it/LC_MESSAGES/kmenuedit.mo
-share/locale/it/LC_MESSAGES/konsole.mo
-share/locale/it/LC_MESSAGES/kpager.mo
-share/locale/it/LC_MESSAGES/kpanel.mo
-share/locale/it/LC_MESSAGES/krootwm.mo
-share/locale/it/LC_MESSAGES/kstart.mo
-share/locale/it/LC_MESSAGES/kvt.mo
-share/locale/it/LC_MESSAGES/kwm.mo
-share/locale/ja/LC_MESSAGES/kbgndwm.mo
-share/locale/ja/LC_MESSAGES/kcmbell.mo
-share/locale/ja/LC_MESSAGES/kcmdisplay.mo
-share/locale/ja/LC_MESSAGES/kcminfo.mo
-share/locale/ja/LC_MESSAGES/kcminput.mo
-share/locale/ja/LC_MESSAGES/kcmkeys.mo
-share/locale/ja/LC_MESSAGES/kcmkfm.mo
-share/locale/ja/LC_MESSAGES/kcmkpanel.mo
-share/locale/ja/LC_MESSAGES/kcmkwm.mo
-share/locale/ja/LC_MESSAGES/kcmlocale.mo
-share/locale/ja/LC_MESSAGES/kcmsamba.mo
-share/locale/ja/LC_MESSAGES/kcmsample.mo
-share/locale/ja/LC_MESSAGES/kcmsyssound.mo
-share/locale/ja/LC_MESSAGES/kcontrol.mo
-share/locale/ja/LC_MESSAGES/kdehelp.mo
-share/locale/ja/LC_MESSAGES/kdm.mo
-share/locale/ja/LC_MESSAGES/kdmconfig.mo
-share/locale/ja/LC_MESSAGES/kfind.mo
-share/locale/ja/LC_MESSAGES/kfm.mo
-share/locale/ja/LC_MESSAGES/kfontmanager.mo
-share/locale/ja/LC_MESSAGES/kikbd.mo
-share/locale/ja/LC_MESSAGES/klock.mo
-share/locale/ja/LC_MESSAGES/kmenuedit.mo
-share/locale/ja/LC_MESSAGES/konsole.mo
-share/locale/ja/LC_MESSAGES/kpager.mo
-share/locale/ja/LC_MESSAGES/kpanel.mo
-share/locale/ja/LC_MESSAGES/krootwm.mo
-share/locale/ja/LC_MESSAGES/kvt.mo
-share/locale/ja/LC_MESSAGES/kwm.mo
-share/locale/ko/LC_MESSAGES/kcmbell.mo
-share/locale/ko/LC_MESSAGES/kcmdisplay.mo
-share/locale/ko/LC_MESSAGES/kcminfo.mo
-share/locale/ko/LC_MESSAGES/kcminput.mo
-share/locale/ko/LC_MESSAGES/kcmkpanel.mo
-share/locale/ko/LC_MESSAGES/kcmkwm.mo
-share/locale/ko/LC_MESSAGES/kcmlocale.mo
-share/locale/ko/LC_MESSAGES/kcmsamba.mo
-share/locale/ko/LC_MESSAGES/kcmsample.mo
-share/locale/ko/LC_MESSAGES/kcmsyssound.mo
-share/locale/ko/LC_MESSAGES/kcontrol.mo
-share/locale/ko/LC_MESSAGES/kdehelp.mo
-share/locale/ko/LC_MESSAGES/kdm.mo
-share/locale/ko/LC_MESSAGES/kdmconfig.mo
-share/locale/ko/LC_MESSAGES/kfind.mo
-share/locale/ko/LC_MESSAGES/kfm.mo
-share/locale/ko/LC_MESSAGES/kfontmanager.mo
-share/locale/ko/LC_MESSAGES/klock.mo
-share/locale/ko/LC_MESSAGES/kmenuedit.mo
-share/locale/ko/LC_MESSAGES/kpanel.mo
-share/locale/ko/LC_MESSAGES/krootwm.mo
-share/locale/ko/LC_MESSAGES/kvt.mo
-share/locale/ko/LC_MESSAGES/kwm.mo
-share/locale/mk/LC_MESSAGES/kcmdisplay.mo
-share/locale/mk/LC_MESSAGES/kdehelp.mo
-share/locale/mk/LC_MESSAGES/kdm.mo
-share/locale/mk/LC_MESSAGES/kfind.mo
-share/locale/mk/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kcmbell.mo
-share/locale/nl/LC_MESSAGES/kcmdisplay.mo
-share/locale/nl/LC_MESSAGES/kcminfo.mo
-share/locale/nl/LC_MESSAGES/kcminput.mo
-share/locale/nl/LC_MESSAGES/kcmkpanel.mo
-share/locale/nl/LC_MESSAGES/kcmkwm.mo
-share/locale/nl/LC_MESSAGES/kcmlocale.mo
-share/locale/nl/LC_MESSAGES/kcmsamba.mo
-share/locale/nl/LC_MESSAGES/kcmsample.mo
-share/locale/nl/LC_MESSAGES/kcmsyssound.mo
-share/locale/nl/LC_MESSAGES/kcontrol.mo
-share/locale/nl/LC_MESSAGES/kdehelp.mo
-share/locale/nl/LC_MESSAGES/kdm.mo
-share/locale/nl/LC_MESSAGES/kdmconfig.mo
-share/locale/nl/LC_MESSAGES/kfind.mo
-share/locale/nl/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kfontmanager.mo
-share/locale/nl/LC_MESSAGES/kikbd.mo
-share/locale/nl/LC_MESSAGES/klock.mo
-share/locale/nl/LC_MESSAGES/kmenuedit.mo
-share/locale/nl/LC_MESSAGES/kpanel.mo
-share/locale/nl/LC_MESSAGES/krootwm.mo
-share/locale/nl/LC_MESSAGES/kvt.mo
-share/locale/nl/LC_MESSAGES/kwm.mo
-share/locale/no/LC_MESSAGES/kbgndwm.mo
-share/locale/no/LC_MESSAGES/kcmbell.mo
-share/locale/no/LC_MESSAGES/kcmdisplay.mo
-share/locale/no/LC_MESSAGES/kcminfo.mo
-share/locale/no/LC_MESSAGES/kcminput.mo
-share/locale/no/LC_MESSAGES/kcmkeys.mo
-share/locale/no/LC_MESSAGES/kcmkfm.mo
-share/locale/no/LC_MESSAGES/kcmkpanel.mo
-share/locale/no/LC_MESSAGES/kcmkwm.mo
-share/locale/no/LC_MESSAGES/kcmlocale.mo
-share/locale/no/LC_MESSAGES/kcmsamba.mo
-share/locale/no/LC_MESSAGES/kcmsample.mo
-share/locale/no/LC_MESSAGES/kcmsyssound.mo
-share/locale/no/LC_MESSAGES/kcontrol.mo
-share/locale/no/LC_MESSAGES/kdehelp.mo
-share/locale/no/LC_MESSAGES/kdm.mo
-share/locale/no/LC_MESSAGES/kdmconfig.mo
-share/locale/no/LC_MESSAGES/kfind.mo
-share/locale/no/LC_MESSAGES/kfm.mo
-share/locale/no/LC_MESSAGES/kfontmanager.mo
-share/locale/no/LC_MESSAGES/kikbd.mo
-share/locale/no/LC_MESSAGES/klock.mo
-share/locale/no/LC_MESSAGES/kmenuedit.mo
-share/locale/no/LC_MESSAGES/konsole.mo
-share/locale/no/LC_MESSAGES/kpager.mo
-share/locale/no/LC_MESSAGES/kpanel.mo
-share/locale/no/LC_MESSAGES/krootwm.mo
-share/locale/no/LC_MESSAGES/kstart.mo
-share/locale/no/LC_MESSAGES/kvt.mo
-share/locale/no/LC_MESSAGES/kwm.mo
-share/locale/pl/LC_MESSAGES/kbgndwm.mo
-share/locale/pl/LC_MESSAGES/kcmbell.mo
-share/locale/pl/LC_MESSAGES/kcmdisplay.mo
-share/locale/pl/LC_MESSAGES/kcminfo.mo
-share/locale/pl/LC_MESSAGES/kcminput.mo
-share/locale/pl/LC_MESSAGES/kcmkeys.mo
-share/locale/pl/LC_MESSAGES/kcmkfm.mo
-share/locale/pl/LC_MESSAGES/kcmkpanel.mo
-share/locale/pl/LC_MESSAGES/kcmkwm.mo
-share/locale/pl/LC_MESSAGES/kcmlocale.mo
-share/locale/pl/LC_MESSAGES/kcmsamba.mo
-share/locale/pl/LC_MESSAGES/kcmsample.mo
-share/locale/pl/LC_MESSAGES/kcmsyssound.mo
-share/locale/pl/LC_MESSAGES/kcontrol.mo
-share/locale/pl/LC_MESSAGES/kdehelp.mo
-share/locale/pl/LC_MESSAGES/kdm.mo
-share/locale/pl/LC_MESSAGES/kdmconfig.mo
-share/locale/pl/LC_MESSAGES/kfind.mo
-share/locale/pl/LC_MESSAGES/kfm.mo
-share/locale/pl/LC_MESSAGES/kfontmanager.mo
-share/locale/pl/LC_MESSAGES/kikbd.mo
-share/locale/pl/LC_MESSAGES/klock.mo
-share/locale/pl/LC_MESSAGES/kmenuedit.mo
-share/locale/pl/LC_MESSAGES/konsole.mo
-share/locale/pl/LC_MESSAGES/kpager.mo
-share/locale/pl/LC_MESSAGES/kpanel.mo
-share/locale/pl/LC_MESSAGES/krootwm.mo
-share/locale/pl/LC_MESSAGES/kstart.mo
-share/locale/pl/LC_MESSAGES/kthememgr.mo
-share/locale/pl/LC_MESSAGES/kvt.mo
-share/locale/pl/LC_MESSAGES/kwm.mo
-share/locale/pt/LC_MESSAGES/kcmbell.mo
-share/locale/pt/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt/LC_MESSAGES/kcminfo.mo
-share/locale/pt/LC_MESSAGES/kcminput.mo
-share/locale/pt/LC_MESSAGES/kcmkeys.mo
-share/locale/pt/LC_MESSAGES/kcmkfm.mo
-share/locale/pt/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt/LC_MESSAGES/kcmkwm.mo
-share/locale/pt/LC_MESSAGES/kcmlocale.mo
-share/locale/pt/LC_MESSAGES/kcmsamba.mo
-share/locale/pt/LC_MESSAGES/kcmsample.mo
-share/locale/pt/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt/LC_MESSAGES/kcontrol.mo
-share/locale/pt/LC_MESSAGES/kdehelp.mo
-share/locale/pt/LC_MESSAGES/kdm.mo
-share/locale/pt/LC_MESSAGES/kdmconfig.mo
-share/locale/pt/LC_MESSAGES/kfind.mo
-share/locale/pt/LC_MESSAGES/kfm.mo
-share/locale/pt/LC_MESSAGES/kfontmanager.mo
-share/locale/pt/LC_MESSAGES/kikbd.mo
-share/locale/pt/LC_MESSAGES/klock.mo
-share/locale/pt/LC_MESSAGES/kmenuedit.mo
-share/locale/pt/LC_MESSAGES/kpanel.mo
-share/locale/pt/LC_MESSAGES/krootwm.mo
-share/locale/pt/LC_MESSAGES/kstart.mo
-share/locale/pt/LC_MESSAGES/kvt.mo
-share/locale/pt/LC_MESSAGES/kwm.mo
-share/locale/pt_BR/LC_MESSAGES/kbgndwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmbell.mo
-share/locale/pt_BR/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt_BR/LC_MESSAGES/kcminfo.mo
-share/locale/pt_BR/LC_MESSAGES/kcminput.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkeys.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkfm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmlocale.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsamba.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsample.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt_BR/LC_MESSAGES/kcontrol.mo
-share/locale/pt_BR/LC_MESSAGES/kdehelp.mo
-share/locale/pt_BR/LC_MESSAGES/kdm.mo
-share/locale/pt_BR/LC_MESSAGES/kdmconfig.mo
-share/locale/pt_BR/LC_MESSAGES/kfind.mo
-share/locale/pt_BR/LC_MESSAGES/kfm.mo
-share/locale/pt_BR/LC_MESSAGES/kfontmanager.mo
-share/locale/pt_BR/LC_MESSAGES/kikbd.mo
-share/locale/pt_BR/LC_MESSAGES/klock.mo
-share/locale/pt_BR/LC_MESSAGES/kmenuedit.mo
-share/locale/pt_BR/LC_MESSAGES/konsole.mo
-share/locale/pt_BR/LC_MESSAGES/kpager.mo
-share/locale/pt_BR/LC_MESSAGES/kpanel.mo
-share/locale/pt_BR/LC_MESSAGES/krootwm.mo
-share/locale/pt_BR/LC_MESSAGES/kstart.mo
-share/locale/pt_BR/LC_MESSAGES/kvt.mo
-share/locale/pt_BR/LC_MESSAGES/kwm.mo
-share/locale/ro/LC_MESSAGES/kbgndwm.mo
-share/locale/ro/LC_MESSAGES/kcmbell.mo
-share/locale/ro/LC_MESSAGES/kcmdisplay.mo
-share/locale/ro/LC_MESSAGES/kcminfo.mo
-share/locale/ro/LC_MESSAGES/kcminput.mo
-share/locale/ro/LC_MESSAGES/kcmkpanel.mo
-share/locale/ro/LC_MESSAGES/kcmkwm.mo
-share/locale/ro/LC_MESSAGES/kcmlocale.mo
-share/locale/ro/LC_MESSAGES/kcmsamba.mo
-share/locale/ro/LC_MESSAGES/kcmsample.mo
-share/locale/ro/LC_MESSAGES/kcmsyssound.mo
-share/locale/ro/LC_MESSAGES/kcontrol.mo
-share/locale/ro/LC_MESSAGES/kdehelp.mo
-share/locale/ro/LC_MESSAGES/kdm.mo
-share/locale/ro/LC_MESSAGES/kdmconfig.mo
-share/locale/ro/LC_MESSAGES/kfind.mo
-share/locale/ro/LC_MESSAGES/kfm.mo
-share/locale/ro/LC_MESSAGES/kfontmanager.mo
-share/locale/ro/LC_MESSAGES/klock.mo
-share/locale/ro/LC_MESSAGES/kmenuedit.mo
-share/locale/ro/LC_MESSAGES/kpanel.mo
-share/locale/ro/LC_MESSAGES/krootwm.mo
-share/locale/ro/LC_MESSAGES/kvt.mo
-share/locale/ro/LC_MESSAGES/kwm.mo
-share/locale/ru/LC_MESSAGES/kbgndwm.mo
-share/locale/ru/LC_MESSAGES/kcmbell.mo
-share/locale/ru/LC_MESSAGES/kcmdisplay.mo
-share/locale/ru/LC_MESSAGES/kcminfo.mo
-share/locale/ru/LC_MESSAGES/kcminput.mo
-share/locale/ru/LC_MESSAGES/kcmkeys.mo
-share/locale/ru/LC_MESSAGES/kcmkfm.mo
-share/locale/ru/LC_MESSAGES/kcmkpanel.mo
-share/locale/ru/LC_MESSAGES/kcmkwm.mo
-share/locale/ru/LC_MESSAGES/kcmlocale.mo
-share/locale/ru/LC_MESSAGES/kcmsamba.mo
-share/locale/ru/LC_MESSAGES/kcmsample.mo
-share/locale/ru/LC_MESSAGES/kcmsyssound.mo
-share/locale/ru/LC_MESSAGES/kcontrol.mo
-share/locale/ru/LC_MESSAGES/kdehelp.mo
-share/locale/ru/LC_MESSAGES/kdm.mo
-share/locale/ru/LC_MESSAGES/kdmconfig.mo
-share/locale/ru/LC_MESSAGES/kfind.mo
-share/locale/ru/LC_MESSAGES/kfm.mo
-share/locale/ru/LC_MESSAGES/kfontmanager.mo
-share/locale/ru/LC_MESSAGES/kikbd.mo
-share/locale/ru/LC_MESSAGES/klock.mo
-share/locale/ru/LC_MESSAGES/kmenuedit.mo
-share/locale/ru/LC_MESSAGES/konsole.mo
-share/locale/ru/LC_MESSAGES/kpager.mo
-share/locale/ru/LC_MESSAGES/kpanel.mo
-share/locale/ru/LC_MESSAGES/krootwm.mo
-share/locale/ru/LC_MESSAGES/kstart.mo
-share/locale/ru/LC_MESSAGES/kvt.mo
-share/locale/ru/LC_MESSAGES/kwm.mo
-share/locale/sk/LC_MESSAGES/kbgndwm.mo
-share/locale/sk/LC_MESSAGES/kcmbell.mo
-share/locale/sk/LC_MESSAGES/kcmdisplay.mo
-share/locale/sk/LC_MESSAGES/kcminfo.mo
-share/locale/sk/LC_MESSAGES/kcminput.mo
-share/locale/sk/LC_MESSAGES/kcmkeys.mo
-share/locale/sk/LC_MESSAGES/kcmkfm.mo
-share/locale/sk/LC_MESSAGES/kcmkpanel.mo
-share/locale/sk/LC_MESSAGES/kcmkwm.mo
-share/locale/sk/LC_MESSAGES/kcmlocale.mo
-share/locale/sk/LC_MESSAGES/kcmsamba.mo
-share/locale/sk/LC_MESSAGES/kcmsample.mo
-share/locale/sk/LC_MESSAGES/kcmsyssound.mo
-share/locale/sk/LC_MESSAGES/kcontrol.mo
-share/locale/sk/LC_MESSAGES/kdehelp.mo
-share/locale/sk/LC_MESSAGES/kdm.mo
-share/locale/sk/LC_MESSAGES/kdmconfig.mo
-share/locale/sk/LC_MESSAGES/kfind.mo
-share/locale/sk/LC_MESSAGES/kfm.mo
-share/locale/sk/LC_MESSAGES/kfontmanager.mo
-share/locale/sk/LC_MESSAGES/kikbd.mo
-share/locale/sk/LC_MESSAGES/klock.mo
-share/locale/sk/LC_MESSAGES/kmenuedit.mo
-share/locale/sk/LC_MESSAGES/konsole.mo
-share/locale/sk/LC_MESSAGES/kpager.mo
-share/locale/sk/LC_MESSAGES/kpanel.mo
-share/locale/sk/LC_MESSAGES/krootwm.mo
-share/locale/sk/LC_MESSAGES/kstart.mo
-share/locale/sk/LC_MESSAGES/kvt.mo
-share/locale/sk/LC_MESSAGES/kwm.mo
-share/locale/sl/LC_MESSAGES/kbgndwm.mo
-share/locale/sl/LC_MESSAGES/kcmbell.mo
-share/locale/sl/LC_MESSAGES/kcmdisplay.mo
-share/locale/sl/LC_MESSAGES/kcminfo.mo
-share/locale/sl/LC_MESSAGES/kcminput.mo
-share/locale/sl/LC_MESSAGES/kcmkeys.mo
-share/locale/sl/LC_MESSAGES/kcmkfm.mo
-share/locale/sl/LC_MESSAGES/kcmkpanel.mo
-share/locale/sl/LC_MESSAGES/kcmkwm.mo
-share/locale/sl/LC_MESSAGES/kcmlocale.mo
-share/locale/sl/LC_MESSAGES/kcmsamba.mo
-share/locale/sl/LC_MESSAGES/kcmsample.mo
-share/locale/sl/LC_MESSAGES/kcmsyssound.mo
-share/locale/sl/LC_MESSAGES/kcontrol.mo
-share/locale/sl/LC_MESSAGES/kdehelp.mo
-share/locale/sl/LC_MESSAGES/kdm.mo
-share/locale/sl/LC_MESSAGES/kdmconfig.mo
-share/locale/sl/LC_MESSAGES/kfind.mo
-share/locale/sl/LC_MESSAGES/kfm.mo
-share/locale/sl/LC_MESSAGES/kfontmanager.mo
-share/locale/sl/LC_MESSAGES/kikbd.mo
-share/locale/sl/LC_MESSAGES/klock.mo
-share/locale/sl/LC_MESSAGES/kmenuedit.mo
-share/locale/sl/LC_MESSAGES/konsole.mo
-share/locale/sl/LC_MESSAGES/kpager.mo
-share/locale/sl/LC_MESSAGES/kpanel.mo
-share/locale/sl/LC_MESSAGES/krootwm.mo
-share/locale/sl/LC_MESSAGES/kstart.mo
-share/locale/sl/LC_MESSAGES/kthememgr.mo
-share/locale/sl/LC_MESSAGES/kvt.mo
-share/locale/sl/LC_MESSAGES/kwm.mo
-share/locale/sv/LC_MESSAGES/kbgndwm.mo
-share/locale/sv/LC_MESSAGES/kcmbell.mo
-share/locale/sv/LC_MESSAGES/kcmdisplay.mo
-share/locale/sv/LC_MESSAGES/kcminfo.mo
-share/locale/sv/LC_MESSAGES/kcminput.mo
-share/locale/sv/LC_MESSAGES/kcmkeys.mo
-share/locale/sv/LC_MESSAGES/kcmkfm.mo
-share/locale/sv/LC_MESSAGES/kcmkpanel.mo
-share/locale/sv/LC_MESSAGES/kcmkwm.mo
-share/locale/sv/LC_MESSAGES/kcmlocale.mo
-share/locale/sv/LC_MESSAGES/kcmsamba.mo
-share/locale/sv/LC_MESSAGES/kcmsample.mo
-share/locale/sv/LC_MESSAGES/kcmsyssound.mo
-share/locale/sv/LC_MESSAGES/kcontrol.mo
-share/locale/sv/LC_MESSAGES/kdehelp.mo
-share/locale/sv/LC_MESSAGES/kdm.mo
-share/locale/sv/LC_MESSAGES/kdmconfig.mo
-share/locale/sv/LC_MESSAGES/kfind.mo
-share/locale/sv/LC_MESSAGES/kfm.mo
-share/locale/sv/LC_MESSAGES/kfontmanager.mo
-share/locale/sv/LC_MESSAGES/kikbd.mo
-share/locale/sv/LC_MESSAGES/klock.mo
-share/locale/sv/LC_MESSAGES/kmenuedit.mo
-share/locale/sv/LC_MESSAGES/konsole.mo
-share/locale/sv/LC_MESSAGES/kpager.mo
-share/locale/sv/LC_MESSAGES/kpanel.mo
-share/locale/sv/LC_MESSAGES/krootwm.mo
-share/locale/sv/LC_MESSAGES/kstart.mo
-share/locale/sv/LC_MESSAGES/kvt.mo
-share/locale/sv/LC_MESSAGES/kwm.mo
-share/locale/tr/LC_MESSAGES/kcmbell.mo
-share/locale/tr/LC_MESSAGES/kcmdisplay.mo
-share/locale/tr/LC_MESSAGES/kcminfo.mo
-share/locale/tr/LC_MESSAGES/kcminput.mo
-share/locale/tr/LC_MESSAGES/kcmkpanel.mo
-share/locale/tr/LC_MESSAGES/kcmkwm.mo
-share/locale/tr/LC_MESSAGES/kcmlocale.mo
-share/locale/tr/LC_MESSAGES/kcmsamba.mo
-share/locale/tr/LC_MESSAGES/kcmsample.mo
-share/locale/tr/LC_MESSAGES/kcmsyssound.mo
-share/locale/tr/LC_MESSAGES/kcontrol.mo
-share/locale/tr/LC_MESSAGES/kdehelp.mo
-share/locale/tr/LC_MESSAGES/kdm.mo
-share/locale/tr/LC_MESSAGES/kdmconfig.mo
-share/locale/tr/LC_MESSAGES/kfind.mo
-share/locale/tr/LC_MESSAGES/kfm.mo
-share/locale/tr/LC_MESSAGES/kfontmanager.mo
-share/locale/tr/LC_MESSAGES/klock.mo
-share/locale/tr/LC_MESSAGES/kmenuedit.mo
-share/locale/tr/LC_MESSAGES/kpanel.mo
-share/locale/tr/LC_MESSAGES/krootwm.mo
-share/locale/tr/LC_MESSAGES/kstart.mo
-share/locale/tr/LC_MESSAGES/kvt.mo
-share/locale/tr/LC_MESSAGES/kwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kbgndwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmbell.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminfo.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminput.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkeys.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsample.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcontrol.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdehelp.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfind.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kikbd.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/klock.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/konsole.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/krootwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kstart.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kvt.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmbell.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminfo.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminput.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsample.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcontrol.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdehelp.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfind.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/klock.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/krootwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kvt.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kwm.mo
-share/mimelnk/application/gzip.kdelnk
-share/mimelnk/application/octet-stream.kdelnk
-share/mimelnk/application/pdf.kdelnk
-share/mimelnk/application/postscript.kdelnk
-share/mimelnk/application/x-ar.kdelnk
-share/mimelnk/application/x-core.kdelnk
-share/mimelnk/application/x-dvi.kdelnk
-share/mimelnk/application/x-executable.kdelnk
-share/mimelnk/application/x-font.kdelnk
-share/mimelnk/application/x-java.kdelnk
-share/mimelnk/application/x-kdelnk.kdelnk
-share/mimelnk/application/x-lha.kdelnk
-share/mimelnk/application/x-object.kdelnk
-share/mimelnk/application/x-shellscript.kdelnk
-share/mimelnk/application/x-tar.kdelnk
-share/mimelnk/application/x-tbz.kdelnk
-share/mimelnk/application/x-tex-gf.kdelnk
-share/mimelnk/application/x-tex-pk.kdelnk
-share/mimelnk/application/x-trash.kdelnk
-share/mimelnk/application/x-zip.kdelnk
-share/mimelnk/audio/x-midi.kdelnk
-share/mimelnk/audio/x-mod.kdelnk
-share/mimelnk/audio/x-mp3.kdelnk
-share/mimelnk/audio/x-wav.kdelnk
-share/mimelnk/image/cgm.kdelnk
-share/mimelnk/image/fax-g3.kdelnk
-share/mimelnk/image/gif.kdelnk
-share/mimelnk/image/jpeg.kdelnk
-share/mimelnk/image/png.kdelnk
-share/mimelnk/image/tiff.kdelnk
-share/mimelnk/image/x-xbm.kdelnk
-share/mimelnk/image/x-xpm.kdelnk
-share/mimelnk/inode/block.kdelnk
-share/mimelnk/inode/chardevice.kdelnk
-share/mimelnk/inode/directory-locked.kdelnk
-share/mimelnk/inode/directory.kdelnk
-share/mimelnk/inode/fifo.kdelnk
-share/mimelnk/inode/socket.kdelnk
-share/mimelnk/magic
-share/mimelnk/text/english.kdelnk
-share/mimelnk/text/html.kdelnk
-share/mimelnk/text/plain.kdelnk
-share/mimelnk/text/rtf.kdelnk
-share/mimelnk/text/sgml.kdelnk
-share/mimelnk/text/x-c++.kdelnk
-share/mimelnk/text/x-c++hdr.kdelnk
-share/mimelnk/text/x-c++src.kdelnk
-share/mimelnk/text/x-c.kdelnk
-share/mimelnk/text/x-chdr.kdelnk
-share/mimelnk/text/x-csrc.kdelnk
-share/mimelnk/text/x-java.kdelnk
-share/mimelnk/text/x-makefile.kdelnk
-share/mimelnk/text/x-moc.kdelnk
-share/mimelnk/text/x-pascal.kdelnk
-share/mimelnk/text/x-tcl.kdelnk
-share/mimelnk/text/x-tex.kdelnk
-share/mimelnk/video/mpeg.kdelnk
-share/mimelnk/video/quicktime.kdelnk
-share/mimelnk/video/x-flic.kdelnk
-share/mimelnk/video/x-msvideo.kdelnk
-share/sounds/KDE_Close_Window.wav
-share/sounds/KDE_Logout.wav
-share/sounds/KDE_Startup.wav
-share/sounds/KDE_Window_DeIconify.wav
-share/sounds/KDE_Window_Iconify.wav
-share/sounds/KDE_Window_Maximize.wav
-share/sounds/KDE_Window_Shade_Down.wav
-share/sounds/KDE_Window_Shade_Up.wav
-share/sounds/KDE_Window_Sticky.wav
-share/sounds/KDE_Window_UnMaximize.wav
-share/sounds/KDE_Window_UnSticky.wav
-share/wallpapers/abnormal_fluid.jpg
-share/wallpapers/absolute_zero.jpg
-share/wallpapers/abstract_clay.jpg
-share/wallpapers/alien_riverbed.jpg
-share/wallpapers/ancient_glyphs.jpg
-share/wallpapers/aqua_ravines.jpg
-share/wallpapers/banana_squishie.jpg
-share/wallpapers/berries.jpg
-share/wallpapers/blkmarble.jpg
-share/wallpapers/bluegrnt.jpg
-share/wallpapers/boiling_centrifuge.jpg
-share/wallpapers/bowtie.jpg
-share/wallpapers/brass_trails.jpg
-share/wallpapers/brass_wiring.jpg
-share/wallpapers/bronze_tornado.jpg
-share/wallpapers/bubble_vortex.jpg
-share/wallpapers/burning_fire.jpg
-share/wallpapers/cellular_tetsuo.jpg
-share/wallpapers/chalk_marks.jpg
-share/wallpapers/chess.jpg
-share/wallpapers/chunky_spinach.jpg
-share/wallpapers/circuit.jpg
-share/wallpapers/clay_caverns.jpg
-share/wallpapers/cloth_bubbles.jpg
-share/wallpapers/cocoon_skin.jpg
-share/wallpapers/coloured_hearts.jpg
-share/wallpapers/copper_blur.jpg
-share/wallpapers/copper_liquid.jpg
-share/wallpapers/corroded_rock.jpg
-share/wallpapers/cosmic_gears.jpg
-share/wallpapers/cosmic_lillypads.jpg
-share/wallpapers/cracking_blueberry.jpg
-share/wallpapers/crayon_canyon.jpg
-share/wallpapers/cruising_color.jpg
-share/wallpapers/cubic1.jpg
-share/wallpapers/cubic2.jpg
-share/wallpapers/dancy_pants.jpg
-share/wallpapers/digital_waves.jpg
-share/wallpapers/distorted_anomaly.jpg
-share/wallpapers/engraved_gold.jpg
-share/wallpapers/eroding_sandstone.jpg
-share/wallpapers/expired_cornflakes.jpg
-share/wallpapers/face.jpg
-share/wallpapers/fisheye_lens.jpg
-share/wallpapers/foam_strands.jpg
-share/wallpapers/foggy1.jpg
-share/wallpapers/foggy2.jpg
-share/wallpapers/folded_space.jpg
-share/wallpapers/fractal_nebula.jpg
-share/wallpapers/freon_mist.jpg
-share/wallpapers/fudge_chunks.jpg
-share/wallpapers/fusion_fire.jpg
-share/wallpapers/future_farms.jpg
-share/wallpapers/gator_hide.jpg
-share/wallpapers/gelatin_chemical.jpg
-share/wallpapers/goldring_globe.jpg
-share/wallpapers/grablkwt.jpg
-share/wallpapers/gray2.jpg
-share/wallpapers/greek.jpg
-share/wallpapers/gremlin_buds.jpg
-share/wallpapers/ground_zero.jpg
-share/wallpapers/heat_ripple.jpg
-share/wallpapers/iceberg_tips.jpg
-share/wallpapers/indigo_paint.jpg
-share/wallpapers/infared_fossil.jpg
-share/wallpapers/infinity_cube.jpg
-share/wallpapers/inner_quasar.jpg
-share/wallpapers/isotope_threads.jpg
-share/wallpapers/jello_elbows.jpg
+share/doc/HTML/en/kwm/introduction.html
+share/doc/HTML/en/kwm/is-it-possible-to-add-kde-extensions-to-othe.html
+share/doc/HTML/en/kwm/minicli.html
+share/doc/HTML/en/kwm/mouse-control.html
+share/doc/HTML/en/kwm/shortcuts.html
+share/doc/HTML/en/kwm/soundevents.html
+share/doc/HTML/en/kwm/usingemphasiskwmemphasis.html
+share/doc/HTML/en/kwm/why-can-t-i-define-new-shortcuts-for-launchi.html
+share/doc/HTML/en/kwm/why-does-kwm-look-so-much-like-windows-95.html
+share/fonts/9x15.pcf.gz
+share/fonts/console8x16.pcf.gz
+share/fonts/console8x8.pcf.gz
+share/fonts/fonts.dir
+share/icons/hicolor/32x32/apps/bell.png
+share/icons/hicolor/32x32/apps/buttons.png
+share/icons/hicolor/32x32/apps/clock.png
+share/icons/hicolor/32x32/apps/colors.png
+share/icons/hicolor/32x32/apps/energy.png
+share/icons/hicolor/32x32/apps/fonts.png
+share/icons/hicolor/32x32/apps/go.png
+share/icons/hicolor/32x32/apps/icons.png
+share/icons/hicolor/32x32/apps/information.png
+share/icons/hicolor/32x32/apps/kcmdevices.png
+share/icons/hicolor/32x32/apps/kcmkwm.png
+share/icons/hicolor/32x32/apps/kcmmemory.png
+share/icons/hicolor/32x32/apps/kcmpartitions.png
+share/icons/hicolor/32x32/apps/kcmpci.png
+share/icons/hicolor/32x32/apps/kcmprocessor.png
+share/icons/hicolor/32x32/apps/kcmscsi.png
+share/icons/hicolor/32x32/apps/kcmsound.png
+share/icons/hicolor/32x32/apps/kcmsyssound.png
+share/icons/hicolor/32x32/apps/kcmx.png
+share/icons/hicolor/32x32/apps/kcontrol.png
+share/icons/hicolor/32x32/apps/kdisknav.png
+share/icons/hicolor/32x32/apps/kdmconfig.png
+share/icons/hicolor/32x32/apps/kfm_home.png
+share/icons/hicolor/32x32/apps/khelpcenter.png
+share/icons/hicolor/32x32/apps/knotify.png
+share/icons/hicolor/32x32/apps/konqueror.png
+share/icons/hicolor/32x32/apps/konsole.png
+share/icons/hicolor/32x32/apps/kthememgr.png
+share/icons/hicolor/32x32/apps/kwin.png
+share/icons/hicolor/32x32/apps/locale.png
+share/icons/hicolor/32x32/apps/mouse.png
+share/icons/hicolor/32x32/apps/package.png
+share/icons/hicolor/32x32/apps/package_applications.png
+share/icons/hicolor/32x32/apps/package_editors.png
+share/icons/hicolor/32x32/apps/package_favourite.png
+share/icons/hicolor/32x32/apps/package_games.png
+share/icons/hicolor/32x32/apps/package_graphics.png
+share/icons/hicolor/32x32/apps/package_multimedia.png
+share/icons/hicolor/32x32/apps/package_network.png
+share/icons/hicolor/32x32/apps/package_settings.png
+share/icons/hicolor/32x32/apps/package_system.png
+share/icons/hicolor/32x32/apps/package_utilities.png
+share/icons/hicolor/32x32/apps/password.png
+share/icons/hicolor/32x32/apps/screensaver.png
+share/icons/hicolor/32x32/apps/style.png
+share/icons/hicolor/32x32/apps/terminal.png
+share/icons/hicolor/32x32/apps/titlebar.png
+share/icons/hicolor/32x32/apps/window_list.png
+share/icons/hicolor/32x32/apps/winprops.png
+share/icons/hicolor/32x32/devices/3floppy_mount.png
+share/icons/hicolor/32x32/devices/3floppy_unmount.png
+share/icons/hicolor/32x32/devices/5floppy_mount.png
+share/icons/hicolor/32x32/devices/5floppy_unmount.png
+share/icons/hicolor/32x32/devices/cdrom_mount.png
+share/icons/hicolor/32x32/devices/cdrom_unmount.png
+share/icons/hicolor/32x32/devices/cdwriter_mount.png
+share/icons/hicolor/32x32/devices/cdwriter_unmount.png
+share/icons/hicolor/32x32/devices/hdd_mount.png
+share/icons/hicolor/32x32/devices/hdd_unmount.png
+share/icons/hicolor/32x32/devices/memory.png
+share/icons/hicolor/32x32/devices/mo_mount.png
+share/icons/hicolor/32x32/devices/mo_unmount.png
+share/icons/hicolor/32x32/devices/printer1.png
+share/icons/hicolor/32x32/devices/printer2.png
+share/icons/hicolor/32x32/devices/scanner.png
+share/icons/hicolor/32x32/devices/tablet.png
+share/icons/hicolor/32x32/devices/zip_mount.png
+share/icons/hicolor/32x32/devices/zip_unmount.png
+share/icons/hicolor/48x48/apps/background.png
+share/icons/hicolor/48x48/apps/bell.png
+share/icons/hicolor/48x48/apps/buttons.png
+share/icons/hicolor/48x48/apps/clock.png
+share/icons/hicolor/48x48/apps/colors.png
+share/icons/hicolor/48x48/apps/fonts.png
+share/icons/hicolor/48x48/apps/go.png
+share/icons/hicolor/48x48/apps/gvim.png
+share/icons/hicolor/48x48/apps/icons.png
+share/icons/hicolor/48x48/apps/kcmdevices.png
+share/icons/hicolor/48x48/apps/kcmkwm.png
+share/icons/hicolor/48x48/apps/kcmmemory.png
+share/icons/hicolor/48x48/apps/kcmpartitions.png
+share/icons/hicolor/48x48/apps/kcmpci.png
+share/icons/hicolor/48x48/apps/kcmprocessor.png
+share/icons/hicolor/48x48/apps/kcmscsi.png
+share/icons/hicolor/48x48/apps/kcmsyssound.png
+share/icons/hicolor/48x48/apps/kcontrol.png
+share/icons/hicolor/48x48/apps/kdehelp.png
+share/icons/hicolor/48x48/apps/kdisknav.png
+share/icons/hicolor/48x48/apps/kdmconfig.png
+share/icons/hicolor/48x48/apps/keyboard.png
+share/icons/hicolor/48x48/apps/kfm_home.png
+share/icons/hicolor/48x48/apps/khelpcenter.png
+share/icons/hicolor/48x48/apps/kmenuedit.png
+share/icons/hicolor/48x48/apps/knotify.png
+share/icons/hicolor/48x48/apps/konqueror.png
+share/icons/hicolor/48x48/apps/konsole.png
+share/icons/hicolor/48x48/apps/kthememgr.png
+share/icons/hicolor/48x48/apps/kwin.png
+share/icons/hicolor/48x48/apps/locale.png
+share/icons/hicolor/48x48/apps/mouse.png
+share/icons/hicolor/48x48/apps/package.png
+share/icons/hicolor/48x48/apps/package_applications.png
+share/icons/hicolor/48x48/apps/package_editors.png
+share/icons/hicolor/48x48/apps/package_favourite.png
+share/icons/hicolor/48x48/apps/package_games.png
+share/icons/hicolor/48x48/apps/package_graphics.png
+share/icons/hicolor/48x48/apps/package_multimedia.png
+share/icons/hicolor/48x48/apps/package_network.png
+share/icons/hicolor/48x48/apps/package_settings.png
+share/icons/hicolor/48x48/apps/package_system.png
+share/icons/hicolor/48x48/apps/package_utilities.png
+share/icons/hicolor/48x48/apps/password.png
+share/icons/hicolor/48x48/apps/screensaver.png
+share/icons/hicolor/48x48/apps/style.png
+share/icons/hicolor/48x48/apps/terminal.png
+share/icons/hicolor/48x48/apps/titlebar.png
+share/icons/hicolor/48x48/apps/window_list.png
+share/icons/hicolor/48x48/apps/winprops.png
+share/icons/hicolor/48x48/devices/3floppy_mount.png
+share/icons/hicolor/48x48/devices/3floppy_unmount.png
+share/icons/hicolor/48x48/devices/5floppy_mount.png
+share/icons/hicolor/48x48/devices/5floppy_unmount.png
+share/icons/hicolor/48x48/devices/cdrom_mount.png
+share/icons/hicolor/48x48/devices/cdrom_unmount.png
+share/icons/hicolor/48x48/devices/cdwriter_mount.png
+share/icons/hicolor/48x48/devices/cdwriter_unmount.png
+share/icons/hicolor/48x48/devices/hdd_mount.png
+share/icons/hicolor/48x48/devices/hdd_unmount.png
+share/icons/hicolor/48x48/devices/memory.png
+share/icons/hicolor/48x48/devices/mo_mount.png
+share/icons/hicolor/48x48/devices/mo_unmount.png
+share/icons/hicolor/48x48/devices/printer1.png
+share/icons/hicolor/48x48/devices/printer2.png
+share/icons/hicolor/48x48/devices/scanner.png
+share/icons/hicolor/48x48/devices/tablet.png
+share/icons/hicolor/48x48/devices/zip_mount.png
+share/icons/hicolor/48x48/devices/zip_unmount.png
+share/icons/locolor/16x16/apps/acroread.png
+share/icons/locolor/16x16/apps/application_settings.png
+share/icons/locolor/16x16/apps/applixware.png
+share/icons/locolor/16x16/apps/background.png
+share/icons/locolor/16x16/apps/bell.png
+share/icons/locolor/16x16/apps/buttons.png
+share/icons/locolor/16x16/apps/bx2.png
+share/icons/locolor/16x16/apps/clock.png
+share/icons/locolor/16x16/apps/colors.png
+share/icons/locolor/16x16/apps/desktop_settings.png
+share/icons/locolor/16x16/apps/dlgedit.png
+share/icons/locolor/16x16/apps/emacs.png
+share/icons/locolor/16x16/apps/email.png
+share/icons/locolor/16x16/apps/energy.png
+share/icons/locolor/16x16/apps/fonts.png
+share/icons/locolor/16x16/apps/general_settings.png
+share/icons/locolor/16x16/apps/gimp.png
+share/icons/locolor/16x16/apps/go.png
+share/icons/locolor/16x16/apps/gv.png
+share/icons/locolor/16x16/apps/gvim.png
+share/icons/locolor/16x16/apps/helpbook.png
+share/icons/locolor/16x16/apps/helpbook_open.png
+share/icons/locolor/16x16/apps/helpdoc.png
+share/icons/locolor/16x16/apps/icons.png
+share/icons/locolor/16x16/apps/information_settings.png
+share/icons/locolor/16x16/apps/input_devices_settings.png
+share/icons/locolor/16x16/apps/kcmdevices.png
+share/icons/locolor/16x16/apps/kcmkwm.png
+share/icons/locolor/16x16/apps/kcmmemory.png
+share/icons/locolor/16x16/apps/kcmpartitions.png
+share/icons/locolor/16x16/apps/kcmpci.png
+share/icons/locolor/16x16/apps/kcmprocessor.png
+share/icons/locolor/16x16/apps/kcmscsi.png
+share/icons/locolor/16x16/apps/kcmsound.png
+share/icons/locolor/16x16/apps/kcmsyssound.png
+share/icons/locolor/16x16/apps/kcmx.png
+share/icons/locolor/16x16/apps/kcontrol.png
+share/icons/locolor/16x16/apps/kdisknav.png
+share/icons/locolor/16x16/apps/kdmconfig.png
+share/icons/locolor/16x16/apps/keyboard.png
+share/icons/locolor/16x16/apps/kfm.png
+share/icons/locolor/16x16/apps/kfm_home.png
+share/icons/locolor/16x16/apps/khelpcenter.png
+share/icons/locolor/16x16/apps/knotify.png
+share/icons/locolor/16x16/apps/konqueror.png
+share/icons/locolor/16x16/apps/konsole.png
+share/icons/locolor/16x16/apps/kscreensaver.png
+share/icons/locolor/16x16/apps/kthememgr.png
+share/icons/locolor/16x16/apps/kwin.png
+share/icons/locolor/16x16/apps/locale.png
+share/icons/locolor/16x16/apps/lyx.png
+share/icons/locolor/16x16/apps/mathematica.png
+share/icons/locolor/16x16/apps/mouse.png
+share/icons/locolor/16x16/apps/nedit.png
+share/icons/locolor/16x16/apps/netscape.png
+share/icons/locolor/16x16/apps/network_settings.png
+share/icons/locolor/16x16/apps/package.png
+share/icons/locolor/16x16/apps/package_applications.png
+share/icons/locolor/16x16/apps/package_editors.png
+share/icons/locolor/16x16/apps/package_favourite.png
+share/icons/locolor/16x16/apps/package_games.png
+share/icons/locolor/16x16/apps/package_graphics.png
+share/icons/locolor/16x16/apps/package_multimedia.png
+share/icons/locolor/16x16/apps/package_network.png
+share/icons/locolor/16x16/apps/package_settings.png
+share/icons/locolor/16x16/apps/package_system.png
+share/icons/locolor/16x16/apps/package_utilities.png
+share/icons/locolor/16x16/apps/panel.png
+share/icons/locolor/16x16/apps/panel_settings.png
+share/icons/locolor/16x16/apps/pci.png
+share/icons/locolor/16x16/apps/penguin.png
+share/icons/locolor/16x16/apps/pinguin.png
+share/icons/locolor/16x16/apps/plan.png
+share/icons/locolor/16x16/apps/samba.png
+share/icons/locolor/16x16/apps/screensaver.png
+share/icons/locolor/16x16/apps/script.png
+share/icons/locolor/16x16/apps/smbstatus.png
+share/icons/locolor/16x16/apps/sound_settings.png
+share/icons/locolor/16x16/apps/style.png
+share/icons/locolor/16x16/apps/terminal.png
+share/icons/locolor/16x16/apps/titlebar.png
+share/icons/locolor/16x16/apps/wabi.png
+share/icons/locolor/16x16/apps/window_list.png
+share/icons/locolor/16x16/apps/windows.png
+share/icons/locolor/16x16/apps/winprops.png
+share/icons/locolor/16x16/apps/wp.png
+share/icons/locolor/16x16/apps/x.png
+share/icons/locolor/16x16/apps/xcalc.png
+share/icons/locolor/16x16/apps/xclipboard.png
+share/icons/locolor/16x16/apps/xclock.png
+share/icons/locolor/16x16/apps/xconsole.png
+share/icons/locolor/16x16/apps/xedit.png
+share/icons/locolor/16x16/apps/xemacs.png
+share/icons/locolor/16x16/apps/xeyes.png
+share/icons/locolor/16x16/apps/xfig.png
+share/icons/locolor/16x16/apps/xfmail.png
+share/icons/locolor/16x16/apps/xload.png
+share/icons/locolor/16x16/apps/xosview.png
+share/icons/locolor/16x16/apps/xpaint.png
+share/icons/locolor/16x16/apps/xscreensaver.png
+share/icons/locolor/16x16/apps/xslight.png
+share/icons/locolor/16x16/apps/xv.png
+share/icons/locolor/16x16/devices/3floppy_mount.png
+share/icons/locolor/16x16/devices/3floppy_unmount.png
+share/icons/locolor/16x16/devices/5floppy_mount.png
+share/icons/locolor/16x16/devices/5floppy_unmount.png
+share/icons/locolor/16x16/devices/cdrom_mount.png
+share/icons/locolor/16x16/devices/cdrom_unmount.png
+share/icons/locolor/16x16/devices/cdwriter_mount.png
+share/icons/locolor/16x16/devices/cdwriter_unmount.png
+share/icons/locolor/16x16/devices/hdd_mount.png
+share/icons/locolor/16x16/devices/hdd_unmount.png
+share/icons/locolor/16x16/devices/memory.png
+share/icons/locolor/16x16/devices/mo_mount.png
+share/icons/locolor/16x16/devices/mo_unmount.png
+share/icons/locolor/16x16/devices/printer1.png
+share/icons/locolor/16x16/devices/printer2.png
+share/icons/locolor/16x16/devices/scanner.png
+share/icons/locolor/16x16/devices/tablet.png
+share/icons/locolor/16x16/devices/zip_mount.png
+share/icons/locolor/16x16/devices/zip_unmount.png
+share/icons/locolor/32x32/apps/acroread.png
+share/icons/locolor/32x32/apps/application_settings.png
+share/icons/locolor/32x32/apps/applixware.png
+share/icons/locolor/32x32/apps/background.png
+share/icons/locolor/32x32/apps/bell.png
+share/icons/locolor/32x32/apps/buttons.png
+share/icons/locolor/32x32/apps/clock.png
+share/icons/locolor/32x32/apps/colors.png
+share/icons/locolor/32x32/apps/desktop_settings.png
+share/icons/locolor/32x32/apps/dlgedit.png
+share/icons/locolor/32x32/apps/edit.png
+share/icons/locolor/32x32/apps/emacs.png
+share/icons/locolor/32x32/apps/email.png
+share/icons/locolor/32x32/apps/energy.png
+share/icons/locolor/32x32/apps/error.png
+share/icons/locolor/32x32/apps/fonts.png
+share/icons/locolor/32x32/apps/general_settings.png
+share/icons/locolor/32x32/apps/gimp.png
+share/icons/locolor/32x32/apps/go.png
+share/icons/locolor/32x32/apps/gv.png
+share/icons/locolor/32x32/apps/gvim.png
+share/icons/locolor/32x32/apps/icons.png
+share/icons/locolor/32x32/apps/information.png
+share/icons/locolor/32x32/apps/information_settings.png
+share/icons/locolor/32x32/apps/input_devices_settings.png
+share/icons/locolor/32x32/apps/kcmdevices.png
+share/icons/locolor/32x32/apps/kcmkwm.png
+share/icons/locolor/32x32/apps/kcmmemory.png
+share/icons/locolor/32x32/apps/kcmpartitions.png
+share/icons/locolor/32x32/apps/kcmpci.png
+share/icons/locolor/32x32/apps/kcmprocessor.png
+share/icons/locolor/32x32/apps/kcmscsi.png
+share/icons/locolor/32x32/apps/kcmsound.png
+share/icons/locolor/32x32/apps/kcmsyssound.png
+share/icons/locolor/32x32/apps/kcmx.png
+share/icons/locolor/32x32/apps/kcontrol.png
+share/icons/locolor/32x32/apps/kdisknav.png
+share/icons/locolor/32x32/apps/kdmconfig.png
+share/icons/locolor/32x32/apps/keyboard.png
+share/icons/locolor/32x32/apps/kfm.png
+share/icons/locolor/32x32/apps/kfm_home.png
+share/icons/locolor/32x32/apps/khelpcenter.png
+share/icons/locolor/32x32/apps/knotify.png
+share/icons/locolor/32x32/apps/konqueror.png
+share/icons/locolor/32x32/apps/konsole.png
+share/icons/locolor/32x32/apps/kscreensaver.png
+share/icons/locolor/32x32/apps/kthememgr.png
+share/icons/locolor/32x32/apps/kwin.png
+share/icons/locolor/32x32/apps/locale.png
+share/icons/locolor/32x32/apps/logo.png
+share/icons/locolor/32x32/apps/lyx.png
+share/icons/locolor/32x32/apps/mathematica.png
+share/icons/locolor/32x32/apps/mouse.png
+share/icons/locolor/32x32/apps/nedit.png
+share/icons/locolor/32x32/apps/netscape.png
+share/icons/locolor/32x32/apps/network.png
+share/icons/locolor/32x32/apps/network_settings.png
+share/icons/locolor/32x32/apps/nogo.png
+share/icons/locolor/32x32/apps/package.png
+share/icons/locolor/32x32/apps/package_applications.png
+share/icons/locolor/32x32/apps/package_editors.png
+share/icons/locolor/32x32/apps/package_favourite.png
+share/icons/locolor/32x32/apps/package_games.png
+share/icons/locolor/32x32/apps/package_graphics.png
+share/icons/locolor/32x32/apps/package_multimedia.png
+share/icons/locolor/32x32/apps/package_network.png
+share/icons/locolor/32x32/apps/package_settings.png
+share/icons/locolor/32x32/apps/package_system.png
+share/icons/locolor/32x32/apps/package_utilities.png
+share/icons/locolor/32x32/apps/panel_settings.png
+share/icons/locolor/32x32/apps/password.png
+share/icons/locolor/32x32/apps/penguin.png
+share/icons/locolor/32x32/apps/pinguin.png
+share/icons/locolor/32x32/apps/plan.png
+share/icons/locolor/32x32/apps/samba.png
+share/icons/locolor/32x32/apps/screensaver.png
+share/icons/locolor/32x32/apps/script.png
+share/icons/locolor/32x32/apps/sound_settings.png
+share/icons/locolor/32x32/apps/style.png
+share/icons/locolor/32x32/apps/terminal.png
+share/icons/locolor/32x32/apps/titlebar.png
+share/icons/locolor/32x32/apps/wabi.png
+share/icons/locolor/32x32/apps/window_list.png
+share/icons/locolor/32x32/apps/winprops.png
+share/icons/locolor/32x32/apps/wp.png
+share/icons/locolor/32x32/apps/x.png
+share/icons/locolor/32x32/apps/xcalc.png
+share/icons/locolor/32x32/apps/xclipboard.png
+share/icons/locolor/32x32/apps/xclock.png
+share/icons/locolor/32x32/apps/xconsole.png
+share/icons/locolor/32x32/apps/xedit.png
+share/icons/locolor/32x32/apps/xemacs.png
+share/icons/locolor/32x32/apps/xeyes.png
+share/icons/locolor/32x32/apps/xfig.png
+share/icons/locolor/32x32/apps/xfmail.png
+share/icons/locolor/32x32/apps/xftp.png
+share/icons/locolor/32x32/apps/xload.png
+share/icons/locolor/32x32/apps/xmms.png
+share/icons/locolor/32x32/apps/xosview.png
+share/icons/locolor/32x32/apps/xpaint.png
+share/icons/locolor/32x32/apps/xscreensaver.png
+share/icons/locolor/32x32/apps/xv.png
+share/icons/locolor/32x32/devices/3floppy_mount.png
+share/icons/locolor/32x32/devices/3floppy_unmount.png
+share/icons/locolor/32x32/devices/5floppy_mount.png
+share/icons/locolor/32x32/devices/5floppy_unmount.png
+share/icons/locolor/32x32/devices/cdrom_mount.png
+share/icons/locolor/32x32/devices/cdrom_unmount.png
+share/icons/locolor/32x32/devices/cdwriter_mount.png
+share/icons/locolor/32x32/devices/cdwriter_unmount.png
+share/icons/locolor/32x32/devices/hdd_mount.png
+share/icons/locolor/32x32/devices/hdd_unmount.png
+share/icons/locolor/32x32/devices/memory.png
+share/icons/locolor/32x32/devices/mo_mount.png
+share/icons/locolor/32x32/devices/mo_unmount.png
+share/icons/locolor/32x32/devices/printer1.png
+share/icons/locolor/32x32/devices/printer2.png
+share/icons/locolor/32x32/devices/scanner.png
+share/icons/locolor/32x32/devices/tablet.png
+share/icons/locolor/32x32/devices/zip_mount.png
+share/icons/locolor/32x32/devices/zip_unmount.png
+share/locale/C/entry.desktop
+share/locale/C/flag.png
+share/locale/l10n/C/entry.desktop
+share/locale/l10n/C/flag.png
+share/locale/l10n/at/entry.desktop
+share/locale/l10n/at/flag.png
+share/locale/l10n/au/entry.desktop
+share/locale/l10n/au/flag.png
+share/locale/l10n/be/entry.desktop
+share/locale/l10n/be/flag.png
+share/locale/l10n/bg/entry.desktop
+share/locale/l10n/bg/flag.png
+share/locale/l10n/br/entry.desktop
+share/locale/l10n/br/flag.png
+share/locale/l10n/ch/entry.desktop
+share/locale/l10n/ch/flag.png
+share/locale/l10n/cs/entry.desktop
+share/locale/l10n/cs/flag.png
+share/locale/l10n/de/entry.desktop
+share/locale/l10n/de/flag.png
+share/locale/l10n/dk/entry.desktop
+share/locale/l10n/dk/flag.png
+share/locale/l10n/ee/entry.desktop
+share/locale/l10n/ee/flag.png
+share/locale/l10n/eo/entry.desktop
+share/locale/l10n/eo/flag.png
+share/locale/l10n/es/entry.desktop
+share/locale/l10n/es/flag.png
+share/locale/l10n/fi/entry.desktop
+share/locale/l10n/fi/flag.png
+share/locale/l10n/fr/entry.desktop
+share/locale/l10n/fr/flag.png
+share/locale/l10n/gb/entry.desktop
+share/locale/l10n/gb/flag.png
+share/locale/l10n/hu/entry.desktop
+share/locale/l10n/hu/flag.png
+share/locale/l10n/ie/entry.desktop
+share/locale/l10n/ie/flag.png
+share/locale/l10n/il/entry.desktop
+share/locale/l10n/il/flag.png
+share/locale/l10n/is/entry.desktop
+share/locale/l10n/is/flag.png
+share/locale/l10n/it/entry.desktop
+share/locale/l10n/it/flag.png
+share/locale/l10n/jp/entry.desktop
+share/locale/l10n/jp/flag.png
+share/locale/l10n/ko/entry.desktop
+share/locale/l10n/ko/flag.png
+share/locale/l10n/nl/README
+share/locale/l10n/nl/entry.desktop
+share/locale/l10n/nl/flag.png
+share/locale/l10n/no/entry.desktop
+share/locale/l10n/no/flag.png
+share/locale/l10n/nz/entry.desktop
+share/locale/l10n/nz/flag.png
+share/locale/l10n/pl/entry.desktop
+share/locale/l10n/pl/flag.png
+share/locale/l10n/pt/entry.desktop
+share/locale/l10n/pt/flag.png
+share/locale/l10n/ro/entry.desktop
+share/locale/l10n/ro/flag.png
+share/locale/l10n/ru/entry.desktop
+share/locale/l10n/ru/flag.png
+share/locale/l10n/se/entry.desktop
+share/locale/l10n/se/flag.png
+share/locale/l10n/si/entry.desktop
+share/locale/l10n/si/flag.png
+share/locale/l10n/sr/entry.desktop
+share/locale/l10n/sr/flag.png
+share/locale/l10n/tw/entry.desktop
+share/locale/l10n/tw/flag.png
+share/locale/l10n/us/entry.desktop
+share/locale/l10n/us/flag.png
+share/mimelnk/application/x-konsole.desktop
+share/services/khelpcenter.desktop
+share/services/konq_detailedlistview.desktop
+share/services/konq_dirtree.desktop
+share/services/konq_iconview.desktop
+share/services/konq_textview.desktop
+share/services/konq_treeview.desktop
+share/services/konqueror.desktop
+share/services/kshorturifilter.desktop
+share/services/kuriikwsfilter.desktop
+share/servicetypes/konq_plugin.desktop
+share/templates/.source/Device.desktop
+share/templates/.source/FtpURL.desktop
+share/templates/.source/HTMLFile.html
+share/templates/.source/Program.desktop
+share/templates/.source/TextFile.txt
+share/templates/.source/URL.desktop
+share/templates/.source/WWWURL.desktop
+share/templates/Directory.desktop
+share/templates/HTMLFile.desktop
+share/templates/TextFile.desktop
+share/templates/linkDevice.desktop
+share/templates/linkFtpURL.desktop
+share/templates/linkProgram.desktop
+share/templates/linkURL.desktop
+share/templates/linkWWWURL.desktop
+share/toolbar/brightness.png
+share/toolbar/colourness.png
+share/toolbar/contrast.png
+share/wallpapers/A-Little-Exercise-3.jpg
+share/wallpapers/All-Good-People-1.jpg
+share/wallpapers/Ancient_Glyphs.jpg
+share/wallpapers/Appropriately-Left-Handed-2.jpg
+share/wallpapers/Blkmarble.jpg
+share/wallpapers/Chicken-Songs-2.jpg
+share/wallpapers/Chunky_Spinach.jpg
+share/wallpapers/Circuit.jpg
+share/wallpapers/Dawn-Turns-To-Day-1.jpg
+share/wallpapers/Flock-Of-Seagulls-2.jpg
+share/wallpapers/Foggy1.jpg
+share/wallpapers/In-Vino-Veritas.jpg
+share/wallpapers/Just-A-Woman-1.jpg
+share/wallpapers/Light-Industry-1.jpg
+share/wallpapers/Lowdown-Popcorn-1.jpg
+share/wallpapers/Magneto_Bomb.jpg
+share/wallpapers/Marble01.jpg
+share/wallpapers/No-Ones-Laughing-3.jpg
+share/wallpapers/Paper01.jpg
+share/wallpapers/Penguin-Sushi-3.jpg
+share/wallpapers/Planning-And-Probing-1.jpg
+share/wallpapers/Prpbumps.jpg
+share/wallpapers/Sasquatch-Suction-1.jpg
+share/wallpapers/Schematic-Diagram-1.jpg
+share/wallpapers/Sleep-Deprivation-3.jpg
+share/wallpapers/Superfluous-Organ-1.jpg
+share/wallpapers/The-Alias-Line-4.jpg
+share/wallpapers/The-Good-Times-1.jpg
+share/wallpapers/There-You-Are-1.jpg
+share/wallpapers/Time-For-Lunch-2.jpg
+share/wallpapers/Totally-New-Product-1.jpg
+share/wallpapers/Unknown-Rheostat-1.jpg
+share/wallpapers/Water01.jpg
+share/wallpapers/Whirling_Spirit.jpg
+share/wallpapers/Won-Ton-Soup-3.jpg
share/wallpapers/kdm_bg.jpg
-share/wallpapers/liquid_helium.jpg
-share/wallpapers/lizard_scales.jpg
-share/wallpapers/lunar_jelly.jpg
-share/wallpapers/magnetic_field.jpg
-share/wallpapers/magneto_bomb.jpg
-share/wallpapers/marble01.jpg
-share/wallpapers/martian_silk.jpg
-share/wallpapers/melting_glass.jpg
-share/wallpapers/melting_honeycomb.jpg
-share/wallpapers/metal_beads.jpg
-share/wallpapers/million_minnows.jpg
-share/wallpapers/mustard_ketchup.jpg
-share/wallpapers/mutant_berries.jpg
-share/wallpapers/mystical_hourglass.jpg
-share/wallpapers/neon_flux.jpg
-share/wallpapers/nuclear_coral.jpg
-share/wallpapers/ocean01.jpg
-share/wallpapers/odd_atmosphere.jpg
-share/wallpapers/olive_wisps.jpg
-share/wallpapers/owl_elder.jpg
-share/wallpapers/paper01.jpg
-share/wallpapers/paper_umbrella.jpg
-share/wallpapers/parrots.jpg
-share/wallpapers/pebble_town.jpg
-share/wallpapers/pinkflam.jpg
-share/wallpapers/plant_formation.jpg
-share/wallpapers/plasmatic_globules.jpg
-share/wallpapers/plasmatic_points.jpg
-share/wallpapers/produce.jpg
-share/wallpapers/prpbumps.jpg
-share/wallpapers/quantum_threads.jpg
-share/wallpapers/rainbow_alleys.jpg
-share/wallpapers/red_big_bang.jpg
-share/wallpapers/redblue_filaments.jpg
-share/wallpapers/ringworm_circus.jpg
-share/wallpapers/rose_petals.jpg
-share/wallpapers/rotten_vegetables.jpg
-share/wallpapers/rubber_cds.jpg
-share/wallpapers/ruby_dunes.jpg
-share/wallpapers/ruins.jpg
-share/wallpapers/sandman.jpg
-share/wallpapers/sapphire_surface.jpg
-share/wallpapers/scattered_islands.jpg
-share/wallpapers/scraped_metal.jpg
-share/wallpapers/silver_vibration.jpg
-share/wallpapers/spinning_stones.jpg
-share/wallpapers/spoiled_sprouts.jpg
-share/wallpapers/stellar_shadows.jpg
-share/wallpapers/striped_fragments.jpg
-share/wallpapers/sulfur_lakes.jpg
-share/wallpapers/sunburnt_crust.jpg
-share/wallpapers/tarnished_rings.jpg
-share/wallpapers/techno_sharks.jpg
-share/wallpapers/terrain_relief.jpg
-share/wallpapers/theoretical_life.jpg
-share/wallpapers/thick_syrup.jpg
-share/wallpapers/thin_tentacles.jpg
-share/wallpapers/toe_paint.jpg
-share/wallpapers/tree_knobs.jpg
-share/wallpapers/tropical_leaves.jpg
-share/wallpapers/ufo_frenzy.jpg
-share/wallpapers/unstable_element.jpg
-share/wallpapers/vessel_swirl.jpg
-share/wallpapers/water01.jpg
-share/wallpapers/wavy_ribbons.jpg
-share/wallpapers/whiplash_vines.jpg
-share/wallpapers/whirling_spirit.jpg
-share/wallpapers/wind_chill.jpg
-share/wallpapers/wood1.jpg
-@dirrm share/doc/HTML/ru/kikbd
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmbell/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmdisplay/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminfo/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminput/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkeys/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkfm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkpanel/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkwm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmlocale/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsamba/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsyssound/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kdmconfig/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kthememgr/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/common
+@unexec rm -f %D/share/doc/HTML/en/kdebugdialog/common
+@unexec rm -f %D/share/doc/HTML/en/kdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kdisknav/common
+@unexec rm -f %D/share/doc/HTML/en/kdm/common
+@unexec rm -f %D/share/doc/HTML/en/kfm/common
+@unexec rm -f %D/share/doc/HTML/en/kfontmanager/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/faq/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/quickstart/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/userguide/common
+@unexec rm -f %D/share/doc/HTML/en/kikbd/common
+@unexec rm -f %D/share/doc/HTML/en/konsole/common
+@unexec rm -f %D/share/doc/HTML/en/kpager/common
+@unexec rm -f %D/share/doc/HTML/en/kwm/common
+@dirrm share/wallpapers
+@dirrm share/toolbar
+@dirrm share/templates/.source/emptydir
+@dirrm share/templates/.source
+@dirrm share/templates
+@dirrm share/skel
+@dirrm share/servicetypes
+@dirrm share/services
+@dirrm share/icons/locolor/32x32/devices
+@dirrm share/icons/locolor/32x32/apps
+@dirrm share/icons/locolor/32x32
+@dirrm share/icons/locolor/16x16/devices
+@dirrm share/icons/locolor/16x16/apps
+@dirrm share/icons/locolor/16x16
+@dirrm share/icons/locolor
+@dirrm share/icons/hicolor/48x48/devices
+@dirrm share/icons/hicolor/48x48/apps
+@dirrm share/icons/hicolor/48x48
+@dirrm share/icons/hicolor/32x32/devices
+@dirrm share/icons/hicolor/32x32/apps
+@dirrm share/icons/hicolor/32x32
+@dirrm share/icons/hicolor
+@dirrm share/icons
@dirrm share/doc/HTML/en/kwm
-@dirrm share/doc/HTML/en/kvt
-@dirrm share/doc/HTML/en/kthememgr
-@dirrm share/doc/HTML/en/kpanel
@dirrm share/doc/HTML/en/kpager
@dirrm share/doc/HTML/en/konsole
-@dirrm share/doc/HTML/en/kmenuedit
-@dirrm share/doc/HTML/en/kmedia
@dirrm share/doc/HTML/en/kikbd
-@dirrm share/doc/HTML/en/kfontmanager
+@dirrm share/doc/HTML/en/khelpcenter/userguide
+@dirrm share/doc/HTML/en/khelpcenter/quickstart
+@dirrm share/doc/HTML/en/khelpcenter/faq
+@dirrm share/doc/HTML/en/khelpcenter
@dirrm share/doc/HTML/en/kfm
-@dirrm share/doc/HTML/en/kfind
@dirrm share/doc/HTML/en/kdm
@dirrm share/doc/HTML/en/kdisknav
-@dirrm share/doc/HTML/en/kdehelp/quickstart
-@dirrm share/doc/HTML/en/kdehelp/kwm
-@dirrm share/doc/HTML/en/kdehelp/kpanel
-@dirrm share/doc/HTML/en/kdehelp
+@dirrm share/doc/HTML/en/kdesu
+@dirrm share/doc/HTML/en/kdebugdialog
@dirrm share/doc/HTML/en/kcontrol/kthememgr
@dirrm share/doc/HTML/en/kcontrol/kdmconfig
@dirrm share/doc/HTML/en/kcontrol/kcmsyssound
@@ -2460,63 +1784,95 @@ share/wallpapers/wood1.jpg
@dirrm share/doc/HTML/en/kcontrol/kcmkpanel
@dirrm share/doc/HTML/en/kcontrol/kcmkfm
@dirrm share/doc/HTML/en/kcontrol/kcmkeys
+@dirrm share/doc/HTML/en/kcontrol/kcmkdesu
@dirrm share/doc/HTML/en/kcontrol/kcminput
@dirrm share/doc/HTML/en/kcontrol/kcminfo
@dirrm share/doc/HTML/en/kcontrol/kcmdisplay
@dirrm share/doc/HTML/en/kcontrol/kcmbell
@dirrm share/doc/HTML/en/kcontrol
+@dirrm share/apps/quickbrowser
@dirrm share/apps/kwm/pics
@dirrm share/apps/kwm
-@dirrm share/apps/kthememgr/Themes
-@dirrm share/apps/kthememgr
+@dirrm share/apps/kwin
+@dirrm share/apps/kwelcome/pics
+@dirrm share/apps/kwelcome
@dirrm share/apps/kscreensaver
-@dirrm share/apps/kpanel/pics/mini
-@dirrm share/apps/kpanel/pics/large
-@dirrm share/apps/kpanel/pics
-@dirrm share/apps/kpanel/default
-@dirrm share/apps/kpanel
@dirrm share/apps/konsole
-@dirrm share/apps/kikbd/codes
-@dirrm share/apps/kikbd
-@dirrm share/apps/kfm/pics
-@dirrm share/apps/kfm/Desktop/Templates
-@dirrm share/apps/kfm/Desktop
-@dirrm share/apps/kfm
-@dirrm share/apps/kfind/toolbar
-@dirrm share/apps/kfind
-@dirrm share/apps/kdmconfig/pics
-@dirrm share/apps/kdmconfig
+@dirrm share/apps/konqueror/pics
+@dirrm share/apps/konqueror/dirtree/remote/web
+@dirrm share/apps/konqueror/dirtree/remote/ftp
+@dirrm share/apps/konqueror/dirtree/remote
+@dirrm share/apps/konqueror/dirtree
+@dirrm share/apps/konqueror
+@dirrm share/apps/konqlistview
+@dirrm share/apps/konqiconview
+@dirrm share/apps/kio_info
+@dirrm share/apps/kicker/tiles
+@dirrm share/apps/kicker/pics
+@dirrm share/apps/kicker/internalapplets
+@dirrm share/apps/kicker/default
+@dirrm share/apps/kicker
+@dirrm share/apps/khelpcenter/plugins/Tutorials
+@dirrm share/apps/khelpcenter/plugins
+@dirrm share/apps/khelpcenter
@dirrm share/apps/kdm/pics/users
@dirrm share/apps/kdm/pics
@dirrm share/apps/kdm
@dirrm share/apps/kdisplay/color-schemes
@dirrm share/apps/kdisplay/app-defaults
@dirrm share/apps/kdisplay
-@dirrm share/apps/kdisknav
+@dirrm share/apps/kdewizard/pics
+@dirrm share/apps/kdewizard/html
+@dirrm share/apps/kdewizard
+@dirrm share/apps/kdesktop/programs
+@dirrm share/apps/kdesktop/pics
+@dirrm share/apps/kdesktop/patterns
+@dirrm share/apps/kdesktop/DesktopLinks
+@dirrm share/apps/kdesktop
@dirrm share/apps/kcontrol/pics
@dirrm share/apps/kcontrol
-@dirrm share/apps/kcmlocale/pics
-@dirrm share/apps/kcmlocale
-@dirrm share/apps/kappfinder/pics/mini
-@dirrm share/apps/kappfinder/pics/large
-@dirrm share/apps/kappfinder/pics
@dirrm share/apps/kappfinder/apps/WordProcessing
@dirrm share/apps/kappfinder/apps/Utilities
@dirrm share/apps/kappfinder/apps/Toys
+@dirrm share/apps/kappfinder/apps/System/ScreenSavers
@dirrm share/apps/kappfinder/apps/System
@dirrm share/apps/kappfinder/apps/Office
+@dirrm share/apps/kappfinder/apps/Multimedia
@dirrm share/apps/kappfinder/apps/Internet
-@dirrm share/apps/kappfinder/apps/Graphic
+@dirrm share/apps/kappfinder/apps/Graphics
@dirrm share/apps/kappfinder/apps/Editors
@dirrm share/apps/kappfinder/apps/Development
@dirrm share/apps/kappfinder/apps
@dirrm share/apps/kappfinder
-@dirrm share/applnk/Settings/Windows
+@dirrm share/apps/drkonqi/presets
+@dirrm share/apps/drkonqi/pics
+@dirrm share/apps/drkonqi
+@dirrm share/applnk/Utilities
+@dirrm share/applnk/Toys
+@dirrm share/applnk/System/ScreenSavers
+@dirrm share/applnk/System
+@dirrm share/applnk/Settings/System
@dirrm share/applnk/Settings/Sound
-@dirrm share/applnk/Settings/Network
-@dirrm share/applnk/Settings/Keys
-@dirrm share/applnk/Settings/Input_Devices
+@dirrm share/applnk/Settings/PowerControl
+@dirrm share/applnk/Settings/Personalization
+@dirrm share/applnk/Settings/Peripherals
+@dirrm share/applnk/Settings/LookNFeel/Windows
+@dirrm share/applnk/Settings/LookNFeel/Themes
+@dirrm share/applnk/Settings/LookNFeel/Desktop
+@dirrm share/applnk/Settings/LookNFeel
@dirrm share/applnk/Settings/Information
-@dirrm share/applnk/Settings/Desktop
+@dirrm share/applnk/Settings/Browsing/Web
+@dirrm share/applnk/Settings/Browsing/Neighbourhood
+@dirrm share/applnk/Settings/Browsing/Files
+@dirrm share/applnk/Settings/Browsing
+@dirrm share/applnk/Settings/Applications/System
@dirrm share/applnk/Settings/Applications
-@dirrm cgi-bin
+@dirrm share/applnk/Settings
+@dirrm share/applnk/Multimedia
+@dirrm share/applnk/Internet
+@dirrm share/applnk/Graphics
+@dirrm share/applnk/Games
+@dirrm share/applnk/Control
+@dirrm share/applnk/Applications
+@exec /sbin/ldconfig -m %D/lib
+@unexec /sbin/ldconfig -R
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile
index 142cb33134f5..639c5c610fdd 100644
--- a/x11/kdebase2/Makefile
+++ b/x11/kdebase2/Makefile
@@ -1,45 +1,33 @@
-# New ports collection makefile for: kdebase
-# Date created: 28 October 1997
-# Whom: Stefan Eßer <se@freebsd.org>
+# New ports collection makefile for: kdebase2
+# Date created: Fri Apr 14 2000 15:05:00 EDT
+# Whom: will
#
# $FreeBSD$
#
PORTNAME= kdebase
-PORTVERSION= 1.1.2
+PORTVERSION= 1.90
CATEGORIES= x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
+MASTER_SITE_SUBDIR= unstable/distribution/tar/src
-MAINTAINER= se@freebsd.org
+MAINTAINER= will@FreeBSD.org
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- kdecore.3:${PORTSDIR}/x11/kdelibs11 \
+LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
Xpm.4:${PORTSDIR}/graphics/xpm \
intl.1:${PORTSDIR}/devel/gettext
+MOC?= ${X11BASE}/bin/moc2
USE_XLIB= yes
USE_BZIP2= yes
-USE_QT= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
- "--with-xdmdir=${X11BASE}/lib/X11/xdm"
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
- INSTALL_SCRIPT="install -c -m 555" \
- PATH="${PATH}:${X11BASE}/bin"
+USE_QT2= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
+ --with-qt-dir=${X11BASE} \
+ --with-qt-includes=${X11BASE}/include/qt2 \
+ --with-qt-libraries=${X11BASE}/lib
+CONFIGURE_ENV+= MOC="${MOC}"
USE_GMAKE= yes
-MAKE_ENV= RM=${RM}
-CFLAGS+= "-I$(PREFIX)/include"
-
-KSSES= kattraction.kss kbanner.kss kbat.kss kblankscrn.kss \
- kblob.kss kbouboule.kss kbsod.kss kflame.kss kforest.kss \
- khop.kss klaser.kss klines.kss klissie.kss kmatrix.kss \
- kmorph3d.kss kpipes.kss kpolygon.kss kpyro.kss krock.kss \
- kscience.kss kslidescreen.kss kslip.kss kspace.kss kswarm.kss
-
-post-install:
-.for KSS in $(KSSES)
- $(CHMOD) 4555 $(PREFIX)/bin/$(KSS)
-.endfor
.include <bsd.port.mk>
diff --git a/x11/kdebase2/distinfo b/x11/kdebase2/distinfo
index 3b5e9ff7e1a1..1c93ddf3d36e 100644
--- a/x11/kdebase2/distinfo
+++ b/x11/kdebase2/distinfo
@@ -1 +1 @@
-MD5 (kdebase-1.1.2.tar.bz2) = 330492b058e8087fca7f1ce350363254
+MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
diff --git a/x11/kdebase2/pkg-plist b/x11/kdebase2/pkg-plist
index 0ac6b849cfd3..7906bc632d7e 100644
--- a/x11/kdebase2/pkg-plist
+++ b/x11/kdebase2/pkg-plist
@@ -1,362 +1,476 @@
+bin/chooser
+bin/drkonqi
+bin/exampleapplet
+bin/eyesapplet
bin/kappfinder
-bin/kappfinder_restart
-bin/kattraction.kss
-bin/kaudioserver
bin/kbanner.kss
bin/kbat.kss
-bin/kbgndwm
bin/kblankscrn.kss
bin/kblob.kss
bin/kbouboule.kss
bin/kbsod.kss
bin/kcheckpass
-bin/kcmbell
-bin/kcmdisplay
-bin/kcmikbd
-bin/kcminfo
-bin/kcminput
-bin/kcmkeys
-bin/kcmkfm
-bin/kcmkonsole
-bin/kcmkpanel
-bin/kcmkwm
-bin/kcmlocale
-bin/kcmsamba
-bin/kcmsyssound
+bin/kcminit
+bin/kcmshell
bin/kcontrol
-bin/kde
-bin/kdehelp
+bin/kdebugdialog
+bin/kdesktop
+bin/kdesu
+bin/kdesud
+bin/kdewizard
bin/kdm
-bin/kdmconfig
bin/kdmdesktop
-bin/kfind
-bin/kflame.kss
-bin/kfm
bin/kfmclient
bin/kfmexec
-bin/kfmsu
-bin/kfmsu2
-bin/kfmwarn
-bin/kfontmanager
-bin/kforest.kss
+bin/khelpcenter
bin/khop.kss
-bin/kikbd
-bin/kioslave
-bin/klaser.kss
+bin/kicker
bin/klines.kss
-bin/klissie.kss
-bin/klock
bin/kmatrix.kss
-bin/kmenuedit
bin/kmorph3d.kss
+bin/konqueror
bin/konsole
bin/konsole_grantpty
-bin/kpager
-bin/kpanel
bin/kpipes.kss
-bin/kplayaudio
bin/kpolygon.kss
+bin/kprintwrapper
bin/kpyro.kss
+bin/krandom.kss
bin/krdb
bin/krock.kss
-bin/krootwm
+bin/krunonce
bin/kscience.kss
bin/kslidescreen.kss
-bin/kslip.kss
+bin/kslideshow.kss
+bin/ksmserver
bin/kspace.kss
bin/kstart
bin/kswarm.kss
-bin/kthememgr
-bin/kvt
-bin/kwm
-bin/kwmcom
-bin/kwmsound
-bin/maudio
-bin/rman
+bin/kwelcome
+bin/kwin
+bin/kwrited
+bin/kxmlrpcd
+bin/kxsconfig
+bin/kxsrun
+bin/man2html
bin/startkde
-bin/unpack
-cgi-bin/helpindex
-cgi-bin/helpsearch
+bin/swallowapplet
+include/KBackgroundIface.h
+include/KDesktopIface.h
+include/KScreensaverIface.h
+include/KWinInterface.h
+include/KonquerorIface.h
+include/kbookmark.h
+include/kbookmarkbar.h
+include/kbookmarkmenu.h
+include/kfileivi.h
+include/knewmenu.h
+include/konq_bgnddlg.h
+include/konq_events.h
+include/konq_propsview.h
+include/konqdefaults.h
+include/konqdirlister.h
+include/konqdrag.h
+include/konqfileitem.h
+include/konqiconviewwidget.h
+include/konqoperations.h
+include/konqpopupmenu.h
+include/konqsettings.h
+lib/kdesktop.la
+lib/kdesktop.so
+lib/kfmclient.la
+lib/kfmclient.so
+lib/kio_help.la
+lib/kio_help.so
+lib/kio_info.la
+lib/kio_info.so
+lib/kio_man.la
+lib/kio_man.so
+lib/kio_nntp.la
+lib/kio_nntp.so
+lib/kio_pop3.la
+lib/kio_pop3.so
+lib/kio_smb.la
+lib/kio_smb.so
+lib/konqueror.la
+lib/konqueror.so
+lib/konsole.la
+lib/konsole.so
+lib/kwin.la
+lib/kwin.so
+lib/kwrited.la
+lib/kwrited.so
+lib/kxmlrpcd.la
+lib/kxmlrpcd.so
+lib/libkasbarapplet.la
+lib/libkasbarapplet.so.1
+lib/libkcm_arts.la
+lib/libkcm_arts.so
+lib/libkcm_clock.la
+lib/libkcm_clock.so
+lib/libkcm_display.la
+lib/libkcm_display.so
+lib/libkcm_drkonqi.la
+lib/libkcm_drkonqi.so
+lib/libkcm_email.la
+lib/libkcm_email.so
+lib/libkcm_filetypes.la
+lib/libkcm_filetypes.so
+lib/libkcm_info.la
+lib/libkcm_info.so
+lib/libkcm_input.la
+lib/libkcm_input.so
+lib/libkcm_kdm.la
+lib/libkcm_kdm.so
+lib/libkcm_keys.la
+lib/libkcm_keys.so
+lib/libkcm_kicker.la
+lib/libkcm_kicker.so
+lib/libkcm_kio.la
+lib/libkcm_kio.so
+lib/libkcm_knotify.la
+lib/libkcm_knotify.so
+lib/libkcm_konq.la
+lib/libkcm_konq.so
+lib/libkcm_konqhtml.la
+lib/libkcm_konqhtml.so
+lib/libkcm_kurifilt.la
+lib/libkcm_kurifilt.so
+lib/libkcm_kwindesktop.la
+lib/libkcm_kwindesktop.so
+lib/libkcm_kwinmouse.la
+lib/libkcm_kwinmouse.so
+lib/libkcm_kwinoptions.la
+lib/libkcm_kwinoptions.so
+lib/libkcm_locale.la
+lib/libkcm_locale.so
+lib/libkcm_passwords.la
+lib/libkcm_passwords.so
+lib/libkcm_samba.la
+lib/libkcm_samba.so
+lib/libkcm_sample.la
+lib/libkcm_sample.so
+lib/libkcm_syssound.la
+lib/libkcm_syssound.so
+lib/libkdateapplet.la
+lib/libkdateapplet.so.1
+lib/libkdockapplet.la
+lib/libkdockapplet.so.1
+lib/libkhelpcenter.la
+lib/libkhelpcenter.so.1
+lib/libkminipagerapplet.la
+lib/libkminipagerapplet.so.1
+lib/libkonq.la
+lib/libkonq.so.3
+lib/libkonqdirtree.la
+lib/libkonqdirtree.so.1
+lib/libkonqiconview.la
+lib/libkonqiconview.so.1
+lib/libkonqlistview.la
+lib/libkonqlistview.so.1
+lib/libkonsole.la
+lib/libkonsole.so.1
+lib/libkoolclockapplet.la
+lib/libkoolclockapplet.so.1
+lib/libkpagerapplet.la
+lib/libkpagerapplet.so.1
+lib/libkpagericon.la
+lib/libkpagericon.so.1
+lib/libkpagerpixmap.la
+lib/libkpagerpixmap.so.1
+lib/libkshorturifilter.la
+lib/libkshorturifilter.so.1
+lib/libktaskbarapplet.la
+lib/libktaskbarapplet.so.1
+lib/libkuriikwsfilter.la
+lib/libkuriikwsfilter.so.1
+lib/libkwinb2.la
+lib/libkwinb2.so.1
+lib/libkwinkstep.la
+lib/libkwinkstep.so.1
+lib/libkwinlaptop.la
+lib/libkwinlaptop.so.1
+lib/libkwinmodernsys.la
+lib/libkwinmodernsys.so.1
+lib/libkwinriscos.la
+lib/libkwinriscos.so.1
+lib/libkwinsystem.la
+lib/libkwinsystem.so.1
+lib/libsmb++.la
+lib/libsmb++.so.0
share/applnk/.directory
share/applnk/Applications/.directory
+share/applnk/Control/.directory
+share/applnk/Control/SysInfo.desktop
+share/applnk/Control/System.desktop
+share/applnk/Control/User.desktop
share/applnk/Games/.directory
share/applnk/Graphics/.directory
-share/applnk/Help.kdelnk
-share/applnk/Home.kdelnk
+share/applnk/Help.desktop
+share/applnk/Home.desktop
share/applnk/Internet/.directory
-share/applnk/KControl.kdelnk
-share/applnk/Kfind.kdelnk
-share/applnk/Krefresh.kdelnk
share/applnk/Multimedia/.directory
share/applnk/Settings/.directory
share/applnk/Settings/Applications/.directory
-share/applnk/Settings/Applications/kdm.kdelnk
-share/applnk/Settings/Applications/kfm.kdelnk
-share/applnk/Settings/Applications/kfmbrowser.kdelnk
-share/applnk/Settings/Applications/panel.kdelnk
-share/applnk/Settings/Desktop/.directory
-share/applnk/Settings/Desktop/background.kdelnk
-share/applnk/Settings/Desktop/borders.kdelnk
-share/applnk/Settings/Desktop/colors.kdelnk
-share/applnk/Settings/Desktop/fonts.kdelnk
-share/applnk/Settings/Desktop/icons.kdelnk
-share/applnk/Settings/Desktop/kthememgr.kdelnk
-share/applnk/Settings/Desktop/language.kdelnk
-share/applnk/Settings/Desktop/screensaver.kdelnk
-share/applnk/Settings/Desktop/style.kdelnk
+share/applnk/Settings/Applications/System/kdm.desktop
+share/applnk/Settings/Applications/drkonqi.desktop
+share/applnk/Settings/Browsing/.directory
+share/applnk/Settings/Browsing/Files/filetypes.desktop
+share/applnk/Settings/Browsing/Files/kcmkonq.desktop
+share/applnk/Settings/Browsing/Neighbourhood/smb.desktop
+share/applnk/Settings/Browsing/Web/cookies.desktop
+share/applnk/Settings/Browsing/Web/ebrowsing.desktop
+share/applnk/Settings/Browsing/Web/konqhtml.desktop
+share/applnk/Settings/Browsing/Web/proxy.desktop
+share/applnk/Settings/Browsing/Web/useragent.desktop
share/applnk/Settings/Information/.directory
-share/applnk/Settings/Information/devices.kdelnk
-share/applnk/Settings/Information/dma.kdelnk
-share/applnk/Settings/Information/interrupts.kdelnk
-share/applnk/Settings/Information/ioports.kdelnk
-share/applnk/Settings/Information/memory.kdelnk
-share/applnk/Settings/Information/partitions.kdelnk
-share/applnk/Settings/Information/pci.kdelnk
-share/applnk/Settings/Information/processor.kdelnk
-share/applnk/Settings/Information/scsi.kdelnk
-share/applnk/Settings/Information/smbstatus.kdelnk
-share/applnk/Settings/Information/sound.kdelnk
-share/applnk/Settings/Information/xserver.kdelnk
-share/applnk/Settings/Input_Devices/.directory
-share/applnk/Settings/Input_Devices/kcmikbd.kdelnk
-share/applnk/Settings/Input_Devices/keyboard.kdelnk
-share/applnk/Settings/Input_Devices/mouse.kdelnk
-share/applnk/Settings/Keys/.directory
-share/applnk/Settings/Keys/global.kdelnk
-share/applnk/Settings/Keys/standard.kdelnk
-share/applnk/Settings/Network/.directory
+share/applnk/Settings/Information/devices.desktop
+share/applnk/Settings/Information/dma.desktop
+share/applnk/Settings/Information/interrupts.desktop
+share/applnk/Settings/Information/ioports.desktop
+share/applnk/Settings/Information/memory.desktop
+share/applnk/Settings/Information/partitions.desktop
+share/applnk/Settings/Information/pci.desktop
+share/applnk/Settings/Information/processor.desktop
+share/applnk/Settings/Information/scsi.desktop
+share/applnk/Settings/Information/smbstatus.desktop
+share/applnk/Settings/Information/sound.desktop
+share/applnk/Settings/Information/xserver.desktop
+share/applnk/Settings/LookNFeel/.directory
+share/applnk/Settings/LookNFeel/Desktop/.directory
+share/applnk/Settings/LookNFeel/Desktop/advanced.desktop
+share/applnk/Settings/LookNFeel/Desktop/background.desktop
+share/applnk/Settings/LookNFeel/Desktop/borders.desktop
+share/applnk/Settings/LookNFeel/Desktop/desktop.desktop
+share/applnk/Settings/LookNFeel/Desktop/icons.desktop
+share/applnk/Settings/LookNFeel/Themes/style.desktop
+share/applnk/Settings/LookNFeel/Windows/.directory
+share/applnk/Settings/LookNFeel/Windows/actions.desktop
+share/applnk/Settings/LookNFeel/Windows/mouse.desktop
+share/applnk/Settings/LookNFeel/colors.desktop
+share/applnk/Settings/LookNFeel/fonts.desktop
+share/applnk/Settings/LookNFeel/kcmnotify.desktop
+share/applnk/Settings/LookNFeel/keys.desktop
+share/applnk/Settings/LookNFeel/panel.desktop
+share/applnk/Settings/LookNFeel/screensaver.desktop
+share/applnk/Settings/Peripherals/.directory
+share/applnk/Settings/Peripherals/keyboard.desktop
+share/applnk/Settings/Peripherals/mouse.desktop
+share/applnk/Settings/Personalization/.directory
+share/applnk/Settings/Personalization/email.desktop
+share/applnk/Settings/Personalization/language.desktop
+share/applnk/Settings/Personalization/passwords.desktop
+share/applnk/Settings/PowerControl/.directory
+share/applnk/Settings/PowerControl/energy.desktop
share/applnk/Settings/Sound/.directory
-share/applnk/Settings/Sound/bell.kdelnk
-share/applnk/Settings/Sound/syssound.kdelnk
-share/applnk/Settings/Windows/.directory
-share/applnk/Settings/Windows/advanced.kdelnk
-share/applnk/Settings/Windows/buttons.kdelnk
-share/applnk/Settings/Windows/mouse.kdelnk
-share/applnk/Settings/Windows/properties.kdelnk
-share/applnk/Settings/Windows/titlebar.kdelnk
+share/applnk/Settings/Sound/arts.desktop
+share/applnk/Settings/Sound/syssound.desktop
+share/applnk/Settings/System/clock.desktop
share/applnk/System/.directory
-share/applnk/System/Arrange.kdelnk
-share/applnk/System/Kfontmanager.kdelnk
-share/applnk/System/kappfinder.kdelnk
-share/applnk/System/kfmsu.kdelnk
-share/applnk/System/kikbd.kdelnk
-share/applnk/System/kpager.kdelnk
-share/applnk/Trash.kdelnk
+share/applnk/System/Arrange.desktop
+share/applnk/System/ScreenSavers/.directory
+share/applnk/System/ScreenSavers/KAttration.desktop
+share/applnk/System/ScreenSavers/KBanner.desktop
+share/applnk/System/ScreenSavers/KBat.desktop
+share/applnk/System/ScreenSavers/KBlankscreen.desktop
+share/applnk/System/ScreenSavers/KBlob.desktop
+share/applnk/System/ScreenSavers/KBouboule.desktop
+share/applnk/System/ScreenSavers/KBsod.desktop
+share/applnk/System/ScreenSavers/KFlame.desktop
+share/applnk/System/ScreenSavers/KForest.desktop
+share/applnk/System/ScreenSavers/KHop.desktop
+share/applnk/System/ScreenSavers/KLaser.desktop
+share/applnk/System/ScreenSavers/KLines.desktop
+share/applnk/System/ScreenSavers/KLissie.desktop
+share/applnk/System/ScreenSavers/KMatrix.desktop
+share/applnk/System/ScreenSavers/KMorph3D.desktop
+share/applnk/System/ScreenSavers/KPipes.desktop
+share/applnk/System/ScreenSavers/KPolygon.desktop
+share/applnk/System/ScreenSavers/KPyro.desktop
+share/applnk/System/ScreenSavers/KRandom.desktop
+share/applnk/System/ScreenSavers/KRock.desktop
+share/applnk/System/ScreenSavers/KScience.desktop
+share/applnk/System/ScreenSavers/KSlidescreen.desktop
+share/applnk/System/ScreenSavers/KSlideshow.desktop
+share/applnk/System/ScreenSavers/KSlip.desktop
+share/applnk/System/ScreenSavers/KSpace.desktop
+share/applnk/System/ScreenSavers/KSwarm.desktop
+share/applnk/System/ScreenSavers/Worm.desktop
+share/applnk/System/kappfinder.desktop
+share/applnk/System/kfmclient.desktop
+share/applnk/System/konquerorsu.desktop
+share/applnk/System/konsole.desktop
+share/applnk/System/konsolesu.desktop
+share/applnk/Trash.desktop
share/applnk/Utilities/.directory
-share/applnk/Utilities/KMenuEdit.kdelnk
-share/applnk/Utilities/konsole.kdelnk
-share/applnk/Utilities/kvt.kdelnk
+share/applnk/Utilities/kdewizard.desktop
+share/applnk/Utilities/passwd.desktop
+share/applnk/Utilities/xclipboard.desktop
+share/applnk/Utilities/xclock.desktop
+share/applnk/Utilities/xconsole.desktop
+share/applnk/Utilities/xterm.desktop
+share/apps/drkonqi/pics/konqi.png
+share/apps/drkonqi/presets/developerrc
+share/apps/drkonqi/presets/enduserrc
share/apps/kappfinder/apps/.directory
share/apps/kappfinder/apps/Development/.directory
-share/apps/kappfinder/apps/Development/ddd.kdelnk
-share/apps/kappfinder/apps/Development/dlgedit.kdelnk
+share/apps/kappfinder/apps/Development/ddd.desktop
+share/apps/kappfinder/apps/Development/dlgedit.desktop
share/apps/kappfinder/apps/Editors/.directory
-share/apps/kappfinder/apps/Editors/emacs.kdelnk
-share/apps/kappfinder/apps/Editors/lemacs.kdelnk
-share/apps/kappfinder/apps/Editors/nedit.kdelnk
-share/apps/kappfinder/apps/Editors/xedit.kdelnk
-share/apps/kappfinder/apps/Editors/xemacs.kdelnk
-share/apps/kappfinder/apps/Graphic/.directory
-share/apps/kappfinder/apps/Graphic/acroread.kdelnk
-share/apps/kappfinder/apps/Graphic/xfig.kdelnk
-share/apps/kappfinder/apps/Graphic/xpaint.kdelnk
-share/apps/kappfinder/apps/Graphic/xv.kdelnk
+share/apps/kappfinder/apps/Editors/emacs.desktop
+share/apps/kappfinder/apps/Editors/gvim.desktop
+share/apps/kappfinder/apps/Editors/lemacs.desktop
+share/apps/kappfinder/apps/Editors/nedit.desktop
+share/apps/kappfinder/apps/Editors/xedit.desktop
+share/apps/kappfinder/apps/Editors/xemacs.desktop
+share/apps/kappfinder/apps/Graphics/.directory
+share/apps/kappfinder/apps/Graphics/acroread.desktop
+share/apps/kappfinder/apps/Graphics/gimp.desktop
+share/apps/kappfinder/apps/Graphics/xfig.desktop
+share/apps/kappfinder/apps/Graphics/xpaint.desktop
+share/apps/kappfinder/apps/Graphics/xv.desktop
share/apps/kappfinder/apps/Internet/.directory
-share/apps/kappfinder/apps/Internet/arena.kdelnk
-share/apps/kappfinder/apps/Internet/coolmail.kdelnk
-share/apps/kappfinder/apps/Internet/netscape.kdelnk
-share/apps/kappfinder/apps/Internet/pine.kdelnk
-share/apps/kappfinder/apps/Internet/xbiff.kdelnk
-share/apps/kappfinder/apps/Internet/xfmail.kdelnk
-share/apps/kappfinder/apps/Internet/xftp.kdelnk
+share/apps/kappfinder/apps/Internet/arena.desktop
+share/apps/kappfinder/apps/Internet/coolmail.desktop
+share/apps/kappfinder/apps/Internet/netscape.desktop
+share/apps/kappfinder/apps/Internet/pine.desktop
+share/apps/kappfinder/apps/Internet/xbiff.desktop
+share/apps/kappfinder/apps/Internet/xfmail.desktop
+share/apps/kappfinder/apps/Internet/xftp.desktop
+share/apps/kappfinder/apps/Multimedia/.directory
+share/apps/kappfinder/apps/Multimedia/xmms.desktop
share/apps/kappfinder/apps/Office/.directory
-share/apps/kappfinder/apps/Office/Applix.kdelnk
-share/apps/kappfinder/apps/Office/XAcc.kdelnk
-share/apps/kappfinder/apps/Office/XsLite.kdelnk
-share/apps/kappfinder/apps/Office/plan.kdelnk
+share/apps/kappfinder/apps/Office/Applix.desktop
+share/apps/kappfinder/apps/Office/XAcc.desktop
+share/apps/kappfinder/apps/Office/XsLite.desktop
+share/apps/kappfinder/apps/Office/plan.desktop
share/apps/kappfinder/apps/System/.directory
-share/apps/kappfinder/apps/System/xosview.kdelnk
+share/apps/kappfinder/apps/System/ScreenSavers/.directory
+share/apps/kappfinder/apps/System/ScreenSavers/Ant.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Atlantis.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Attraction.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Braid.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubble3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubbles.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cage.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Compass.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Coral.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Crystal.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cynosure.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Drift.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Fadeplot.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flag.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flow.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Forest.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/GLPlanet.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Galaxy.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Gears.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Goop.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Grav.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hopalong.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hypercube.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Ifs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Imsmap.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Interference.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Julia.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kaleidescope.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kumppa.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/LMorph.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lament.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Laser.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lightning.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lissie.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Moenius.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Penrose.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Phosphor.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Pulsar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Rubik.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sonar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sproingies.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Stairs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Starfish.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Strange.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Superquadrics.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Swirl.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/T3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Triangle.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Vines.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Worm.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XFlame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XJack.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XMatrix.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XPipes.desktop
+share/apps/kappfinder/apps/System/sam.desktop
+share/apps/kappfinder/apps/System/xosview.desktop
share/apps/kappfinder/apps/Toys/.directory
-share/apps/kappfinder/apps/Toys/xeyes.kdelnk
-share/apps/kappfinder/apps/Toys/xpinguin.kdelnk
+share/apps/kappfinder/apps/Toys/xeyes.desktop
+share/apps/kappfinder/apps/Toys/xpinguin.desktop
share/apps/kappfinder/apps/Utilities/.directory
-share/apps/kappfinder/apps/Utilities/passwd.kdelnk
-share/apps/kappfinder/apps/Utilities/xcalc.kdelnk
-share/apps/kappfinder/apps/Utilities/xclipboard.kdelnk
-share/apps/kappfinder/apps/Utilities/xclock.kdelnk
-share/apps/kappfinder/apps/Utilities/xconsole.kdelnk
-share/apps/kappfinder/apps/Utilities/xload.kdelnk
-share/apps/kappfinder/apps/Utilities/xterm.kdelnk
+share/apps/kappfinder/apps/Utilities/jar.desktop
+share/apps/kappfinder/apps/Utilities/passwd.desktop
+share/apps/kappfinder/apps/Utilities/xcalc.desktop
+share/apps/kappfinder/apps/Utilities/xclipboard.desktop
+share/apps/kappfinder/apps/Utilities/xclock.desktop
+share/apps/kappfinder/apps/Utilities/xconsole.desktop
+share/apps/kappfinder/apps/Utilities/xload.desktop
+share/apps/kappfinder/apps/Utilities/xterm.desktop
share/apps/kappfinder/apps/WordProcessing/.directory
-share/apps/kappfinder/apps/WordProcessing/WordPerfect.kdelnk
-share/apps/kappfinder/apps/WordProcessing/acroread.kdelnk
-share/apps/kappfinder/apps/WordProcessing/ghostview.kdelnk
-share/apps/kappfinder/apps/WordProcessing/gv.kdelnk
-share/apps/kappfinder/apps/WordProcessing/lyx.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xdvi.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xpdf.kdelnk
-share/apps/kappfinder/pics/acroread.xpm
-share/apps/kappfinder/pics/applix.xpm
-share/apps/kappfinder/pics/applixware.xpm
-share/apps/kappfinder/pics/civctp.xpm
-share/apps/kappfinder/pics/dlgedit.xpm
-share/apps/kappfinder/pics/edit.xpm
-share/apps/kappfinder/pics/emacs.xpm
-share/apps/kappfinder/pics/email.xpm
-share/apps/kappfinder/pics/gimp.xpm
-share/apps/kappfinder/pics/gnu.xpm
-share/apps/kappfinder/pics/gs.xpm
-share/apps/kappfinder/pics/gv.xpm
-share/apps/kappfinder/pics/large/acroread.xpm
-share/apps/kappfinder/pics/large/applixware.xpm
-share/apps/kappfinder/pics/large/civctp.xpm
-share/apps/kappfinder/pics/large/dlgedit.xpm
-share/apps/kappfinder/pics/large/edit.xpm
-share/apps/kappfinder/pics/large/gimp.xpm
-share/apps/kappfinder/pics/large/gnu.xpm
-share/apps/kappfinder/pics/large/gs.xpm
-share/apps/kappfinder/pics/large/gv.xpm
-share/apps/kappfinder/pics/large/lyx.xpm
-share/apps/kappfinder/pics/large/mathematica.xpm
-share/apps/kappfinder/pics/large/mozilla.xpm
-share/apps/kappfinder/pics/large/nedit.xpm
-share/apps/kappfinder/pics/large/penguin.xpm
-share/apps/kappfinder/pics/large/plan.xpm
-share/apps/kappfinder/pics/large/quake2.xpm
-share/apps/kappfinder/pics/large/quake3.xpm
-share/apps/kappfinder/pics/large/wabi.xpm
-share/apps/kappfinder/pics/large/wordperfect.xpm
-share/apps/kappfinder/pics/large/x.xpm
-share/apps/kappfinder/pics/large/xcalc.xpm
-share/apps/kappfinder/pics/large/xclipboard.xpm
-share/apps/kappfinder/pics/large/xclock.xpm
-share/apps/kappfinder/pics/large/xconsole.xpm
-share/apps/kappfinder/pics/large/xedit.xpm
-share/apps/kappfinder/pics/large/xephem.xpm
-share/apps/kappfinder/pics/large/xeyes.xpm
-share/apps/kappfinder/pics/large/xfig.xpm
-share/apps/kappfinder/pics/large/xfmail.xpm
-share/apps/kappfinder/pics/large/xload.xpm
-share/apps/kappfinder/pics/large/xosview.xpm
-share/apps/kappfinder/pics/large/xpaint.xpm
-share/apps/kappfinder/pics/large/xpdf.xpm
-share/apps/kappfinder/pics/large/xv.xpm
-share/apps/kappfinder/pics/lyx.xpm
-share/apps/kappfinder/pics/mathematica.xpm
-share/apps/kappfinder/pics/mini/acroread.xpm
-share/apps/kappfinder/pics/mini/applixware.xpm
-share/apps/kappfinder/pics/mini/civctp.xpm
-share/apps/kappfinder/pics/mini/dlgedit.xpm
-share/apps/kappfinder/pics/mini/edit.xpm
-share/apps/kappfinder/pics/mini/emacs.xpm
-share/apps/kappfinder/pics/mini/email.xpm
-share/apps/kappfinder/pics/mini/gimp.xpm
-share/apps/kappfinder/pics/mini/gnu.xpm
-share/apps/kappfinder/pics/mini/gv.xpm
-share/apps/kappfinder/pics/mini/lyx.xpm
-share/apps/kappfinder/pics/mini/mathematica.xpm
-share/apps/kappfinder/pics/mini/mini-plan.xpm
-share/apps/kappfinder/pics/mini/mini-xslight.xpm
-share/apps/kappfinder/pics/mini/mozilla.xpm
-share/apps/kappfinder/pics/mini/nedit.xpm
-share/apps/kappfinder/pics/mini/netscape.xpm
-share/apps/kappfinder/pics/mini/penguin.xpm
-share/apps/kappfinder/pics/mini/pinguin.xpm
-share/apps/kappfinder/pics/mini/plan.xpm
-share/apps/kappfinder/pics/mini/quake2.xpm
-share/apps/kappfinder/pics/mini/quake3.xpm
-share/apps/kappfinder/pics/mini/vmware.xpm
-share/apps/kappfinder/pics/mini/wabi.xpm
-share/apps/kappfinder/pics/mini/wordperfect.xpm
-share/apps/kappfinder/pics/mini/wp.xpm
-share/apps/kappfinder/pics/mini/x.xpm
-share/apps/kappfinder/pics/mini/xcalc.xpm
-share/apps/kappfinder/pics/mini/xclipboard.xpm
-share/apps/kappfinder/pics/mini/xclock.xpm
-share/apps/kappfinder/pics/mini/xconsole.xpm
-share/apps/kappfinder/pics/mini/xedit.xpm
-share/apps/kappfinder/pics/mini/xemacs.xpm
-share/apps/kappfinder/pics/mini/xephem.xpm
-share/apps/kappfinder/pics/mini/xeyes.xpm
-share/apps/kappfinder/pics/mini/xfig.xpm
-share/apps/kappfinder/pics/mini/xfmail.xpm
-share/apps/kappfinder/pics/mini/xload.xpm
-share/apps/kappfinder/pics/mini/xosview.xpm
-share/apps/kappfinder/pics/mini/xpaint.xpm
-share/apps/kappfinder/pics/mini/xpdf.xpm
-share/apps/kappfinder/pics/mini/xv.xpm
-share/apps/kappfinder/pics/mozilla.xpm
-share/apps/kappfinder/pics/nedit.xpm
-share/apps/kappfinder/pics/netscape.xpm
-share/apps/kappfinder/pics/nogo.xpm
-share/apps/kappfinder/pics/penguin.xpm
-share/apps/kappfinder/pics/pinguin.xpm
-share/apps/kappfinder/pics/plan.xpm
-share/apps/kappfinder/pics/quake2.xpm
-share/apps/kappfinder/pics/quake3.xpm
-share/apps/kappfinder/pics/wabi.xpm
-share/apps/kappfinder/pics/wordperfect.xpm
-share/apps/kappfinder/pics/wp.xpm
-share/apps/kappfinder/pics/x.xpm
-share/apps/kappfinder/pics/xcalc.xpm
-share/apps/kappfinder/pics/xclipboard.xpm
-share/apps/kappfinder/pics/xclock.xpm
-share/apps/kappfinder/pics/xconsole.xpm
-share/apps/kappfinder/pics/xedit.xpm
-share/apps/kappfinder/pics/xemacs.xpm
-share/apps/kappfinder/pics/xephem.xpm
-share/apps/kappfinder/pics/xeyes.xpm
-share/apps/kappfinder/pics/xfig.xpm
-share/apps/kappfinder/pics/xfmail.xpm
-share/apps/kappfinder/pics/xftp.xpm
-share/apps/kappfinder/pics/xload.xpm
-share/apps/kappfinder/pics/xosview.xpm
-share/apps/kappfinder/pics/xpaint.xpm
-share/apps/kappfinder/pics/xpdf.xpm
-share/apps/kappfinder/pics/xv.xpm
-share/apps/kcmlocale/pics/flag_C.gif
-share/apps/kcmlocale/pics/flag_br.gif
-share/apps/kcmlocale/pics/flag_ca.gif
-share/apps/kcmlocale/pics/flag_cs.gif
-share/apps/kcmlocale/pics/flag_da.gif
-share/apps/kcmlocale/pics/flag_de.gif
-share/apps/kcmlocale/pics/flag_de_CH.gif
-share/apps/kcmlocale/pics/flag_el.gif
-share/apps/kcmlocale/pics/flag_en.gif
-share/apps/kcmlocale/pics/flag_en_UK.gif
-share/apps/kcmlocale/pics/flag_eo.gif
-share/apps/kcmlocale/pics/flag_es.gif
-share/apps/kcmlocale/pics/flag_et.gif
-share/apps/kcmlocale/pics/flag_fi.gif
-share/apps/kcmlocale/pics/flag_fr.gif
-share/apps/kcmlocale/pics/flag_fr_CA.gif
-share/apps/kcmlocale/pics/flag_fr_CH.gif
-share/apps/kcmlocale/pics/flag_he.gif
-share/apps/kcmlocale/pics/flag_hr.gif
-share/apps/kcmlocale/pics/flag_hu.gif
-share/apps/kcmlocale/pics/flag_is.gif
-share/apps/kcmlocale/pics/flag_it.gif
-share/apps/kcmlocale/pics/flag_ja.gif
-share/apps/kcmlocale/pics/flag_ko.gif
-share/apps/kcmlocale/pics/flag_mk.gif
-share/apps/kcmlocale/pics/flag_nl.gif
-share/apps/kcmlocale/pics/flag_no.gif
-share/apps/kcmlocale/pics/flag_pl.gif
-share/apps/kcmlocale/pics/flag_pt.gif
-share/apps/kcmlocale/pics/flag_pt_BR.gif
-share/apps/kcmlocale/pics/flag_ro.gif
-share/apps/kcmlocale/pics/flag_ru.gif
-share/apps/kcmlocale/pics/flag_se.gif
-share/apps/kcmlocale/pics/flag_sk.gif
-share/apps/kcmlocale/pics/flag_sl.gif
-share/apps/kcmlocale/pics/flag_sv.gif
-share/apps/kcmlocale/pics/flag_tr.gif
-share/apps/kcmlocale/pics/flag_us_eu.gif
-share/apps/kcmlocale/pics/flag_zh_CN.GB2312.gif
-share/apps/kcmlocale/pics/flag_zh_TW.Big5.gif
-share/apps/kcontrol/pics/kdekcc.xpm
-share/apps/kdisknav/KDE.kdelnk
-share/apps/kdisknav/Root.kdelnk
+share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop
+share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop
+share/apps/kappfinder/apps/WordProcessing/acroread.desktop
+share/apps/kappfinder/apps/WordProcessing/ghostview.desktop
+share/apps/kappfinder/apps/WordProcessing/gv.desktop
+share/apps/kappfinder/apps/WordProcessing/lyx.desktop
+share/apps/kappfinder/apps/WordProcessing/xdvi.desktop
+share/apps/kappfinder/apps/WordProcessing/xpdf.desktop
+share/apps/kcontrol/kcontrolui.rc
+share/apps/kcontrol/pics/energybig.png
+share/apps/kcontrol/pics/logo.png
+share/apps/kcontrol/pics/mini-world.png
+share/apps/kcontrol/pics/monitor.png
+share/apps/kcontrol/pics/onlyone.png
+share/apps/kcontrol/pics/overlapping.png
+share/apps/kcontrol/pics/wizard.png
+share/apps/kdesktop/DesktopLinks/Home.desktop
+share/apps/kdesktop/directory.autostart
+share/apps/kdesktop/directory.desktop
+share/apps/kdesktop/directory.templates
+share/apps/kdesktop/directory.trash
+share/apps/kdesktop/patterns/fish.desktop
+share/apps/kdesktop/patterns/fish.png
+share/apps/kdesktop/patterns/flowers.desktop
+share/apps/kdesktop/patterns/flowers.png
+share/apps/kdesktop/patterns/night-rock.desktop
+share/apps/kdesktop/patterns/night-rock.jpg
+share/apps/kdesktop/patterns/pavement.desktop
+share/apps/kdesktop/patterns/pavement.png
+share/apps/kdesktop/patterns/rattan.desktop
+share/apps/kdesktop/patterns/rattan.png
+share/apps/kdesktop/patterns/stonewall2.desktop
+share/apps/kdesktop/patterns/stonewall2.png
+share/apps/kdesktop/patterns/triangles.desktop
+share/apps/kdesktop/patterns/triangles.png
+share/apps/kdesktop/pics/ksslogo.png
+share/apps/kdesktop/pics/splash.png
+share/apps/kdesktop/programs/xearth.desktop
+share/apps/kdesktop/programs/xglobe.desktop
+share/apps/kdewizard/html/intro.html
+share/apps/kdewizard/html/kdelogo.png
+share/apps/kdewizard/html/wizard.png
+share/apps/kdewizard/html/wizard_small.png
+share/apps/kdewizard/kdedevel.desktop
+share/apps/kdewizard/kdeftp.desktop
+share/apps/kdewizard/kdewww.desktop
+share/apps/kdewizard/pics/beostheme.png
+share/apps/kdewizard/pics/kdedevel.png
+share/apps/kdewizard/pics/kdeftp.png
+share/apps/kdewizard/pics/kdehome.png
+share/apps/kdewizard/pics/kdetheme.png
+share/apps/kdewizard/pics/mactheme.png
+share/apps/kdewizard/pics/printer.png
+share/apps/kdewizard/pics/wintheme.png
+share/apps/kdewizard/printer.desktop
share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad
share/apps/kdisplay/app-defaults/AAAMotif.ad
share/apps/kdisplay/app-defaults/AAATk.ad
@@ -367,2090 +481,1300 @@ share/apps/kdisplay/app-defaults/ML.ad
share/apps/kdisplay/app-defaults/Nedit.ad
share/apps/kdisplay/app-defaults/Netscape.ad
share/apps/kdisplay/app-defaults/RVPlayer.ad
+share/apps/kdisplay/app-defaults/WPerfect.ad
share/apps/kdisplay/app-defaults/XCalc.ad
share/apps/kdisplay/app-defaults/XTerm.ad
share/apps/kdisplay/app-defaults/XV.ad
-share/apps/kdisplay/app-defaults/XWp.ad
share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc
share/apps/kdisplay/color-schemes/BeOS.kcsrc
share/apps/kdisplay/color-schemes/BlueSlate.kcsrc
share/apps/kdisplay/color-schemes/CDE.kcsrc
+share/apps/kdisplay/color-schemes/DarkBlue.kcsrc
share/apps/kdisplay/color-schemes/DesertRed.kcsrc
share/apps/kdisplay/color-schemes/DigitalCDE.kcsrc
+share/apps/kdisplay/color-schemes/Next.kcsrc
share/apps/kdisplay/color-schemes/PaleGray.kcsrc
share/apps/kdisplay/color-schemes/Pumpkin.kcsrc
share/apps/kdisplay/color-schemes/SolarisCDE.kcsrc
share/apps/kdisplay/color-schemes/Storm.kcsrc
+share/apps/kdisplay/color-schemes/System.kcsrc
share/apps/kdisplay/color-schemes/Windows95.kcsrc
-share/apps/kdm/pics/kdeflower.xpm
-share/apps/kdm/pics/kdelogo.xpm
-share/apps/kdm/pics/session_kde.xpm
-share/apps/kdm/pics/users/default.xpm
-share/apps/kdm/pics/users/default2.xpm
-share/apps/kdm/pics/users/root.xpm
-share/apps/kdm/pics/users/root2.xpm
-share/apps/kdmconfig/pics/monitor.xpm
-share/apps/kfind/toolbar/archive.xpm
-share/apps/kfind/toolbar/delete.xpm
-share/apps/kfind/toolbar/idea.xpm
-share/apps/kfind/toolbar/info.xpm
-share/apps/kfind/toolbar/openfile.xpm
-share/apps/kfind/toolbar/save.xpm
-share/apps/kfind/toolbar/search.xpm
-share/apps/kfm/Desktop/Templates/Device.kdelnk
-share/apps/kfm/Desktop/Templates/Ftpurl.kdelnk
-share/apps/kfm/Desktop/Templates/MimeType.kdelnk
-share/apps/kfm/Desktop/Templates/Program.kdelnk
-share/apps/kfm/Desktop/Templates/URL.kdelnk
-share/apps/kfm/Desktop/Templates/WWWUrl.kdelnk
-share/apps/kfm/directory.autostart
-share/apps/kfm/directory.desktop
-share/apps/kfm/directory.templates
-share/apps/kfm/directory.trash
-share/apps/kfm/pics/close.xpm
-share/apps/kfm/pics/exclamation.xpm
-share/apps/kfm/pics/info.xpm
-share/apps/kfm/pics/kde1.xpm
-share/apps/kfm/pics/kde2.xpm
-share/apps/kfm/pics/kde3.xpm
-share/apps/kfm/pics/kde4.xpm
-share/apps/kfm/pics/kde5.xpm
-share/apps/kfm/pics/kde6.xpm
-share/apps/kfm/pics/kde7.xpm
-share/apps/kfm/pics/kde8.xpm
-share/apps/kfm/pics/kde9.xpm
-share/apps/kfm/pics/kmultiple.xpm
-share/apps/kfm/pics/large-kmultiple.xpm
-share/apps/kfm/pics/open.xpm
-share/apps/kfm/pics/question.xpm
-share/apps/kfm/pics/stopsign.xpm
-share/apps/kikbd/bg.kimap
-share/apps/kikbd/cf.kimap
-share/apps/kikbd/codes/hp9000hil-107.kimap
-share/apps/kikbd/codes/pc-win.kimap
-share/apps/kikbd/codes/pc101.kimap
-share/apps/kikbd/codes/pc102.kimap
-share/apps/kikbd/csp.kimap
-share/apps/kikbd/csy.kimap
-share/apps/kikbd/csz.kimap
-share/apps/kikbd/de.kimap
-share/apps/kikbd/de_ch.kimap
-share/apps/kikbd/dv.kimap
-share/apps/kikbd/dva.kimap
-share/apps/kikbd/el1.kimap
-share/apps/kikbd/el7.kimap
-share/apps/kikbd/en.kimap
-share/apps/kikbd/es.kimap
-share/apps/kikbd/et.kimap
-share/apps/kikbd/fi.kimap
-share/apps/kikbd/fr.kimap
-share/apps/kikbd/fr_ch.kimap
-share/apps/kikbd/he.kimap
-share/apps/kikbd/hr.kimap
-share/apps/kikbd/hu.kimap
-share/apps/kikbd/is.kimap
-share/apps/kikbd/it.kimap
-share/apps/kikbd/la.kimap
-share/apps/kikbd/lt.kimap
-share/apps/kikbd/no.kimap
-share/apps/kikbd/pl.kimap
-share/apps/kikbd/plnew.kimap
-share/apps/kikbd/pt-acc.kimap
-share/apps/kikbd/pt.kimap
-share/apps/kikbd/ro.kimap
-share/apps/kikbd/ru.kimap
-share/apps/kikbd/rua.kimap
-share/apps/kikbd/rui.kimap
-share/apps/kikbd/rum.kimap
-share/apps/kikbd/rumcyr.kimap
-share/apps/kikbd/ruw.kimap
-share/apps/kikbd/ruwm.kimap
-share/apps/kikbd/se.kimap
-share/apps/kikbd/skp.kimap
-share/apps/kikbd/sky.kimap
-share/apps/kikbd/skz.kimap
-share/apps/kikbd/sv.kimap
-share/apps/kikbd/th.kimap
-share/apps/kikbd/trq.kimap
-share/apps/kikbd/ua.kimap
-share/apps/kikbd/uam.kimap
-share/apps/kikbd/uaw.kimap
-share/apps/kikbd/uawm.kimap
-share/apps/kikbd/weu.kimap
+share/apps/kdm/pics/kdeflower.png
+share/apps/kdm/pics/kdelogo.png
+share/apps/kdm/pics/users/default.png
+share/apps/kdm/pics/users/default2.png
+share/apps/kdm/pics/users/root.png
+share/apps/kdm/pics/users/root2.png
+share/apps/khelpcenter/plugins/Tutorials/.directory
+share/apps/khelpcenter/plugins/Tutorials/quickstart.kdelnk
+share/apps/kicker/default/personal_directory
+share/apps/kicker/internalapplets/kasbarapplet.desktop
+share/apps/kicker/internalapplets/kdateapplet.desktop
+share/apps/kicker/internalapplets/kdockapplet.desktop
+share/apps/kicker/internalapplets/kminipagerapplet.desktop
+share/apps/kicker/internalapplets/koolclockapplet.desktop
+share/apps/kicker/internalapplets/kpagerapplet.desktop
+share/apps/kicker/internalapplets/ktaskbarapplet.desktop
+share/apps/kicker/pics/disk1.png
+share/apps/kicker/pics/disk2.png
+share/apps/kicker/pics/disk3.png
+share/apps/kicker/pics/disk4.png
+share/apps/kicker/pics/disk5.png
+share/apps/kicker/pics/disk6.png
+share/apps/kicker/pics/disk7.png
+share/apps/kicker/pics/disk8.png
+share/apps/kicker/tiles/solid_blue_large_down.png
+share/apps/kicker/tiles/solid_blue_large_up.png
+share/apps/kicker/tiles/solid_blue_normal_down.png
+share/apps/kicker/tiles/solid_blue_normal_up.png
+share/apps/kicker/tiles/solid_blue_tiny_down.png
+share/apps/kicker/tiles/solid_blue_tiny_up.png
+share/apps/kicker/tiles/solid_gray_large_down.png
+share/apps/kicker/tiles/solid_gray_large_up.png
+share/apps/kicker/tiles/solid_gray_normal_down.png
+share/apps/kicker/tiles/solid_gray_normal_up.png
+share/apps/kicker/tiles/solid_gray_tiny_down.png
+share/apps/kicker/tiles/solid_gray_tiny_up.png
+share/apps/kicker/tiles/solid_green_large_down.png
+share/apps/kicker/tiles/solid_green_large_up.png
+share/apps/kicker/tiles/solid_green_normal_down.png
+share/apps/kicker/tiles/solid_green_normal_up.png
+share/apps/kicker/tiles/solid_green_tiny_down.png
+share/apps/kicker/tiles/solid_green_tiny_up.png
+share/apps/kicker/tiles/solid_orange_large_down.png
+share/apps/kicker/tiles/solid_orange_large_up.png
+share/apps/kicker/tiles/solid_orange_normal_down.png
+share/apps/kicker/tiles/solid_orange_normal_up.png
+share/apps/kicker/tiles/solid_orange_tiny_down.png
+share/apps/kicker/tiles/solid_orange_tiny_up.png
+share/apps/kicker/tiles/solid_red_large_down.png
+share/apps/kicker/tiles/solid_red_large_up.png
+share/apps/kicker/tiles/solid_red_normal_down.png
+share/apps/kicker/tiles/solid_red_normal_up.png
+share/apps/kicker/tiles/solid_red_tiny_down.png
+share/apps/kicker/tiles/solid_red_tiny_up.png
+share/apps/kio_info/kde-info2html
+share/apps/kio_info/kde-info2html.conf
+share/apps/konqiconview/konq_iconview.rc
+share/apps/konqlistview/konq_detailedlistview.rc
+share/apps/konqlistview/konq_textview.rc
+share/apps/konqlistview/konq_treeview.rc
+share/apps/konqueror/dirtree/home.desktop
+share/apps/konqueror/dirtree/remote/.directory
+share/apps/konqueror/dirtree/remote/ftp/.directory
+share/apps/konqueror/dirtree/remote/ftp/kde_ftp.desktop
+share/apps/konqueror/dirtree/remote/web/.directory
+share/apps/konqueror/dirtree/remote/web/kde_web.desktop
+share/apps/konqueror/dirtree/remote/windows.desktop
+share/apps/konqueror/dirtree/root.desktop
+share/apps/konqueror/konqueror.rc
+share/apps/konqueror/pics/indicator_anchor.png
+share/apps/konqueror/pics/indicator_connect.png
+share/apps/konqueror/pics/indicator_empty.png
+share/apps/konqueror/pics/indicator_noconnect.png
+share/apps/konqueror/pics/indicator_viewactive.png
share/apps/konsole/BlackOnLightYellow.schema
share/apps/konsole/BlackOnWhite.schema
share/apps/konsole/DarkPicture.schema
share/apps/konsole/Example.Schema
share/apps/konsole/GreenOnBlack.schema
+share/apps/konsole/GreenTint.schema
+share/apps/konsole/GreenTint_MC.schema
share/apps/konsole/LightPicture.schema
share/apps/konsole/Linux.schema
+share/apps/konsole/Transparent.schema
+share/apps/konsole/Transparent_MC.schema
+share/apps/konsole/Transparent_lightbg.schema
share/apps/konsole/WhiteOnBlack.schema
share/apps/konsole/XTerm.schema
+share/apps/konsole/default.Keytab
share/apps/konsole/default.Schema
-share/apps/konsole/linux.kdelnk
-share/apps/konsole/mc.kdelnk
-share/apps/konsole/shell.kdelnk
-share/apps/konsole/su.kdelnk
+share/apps/konsole/konsole_part.rc
+share/apps/konsole/linux.desktop
+share/apps/konsole/linux.keytab
+share/apps/konsole/mc.desktop
+share/apps/konsole/shell.desktop
+share/apps/konsole/su.desktop
share/apps/konsole/syscolor.schema
share/apps/konsole/vim.schema
-share/apps/kpanel/default/Desktop.kdelnk
-share/apps/kpanel/default/Home.kdelnk
-share/apps/kpanel/default/personal_directory
-share/apps/kpanel/pics/exit.xpm
-share/apps/kpanel/pics/go.xpm
-share/apps/kpanel/pics/kdisknav.xpm
-share/apps/kpanel/pics/key.xpm
-share/apps/kpanel/pics/kfm_home.xpm
-share/apps/kpanel/pics/large/go.xpm
-share/apps/kpanel/pics/large/kdisknav.xpm
-share/apps/kpanel/pics/large/kfm_home.xpm
-share/apps/kpanel/pics/large/pers_applnk.xpm
-share/apps/kpanel/pics/large/window_list.xpm
-share/apps/kpanel/pics/mini/go.xpm
-share/apps/kpanel/pics/mini/kdisknav.xpm
-share/apps/kpanel/pics/mini/mini-exit.xpm
-share/apps/kpanel/pics/mini/mini-key.xpm
-share/apps/kpanel/pics/mini/mini-panel.xpm
-share/apps/kpanel/pics/mini/pers_applnk.xpm
-share/apps/kpanel/pics/mini/personal.xpm
-share/apps/kpanel/pics/mini/window_list.xpm
-share/apps/kpanel/pics/pers_applnk.xpm
-share/apps/kpanel/pics/personal.xpm
-share/apps/kpanel/pics/shared.xpm
-share/apps/kpanel/pics/window_list.xpm
+share/apps/konsole/vt100.keytab
share/apps/kscreensaver/kscience-small.gif
share/apps/kscreensaver/kscience.gif
-share/apps/kthememgr/Themes/Astronique.tar.gz
-share/apps/kthememgr/Themes/Bryce.tar.gz
-share/apps/kthememgr/Themes/Default.tar.gz
-share/apps/kthememgr/Themes/Glax.tar.gz
-share/apps/kthememgr/Themes/MGBreizh.tar.gz
-share/apps/kthememgr/Themes/Nostalgy.tar.gz
-share/apps/kthememgr/Themes/Template.themerc
-share/apps/kthememgr/Themes/Wood.tar.gz
-share/apps/kthememgr/theme.mappings
-share/apps/kwm/pics/bluesun.gif
-share/apps/kwm/pics/close.xpm
-share/apps/kwm/pics/fog-grey.gif
-share/apps/kwm/pics/fog.gif
-share/apps/kwm/pics/greenie.dim.xpm
-share/apps/kwm/pics/greenie.light.xpm
-share/apps/kwm/pics/iconify.xpm
-share/apps/kwm/pics/maximize.xpm
-share/apps/kwm/pics/maximizedown.xpm
-share/apps/kwm/pics/menu.xpm
-share/apps/kwm/pics/pindown.xpm
-share/apps/kwm/pics/pinup.xpm
-share/apps/kwm/pics/unknown.xpm
-share/config/desktop
-share/config/desktop0rc
-share/config/desktop1rc
-share/config/desktop2rc
-share/config/desktop3rc
-share/config/kcmlocalerc
+share/apps/kwelcome/pics/welcome.png
+share/apps/kwin/b2.desktop
+share/apps/kwin/eventsrc
+share/apps/kwin/kstep.desktop
+share/apps/kwin/laptop.desktop
+share/apps/kwin/modernsystem.desktop
+share/apps/kwin/riscos.desktop
+share/apps/kwin/system.desktop
+share/apps/kwm/pics/bluesun.png
+share/apps/kwm/pics/close.png
+share/apps/kwm/pics/fog-grey.png
+share/apps/kwm/pics/fog.png
+share/apps/kwm/pics/greenie.dim.png
+share/apps/kwm/pics/greenie.light.png
+share/apps/kwm/pics/iconify.png
+share/apps/kwm/pics/maximize.png
+share/apps/kwm/pics/maximizedown.png
+share/apps/kwm/pics/menu.png
+share/apps/kwm/pics/pindown.png
+share/apps/kwm/pics/pinup.png
+share/apps/kwm/pics/unknown.png
+share/apps/quickbrowser/Home.desktop
+share/apps/quickbrowser/KDE.desktop
+share/apps/quickbrowser/Root.desktop
+share/config/attractionrc
+share/config/bouboulerc
+share/config/coralrc
+share/config/crystalrc
+share/config/decayscreenrc
+share/config/deluxerc
+share/config/demonrc
+share/config/epicyclerc
+share/config/fadeplotrc
+share/config/flamerc
+share/config/flowrc
+share/config/forestrc
+share/config/gearsrc
+share/config/gravrc
+share/config/halorc
+share/config/interferencerc
share/config/kdmrc
-share/config/kfmrc
-share/config/kikbdrc
-share/config/kpanelrc
-share/doc/HTML/en/kcontrol/index-1.html
-share/doc/HTML/en/kcontrol/index-2.html
+share/config/kumpparc
+share/config/kuriikwsfilterrc
+share/config/laserrc
+share/config/lissierc
+share/config/penroserc
+share/config/protocols/help.desktop
+share/config/protocols/info.desktop
+share/config/protocols/man.desktop
+share/config/protocols/nntp.desktop
+share/config/protocols/pop3.desktop
+share/config/protocols/smb.desktop
+share/config/rocksrc
+share/config/sliprc
+share/doc/HTML/en/kcontrol/.anchors
+share/doc/HTML/en/kcontrol/index.cvlog
+share/doc/HTML/en/kcontrol/index.docbook
share/doc/HTML/en/kcontrol/index.html
-share/doc/HTML/en/kcontrol/kcmbell/bell-1.html
-share/doc/HTML/en/kcontrol/kcmbell/bell.html
-share/doc/HTML/en/kcontrol/kcmbell/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-1.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-2.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-3.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-4.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-5.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-6.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-7.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-8.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay.html
-share/doc/HTML/en/kcontrol/kcmdisplay/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminfo/info-1.html
-share/doc/HTML/en/kcontrol/kcminfo/info-10.html
-share/doc/HTML/en/kcontrol/kcminfo/info-11.html
-share/doc/HTML/en/kcontrol/kcminfo/info-2.html
-share/doc/HTML/en/kcontrol/kcminfo/info-3.html
-share/doc/HTML/en/kcontrol/kcminfo/info-4.html
-share/doc/HTML/en/kcontrol/kcminfo/info-5.html
-share/doc/HTML/en/kcontrol/kcminfo/info-6.html
-share/doc/HTML/en/kcontrol/kcminfo/info-7.html
-share/doc/HTML/en/kcontrol/kcminfo/info-8.html
-share/doc/HTML/en/kcontrol/kcminfo/info-9.html
-share/doc/HTML/en/kcontrol/kcminfo/info.html
-share/doc/HTML/en/kcontrol/kcminfo/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminput/input-1.html
-share/doc/HTML/en/kcontrol/kcminput/input-2.html
-share/doc/HTML/en/kcontrol/kcminput/input.html
-share/doc/HTML/en/kcontrol/kcminput/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkeys/keys-1.html
-share/doc/HTML/en/kcontrol/kcmkeys/keys.html
-share/doc/HTML/en/kcontrol/kcmkeys/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-1.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-2.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-3.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-4.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-5.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-6.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-7.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-8.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm.html
-share/doc/HTML/en/kcontrol/kcmkfm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-1.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-2.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-3.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel.html
-share/doc/HTML/en/kcontrol/kcmkpanel/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-1.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-2.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-3.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-4.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-5.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-6.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm.html
-share/doc/HTML/en/kcontrol/kcmkwm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmlocale/locale-1.html
-share/doc/HTML/en/kcontrol/kcmlocale/locale.html
-share/doc/HTML/en/kcontrol/kcmlocale/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-1.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-2.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus.html
-share/doc/HTML/en/kcontrol/kcmsyssound/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound-1.html
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound.html
+share/doc/HTML/en/kcontrol/kcmbell/.anchors
+share/doc/HTML/en/kcontrol/kcmbell/configuringthebell.html
+share/doc/HTML/en/kcontrol/kcmbell/index.cvlog
+share/doc/HTML/en/kcontrol/kcmbell/index.docbook
+share/doc/HTML/en/kcontrol/kcmbell/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/.anchors
+share/doc/HTML/en/kcontrol/kcmdisplay/background-color.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background-preview.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background.html
+share/doc/HTML/en/kcontrol/kcmdisplay/color-schemes.html
+share/doc/HTML/en/kcontrol/kcmdisplay/colorscheme.html
+share/doc/HTML/en/kcontrol/kcmdisplay/fonts.html
+share/doc/HTML/en/kcontrol/kcmdisplay/index.cvlog
+share/doc/HTML/en/kcontrol/kcmdisplay/index.docbook
+share/doc/HTML/en/kcontrol/kcmdisplay/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/introduction.html
+share/doc/HTML/en/kcontrol/kcmdisplay/questionsandanswers.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screen-saver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screensaver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/settings.html
+share/doc/HTML/en/kcontrol/kcmdisplay/style.html
+share/doc/HTML/en/kcontrol/kcmdisplay/tutorial.html
+share/doc/HTML/en/kcontrol/kcmdisplay/wallpaper.html
+share/doc/HTML/en/kcontrol/kcmdisplay/widget-color.html
+share/doc/HTML/en/kcontrol/kcminfo/.anchors
+share/doc/HTML/en/kcontrol/kcminfo/deviceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/dmachannelinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/index.cvlog
+share/doc/HTML/en/kcontrol/kcminfo/index.docbook
+share/doc/HTML/en/kcontrol/kcminfo/index.html
+share/doc/HTML/en/kcontrol/kcminfo/interruptrequestirqlinesinuse.html
+share/doc/HTML/en/kcontrol/kcminfo/ioportinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/memoryusageinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/partitioninformation.html
+share/doc/HTML/en/kcontrol/kcminfo/pcibusandinstalledpcicards.html
+share/doc/HTML/en/kcontrol/kcminfo/processorinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/scsiinterfaceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/soundcardinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/xserverinformation.html
+share/doc/HTML/en/kcontrol/kcminput/.anchors
+share/doc/HTML/en/kcontrol/kcminput/configuringthekeyboard.html
+share/doc/HTML/en/kcontrol/kcminput/configuringthemouse.html
+share/doc/HTML/en/kcontrol/kcminput/index.cvlog
+share/doc/HTML/en/kcontrol/kcminput/index.docbook
+share/doc/HTML/en/kcontrol/kcminput/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/.anchors
+share/doc/HTML/en/kcontrol/kcmkdesu/configuring-kdesu.html
+share/doc/HTML/en/kcontrol/kcmkdesu/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkdesu/index.docbook
+share/doc/HTML/en/kcontrol/kcmkdesu/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/password-keeping.html
+share/doc/HTML/en/kcontrol/kcmkeys/.anchors
+share/doc/HTML/en/kcontrol/kcmkeys/configurationofkeybindingsshortcutkeys.html
+share/doc/HTML/en/kcontrol/kcmkeys/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkeys/index.docbook
+share/doc/HTML/en/kcontrol/kcmkeys/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/.anchors
+share/doc/HTML/en/kcontrol/kcmkfm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkfm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkfm/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationcolor.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationdesktopicons.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationfonts.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmfilemanagerconfigurationother.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationcookies.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationhttp.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationproxy.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationsmb.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationuseragent.html
+share/doc/HTML/en/kcontrol/kcmkpanel/.anchors
+share/doc/HTML/en/kcontrol/kcmkpanel/configuringvirtualdesktops.html
+share/doc/HTML/en/kcontrol/kcmkpanel/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkpanel/index.docbook
+share/doc/HTML/en/kcontrol/kcmkpanel/index.html
+share/doc/HTML/en/kcontrol/kcmkpanel/panelandtaskbarlocationandstyle.html
+share/doc/HTML/en/kcontrol/kcmkpanel/paneloptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/.anchors
+share/doc/HTML/en/kcontrol/kcmkwm/advancedwindowmanagersettings.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringdesktopborderproperties.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringmousebuttonactions.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarappearanceandaction.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarbuttons.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringwindowmanagementoptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkwm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkwm/index.html
+share/doc/HTML/en/kcontrol/kcmkwm/window-focus-policy..html
+share/doc/HTML/en/kcontrol/kcmkwm/window-placement-policy..html
+share/doc/HTML/en/kcontrol/kcmlocale/.anchors
+share/doc/HTML/en/kcontrol/kcmlocale/index.cvlog
+share/doc/HTML/en/kcontrol/kcmlocale/index.docbook
+share/doc/HTML/en/kcontrol/kcmlocale/index.html
+share/doc/HTML/en/kcontrol/kcmlocale/settingthelanguage.html
+share/doc/HTML/en/kcontrol/kcmsamba/.anchors
+share/doc/HTML/en/kcontrol/kcmsamba/authors.html
+share/doc/HTML/en/kcontrol/kcmsamba/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsamba/index.docbook
+share/doc/HTML/en/kcontrol/kcmsamba/index.html
+share/doc/HTML/en/kcontrol/kcmsamba/thesambastatusmonitor.html
+share/doc/HTML/en/kcontrol/kcmsyssound/.anchors
+share/doc/HTML/en/kcontrol/kcmsyssound/configurationofsystemsounds.html
+share/doc/HTML/en/kcontrol/kcmsyssound/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsyssound/index.docbook
+share/doc/HTML/en/kcontrol/kcmsyssound/index.html
+share/doc/HTML/en/kcontrol/kdmconfig/.anchors
+share/doc/HTML/en/kcontrol/kdmconfig/background.html
+share/doc/HTML/en/kcontrol/kdmconfig/font.html
+share/doc/HTML/en/kcontrol/kdmconfig/index.cvlog
+share/doc/HTML/en/kcontrol/kdmconfig/index.docbook
share/doc/HTML/en/kcontrol/kdmconfig/index.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-appear.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-backgnd.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-font.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-sess.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-users.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-1.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-2.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-3.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-4.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr.html
-share/doc/HTML/en/kcontrol/kthememgr/logotp3.gif
-share/doc/HTML/en/kcontrol/logotp3.gif
-share/doc/HTML/en/kdehelp/contact.html
-share/doc/HTML/en/kdehelp/devel.html
-share/doc/HTML/en/kdehelp/exec.xpm
-share/doc/HTML/en/kdehelp/index.html
-share/doc/HTML/en/kdehelp/intro.html
-share/doc/HTML/en/kdehelp/kde.html
-share/doc/HTML/en/kdehelp/kdeside.gif
-share/doc/HTML/en/kdehelp/kogo3.gif
-share/doc/HTML/en/kdehelp/kpanel/index-1.html
-share/doc/HTML/en/kdehelp/kpanel/index-2.html
-share/doc/HTML/en/kdehelp/kpanel/index-3.html
-share/doc/HTML/en/kdehelp/kpanel/index-4.html
-share/doc/HTML/en/kdehelp/kpanel/index-5.html
-share/doc/HTML/en/kdehelp/kpanel/index.html
-share/doc/HTML/en/kdehelp/kpanel/logotp3.gif
-share/doc/HTML/en/kdehelp/ksearch.html
-share/doc/HTML/en/kdehelp/kule.gif
-share/doc/HTML/en/kdehelp/kwm/index-1.html
-share/doc/HTML/en/kdehelp/kwm/index-2.html
-share/doc/HTML/en/kdehelp/kwm/index-3.html
-share/doc/HTML/en/kdehelp/kwm/index-4.html
-share/doc/HTML/en/kdehelp/kwm/index-5.html
-share/doc/HTML/en/kdehelp/kwm/index-6.html
-share/doc/HTML/en/kdehelp/kwm/index.html
-share/doc/HTML/en/kdehelp/kwm/logotp3.gif
-share/doc/HTML/en/kdehelp/logotp3.gif
-share/doc/HTML/en/kdehelp/main.html
-share/doc/HTML/en/kdehelp/nav_bar.gif
-share/doc/HTML/en/kdehelp/quickstart/index-1.html
-share/doc/HTML/en/kdehelp/quickstart/index-10.html
-share/doc/HTML/en/kdehelp/quickstart/index-2.html
-share/doc/HTML/en/kdehelp/quickstart/index-3.html
-share/doc/HTML/en/kdehelp/quickstart/index-4.html
-share/doc/HTML/en/kdehelp/quickstart/index-5.html
-share/doc/HTML/en/kdehelp/quickstart/index-6.html
-share/doc/HTML/en/kdehelp/quickstart/index-7.html
-share/doc/HTML/en/kdehelp/quickstart/index-8.html
-share/doc/HTML/en/kdehelp/quickstart/index-9.html
-share/doc/HTML/en/kdehelp/quickstart/index.html
-share/doc/HTML/en/kdehelp/quickstart/logotp3.gif
-share/doc/HTML/en/kdehelp/single_pixel.gif
-share/doc/HTML/en/kdehelp/support.html
-share/doc/HTML/en/kdehelp/tealbar.gif
-share/doc/HTML/en/kdehelp/whatis.html
-share/doc/HTML/en/kdehelp/whatiskde.html
-share/doc/HTML/en/kdisknav/kdisknav-1.html
-share/doc/HTML/en/kdisknav/kdisknav-2.html
-share/doc/HTML/en/kdisknav/kdisknav-3.html
-share/doc/HTML/en/kdisknav/kdisknav-4.html
-share/doc/HTML/en/kdisknav/kdisknav-5.html
-share/doc/HTML/en/kdisknav/kdisknav-6.html
-share/doc/HTML/en/kdisknav/kdisknav-7.html
-share/doc/HTML/en/kdisknav/kdisknav.html
-share/doc/HTML/en/kdisknav/kdisknav.sgml
-share/doc/HTML/en/kdisknav/logotp3.gif
-share/doc/HTML/en/kdm/index-1.html
-share/doc/HTML/en/kdm/index-2.html
-share/doc/HTML/en/kdm/index-3.html
-share/doc/HTML/en/kdm/index-4.html
+share/doc/HTML/en/kcontrol/kdmconfig/kdmconfiguration.html
+share/doc/HTML/en/kcontrol/kdmconfig/sessions.html
+share/doc/HTML/en/kcontrol/kdmconfig/users.html
+share/doc/HTML/en/kcontrol/kthememgr/.anchors
+share/doc/HTML/en/kcontrol/kthememgr/aboutthepackage.html
+share/doc/HTML/en/kcontrol/kthememgr/authors.html
+share/doc/HTML/en/kcontrol/kthememgr/index.cvlog
+share/doc/HTML/en/kcontrol/kthememgr/index.docbook
+share/doc/HTML/en/kcontrol/kthememgr/index.html
+share/doc/HTML/en/kcontrol/kthememgr/kdethememanagerinstaller.html
+share/doc/HTML/en/kcontrol/kthememgr/themepackagecontents.html
+share/doc/HTML/en/kcontrol/theconfigurationmodules.html
+share/doc/HTML/en/kcontrol/thekdecontrolcenter.html
+share/doc/HTML/en/kdebugdialog/.anchors
+share/doc/HTML/en/kdebugdialog/index.docbook
+share/doc/HTML/en/kdebugdialog/index.html
+share/doc/HTML/en/kdebugdialog/introduction.html
+share/doc/HTML/en/kdesu/.anchors
+share/doc/HTML/en/kdesu/author.html
+share/doc/HTML/en/kdesu/compiling.html
+share/doc/HTML/en/kdesu/configuration.html
+share/doc/HTML/en/kdesu/index.cvlog
+share/doc/HTML/en/kdesu/index.docbook
+share/doc/HTML/en/kdesu/index.html
+share/doc/HTML/en/kdesu/installation.html
+share/doc/HTML/en/kdesu/interface-to-su.html
+share/doc/HTML/en/kdesu/internals.html
+share/doc/HTML/en/kdesu/introduction.html
+share/doc/HTML/en/kdesu/password-checking.html
+share/doc/HTML/en/kdesu/secpasswordkeeping.html
+share/doc/HTML/en/kdesu/usingkdesu.html
+share/doc/HTML/en/kdisknav/.anchors
+share/doc/HTML/en/kdisknav/addingchangingandremovingfilesystementries.html
+share/doc/HTML/en/kdisknav/configurationfile.html
+share/doc/HTML/en/kdisknav/featurestips.html
+share/doc/HTML/en/kdisknav/feedback.html
+share/doc/HTML/en/kdisknav/index.cvlog
+share/doc/HTML/en/kdisknav/index.docbook
+share/doc/HTML/en/kdisknav/index.html
+share/doc/HTML/en/kdisknav/introduction.html
+share/doc/HTML/en/kdisknav/notes.html
+share/doc/HTML/en/kdisknav/options.html
+share/doc/HTML/en/kdm/.anchors
+share/doc/HTML/en/kdm/configuringkdm.html
+share/doc/HTML/en/kdm/different-window-managers-with-kdm-chooser.html
+share/doc/HTML/en/kdm/index.cvlog
+share/doc/HTML/en/kdm/index.docbook
share/doc/HTML/en/kdm/index.html
-share/doc/HTML/en/kdm/logotp3.gif
-share/doc/HTML/en/kfind/index-1.html
-share/doc/HTML/en/kfind/index-2.html
-share/doc/HTML/en/kfind/index-3.html
-share/doc/HTML/en/kfind/index-4.html
-share/doc/HTML/en/kfind/index.html
-share/doc/HTML/en/kfind/index.sgml
-share/doc/HTML/en/kfind/logotp3.gif
-share/doc/HTML/en/kfm/app.html
-share/doc/HTML/en/kfm/app1.gif
-share/doc/HTML/en/kfm/app2.gif
-share/doc/HTML/en/kfm/app2.html
-share/doc/HTML/en/kfm/app3.gif
-share/doc/HTML/en/kfm/app4.gif
+share/doc/HTML/en/kdm/installingkdm.html
+share/doc/HTML/en/kdm/introduction.html
+share/doc/HTML/en/kdm/kdmdesktop.html
+share/doc/HTML/en/kdm/legalstuff.html
+share/doc/HTML/en/kdm/locale.html
+share/doc/HTML/en/kfm/.anchors
+share/doc/HTML/en/kfm/app1.png
+share/doc/HTML/en/kfm/app2.png
+share/doc/HTML/en/kfm/app3.png
+share/doc/HTML/en/kfm/app4.png
share/doc/HTML/en/kfm/bookmarks.html
-share/doc/HTML/en/kfm/dontpanic.jpeg
-share/doc/HTML/en/kfm/index-1.html
-share/doc/HTML/en/kfm/index-2.html
-share/doc/HTML/en/kfm/index-3.html
-share/doc/HTML/en/kfm/index-4.html
-share/doc/HTML/en/kfm/index-5.html
-share/doc/HTML/en/kfm/index-6.html
-share/doc/HTML/en/kfm/index-7.html
+share/doc/HTML/en/kfm/copyright.html
+share/doc/HTML/en/kfm/credits.html
+share/doc/HTML/en/kfm/dontpanic.png
+share/doc/HTML/en/kfm/frequentlyaskedquestions.html
+share/doc/HTML/en/kfm/how-can-i-link-a-url-on-the-desktop.html
+share/doc/HTML/en/kfm/how-can-i-look-in-a-tar-file.html
+share/doc/HTML/en/kfm/how-can-i-mount-a-device.html
+share/doc/HTML/en/kfm/how-can-i-open-a-new-view-for-a-directory.html
+share/doc/HTML/en/kfm/how-can-i-print.html
+share/doc/HTML/en/kfm/how-can-i-select-multiple-files.html
+share/doc/HTML/en/kfm/how-can-i-start-kfm-without-any-opened-windo.html
+share/doc/HTML/en/kfm/how-to-install-a-new-application.html
+share/doc/HTML/en/kfm/how-to-install-new-data-types.html
+share/doc/HTML/en/kfm/index.cvlog
+share/doc/HTML/en/kfm/index.docbook
share/doc/HTML/en/kfm/index.html
-share/doc/HTML/en/kfm/keyboard.html
-share/doc/HTML/en/kfm/kfm.jpeg
-share/doc/HTML/en/kfm/kfm_how.html
-share/doc/HTML/en/kfm/kfm_phil.html
-share/doc/HTML/en/kfm/lesson1.jpeg
-share/doc/HTML/en/kfm/lesson2.jpeg
-share/doc/HTML/en/kfm/lesson3.jpeg
-share/doc/HTML/en/kfm/lesson4.jpeg
-share/doc/HTML/en/kfm/logotp3.gif
-share/doc/HTML/en/kfm/manual.html
-share/doc/HTML/en/kfm/manual.jpeg
-share/doc/HTML/en/kfm/mime.html
-share/doc/HTML/en/kfm/mime1.gif
-share/doc/HTML/en/kfm/mime2.gif
-share/doc/HTML/en/kfm/mime2.html
-share/doc/HTML/en/kfm/mime3.gif
-share/doc/HTML/en/kfm/next.jpeg
-share/doc/HTML/en/kfm/next2.jpeg
-share/doc/HTML/en/kfm/previous.jpeg
-share/doc/HTML/en/kfm/previous2.jpeg
-share/doc/HTML/en/kfm/templates.gif
-share/doc/HTML/en/kfontmanager/index-1.html
-share/doc/HTML/en/kfontmanager/index-2.html
-share/doc/HTML/en/kfontmanager/index-3.html
-share/doc/HTML/en/kfontmanager/index-4.html
+share/doc/HTML/en/kfm/integrating-an-application-step-by-step.html
+share/doc/HTML/en/kfm/internet.html
+share/doc/HTML/en/kfm/introduction.html
+share/doc/HTML/en/kfm/kdelnk-files.html
+share/doc/HTML/en/kfm/look.html
+share/doc/HTML/en/kfm/mime1.png
+share/doc/HTML/en/kfm/mime2.png
+share/doc/HTML/en/kfm/mime3.png
+share/doc/HTML/en/kfm/multi-tasking.html
+share/doc/HTML/en/kfm/philosophy.html
+share/doc/HTML/en/kfm/templates.html
+share/doc/HTML/en/kfm/templates.png
+share/doc/HTML/en/kfm/thanks.html
+share/doc/HTML/en/kfm/usage.html
+share/doc/HTML/en/kfontmanager/.anchors
+share/doc/HTML/en/kfontmanager/fordevelopers.html
+share/doc/HTML/en/kfontmanager/howitworks.html
+share/doc/HTML/en/kfontmanager/index.cvlog
+share/doc/HTML/en/kfontmanager/index.docbook
share/doc/HTML/en/kfontmanager/index.html
-share/doc/HTML/en/kfontmanager/logotp3.gif
-share/doc/HTML/en/kikbd/advanced.gif
-share/doc/HTML/en/kikbd/general.gif
-share/doc/HTML/en/kikbd/kikbd-1.html
-share/doc/HTML/en/kikbd/kikbd-10.html
-share/doc/HTML/en/kikbd/kikbd-11.html
-share/doc/HTML/en/kikbd/kikbd-2.html
-share/doc/HTML/en/kikbd/kikbd-3.html
-share/doc/HTML/en/kikbd/kikbd-4.html
-share/doc/HTML/en/kikbd/kikbd-5.html
-share/doc/HTML/en/kikbd/kikbd-6.html
-share/doc/HTML/en/kikbd/kikbd-7.html
-share/doc/HTML/en/kikbd/kikbd-8.html
-share/doc/HTML/en/kikbd/kikbd-9.html
-share/doc/HTML/en/kikbd/kikbd.html
-share/doc/HTML/en/kikbd/logotp3.gif
-share/doc/HTML/en/kikbd/startup.gif
-share/doc/HTML/en/kikbd/style.gif
-share/doc/HTML/en/kmedia/maudio.html
-share/doc/HTML/en/kmenuedit/index-1.html
-share/doc/HTML/en/kmenuedit/index-2.html
-share/doc/HTML/en/kmenuedit/index-3.html
-share/doc/HTML/en/kmenuedit/index-4.html
-share/doc/HTML/en/kmenuedit/index-5.html
-share/doc/HTML/en/kmenuedit/index.html
-share/doc/HTML/en/kmenuedit/kmenuedit1.gif
-share/doc/HTML/en/kmenuedit/kmenuedit2.gif
-share/doc/HTML/en/kmenuedit/logotp3.gif
-share/doc/HTML/en/konsole/konsole-1.html
-share/doc/HTML/en/konsole/konsole-2.html
-share/doc/HTML/en/konsole/konsole-3.html
-share/doc/HTML/en/konsole/konsole-4.html
-share/doc/HTML/en/konsole/konsole-5.html
-share/doc/HTML/en/konsole/konsole.html
-share/doc/HTML/en/konsole/logotp3.gif
+share/doc/HTML/en/kfontmanager/installation.html
+share/doc/HTML/en/kfontmanager/introduction.html
+share/doc/HTML/en/khelpcenter/contact.html
+share/doc/HTML/en/khelpcenter/exec.xpm
+share/doc/HTML/en/khelpcenter/faq/.anchors
+share/doc/HTML/en/khelpcenter/faq/aboutthisfaq.html
+share/doc/HTML/en/khelpcenter/faq/acronyms.html
+share/doc/HTML/en/khelpcenter/faq/aix.html
+share/doc/HTML/en/khelpcenter/faq/background.html
+share/doc/HTML/en/khelpcenter/faq/backspaceinkde.html
+share/doc/HTML/en/khelpcenter/faq/basepackages.html
+share/doc/HTML/en/khelpcenter/faq/bugreport.html
+share/doc/HTML/en/khelpcenter/faq/bzip2.html
+share/doc/HTML/en/khelpcenter/faq/cannotconnect.html
+share/doc/HTML/en/khelpcenter/faq/changemenus.html
+share/doc/HTML/en/khelpcenter/faq/changemimetypes.html
+share/doc/HTML/en/khelpcenter/faq/checknewmail.html
+share/doc/HTML/en/khelpcenter/faq/colordepth.html
+share/doc/HTML/en/khelpcenter/faq/comercial.html
+share/doc/HTML/en/khelpcenter/faq/compiling.html
+share/doc/HTML/en/khelpcenter/faq/configuringkde.html
+share/doc/HTML/en/khelpcenter/faq/contributing.html
+share/doc/HTML/en/khelpcenter/faq/copypaste.html
+share/doc/HTML/en/khelpcenter/faq/createicons.html
+share/doc/HTML/en/khelpcenter/faq/currentversion.html
+share/doc/HTML/en/khelpcenter/faq/cvs.html
+share/doc/HTML/en/khelpcenter/faq/cvsaccess.html
+share/doc/HTML/en/khelpcenter/faq/cvsmirrors.html
+share/doc/HTML/en/khelpcenter/faq/cvsreadonly.html
+share/doc/HTML/en/khelpcenter/faq/debian.html
+share/doc/HTML/en/khelpcenter/faq/defaultdir.html
+share/doc/HTML/en/khelpcenter/faq/deletefiles.html
+share/doc/HTML/en/khelpcenter/faq/desktopiconmenus.html
+share/doc/HTML/en/khelpcenter/faq/devellist.html
+share/doc/HTML/en/khelpcenter/faq/difffiles.html
+share/doc/HTML/en/khelpcenter/faq/dirappearance.html
+share/doc/HTML/en/khelpcenter/faq/disablesessionmgmt.html
+share/doc/HTML/en/khelpcenter/faq/distros.html
+share/doc/HTML/en/khelpcenter/faq/dosandext2.html
+share/doc/HTML/en/khelpcenter/faq/driveinfo.html
+share/doc/HTML/en/khelpcenter/faq/dualscreen.html
+share/doc/HTML/en/khelpcenter/faq/embedpanel.html
+share/doc/HTML/en/khelpcenter/faq/euro.html
+share/doc/HTML/en/khelpcenter/faq/exitkde.html
+share/doc/HTML/en/khelpcenter/faq/faqmaintainer.html
+share/doc/HTML/en/khelpcenter/faq/filestodesktop.html
+share/doc/HTML/en/khelpcenter/faq/fontstoosmall.html
+share/doc/HTML/en/khelpcenter/faq/ftpclient.html
+share/doc/HTML/en/khelpcenter/faq/getridicons.html
+share/doc/HTML/en/khelpcenter/faq/gettingkde.html
+share/doc/HTML/en/khelpcenter/faq/gettingmoreinformation.html
+share/doc/HTML/en/khelpcenter/faq/gifsupport.html
+share/doc/HTML/en/khelpcenter/faq/highlightmenus.html
+share/doc/HTML/en/khelpcenter/faq/howtostartkde.html
+share/doc/HTML/en/khelpcenter/faq/howtosubscribe.html
+share/doc/HTML/en/khelpcenter/faq/iconified.html
+share/doc/HTML/en/khelpcenter/faq/icons.html
+share/doc/HTML/en/khelpcenter/faq/index.cvlog
+share/doc/HTML/en/khelpcenter/faq/index.docbook
+share/doc/HTML/en/khelpcenter/faq/index.html
+share/doc/HTML/en/khelpcenter/faq/installation.html
+share/doc/HTML/en/khelpcenter/faq/installationinstructions.html
+share/doc/HTML/en/khelpcenter/faq/introduction.html
+share/doc/HTML/en/khelpcenter/faq/isaclone.html
+share/doc/HTML/en/khelpcenter/faq/isfreesoftware.html
+share/doc/HTML/en/khelpcenter/faq/kbiff.html
+share/doc/HTML/en/khelpcenter/faq/kbutton.html
+share/doc/HTML/en/khelpcenter/faq/kdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdebase.html
+share/doc/HTML/en/khelpcenter/faq/kdelogin.html
+share/doc/HTML/en/khelpcenter/faq/kdemailinglists.html
+share/doc/HTML/en/khelpcenter/faq/kdenewsgroups.html
+share/doc/HTML/en/khelpcenter/faq/kdeprogramming.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnonkdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnumlockon.html
+share/doc/HTML/en/khelpcenter/faq/kdminredhat.html
+share/doc/HTML/en/khelpcenter/faq/kdmnoreadsprofile.html
+share/doc/HTML/en/khelpcenter/faq/keyboardswitcher.html
+share/doc/HTML/en/khelpcenter/faq/killingwindows.html
+share/doc/HTML/en/khelpcenter/faq/killkwmpager.html
+share/doc/HTML/en/khelpcenter/faq/kmail.html
+share/doc/HTML/en/khelpcenter/faq/knownbugfixesforkde.html
+share/doc/HTML/en/khelpcenter/faq/koffice.html
+share/doc/HTML/en/khelpcenter/faq/kscd.html
+share/doc/HTML/en/khelpcenter/faq/ktop.html
+share/doc/HTML/en/khelpcenter/faq/kvt.html
+share/doc/HTML/en/khelpcenter/faq/laptop.html
+share/doc/HTML/en/khelpcenter/faq/latestversion.html
+share/doc/HTML/en/khelpcenter/faq/launchtodesktop.html
+share/doc/HTML/en/khelpcenter/faq/leftbuttonmenu.html
+share/doc/HTML/en/khelpcenter/faq/loopbackdevice.html
+share/doc/HTML/en/khelpcenter/faq/maclike.html
+share/doc/HTML/en/khelpcenter/faq/mailinglistarchive.html
+share/doc/HTML/en/khelpcenter/faq/maximizeonedim.html
+share/doc/HTML/en/khelpcenter/faq/miscellaneousquestions.html
+share/doc/HTML/en/khelpcenter/faq/mountfromdesktop.html
+share/doc/HTML/en/khelpcenter/faq/mountfs.html
+share/doc/HTML/en/khelpcenter/faq/mousewheel.html
+share/doc/HTML/en/khelpcenter/faq/movequickly.html
+share/doc/HTML/en/khelpcenter/faq/netscape.html
+share/doc/HTML/en/khelpcenter/faq/noborder.html
+share/doc/HTML/en/khelpcenter/faq/nonanonftp.html
+share/doc/HTML/en/khelpcenter/faq/noncompliant.html
+share/doc/HTML/en/khelpcenter/faq/noredhatlogo.html
+share/doc/HTML/en/khelpcenter/faq/notreallykderelated.html
+share/doc/HTML/en/khelpcenter/faq/nsbookmark.html
+share/doc/HTML/en/khelpcenter/faq/ownshortcuts.html
+share/doc/HTML/en/khelpcenter/faq/packageformats.html
+share/doc/HTML/en/khelpcenter/faq/panelcomplains.html
+share/doc/HTML/en/khelpcenter/faq/percentinexecline.html
+share/doc/HTML/en/khelpcenter/faq/platform.html
+share/doc/HTML/en/khelpcenter/faq/postinstallation.html
+share/doc/HTML/en/khelpcenter/faq/prerequisites.html
+share/doc/HTML/en/khelpcenter/faq/progwithouticons.html
+share/doc/HTML/en/khelpcenter/faq/qtclone.html
+share/doc/HTML/en/khelpcenter/faq/qtisntfree.html
+share/doc/HTML/en/khelpcenter/faq/redhat.html
+share/doc/HTML/en/khelpcenter/faq/redhatmenustokde.html
+share/doc/HTML/en/khelpcenter/faq/redhatstartmenu.html
+share/doc/HTML/en/khelpcenter/faq/removeold.html
+share/doc/HTML/en/khelpcenter/faq/replacewinmanager.html
+share/doc/HTML/en/khelpcenter/faq/rpmssuse.html
+share/doc/HTML/en/khelpcenter/faq/saveasinkfm.html
+share/doc/HTML/en/khelpcenter/faq/screenshots.html
+share/doc/HTML/en/khelpcenter/faq/shadingawindow.html
+share/doc/HTML/en/khelpcenter/faq/shadowpasswords.html
+share/doc/HTML/en/khelpcenter/faq/snapshotconfig.html
+share/doc/HTML/en/khelpcenter/faq/snapshots.html
+share/doc/HTML/en/khelpcenter/faq/solaris.html
+share/doc/HTML/en/khelpcenter/faq/staroffice.html
+share/doc/HTML/en/khelpcenter/faq/startupdir.html
+share/doc/HTML/en/khelpcenter/faq/stickywindow.html
+share/doc/HTML/en/khelpcenter/faq/systemsound.html
+share/doc/HTML/en/khelpcenter/faq/templatesfolder.html
+share/doc/HTML/en/khelpcenter/faq/thedesktop.html
+share/doc/HTML/en/khelpcenter/faq/thefilemanager.html
+share/doc/HTML/en/khelpcenter/faq/themes.html
+share/doc/HTML/en/khelpcenter/faq/thepanel.html
+share/doc/HTML/en/khelpcenter/faq/thewindowmanager.html
+share/doc/HTML/en/khelpcenter/faq/toolforwebpages.html
+share/doc/HTML/en/khelpcenter/faq/translating.html
+share/doc/HTML/en/khelpcenter/faq/transparentbgnd.html
+share/doc/HTML/en/khelpcenter/faq/truetype.html
+share/doc/HTML/en/khelpcenter/faq/twobutton.html
+share/doc/HTML/en/khelpcenter/faq/uninstall.html
+share/doc/HTML/en/khelpcenter/faq/upgrade.html
+share/doc/HTML/en/khelpcenter/faq/upgradekernel.html
+share/doc/HTML/en/khelpcenter/faq/usefultips.html
+share/doc/HTML/en/khelpcenter/faq/userdirectory.html
+share/doc/HTML/en/khelpcenter/faq/whatisqt.html
+share/doc/HTML/en/khelpcenter/faq/whatkstandfor.html
+share/doc/HTML/en/khelpcenter/faq/wheretogetqt.html
+share/doc/HTML/en/khelpcenter/faq/whichversion.html
+share/doc/HTML/en/khelpcenter/faq/whynotother.html
+share/doc/HTML/en/khelpcenter/faq/windowplacement.html
+share/doc/HTML/en/khelpcenter/faq/windowskeys.html
+share/doc/HTML/en/khelpcenter/faq/winmanager.html
+share/doc/HTML/en/khelpcenter/faq/winmanonthefly.html
+share/doc/HTML/en/khelpcenter/faq/wrongcharset.html
+share/doc/HTML/en/khelpcenter/faq/wrongtime.html
+share/doc/HTML/en/khelpcenter/faq/xmousetoarrow.html
+share/doc/HTML/en/khelpcenter/faq/xserverforwindows.html
+share/doc/HTML/en/khelpcenter/index.html
+share/doc/HTML/en/khelpcenter/kdelogo.png
+share/doc/HTML/en/khelpcenter/laptop.png
+share/doc/HTML/en/khelpcenter/links.html
+share/doc/HTML/en/khelpcenter/main.html
+share/doc/HTML/en/khelpcenter/quickstart/.anchors
+share/doc/HTML/en/khelpcenter/quickstart/advancedtopics.html
+share/doc/HTML/en/khelpcenter/quickstart/anoverviewofkde.html
+share/doc/HTML/en/khelpcenter/quickstart/archivesandnetworks.html
+share/doc/HTML/en/khelpcenter/quickstart/commandline.html
+share/doc/HTML/en/khelpcenter/quickstart/configuration.html
+share/doc/HTML/en/khelpcenter/quickstart/configure.html
+share/doc/HTML/en/khelpcenter/quickstart/credits.html
+share/doc/HTML/en/khelpcenter/quickstart/index.cvlog
+share/doc/HTML/en/khelpcenter/quickstart/index.docbook
+share/doc/HTML/en/khelpcenter/quickstart/index.html
+share/doc/HTML/en/khelpcenter/quickstart/introduction.html
+share/doc/HTML/en/khelpcenter/quickstart/kdeanexcitingjourney.html
+share/doc/HTML/en/khelpcenter/quickstart/launchingapplications.html
+share/doc/HTML/en/khelpcenter/quickstart/loggingout.html
+share/doc/HTML/en/khelpcenter/quickstart/managingyourfiles.html
+share/doc/HTML/en/khelpcenter/quickstart/readysetgo.html
+share/doc/HTML/en/khelpcenter/quickstart/taskbar.html
+share/doc/HTML/en/khelpcenter/quickstart/templates.html
+share/doc/HTML/en/khelpcenter/quickstart/virtualdesktops.html
+share/doc/HTML/en/khelpcenter/quickstart/workingwithwindows.html
+share/doc/HTML/en/khelpcenter/support.html
+share/doc/HTML/en/khelpcenter/tinylogo.png
+share/doc/HTML/en/khelpcenter/userguide/.anchors
+share/doc/HTML/en/khelpcenter/userguide/aboutthispreview.html
+share/doc/HTML/en/khelpcenter/userguide/activating-the-screen-saver-by-moving-your-m.html
+share/doc/HTML/en/khelpcenter/userguide/addingprograms.html
+share/doc/HTML/en/khelpcenter/userguide/allaboutyourdesktop.html
+share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html
+share/doc/HTML/en/khelpcenter/userguide/contacting-the-authors.html
+share/doc/HTML/en/khelpcenter/userguide/contactingauthors.html
+share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html
+share/doc/HTML/en/khelpcenter/userguide/customizingkdethekcontrolcenter.html
+share/doc/HTML/en/khelpcenter/userguide/desktop-components.html
+share/doc/HTML/en/khelpcenter/userguide/docustaff.html
+share/doc/HTML/en/khelpcenter/userguide/entertainmentapplications.html
+share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html
+share/doc/HTML/en/khelpcenter/userguide/firstimpressions.html
+share/doc/HTML/en/khelpcenter/userguide/frequentlyaskedquestionsaboutkde.html
+share/doc/HTML/en/khelpcenter/userguide/gettingstarted.html
+share/doc/HTML/en/khelpcenter/userguide/gnu-general-public-license.html
+share/doc/HTML/en/khelpcenter/userguide/gnulicense.html
+share/doc/HTML/en/khelpcenter/userguide/graphicalapplications.html
+share/doc/HTML/en/khelpcenter/userguide/i-cannot-compile-package-xxx.html
+share/doc/HTML/en/khelpcenter/userguide/index.cvlog
+share/doc/HTML/en/khelpcenter/userguide/index.docbook
+share/doc/HTML/en/khelpcenter/userguide/index.html
+share/doc/HTML/en/khelpcenter/userguide/input-devices.html
+share/doc/HTML/en/khelpcenter/userguide/installation.html
+share/doc/HTML/en/khelpcenter/userguide/introduction.html
+share/doc/HTML/en/khelpcenter/userguide/kde-is-not-stable.html
+share/doc/HTML/en/khelpcenter/userguide/kmedia-media-player.html
+share/doc/HTML/en/khelpcenter/userguide/knu-network-utilities.html
+share/doc/HTML/en/khelpcenter/userguide/kpoker.html
+share/doc/HTML/en/khelpcenter/userguide/krn-news-client.html
+share/doc/HTML/en/khelpcenter/userguide/ktetris.html
+share/doc/HTML/en/khelpcenter/userguide/kview-image-viewer.html
+share/doc/HTML/en/khelpcenter/userguide/legal-notices.html
+share/doc/HTML/en/khelpcenter/userguide/legal-status.html
+share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms-for-redhat-caldera-and.html
+share/doc/HTML/en/khelpcenter/userguide/mailinglists.html
+share/doc/HTML/en/khelpcenter/userguide/mouse-techniques.html
+share/doc/HTML/en/khelpcenter/userguide/moving-files-with-drag-and-drop.html
+share/doc/HTML/en/khelpcenter/userguide/multimediaapplications.html
+share/doc/HTML/en/khelpcenter/userguide/network.html
+share/doc/HTML/en/khelpcenter/userguide/networkapplications.html
+share/doc/HTML/en/khelpcenter/userguide/panel-settings.html
+share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html
+share/doc/HTML/en/khelpcenter/userguide/shortcuts.html
+share/doc/HTML/en/khelpcenter/userguide/sound-system.html
+share/doc/HTML/en/khelpcenter/userguide/sourcedistribution.html
+share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html
+share/doc/HTML/en/khelpcenter/userguide/suseinstall.html
+share/doc/HTML/en/khelpcenter/userguide/system-information.html
+share/doc/HTML/en/khelpcenter/userguide/using-command-line-and-terminals.html
+share/doc/HTML/en/khelpcenter/userguide/using-multiple-desktops.html
+share/doc/HTML/en/khelpcenter/userguide/using-tgz-to-install-on-top-of-other-systems.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-font-manager.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html
+share/doc/HTML/en/khelpcenter/userguide/usingtemplates.html
+share/doc/HTML/en/khelpcenter/userguide/utilityapplications.html
+share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html
+share/doc/HTML/en/khelpcenter/userguide/what-i-urgently-need.html
+share/doc/HTML/en/khelpcenter/userguide/what-is-missing.html
+share/doc/HTML/en/khelpcenter/whatiskde.html
+share/doc/HTML/en/kikbd/.anchors
+share/doc/HTML/en/kikbd/advanced.html
+share/doc/HTML/en/kikbd/advanced.png
+share/doc/HTML/en/kikbd/authors.html
+share/doc/HTML/en/kikbd/bug-reporting.html
+share/doc/HTML/en/kikbd/config.html
+share/doc/HTML/en/kikbd/create.html
+share/doc/HTML/en/kikbd/general.html
+share/doc/HTML/en/kikbd/general.png
+share/doc/HTML/en/kikbd/index.cvlog
+share/doc/HTML/en/kikbd/index.docbook
+share/doc/HTML/en/kikbd/index.html
+share/doc/HTML/en/kikbd/installation.html
+share/doc/HTML/en/kikbd/introduction.html
+share/doc/HTML/en/kikbd/nationalkeyboard.html
+share/doc/HTML/en/kikbd/screen-saver-password-problems..html
+share/doc/HTML/en/kikbd/startup.html
+share/doc/HTML/en/kikbd/startup.png
+share/doc/HTML/en/kikbd/style.html
+share/doc/HTML/en/kikbd/style.png
+share/doc/HTML/en/kikbd/troubleshooting.html
+share/doc/HTML/en/konsole/.anchors
+share/doc/HTML/en/konsole/application-related-problems.html
+share/doc/HTML/en/konsole/broken-termacap-and-terminfo.html
+share/doc/HTML/en/konsole/bugs-and-faq.html
+share/doc/HTML/en/konsole/color-scheme.html
+share/doc/HTML/en/konsole/configuration.html
+share/doc/HTML/en/konsole/fonts.html
+share/doc/HTML/en/konsole/index.cvlog
+share/doc/HTML/en/konsole/index.docbook
+share/doc/HTML/en/konsole/index.html
+share/doc/HTML/en/konsole/installation.html
+share/doc/HTML/en/konsole/introduction.html
+share/doc/HTML/en/konsole/known-bugs.html
+share/doc/HTML/en/konsole/not-to-implement.html
+share/doc/HTML/en/konsole/overview.html
+share/doc/HTML/en/konsole/problems-with-backspace-delete.html
+share/doc/HTML/en/konsole/security.html
share/doc/HTML/en/konsole/techref.html
share/doc/HTML/en/konsole/vt100.gif
-share/doc/HTML/en/kpager/index-1.html
-share/doc/HTML/en/kpager/index-2.html
-share/doc/HTML/en/kpager/index-3.html
-share/doc/HTML/en/kpager/index-4.html
-share/doc/HTML/en/kpager/index-5.html
+share/doc/HTML/en/kpager/.anchors
+share/doc/HTML/en/kpager/compilation-and-installation.html
+share/doc/HTML/en/kpager/customizingkpageradvancedfeatures.html
+share/doc/HTML/en/kpager/frequentlyaskedquestionsfaq.html
+share/doc/HTML/en/kpager/index.cvlog
+share/doc/HTML/en/kpager/index.docbook
share/doc/HTML/en/kpager/index.html
-share/doc/HTML/en/kpager/logotp3.gif
-share/doc/HTML/en/kpanel/index-1.html
-share/doc/HTML/en/kpanel/index-2.html
-share/doc/HTML/en/kpanel/index-3.html
-share/doc/HTML/en/kpanel/index-4.html
-share/doc/HTML/en/kpanel/index-5.html
-share/doc/HTML/en/kpanel/index.html
-share/doc/HTML/en/kpanel/logotp3.gif
-share/doc/HTML/en/kthememgr/index-1.html
-share/doc/HTML/en/kthememgr/index-2.html
-share/doc/HTML/en/kthememgr/index-3.html
-share/doc/HTML/en/kthememgr/index.html
-share/doc/HTML/en/kthememgr/logotp3.gif
-share/doc/HTML/en/kvt/index.html
-share/doc/HTML/en/kwm/index-1.html
-share/doc/HTML/en/kwm/index-2.html
-share/doc/HTML/en/kwm/index-3.html
-share/doc/HTML/en/kwm/index-4.html
-share/doc/HTML/en/kwm/index-5.html
-share/doc/HTML/en/kwm/index-6.html
+share/doc/HTML/en/kpager/installation.html
+share/doc/HTML/en/kpager/introduction.html
+share/doc/HTML/en/kpager/one-click-action.html
+share/doc/HTML/en/kpager/requirements.html
+share/doc/HTML/en/kpager/resizing-windows.html
+share/doc/HTML/en/kpager/rows-mode.html
+share/doc/HTML/en/kpager/the-global-desktop.html
+share/doc/HTML/en/kpager/the-window-properties-menu.html
+share/doc/HTML/en/kpager/workingwithkpager.html
+share/doc/HTML/en/kwm/.anchors
+share/doc/HTML/en/kwm/authors.html
+share/doc/HTML/en/kwm/commands.html
+share/doc/HTML/en/kwm/configuration.html
+share/doc/HTML/en/kwm/does-kwm-support-shaded-windows-a-la-openste.html
+share/doc/HTML/en/kwm/epilogue.html
+share/doc/HTML/en/kwm/frequentlyaskedquestions.html
+share/doc/HTML/en/kwm/index.cvlog
+share/doc/HTML/en/kwm/index.docbook
share/doc/HTML/en/kwm/index.html
-share/doc/HTML/en/kwm/logotp3.gif
-share/doc/HTML/ru/kikbd/advanced.gif
-share/doc/HTML/ru/kikbd/general.gif
-share/doc/HTML/ru/kikbd/kikbd-1.html
-share/doc/HTML/ru/kikbd/kikbd-2.html
-share/doc/HTML/ru/kikbd/kikbd-3.html
-share/doc/HTML/ru/kikbd/kikbd-4.html
-share/doc/HTML/ru/kikbd/kikbd-5.html
-share/doc/HTML/ru/kikbd/kikbd-6.html
-share/doc/HTML/ru/kikbd/kikbd-7.html
-share/doc/HTML/ru/kikbd/kikbd-8.html
-share/doc/HTML/ru/kikbd/kikbd.html
-share/doc/HTML/ru/kikbd/logotp3.gif
-share/doc/HTML/ru/kikbd/startup.gif
-share/doc/HTML/ru/kikbd/style.gif
-share/icons/3floppy_mount.xpm
-share/icons/3floppy_unmount.xpm
-share/icons/5floppy_mount.xpm
-share/icons/5floppy_unmount.xpm
-share/icons/application_settings.xpm
-share/icons/applications_package.xpm
-share/icons/background.xpm
-share/icons/bell.xpm
-share/icons/binary.xpm
-share/icons/binary2.xpm
-share/icons/blockdevice.xpm
-share/icons/brightness.xpm
-share/icons/buttons.xpm
-share/icons/c_src.xpm
-share/icons/cdrom_mount.xpm
-share/icons/cdrom_unmount.xpm
-share/icons/cdwriter_mount.xpm
-share/icons/cdwriter_unmount.xpm
-share/icons/chardevice.xpm
-share/icons/colors.xpm
-share/icons/colourness.xpm
-share/icons/contrast.xpm
-share/icons/core.xpm
-share/icons/desktop.xpm
-share/icons/desktop_settings.xpm
-share/icons/document.xpm
-share/icons/dvi.xpm
-share/icons/editors_package.xpm
-share/icons/exec.xpm
-share/icons/f_src.xpm
-share/icons/folder.xpm
-share/icons/folder_blue.xpm
-share/icons/folder_cyan.xpm
-share/icons/folder_green.xpm
-share/icons/folder_open.xpm
-share/icons/folder_red.xpm
-share/icons/folder_yellow.xpm
-share/icons/font.xpm
-share/icons/fonts.xpm
-share/icons/ftp.xpm
-share/icons/games_package.xpm
-share/icons/general_settings.xpm
-share/icons/gf.xpm
-share/icons/graphics_package.xpm
-share/icons/h_src.xpm
-share/icons/harddrive_mount.xpm
-share/icons/harddrive_unmount.xpm
-share/icons/html.xpm
-share/icons/image.xpm
-share/icons/info.xpm
-share/icons/information.xpm
-share/icons/information_settings.xpm
-share/icons/input_devices_settings.xpm
-share/icons/java_src.xpm
-share/icons/kcmdevices.xpm
-share/icons/kcmkpanel.xpm
-share/icons/kcmkwm.xpm
-share/icons/kcmmemory.xpm
-share/icons/kcmpartitions.xpm
-share/icons/kcmpci.xpm
-share/icons/kcmprocessor.xpm
-share/icons/kcmscsi.xpm
-share/icons/kcmsound.xpm
-share/icons/kcmsyssound.xpm
-share/icons/kcmx.xpm
-share/icons/kcontrol.xpm
-share/icons/kdehelp.xpm
-share/icons/kdisknav.xpm
-share/icons/kdmconfig.xpm
-share/icons/keyboard.xpm
-share/icons/kfind.xpm
-share/icons/kfm.xpm
-share/icons/kfm_fulltrash.xpm
-share/icons/kfm_home.xpm
-share/icons/kfm_refresh.xpm
-share/icons/kfm_trash.xpm
-share/icons/kfontmanager.xpm
-share/icons/kikbd.xpm
-share/icons/kmenuedit.xpm
-share/icons/kmultiple.xpm
-share/icons/konsole.xpm
-share/icons/kscreensaver.xpm
-share/icons/kthememgr.xpm
-share/icons/kvt.xpm
-share/icons/kwm.xpm
-share/icons/l_src.xpm
-share/icons/large/3floppy_mount.xpm
-share/icons/large/3floppy_unmount.xpm
-share/icons/large/5floppy_mount.xpm
-share/icons/large/5floppy_unmount.xpm
-share/icons/large/applications_package.xpm
-share/icons/large/bell.xpm
-share/icons/large/binary.xpm
-share/icons/large/binary2.xpm
-share/icons/large/blockdevice.xpm
-share/icons/large/buttons.xpm
-share/icons/large/c_src.xpm
-share/icons/large/cdrom_mount.xpm
-share/icons/large/cdrom_unmount.xpm
-share/icons/large/cdwriter_mount.xpm
-share/icons/large/cdwriter_unmount.xpm
-share/icons/large/chardevice.xpm
-share/icons/large/colors.xpm
-share/icons/large/core.xpm
-share/icons/large/desktop.xpm
-share/icons/large/desktop_settings.xpm
-share/icons/large/document.xpm
-share/icons/large/dvi.xpm
-share/icons/large/editors_package.xpm
-share/icons/large/exec.xpm
-share/icons/large/f_src.xpm
-share/icons/large/folder.xpm
-share/icons/large/folder_blue.xpm
-share/icons/large/folder_cyan.xpm
-share/icons/large/folder_green.xpm
-share/icons/large/folder_open.xpm
-share/icons/large/folder_red.xpm
-share/icons/large/folder_yellow.xpm
-share/icons/large/font.xpm
-share/icons/large/fonts.xpm
-share/icons/large/ftp.xpm
-share/icons/large/games_package.xpm
-share/icons/large/gf.xpm
-share/icons/large/go.xpm
-share/icons/large/graphics_package.xpm
-share/icons/large/h_src.xpm
-share/icons/large/hd_mount.xpm
-share/icons/large/hd_unmount.xpm
-share/icons/large/html.xpm
-share/icons/large/image.xpm
-share/icons/large/info.xpm
-share/icons/large/java_src.xpm
-share/icons/large/kcmdevices.xpm
-share/icons/large/kcmmemory.xpm
-share/icons/large/kcmpartitions.xpm
-share/icons/large/kcmpci.xpm
-share/icons/large/kcmprocessor.xpm
-share/icons/large/kcmscsi.xpm
-share/icons/large/kcmsyssound.xpm
-share/icons/large/kcontrol.xpm
-share/icons/large/kdehelp.xpm
-share/icons/large/kdisknav.xpm
-share/icons/large/kdmconfig.xpm
-share/icons/large/kfind.xpm
-share/icons/large/kfm.xpm
-share/icons/large/kfm_fulltrash.xpm
-share/icons/large/kfm_home.xpm
-share/icons/large/kfm_trash.xpm
-share/icons/large/kfontmanager.xpm
-share/icons/large/kikbd.xpm
-share/icons/large/kmenuedit.xpm
-share/icons/large/kmultiple.xpm
-share/icons/large/konsole.xpm
-share/icons/large/kscreensaver.xpm
-share/icons/large/kvt.xpm
-share/icons/large/kwm.xpm
-share/icons/large/l_src.xpm
-share/icons/large/library.xpm
-share/icons/large/link.xpm
-share/icons/large/locale.xpm
-share/icons/large/locked_file.xpm
-share/icons/large/lockedfolder.xpm
-share/icons/large/log.xpm
-share/icons/large/magneto-optical_mount.xpm
-share/icons/large/magneto-optical_unmount.xpm
-share/icons/large/make.xpm
-share/icons/large/man.xpm
-share/icons/large/metafont.xpm
-share/icons/large/midi.xpm
-share/icons/large/misc.xpm
-share/icons/large/moc_src.xpm
-share/icons/large/multimedia_package.xpm
-share/icons/large/network_package.xpm
-share/icons/large/o_src.xpm
-share/icons/large/p_src.xpm
-share/icons/large/package.xpm
-share/icons/large/pdf.xpm
-share/icons/large/perl.xpm
-share/icons/large/perl_doc.xpm
-share/icons/large/pk.xpm
-share/icons/large/postscript.xpm
-share/icons/large/properties.xpm
-share/icons/large/readme.xpm
-share/icons/large/readonly.xpm
-share/icons/large/resource.xpm
-share/icons/large/screensaver.xpm
-share/icons/large/script.xpm
-share/icons/large/settings_package.xpm
-share/icons/large/shredder.xpm
-share/icons/large/single_doc.xpm
-share/icons/large/socket.xpm
-share/icons/large/sound.xpm
-share/icons/large/style.xpm
-share/icons/large/system_package.xpm
-share/icons/large/tablet.xpm
-share/icons/large/tape_archive.xpm
-share/icons/large/terminal.xpm
-share/icons/large/tex.xpm
-share/icons/large/tgz.xpm
-share/icons/large/titlebar.xpm
-share/icons/large/trash.xpm
-share/icons/large/trash_full.xpm
-share/icons/large/txt.xpm
-share/icons/large/unknown.xpm
-share/icons/large/utilities_package.xpm
-share/icons/large/video.xpm
-share/icons/large/www.xpm
-share/icons/large/x.xpm
-share/icons/large/y_src.xpm
-share/icons/large/zip_mount.xpm
-share/icons/large/zip_unmount.xpm
-share/icons/library.xpm
-share/icons/link.xpm
-share/icons/locale.xpm
-share/icons/locked.xpm
-share/icons/locked_file.xpm
-share/icons/lockedfolder.xpm
-share/icons/log.xpm
-share/icons/logo.xpm
-share/icons/magneto-optical_mount.xpm
-share/icons/magneto-optical_unmount.xpm
-share/icons/make.xpm
-share/icons/man.xpm
-share/icons/metafont.xpm
-share/icons/midi.xpm
-share/icons/mini/3floppy_mount.xpm
-share/icons/mini/3floppy_unmount.xpm
-share/icons/mini/5floppy_mount.xpm
-share/icons/mini/5floppy_unmount.xpm
-share/icons/mini/application_settings.xpm
-share/icons/mini/applications_package.xpm
-share/icons/mini/audiovol.xpm
-share/icons/mini/background.xpm
-share/icons/mini/bell.xpm
-share/icons/mini/binary.xpm
-share/icons/mini/blockdevice.xpm
-share/icons/mini/buttons.xpm
-share/icons/mini/c_src.xpm
-share/icons/mini/cdrom_mount.xpm
-share/icons/mini/cdrom_unmount.xpm
-share/icons/mini/chardevice.xpm
-share/icons/mini/colors.xpm
-share/icons/mini/core.xpm
-share/icons/mini/desktop.xpm
-share/icons/mini/desktop_settings.xpm
-share/icons/mini/document.xpm
-share/icons/mini/dvi.xpm
-share/icons/mini/editors_package.xpm
-share/icons/mini/exec.xpm
-share/icons/mini/f_src.xpm
-share/icons/mini/folder.xpm
-share/icons/mini/folder_blue.xpm
-share/icons/mini/folder_cyan.xpm
-share/icons/mini/folder_green.xpm
-share/icons/mini/folder_open.xpm
-share/icons/mini/folder_red.xpm
-share/icons/mini/folder_yellow.xpm
-share/icons/mini/font.xpm
-share/icons/mini/fonts.xpm
-share/icons/mini/ftp.xpm
-share/icons/mini/games_package.xpm
-share/icons/mini/general_settings.xpm
-share/icons/mini/gf.xpm
-share/icons/mini/graphics_package.xpm
-share/icons/mini/h_src.xpm
-share/icons/mini/harddrive_mount.xpm
-share/icons/mini/harddrive_unmount.xpm
-share/icons/mini/html.xpm
-share/icons/mini/image.xpm
-share/icons/mini/info.xpm
-share/icons/mini/information_settings.xpm
-share/icons/mini/input_devices_settings.xpm
-share/icons/mini/java_src.xpm
-share/icons/mini/kcmdevices.xpm
-share/icons/mini/kcmkpanel.xpm
-share/icons/mini/kcmkwm.xpm
-share/icons/mini/kcmmemory.xpm
-share/icons/mini/kcmpartitions.xpm
-share/icons/mini/kcmpci.xpm
-share/icons/mini/kcmprocessor.xpm
-share/icons/mini/kcmscsi.xpm
-share/icons/mini/kcmsound.xpm
-share/icons/mini/kcmsyssound.xpm
-share/icons/mini/kcmx.xpm
-share/icons/mini/kcontrol.xpm
-share/icons/mini/kdehelp.xpm
-share/icons/mini/kdmconfig.xpm
-share/icons/mini/keyboard.xpm
-share/icons/mini/kfind.xpm
-share/icons/mini/kfm.xpm
-share/icons/mini/kfm_fulltrash.xpm
-share/icons/mini/kfm_home.xpm
-share/icons/mini/kfm_refresh.xpm
-share/icons/mini/kfm_trash.xpm
-share/icons/mini/kfontmanager.xpm
-share/icons/mini/kikbd.xpm
-share/icons/mini/kmenuedit.xpm
-share/icons/mini/konsole.xpm
-share/icons/mini/kscreensaver.xpm
-share/icons/mini/kthememgr.xpm
-share/icons/mini/kvt.xpm
-share/icons/mini/kwm.xpm
-share/icons/mini/l_src.xpm
-share/icons/mini/library.xpm
-share/icons/mini/locale.xpm
-share/icons/mini/locked.xpm
-share/icons/mini/lockedfolder.xpm
-share/icons/mini/log.xpm
-share/icons/mini/make.xpm
-share/icons/mini/man.xpm
-share/icons/mini/maximize2.xpm
-share/icons/mini/metafont.xpm
-share/icons/mini/midi.xpm
-share/icons/mini/mini-ball.xpm
-share/icons/mini/mini-bball.xpm
-share/icons/mini/mini-bomb.xpm
-share/icons/mini/mini-book1.xpm
-share/icons/mini/mini-book2.xpm
-share/icons/mini/mini-bug1.xpm
-share/icons/mini/mini-bug2.xpm
-share/icons/mini/mini-bx2.xpm
-share/icons/mini/mini-calc.xpm
-share/icons/mini/mini-camera.xpm
-share/icons/mini/mini-cdlabel.xpm
-share/icons/mini/mini-clock.xpm
-share/icons/mini/mini-colors.xpm
-share/icons/mini/mini-connect.xpm
-share/icons/mini/mini-connected.xpm
-share/icons/mini/mini-cross.xpm
-share/icons/mini/mini-default.xpm
-share/icons/mini/mini-display.xpm
-share/icons/mini/mini-doc.xpm
-share/icons/mini/mini-edit.xpm
-share/icons/mini/mini-exclam.xpm
-share/icons/mini/mini-exp.xpm
-share/icons/mini/mini-eyes.xpm
-share/icons/mini/mini-filemgr.xpm
-share/icons/mini/mini-fractal.xpm
-share/icons/mini/mini-gball.xpm
-share/icons/mini/mini-gv.xpm
-share/icons/mini/mini-hammer.xpm
-share/icons/mini/mini-happy.xpm
-share/icons/mini/mini-hextris.xpm
-share/icons/mini/mini-k.xpm
-share/icons/mini/mini-lock.xpm
-share/icons/mini/mini-lower.xpm
-share/icons/mini/mini-mail.xpm
-share/icons/mini/mini-manual.xpm
-share/icons/mini/mini-max1.xpm
-share/icons/mini/mini-maze.xpm
-share/icons/mini/mini-modules.xpm
-share/icons/mini/mini-move.xpm
-share/icons/mini/mini-move1.xpm
-share/icons/mini/mini-nscape.xpm
-share/icons/mini/mini-ofolder.xpm
-share/icons/mini/mini-olwm.xpm
-share/icons/mini/mini-paint.xpm
-share/icons/mini/mini-pencil.xpm
-share/icons/mini/mini-question.xpm
-share/icons/mini/mini-raise.xpm
-share/icons/mini/mini-ray.xpm
-share/icons/mini/mini-rball.xpm
-share/icons/mini/mini-resize.xpm
-share/icons/mini/mini-roach.xpm
-share/icons/mini/mini-run.xpm
-share/icons/mini/mini-sh.xpm
-share/icons/mini/mini-sh1.xpm
-share/icons/mini/mini-slon.xpm
-share/icons/mini/mini-stop.xpm
-share/icons/mini/mini-term.xpm
-share/icons/mini/mini-tetris.xpm
-share/icons/mini/mini-turn.xpm
-share/icons/mini/mini-up.xpm
-share/icons/mini/mini-windows.xpm
-share/icons/mini/mini-x.xpm
-share/icons/mini/mini-x2.xpm
-share/icons/mini/mini-xmahjongg.xpm
-share/icons/mini/mini-xv.xpm
-share/icons/mini/mini-zoom.xpm
-share/icons/mini/mini.audiovol.xpm
-share/icons/mini/mini.checkmark.xpm
-share/icons/mini/mini.cut.xpm
-share/icons/mini/mini.destroy.xpm
-share/icons/mini/mini.excl.xpm
-share/icons/mini/mini.exit.xpm
-share/icons/mini/mini.fvwm.xpm
-share/icons/mini/mini.letter.xpm
-share/icons/mini/mini.lower.xpm
-share/icons/mini/mini.move.xpm
-share/icons/mini/mini.netscape.xpm
-share/icons/mini/mini.raise.xpm
-share/icons/mini/mini.resize.xpm
-share/icons/mini/mini.xarchie.xpm
-share/icons/mini/mini.xboing.xpm
-share/icons/mini/mini.xlock.xpm
-share/icons/mini/mini.xpm
-share/icons/mini/mini.xterm.xpm
-share/icons/mini/mini.zircon.xpm
-share/icons/mini/moc_src.xpm
-share/icons/mini/mouse.xpm
-share/icons/mini/multimedia_package.xpm
-share/icons/mini/network_package.xpm
-share/icons/mini/network_settings.xpm
-share/icons/mini/o_src.xpm
-share/icons/mini/p_src.xpm
-share/icons/mini/package.xpm
-share/icons/mini/panel_settings.xpm
-share/icons/mini/pci.xpm
-share/icons/mini/pdf.xpm
-share/icons/mini/pipe.xpm
-share/icons/mini/pk.xpm
-share/icons/mini/postscript.xpm
-share/icons/mini/printer.xpm
-share/icons/mini/readme.xpm
-share/icons/mini/resource.xpm
-share/icons/mini/s_src.xpm
-share/icons/mini/sample.xpm
-share/icons/mini/screensaver.xpm
-share/icons/mini/script.xpm
-share/icons/mini/settings_package.xpm
-share/icons/mini/smbstatus.xpm
-share/icons/mini/socket.xpm
-share/icons/mini/sound.xpm
-share/icons/mini/sound_settings.xpm
-share/icons/mini/style.xpm
-share/icons/mini/system_package.xpm
-share/icons/mini/tablet.xpm
-share/icons/mini/terminal.xpm
-share/icons/mini/tex.xpm
-share/icons/mini/tgz.xpm
-share/icons/mini/titlebar.xpm
-share/icons/mini/trash.xpm
-share/icons/mini/txt.xpm
-share/icons/mini/unknown.xpm
-share/icons/mini/utilities_package.xpm
-share/icons/mini/video.xpm
-share/icons/mini/windows.xpm
-share/icons/mini/winprops.xpm
-share/icons/mini/www.xpm
-share/icons/mini/x.xpm
-share/icons/mini/y_src.xpm
-share/icons/mini/zip_mount.xpm
-share/icons/mini/zip_unmount.xpm
-share/icons/misc.xpm
-share/icons/moc_src.xpm
-share/icons/monitor.xpm
-share/icons/mouse.xpm
-share/icons/multimedia_package.xpm
-share/icons/network.xpm
-share/icons/network_package.xpm
-share/icons/network_settings.xpm
-share/icons/o_src.xpm
-share/icons/p_src.xpm
-share/icons/package.xpm
-share/icons/panel_settings.xpm
-share/icons/pdf.xpm
-share/icons/perl.xpm
-share/icons/pipe.xpm
-share/icons/pk.xpm
-share/icons/postscript.xpm
-share/icons/printer.xpm
-share/icons/properties.xpm
-share/icons/readme.xpm
-share/icons/readonly.xpm
-share/icons/resource.xpm
-share/icons/s_src.xpm
-share/icons/screensaver.xpm
-share/icons/script.xpm
-share/icons/settings_package.xpm
-share/icons/shredder.xpm
-share/icons/single_doc.xpm
-share/icons/smbstatus.xpm
-share/icons/socket.xpm
-share/icons/sound.xpm
-share/icons/sound_settings.xpm
-share/icons/style.xpm
-share/icons/system_package.xpm
-share/icons/tablet.xpm
-share/icons/terminal.xpm
-share/icons/tex.xpm
-share/icons/tgz.xpm
-share/icons/titlebar.xpm
-share/icons/trash.xpm
-share/icons/txt.xpm
-share/icons/unknown.xpm
-share/icons/utilities_package.xpm
-share/icons/video.xpm
-share/icons/www.xpm
-share/icons/x.xpm
-share/icons/y_src.xpm
-share/icons/zip_mount.xpm
-share/icons/zip_unmount.xpm
-share/locale/br/LC_MESSAGES/kbgndwm.mo
-share/locale/br/LC_MESSAGES/kcmbell.mo
-share/locale/br/LC_MESSAGES/kcmdisplay.mo
-share/locale/br/LC_MESSAGES/kcminfo.mo
-share/locale/br/LC_MESSAGES/kcminput.mo
-share/locale/br/LC_MESSAGES/kcmkeys.mo
-share/locale/br/LC_MESSAGES/kcmkfm.mo
-share/locale/br/LC_MESSAGES/kcmkpanel.mo
-share/locale/br/LC_MESSAGES/kcmkwm.mo
-share/locale/br/LC_MESSAGES/kcmlocale.mo
-share/locale/br/LC_MESSAGES/kcmsamba.mo
-share/locale/br/LC_MESSAGES/kcmsample.mo
-share/locale/br/LC_MESSAGES/kcmsyssound.mo
-share/locale/br/LC_MESSAGES/kcontrol.mo
-share/locale/br/LC_MESSAGES/kdehelp.mo
-share/locale/br/LC_MESSAGES/kdm.mo
-share/locale/br/LC_MESSAGES/kdmconfig.mo
-share/locale/br/LC_MESSAGES/kfind.mo
-share/locale/br/LC_MESSAGES/kfm.mo
-share/locale/br/LC_MESSAGES/kfontmanager.mo
-share/locale/br/LC_MESSAGES/kikbd.mo
-share/locale/br/LC_MESSAGES/klock.mo
-share/locale/br/LC_MESSAGES/kmenuedit.mo
-share/locale/br/LC_MESSAGES/konsole.mo
-share/locale/br/LC_MESSAGES/kpager.mo
-share/locale/br/LC_MESSAGES/kpanel.mo
-share/locale/br/LC_MESSAGES/krootwm.mo
-share/locale/br/LC_MESSAGES/kstart.mo
-share/locale/br/LC_MESSAGES/kvt.mo
-share/locale/br/LC_MESSAGES/kwm.mo
-share/locale/ca/LC_MESSAGES/kbgndwm.mo
-share/locale/ca/LC_MESSAGES/kcmbell.mo
-share/locale/ca/LC_MESSAGES/kcmdisplay.mo
-share/locale/ca/LC_MESSAGES/kcminfo.mo
-share/locale/ca/LC_MESSAGES/kcminput.mo
-share/locale/ca/LC_MESSAGES/kcmkeys.mo
-share/locale/ca/LC_MESSAGES/kcmkfm.mo
-share/locale/ca/LC_MESSAGES/kcmkpanel.mo
-share/locale/ca/LC_MESSAGES/kcmkwm.mo
-share/locale/ca/LC_MESSAGES/kcmlocale.mo
-share/locale/ca/LC_MESSAGES/kcmsamba.mo
-share/locale/ca/LC_MESSAGES/kcmsample.mo
-share/locale/ca/LC_MESSAGES/kcmsyssound.mo
-share/locale/ca/LC_MESSAGES/kcontrol.mo
-share/locale/ca/LC_MESSAGES/kdehelp.mo
-share/locale/ca/LC_MESSAGES/kdm.mo
-share/locale/ca/LC_MESSAGES/kdmconfig.mo
-share/locale/ca/LC_MESSAGES/kfind.mo
-share/locale/ca/LC_MESSAGES/kfm.mo
-share/locale/ca/LC_MESSAGES/kfontmanager.mo
-share/locale/ca/LC_MESSAGES/kikbd.mo
-share/locale/ca/LC_MESSAGES/klock.mo
-share/locale/ca/LC_MESSAGES/kmenuedit.mo
-share/locale/ca/LC_MESSAGES/konsole.mo
-share/locale/ca/LC_MESSAGES/kpager.mo
-share/locale/ca/LC_MESSAGES/kpanel.mo
-share/locale/ca/LC_MESSAGES/krootwm.mo
-share/locale/ca/LC_MESSAGES/kstart.mo
-share/locale/ca/LC_MESSAGES/kvt.mo
-share/locale/ca/LC_MESSAGES/kwm.mo
-share/locale/cs/LC_MESSAGES/kcmbell.mo
-share/locale/cs/LC_MESSAGES/kcmdisplay.mo
-share/locale/cs/LC_MESSAGES/kcminfo.mo
-share/locale/cs/LC_MESSAGES/kcminput.mo
-share/locale/cs/LC_MESSAGES/kcmkeys.mo
-share/locale/cs/LC_MESSAGES/kcmkfm.mo
-share/locale/cs/LC_MESSAGES/kcmkpanel.mo
-share/locale/cs/LC_MESSAGES/kcmkwm.mo
-share/locale/cs/LC_MESSAGES/kcmlocale.mo
-share/locale/cs/LC_MESSAGES/kcmsamba.mo
-share/locale/cs/LC_MESSAGES/kcmsample.mo
-share/locale/cs/LC_MESSAGES/kcmsyssound.mo
-share/locale/cs/LC_MESSAGES/kcontrol.mo
-share/locale/cs/LC_MESSAGES/kdehelp.mo
-share/locale/cs/LC_MESSAGES/kdm.mo
-share/locale/cs/LC_MESSAGES/kdmconfig.mo
-share/locale/cs/LC_MESSAGES/kfind.mo
-share/locale/cs/LC_MESSAGES/kfm.mo
-share/locale/cs/LC_MESSAGES/kfontmanager.mo
-share/locale/cs/LC_MESSAGES/kikbd.mo
-share/locale/cs/LC_MESSAGES/klock.mo
-share/locale/cs/LC_MESSAGES/kmenuedit.mo
-share/locale/cs/LC_MESSAGES/konsole.mo
-share/locale/cs/LC_MESSAGES/kpager.mo
-share/locale/cs/LC_MESSAGES/kpanel.mo
-share/locale/cs/LC_MESSAGES/krootwm.mo
-share/locale/cs/LC_MESSAGES/kstart.mo
-share/locale/cs/LC_MESSAGES/kvt.mo
-share/locale/cs/LC_MESSAGES/kwm.mo
-share/locale/da/LC_MESSAGES/kbgndwm.mo
-share/locale/da/LC_MESSAGES/kcmbell.mo
-share/locale/da/LC_MESSAGES/kcmdisplay.mo
-share/locale/da/LC_MESSAGES/kcminfo.mo
-share/locale/da/LC_MESSAGES/kcminput.mo
-share/locale/da/LC_MESSAGES/kcmkeys.mo
-share/locale/da/LC_MESSAGES/kcmkfm.mo
-share/locale/da/LC_MESSAGES/kcmkpanel.mo
-share/locale/da/LC_MESSAGES/kcmkwm.mo
-share/locale/da/LC_MESSAGES/kcmlocale.mo
-share/locale/da/LC_MESSAGES/kcmsamba.mo
-share/locale/da/LC_MESSAGES/kcmsample.mo
-share/locale/da/LC_MESSAGES/kcmsyssound.mo
-share/locale/da/LC_MESSAGES/kcontrol.mo
-share/locale/da/LC_MESSAGES/kdehelp.mo
-share/locale/da/LC_MESSAGES/kdm.mo
-share/locale/da/LC_MESSAGES/kdmconfig.mo
-share/locale/da/LC_MESSAGES/kfind.mo
-share/locale/da/LC_MESSAGES/kfm.mo
-share/locale/da/LC_MESSAGES/kfontmanager.mo
-share/locale/da/LC_MESSAGES/kikbd.mo
-share/locale/da/LC_MESSAGES/klock.mo
-share/locale/da/LC_MESSAGES/kmenuedit.mo
-share/locale/da/LC_MESSAGES/konsole.mo
-share/locale/da/LC_MESSAGES/kpager.mo
-share/locale/da/LC_MESSAGES/kpanel.mo
-share/locale/da/LC_MESSAGES/krootwm.mo
-share/locale/da/LC_MESSAGES/kstart.mo
-share/locale/da/LC_MESSAGES/kvt.mo
-share/locale/da/LC_MESSAGES/kwm.mo
-share/locale/de/LC_MESSAGES/kbgndwm.mo
-share/locale/de/LC_MESSAGES/kcmbell.mo
-share/locale/de/LC_MESSAGES/kcmdisplay.mo
-share/locale/de/LC_MESSAGES/kcminfo.mo
-share/locale/de/LC_MESSAGES/kcminput.mo
-share/locale/de/LC_MESSAGES/kcmkeys.mo
-share/locale/de/LC_MESSAGES/kcmkfm.mo
-share/locale/de/LC_MESSAGES/kcmkpanel.mo
-share/locale/de/LC_MESSAGES/kcmkwm.mo
-share/locale/de/LC_MESSAGES/kcmlocale.mo
-share/locale/de/LC_MESSAGES/kcmsamba.mo
-share/locale/de/LC_MESSAGES/kcmsample.mo
-share/locale/de/LC_MESSAGES/kcmsyssound.mo
-share/locale/de/LC_MESSAGES/kcontrol.mo
-share/locale/de/LC_MESSAGES/kdehelp.mo
-share/locale/de/LC_MESSAGES/kdm.mo
-share/locale/de/LC_MESSAGES/kdmconfig.mo
-share/locale/de/LC_MESSAGES/kfind.mo
-share/locale/de/LC_MESSAGES/kfm.mo
-share/locale/de/LC_MESSAGES/kfontmanager.mo
-share/locale/de/LC_MESSAGES/kikbd.mo
-share/locale/de/LC_MESSAGES/klock.mo
-share/locale/de/LC_MESSAGES/kmenuedit.mo
-share/locale/de/LC_MESSAGES/konsole.mo
-share/locale/de/LC_MESSAGES/kpager.mo
-share/locale/de/LC_MESSAGES/kpanel.mo
-share/locale/de/LC_MESSAGES/krootwm.mo
-share/locale/de/LC_MESSAGES/kstart.mo
-share/locale/de/LC_MESSAGES/kthememgr.mo
-share/locale/de/LC_MESSAGES/kvt.mo
-share/locale/de/LC_MESSAGES/kwm.mo
-share/locale/el/LC_MESSAGES/kcmbell.mo
-share/locale/el/LC_MESSAGES/kcmdisplay.mo
-share/locale/el/LC_MESSAGES/kcminfo.mo
-share/locale/el/LC_MESSAGES/kcminput.mo
-share/locale/el/LC_MESSAGES/kcmkpanel.mo
-share/locale/el/LC_MESSAGES/kcmkwm.mo
-share/locale/el/LC_MESSAGES/kcmlocale.mo
-share/locale/el/LC_MESSAGES/kcmsamba.mo
-share/locale/el/LC_MESSAGES/kcmsample.mo
-share/locale/el/LC_MESSAGES/kcmsyssound.mo
-share/locale/el/LC_MESSAGES/kcontrol.mo
-share/locale/el/LC_MESSAGES/kdehelp.mo
-share/locale/el/LC_MESSAGES/kdm.mo
-share/locale/el/LC_MESSAGES/kdmconfig.mo
-share/locale/el/LC_MESSAGES/kfind.mo
-share/locale/el/LC_MESSAGES/kfm.mo
-share/locale/el/LC_MESSAGES/kfontmanager.mo
-share/locale/el/LC_MESSAGES/klock.mo
-share/locale/el/LC_MESSAGES/kmenuedit.mo
-share/locale/el/LC_MESSAGES/kpanel.mo
-share/locale/el/LC_MESSAGES/krootwm.mo
-share/locale/el/LC_MESSAGES/kvt.mo
-share/locale/el/LC_MESSAGES/kwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmdisplay.mo
-share/locale/en_UK/LC_MESSAGES/kcmkwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmsyssound.mo
-share/locale/en_UK/LC_MESSAGES/kdehelp.mo
-share/locale/en_UK/LC_MESSAGES/kdmconfig.mo
-share/locale/en_UK/LC_MESSAGES/klock.mo
-share/locale/en_UK/LC_MESSAGES/kvt.mo
-share/locale/en_UK/LC_MESSAGES/kwm.mo
-share/locale/eo/LC_MESSAGES/kbgndwm.mo
-share/locale/eo/LC_MESSAGES/kcmbell.mo
-share/locale/eo/LC_MESSAGES/kcmdisplay.mo
-share/locale/eo/LC_MESSAGES/kcminfo.mo
-share/locale/eo/LC_MESSAGES/kcminput.mo
-share/locale/eo/LC_MESSAGES/kcmkeys.mo
-share/locale/eo/LC_MESSAGES/kcmkfm.mo
-share/locale/eo/LC_MESSAGES/kcmkpanel.mo
-share/locale/eo/LC_MESSAGES/kcmkwm.mo
-share/locale/eo/LC_MESSAGES/kcmlocale.mo
-share/locale/eo/LC_MESSAGES/kcmsamba.mo
-share/locale/eo/LC_MESSAGES/kcmsample.mo
-share/locale/eo/LC_MESSAGES/kcmsyssound.mo
-share/locale/eo/LC_MESSAGES/kcontrol.mo
-share/locale/eo/LC_MESSAGES/kdehelp.mo
-share/locale/eo/LC_MESSAGES/kdm.mo
-share/locale/eo/LC_MESSAGES/kdmconfig.mo
-share/locale/eo/LC_MESSAGES/kfind.mo
-share/locale/eo/LC_MESSAGES/kfm.mo
-share/locale/eo/LC_MESSAGES/kfontmanager.mo
-share/locale/eo/LC_MESSAGES/kikbd.mo
-share/locale/eo/LC_MESSAGES/klock.mo
-share/locale/eo/LC_MESSAGES/kmenuedit.mo
-share/locale/eo/LC_MESSAGES/konsole.mo
-share/locale/eo/LC_MESSAGES/kpager.mo
-share/locale/eo/LC_MESSAGES/kpanel.mo
-share/locale/eo/LC_MESSAGES/krootwm.mo
-share/locale/eo/LC_MESSAGES/kstart.mo
-share/locale/eo/LC_MESSAGES/kvt.mo
-share/locale/eo/LC_MESSAGES/kwm.mo
-share/locale/es/LC_MESSAGES/kbgndwm.mo
-share/locale/es/LC_MESSAGES/kcmbell.mo
-share/locale/es/LC_MESSAGES/kcmdisplay.mo
-share/locale/es/LC_MESSAGES/kcminfo.mo
-share/locale/es/LC_MESSAGES/kcminput.mo
-share/locale/es/LC_MESSAGES/kcmkeys.mo
-share/locale/es/LC_MESSAGES/kcmkfm.mo
-share/locale/es/LC_MESSAGES/kcmkpanel.mo
-share/locale/es/LC_MESSAGES/kcmkwm.mo
-share/locale/es/LC_MESSAGES/kcmlocale.mo
-share/locale/es/LC_MESSAGES/kcmsamba.mo
-share/locale/es/LC_MESSAGES/kcmsample.mo
-share/locale/es/LC_MESSAGES/kcmsyssound.mo
-share/locale/es/LC_MESSAGES/kcontrol.mo
-share/locale/es/LC_MESSAGES/kdehelp.mo
-share/locale/es/LC_MESSAGES/kdm.mo
-share/locale/es/LC_MESSAGES/kdmconfig.mo
-share/locale/es/LC_MESSAGES/kfind.mo
-share/locale/es/LC_MESSAGES/kfm.mo
-share/locale/es/LC_MESSAGES/kfontmanager.mo
-share/locale/es/LC_MESSAGES/kikbd.mo
-share/locale/es/LC_MESSAGES/klock.mo
-share/locale/es/LC_MESSAGES/kmenuedit.mo
-share/locale/es/LC_MESSAGES/konsole.mo
-share/locale/es/LC_MESSAGES/kpager.mo
-share/locale/es/LC_MESSAGES/kpanel.mo
-share/locale/es/LC_MESSAGES/krootwm.mo
-share/locale/es/LC_MESSAGES/kstart.mo
-share/locale/es/LC_MESSAGES/kvt.mo
-share/locale/es/LC_MESSAGES/kwm.mo
-share/locale/et/LC_MESSAGES/kbgndwm.mo
-share/locale/et/LC_MESSAGES/kcmbell.mo
-share/locale/et/LC_MESSAGES/kcmdisplay.mo
-share/locale/et/LC_MESSAGES/kcminfo.mo
-share/locale/et/LC_MESSAGES/kcminput.mo
-share/locale/et/LC_MESSAGES/kcmkeys.mo
-share/locale/et/LC_MESSAGES/kcmkfm.mo
-share/locale/et/LC_MESSAGES/kcmkpanel.mo
-share/locale/et/LC_MESSAGES/kcmkwm.mo
-share/locale/et/LC_MESSAGES/kcmlocale.mo
-share/locale/et/LC_MESSAGES/kcmsamba.mo
-share/locale/et/LC_MESSAGES/kcmsample.mo
-share/locale/et/LC_MESSAGES/kcmsyssound.mo
-share/locale/et/LC_MESSAGES/kcontrol.mo
-share/locale/et/LC_MESSAGES/kdehelp.mo
-share/locale/et/LC_MESSAGES/kdm.mo
-share/locale/et/LC_MESSAGES/kdmconfig.mo
-share/locale/et/LC_MESSAGES/kfind.mo
-share/locale/et/LC_MESSAGES/kfm.mo
-share/locale/et/LC_MESSAGES/kfontmanager.mo
-share/locale/et/LC_MESSAGES/kikbd.mo
-share/locale/et/LC_MESSAGES/klock.mo
-share/locale/et/LC_MESSAGES/kmenuedit.mo
-share/locale/et/LC_MESSAGES/konsole.mo
-share/locale/et/LC_MESSAGES/kpager.mo
-share/locale/et/LC_MESSAGES/kpanel.mo
-share/locale/et/LC_MESSAGES/krootwm.mo
-share/locale/et/LC_MESSAGES/kstart.mo
-share/locale/et/LC_MESSAGES/kvt.mo
-share/locale/et/LC_MESSAGES/kwm.mo
-share/locale/fi/LC_MESSAGES/kbgndwm.mo
-share/locale/fi/LC_MESSAGES/kcmbell.mo
-share/locale/fi/LC_MESSAGES/kcmdisplay.mo
-share/locale/fi/LC_MESSAGES/kcminfo.mo
-share/locale/fi/LC_MESSAGES/kcminput.mo
-share/locale/fi/LC_MESSAGES/kcmkeys.mo
-share/locale/fi/LC_MESSAGES/kcmkfm.mo
-share/locale/fi/LC_MESSAGES/kcmkpanel.mo
-share/locale/fi/LC_MESSAGES/kcmkwm.mo
-share/locale/fi/LC_MESSAGES/kcmlocale.mo
-share/locale/fi/LC_MESSAGES/kcmsamba.mo
-share/locale/fi/LC_MESSAGES/kcmsample.mo
-share/locale/fi/LC_MESSAGES/kcmsyssound.mo
-share/locale/fi/LC_MESSAGES/kcontrol.mo
-share/locale/fi/LC_MESSAGES/kdehelp.mo
-share/locale/fi/LC_MESSAGES/kdm.mo
-share/locale/fi/LC_MESSAGES/kdmconfig.mo
-share/locale/fi/LC_MESSAGES/kfind.mo
-share/locale/fi/LC_MESSAGES/kfm.mo
-share/locale/fi/LC_MESSAGES/kfontmanager.mo
-share/locale/fi/LC_MESSAGES/kikbd.mo
-share/locale/fi/LC_MESSAGES/klock.mo
-share/locale/fi/LC_MESSAGES/kmenuedit.mo
-share/locale/fi/LC_MESSAGES/konsole.mo
-share/locale/fi/LC_MESSAGES/kpager.mo
-share/locale/fi/LC_MESSAGES/kpanel.mo
-share/locale/fi/LC_MESSAGES/krootwm.mo
-share/locale/fi/LC_MESSAGES/kstart.mo
-share/locale/fi/LC_MESSAGES/kthememgr.mo
-share/locale/fi/LC_MESSAGES/kvt.mo
-share/locale/fi/LC_MESSAGES/kwm.mo
-share/locale/fr/LC_MESSAGES/kbgndwm.mo
-share/locale/fr/LC_MESSAGES/kcmbell.mo
-share/locale/fr/LC_MESSAGES/kcmdisplay.mo
-share/locale/fr/LC_MESSAGES/kcminfo.mo
-share/locale/fr/LC_MESSAGES/kcminput.mo
-share/locale/fr/LC_MESSAGES/kcmkeys.mo
-share/locale/fr/LC_MESSAGES/kcmkfm.mo
-share/locale/fr/LC_MESSAGES/kcmkpanel.mo
-share/locale/fr/LC_MESSAGES/kcmkwm.mo
-share/locale/fr/LC_MESSAGES/kcmlocale.mo
-share/locale/fr/LC_MESSAGES/kcmsamba.mo
-share/locale/fr/LC_MESSAGES/kcmsample.mo
-share/locale/fr/LC_MESSAGES/kcmsyssound.mo
-share/locale/fr/LC_MESSAGES/kcontrol.mo
-share/locale/fr/LC_MESSAGES/kdehelp.mo
-share/locale/fr/LC_MESSAGES/kdm.mo
-share/locale/fr/LC_MESSAGES/kdmconfig.mo
-share/locale/fr/LC_MESSAGES/kfind.mo
-share/locale/fr/LC_MESSAGES/kfm.mo
-share/locale/fr/LC_MESSAGES/kfontmanager.mo
-share/locale/fr/LC_MESSAGES/kikbd.mo
-share/locale/fr/LC_MESSAGES/klock.mo
-share/locale/fr/LC_MESSAGES/kmenuedit.mo
-share/locale/fr/LC_MESSAGES/konsole.mo
-share/locale/fr/LC_MESSAGES/kpager.mo
-share/locale/fr/LC_MESSAGES/kpanel.mo
-share/locale/fr/LC_MESSAGES/krootwm.mo
-share/locale/fr/LC_MESSAGES/kstart.mo
-share/locale/fr/LC_MESSAGES/kthememgr.mo
-share/locale/fr/LC_MESSAGES/kvt.mo
-share/locale/fr/LC_MESSAGES/kwm.mo
-share/locale/he/LC_MESSAGES/kcmbell.mo
-share/locale/he/LC_MESSAGES/kcmdisplay.mo
-share/locale/he/LC_MESSAGES/kcminfo.mo
-share/locale/he/LC_MESSAGES/kcmkfm.mo
-share/locale/he/LC_MESSAGES/kcmkpanel.mo
-share/locale/he/LC_MESSAGES/kcmlocale.mo
-share/locale/he/LC_MESSAGES/kcontrol.mo
-share/locale/he/LC_MESSAGES/kdehelp.mo
-share/locale/he/LC_MESSAGES/kdm.mo
-share/locale/he/LC_MESSAGES/kfind.mo
-share/locale/he/LC_MESSAGES/kfm.mo
-share/locale/he/LC_MESSAGES/kpanel.mo
-share/locale/he/LC_MESSAGES/krootwm.mo
-share/locale/he/LC_MESSAGES/ksysv.mo
-share/locale/he/LC_MESSAGES/kuser.mo
-share/locale/he/LC_MESSAGES/kvt.mo
-share/locale/he/LC_MESSAGES/kwm.mo
-share/locale/hr/LC_MESSAGES/kbgndwm.mo
-share/locale/hr/LC_MESSAGES/kcmbell.mo
-share/locale/hr/LC_MESSAGES/kcmdisplay.mo
-share/locale/hr/LC_MESSAGES/kcminfo.mo
-share/locale/hr/LC_MESSAGES/kcminput.mo
-share/locale/hr/LC_MESSAGES/kcmkeys.mo
-share/locale/hr/LC_MESSAGES/kcmkfm.mo
-share/locale/hr/LC_MESSAGES/kcmkpanel.mo
-share/locale/hr/LC_MESSAGES/kcmkwm.mo
-share/locale/hr/LC_MESSAGES/kcmlocale.mo
-share/locale/hr/LC_MESSAGES/kcmsamba.mo
-share/locale/hr/LC_MESSAGES/kcmsample.mo
-share/locale/hr/LC_MESSAGES/kcmsyssound.mo
-share/locale/hr/LC_MESSAGES/kcontrol.mo
-share/locale/hr/LC_MESSAGES/kdehelp.mo
-share/locale/hr/LC_MESSAGES/kdm.mo
-share/locale/hr/LC_MESSAGES/kdmconfig.mo
-share/locale/hr/LC_MESSAGES/kfind.mo
-share/locale/hr/LC_MESSAGES/kfm.mo
-share/locale/hr/LC_MESSAGES/kfontmanager.mo
-share/locale/hr/LC_MESSAGES/kikbd.mo
-share/locale/hr/LC_MESSAGES/klock.mo
-share/locale/hr/LC_MESSAGES/kmenuedit.mo
-share/locale/hr/LC_MESSAGES/konsole.mo
-share/locale/hr/LC_MESSAGES/kpager.mo
-share/locale/hr/LC_MESSAGES/kpanel.mo
-share/locale/hr/LC_MESSAGES/krootwm.mo
-share/locale/hr/LC_MESSAGES/kstart.mo
-share/locale/hr/LC_MESSAGES/kvt.mo
-share/locale/hr/LC_MESSAGES/kwm.mo
-share/locale/hs/LC_MESSAGES/kcmkwm.mo
-share/locale/hs/LC_MESSAGES/kcmlocale.mo
-share/locale/hs/LC_MESSAGES/kcmpanel.mo
-share/locale/hs/LC_MESSAGES/kcontrol.mo
-share/locale/hs/LC_MESSAGES/kde.mo
-share/locale/hs/LC_MESSAGES/kdehelp.mo
-share/locale/hs/LC_MESSAGES/kdm.mo
-share/locale/hs/LC_MESSAGES/kdmconfig.mo
-share/locale/hs/LC_MESSAGES/kfm.mo
-share/locale/hs/LC_MESSAGES/konsole.mo
-share/locale/hs/LC_MESSAGES/kpanel.mo
-share/locale/hs/LC_MESSAGES/krootwm.mo
-share/locale/hs/LC_MESSAGES/kstart.mo
-share/locale/hs/LC_MESSAGES/kvt.mo
-share/locale/hs/LC_MESSAGES/kwm.mo
-share/locale/hu/LC_MESSAGES/kbgndwm.mo
-share/locale/hu/LC_MESSAGES/kcmbell.mo
-share/locale/hu/LC_MESSAGES/kcmdisplay.mo
-share/locale/hu/LC_MESSAGES/kcminfo.mo
-share/locale/hu/LC_MESSAGES/kcminput.mo
-share/locale/hu/LC_MESSAGES/kcmkeys.mo
-share/locale/hu/LC_MESSAGES/kcmkfm.mo
-share/locale/hu/LC_MESSAGES/kcmkpanel.mo
-share/locale/hu/LC_MESSAGES/kcmkwm.mo
-share/locale/hu/LC_MESSAGES/kcmlocale.mo
-share/locale/hu/LC_MESSAGES/kcmsamba.mo
-share/locale/hu/LC_MESSAGES/kcmsample.mo
-share/locale/hu/LC_MESSAGES/kcmsyssound.mo
-share/locale/hu/LC_MESSAGES/kcontrol.mo
-share/locale/hu/LC_MESSAGES/kdehelp.mo
-share/locale/hu/LC_MESSAGES/kdm.mo
-share/locale/hu/LC_MESSAGES/kdmconfig.mo
-share/locale/hu/LC_MESSAGES/kfind.mo
-share/locale/hu/LC_MESSAGES/kfm.mo
-share/locale/hu/LC_MESSAGES/kfontmanager.mo
-share/locale/hu/LC_MESSAGES/kikbd.mo
-share/locale/hu/LC_MESSAGES/klock.mo
-share/locale/hu/LC_MESSAGES/kmenuedit.mo
-share/locale/hu/LC_MESSAGES/konsole.mo
-share/locale/hu/LC_MESSAGES/kpager.mo
-share/locale/hu/LC_MESSAGES/kpanel.mo
-share/locale/hu/LC_MESSAGES/krootwm.mo
-share/locale/hu/LC_MESSAGES/kstart.mo
-share/locale/hu/LC_MESSAGES/kvt.mo
-share/locale/hu/LC_MESSAGES/kwm.mo
-share/locale/is/LC_MESSAGES/kbgndwm.mo
-share/locale/is/LC_MESSAGES/kcmbell.mo
-share/locale/is/LC_MESSAGES/kcmdisplay.mo
-share/locale/is/LC_MESSAGES/kcminfo.mo
-share/locale/is/LC_MESSAGES/kcminput.mo
-share/locale/is/LC_MESSAGES/kcmkeys.mo
-share/locale/is/LC_MESSAGES/kcmkfm.mo
-share/locale/is/LC_MESSAGES/kcmkpanel.mo
-share/locale/is/LC_MESSAGES/kcmkwm.mo
-share/locale/is/LC_MESSAGES/kcmlocale.mo
-share/locale/is/LC_MESSAGES/kcmsamba.mo
-share/locale/is/LC_MESSAGES/kcmsample.mo
-share/locale/is/LC_MESSAGES/kcmsyssound.mo
-share/locale/is/LC_MESSAGES/kcontrol.mo
-share/locale/is/LC_MESSAGES/kdehelp.mo
-share/locale/is/LC_MESSAGES/kdm.mo
-share/locale/is/LC_MESSAGES/kdmconfig.mo
-share/locale/is/LC_MESSAGES/kfind.mo
-share/locale/is/LC_MESSAGES/kfm.mo
-share/locale/is/LC_MESSAGES/kfontmanager.mo
-share/locale/is/LC_MESSAGES/kikbd.mo
-share/locale/is/LC_MESSAGES/klock.mo
-share/locale/is/LC_MESSAGES/kmenuedit.mo
-share/locale/is/LC_MESSAGES/konsole.mo
-share/locale/is/LC_MESSAGES/kpager.mo
-share/locale/is/LC_MESSAGES/kpanel.mo
-share/locale/is/LC_MESSAGES/krootwm.mo
-share/locale/is/LC_MESSAGES/kstart.mo
-share/locale/is/LC_MESSAGES/kthememgr.mo
-share/locale/is/LC_MESSAGES/kvt.mo
-share/locale/is/LC_MESSAGES/kwm.mo
-share/locale/it/LC_MESSAGES/kbgndwm.mo
-share/locale/it/LC_MESSAGES/kcmbell.mo
-share/locale/it/LC_MESSAGES/kcmdisplay.mo
-share/locale/it/LC_MESSAGES/kcminfo.mo
-share/locale/it/LC_MESSAGES/kcminput.mo
-share/locale/it/LC_MESSAGES/kcmkeys.mo
-share/locale/it/LC_MESSAGES/kcmkfm.mo
-share/locale/it/LC_MESSAGES/kcmkpanel.mo
-share/locale/it/LC_MESSAGES/kcmkwm.mo
-share/locale/it/LC_MESSAGES/kcmlocale.mo
-share/locale/it/LC_MESSAGES/kcmsamba.mo
-share/locale/it/LC_MESSAGES/kcmsample.mo
-share/locale/it/LC_MESSAGES/kcmsyssound.mo
-share/locale/it/LC_MESSAGES/kcontrol.mo
-share/locale/it/LC_MESSAGES/kdehelp.mo
-share/locale/it/LC_MESSAGES/kdm.mo
-share/locale/it/LC_MESSAGES/kdmconfig.mo
-share/locale/it/LC_MESSAGES/kfind.mo
-share/locale/it/LC_MESSAGES/kfm.mo
-share/locale/it/LC_MESSAGES/kfontmanager.mo
-share/locale/it/LC_MESSAGES/kikbd.mo
-share/locale/it/LC_MESSAGES/klock.mo
-share/locale/it/LC_MESSAGES/kmenuedit.mo
-share/locale/it/LC_MESSAGES/konsole.mo
-share/locale/it/LC_MESSAGES/kpager.mo
-share/locale/it/LC_MESSAGES/kpanel.mo
-share/locale/it/LC_MESSAGES/krootwm.mo
-share/locale/it/LC_MESSAGES/kstart.mo
-share/locale/it/LC_MESSAGES/kvt.mo
-share/locale/it/LC_MESSAGES/kwm.mo
-share/locale/ja/LC_MESSAGES/kbgndwm.mo
-share/locale/ja/LC_MESSAGES/kcmbell.mo
-share/locale/ja/LC_MESSAGES/kcmdisplay.mo
-share/locale/ja/LC_MESSAGES/kcminfo.mo
-share/locale/ja/LC_MESSAGES/kcminput.mo
-share/locale/ja/LC_MESSAGES/kcmkeys.mo
-share/locale/ja/LC_MESSAGES/kcmkfm.mo
-share/locale/ja/LC_MESSAGES/kcmkpanel.mo
-share/locale/ja/LC_MESSAGES/kcmkwm.mo
-share/locale/ja/LC_MESSAGES/kcmlocale.mo
-share/locale/ja/LC_MESSAGES/kcmsamba.mo
-share/locale/ja/LC_MESSAGES/kcmsample.mo
-share/locale/ja/LC_MESSAGES/kcmsyssound.mo
-share/locale/ja/LC_MESSAGES/kcontrol.mo
-share/locale/ja/LC_MESSAGES/kdehelp.mo
-share/locale/ja/LC_MESSAGES/kdm.mo
-share/locale/ja/LC_MESSAGES/kdmconfig.mo
-share/locale/ja/LC_MESSAGES/kfind.mo
-share/locale/ja/LC_MESSAGES/kfm.mo
-share/locale/ja/LC_MESSAGES/kfontmanager.mo
-share/locale/ja/LC_MESSAGES/kikbd.mo
-share/locale/ja/LC_MESSAGES/klock.mo
-share/locale/ja/LC_MESSAGES/kmenuedit.mo
-share/locale/ja/LC_MESSAGES/konsole.mo
-share/locale/ja/LC_MESSAGES/kpager.mo
-share/locale/ja/LC_MESSAGES/kpanel.mo
-share/locale/ja/LC_MESSAGES/krootwm.mo
-share/locale/ja/LC_MESSAGES/kvt.mo
-share/locale/ja/LC_MESSAGES/kwm.mo
-share/locale/ko/LC_MESSAGES/kcmbell.mo
-share/locale/ko/LC_MESSAGES/kcmdisplay.mo
-share/locale/ko/LC_MESSAGES/kcminfo.mo
-share/locale/ko/LC_MESSAGES/kcminput.mo
-share/locale/ko/LC_MESSAGES/kcmkpanel.mo
-share/locale/ko/LC_MESSAGES/kcmkwm.mo
-share/locale/ko/LC_MESSAGES/kcmlocale.mo
-share/locale/ko/LC_MESSAGES/kcmsamba.mo
-share/locale/ko/LC_MESSAGES/kcmsample.mo
-share/locale/ko/LC_MESSAGES/kcmsyssound.mo
-share/locale/ko/LC_MESSAGES/kcontrol.mo
-share/locale/ko/LC_MESSAGES/kdehelp.mo
-share/locale/ko/LC_MESSAGES/kdm.mo
-share/locale/ko/LC_MESSAGES/kdmconfig.mo
-share/locale/ko/LC_MESSAGES/kfind.mo
-share/locale/ko/LC_MESSAGES/kfm.mo
-share/locale/ko/LC_MESSAGES/kfontmanager.mo
-share/locale/ko/LC_MESSAGES/klock.mo
-share/locale/ko/LC_MESSAGES/kmenuedit.mo
-share/locale/ko/LC_MESSAGES/kpanel.mo
-share/locale/ko/LC_MESSAGES/krootwm.mo
-share/locale/ko/LC_MESSAGES/kvt.mo
-share/locale/ko/LC_MESSAGES/kwm.mo
-share/locale/mk/LC_MESSAGES/kcmdisplay.mo
-share/locale/mk/LC_MESSAGES/kdehelp.mo
-share/locale/mk/LC_MESSAGES/kdm.mo
-share/locale/mk/LC_MESSAGES/kfind.mo
-share/locale/mk/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kcmbell.mo
-share/locale/nl/LC_MESSAGES/kcmdisplay.mo
-share/locale/nl/LC_MESSAGES/kcminfo.mo
-share/locale/nl/LC_MESSAGES/kcminput.mo
-share/locale/nl/LC_MESSAGES/kcmkpanel.mo
-share/locale/nl/LC_MESSAGES/kcmkwm.mo
-share/locale/nl/LC_MESSAGES/kcmlocale.mo
-share/locale/nl/LC_MESSAGES/kcmsamba.mo
-share/locale/nl/LC_MESSAGES/kcmsample.mo
-share/locale/nl/LC_MESSAGES/kcmsyssound.mo
-share/locale/nl/LC_MESSAGES/kcontrol.mo
-share/locale/nl/LC_MESSAGES/kdehelp.mo
-share/locale/nl/LC_MESSAGES/kdm.mo
-share/locale/nl/LC_MESSAGES/kdmconfig.mo
-share/locale/nl/LC_MESSAGES/kfind.mo
-share/locale/nl/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kfontmanager.mo
-share/locale/nl/LC_MESSAGES/kikbd.mo
-share/locale/nl/LC_MESSAGES/klock.mo
-share/locale/nl/LC_MESSAGES/kmenuedit.mo
-share/locale/nl/LC_MESSAGES/kpanel.mo
-share/locale/nl/LC_MESSAGES/krootwm.mo
-share/locale/nl/LC_MESSAGES/kvt.mo
-share/locale/nl/LC_MESSAGES/kwm.mo
-share/locale/no/LC_MESSAGES/kbgndwm.mo
-share/locale/no/LC_MESSAGES/kcmbell.mo
-share/locale/no/LC_MESSAGES/kcmdisplay.mo
-share/locale/no/LC_MESSAGES/kcminfo.mo
-share/locale/no/LC_MESSAGES/kcminput.mo
-share/locale/no/LC_MESSAGES/kcmkeys.mo
-share/locale/no/LC_MESSAGES/kcmkfm.mo
-share/locale/no/LC_MESSAGES/kcmkpanel.mo
-share/locale/no/LC_MESSAGES/kcmkwm.mo
-share/locale/no/LC_MESSAGES/kcmlocale.mo
-share/locale/no/LC_MESSAGES/kcmsamba.mo
-share/locale/no/LC_MESSAGES/kcmsample.mo
-share/locale/no/LC_MESSAGES/kcmsyssound.mo
-share/locale/no/LC_MESSAGES/kcontrol.mo
-share/locale/no/LC_MESSAGES/kdehelp.mo
-share/locale/no/LC_MESSAGES/kdm.mo
-share/locale/no/LC_MESSAGES/kdmconfig.mo
-share/locale/no/LC_MESSAGES/kfind.mo
-share/locale/no/LC_MESSAGES/kfm.mo
-share/locale/no/LC_MESSAGES/kfontmanager.mo
-share/locale/no/LC_MESSAGES/kikbd.mo
-share/locale/no/LC_MESSAGES/klock.mo
-share/locale/no/LC_MESSAGES/kmenuedit.mo
-share/locale/no/LC_MESSAGES/konsole.mo
-share/locale/no/LC_MESSAGES/kpager.mo
-share/locale/no/LC_MESSAGES/kpanel.mo
-share/locale/no/LC_MESSAGES/krootwm.mo
-share/locale/no/LC_MESSAGES/kstart.mo
-share/locale/no/LC_MESSAGES/kvt.mo
-share/locale/no/LC_MESSAGES/kwm.mo
-share/locale/pl/LC_MESSAGES/kbgndwm.mo
-share/locale/pl/LC_MESSAGES/kcmbell.mo
-share/locale/pl/LC_MESSAGES/kcmdisplay.mo
-share/locale/pl/LC_MESSAGES/kcminfo.mo
-share/locale/pl/LC_MESSAGES/kcminput.mo
-share/locale/pl/LC_MESSAGES/kcmkeys.mo
-share/locale/pl/LC_MESSAGES/kcmkfm.mo
-share/locale/pl/LC_MESSAGES/kcmkpanel.mo
-share/locale/pl/LC_MESSAGES/kcmkwm.mo
-share/locale/pl/LC_MESSAGES/kcmlocale.mo
-share/locale/pl/LC_MESSAGES/kcmsamba.mo
-share/locale/pl/LC_MESSAGES/kcmsample.mo
-share/locale/pl/LC_MESSAGES/kcmsyssound.mo
-share/locale/pl/LC_MESSAGES/kcontrol.mo
-share/locale/pl/LC_MESSAGES/kdehelp.mo
-share/locale/pl/LC_MESSAGES/kdm.mo
-share/locale/pl/LC_MESSAGES/kdmconfig.mo
-share/locale/pl/LC_MESSAGES/kfind.mo
-share/locale/pl/LC_MESSAGES/kfm.mo
-share/locale/pl/LC_MESSAGES/kfontmanager.mo
-share/locale/pl/LC_MESSAGES/kikbd.mo
-share/locale/pl/LC_MESSAGES/klock.mo
-share/locale/pl/LC_MESSAGES/kmenuedit.mo
-share/locale/pl/LC_MESSAGES/konsole.mo
-share/locale/pl/LC_MESSAGES/kpager.mo
-share/locale/pl/LC_MESSAGES/kpanel.mo
-share/locale/pl/LC_MESSAGES/krootwm.mo
-share/locale/pl/LC_MESSAGES/kstart.mo
-share/locale/pl/LC_MESSAGES/kthememgr.mo
-share/locale/pl/LC_MESSAGES/kvt.mo
-share/locale/pl/LC_MESSAGES/kwm.mo
-share/locale/pt/LC_MESSAGES/kcmbell.mo
-share/locale/pt/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt/LC_MESSAGES/kcminfo.mo
-share/locale/pt/LC_MESSAGES/kcminput.mo
-share/locale/pt/LC_MESSAGES/kcmkeys.mo
-share/locale/pt/LC_MESSAGES/kcmkfm.mo
-share/locale/pt/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt/LC_MESSAGES/kcmkwm.mo
-share/locale/pt/LC_MESSAGES/kcmlocale.mo
-share/locale/pt/LC_MESSAGES/kcmsamba.mo
-share/locale/pt/LC_MESSAGES/kcmsample.mo
-share/locale/pt/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt/LC_MESSAGES/kcontrol.mo
-share/locale/pt/LC_MESSAGES/kdehelp.mo
-share/locale/pt/LC_MESSAGES/kdm.mo
-share/locale/pt/LC_MESSAGES/kdmconfig.mo
-share/locale/pt/LC_MESSAGES/kfind.mo
-share/locale/pt/LC_MESSAGES/kfm.mo
-share/locale/pt/LC_MESSAGES/kfontmanager.mo
-share/locale/pt/LC_MESSAGES/kikbd.mo
-share/locale/pt/LC_MESSAGES/klock.mo
-share/locale/pt/LC_MESSAGES/kmenuedit.mo
-share/locale/pt/LC_MESSAGES/kpanel.mo
-share/locale/pt/LC_MESSAGES/krootwm.mo
-share/locale/pt/LC_MESSAGES/kstart.mo
-share/locale/pt/LC_MESSAGES/kvt.mo
-share/locale/pt/LC_MESSAGES/kwm.mo
-share/locale/pt_BR/LC_MESSAGES/kbgndwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmbell.mo
-share/locale/pt_BR/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt_BR/LC_MESSAGES/kcminfo.mo
-share/locale/pt_BR/LC_MESSAGES/kcminput.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkeys.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkfm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmlocale.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsamba.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsample.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt_BR/LC_MESSAGES/kcontrol.mo
-share/locale/pt_BR/LC_MESSAGES/kdehelp.mo
-share/locale/pt_BR/LC_MESSAGES/kdm.mo
-share/locale/pt_BR/LC_MESSAGES/kdmconfig.mo
-share/locale/pt_BR/LC_MESSAGES/kfind.mo
-share/locale/pt_BR/LC_MESSAGES/kfm.mo
-share/locale/pt_BR/LC_MESSAGES/kfontmanager.mo
-share/locale/pt_BR/LC_MESSAGES/kikbd.mo
-share/locale/pt_BR/LC_MESSAGES/klock.mo
-share/locale/pt_BR/LC_MESSAGES/kmenuedit.mo
-share/locale/pt_BR/LC_MESSAGES/konsole.mo
-share/locale/pt_BR/LC_MESSAGES/kpager.mo
-share/locale/pt_BR/LC_MESSAGES/kpanel.mo
-share/locale/pt_BR/LC_MESSAGES/krootwm.mo
-share/locale/pt_BR/LC_MESSAGES/kstart.mo
-share/locale/pt_BR/LC_MESSAGES/kvt.mo
-share/locale/pt_BR/LC_MESSAGES/kwm.mo
-share/locale/ro/LC_MESSAGES/kbgndwm.mo
-share/locale/ro/LC_MESSAGES/kcmbell.mo
-share/locale/ro/LC_MESSAGES/kcmdisplay.mo
-share/locale/ro/LC_MESSAGES/kcminfo.mo
-share/locale/ro/LC_MESSAGES/kcminput.mo
-share/locale/ro/LC_MESSAGES/kcmkpanel.mo
-share/locale/ro/LC_MESSAGES/kcmkwm.mo
-share/locale/ro/LC_MESSAGES/kcmlocale.mo
-share/locale/ro/LC_MESSAGES/kcmsamba.mo
-share/locale/ro/LC_MESSAGES/kcmsample.mo
-share/locale/ro/LC_MESSAGES/kcmsyssound.mo
-share/locale/ro/LC_MESSAGES/kcontrol.mo
-share/locale/ro/LC_MESSAGES/kdehelp.mo
-share/locale/ro/LC_MESSAGES/kdm.mo
-share/locale/ro/LC_MESSAGES/kdmconfig.mo
-share/locale/ro/LC_MESSAGES/kfind.mo
-share/locale/ro/LC_MESSAGES/kfm.mo
-share/locale/ro/LC_MESSAGES/kfontmanager.mo
-share/locale/ro/LC_MESSAGES/klock.mo
-share/locale/ro/LC_MESSAGES/kmenuedit.mo
-share/locale/ro/LC_MESSAGES/kpanel.mo
-share/locale/ro/LC_MESSAGES/krootwm.mo
-share/locale/ro/LC_MESSAGES/kvt.mo
-share/locale/ro/LC_MESSAGES/kwm.mo
-share/locale/ru/LC_MESSAGES/kbgndwm.mo
-share/locale/ru/LC_MESSAGES/kcmbell.mo
-share/locale/ru/LC_MESSAGES/kcmdisplay.mo
-share/locale/ru/LC_MESSAGES/kcminfo.mo
-share/locale/ru/LC_MESSAGES/kcminput.mo
-share/locale/ru/LC_MESSAGES/kcmkeys.mo
-share/locale/ru/LC_MESSAGES/kcmkfm.mo
-share/locale/ru/LC_MESSAGES/kcmkpanel.mo
-share/locale/ru/LC_MESSAGES/kcmkwm.mo
-share/locale/ru/LC_MESSAGES/kcmlocale.mo
-share/locale/ru/LC_MESSAGES/kcmsamba.mo
-share/locale/ru/LC_MESSAGES/kcmsample.mo
-share/locale/ru/LC_MESSAGES/kcmsyssound.mo
-share/locale/ru/LC_MESSAGES/kcontrol.mo
-share/locale/ru/LC_MESSAGES/kdehelp.mo
-share/locale/ru/LC_MESSAGES/kdm.mo
-share/locale/ru/LC_MESSAGES/kdmconfig.mo
-share/locale/ru/LC_MESSAGES/kfind.mo
-share/locale/ru/LC_MESSAGES/kfm.mo
-share/locale/ru/LC_MESSAGES/kfontmanager.mo
-share/locale/ru/LC_MESSAGES/kikbd.mo
-share/locale/ru/LC_MESSAGES/klock.mo
-share/locale/ru/LC_MESSAGES/kmenuedit.mo
-share/locale/ru/LC_MESSAGES/konsole.mo
-share/locale/ru/LC_MESSAGES/kpager.mo
-share/locale/ru/LC_MESSAGES/kpanel.mo
-share/locale/ru/LC_MESSAGES/krootwm.mo
-share/locale/ru/LC_MESSAGES/kstart.mo
-share/locale/ru/LC_MESSAGES/kvt.mo
-share/locale/ru/LC_MESSAGES/kwm.mo
-share/locale/sk/LC_MESSAGES/kbgndwm.mo
-share/locale/sk/LC_MESSAGES/kcmbell.mo
-share/locale/sk/LC_MESSAGES/kcmdisplay.mo
-share/locale/sk/LC_MESSAGES/kcminfo.mo
-share/locale/sk/LC_MESSAGES/kcminput.mo
-share/locale/sk/LC_MESSAGES/kcmkeys.mo
-share/locale/sk/LC_MESSAGES/kcmkfm.mo
-share/locale/sk/LC_MESSAGES/kcmkpanel.mo
-share/locale/sk/LC_MESSAGES/kcmkwm.mo
-share/locale/sk/LC_MESSAGES/kcmlocale.mo
-share/locale/sk/LC_MESSAGES/kcmsamba.mo
-share/locale/sk/LC_MESSAGES/kcmsample.mo
-share/locale/sk/LC_MESSAGES/kcmsyssound.mo
-share/locale/sk/LC_MESSAGES/kcontrol.mo
-share/locale/sk/LC_MESSAGES/kdehelp.mo
-share/locale/sk/LC_MESSAGES/kdm.mo
-share/locale/sk/LC_MESSAGES/kdmconfig.mo
-share/locale/sk/LC_MESSAGES/kfind.mo
-share/locale/sk/LC_MESSAGES/kfm.mo
-share/locale/sk/LC_MESSAGES/kfontmanager.mo
-share/locale/sk/LC_MESSAGES/kikbd.mo
-share/locale/sk/LC_MESSAGES/klock.mo
-share/locale/sk/LC_MESSAGES/kmenuedit.mo
-share/locale/sk/LC_MESSAGES/konsole.mo
-share/locale/sk/LC_MESSAGES/kpager.mo
-share/locale/sk/LC_MESSAGES/kpanel.mo
-share/locale/sk/LC_MESSAGES/krootwm.mo
-share/locale/sk/LC_MESSAGES/kstart.mo
-share/locale/sk/LC_MESSAGES/kvt.mo
-share/locale/sk/LC_MESSAGES/kwm.mo
-share/locale/sl/LC_MESSAGES/kbgndwm.mo
-share/locale/sl/LC_MESSAGES/kcmbell.mo
-share/locale/sl/LC_MESSAGES/kcmdisplay.mo
-share/locale/sl/LC_MESSAGES/kcminfo.mo
-share/locale/sl/LC_MESSAGES/kcminput.mo
-share/locale/sl/LC_MESSAGES/kcmkeys.mo
-share/locale/sl/LC_MESSAGES/kcmkfm.mo
-share/locale/sl/LC_MESSAGES/kcmkpanel.mo
-share/locale/sl/LC_MESSAGES/kcmkwm.mo
-share/locale/sl/LC_MESSAGES/kcmlocale.mo
-share/locale/sl/LC_MESSAGES/kcmsamba.mo
-share/locale/sl/LC_MESSAGES/kcmsample.mo
-share/locale/sl/LC_MESSAGES/kcmsyssound.mo
-share/locale/sl/LC_MESSAGES/kcontrol.mo
-share/locale/sl/LC_MESSAGES/kdehelp.mo
-share/locale/sl/LC_MESSAGES/kdm.mo
-share/locale/sl/LC_MESSAGES/kdmconfig.mo
-share/locale/sl/LC_MESSAGES/kfind.mo
-share/locale/sl/LC_MESSAGES/kfm.mo
-share/locale/sl/LC_MESSAGES/kfontmanager.mo
-share/locale/sl/LC_MESSAGES/kikbd.mo
-share/locale/sl/LC_MESSAGES/klock.mo
-share/locale/sl/LC_MESSAGES/kmenuedit.mo
-share/locale/sl/LC_MESSAGES/konsole.mo
-share/locale/sl/LC_MESSAGES/kpager.mo
-share/locale/sl/LC_MESSAGES/kpanel.mo
-share/locale/sl/LC_MESSAGES/krootwm.mo
-share/locale/sl/LC_MESSAGES/kstart.mo
-share/locale/sl/LC_MESSAGES/kthememgr.mo
-share/locale/sl/LC_MESSAGES/kvt.mo
-share/locale/sl/LC_MESSAGES/kwm.mo
-share/locale/sv/LC_MESSAGES/kbgndwm.mo
-share/locale/sv/LC_MESSAGES/kcmbell.mo
-share/locale/sv/LC_MESSAGES/kcmdisplay.mo
-share/locale/sv/LC_MESSAGES/kcminfo.mo
-share/locale/sv/LC_MESSAGES/kcminput.mo
-share/locale/sv/LC_MESSAGES/kcmkeys.mo
-share/locale/sv/LC_MESSAGES/kcmkfm.mo
-share/locale/sv/LC_MESSAGES/kcmkpanel.mo
-share/locale/sv/LC_MESSAGES/kcmkwm.mo
-share/locale/sv/LC_MESSAGES/kcmlocale.mo
-share/locale/sv/LC_MESSAGES/kcmsamba.mo
-share/locale/sv/LC_MESSAGES/kcmsample.mo
-share/locale/sv/LC_MESSAGES/kcmsyssound.mo
-share/locale/sv/LC_MESSAGES/kcontrol.mo
-share/locale/sv/LC_MESSAGES/kdehelp.mo
-share/locale/sv/LC_MESSAGES/kdm.mo
-share/locale/sv/LC_MESSAGES/kdmconfig.mo
-share/locale/sv/LC_MESSAGES/kfind.mo
-share/locale/sv/LC_MESSAGES/kfm.mo
-share/locale/sv/LC_MESSAGES/kfontmanager.mo
-share/locale/sv/LC_MESSAGES/kikbd.mo
-share/locale/sv/LC_MESSAGES/klock.mo
-share/locale/sv/LC_MESSAGES/kmenuedit.mo
-share/locale/sv/LC_MESSAGES/konsole.mo
-share/locale/sv/LC_MESSAGES/kpager.mo
-share/locale/sv/LC_MESSAGES/kpanel.mo
-share/locale/sv/LC_MESSAGES/krootwm.mo
-share/locale/sv/LC_MESSAGES/kstart.mo
-share/locale/sv/LC_MESSAGES/kvt.mo
-share/locale/sv/LC_MESSAGES/kwm.mo
-share/locale/tr/LC_MESSAGES/kcmbell.mo
-share/locale/tr/LC_MESSAGES/kcmdisplay.mo
-share/locale/tr/LC_MESSAGES/kcminfo.mo
-share/locale/tr/LC_MESSAGES/kcminput.mo
-share/locale/tr/LC_MESSAGES/kcmkpanel.mo
-share/locale/tr/LC_MESSAGES/kcmkwm.mo
-share/locale/tr/LC_MESSAGES/kcmlocale.mo
-share/locale/tr/LC_MESSAGES/kcmsamba.mo
-share/locale/tr/LC_MESSAGES/kcmsample.mo
-share/locale/tr/LC_MESSAGES/kcmsyssound.mo
-share/locale/tr/LC_MESSAGES/kcontrol.mo
-share/locale/tr/LC_MESSAGES/kdehelp.mo
-share/locale/tr/LC_MESSAGES/kdm.mo
-share/locale/tr/LC_MESSAGES/kdmconfig.mo
-share/locale/tr/LC_MESSAGES/kfind.mo
-share/locale/tr/LC_MESSAGES/kfm.mo
-share/locale/tr/LC_MESSAGES/kfontmanager.mo
-share/locale/tr/LC_MESSAGES/klock.mo
-share/locale/tr/LC_MESSAGES/kmenuedit.mo
-share/locale/tr/LC_MESSAGES/kpanel.mo
-share/locale/tr/LC_MESSAGES/krootwm.mo
-share/locale/tr/LC_MESSAGES/kstart.mo
-share/locale/tr/LC_MESSAGES/kvt.mo
-share/locale/tr/LC_MESSAGES/kwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kbgndwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmbell.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminfo.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminput.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkeys.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsample.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcontrol.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdehelp.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfind.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kikbd.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/klock.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/konsole.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/krootwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kstart.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kvt.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmbell.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminfo.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminput.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsample.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcontrol.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdehelp.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfind.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/klock.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/krootwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kvt.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kwm.mo
-share/mimelnk/application/gzip.kdelnk
-share/mimelnk/application/octet-stream.kdelnk
-share/mimelnk/application/pdf.kdelnk
-share/mimelnk/application/postscript.kdelnk
-share/mimelnk/application/x-ar.kdelnk
-share/mimelnk/application/x-core.kdelnk
-share/mimelnk/application/x-dvi.kdelnk
-share/mimelnk/application/x-executable.kdelnk
-share/mimelnk/application/x-font.kdelnk
-share/mimelnk/application/x-java.kdelnk
-share/mimelnk/application/x-kdelnk.kdelnk
-share/mimelnk/application/x-lha.kdelnk
-share/mimelnk/application/x-object.kdelnk
-share/mimelnk/application/x-shellscript.kdelnk
-share/mimelnk/application/x-tar.kdelnk
-share/mimelnk/application/x-tbz.kdelnk
-share/mimelnk/application/x-tex-gf.kdelnk
-share/mimelnk/application/x-tex-pk.kdelnk
-share/mimelnk/application/x-trash.kdelnk
-share/mimelnk/application/x-zip.kdelnk
-share/mimelnk/audio/x-midi.kdelnk
-share/mimelnk/audio/x-mod.kdelnk
-share/mimelnk/audio/x-mp3.kdelnk
-share/mimelnk/audio/x-wav.kdelnk
-share/mimelnk/image/cgm.kdelnk
-share/mimelnk/image/fax-g3.kdelnk
-share/mimelnk/image/gif.kdelnk
-share/mimelnk/image/jpeg.kdelnk
-share/mimelnk/image/png.kdelnk
-share/mimelnk/image/tiff.kdelnk
-share/mimelnk/image/x-xbm.kdelnk
-share/mimelnk/image/x-xpm.kdelnk
-share/mimelnk/inode/block.kdelnk
-share/mimelnk/inode/chardevice.kdelnk
-share/mimelnk/inode/directory-locked.kdelnk
-share/mimelnk/inode/directory.kdelnk
-share/mimelnk/inode/fifo.kdelnk
-share/mimelnk/inode/socket.kdelnk
-share/mimelnk/magic
-share/mimelnk/text/english.kdelnk
-share/mimelnk/text/html.kdelnk
-share/mimelnk/text/plain.kdelnk
-share/mimelnk/text/rtf.kdelnk
-share/mimelnk/text/sgml.kdelnk
-share/mimelnk/text/x-c++.kdelnk
-share/mimelnk/text/x-c++hdr.kdelnk
-share/mimelnk/text/x-c++src.kdelnk
-share/mimelnk/text/x-c.kdelnk
-share/mimelnk/text/x-chdr.kdelnk
-share/mimelnk/text/x-csrc.kdelnk
-share/mimelnk/text/x-java.kdelnk
-share/mimelnk/text/x-makefile.kdelnk
-share/mimelnk/text/x-moc.kdelnk
-share/mimelnk/text/x-pascal.kdelnk
-share/mimelnk/text/x-tcl.kdelnk
-share/mimelnk/text/x-tex.kdelnk
-share/mimelnk/video/mpeg.kdelnk
-share/mimelnk/video/quicktime.kdelnk
-share/mimelnk/video/x-flic.kdelnk
-share/mimelnk/video/x-msvideo.kdelnk
-share/sounds/KDE_Close_Window.wav
-share/sounds/KDE_Logout.wav
-share/sounds/KDE_Startup.wav
-share/sounds/KDE_Window_DeIconify.wav
-share/sounds/KDE_Window_Iconify.wav
-share/sounds/KDE_Window_Maximize.wav
-share/sounds/KDE_Window_Shade_Down.wav
-share/sounds/KDE_Window_Shade_Up.wav
-share/sounds/KDE_Window_Sticky.wav
-share/sounds/KDE_Window_UnMaximize.wav
-share/sounds/KDE_Window_UnSticky.wav
-share/wallpapers/abnormal_fluid.jpg
-share/wallpapers/absolute_zero.jpg
-share/wallpapers/abstract_clay.jpg
-share/wallpapers/alien_riverbed.jpg
-share/wallpapers/ancient_glyphs.jpg
-share/wallpapers/aqua_ravines.jpg
-share/wallpapers/banana_squishie.jpg
-share/wallpapers/berries.jpg
-share/wallpapers/blkmarble.jpg
-share/wallpapers/bluegrnt.jpg
-share/wallpapers/boiling_centrifuge.jpg
-share/wallpapers/bowtie.jpg
-share/wallpapers/brass_trails.jpg
-share/wallpapers/brass_wiring.jpg
-share/wallpapers/bronze_tornado.jpg
-share/wallpapers/bubble_vortex.jpg
-share/wallpapers/burning_fire.jpg
-share/wallpapers/cellular_tetsuo.jpg
-share/wallpapers/chalk_marks.jpg
-share/wallpapers/chess.jpg
-share/wallpapers/chunky_spinach.jpg
-share/wallpapers/circuit.jpg
-share/wallpapers/clay_caverns.jpg
-share/wallpapers/cloth_bubbles.jpg
-share/wallpapers/cocoon_skin.jpg
-share/wallpapers/coloured_hearts.jpg
-share/wallpapers/copper_blur.jpg
-share/wallpapers/copper_liquid.jpg
-share/wallpapers/corroded_rock.jpg
-share/wallpapers/cosmic_gears.jpg
-share/wallpapers/cosmic_lillypads.jpg
-share/wallpapers/cracking_blueberry.jpg
-share/wallpapers/crayon_canyon.jpg
-share/wallpapers/cruising_color.jpg
-share/wallpapers/cubic1.jpg
-share/wallpapers/cubic2.jpg
-share/wallpapers/dancy_pants.jpg
-share/wallpapers/digital_waves.jpg
-share/wallpapers/distorted_anomaly.jpg
-share/wallpapers/engraved_gold.jpg
-share/wallpapers/eroding_sandstone.jpg
-share/wallpapers/expired_cornflakes.jpg
-share/wallpapers/face.jpg
-share/wallpapers/fisheye_lens.jpg
-share/wallpapers/foam_strands.jpg
-share/wallpapers/foggy1.jpg
-share/wallpapers/foggy2.jpg
-share/wallpapers/folded_space.jpg
-share/wallpapers/fractal_nebula.jpg
-share/wallpapers/freon_mist.jpg
-share/wallpapers/fudge_chunks.jpg
-share/wallpapers/fusion_fire.jpg
-share/wallpapers/future_farms.jpg
-share/wallpapers/gator_hide.jpg
-share/wallpapers/gelatin_chemical.jpg
-share/wallpapers/goldring_globe.jpg
-share/wallpapers/grablkwt.jpg
-share/wallpapers/gray2.jpg
-share/wallpapers/greek.jpg
-share/wallpapers/gremlin_buds.jpg
-share/wallpapers/ground_zero.jpg
-share/wallpapers/heat_ripple.jpg
-share/wallpapers/iceberg_tips.jpg
-share/wallpapers/indigo_paint.jpg
-share/wallpapers/infared_fossil.jpg
-share/wallpapers/infinity_cube.jpg
-share/wallpapers/inner_quasar.jpg
-share/wallpapers/isotope_threads.jpg
-share/wallpapers/jello_elbows.jpg
+share/doc/HTML/en/kwm/introduction.html
+share/doc/HTML/en/kwm/is-it-possible-to-add-kde-extensions-to-othe.html
+share/doc/HTML/en/kwm/minicli.html
+share/doc/HTML/en/kwm/mouse-control.html
+share/doc/HTML/en/kwm/shortcuts.html
+share/doc/HTML/en/kwm/soundevents.html
+share/doc/HTML/en/kwm/usingemphasiskwmemphasis.html
+share/doc/HTML/en/kwm/why-can-t-i-define-new-shortcuts-for-launchi.html
+share/doc/HTML/en/kwm/why-does-kwm-look-so-much-like-windows-95.html
+share/fonts/9x15.pcf.gz
+share/fonts/console8x16.pcf.gz
+share/fonts/console8x8.pcf.gz
+share/fonts/fonts.dir
+share/icons/hicolor/32x32/apps/bell.png
+share/icons/hicolor/32x32/apps/buttons.png
+share/icons/hicolor/32x32/apps/clock.png
+share/icons/hicolor/32x32/apps/colors.png
+share/icons/hicolor/32x32/apps/energy.png
+share/icons/hicolor/32x32/apps/fonts.png
+share/icons/hicolor/32x32/apps/go.png
+share/icons/hicolor/32x32/apps/icons.png
+share/icons/hicolor/32x32/apps/information.png
+share/icons/hicolor/32x32/apps/kcmdevices.png
+share/icons/hicolor/32x32/apps/kcmkwm.png
+share/icons/hicolor/32x32/apps/kcmmemory.png
+share/icons/hicolor/32x32/apps/kcmpartitions.png
+share/icons/hicolor/32x32/apps/kcmpci.png
+share/icons/hicolor/32x32/apps/kcmprocessor.png
+share/icons/hicolor/32x32/apps/kcmscsi.png
+share/icons/hicolor/32x32/apps/kcmsound.png
+share/icons/hicolor/32x32/apps/kcmsyssound.png
+share/icons/hicolor/32x32/apps/kcmx.png
+share/icons/hicolor/32x32/apps/kcontrol.png
+share/icons/hicolor/32x32/apps/kdisknav.png
+share/icons/hicolor/32x32/apps/kdmconfig.png
+share/icons/hicolor/32x32/apps/kfm_home.png
+share/icons/hicolor/32x32/apps/khelpcenter.png
+share/icons/hicolor/32x32/apps/knotify.png
+share/icons/hicolor/32x32/apps/konqueror.png
+share/icons/hicolor/32x32/apps/konsole.png
+share/icons/hicolor/32x32/apps/kthememgr.png
+share/icons/hicolor/32x32/apps/kwin.png
+share/icons/hicolor/32x32/apps/locale.png
+share/icons/hicolor/32x32/apps/mouse.png
+share/icons/hicolor/32x32/apps/package.png
+share/icons/hicolor/32x32/apps/package_applications.png
+share/icons/hicolor/32x32/apps/package_editors.png
+share/icons/hicolor/32x32/apps/package_favourite.png
+share/icons/hicolor/32x32/apps/package_games.png
+share/icons/hicolor/32x32/apps/package_graphics.png
+share/icons/hicolor/32x32/apps/package_multimedia.png
+share/icons/hicolor/32x32/apps/package_network.png
+share/icons/hicolor/32x32/apps/package_settings.png
+share/icons/hicolor/32x32/apps/package_system.png
+share/icons/hicolor/32x32/apps/package_utilities.png
+share/icons/hicolor/32x32/apps/password.png
+share/icons/hicolor/32x32/apps/screensaver.png
+share/icons/hicolor/32x32/apps/style.png
+share/icons/hicolor/32x32/apps/terminal.png
+share/icons/hicolor/32x32/apps/titlebar.png
+share/icons/hicolor/32x32/apps/window_list.png
+share/icons/hicolor/32x32/apps/winprops.png
+share/icons/hicolor/32x32/devices/3floppy_mount.png
+share/icons/hicolor/32x32/devices/3floppy_unmount.png
+share/icons/hicolor/32x32/devices/5floppy_mount.png
+share/icons/hicolor/32x32/devices/5floppy_unmount.png
+share/icons/hicolor/32x32/devices/cdrom_mount.png
+share/icons/hicolor/32x32/devices/cdrom_unmount.png
+share/icons/hicolor/32x32/devices/cdwriter_mount.png
+share/icons/hicolor/32x32/devices/cdwriter_unmount.png
+share/icons/hicolor/32x32/devices/hdd_mount.png
+share/icons/hicolor/32x32/devices/hdd_unmount.png
+share/icons/hicolor/32x32/devices/memory.png
+share/icons/hicolor/32x32/devices/mo_mount.png
+share/icons/hicolor/32x32/devices/mo_unmount.png
+share/icons/hicolor/32x32/devices/printer1.png
+share/icons/hicolor/32x32/devices/printer2.png
+share/icons/hicolor/32x32/devices/scanner.png
+share/icons/hicolor/32x32/devices/tablet.png
+share/icons/hicolor/32x32/devices/zip_mount.png
+share/icons/hicolor/32x32/devices/zip_unmount.png
+share/icons/hicolor/48x48/apps/background.png
+share/icons/hicolor/48x48/apps/bell.png
+share/icons/hicolor/48x48/apps/buttons.png
+share/icons/hicolor/48x48/apps/clock.png
+share/icons/hicolor/48x48/apps/colors.png
+share/icons/hicolor/48x48/apps/fonts.png
+share/icons/hicolor/48x48/apps/go.png
+share/icons/hicolor/48x48/apps/gvim.png
+share/icons/hicolor/48x48/apps/icons.png
+share/icons/hicolor/48x48/apps/kcmdevices.png
+share/icons/hicolor/48x48/apps/kcmkwm.png
+share/icons/hicolor/48x48/apps/kcmmemory.png
+share/icons/hicolor/48x48/apps/kcmpartitions.png
+share/icons/hicolor/48x48/apps/kcmpci.png
+share/icons/hicolor/48x48/apps/kcmprocessor.png
+share/icons/hicolor/48x48/apps/kcmscsi.png
+share/icons/hicolor/48x48/apps/kcmsyssound.png
+share/icons/hicolor/48x48/apps/kcontrol.png
+share/icons/hicolor/48x48/apps/kdehelp.png
+share/icons/hicolor/48x48/apps/kdisknav.png
+share/icons/hicolor/48x48/apps/kdmconfig.png
+share/icons/hicolor/48x48/apps/keyboard.png
+share/icons/hicolor/48x48/apps/kfm_home.png
+share/icons/hicolor/48x48/apps/khelpcenter.png
+share/icons/hicolor/48x48/apps/kmenuedit.png
+share/icons/hicolor/48x48/apps/knotify.png
+share/icons/hicolor/48x48/apps/konqueror.png
+share/icons/hicolor/48x48/apps/konsole.png
+share/icons/hicolor/48x48/apps/kthememgr.png
+share/icons/hicolor/48x48/apps/kwin.png
+share/icons/hicolor/48x48/apps/locale.png
+share/icons/hicolor/48x48/apps/mouse.png
+share/icons/hicolor/48x48/apps/package.png
+share/icons/hicolor/48x48/apps/package_applications.png
+share/icons/hicolor/48x48/apps/package_editors.png
+share/icons/hicolor/48x48/apps/package_favourite.png
+share/icons/hicolor/48x48/apps/package_games.png
+share/icons/hicolor/48x48/apps/package_graphics.png
+share/icons/hicolor/48x48/apps/package_multimedia.png
+share/icons/hicolor/48x48/apps/package_network.png
+share/icons/hicolor/48x48/apps/package_settings.png
+share/icons/hicolor/48x48/apps/package_system.png
+share/icons/hicolor/48x48/apps/package_utilities.png
+share/icons/hicolor/48x48/apps/password.png
+share/icons/hicolor/48x48/apps/screensaver.png
+share/icons/hicolor/48x48/apps/style.png
+share/icons/hicolor/48x48/apps/terminal.png
+share/icons/hicolor/48x48/apps/titlebar.png
+share/icons/hicolor/48x48/apps/window_list.png
+share/icons/hicolor/48x48/apps/winprops.png
+share/icons/hicolor/48x48/devices/3floppy_mount.png
+share/icons/hicolor/48x48/devices/3floppy_unmount.png
+share/icons/hicolor/48x48/devices/5floppy_mount.png
+share/icons/hicolor/48x48/devices/5floppy_unmount.png
+share/icons/hicolor/48x48/devices/cdrom_mount.png
+share/icons/hicolor/48x48/devices/cdrom_unmount.png
+share/icons/hicolor/48x48/devices/cdwriter_mount.png
+share/icons/hicolor/48x48/devices/cdwriter_unmount.png
+share/icons/hicolor/48x48/devices/hdd_mount.png
+share/icons/hicolor/48x48/devices/hdd_unmount.png
+share/icons/hicolor/48x48/devices/memory.png
+share/icons/hicolor/48x48/devices/mo_mount.png
+share/icons/hicolor/48x48/devices/mo_unmount.png
+share/icons/hicolor/48x48/devices/printer1.png
+share/icons/hicolor/48x48/devices/printer2.png
+share/icons/hicolor/48x48/devices/scanner.png
+share/icons/hicolor/48x48/devices/tablet.png
+share/icons/hicolor/48x48/devices/zip_mount.png
+share/icons/hicolor/48x48/devices/zip_unmount.png
+share/icons/locolor/16x16/apps/acroread.png
+share/icons/locolor/16x16/apps/application_settings.png
+share/icons/locolor/16x16/apps/applixware.png
+share/icons/locolor/16x16/apps/background.png
+share/icons/locolor/16x16/apps/bell.png
+share/icons/locolor/16x16/apps/buttons.png
+share/icons/locolor/16x16/apps/bx2.png
+share/icons/locolor/16x16/apps/clock.png
+share/icons/locolor/16x16/apps/colors.png
+share/icons/locolor/16x16/apps/desktop_settings.png
+share/icons/locolor/16x16/apps/dlgedit.png
+share/icons/locolor/16x16/apps/emacs.png
+share/icons/locolor/16x16/apps/email.png
+share/icons/locolor/16x16/apps/energy.png
+share/icons/locolor/16x16/apps/fonts.png
+share/icons/locolor/16x16/apps/general_settings.png
+share/icons/locolor/16x16/apps/gimp.png
+share/icons/locolor/16x16/apps/go.png
+share/icons/locolor/16x16/apps/gv.png
+share/icons/locolor/16x16/apps/gvim.png
+share/icons/locolor/16x16/apps/helpbook.png
+share/icons/locolor/16x16/apps/helpbook_open.png
+share/icons/locolor/16x16/apps/helpdoc.png
+share/icons/locolor/16x16/apps/icons.png
+share/icons/locolor/16x16/apps/information_settings.png
+share/icons/locolor/16x16/apps/input_devices_settings.png
+share/icons/locolor/16x16/apps/kcmdevices.png
+share/icons/locolor/16x16/apps/kcmkwm.png
+share/icons/locolor/16x16/apps/kcmmemory.png
+share/icons/locolor/16x16/apps/kcmpartitions.png
+share/icons/locolor/16x16/apps/kcmpci.png
+share/icons/locolor/16x16/apps/kcmprocessor.png
+share/icons/locolor/16x16/apps/kcmscsi.png
+share/icons/locolor/16x16/apps/kcmsound.png
+share/icons/locolor/16x16/apps/kcmsyssound.png
+share/icons/locolor/16x16/apps/kcmx.png
+share/icons/locolor/16x16/apps/kcontrol.png
+share/icons/locolor/16x16/apps/kdisknav.png
+share/icons/locolor/16x16/apps/kdmconfig.png
+share/icons/locolor/16x16/apps/keyboard.png
+share/icons/locolor/16x16/apps/kfm.png
+share/icons/locolor/16x16/apps/kfm_home.png
+share/icons/locolor/16x16/apps/khelpcenter.png
+share/icons/locolor/16x16/apps/knotify.png
+share/icons/locolor/16x16/apps/konqueror.png
+share/icons/locolor/16x16/apps/konsole.png
+share/icons/locolor/16x16/apps/kscreensaver.png
+share/icons/locolor/16x16/apps/kthememgr.png
+share/icons/locolor/16x16/apps/kwin.png
+share/icons/locolor/16x16/apps/locale.png
+share/icons/locolor/16x16/apps/lyx.png
+share/icons/locolor/16x16/apps/mathematica.png
+share/icons/locolor/16x16/apps/mouse.png
+share/icons/locolor/16x16/apps/nedit.png
+share/icons/locolor/16x16/apps/netscape.png
+share/icons/locolor/16x16/apps/network_settings.png
+share/icons/locolor/16x16/apps/package.png
+share/icons/locolor/16x16/apps/package_applications.png
+share/icons/locolor/16x16/apps/package_editors.png
+share/icons/locolor/16x16/apps/package_favourite.png
+share/icons/locolor/16x16/apps/package_games.png
+share/icons/locolor/16x16/apps/package_graphics.png
+share/icons/locolor/16x16/apps/package_multimedia.png
+share/icons/locolor/16x16/apps/package_network.png
+share/icons/locolor/16x16/apps/package_settings.png
+share/icons/locolor/16x16/apps/package_system.png
+share/icons/locolor/16x16/apps/package_utilities.png
+share/icons/locolor/16x16/apps/panel.png
+share/icons/locolor/16x16/apps/panel_settings.png
+share/icons/locolor/16x16/apps/pci.png
+share/icons/locolor/16x16/apps/penguin.png
+share/icons/locolor/16x16/apps/pinguin.png
+share/icons/locolor/16x16/apps/plan.png
+share/icons/locolor/16x16/apps/samba.png
+share/icons/locolor/16x16/apps/screensaver.png
+share/icons/locolor/16x16/apps/script.png
+share/icons/locolor/16x16/apps/smbstatus.png
+share/icons/locolor/16x16/apps/sound_settings.png
+share/icons/locolor/16x16/apps/style.png
+share/icons/locolor/16x16/apps/terminal.png
+share/icons/locolor/16x16/apps/titlebar.png
+share/icons/locolor/16x16/apps/wabi.png
+share/icons/locolor/16x16/apps/window_list.png
+share/icons/locolor/16x16/apps/windows.png
+share/icons/locolor/16x16/apps/winprops.png
+share/icons/locolor/16x16/apps/wp.png
+share/icons/locolor/16x16/apps/x.png
+share/icons/locolor/16x16/apps/xcalc.png
+share/icons/locolor/16x16/apps/xclipboard.png
+share/icons/locolor/16x16/apps/xclock.png
+share/icons/locolor/16x16/apps/xconsole.png
+share/icons/locolor/16x16/apps/xedit.png
+share/icons/locolor/16x16/apps/xemacs.png
+share/icons/locolor/16x16/apps/xeyes.png
+share/icons/locolor/16x16/apps/xfig.png
+share/icons/locolor/16x16/apps/xfmail.png
+share/icons/locolor/16x16/apps/xload.png
+share/icons/locolor/16x16/apps/xosview.png
+share/icons/locolor/16x16/apps/xpaint.png
+share/icons/locolor/16x16/apps/xscreensaver.png
+share/icons/locolor/16x16/apps/xslight.png
+share/icons/locolor/16x16/apps/xv.png
+share/icons/locolor/16x16/devices/3floppy_mount.png
+share/icons/locolor/16x16/devices/3floppy_unmount.png
+share/icons/locolor/16x16/devices/5floppy_mount.png
+share/icons/locolor/16x16/devices/5floppy_unmount.png
+share/icons/locolor/16x16/devices/cdrom_mount.png
+share/icons/locolor/16x16/devices/cdrom_unmount.png
+share/icons/locolor/16x16/devices/cdwriter_mount.png
+share/icons/locolor/16x16/devices/cdwriter_unmount.png
+share/icons/locolor/16x16/devices/hdd_mount.png
+share/icons/locolor/16x16/devices/hdd_unmount.png
+share/icons/locolor/16x16/devices/memory.png
+share/icons/locolor/16x16/devices/mo_mount.png
+share/icons/locolor/16x16/devices/mo_unmount.png
+share/icons/locolor/16x16/devices/printer1.png
+share/icons/locolor/16x16/devices/printer2.png
+share/icons/locolor/16x16/devices/scanner.png
+share/icons/locolor/16x16/devices/tablet.png
+share/icons/locolor/16x16/devices/zip_mount.png
+share/icons/locolor/16x16/devices/zip_unmount.png
+share/icons/locolor/32x32/apps/acroread.png
+share/icons/locolor/32x32/apps/application_settings.png
+share/icons/locolor/32x32/apps/applixware.png
+share/icons/locolor/32x32/apps/background.png
+share/icons/locolor/32x32/apps/bell.png
+share/icons/locolor/32x32/apps/buttons.png
+share/icons/locolor/32x32/apps/clock.png
+share/icons/locolor/32x32/apps/colors.png
+share/icons/locolor/32x32/apps/desktop_settings.png
+share/icons/locolor/32x32/apps/dlgedit.png
+share/icons/locolor/32x32/apps/edit.png
+share/icons/locolor/32x32/apps/emacs.png
+share/icons/locolor/32x32/apps/email.png
+share/icons/locolor/32x32/apps/energy.png
+share/icons/locolor/32x32/apps/error.png
+share/icons/locolor/32x32/apps/fonts.png
+share/icons/locolor/32x32/apps/general_settings.png
+share/icons/locolor/32x32/apps/gimp.png
+share/icons/locolor/32x32/apps/go.png
+share/icons/locolor/32x32/apps/gv.png
+share/icons/locolor/32x32/apps/gvim.png
+share/icons/locolor/32x32/apps/icons.png
+share/icons/locolor/32x32/apps/information.png
+share/icons/locolor/32x32/apps/information_settings.png
+share/icons/locolor/32x32/apps/input_devices_settings.png
+share/icons/locolor/32x32/apps/kcmdevices.png
+share/icons/locolor/32x32/apps/kcmkwm.png
+share/icons/locolor/32x32/apps/kcmmemory.png
+share/icons/locolor/32x32/apps/kcmpartitions.png
+share/icons/locolor/32x32/apps/kcmpci.png
+share/icons/locolor/32x32/apps/kcmprocessor.png
+share/icons/locolor/32x32/apps/kcmscsi.png
+share/icons/locolor/32x32/apps/kcmsound.png
+share/icons/locolor/32x32/apps/kcmsyssound.png
+share/icons/locolor/32x32/apps/kcmx.png
+share/icons/locolor/32x32/apps/kcontrol.png
+share/icons/locolor/32x32/apps/kdisknav.png
+share/icons/locolor/32x32/apps/kdmconfig.png
+share/icons/locolor/32x32/apps/keyboard.png
+share/icons/locolor/32x32/apps/kfm.png
+share/icons/locolor/32x32/apps/kfm_home.png
+share/icons/locolor/32x32/apps/khelpcenter.png
+share/icons/locolor/32x32/apps/knotify.png
+share/icons/locolor/32x32/apps/konqueror.png
+share/icons/locolor/32x32/apps/konsole.png
+share/icons/locolor/32x32/apps/kscreensaver.png
+share/icons/locolor/32x32/apps/kthememgr.png
+share/icons/locolor/32x32/apps/kwin.png
+share/icons/locolor/32x32/apps/locale.png
+share/icons/locolor/32x32/apps/logo.png
+share/icons/locolor/32x32/apps/lyx.png
+share/icons/locolor/32x32/apps/mathematica.png
+share/icons/locolor/32x32/apps/mouse.png
+share/icons/locolor/32x32/apps/nedit.png
+share/icons/locolor/32x32/apps/netscape.png
+share/icons/locolor/32x32/apps/network.png
+share/icons/locolor/32x32/apps/network_settings.png
+share/icons/locolor/32x32/apps/nogo.png
+share/icons/locolor/32x32/apps/package.png
+share/icons/locolor/32x32/apps/package_applications.png
+share/icons/locolor/32x32/apps/package_editors.png
+share/icons/locolor/32x32/apps/package_favourite.png
+share/icons/locolor/32x32/apps/package_games.png
+share/icons/locolor/32x32/apps/package_graphics.png
+share/icons/locolor/32x32/apps/package_multimedia.png
+share/icons/locolor/32x32/apps/package_network.png
+share/icons/locolor/32x32/apps/package_settings.png
+share/icons/locolor/32x32/apps/package_system.png
+share/icons/locolor/32x32/apps/package_utilities.png
+share/icons/locolor/32x32/apps/panel_settings.png
+share/icons/locolor/32x32/apps/password.png
+share/icons/locolor/32x32/apps/penguin.png
+share/icons/locolor/32x32/apps/pinguin.png
+share/icons/locolor/32x32/apps/plan.png
+share/icons/locolor/32x32/apps/samba.png
+share/icons/locolor/32x32/apps/screensaver.png
+share/icons/locolor/32x32/apps/script.png
+share/icons/locolor/32x32/apps/sound_settings.png
+share/icons/locolor/32x32/apps/style.png
+share/icons/locolor/32x32/apps/terminal.png
+share/icons/locolor/32x32/apps/titlebar.png
+share/icons/locolor/32x32/apps/wabi.png
+share/icons/locolor/32x32/apps/window_list.png
+share/icons/locolor/32x32/apps/winprops.png
+share/icons/locolor/32x32/apps/wp.png
+share/icons/locolor/32x32/apps/x.png
+share/icons/locolor/32x32/apps/xcalc.png
+share/icons/locolor/32x32/apps/xclipboard.png
+share/icons/locolor/32x32/apps/xclock.png
+share/icons/locolor/32x32/apps/xconsole.png
+share/icons/locolor/32x32/apps/xedit.png
+share/icons/locolor/32x32/apps/xemacs.png
+share/icons/locolor/32x32/apps/xeyes.png
+share/icons/locolor/32x32/apps/xfig.png
+share/icons/locolor/32x32/apps/xfmail.png
+share/icons/locolor/32x32/apps/xftp.png
+share/icons/locolor/32x32/apps/xload.png
+share/icons/locolor/32x32/apps/xmms.png
+share/icons/locolor/32x32/apps/xosview.png
+share/icons/locolor/32x32/apps/xpaint.png
+share/icons/locolor/32x32/apps/xscreensaver.png
+share/icons/locolor/32x32/apps/xv.png
+share/icons/locolor/32x32/devices/3floppy_mount.png
+share/icons/locolor/32x32/devices/3floppy_unmount.png
+share/icons/locolor/32x32/devices/5floppy_mount.png
+share/icons/locolor/32x32/devices/5floppy_unmount.png
+share/icons/locolor/32x32/devices/cdrom_mount.png
+share/icons/locolor/32x32/devices/cdrom_unmount.png
+share/icons/locolor/32x32/devices/cdwriter_mount.png
+share/icons/locolor/32x32/devices/cdwriter_unmount.png
+share/icons/locolor/32x32/devices/hdd_mount.png
+share/icons/locolor/32x32/devices/hdd_unmount.png
+share/icons/locolor/32x32/devices/memory.png
+share/icons/locolor/32x32/devices/mo_mount.png
+share/icons/locolor/32x32/devices/mo_unmount.png
+share/icons/locolor/32x32/devices/printer1.png
+share/icons/locolor/32x32/devices/printer2.png
+share/icons/locolor/32x32/devices/scanner.png
+share/icons/locolor/32x32/devices/tablet.png
+share/icons/locolor/32x32/devices/zip_mount.png
+share/icons/locolor/32x32/devices/zip_unmount.png
+share/locale/C/entry.desktop
+share/locale/C/flag.png
+share/locale/l10n/C/entry.desktop
+share/locale/l10n/C/flag.png
+share/locale/l10n/at/entry.desktop
+share/locale/l10n/at/flag.png
+share/locale/l10n/au/entry.desktop
+share/locale/l10n/au/flag.png
+share/locale/l10n/be/entry.desktop
+share/locale/l10n/be/flag.png
+share/locale/l10n/bg/entry.desktop
+share/locale/l10n/bg/flag.png
+share/locale/l10n/br/entry.desktop
+share/locale/l10n/br/flag.png
+share/locale/l10n/ch/entry.desktop
+share/locale/l10n/ch/flag.png
+share/locale/l10n/cs/entry.desktop
+share/locale/l10n/cs/flag.png
+share/locale/l10n/de/entry.desktop
+share/locale/l10n/de/flag.png
+share/locale/l10n/dk/entry.desktop
+share/locale/l10n/dk/flag.png
+share/locale/l10n/ee/entry.desktop
+share/locale/l10n/ee/flag.png
+share/locale/l10n/eo/entry.desktop
+share/locale/l10n/eo/flag.png
+share/locale/l10n/es/entry.desktop
+share/locale/l10n/es/flag.png
+share/locale/l10n/fi/entry.desktop
+share/locale/l10n/fi/flag.png
+share/locale/l10n/fr/entry.desktop
+share/locale/l10n/fr/flag.png
+share/locale/l10n/gb/entry.desktop
+share/locale/l10n/gb/flag.png
+share/locale/l10n/hu/entry.desktop
+share/locale/l10n/hu/flag.png
+share/locale/l10n/ie/entry.desktop
+share/locale/l10n/ie/flag.png
+share/locale/l10n/il/entry.desktop
+share/locale/l10n/il/flag.png
+share/locale/l10n/is/entry.desktop
+share/locale/l10n/is/flag.png
+share/locale/l10n/it/entry.desktop
+share/locale/l10n/it/flag.png
+share/locale/l10n/jp/entry.desktop
+share/locale/l10n/jp/flag.png
+share/locale/l10n/ko/entry.desktop
+share/locale/l10n/ko/flag.png
+share/locale/l10n/nl/README
+share/locale/l10n/nl/entry.desktop
+share/locale/l10n/nl/flag.png
+share/locale/l10n/no/entry.desktop
+share/locale/l10n/no/flag.png
+share/locale/l10n/nz/entry.desktop
+share/locale/l10n/nz/flag.png
+share/locale/l10n/pl/entry.desktop
+share/locale/l10n/pl/flag.png
+share/locale/l10n/pt/entry.desktop
+share/locale/l10n/pt/flag.png
+share/locale/l10n/ro/entry.desktop
+share/locale/l10n/ro/flag.png
+share/locale/l10n/ru/entry.desktop
+share/locale/l10n/ru/flag.png
+share/locale/l10n/se/entry.desktop
+share/locale/l10n/se/flag.png
+share/locale/l10n/si/entry.desktop
+share/locale/l10n/si/flag.png
+share/locale/l10n/sr/entry.desktop
+share/locale/l10n/sr/flag.png
+share/locale/l10n/tw/entry.desktop
+share/locale/l10n/tw/flag.png
+share/locale/l10n/us/entry.desktop
+share/locale/l10n/us/flag.png
+share/mimelnk/application/x-konsole.desktop
+share/services/khelpcenter.desktop
+share/services/konq_detailedlistview.desktop
+share/services/konq_dirtree.desktop
+share/services/konq_iconview.desktop
+share/services/konq_textview.desktop
+share/services/konq_treeview.desktop
+share/services/konqueror.desktop
+share/services/kshorturifilter.desktop
+share/services/kuriikwsfilter.desktop
+share/servicetypes/konq_plugin.desktop
+share/templates/.source/Device.desktop
+share/templates/.source/FtpURL.desktop
+share/templates/.source/HTMLFile.html
+share/templates/.source/Program.desktop
+share/templates/.source/TextFile.txt
+share/templates/.source/URL.desktop
+share/templates/.source/WWWURL.desktop
+share/templates/Directory.desktop
+share/templates/HTMLFile.desktop
+share/templates/TextFile.desktop
+share/templates/linkDevice.desktop
+share/templates/linkFtpURL.desktop
+share/templates/linkProgram.desktop
+share/templates/linkURL.desktop
+share/templates/linkWWWURL.desktop
+share/toolbar/brightness.png
+share/toolbar/colourness.png
+share/toolbar/contrast.png
+share/wallpapers/A-Little-Exercise-3.jpg
+share/wallpapers/All-Good-People-1.jpg
+share/wallpapers/Ancient_Glyphs.jpg
+share/wallpapers/Appropriately-Left-Handed-2.jpg
+share/wallpapers/Blkmarble.jpg
+share/wallpapers/Chicken-Songs-2.jpg
+share/wallpapers/Chunky_Spinach.jpg
+share/wallpapers/Circuit.jpg
+share/wallpapers/Dawn-Turns-To-Day-1.jpg
+share/wallpapers/Flock-Of-Seagulls-2.jpg
+share/wallpapers/Foggy1.jpg
+share/wallpapers/In-Vino-Veritas.jpg
+share/wallpapers/Just-A-Woman-1.jpg
+share/wallpapers/Light-Industry-1.jpg
+share/wallpapers/Lowdown-Popcorn-1.jpg
+share/wallpapers/Magneto_Bomb.jpg
+share/wallpapers/Marble01.jpg
+share/wallpapers/No-Ones-Laughing-3.jpg
+share/wallpapers/Paper01.jpg
+share/wallpapers/Penguin-Sushi-3.jpg
+share/wallpapers/Planning-And-Probing-1.jpg
+share/wallpapers/Prpbumps.jpg
+share/wallpapers/Sasquatch-Suction-1.jpg
+share/wallpapers/Schematic-Diagram-1.jpg
+share/wallpapers/Sleep-Deprivation-3.jpg
+share/wallpapers/Superfluous-Organ-1.jpg
+share/wallpapers/The-Alias-Line-4.jpg
+share/wallpapers/The-Good-Times-1.jpg
+share/wallpapers/There-You-Are-1.jpg
+share/wallpapers/Time-For-Lunch-2.jpg
+share/wallpapers/Totally-New-Product-1.jpg
+share/wallpapers/Unknown-Rheostat-1.jpg
+share/wallpapers/Water01.jpg
+share/wallpapers/Whirling_Spirit.jpg
+share/wallpapers/Won-Ton-Soup-3.jpg
share/wallpapers/kdm_bg.jpg
-share/wallpapers/liquid_helium.jpg
-share/wallpapers/lizard_scales.jpg
-share/wallpapers/lunar_jelly.jpg
-share/wallpapers/magnetic_field.jpg
-share/wallpapers/magneto_bomb.jpg
-share/wallpapers/marble01.jpg
-share/wallpapers/martian_silk.jpg
-share/wallpapers/melting_glass.jpg
-share/wallpapers/melting_honeycomb.jpg
-share/wallpapers/metal_beads.jpg
-share/wallpapers/million_minnows.jpg
-share/wallpapers/mustard_ketchup.jpg
-share/wallpapers/mutant_berries.jpg
-share/wallpapers/mystical_hourglass.jpg
-share/wallpapers/neon_flux.jpg
-share/wallpapers/nuclear_coral.jpg
-share/wallpapers/ocean01.jpg
-share/wallpapers/odd_atmosphere.jpg
-share/wallpapers/olive_wisps.jpg
-share/wallpapers/owl_elder.jpg
-share/wallpapers/paper01.jpg
-share/wallpapers/paper_umbrella.jpg
-share/wallpapers/parrots.jpg
-share/wallpapers/pebble_town.jpg
-share/wallpapers/pinkflam.jpg
-share/wallpapers/plant_formation.jpg
-share/wallpapers/plasmatic_globules.jpg
-share/wallpapers/plasmatic_points.jpg
-share/wallpapers/produce.jpg
-share/wallpapers/prpbumps.jpg
-share/wallpapers/quantum_threads.jpg
-share/wallpapers/rainbow_alleys.jpg
-share/wallpapers/red_big_bang.jpg
-share/wallpapers/redblue_filaments.jpg
-share/wallpapers/ringworm_circus.jpg
-share/wallpapers/rose_petals.jpg
-share/wallpapers/rotten_vegetables.jpg
-share/wallpapers/rubber_cds.jpg
-share/wallpapers/ruby_dunes.jpg
-share/wallpapers/ruins.jpg
-share/wallpapers/sandman.jpg
-share/wallpapers/sapphire_surface.jpg
-share/wallpapers/scattered_islands.jpg
-share/wallpapers/scraped_metal.jpg
-share/wallpapers/silver_vibration.jpg
-share/wallpapers/spinning_stones.jpg
-share/wallpapers/spoiled_sprouts.jpg
-share/wallpapers/stellar_shadows.jpg
-share/wallpapers/striped_fragments.jpg
-share/wallpapers/sulfur_lakes.jpg
-share/wallpapers/sunburnt_crust.jpg
-share/wallpapers/tarnished_rings.jpg
-share/wallpapers/techno_sharks.jpg
-share/wallpapers/terrain_relief.jpg
-share/wallpapers/theoretical_life.jpg
-share/wallpapers/thick_syrup.jpg
-share/wallpapers/thin_tentacles.jpg
-share/wallpapers/toe_paint.jpg
-share/wallpapers/tree_knobs.jpg
-share/wallpapers/tropical_leaves.jpg
-share/wallpapers/ufo_frenzy.jpg
-share/wallpapers/unstable_element.jpg
-share/wallpapers/vessel_swirl.jpg
-share/wallpapers/water01.jpg
-share/wallpapers/wavy_ribbons.jpg
-share/wallpapers/whiplash_vines.jpg
-share/wallpapers/whirling_spirit.jpg
-share/wallpapers/wind_chill.jpg
-share/wallpapers/wood1.jpg
-@dirrm share/doc/HTML/ru/kikbd
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmbell/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmdisplay/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminfo/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminput/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkeys/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkfm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkpanel/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkwm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmlocale/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsamba/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsyssound/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kdmconfig/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kthememgr/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/common
+@unexec rm -f %D/share/doc/HTML/en/kdebugdialog/common
+@unexec rm -f %D/share/doc/HTML/en/kdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kdisknav/common
+@unexec rm -f %D/share/doc/HTML/en/kdm/common
+@unexec rm -f %D/share/doc/HTML/en/kfm/common
+@unexec rm -f %D/share/doc/HTML/en/kfontmanager/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/faq/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/quickstart/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/userguide/common
+@unexec rm -f %D/share/doc/HTML/en/kikbd/common
+@unexec rm -f %D/share/doc/HTML/en/konsole/common
+@unexec rm -f %D/share/doc/HTML/en/kpager/common
+@unexec rm -f %D/share/doc/HTML/en/kwm/common
+@dirrm share/wallpapers
+@dirrm share/toolbar
+@dirrm share/templates/.source/emptydir
+@dirrm share/templates/.source
+@dirrm share/templates
+@dirrm share/skel
+@dirrm share/servicetypes
+@dirrm share/services
+@dirrm share/icons/locolor/32x32/devices
+@dirrm share/icons/locolor/32x32/apps
+@dirrm share/icons/locolor/32x32
+@dirrm share/icons/locolor/16x16/devices
+@dirrm share/icons/locolor/16x16/apps
+@dirrm share/icons/locolor/16x16
+@dirrm share/icons/locolor
+@dirrm share/icons/hicolor/48x48/devices
+@dirrm share/icons/hicolor/48x48/apps
+@dirrm share/icons/hicolor/48x48
+@dirrm share/icons/hicolor/32x32/devices
+@dirrm share/icons/hicolor/32x32/apps
+@dirrm share/icons/hicolor/32x32
+@dirrm share/icons/hicolor
+@dirrm share/icons
@dirrm share/doc/HTML/en/kwm
-@dirrm share/doc/HTML/en/kvt
-@dirrm share/doc/HTML/en/kthememgr
-@dirrm share/doc/HTML/en/kpanel
@dirrm share/doc/HTML/en/kpager
@dirrm share/doc/HTML/en/konsole
-@dirrm share/doc/HTML/en/kmenuedit
-@dirrm share/doc/HTML/en/kmedia
@dirrm share/doc/HTML/en/kikbd
-@dirrm share/doc/HTML/en/kfontmanager
+@dirrm share/doc/HTML/en/khelpcenter/userguide
+@dirrm share/doc/HTML/en/khelpcenter/quickstart
+@dirrm share/doc/HTML/en/khelpcenter/faq
+@dirrm share/doc/HTML/en/khelpcenter
@dirrm share/doc/HTML/en/kfm
-@dirrm share/doc/HTML/en/kfind
@dirrm share/doc/HTML/en/kdm
@dirrm share/doc/HTML/en/kdisknav
-@dirrm share/doc/HTML/en/kdehelp/quickstart
-@dirrm share/doc/HTML/en/kdehelp/kwm
-@dirrm share/doc/HTML/en/kdehelp/kpanel
-@dirrm share/doc/HTML/en/kdehelp
+@dirrm share/doc/HTML/en/kdesu
+@dirrm share/doc/HTML/en/kdebugdialog
@dirrm share/doc/HTML/en/kcontrol/kthememgr
@dirrm share/doc/HTML/en/kcontrol/kdmconfig
@dirrm share/doc/HTML/en/kcontrol/kcmsyssound
@@ -2460,63 +1784,95 @@ share/wallpapers/wood1.jpg
@dirrm share/doc/HTML/en/kcontrol/kcmkpanel
@dirrm share/doc/HTML/en/kcontrol/kcmkfm
@dirrm share/doc/HTML/en/kcontrol/kcmkeys
+@dirrm share/doc/HTML/en/kcontrol/kcmkdesu
@dirrm share/doc/HTML/en/kcontrol/kcminput
@dirrm share/doc/HTML/en/kcontrol/kcminfo
@dirrm share/doc/HTML/en/kcontrol/kcmdisplay
@dirrm share/doc/HTML/en/kcontrol/kcmbell
@dirrm share/doc/HTML/en/kcontrol
+@dirrm share/apps/quickbrowser
@dirrm share/apps/kwm/pics
@dirrm share/apps/kwm
-@dirrm share/apps/kthememgr/Themes
-@dirrm share/apps/kthememgr
+@dirrm share/apps/kwin
+@dirrm share/apps/kwelcome/pics
+@dirrm share/apps/kwelcome
@dirrm share/apps/kscreensaver
-@dirrm share/apps/kpanel/pics/mini
-@dirrm share/apps/kpanel/pics/large
-@dirrm share/apps/kpanel/pics
-@dirrm share/apps/kpanel/default
-@dirrm share/apps/kpanel
@dirrm share/apps/konsole
-@dirrm share/apps/kikbd/codes
-@dirrm share/apps/kikbd
-@dirrm share/apps/kfm/pics
-@dirrm share/apps/kfm/Desktop/Templates
-@dirrm share/apps/kfm/Desktop
-@dirrm share/apps/kfm
-@dirrm share/apps/kfind/toolbar
-@dirrm share/apps/kfind
-@dirrm share/apps/kdmconfig/pics
-@dirrm share/apps/kdmconfig
+@dirrm share/apps/konqueror/pics
+@dirrm share/apps/konqueror/dirtree/remote/web
+@dirrm share/apps/konqueror/dirtree/remote/ftp
+@dirrm share/apps/konqueror/dirtree/remote
+@dirrm share/apps/konqueror/dirtree
+@dirrm share/apps/konqueror
+@dirrm share/apps/konqlistview
+@dirrm share/apps/konqiconview
+@dirrm share/apps/kio_info
+@dirrm share/apps/kicker/tiles
+@dirrm share/apps/kicker/pics
+@dirrm share/apps/kicker/internalapplets
+@dirrm share/apps/kicker/default
+@dirrm share/apps/kicker
+@dirrm share/apps/khelpcenter/plugins/Tutorials
+@dirrm share/apps/khelpcenter/plugins
+@dirrm share/apps/khelpcenter
@dirrm share/apps/kdm/pics/users
@dirrm share/apps/kdm/pics
@dirrm share/apps/kdm
@dirrm share/apps/kdisplay/color-schemes
@dirrm share/apps/kdisplay/app-defaults
@dirrm share/apps/kdisplay
-@dirrm share/apps/kdisknav
+@dirrm share/apps/kdewizard/pics
+@dirrm share/apps/kdewizard/html
+@dirrm share/apps/kdewizard
+@dirrm share/apps/kdesktop/programs
+@dirrm share/apps/kdesktop/pics
+@dirrm share/apps/kdesktop/patterns
+@dirrm share/apps/kdesktop/DesktopLinks
+@dirrm share/apps/kdesktop
@dirrm share/apps/kcontrol/pics
@dirrm share/apps/kcontrol
-@dirrm share/apps/kcmlocale/pics
-@dirrm share/apps/kcmlocale
-@dirrm share/apps/kappfinder/pics/mini
-@dirrm share/apps/kappfinder/pics/large
-@dirrm share/apps/kappfinder/pics
@dirrm share/apps/kappfinder/apps/WordProcessing
@dirrm share/apps/kappfinder/apps/Utilities
@dirrm share/apps/kappfinder/apps/Toys
+@dirrm share/apps/kappfinder/apps/System/ScreenSavers
@dirrm share/apps/kappfinder/apps/System
@dirrm share/apps/kappfinder/apps/Office
+@dirrm share/apps/kappfinder/apps/Multimedia
@dirrm share/apps/kappfinder/apps/Internet
-@dirrm share/apps/kappfinder/apps/Graphic
+@dirrm share/apps/kappfinder/apps/Graphics
@dirrm share/apps/kappfinder/apps/Editors
@dirrm share/apps/kappfinder/apps/Development
@dirrm share/apps/kappfinder/apps
@dirrm share/apps/kappfinder
-@dirrm share/applnk/Settings/Windows
+@dirrm share/apps/drkonqi/presets
+@dirrm share/apps/drkonqi/pics
+@dirrm share/apps/drkonqi
+@dirrm share/applnk/Utilities
+@dirrm share/applnk/Toys
+@dirrm share/applnk/System/ScreenSavers
+@dirrm share/applnk/System
+@dirrm share/applnk/Settings/System
@dirrm share/applnk/Settings/Sound
-@dirrm share/applnk/Settings/Network
-@dirrm share/applnk/Settings/Keys
-@dirrm share/applnk/Settings/Input_Devices
+@dirrm share/applnk/Settings/PowerControl
+@dirrm share/applnk/Settings/Personalization
+@dirrm share/applnk/Settings/Peripherals
+@dirrm share/applnk/Settings/LookNFeel/Windows
+@dirrm share/applnk/Settings/LookNFeel/Themes
+@dirrm share/applnk/Settings/LookNFeel/Desktop
+@dirrm share/applnk/Settings/LookNFeel
@dirrm share/applnk/Settings/Information
-@dirrm share/applnk/Settings/Desktop
+@dirrm share/applnk/Settings/Browsing/Web
+@dirrm share/applnk/Settings/Browsing/Neighbourhood
+@dirrm share/applnk/Settings/Browsing/Files
+@dirrm share/applnk/Settings/Browsing
+@dirrm share/applnk/Settings/Applications/System
@dirrm share/applnk/Settings/Applications
-@dirrm cgi-bin
+@dirrm share/applnk/Settings
+@dirrm share/applnk/Multimedia
+@dirrm share/applnk/Internet
+@dirrm share/applnk/Graphics
+@dirrm share/applnk/Games
+@dirrm share/applnk/Control
+@dirrm share/applnk/Applications
+@exec /sbin/ldconfig -m %D/lib
+@unexec /sbin/ldconfig -R
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 142cb33134f5..639c5c610fdd 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,45 +1,33 @@
-# New ports collection makefile for: kdebase
-# Date created: 28 October 1997
-# Whom: Stefan Eßer <se@freebsd.org>
+# New ports collection makefile for: kdebase2
+# Date created: Fri Apr 14 2000 15:05:00 EDT
+# Whom: will
#
# $FreeBSD$
#
PORTNAME= kdebase
-PORTVERSION= 1.1.2
+PORTVERSION= 1.90
CATEGORIES= x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
+MASTER_SITE_SUBDIR= unstable/distribution/tar/src
-MAINTAINER= se@freebsd.org
+MAINTAINER= will@FreeBSD.org
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- kdecore.3:${PORTSDIR}/x11/kdelibs11 \
+LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
Xpm.4:${PORTSDIR}/graphics/xpm \
intl.1:${PORTSDIR}/devel/gettext
+MOC?= ${X11BASE}/bin/moc2
USE_XLIB= yes
USE_BZIP2= yes
-USE_QT= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
- "--with-xdmdir=${X11BASE}/lib/X11/xdm"
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
- INSTALL_SCRIPT="install -c -m 555" \
- PATH="${PATH}:${X11BASE}/bin"
+USE_QT2= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
+ --with-qt-dir=${X11BASE} \
+ --with-qt-includes=${X11BASE}/include/qt2 \
+ --with-qt-libraries=${X11BASE}/lib
+CONFIGURE_ENV+= MOC="${MOC}"
USE_GMAKE= yes
-MAKE_ENV= RM=${RM}
-CFLAGS+= "-I$(PREFIX)/include"
-
-KSSES= kattraction.kss kbanner.kss kbat.kss kblankscrn.kss \
- kblob.kss kbouboule.kss kbsod.kss kflame.kss kforest.kss \
- khop.kss klaser.kss klines.kss klissie.kss kmatrix.kss \
- kmorph3d.kss kpipes.kss kpolygon.kss kpyro.kss krock.kss \
- kscience.kss kslidescreen.kss kslip.kss kspace.kss kswarm.kss
-
-post-install:
-.for KSS in $(KSSES)
- $(CHMOD) 4555 $(PREFIX)/bin/$(KSS)
-.endfor
.include <bsd.port.mk>
diff --git a/x11/kdebase3/distinfo b/x11/kdebase3/distinfo
index 3b5e9ff7e1a1..1c93ddf3d36e 100644
--- a/x11/kdebase3/distinfo
+++ b/x11/kdebase3/distinfo
@@ -1 +1 @@
-MD5 (kdebase-1.1.2.tar.bz2) = 330492b058e8087fca7f1ce350363254
+MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
diff --git a/x11/kdebase3/pkg-plist b/x11/kdebase3/pkg-plist
index 0ac6b849cfd3..7906bc632d7e 100644
--- a/x11/kdebase3/pkg-plist
+++ b/x11/kdebase3/pkg-plist
@@ -1,362 +1,476 @@
+bin/chooser
+bin/drkonqi
+bin/exampleapplet
+bin/eyesapplet
bin/kappfinder
-bin/kappfinder_restart
-bin/kattraction.kss
-bin/kaudioserver
bin/kbanner.kss
bin/kbat.kss
-bin/kbgndwm
bin/kblankscrn.kss
bin/kblob.kss
bin/kbouboule.kss
bin/kbsod.kss
bin/kcheckpass
-bin/kcmbell
-bin/kcmdisplay
-bin/kcmikbd
-bin/kcminfo
-bin/kcminput
-bin/kcmkeys
-bin/kcmkfm
-bin/kcmkonsole
-bin/kcmkpanel
-bin/kcmkwm
-bin/kcmlocale
-bin/kcmsamba
-bin/kcmsyssound
+bin/kcminit
+bin/kcmshell
bin/kcontrol
-bin/kde
-bin/kdehelp
+bin/kdebugdialog
+bin/kdesktop
+bin/kdesu
+bin/kdesud
+bin/kdewizard
bin/kdm
-bin/kdmconfig
bin/kdmdesktop
-bin/kfind
-bin/kflame.kss
-bin/kfm
bin/kfmclient
bin/kfmexec
-bin/kfmsu
-bin/kfmsu2
-bin/kfmwarn
-bin/kfontmanager
-bin/kforest.kss
+bin/khelpcenter
bin/khop.kss
-bin/kikbd
-bin/kioslave
-bin/klaser.kss
+bin/kicker
bin/klines.kss
-bin/klissie.kss
-bin/klock
bin/kmatrix.kss
-bin/kmenuedit
bin/kmorph3d.kss
+bin/konqueror
bin/konsole
bin/konsole_grantpty
-bin/kpager
-bin/kpanel
bin/kpipes.kss
-bin/kplayaudio
bin/kpolygon.kss
+bin/kprintwrapper
bin/kpyro.kss
+bin/krandom.kss
bin/krdb
bin/krock.kss
-bin/krootwm
+bin/krunonce
bin/kscience.kss
bin/kslidescreen.kss
-bin/kslip.kss
+bin/kslideshow.kss
+bin/ksmserver
bin/kspace.kss
bin/kstart
bin/kswarm.kss
-bin/kthememgr
-bin/kvt
-bin/kwm
-bin/kwmcom
-bin/kwmsound
-bin/maudio
-bin/rman
+bin/kwelcome
+bin/kwin
+bin/kwrited
+bin/kxmlrpcd
+bin/kxsconfig
+bin/kxsrun
+bin/man2html
bin/startkde
-bin/unpack
-cgi-bin/helpindex
-cgi-bin/helpsearch
+bin/swallowapplet
+include/KBackgroundIface.h
+include/KDesktopIface.h
+include/KScreensaverIface.h
+include/KWinInterface.h
+include/KonquerorIface.h
+include/kbookmark.h
+include/kbookmarkbar.h
+include/kbookmarkmenu.h
+include/kfileivi.h
+include/knewmenu.h
+include/konq_bgnddlg.h
+include/konq_events.h
+include/konq_propsview.h
+include/konqdefaults.h
+include/konqdirlister.h
+include/konqdrag.h
+include/konqfileitem.h
+include/konqiconviewwidget.h
+include/konqoperations.h
+include/konqpopupmenu.h
+include/konqsettings.h
+lib/kdesktop.la
+lib/kdesktop.so
+lib/kfmclient.la
+lib/kfmclient.so
+lib/kio_help.la
+lib/kio_help.so
+lib/kio_info.la
+lib/kio_info.so
+lib/kio_man.la
+lib/kio_man.so
+lib/kio_nntp.la
+lib/kio_nntp.so
+lib/kio_pop3.la
+lib/kio_pop3.so
+lib/kio_smb.la
+lib/kio_smb.so
+lib/konqueror.la
+lib/konqueror.so
+lib/konsole.la
+lib/konsole.so
+lib/kwin.la
+lib/kwin.so
+lib/kwrited.la
+lib/kwrited.so
+lib/kxmlrpcd.la
+lib/kxmlrpcd.so
+lib/libkasbarapplet.la
+lib/libkasbarapplet.so.1
+lib/libkcm_arts.la
+lib/libkcm_arts.so
+lib/libkcm_clock.la
+lib/libkcm_clock.so
+lib/libkcm_display.la
+lib/libkcm_display.so
+lib/libkcm_drkonqi.la
+lib/libkcm_drkonqi.so
+lib/libkcm_email.la
+lib/libkcm_email.so
+lib/libkcm_filetypes.la
+lib/libkcm_filetypes.so
+lib/libkcm_info.la
+lib/libkcm_info.so
+lib/libkcm_input.la
+lib/libkcm_input.so
+lib/libkcm_kdm.la
+lib/libkcm_kdm.so
+lib/libkcm_keys.la
+lib/libkcm_keys.so
+lib/libkcm_kicker.la
+lib/libkcm_kicker.so
+lib/libkcm_kio.la
+lib/libkcm_kio.so
+lib/libkcm_knotify.la
+lib/libkcm_knotify.so
+lib/libkcm_konq.la
+lib/libkcm_konq.so
+lib/libkcm_konqhtml.la
+lib/libkcm_konqhtml.so
+lib/libkcm_kurifilt.la
+lib/libkcm_kurifilt.so
+lib/libkcm_kwindesktop.la
+lib/libkcm_kwindesktop.so
+lib/libkcm_kwinmouse.la
+lib/libkcm_kwinmouse.so
+lib/libkcm_kwinoptions.la
+lib/libkcm_kwinoptions.so
+lib/libkcm_locale.la
+lib/libkcm_locale.so
+lib/libkcm_passwords.la
+lib/libkcm_passwords.so
+lib/libkcm_samba.la
+lib/libkcm_samba.so
+lib/libkcm_sample.la
+lib/libkcm_sample.so
+lib/libkcm_syssound.la
+lib/libkcm_syssound.so
+lib/libkdateapplet.la
+lib/libkdateapplet.so.1
+lib/libkdockapplet.la
+lib/libkdockapplet.so.1
+lib/libkhelpcenter.la
+lib/libkhelpcenter.so.1
+lib/libkminipagerapplet.la
+lib/libkminipagerapplet.so.1
+lib/libkonq.la
+lib/libkonq.so.3
+lib/libkonqdirtree.la
+lib/libkonqdirtree.so.1
+lib/libkonqiconview.la
+lib/libkonqiconview.so.1
+lib/libkonqlistview.la
+lib/libkonqlistview.so.1
+lib/libkonsole.la
+lib/libkonsole.so.1
+lib/libkoolclockapplet.la
+lib/libkoolclockapplet.so.1
+lib/libkpagerapplet.la
+lib/libkpagerapplet.so.1
+lib/libkpagericon.la
+lib/libkpagericon.so.1
+lib/libkpagerpixmap.la
+lib/libkpagerpixmap.so.1
+lib/libkshorturifilter.la
+lib/libkshorturifilter.so.1
+lib/libktaskbarapplet.la
+lib/libktaskbarapplet.so.1
+lib/libkuriikwsfilter.la
+lib/libkuriikwsfilter.so.1
+lib/libkwinb2.la
+lib/libkwinb2.so.1
+lib/libkwinkstep.la
+lib/libkwinkstep.so.1
+lib/libkwinlaptop.la
+lib/libkwinlaptop.so.1
+lib/libkwinmodernsys.la
+lib/libkwinmodernsys.so.1
+lib/libkwinriscos.la
+lib/libkwinriscos.so.1
+lib/libkwinsystem.la
+lib/libkwinsystem.so.1
+lib/libsmb++.la
+lib/libsmb++.so.0
share/applnk/.directory
share/applnk/Applications/.directory
+share/applnk/Control/.directory
+share/applnk/Control/SysInfo.desktop
+share/applnk/Control/System.desktop
+share/applnk/Control/User.desktop
share/applnk/Games/.directory
share/applnk/Graphics/.directory
-share/applnk/Help.kdelnk
-share/applnk/Home.kdelnk
+share/applnk/Help.desktop
+share/applnk/Home.desktop
share/applnk/Internet/.directory
-share/applnk/KControl.kdelnk
-share/applnk/Kfind.kdelnk
-share/applnk/Krefresh.kdelnk
share/applnk/Multimedia/.directory
share/applnk/Settings/.directory
share/applnk/Settings/Applications/.directory
-share/applnk/Settings/Applications/kdm.kdelnk
-share/applnk/Settings/Applications/kfm.kdelnk
-share/applnk/Settings/Applications/kfmbrowser.kdelnk
-share/applnk/Settings/Applications/panel.kdelnk
-share/applnk/Settings/Desktop/.directory
-share/applnk/Settings/Desktop/background.kdelnk
-share/applnk/Settings/Desktop/borders.kdelnk
-share/applnk/Settings/Desktop/colors.kdelnk
-share/applnk/Settings/Desktop/fonts.kdelnk
-share/applnk/Settings/Desktop/icons.kdelnk
-share/applnk/Settings/Desktop/kthememgr.kdelnk
-share/applnk/Settings/Desktop/language.kdelnk
-share/applnk/Settings/Desktop/screensaver.kdelnk
-share/applnk/Settings/Desktop/style.kdelnk
+share/applnk/Settings/Applications/System/kdm.desktop
+share/applnk/Settings/Applications/drkonqi.desktop
+share/applnk/Settings/Browsing/.directory
+share/applnk/Settings/Browsing/Files/filetypes.desktop
+share/applnk/Settings/Browsing/Files/kcmkonq.desktop
+share/applnk/Settings/Browsing/Neighbourhood/smb.desktop
+share/applnk/Settings/Browsing/Web/cookies.desktop
+share/applnk/Settings/Browsing/Web/ebrowsing.desktop
+share/applnk/Settings/Browsing/Web/konqhtml.desktop
+share/applnk/Settings/Browsing/Web/proxy.desktop
+share/applnk/Settings/Browsing/Web/useragent.desktop
share/applnk/Settings/Information/.directory
-share/applnk/Settings/Information/devices.kdelnk
-share/applnk/Settings/Information/dma.kdelnk
-share/applnk/Settings/Information/interrupts.kdelnk
-share/applnk/Settings/Information/ioports.kdelnk
-share/applnk/Settings/Information/memory.kdelnk
-share/applnk/Settings/Information/partitions.kdelnk
-share/applnk/Settings/Information/pci.kdelnk
-share/applnk/Settings/Information/processor.kdelnk
-share/applnk/Settings/Information/scsi.kdelnk
-share/applnk/Settings/Information/smbstatus.kdelnk
-share/applnk/Settings/Information/sound.kdelnk
-share/applnk/Settings/Information/xserver.kdelnk
-share/applnk/Settings/Input_Devices/.directory
-share/applnk/Settings/Input_Devices/kcmikbd.kdelnk
-share/applnk/Settings/Input_Devices/keyboard.kdelnk
-share/applnk/Settings/Input_Devices/mouse.kdelnk
-share/applnk/Settings/Keys/.directory
-share/applnk/Settings/Keys/global.kdelnk
-share/applnk/Settings/Keys/standard.kdelnk
-share/applnk/Settings/Network/.directory
+share/applnk/Settings/Information/devices.desktop
+share/applnk/Settings/Information/dma.desktop
+share/applnk/Settings/Information/interrupts.desktop
+share/applnk/Settings/Information/ioports.desktop
+share/applnk/Settings/Information/memory.desktop
+share/applnk/Settings/Information/partitions.desktop
+share/applnk/Settings/Information/pci.desktop
+share/applnk/Settings/Information/processor.desktop
+share/applnk/Settings/Information/scsi.desktop
+share/applnk/Settings/Information/smbstatus.desktop
+share/applnk/Settings/Information/sound.desktop
+share/applnk/Settings/Information/xserver.desktop
+share/applnk/Settings/LookNFeel/.directory
+share/applnk/Settings/LookNFeel/Desktop/.directory
+share/applnk/Settings/LookNFeel/Desktop/advanced.desktop
+share/applnk/Settings/LookNFeel/Desktop/background.desktop
+share/applnk/Settings/LookNFeel/Desktop/borders.desktop
+share/applnk/Settings/LookNFeel/Desktop/desktop.desktop
+share/applnk/Settings/LookNFeel/Desktop/icons.desktop
+share/applnk/Settings/LookNFeel/Themes/style.desktop
+share/applnk/Settings/LookNFeel/Windows/.directory
+share/applnk/Settings/LookNFeel/Windows/actions.desktop
+share/applnk/Settings/LookNFeel/Windows/mouse.desktop
+share/applnk/Settings/LookNFeel/colors.desktop
+share/applnk/Settings/LookNFeel/fonts.desktop
+share/applnk/Settings/LookNFeel/kcmnotify.desktop
+share/applnk/Settings/LookNFeel/keys.desktop
+share/applnk/Settings/LookNFeel/panel.desktop
+share/applnk/Settings/LookNFeel/screensaver.desktop
+share/applnk/Settings/Peripherals/.directory
+share/applnk/Settings/Peripherals/keyboard.desktop
+share/applnk/Settings/Peripherals/mouse.desktop
+share/applnk/Settings/Personalization/.directory
+share/applnk/Settings/Personalization/email.desktop
+share/applnk/Settings/Personalization/language.desktop
+share/applnk/Settings/Personalization/passwords.desktop
+share/applnk/Settings/PowerControl/.directory
+share/applnk/Settings/PowerControl/energy.desktop
share/applnk/Settings/Sound/.directory
-share/applnk/Settings/Sound/bell.kdelnk
-share/applnk/Settings/Sound/syssound.kdelnk
-share/applnk/Settings/Windows/.directory
-share/applnk/Settings/Windows/advanced.kdelnk
-share/applnk/Settings/Windows/buttons.kdelnk
-share/applnk/Settings/Windows/mouse.kdelnk
-share/applnk/Settings/Windows/properties.kdelnk
-share/applnk/Settings/Windows/titlebar.kdelnk
+share/applnk/Settings/Sound/arts.desktop
+share/applnk/Settings/Sound/syssound.desktop
+share/applnk/Settings/System/clock.desktop
share/applnk/System/.directory
-share/applnk/System/Arrange.kdelnk
-share/applnk/System/Kfontmanager.kdelnk
-share/applnk/System/kappfinder.kdelnk
-share/applnk/System/kfmsu.kdelnk
-share/applnk/System/kikbd.kdelnk
-share/applnk/System/kpager.kdelnk
-share/applnk/Trash.kdelnk
+share/applnk/System/Arrange.desktop
+share/applnk/System/ScreenSavers/.directory
+share/applnk/System/ScreenSavers/KAttration.desktop
+share/applnk/System/ScreenSavers/KBanner.desktop
+share/applnk/System/ScreenSavers/KBat.desktop
+share/applnk/System/ScreenSavers/KBlankscreen.desktop
+share/applnk/System/ScreenSavers/KBlob.desktop
+share/applnk/System/ScreenSavers/KBouboule.desktop
+share/applnk/System/ScreenSavers/KBsod.desktop
+share/applnk/System/ScreenSavers/KFlame.desktop
+share/applnk/System/ScreenSavers/KForest.desktop
+share/applnk/System/ScreenSavers/KHop.desktop
+share/applnk/System/ScreenSavers/KLaser.desktop
+share/applnk/System/ScreenSavers/KLines.desktop
+share/applnk/System/ScreenSavers/KLissie.desktop
+share/applnk/System/ScreenSavers/KMatrix.desktop
+share/applnk/System/ScreenSavers/KMorph3D.desktop
+share/applnk/System/ScreenSavers/KPipes.desktop
+share/applnk/System/ScreenSavers/KPolygon.desktop
+share/applnk/System/ScreenSavers/KPyro.desktop
+share/applnk/System/ScreenSavers/KRandom.desktop
+share/applnk/System/ScreenSavers/KRock.desktop
+share/applnk/System/ScreenSavers/KScience.desktop
+share/applnk/System/ScreenSavers/KSlidescreen.desktop
+share/applnk/System/ScreenSavers/KSlideshow.desktop
+share/applnk/System/ScreenSavers/KSlip.desktop
+share/applnk/System/ScreenSavers/KSpace.desktop
+share/applnk/System/ScreenSavers/KSwarm.desktop
+share/applnk/System/ScreenSavers/Worm.desktop
+share/applnk/System/kappfinder.desktop
+share/applnk/System/kfmclient.desktop
+share/applnk/System/konquerorsu.desktop
+share/applnk/System/konsole.desktop
+share/applnk/System/konsolesu.desktop
+share/applnk/Trash.desktop
share/applnk/Utilities/.directory
-share/applnk/Utilities/KMenuEdit.kdelnk
-share/applnk/Utilities/konsole.kdelnk
-share/applnk/Utilities/kvt.kdelnk
+share/applnk/Utilities/kdewizard.desktop
+share/applnk/Utilities/passwd.desktop
+share/applnk/Utilities/xclipboard.desktop
+share/applnk/Utilities/xclock.desktop
+share/applnk/Utilities/xconsole.desktop
+share/applnk/Utilities/xterm.desktop
+share/apps/drkonqi/pics/konqi.png
+share/apps/drkonqi/presets/developerrc
+share/apps/drkonqi/presets/enduserrc
share/apps/kappfinder/apps/.directory
share/apps/kappfinder/apps/Development/.directory
-share/apps/kappfinder/apps/Development/ddd.kdelnk
-share/apps/kappfinder/apps/Development/dlgedit.kdelnk
+share/apps/kappfinder/apps/Development/ddd.desktop
+share/apps/kappfinder/apps/Development/dlgedit.desktop
share/apps/kappfinder/apps/Editors/.directory
-share/apps/kappfinder/apps/Editors/emacs.kdelnk
-share/apps/kappfinder/apps/Editors/lemacs.kdelnk
-share/apps/kappfinder/apps/Editors/nedit.kdelnk
-share/apps/kappfinder/apps/Editors/xedit.kdelnk
-share/apps/kappfinder/apps/Editors/xemacs.kdelnk
-share/apps/kappfinder/apps/Graphic/.directory
-share/apps/kappfinder/apps/Graphic/acroread.kdelnk
-share/apps/kappfinder/apps/Graphic/xfig.kdelnk
-share/apps/kappfinder/apps/Graphic/xpaint.kdelnk
-share/apps/kappfinder/apps/Graphic/xv.kdelnk
+share/apps/kappfinder/apps/Editors/emacs.desktop
+share/apps/kappfinder/apps/Editors/gvim.desktop
+share/apps/kappfinder/apps/Editors/lemacs.desktop
+share/apps/kappfinder/apps/Editors/nedit.desktop
+share/apps/kappfinder/apps/Editors/xedit.desktop
+share/apps/kappfinder/apps/Editors/xemacs.desktop
+share/apps/kappfinder/apps/Graphics/.directory
+share/apps/kappfinder/apps/Graphics/acroread.desktop
+share/apps/kappfinder/apps/Graphics/gimp.desktop
+share/apps/kappfinder/apps/Graphics/xfig.desktop
+share/apps/kappfinder/apps/Graphics/xpaint.desktop
+share/apps/kappfinder/apps/Graphics/xv.desktop
share/apps/kappfinder/apps/Internet/.directory
-share/apps/kappfinder/apps/Internet/arena.kdelnk
-share/apps/kappfinder/apps/Internet/coolmail.kdelnk
-share/apps/kappfinder/apps/Internet/netscape.kdelnk
-share/apps/kappfinder/apps/Internet/pine.kdelnk
-share/apps/kappfinder/apps/Internet/xbiff.kdelnk
-share/apps/kappfinder/apps/Internet/xfmail.kdelnk
-share/apps/kappfinder/apps/Internet/xftp.kdelnk
+share/apps/kappfinder/apps/Internet/arena.desktop
+share/apps/kappfinder/apps/Internet/coolmail.desktop
+share/apps/kappfinder/apps/Internet/netscape.desktop
+share/apps/kappfinder/apps/Internet/pine.desktop
+share/apps/kappfinder/apps/Internet/xbiff.desktop
+share/apps/kappfinder/apps/Internet/xfmail.desktop
+share/apps/kappfinder/apps/Internet/xftp.desktop
+share/apps/kappfinder/apps/Multimedia/.directory
+share/apps/kappfinder/apps/Multimedia/xmms.desktop
share/apps/kappfinder/apps/Office/.directory
-share/apps/kappfinder/apps/Office/Applix.kdelnk
-share/apps/kappfinder/apps/Office/XAcc.kdelnk
-share/apps/kappfinder/apps/Office/XsLite.kdelnk
-share/apps/kappfinder/apps/Office/plan.kdelnk
+share/apps/kappfinder/apps/Office/Applix.desktop
+share/apps/kappfinder/apps/Office/XAcc.desktop
+share/apps/kappfinder/apps/Office/XsLite.desktop
+share/apps/kappfinder/apps/Office/plan.desktop
share/apps/kappfinder/apps/System/.directory
-share/apps/kappfinder/apps/System/xosview.kdelnk
+share/apps/kappfinder/apps/System/ScreenSavers/.directory
+share/apps/kappfinder/apps/System/ScreenSavers/Ant.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Atlantis.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Attraction.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Braid.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubble3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubbles.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cage.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Compass.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Coral.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Crystal.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cynosure.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Drift.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Fadeplot.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flag.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flow.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Forest.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/GLPlanet.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Galaxy.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Gears.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Goop.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Grav.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hopalong.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hypercube.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Ifs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Imsmap.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Interference.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Julia.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kaleidescope.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kumppa.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/LMorph.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lament.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Laser.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lightning.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lissie.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Moenius.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Penrose.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Phosphor.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Pulsar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Rubik.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sonar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sproingies.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Stairs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Starfish.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Strange.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Superquadrics.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Swirl.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/T3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Triangle.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Vines.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Worm.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XFlame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XJack.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XMatrix.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XPipes.desktop
+share/apps/kappfinder/apps/System/sam.desktop
+share/apps/kappfinder/apps/System/xosview.desktop
share/apps/kappfinder/apps/Toys/.directory
-share/apps/kappfinder/apps/Toys/xeyes.kdelnk
-share/apps/kappfinder/apps/Toys/xpinguin.kdelnk
+share/apps/kappfinder/apps/Toys/xeyes.desktop
+share/apps/kappfinder/apps/Toys/xpinguin.desktop
share/apps/kappfinder/apps/Utilities/.directory
-share/apps/kappfinder/apps/Utilities/passwd.kdelnk
-share/apps/kappfinder/apps/Utilities/xcalc.kdelnk
-share/apps/kappfinder/apps/Utilities/xclipboard.kdelnk
-share/apps/kappfinder/apps/Utilities/xclock.kdelnk
-share/apps/kappfinder/apps/Utilities/xconsole.kdelnk
-share/apps/kappfinder/apps/Utilities/xload.kdelnk
-share/apps/kappfinder/apps/Utilities/xterm.kdelnk
+share/apps/kappfinder/apps/Utilities/jar.desktop
+share/apps/kappfinder/apps/Utilities/passwd.desktop
+share/apps/kappfinder/apps/Utilities/xcalc.desktop
+share/apps/kappfinder/apps/Utilities/xclipboard.desktop
+share/apps/kappfinder/apps/Utilities/xclock.desktop
+share/apps/kappfinder/apps/Utilities/xconsole.desktop
+share/apps/kappfinder/apps/Utilities/xload.desktop
+share/apps/kappfinder/apps/Utilities/xterm.desktop
share/apps/kappfinder/apps/WordProcessing/.directory
-share/apps/kappfinder/apps/WordProcessing/WordPerfect.kdelnk
-share/apps/kappfinder/apps/WordProcessing/acroread.kdelnk
-share/apps/kappfinder/apps/WordProcessing/ghostview.kdelnk
-share/apps/kappfinder/apps/WordProcessing/gv.kdelnk
-share/apps/kappfinder/apps/WordProcessing/lyx.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xdvi.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xpdf.kdelnk
-share/apps/kappfinder/pics/acroread.xpm
-share/apps/kappfinder/pics/applix.xpm
-share/apps/kappfinder/pics/applixware.xpm
-share/apps/kappfinder/pics/civctp.xpm
-share/apps/kappfinder/pics/dlgedit.xpm
-share/apps/kappfinder/pics/edit.xpm
-share/apps/kappfinder/pics/emacs.xpm
-share/apps/kappfinder/pics/email.xpm
-share/apps/kappfinder/pics/gimp.xpm
-share/apps/kappfinder/pics/gnu.xpm
-share/apps/kappfinder/pics/gs.xpm
-share/apps/kappfinder/pics/gv.xpm
-share/apps/kappfinder/pics/large/acroread.xpm
-share/apps/kappfinder/pics/large/applixware.xpm
-share/apps/kappfinder/pics/large/civctp.xpm
-share/apps/kappfinder/pics/large/dlgedit.xpm
-share/apps/kappfinder/pics/large/edit.xpm
-share/apps/kappfinder/pics/large/gimp.xpm
-share/apps/kappfinder/pics/large/gnu.xpm
-share/apps/kappfinder/pics/large/gs.xpm
-share/apps/kappfinder/pics/large/gv.xpm
-share/apps/kappfinder/pics/large/lyx.xpm
-share/apps/kappfinder/pics/large/mathematica.xpm
-share/apps/kappfinder/pics/large/mozilla.xpm
-share/apps/kappfinder/pics/large/nedit.xpm
-share/apps/kappfinder/pics/large/penguin.xpm
-share/apps/kappfinder/pics/large/plan.xpm
-share/apps/kappfinder/pics/large/quake2.xpm
-share/apps/kappfinder/pics/large/quake3.xpm
-share/apps/kappfinder/pics/large/wabi.xpm
-share/apps/kappfinder/pics/large/wordperfect.xpm
-share/apps/kappfinder/pics/large/x.xpm
-share/apps/kappfinder/pics/large/xcalc.xpm
-share/apps/kappfinder/pics/large/xclipboard.xpm
-share/apps/kappfinder/pics/large/xclock.xpm
-share/apps/kappfinder/pics/large/xconsole.xpm
-share/apps/kappfinder/pics/large/xedit.xpm
-share/apps/kappfinder/pics/large/xephem.xpm
-share/apps/kappfinder/pics/large/xeyes.xpm
-share/apps/kappfinder/pics/large/xfig.xpm
-share/apps/kappfinder/pics/large/xfmail.xpm
-share/apps/kappfinder/pics/large/xload.xpm
-share/apps/kappfinder/pics/large/xosview.xpm
-share/apps/kappfinder/pics/large/xpaint.xpm
-share/apps/kappfinder/pics/large/xpdf.xpm
-share/apps/kappfinder/pics/large/xv.xpm
-share/apps/kappfinder/pics/lyx.xpm
-share/apps/kappfinder/pics/mathematica.xpm
-share/apps/kappfinder/pics/mini/acroread.xpm
-share/apps/kappfinder/pics/mini/applixware.xpm
-share/apps/kappfinder/pics/mini/civctp.xpm
-share/apps/kappfinder/pics/mini/dlgedit.xpm
-share/apps/kappfinder/pics/mini/edit.xpm
-share/apps/kappfinder/pics/mini/emacs.xpm
-share/apps/kappfinder/pics/mini/email.xpm
-share/apps/kappfinder/pics/mini/gimp.xpm
-share/apps/kappfinder/pics/mini/gnu.xpm
-share/apps/kappfinder/pics/mini/gv.xpm
-share/apps/kappfinder/pics/mini/lyx.xpm
-share/apps/kappfinder/pics/mini/mathematica.xpm
-share/apps/kappfinder/pics/mini/mini-plan.xpm
-share/apps/kappfinder/pics/mini/mini-xslight.xpm
-share/apps/kappfinder/pics/mini/mozilla.xpm
-share/apps/kappfinder/pics/mini/nedit.xpm
-share/apps/kappfinder/pics/mini/netscape.xpm
-share/apps/kappfinder/pics/mini/penguin.xpm
-share/apps/kappfinder/pics/mini/pinguin.xpm
-share/apps/kappfinder/pics/mini/plan.xpm
-share/apps/kappfinder/pics/mini/quake2.xpm
-share/apps/kappfinder/pics/mini/quake3.xpm
-share/apps/kappfinder/pics/mini/vmware.xpm
-share/apps/kappfinder/pics/mini/wabi.xpm
-share/apps/kappfinder/pics/mini/wordperfect.xpm
-share/apps/kappfinder/pics/mini/wp.xpm
-share/apps/kappfinder/pics/mini/x.xpm
-share/apps/kappfinder/pics/mini/xcalc.xpm
-share/apps/kappfinder/pics/mini/xclipboard.xpm
-share/apps/kappfinder/pics/mini/xclock.xpm
-share/apps/kappfinder/pics/mini/xconsole.xpm
-share/apps/kappfinder/pics/mini/xedit.xpm
-share/apps/kappfinder/pics/mini/xemacs.xpm
-share/apps/kappfinder/pics/mini/xephem.xpm
-share/apps/kappfinder/pics/mini/xeyes.xpm
-share/apps/kappfinder/pics/mini/xfig.xpm
-share/apps/kappfinder/pics/mini/xfmail.xpm
-share/apps/kappfinder/pics/mini/xload.xpm
-share/apps/kappfinder/pics/mini/xosview.xpm
-share/apps/kappfinder/pics/mini/xpaint.xpm
-share/apps/kappfinder/pics/mini/xpdf.xpm
-share/apps/kappfinder/pics/mini/xv.xpm
-share/apps/kappfinder/pics/mozilla.xpm
-share/apps/kappfinder/pics/nedit.xpm
-share/apps/kappfinder/pics/netscape.xpm
-share/apps/kappfinder/pics/nogo.xpm
-share/apps/kappfinder/pics/penguin.xpm
-share/apps/kappfinder/pics/pinguin.xpm
-share/apps/kappfinder/pics/plan.xpm
-share/apps/kappfinder/pics/quake2.xpm
-share/apps/kappfinder/pics/quake3.xpm
-share/apps/kappfinder/pics/wabi.xpm
-share/apps/kappfinder/pics/wordperfect.xpm
-share/apps/kappfinder/pics/wp.xpm
-share/apps/kappfinder/pics/x.xpm
-share/apps/kappfinder/pics/xcalc.xpm
-share/apps/kappfinder/pics/xclipboard.xpm
-share/apps/kappfinder/pics/xclock.xpm
-share/apps/kappfinder/pics/xconsole.xpm
-share/apps/kappfinder/pics/xedit.xpm
-share/apps/kappfinder/pics/xemacs.xpm
-share/apps/kappfinder/pics/xephem.xpm
-share/apps/kappfinder/pics/xeyes.xpm
-share/apps/kappfinder/pics/xfig.xpm
-share/apps/kappfinder/pics/xfmail.xpm
-share/apps/kappfinder/pics/xftp.xpm
-share/apps/kappfinder/pics/xload.xpm
-share/apps/kappfinder/pics/xosview.xpm
-share/apps/kappfinder/pics/xpaint.xpm
-share/apps/kappfinder/pics/xpdf.xpm
-share/apps/kappfinder/pics/xv.xpm
-share/apps/kcmlocale/pics/flag_C.gif
-share/apps/kcmlocale/pics/flag_br.gif
-share/apps/kcmlocale/pics/flag_ca.gif
-share/apps/kcmlocale/pics/flag_cs.gif
-share/apps/kcmlocale/pics/flag_da.gif
-share/apps/kcmlocale/pics/flag_de.gif
-share/apps/kcmlocale/pics/flag_de_CH.gif
-share/apps/kcmlocale/pics/flag_el.gif
-share/apps/kcmlocale/pics/flag_en.gif
-share/apps/kcmlocale/pics/flag_en_UK.gif
-share/apps/kcmlocale/pics/flag_eo.gif
-share/apps/kcmlocale/pics/flag_es.gif
-share/apps/kcmlocale/pics/flag_et.gif
-share/apps/kcmlocale/pics/flag_fi.gif
-share/apps/kcmlocale/pics/flag_fr.gif
-share/apps/kcmlocale/pics/flag_fr_CA.gif
-share/apps/kcmlocale/pics/flag_fr_CH.gif
-share/apps/kcmlocale/pics/flag_he.gif
-share/apps/kcmlocale/pics/flag_hr.gif
-share/apps/kcmlocale/pics/flag_hu.gif
-share/apps/kcmlocale/pics/flag_is.gif
-share/apps/kcmlocale/pics/flag_it.gif
-share/apps/kcmlocale/pics/flag_ja.gif
-share/apps/kcmlocale/pics/flag_ko.gif
-share/apps/kcmlocale/pics/flag_mk.gif
-share/apps/kcmlocale/pics/flag_nl.gif
-share/apps/kcmlocale/pics/flag_no.gif
-share/apps/kcmlocale/pics/flag_pl.gif
-share/apps/kcmlocale/pics/flag_pt.gif
-share/apps/kcmlocale/pics/flag_pt_BR.gif
-share/apps/kcmlocale/pics/flag_ro.gif
-share/apps/kcmlocale/pics/flag_ru.gif
-share/apps/kcmlocale/pics/flag_se.gif
-share/apps/kcmlocale/pics/flag_sk.gif
-share/apps/kcmlocale/pics/flag_sl.gif
-share/apps/kcmlocale/pics/flag_sv.gif
-share/apps/kcmlocale/pics/flag_tr.gif
-share/apps/kcmlocale/pics/flag_us_eu.gif
-share/apps/kcmlocale/pics/flag_zh_CN.GB2312.gif
-share/apps/kcmlocale/pics/flag_zh_TW.Big5.gif
-share/apps/kcontrol/pics/kdekcc.xpm
-share/apps/kdisknav/KDE.kdelnk
-share/apps/kdisknav/Root.kdelnk
+share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop
+share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop
+share/apps/kappfinder/apps/WordProcessing/acroread.desktop
+share/apps/kappfinder/apps/WordProcessing/ghostview.desktop
+share/apps/kappfinder/apps/WordProcessing/gv.desktop
+share/apps/kappfinder/apps/WordProcessing/lyx.desktop
+share/apps/kappfinder/apps/WordProcessing/xdvi.desktop
+share/apps/kappfinder/apps/WordProcessing/xpdf.desktop
+share/apps/kcontrol/kcontrolui.rc
+share/apps/kcontrol/pics/energybig.png
+share/apps/kcontrol/pics/logo.png
+share/apps/kcontrol/pics/mini-world.png
+share/apps/kcontrol/pics/monitor.png
+share/apps/kcontrol/pics/onlyone.png
+share/apps/kcontrol/pics/overlapping.png
+share/apps/kcontrol/pics/wizard.png
+share/apps/kdesktop/DesktopLinks/Home.desktop
+share/apps/kdesktop/directory.autostart
+share/apps/kdesktop/directory.desktop
+share/apps/kdesktop/directory.templates
+share/apps/kdesktop/directory.trash
+share/apps/kdesktop/patterns/fish.desktop
+share/apps/kdesktop/patterns/fish.png
+share/apps/kdesktop/patterns/flowers.desktop
+share/apps/kdesktop/patterns/flowers.png
+share/apps/kdesktop/patterns/night-rock.desktop
+share/apps/kdesktop/patterns/night-rock.jpg
+share/apps/kdesktop/patterns/pavement.desktop
+share/apps/kdesktop/patterns/pavement.png
+share/apps/kdesktop/patterns/rattan.desktop
+share/apps/kdesktop/patterns/rattan.png
+share/apps/kdesktop/patterns/stonewall2.desktop
+share/apps/kdesktop/patterns/stonewall2.png
+share/apps/kdesktop/patterns/triangles.desktop
+share/apps/kdesktop/patterns/triangles.png
+share/apps/kdesktop/pics/ksslogo.png
+share/apps/kdesktop/pics/splash.png
+share/apps/kdesktop/programs/xearth.desktop
+share/apps/kdesktop/programs/xglobe.desktop
+share/apps/kdewizard/html/intro.html
+share/apps/kdewizard/html/kdelogo.png
+share/apps/kdewizard/html/wizard.png
+share/apps/kdewizard/html/wizard_small.png
+share/apps/kdewizard/kdedevel.desktop
+share/apps/kdewizard/kdeftp.desktop
+share/apps/kdewizard/kdewww.desktop
+share/apps/kdewizard/pics/beostheme.png
+share/apps/kdewizard/pics/kdedevel.png
+share/apps/kdewizard/pics/kdeftp.png
+share/apps/kdewizard/pics/kdehome.png
+share/apps/kdewizard/pics/kdetheme.png
+share/apps/kdewizard/pics/mactheme.png
+share/apps/kdewizard/pics/printer.png
+share/apps/kdewizard/pics/wintheme.png
+share/apps/kdewizard/printer.desktop
share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad
share/apps/kdisplay/app-defaults/AAAMotif.ad
share/apps/kdisplay/app-defaults/AAATk.ad
@@ -367,2090 +481,1300 @@ share/apps/kdisplay/app-defaults/ML.ad
share/apps/kdisplay/app-defaults/Nedit.ad
share/apps/kdisplay/app-defaults/Netscape.ad
share/apps/kdisplay/app-defaults/RVPlayer.ad
+share/apps/kdisplay/app-defaults/WPerfect.ad
share/apps/kdisplay/app-defaults/XCalc.ad
share/apps/kdisplay/app-defaults/XTerm.ad
share/apps/kdisplay/app-defaults/XV.ad
-share/apps/kdisplay/app-defaults/XWp.ad
share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc
share/apps/kdisplay/color-schemes/BeOS.kcsrc
share/apps/kdisplay/color-schemes/BlueSlate.kcsrc
share/apps/kdisplay/color-schemes/CDE.kcsrc
+share/apps/kdisplay/color-schemes/DarkBlue.kcsrc
share/apps/kdisplay/color-schemes/DesertRed.kcsrc
share/apps/kdisplay/color-schemes/DigitalCDE.kcsrc
+share/apps/kdisplay/color-schemes/Next.kcsrc
share/apps/kdisplay/color-schemes/PaleGray.kcsrc
share/apps/kdisplay/color-schemes/Pumpkin.kcsrc
share/apps/kdisplay/color-schemes/SolarisCDE.kcsrc
share/apps/kdisplay/color-schemes/Storm.kcsrc
+share/apps/kdisplay/color-schemes/System.kcsrc
share/apps/kdisplay/color-schemes/Windows95.kcsrc
-share/apps/kdm/pics/kdeflower.xpm
-share/apps/kdm/pics/kdelogo.xpm
-share/apps/kdm/pics/session_kde.xpm
-share/apps/kdm/pics/users/default.xpm
-share/apps/kdm/pics/users/default2.xpm
-share/apps/kdm/pics/users/root.xpm
-share/apps/kdm/pics/users/root2.xpm
-share/apps/kdmconfig/pics/monitor.xpm
-share/apps/kfind/toolbar/archive.xpm
-share/apps/kfind/toolbar/delete.xpm
-share/apps/kfind/toolbar/idea.xpm
-share/apps/kfind/toolbar/info.xpm
-share/apps/kfind/toolbar/openfile.xpm
-share/apps/kfind/toolbar/save.xpm
-share/apps/kfind/toolbar/search.xpm
-share/apps/kfm/Desktop/Templates/Device.kdelnk
-share/apps/kfm/Desktop/Templates/Ftpurl.kdelnk
-share/apps/kfm/Desktop/Templates/MimeType.kdelnk
-share/apps/kfm/Desktop/Templates/Program.kdelnk
-share/apps/kfm/Desktop/Templates/URL.kdelnk
-share/apps/kfm/Desktop/Templates/WWWUrl.kdelnk
-share/apps/kfm/directory.autostart
-share/apps/kfm/directory.desktop
-share/apps/kfm/directory.templates
-share/apps/kfm/directory.trash
-share/apps/kfm/pics/close.xpm
-share/apps/kfm/pics/exclamation.xpm
-share/apps/kfm/pics/info.xpm
-share/apps/kfm/pics/kde1.xpm
-share/apps/kfm/pics/kde2.xpm
-share/apps/kfm/pics/kde3.xpm
-share/apps/kfm/pics/kde4.xpm
-share/apps/kfm/pics/kde5.xpm
-share/apps/kfm/pics/kde6.xpm
-share/apps/kfm/pics/kde7.xpm
-share/apps/kfm/pics/kde8.xpm
-share/apps/kfm/pics/kde9.xpm
-share/apps/kfm/pics/kmultiple.xpm
-share/apps/kfm/pics/large-kmultiple.xpm
-share/apps/kfm/pics/open.xpm
-share/apps/kfm/pics/question.xpm
-share/apps/kfm/pics/stopsign.xpm
-share/apps/kikbd/bg.kimap
-share/apps/kikbd/cf.kimap
-share/apps/kikbd/codes/hp9000hil-107.kimap
-share/apps/kikbd/codes/pc-win.kimap
-share/apps/kikbd/codes/pc101.kimap
-share/apps/kikbd/codes/pc102.kimap
-share/apps/kikbd/csp.kimap
-share/apps/kikbd/csy.kimap
-share/apps/kikbd/csz.kimap
-share/apps/kikbd/de.kimap
-share/apps/kikbd/de_ch.kimap
-share/apps/kikbd/dv.kimap
-share/apps/kikbd/dva.kimap
-share/apps/kikbd/el1.kimap
-share/apps/kikbd/el7.kimap
-share/apps/kikbd/en.kimap
-share/apps/kikbd/es.kimap
-share/apps/kikbd/et.kimap
-share/apps/kikbd/fi.kimap
-share/apps/kikbd/fr.kimap
-share/apps/kikbd/fr_ch.kimap
-share/apps/kikbd/he.kimap
-share/apps/kikbd/hr.kimap
-share/apps/kikbd/hu.kimap
-share/apps/kikbd/is.kimap
-share/apps/kikbd/it.kimap
-share/apps/kikbd/la.kimap
-share/apps/kikbd/lt.kimap
-share/apps/kikbd/no.kimap
-share/apps/kikbd/pl.kimap
-share/apps/kikbd/plnew.kimap
-share/apps/kikbd/pt-acc.kimap
-share/apps/kikbd/pt.kimap
-share/apps/kikbd/ro.kimap
-share/apps/kikbd/ru.kimap
-share/apps/kikbd/rua.kimap
-share/apps/kikbd/rui.kimap
-share/apps/kikbd/rum.kimap
-share/apps/kikbd/rumcyr.kimap
-share/apps/kikbd/ruw.kimap
-share/apps/kikbd/ruwm.kimap
-share/apps/kikbd/se.kimap
-share/apps/kikbd/skp.kimap
-share/apps/kikbd/sky.kimap
-share/apps/kikbd/skz.kimap
-share/apps/kikbd/sv.kimap
-share/apps/kikbd/th.kimap
-share/apps/kikbd/trq.kimap
-share/apps/kikbd/ua.kimap
-share/apps/kikbd/uam.kimap
-share/apps/kikbd/uaw.kimap
-share/apps/kikbd/uawm.kimap
-share/apps/kikbd/weu.kimap
+share/apps/kdm/pics/kdeflower.png
+share/apps/kdm/pics/kdelogo.png
+share/apps/kdm/pics/users/default.png
+share/apps/kdm/pics/users/default2.png
+share/apps/kdm/pics/users/root.png
+share/apps/kdm/pics/users/root2.png
+share/apps/khelpcenter/plugins/Tutorials/.directory
+share/apps/khelpcenter/plugins/Tutorials/quickstart.kdelnk
+share/apps/kicker/default/personal_directory
+share/apps/kicker/internalapplets/kasbarapplet.desktop
+share/apps/kicker/internalapplets/kdateapplet.desktop
+share/apps/kicker/internalapplets/kdockapplet.desktop
+share/apps/kicker/internalapplets/kminipagerapplet.desktop
+share/apps/kicker/internalapplets/koolclockapplet.desktop
+share/apps/kicker/internalapplets/kpagerapplet.desktop
+share/apps/kicker/internalapplets/ktaskbarapplet.desktop
+share/apps/kicker/pics/disk1.png
+share/apps/kicker/pics/disk2.png
+share/apps/kicker/pics/disk3.png
+share/apps/kicker/pics/disk4.png
+share/apps/kicker/pics/disk5.png
+share/apps/kicker/pics/disk6.png
+share/apps/kicker/pics/disk7.png
+share/apps/kicker/pics/disk8.png
+share/apps/kicker/tiles/solid_blue_large_down.png
+share/apps/kicker/tiles/solid_blue_large_up.png
+share/apps/kicker/tiles/solid_blue_normal_down.png
+share/apps/kicker/tiles/solid_blue_normal_up.png
+share/apps/kicker/tiles/solid_blue_tiny_down.png
+share/apps/kicker/tiles/solid_blue_tiny_up.png
+share/apps/kicker/tiles/solid_gray_large_down.png
+share/apps/kicker/tiles/solid_gray_large_up.png
+share/apps/kicker/tiles/solid_gray_normal_down.png
+share/apps/kicker/tiles/solid_gray_normal_up.png
+share/apps/kicker/tiles/solid_gray_tiny_down.png
+share/apps/kicker/tiles/solid_gray_tiny_up.png
+share/apps/kicker/tiles/solid_green_large_down.png
+share/apps/kicker/tiles/solid_green_large_up.png
+share/apps/kicker/tiles/solid_green_normal_down.png
+share/apps/kicker/tiles/solid_green_normal_up.png
+share/apps/kicker/tiles/solid_green_tiny_down.png
+share/apps/kicker/tiles/solid_green_tiny_up.png
+share/apps/kicker/tiles/solid_orange_large_down.png
+share/apps/kicker/tiles/solid_orange_large_up.png
+share/apps/kicker/tiles/solid_orange_normal_down.png
+share/apps/kicker/tiles/solid_orange_normal_up.png
+share/apps/kicker/tiles/solid_orange_tiny_down.png
+share/apps/kicker/tiles/solid_orange_tiny_up.png
+share/apps/kicker/tiles/solid_red_large_down.png
+share/apps/kicker/tiles/solid_red_large_up.png
+share/apps/kicker/tiles/solid_red_normal_down.png
+share/apps/kicker/tiles/solid_red_normal_up.png
+share/apps/kicker/tiles/solid_red_tiny_down.png
+share/apps/kicker/tiles/solid_red_tiny_up.png
+share/apps/kio_info/kde-info2html
+share/apps/kio_info/kde-info2html.conf
+share/apps/konqiconview/konq_iconview.rc
+share/apps/konqlistview/konq_detailedlistview.rc
+share/apps/konqlistview/konq_textview.rc
+share/apps/konqlistview/konq_treeview.rc
+share/apps/konqueror/dirtree/home.desktop
+share/apps/konqueror/dirtree/remote/.directory
+share/apps/konqueror/dirtree/remote/ftp/.directory
+share/apps/konqueror/dirtree/remote/ftp/kde_ftp.desktop
+share/apps/konqueror/dirtree/remote/web/.directory
+share/apps/konqueror/dirtree/remote/web/kde_web.desktop
+share/apps/konqueror/dirtree/remote/windows.desktop
+share/apps/konqueror/dirtree/root.desktop
+share/apps/konqueror/konqueror.rc
+share/apps/konqueror/pics/indicator_anchor.png
+share/apps/konqueror/pics/indicator_connect.png
+share/apps/konqueror/pics/indicator_empty.png
+share/apps/konqueror/pics/indicator_noconnect.png
+share/apps/konqueror/pics/indicator_viewactive.png
share/apps/konsole/BlackOnLightYellow.schema
share/apps/konsole/BlackOnWhite.schema
share/apps/konsole/DarkPicture.schema
share/apps/konsole/Example.Schema
share/apps/konsole/GreenOnBlack.schema
+share/apps/konsole/GreenTint.schema
+share/apps/konsole/GreenTint_MC.schema
share/apps/konsole/LightPicture.schema
share/apps/konsole/Linux.schema
+share/apps/konsole/Transparent.schema
+share/apps/konsole/Transparent_MC.schema
+share/apps/konsole/Transparent_lightbg.schema
share/apps/konsole/WhiteOnBlack.schema
share/apps/konsole/XTerm.schema
+share/apps/konsole/default.Keytab
share/apps/konsole/default.Schema
-share/apps/konsole/linux.kdelnk
-share/apps/konsole/mc.kdelnk
-share/apps/konsole/shell.kdelnk
-share/apps/konsole/su.kdelnk
+share/apps/konsole/konsole_part.rc
+share/apps/konsole/linux.desktop
+share/apps/konsole/linux.keytab
+share/apps/konsole/mc.desktop
+share/apps/konsole/shell.desktop
+share/apps/konsole/su.desktop
share/apps/konsole/syscolor.schema
share/apps/konsole/vim.schema
-share/apps/kpanel/default/Desktop.kdelnk
-share/apps/kpanel/default/Home.kdelnk
-share/apps/kpanel/default/personal_directory
-share/apps/kpanel/pics/exit.xpm
-share/apps/kpanel/pics/go.xpm
-share/apps/kpanel/pics/kdisknav.xpm
-share/apps/kpanel/pics/key.xpm
-share/apps/kpanel/pics/kfm_home.xpm
-share/apps/kpanel/pics/large/go.xpm
-share/apps/kpanel/pics/large/kdisknav.xpm
-share/apps/kpanel/pics/large/kfm_home.xpm
-share/apps/kpanel/pics/large/pers_applnk.xpm
-share/apps/kpanel/pics/large/window_list.xpm
-share/apps/kpanel/pics/mini/go.xpm
-share/apps/kpanel/pics/mini/kdisknav.xpm
-share/apps/kpanel/pics/mini/mini-exit.xpm
-share/apps/kpanel/pics/mini/mini-key.xpm
-share/apps/kpanel/pics/mini/mini-panel.xpm
-share/apps/kpanel/pics/mini/pers_applnk.xpm
-share/apps/kpanel/pics/mini/personal.xpm
-share/apps/kpanel/pics/mini/window_list.xpm
-share/apps/kpanel/pics/pers_applnk.xpm
-share/apps/kpanel/pics/personal.xpm
-share/apps/kpanel/pics/shared.xpm
-share/apps/kpanel/pics/window_list.xpm
+share/apps/konsole/vt100.keytab
share/apps/kscreensaver/kscience-small.gif
share/apps/kscreensaver/kscience.gif
-share/apps/kthememgr/Themes/Astronique.tar.gz
-share/apps/kthememgr/Themes/Bryce.tar.gz
-share/apps/kthememgr/Themes/Default.tar.gz
-share/apps/kthememgr/Themes/Glax.tar.gz
-share/apps/kthememgr/Themes/MGBreizh.tar.gz
-share/apps/kthememgr/Themes/Nostalgy.tar.gz
-share/apps/kthememgr/Themes/Template.themerc
-share/apps/kthememgr/Themes/Wood.tar.gz
-share/apps/kthememgr/theme.mappings
-share/apps/kwm/pics/bluesun.gif
-share/apps/kwm/pics/close.xpm
-share/apps/kwm/pics/fog-grey.gif
-share/apps/kwm/pics/fog.gif
-share/apps/kwm/pics/greenie.dim.xpm
-share/apps/kwm/pics/greenie.light.xpm
-share/apps/kwm/pics/iconify.xpm
-share/apps/kwm/pics/maximize.xpm
-share/apps/kwm/pics/maximizedown.xpm
-share/apps/kwm/pics/menu.xpm
-share/apps/kwm/pics/pindown.xpm
-share/apps/kwm/pics/pinup.xpm
-share/apps/kwm/pics/unknown.xpm
-share/config/desktop
-share/config/desktop0rc
-share/config/desktop1rc
-share/config/desktop2rc
-share/config/desktop3rc
-share/config/kcmlocalerc
+share/apps/kwelcome/pics/welcome.png
+share/apps/kwin/b2.desktop
+share/apps/kwin/eventsrc
+share/apps/kwin/kstep.desktop
+share/apps/kwin/laptop.desktop
+share/apps/kwin/modernsystem.desktop
+share/apps/kwin/riscos.desktop
+share/apps/kwin/system.desktop
+share/apps/kwm/pics/bluesun.png
+share/apps/kwm/pics/close.png
+share/apps/kwm/pics/fog-grey.png
+share/apps/kwm/pics/fog.png
+share/apps/kwm/pics/greenie.dim.png
+share/apps/kwm/pics/greenie.light.png
+share/apps/kwm/pics/iconify.png
+share/apps/kwm/pics/maximize.png
+share/apps/kwm/pics/maximizedown.png
+share/apps/kwm/pics/menu.png
+share/apps/kwm/pics/pindown.png
+share/apps/kwm/pics/pinup.png
+share/apps/kwm/pics/unknown.png
+share/apps/quickbrowser/Home.desktop
+share/apps/quickbrowser/KDE.desktop
+share/apps/quickbrowser/Root.desktop
+share/config/attractionrc
+share/config/bouboulerc
+share/config/coralrc
+share/config/crystalrc
+share/config/decayscreenrc
+share/config/deluxerc
+share/config/demonrc
+share/config/epicyclerc
+share/config/fadeplotrc
+share/config/flamerc
+share/config/flowrc
+share/config/forestrc
+share/config/gearsrc
+share/config/gravrc
+share/config/halorc
+share/config/interferencerc
share/config/kdmrc
-share/config/kfmrc
-share/config/kikbdrc
-share/config/kpanelrc
-share/doc/HTML/en/kcontrol/index-1.html
-share/doc/HTML/en/kcontrol/index-2.html
+share/config/kumpparc
+share/config/kuriikwsfilterrc
+share/config/laserrc
+share/config/lissierc
+share/config/penroserc
+share/config/protocols/help.desktop
+share/config/protocols/info.desktop
+share/config/protocols/man.desktop
+share/config/protocols/nntp.desktop
+share/config/protocols/pop3.desktop
+share/config/protocols/smb.desktop
+share/config/rocksrc
+share/config/sliprc
+share/doc/HTML/en/kcontrol/.anchors
+share/doc/HTML/en/kcontrol/index.cvlog
+share/doc/HTML/en/kcontrol/index.docbook
share/doc/HTML/en/kcontrol/index.html
-share/doc/HTML/en/kcontrol/kcmbell/bell-1.html
-share/doc/HTML/en/kcontrol/kcmbell/bell.html
-share/doc/HTML/en/kcontrol/kcmbell/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-1.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-2.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-3.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-4.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-5.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-6.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-7.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-8.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay.html
-share/doc/HTML/en/kcontrol/kcmdisplay/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminfo/info-1.html
-share/doc/HTML/en/kcontrol/kcminfo/info-10.html
-share/doc/HTML/en/kcontrol/kcminfo/info-11.html
-share/doc/HTML/en/kcontrol/kcminfo/info-2.html
-share/doc/HTML/en/kcontrol/kcminfo/info-3.html
-share/doc/HTML/en/kcontrol/kcminfo/info-4.html
-share/doc/HTML/en/kcontrol/kcminfo/info-5.html
-share/doc/HTML/en/kcontrol/kcminfo/info-6.html
-share/doc/HTML/en/kcontrol/kcminfo/info-7.html
-share/doc/HTML/en/kcontrol/kcminfo/info-8.html
-share/doc/HTML/en/kcontrol/kcminfo/info-9.html
-share/doc/HTML/en/kcontrol/kcminfo/info.html
-share/doc/HTML/en/kcontrol/kcminfo/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminput/input-1.html
-share/doc/HTML/en/kcontrol/kcminput/input-2.html
-share/doc/HTML/en/kcontrol/kcminput/input.html
-share/doc/HTML/en/kcontrol/kcminput/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkeys/keys-1.html
-share/doc/HTML/en/kcontrol/kcmkeys/keys.html
-share/doc/HTML/en/kcontrol/kcmkeys/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-1.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-2.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-3.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-4.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-5.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-6.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-7.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-8.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm.html
-share/doc/HTML/en/kcontrol/kcmkfm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-1.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-2.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-3.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel.html
-share/doc/HTML/en/kcontrol/kcmkpanel/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-1.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-2.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-3.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-4.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-5.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-6.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm.html
-share/doc/HTML/en/kcontrol/kcmkwm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmlocale/locale-1.html
-share/doc/HTML/en/kcontrol/kcmlocale/locale.html
-share/doc/HTML/en/kcontrol/kcmlocale/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-1.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-2.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus.html
-share/doc/HTML/en/kcontrol/kcmsyssound/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound-1.html
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound.html
+share/doc/HTML/en/kcontrol/kcmbell/.anchors
+share/doc/HTML/en/kcontrol/kcmbell/configuringthebell.html
+share/doc/HTML/en/kcontrol/kcmbell/index.cvlog
+share/doc/HTML/en/kcontrol/kcmbell/index.docbook
+share/doc/HTML/en/kcontrol/kcmbell/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/.anchors
+share/doc/HTML/en/kcontrol/kcmdisplay/background-color.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background-preview.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background.html
+share/doc/HTML/en/kcontrol/kcmdisplay/color-schemes.html
+share/doc/HTML/en/kcontrol/kcmdisplay/colorscheme.html
+share/doc/HTML/en/kcontrol/kcmdisplay/fonts.html
+share/doc/HTML/en/kcontrol/kcmdisplay/index.cvlog
+share/doc/HTML/en/kcontrol/kcmdisplay/index.docbook
+share/doc/HTML/en/kcontrol/kcmdisplay/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/introduction.html
+share/doc/HTML/en/kcontrol/kcmdisplay/questionsandanswers.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screen-saver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screensaver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/settings.html
+share/doc/HTML/en/kcontrol/kcmdisplay/style.html
+share/doc/HTML/en/kcontrol/kcmdisplay/tutorial.html
+share/doc/HTML/en/kcontrol/kcmdisplay/wallpaper.html
+share/doc/HTML/en/kcontrol/kcmdisplay/widget-color.html
+share/doc/HTML/en/kcontrol/kcminfo/.anchors
+share/doc/HTML/en/kcontrol/kcminfo/deviceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/dmachannelinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/index.cvlog
+share/doc/HTML/en/kcontrol/kcminfo/index.docbook
+share/doc/HTML/en/kcontrol/kcminfo/index.html
+share/doc/HTML/en/kcontrol/kcminfo/interruptrequestirqlinesinuse.html
+share/doc/HTML/en/kcontrol/kcminfo/ioportinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/memoryusageinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/partitioninformation.html
+share/doc/HTML/en/kcontrol/kcminfo/pcibusandinstalledpcicards.html
+share/doc/HTML/en/kcontrol/kcminfo/processorinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/scsiinterfaceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/soundcardinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/xserverinformation.html
+share/doc/HTML/en/kcontrol/kcminput/.anchors
+share/doc/HTML/en/kcontrol/kcminput/configuringthekeyboard.html
+share/doc/HTML/en/kcontrol/kcminput/configuringthemouse.html
+share/doc/HTML/en/kcontrol/kcminput/index.cvlog
+share/doc/HTML/en/kcontrol/kcminput/index.docbook
+share/doc/HTML/en/kcontrol/kcminput/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/.anchors
+share/doc/HTML/en/kcontrol/kcmkdesu/configuring-kdesu.html
+share/doc/HTML/en/kcontrol/kcmkdesu/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkdesu/index.docbook
+share/doc/HTML/en/kcontrol/kcmkdesu/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/password-keeping.html
+share/doc/HTML/en/kcontrol/kcmkeys/.anchors
+share/doc/HTML/en/kcontrol/kcmkeys/configurationofkeybindingsshortcutkeys.html
+share/doc/HTML/en/kcontrol/kcmkeys/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkeys/index.docbook
+share/doc/HTML/en/kcontrol/kcmkeys/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/.anchors
+share/doc/HTML/en/kcontrol/kcmkfm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkfm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkfm/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationcolor.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationdesktopicons.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationfonts.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmfilemanagerconfigurationother.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationcookies.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationhttp.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationproxy.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationsmb.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationuseragent.html
+share/doc/HTML/en/kcontrol/kcmkpanel/.anchors
+share/doc/HTML/en/kcontrol/kcmkpanel/configuringvirtualdesktops.html
+share/doc/HTML/en/kcontrol/kcmkpanel/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkpanel/index.docbook
+share/doc/HTML/en/kcontrol/kcmkpanel/index.html
+share/doc/HTML/en/kcontrol/kcmkpanel/panelandtaskbarlocationandstyle.html
+share/doc/HTML/en/kcontrol/kcmkpanel/paneloptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/.anchors
+share/doc/HTML/en/kcontrol/kcmkwm/advancedwindowmanagersettings.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringdesktopborderproperties.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringmousebuttonactions.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarappearanceandaction.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarbuttons.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringwindowmanagementoptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkwm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkwm/index.html
+share/doc/HTML/en/kcontrol/kcmkwm/window-focus-policy..html
+share/doc/HTML/en/kcontrol/kcmkwm/window-placement-policy..html
+share/doc/HTML/en/kcontrol/kcmlocale/.anchors
+share/doc/HTML/en/kcontrol/kcmlocale/index.cvlog
+share/doc/HTML/en/kcontrol/kcmlocale/index.docbook
+share/doc/HTML/en/kcontrol/kcmlocale/index.html
+share/doc/HTML/en/kcontrol/kcmlocale/settingthelanguage.html
+share/doc/HTML/en/kcontrol/kcmsamba/.anchors
+share/doc/HTML/en/kcontrol/kcmsamba/authors.html
+share/doc/HTML/en/kcontrol/kcmsamba/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsamba/index.docbook
+share/doc/HTML/en/kcontrol/kcmsamba/index.html
+share/doc/HTML/en/kcontrol/kcmsamba/thesambastatusmonitor.html
+share/doc/HTML/en/kcontrol/kcmsyssound/.anchors
+share/doc/HTML/en/kcontrol/kcmsyssound/configurationofsystemsounds.html
+share/doc/HTML/en/kcontrol/kcmsyssound/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsyssound/index.docbook
+share/doc/HTML/en/kcontrol/kcmsyssound/index.html
+share/doc/HTML/en/kcontrol/kdmconfig/.anchors
+share/doc/HTML/en/kcontrol/kdmconfig/background.html
+share/doc/HTML/en/kcontrol/kdmconfig/font.html
+share/doc/HTML/en/kcontrol/kdmconfig/index.cvlog
+share/doc/HTML/en/kcontrol/kdmconfig/index.docbook
share/doc/HTML/en/kcontrol/kdmconfig/index.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-appear.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-backgnd.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-font.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-sess.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-users.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-1.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-2.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-3.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-4.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr.html
-share/doc/HTML/en/kcontrol/kthememgr/logotp3.gif
-share/doc/HTML/en/kcontrol/logotp3.gif
-share/doc/HTML/en/kdehelp/contact.html
-share/doc/HTML/en/kdehelp/devel.html
-share/doc/HTML/en/kdehelp/exec.xpm
-share/doc/HTML/en/kdehelp/index.html
-share/doc/HTML/en/kdehelp/intro.html
-share/doc/HTML/en/kdehelp/kde.html
-share/doc/HTML/en/kdehelp/kdeside.gif
-share/doc/HTML/en/kdehelp/kogo3.gif
-share/doc/HTML/en/kdehelp/kpanel/index-1.html
-share/doc/HTML/en/kdehelp/kpanel/index-2.html
-share/doc/HTML/en/kdehelp/kpanel/index-3.html
-share/doc/HTML/en/kdehelp/kpanel/index-4.html
-share/doc/HTML/en/kdehelp/kpanel/index-5.html
-share/doc/HTML/en/kdehelp/kpanel/index.html
-share/doc/HTML/en/kdehelp/kpanel/logotp3.gif
-share/doc/HTML/en/kdehelp/ksearch.html
-share/doc/HTML/en/kdehelp/kule.gif
-share/doc/HTML/en/kdehelp/kwm/index-1.html
-share/doc/HTML/en/kdehelp/kwm/index-2.html
-share/doc/HTML/en/kdehelp/kwm/index-3.html
-share/doc/HTML/en/kdehelp/kwm/index-4.html
-share/doc/HTML/en/kdehelp/kwm/index-5.html
-share/doc/HTML/en/kdehelp/kwm/index-6.html
-share/doc/HTML/en/kdehelp/kwm/index.html
-share/doc/HTML/en/kdehelp/kwm/logotp3.gif
-share/doc/HTML/en/kdehelp/logotp3.gif
-share/doc/HTML/en/kdehelp/main.html
-share/doc/HTML/en/kdehelp/nav_bar.gif
-share/doc/HTML/en/kdehelp/quickstart/index-1.html
-share/doc/HTML/en/kdehelp/quickstart/index-10.html
-share/doc/HTML/en/kdehelp/quickstart/index-2.html
-share/doc/HTML/en/kdehelp/quickstart/index-3.html
-share/doc/HTML/en/kdehelp/quickstart/index-4.html
-share/doc/HTML/en/kdehelp/quickstart/index-5.html
-share/doc/HTML/en/kdehelp/quickstart/index-6.html
-share/doc/HTML/en/kdehelp/quickstart/index-7.html
-share/doc/HTML/en/kdehelp/quickstart/index-8.html
-share/doc/HTML/en/kdehelp/quickstart/index-9.html
-share/doc/HTML/en/kdehelp/quickstart/index.html
-share/doc/HTML/en/kdehelp/quickstart/logotp3.gif
-share/doc/HTML/en/kdehelp/single_pixel.gif
-share/doc/HTML/en/kdehelp/support.html
-share/doc/HTML/en/kdehelp/tealbar.gif
-share/doc/HTML/en/kdehelp/whatis.html
-share/doc/HTML/en/kdehelp/whatiskde.html
-share/doc/HTML/en/kdisknav/kdisknav-1.html
-share/doc/HTML/en/kdisknav/kdisknav-2.html
-share/doc/HTML/en/kdisknav/kdisknav-3.html
-share/doc/HTML/en/kdisknav/kdisknav-4.html
-share/doc/HTML/en/kdisknav/kdisknav-5.html
-share/doc/HTML/en/kdisknav/kdisknav-6.html
-share/doc/HTML/en/kdisknav/kdisknav-7.html
-share/doc/HTML/en/kdisknav/kdisknav.html
-share/doc/HTML/en/kdisknav/kdisknav.sgml
-share/doc/HTML/en/kdisknav/logotp3.gif
-share/doc/HTML/en/kdm/index-1.html
-share/doc/HTML/en/kdm/index-2.html
-share/doc/HTML/en/kdm/index-3.html
-share/doc/HTML/en/kdm/index-4.html
+share/doc/HTML/en/kcontrol/kdmconfig/kdmconfiguration.html
+share/doc/HTML/en/kcontrol/kdmconfig/sessions.html
+share/doc/HTML/en/kcontrol/kdmconfig/users.html
+share/doc/HTML/en/kcontrol/kthememgr/.anchors
+share/doc/HTML/en/kcontrol/kthememgr/aboutthepackage.html
+share/doc/HTML/en/kcontrol/kthememgr/authors.html
+share/doc/HTML/en/kcontrol/kthememgr/index.cvlog
+share/doc/HTML/en/kcontrol/kthememgr/index.docbook
+share/doc/HTML/en/kcontrol/kthememgr/index.html
+share/doc/HTML/en/kcontrol/kthememgr/kdethememanagerinstaller.html
+share/doc/HTML/en/kcontrol/kthememgr/themepackagecontents.html
+share/doc/HTML/en/kcontrol/theconfigurationmodules.html
+share/doc/HTML/en/kcontrol/thekdecontrolcenter.html
+share/doc/HTML/en/kdebugdialog/.anchors
+share/doc/HTML/en/kdebugdialog/index.docbook
+share/doc/HTML/en/kdebugdialog/index.html
+share/doc/HTML/en/kdebugdialog/introduction.html
+share/doc/HTML/en/kdesu/.anchors
+share/doc/HTML/en/kdesu/author.html
+share/doc/HTML/en/kdesu/compiling.html
+share/doc/HTML/en/kdesu/configuration.html
+share/doc/HTML/en/kdesu/index.cvlog
+share/doc/HTML/en/kdesu/index.docbook
+share/doc/HTML/en/kdesu/index.html
+share/doc/HTML/en/kdesu/installation.html
+share/doc/HTML/en/kdesu/interface-to-su.html
+share/doc/HTML/en/kdesu/internals.html
+share/doc/HTML/en/kdesu/introduction.html
+share/doc/HTML/en/kdesu/password-checking.html
+share/doc/HTML/en/kdesu/secpasswordkeeping.html
+share/doc/HTML/en/kdesu/usingkdesu.html
+share/doc/HTML/en/kdisknav/.anchors
+share/doc/HTML/en/kdisknav/addingchangingandremovingfilesystementries.html
+share/doc/HTML/en/kdisknav/configurationfile.html
+share/doc/HTML/en/kdisknav/featurestips.html
+share/doc/HTML/en/kdisknav/feedback.html
+share/doc/HTML/en/kdisknav/index.cvlog
+share/doc/HTML/en/kdisknav/index.docbook
+share/doc/HTML/en/kdisknav/index.html
+share/doc/HTML/en/kdisknav/introduction.html
+share/doc/HTML/en/kdisknav/notes.html
+share/doc/HTML/en/kdisknav/options.html
+share/doc/HTML/en/kdm/.anchors
+share/doc/HTML/en/kdm/configuringkdm.html
+share/doc/HTML/en/kdm/different-window-managers-with-kdm-chooser.html
+share/doc/HTML/en/kdm/index.cvlog
+share/doc/HTML/en/kdm/index.docbook
share/doc/HTML/en/kdm/index.html
-share/doc/HTML/en/kdm/logotp3.gif
-share/doc/HTML/en/kfind/index-1.html
-share/doc/HTML/en/kfind/index-2.html
-share/doc/HTML/en/kfind/index-3.html
-share/doc/HTML/en/kfind/index-4.html
-share/doc/HTML/en/kfind/index.html
-share/doc/HTML/en/kfind/index.sgml
-share/doc/HTML/en/kfind/logotp3.gif
-share/doc/HTML/en/kfm/app.html
-share/doc/HTML/en/kfm/app1.gif
-share/doc/HTML/en/kfm/app2.gif
-share/doc/HTML/en/kfm/app2.html
-share/doc/HTML/en/kfm/app3.gif
-share/doc/HTML/en/kfm/app4.gif
+share/doc/HTML/en/kdm/installingkdm.html
+share/doc/HTML/en/kdm/introduction.html
+share/doc/HTML/en/kdm/kdmdesktop.html
+share/doc/HTML/en/kdm/legalstuff.html
+share/doc/HTML/en/kdm/locale.html
+share/doc/HTML/en/kfm/.anchors
+share/doc/HTML/en/kfm/app1.png
+share/doc/HTML/en/kfm/app2.png
+share/doc/HTML/en/kfm/app3.png
+share/doc/HTML/en/kfm/app4.png
share/doc/HTML/en/kfm/bookmarks.html
-share/doc/HTML/en/kfm/dontpanic.jpeg
-share/doc/HTML/en/kfm/index-1.html
-share/doc/HTML/en/kfm/index-2.html
-share/doc/HTML/en/kfm/index-3.html
-share/doc/HTML/en/kfm/index-4.html
-share/doc/HTML/en/kfm/index-5.html
-share/doc/HTML/en/kfm/index-6.html
-share/doc/HTML/en/kfm/index-7.html
+share/doc/HTML/en/kfm/copyright.html
+share/doc/HTML/en/kfm/credits.html
+share/doc/HTML/en/kfm/dontpanic.png
+share/doc/HTML/en/kfm/frequentlyaskedquestions.html
+share/doc/HTML/en/kfm/how-can-i-link-a-url-on-the-desktop.html
+share/doc/HTML/en/kfm/how-can-i-look-in-a-tar-file.html
+share/doc/HTML/en/kfm/how-can-i-mount-a-device.html
+share/doc/HTML/en/kfm/how-can-i-open-a-new-view-for-a-directory.html
+share/doc/HTML/en/kfm/how-can-i-print.html
+share/doc/HTML/en/kfm/how-can-i-select-multiple-files.html
+share/doc/HTML/en/kfm/how-can-i-start-kfm-without-any-opened-windo.html
+share/doc/HTML/en/kfm/how-to-install-a-new-application.html
+share/doc/HTML/en/kfm/how-to-install-new-data-types.html
+share/doc/HTML/en/kfm/index.cvlog
+share/doc/HTML/en/kfm/index.docbook
share/doc/HTML/en/kfm/index.html
-share/doc/HTML/en/kfm/keyboard.html
-share/doc/HTML/en/kfm/kfm.jpeg
-share/doc/HTML/en/kfm/kfm_how.html
-share/doc/HTML/en/kfm/kfm_phil.html
-share/doc/HTML/en/kfm/lesson1.jpeg
-share/doc/HTML/en/kfm/lesson2.jpeg
-share/doc/HTML/en/kfm/lesson3.jpeg
-share/doc/HTML/en/kfm/lesson4.jpeg
-share/doc/HTML/en/kfm/logotp3.gif
-share/doc/HTML/en/kfm/manual.html
-share/doc/HTML/en/kfm/manual.jpeg
-share/doc/HTML/en/kfm/mime.html
-share/doc/HTML/en/kfm/mime1.gif
-share/doc/HTML/en/kfm/mime2.gif
-share/doc/HTML/en/kfm/mime2.html
-share/doc/HTML/en/kfm/mime3.gif
-share/doc/HTML/en/kfm/next.jpeg
-share/doc/HTML/en/kfm/next2.jpeg
-share/doc/HTML/en/kfm/previous.jpeg
-share/doc/HTML/en/kfm/previous2.jpeg
-share/doc/HTML/en/kfm/templates.gif
-share/doc/HTML/en/kfontmanager/index-1.html
-share/doc/HTML/en/kfontmanager/index-2.html
-share/doc/HTML/en/kfontmanager/index-3.html
-share/doc/HTML/en/kfontmanager/index-4.html
+share/doc/HTML/en/kfm/integrating-an-application-step-by-step.html
+share/doc/HTML/en/kfm/internet.html
+share/doc/HTML/en/kfm/introduction.html
+share/doc/HTML/en/kfm/kdelnk-files.html
+share/doc/HTML/en/kfm/look.html
+share/doc/HTML/en/kfm/mime1.png
+share/doc/HTML/en/kfm/mime2.png
+share/doc/HTML/en/kfm/mime3.png
+share/doc/HTML/en/kfm/multi-tasking.html
+share/doc/HTML/en/kfm/philosophy.html
+share/doc/HTML/en/kfm/templates.html
+share/doc/HTML/en/kfm/templates.png
+share/doc/HTML/en/kfm/thanks.html
+share/doc/HTML/en/kfm/usage.html
+share/doc/HTML/en/kfontmanager/.anchors
+share/doc/HTML/en/kfontmanager/fordevelopers.html
+share/doc/HTML/en/kfontmanager/howitworks.html
+share/doc/HTML/en/kfontmanager/index.cvlog
+share/doc/HTML/en/kfontmanager/index.docbook
share/doc/HTML/en/kfontmanager/index.html
-share/doc/HTML/en/kfontmanager/logotp3.gif
-share/doc/HTML/en/kikbd/advanced.gif
-share/doc/HTML/en/kikbd/general.gif
-share/doc/HTML/en/kikbd/kikbd-1.html
-share/doc/HTML/en/kikbd/kikbd-10.html
-share/doc/HTML/en/kikbd/kikbd-11.html
-share/doc/HTML/en/kikbd/kikbd-2.html
-share/doc/HTML/en/kikbd/kikbd-3.html
-share/doc/HTML/en/kikbd/kikbd-4.html
-share/doc/HTML/en/kikbd/kikbd-5.html
-share/doc/HTML/en/kikbd/kikbd-6.html
-share/doc/HTML/en/kikbd/kikbd-7.html
-share/doc/HTML/en/kikbd/kikbd-8.html
-share/doc/HTML/en/kikbd/kikbd-9.html
-share/doc/HTML/en/kikbd/kikbd.html
-share/doc/HTML/en/kikbd/logotp3.gif
-share/doc/HTML/en/kikbd/startup.gif
-share/doc/HTML/en/kikbd/style.gif
-share/doc/HTML/en/kmedia/maudio.html
-share/doc/HTML/en/kmenuedit/index-1.html
-share/doc/HTML/en/kmenuedit/index-2.html
-share/doc/HTML/en/kmenuedit/index-3.html
-share/doc/HTML/en/kmenuedit/index-4.html
-share/doc/HTML/en/kmenuedit/index-5.html
-share/doc/HTML/en/kmenuedit/index.html
-share/doc/HTML/en/kmenuedit/kmenuedit1.gif
-share/doc/HTML/en/kmenuedit/kmenuedit2.gif
-share/doc/HTML/en/kmenuedit/logotp3.gif
-share/doc/HTML/en/konsole/konsole-1.html
-share/doc/HTML/en/konsole/konsole-2.html
-share/doc/HTML/en/konsole/konsole-3.html
-share/doc/HTML/en/konsole/konsole-4.html
-share/doc/HTML/en/konsole/konsole-5.html
-share/doc/HTML/en/konsole/konsole.html
-share/doc/HTML/en/konsole/logotp3.gif
+share/doc/HTML/en/kfontmanager/installation.html
+share/doc/HTML/en/kfontmanager/introduction.html
+share/doc/HTML/en/khelpcenter/contact.html
+share/doc/HTML/en/khelpcenter/exec.xpm
+share/doc/HTML/en/khelpcenter/faq/.anchors
+share/doc/HTML/en/khelpcenter/faq/aboutthisfaq.html
+share/doc/HTML/en/khelpcenter/faq/acronyms.html
+share/doc/HTML/en/khelpcenter/faq/aix.html
+share/doc/HTML/en/khelpcenter/faq/background.html
+share/doc/HTML/en/khelpcenter/faq/backspaceinkde.html
+share/doc/HTML/en/khelpcenter/faq/basepackages.html
+share/doc/HTML/en/khelpcenter/faq/bugreport.html
+share/doc/HTML/en/khelpcenter/faq/bzip2.html
+share/doc/HTML/en/khelpcenter/faq/cannotconnect.html
+share/doc/HTML/en/khelpcenter/faq/changemenus.html
+share/doc/HTML/en/khelpcenter/faq/changemimetypes.html
+share/doc/HTML/en/khelpcenter/faq/checknewmail.html
+share/doc/HTML/en/khelpcenter/faq/colordepth.html
+share/doc/HTML/en/khelpcenter/faq/comercial.html
+share/doc/HTML/en/khelpcenter/faq/compiling.html
+share/doc/HTML/en/khelpcenter/faq/configuringkde.html
+share/doc/HTML/en/khelpcenter/faq/contributing.html
+share/doc/HTML/en/khelpcenter/faq/copypaste.html
+share/doc/HTML/en/khelpcenter/faq/createicons.html
+share/doc/HTML/en/khelpcenter/faq/currentversion.html
+share/doc/HTML/en/khelpcenter/faq/cvs.html
+share/doc/HTML/en/khelpcenter/faq/cvsaccess.html
+share/doc/HTML/en/khelpcenter/faq/cvsmirrors.html
+share/doc/HTML/en/khelpcenter/faq/cvsreadonly.html
+share/doc/HTML/en/khelpcenter/faq/debian.html
+share/doc/HTML/en/khelpcenter/faq/defaultdir.html
+share/doc/HTML/en/khelpcenter/faq/deletefiles.html
+share/doc/HTML/en/khelpcenter/faq/desktopiconmenus.html
+share/doc/HTML/en/khelpcenter/faq/devellist.html
+share/doc/HTML/en/khelpcenter/faq/difffiles.html
+share/doc/HTML/en/khelpcenter/faq/dirappearance.html
+share/doc/HTML/en/khelpcenter/faq/disablesessionmgmt.html
+share/doc/HTML/en/khelpcenter/faq/distros.html
+share/doc/HTML/en/khelpcenter/faq/dosandext2.html
+share/doc/HTML/en/khelpcenter/faq/driveinfo.html
+share/doc/HTML/en/khelpcenter/faq/dualscreen.html
+share/doc/HTML/en/khelpcenter/faq/embedpanel.html
+share/doc/HTML/en/khelpcenter/faq/euro.html
+share/doc/HTML/en/khelpcenter/faq/exitkde.html
+share/doc/HTML/en/khelpcenter/faq/faqmaintainer.html
+share/doc/HTML/en/khelpcenter/faq/filestodesktop.html
+share/doc/HTML/en/khelpcenter/faq/fontstoosmall.html
+share/doc/HTML/en/khelpcenter/faq/ftpclient.html
+share/doc/HTML/en/khelpcenter/faq/getridicons.html
+share/doc/HTML/en/khelpcenter/faq/gettingkde.html
+share/doc/HTML/en/khelpcenter/faq/gettingmoreinformation.html
+share/doc/HTML/en/khelpcenter/faq/gifsupport.html
+share/doc/HTML/en/khelpcenter/faq/highlightmenus.html
+share/doc/HTML/en/khelpcenter/faq/howtostartkde.html
+share/doc/HTML/en/khelpcenter/faq/howtosubscribe.html
+share/doc/HTML/en/khelpcenter/faq/iconified.html
+share/doc/HTML/en/khelpcenter/faq/icons.html
+share/doc/HTML/en/khelpcenter/faq/index.cvlog
+share/doc/HTML/en/khelpcenter/faq/index.docbook
+share/doc/HTML/en/khelpcenter/faq/index.html
+share/doc/HTML/en/khelpcenter/faq/installation.html
+share/doc/HTML/en/khelpcenter/faq/installationinstructions.html
+share/doc/HTML/en/khelpcenter/faq/introduction.html
+share/doc/HTML/en/khelpcenter/faq/isaclone.html
+share/doc/HTML/en/khelpcenter/faq/isfreesoftware.html
+share/doc/HTML/en/khelpcenter/faq/kbiff.html
+share/doc/HTML/en/khelpcenter/faq/kbutton.html
+share/doc/HTML/en/khelpcenter/faq/kdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdebase.html
+share/doc/HTML/en/khelpcenter/faq/kdelogin.html
+share/doc/HTML/en/khelpcenter/faq/kdemailinglists.html
+share/doc/HTML/en/khelpcenter/faq/kdenewsgroups.html
+share/doc/HTML/en/khelpcenter/faq/kdeprogramming.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnonkdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnumlockon.html
+share/doc/HTML/en/khelpcenter/faq/kdminredhat.html
+share/doc/HTML/en/khelpcenter/faq/kdmnoreadsprofile.html
+share/doc/HTML/en/khelpcenter/faq/keyboardswitcher.html
+share/doc/HTML/en/khelpcenter/faq/killingwindows.html
+share/doc/HTML/en/khelpcenter/faq/killkwmpager.html
+share/doc/HTML/en/khelpcenter/faq/kmail.html
+share/doc/HTML/en/khelpcenter/faq/knownbugfixesforkde.html
+share/doc/HTML/en/khelpcenter/faq/koffice.html
+share/doc/HTML/en/khelpcenter/faq/kscd.html
+share/doc/HTML/en/khelpcenter/faq/ktop.html
+share/doc/HTML/en/khelpcenter/faq/kvt.html
+share/doc/HTML/en/khelpcenter/faq/laptop.html
+share/doc/HTML/en/khelpcenter/faq/latestversion.html
+share/doc/HTML/en/khelpcenter/faq/launchtodesktop.html
+share/doc/HTML/en/khelpcenter/faq/leftbuttonmenu.html
+share/doc/HTML/en/khelpcenter/faq/loopbackdevice.html
+share/doc/HTML/en/khelpcenter/faq/maclike.html
+share/doc/HTML/en/khelpcenter/faq/mailinglistarchive.html
+share/doc/HTML/en/khelpcenter/faq/maximizeonedim.html
+share/doc/HTML/en/khelpcenter/faq/miscellaneousquestions.html
+share/doc/HTML/en/khelpcenter/faq/mountfromdesktop.html
+share/doc/HTML/en/khelpcenter/faq/mountfs.html
+share/doc/HTML/en/khelpcenter/faq/mousewheel.html
+share/doc/HTML/en/khelpcenter/faq/movequickly.html
+share/doc/HTML/en/khelpcenter/faq/netscape.html
+share/doc/HTML/en/khelpcenter/faq/noborder.html
+share/doc/HTML/en/khelpcenter/faq/nonanonftp.html
+share/doc/HTML/en/khelpcenter/faq/noncompliant.html
+share/doc/HTML/en/khelpcenter/faq/noredhatlogo.html
+share/doc/HTML/en/khelpcenter/faq/notreallykderelated.html
+share/doc/HTML/en/khelpcenter/faq/nsbookmark.html
+share/doc/HTML/en/khelpcenter/faq/ownshortcuts.html
+share/doc/HTML/en/khelpcenter/faq/packageformats.html
+share/doc/HTML/en/khelpcenter/faq/panelcomplains.html
+share/doc/HTML/en/khelpcenter/faq/percentinexecline.html
+share/doc/HTML/en/khelpcenter/faq/platform.html
+share/doc/HTML/en/khelpcenter/faq/postinstallation.html
+share/doc/HTML/en/khelpcenter/faq/prerequisites.html
+share/doc/HTML/en/khelpcenter/faq/progwithouticons.html
+share/doc/HTML/en/khelpcenter/faq/qtclone.html
+share/doc/HTML/en/khelpcenter/faq/qtisntfree.html
+share/doc/HTML/en/khelpcenter/faq/redhat.html
+share/doc/HTML/en/khelpcenter/faq/redhatmenustokde.html
+share/doc/HTML/en/khelpcenter/faq/redhatstartmenu.html
+share/doc/HTML/en/khelpcenter/faq/removeold.html
+share/doc/HTML/en/khelpcenter/faq/replacewinmanager.html
+share/doc/HTML/en/khelpcenter/faq/rpmssuse.html
+share/doc/HTML/en/khelpcenter/faq/saveasinkfm.html
+share/doc/HTML/en/khelpcenter/faq/screenshots.html
+share/doc/HTML/en/khelpcenter/faq/shadingawindow.html
+share/doc/HTML/en/khelpcenter/faq/shadowpasswords.html
+share/doc/HTML/en/khelpcenter/faq/snapshotconfig.html
+share/doc/HTML/en/khelpcenter/faq/snapshots.html
+share/doc/HTML/en/khelpcenter/faq/solaris.html
+share/doc/HTML/en/khelpcenter/faq/staroffice.html
+share/doc/HTML/en/khelpcenter/faq/startupdir.html
+share/doc/HTML/en/khelpcenter/faq/stickywindow.html
+share/doc/HTML/en/khelpcenter/faq/systemsound.html
+share/doc/HTML/en/khelpcenter/faq/templatesfolder.html
+share/doc/HTML/en/khelpcenter/faq/thedesktop.html
+share/doc/HTML/en/khelpcenter/faq/thefilemanager.html
+share/doc/HTML/en/khelpcenter/faq/themes.html
+share/doc/HTML/en/khelpcenter/faq/thepanel.html
+share/doc/HTML/en/khelpcenter/faq/thewindowmanager.html
+share/doc/HTML/en/khelpcenter/faq/toolforwebpages.html
+share/doc/HTML/en/khelpcenter/faq/translating.html
+share/doc/HTML/en/khelpcenter/faq/transparentbgnd.html
+share/doc/HTML/en/khelpcenter/faq/truetype.html
+share/doc/HTML/en/khelpcenter/faq/twobutton.html
+share/doc/HTML/en/khelpcenter/faq/uninstall.html
+share/doc/HTML/en/khelpcenter/faq/upgrade.html
+share/doc/HTML/en/khelpcenter/faq/upgradekernel.html
+share/doc/HTML/en/khelpcenter/faq/usefultips.html
+share/doc/HTML/en/khelpcenter/faq/userdirectory.html
+share/doc/HTML/en/khelpcenter/faq/whatisqt.html
+share/doc/HTML/en/khelpcenter/faq/whatkstandfor.html
+share/doc/HTML/en/khelpcenter/faq/wheretogetqt.html
+share/doc/HTML/en/khelpcenter/faq/whichversion.html
+share/doc/HTML/en/khelpcenter/faq/whynotother.html
+share/doc/HTML/en/khelpcenter/faq/windowplacement.html
+share/doc/HTML/en/khelpcenter/faq/windowskeys.html
+share/doc/HTML/en/khelpcenter/faq/winmanager.html
+share/doc/HTML/en/khelpcenter/faq/winmanonthefly.html
+share/doc/HTML/en/khelpcenter/faq/wrongcharset.html
+share/doc/HTML/en/khelpcenter/faq/wrongtime.html
+share/doc/HTML/en/khelpcenter/faq/xmousetoarrow.html
+share/doc/HTML/en/khelpcenter/faq/xserverforwindows.html
+share/doc/HTML/en/khelpcenter/index.html
+share/doc/HTML/en/khelpcenter/kdelogo.png
+share/doc/HTML/en/khelpcenter/laptop.png
+share/doc/HTML/en/khelpcenter/links.html
+share/doc/HTML/en/khelpcenter/main.html
+share/doc/HTML/en/khelpcenter/quickstart/.anchors
+share/doc/HTML/en/khelpcenter/quickstart/advancedtopics.html
+share/doc/HTML/en/khelpcenter/quickstart/anoverviewofkde.html
+share/doc/HTML/en/khelpcenter/quickstart/archivesandnetworks.html
+share/doc/HTML/en/khelpcenter/quickstart/commandline.html
+share/doc/HTML/en/khelpcenter/quickstart/configuration.html
+share/doc/HTML/en/khelpcenter/quickstart/configure.html
+share/doc/HTML/en/khelpcenter/quickstart/credits.html
+share/doc/HTML/en/khelpcenter/quickstart/index.cvlog
+share/doc/HTML/en/khelpcenter/quickstart/index.docbook
+share/doc/HTML/en/khelpcenter/quickstart/index.html
+share/doc/HTML/en/khelpcenter/quickstart/introduction.html
+share/doc/HTML/en/khelpcenter/quickstart/kdeanexcitingjourney.html
+share/doc/HTML/en/khelpcenter/quickstart/launchingapplications.html
+share/doc/HTML/en/khelpcenter/quickstart/loggingout.html
+share/doc/HTML/en/khelpcenter/quickstart/managingyourfiles.html
+share/doc/HTML/en/khelpcenter/quickstart/readysetgo.html
+share/doc/HTML/en/khelpcenter/quickstart/taskbar.html
+share/doc/HTML/en/khelpcenter/quickstart/templates.html
+share/doc/HTML/en/khelpcenter/quickstart/virtualdesktops.html
+share/doc/HTML/en/khelpcenter/quickstart/workingwithwindows.html
+share/doc/HTML/en/khelpcenter/support.html
+share/doc/HTML/en/khelpcenter/tinylogo.png
+share/doc/HTML/en/khelpcenter/userguide/.anchors
+share/doc/HTML/en/khelpcenter/userguide/aboutthispreview.html
+share/doc/HTML/en/khelpcenter/userguide/activating-the-screen-saver-by-moving-your-m.html
+share/doc/HTML/en/khelpcenter/userguide/addingprograms.html
+share/doc/HTML/en/khelpcenter/userguide/allaboutyourdesktop.html
+share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html
+share/doc/HTML/en/khelpcenter/userguide/contacting-the-authors.html
+share/doc/HTML/en/khelpcenter/userguide/contactingauthors.html
+share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html
+share/doc/HTML/en/khelpcenter/userguide/customizingkdethekcontrolcenter.html
+share/doc/HTML/en/khelpcenter/userguide/desktop-components.html
+share/doc/HTML/en/khelpcenter/userguide/docustaff.html
+share/doc/HTML/en/khelpcenter/userguide/entertainmentapplications.html
+share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html
+share/doc/HTML/en/khelpcenter/userguide/firstimpressions.html
+share/doc/HTML/en/khelpcenter/userguide/frequentlyaskedquestionsaboutkde.html
+share/doc/HTML/en/khelpcenter/userguide/gettingstarted.html
+share/doc/HTML/en/khelpcenter/userguide/gnu-general-public-license.html
+share/doc/HTML/en/khelpcenter/userguide/gnulicense.html
+share/doc/HTML/en/khelpcenter/userguide/graphicalapplications.html
+share/doc/HTML/en/khelpcenter/userguide/i-cannot-compile-package-xxx.html
+share/doc/HTML/en/khelpcenter/userguide/index.cvlog
+share/doc/HTML/en/khelpcenter/userguide/index.docbook
+share/doc/HTML/en/khelpcenter/userguide/index.html
+share/doc/HTML/en/khelpcenter/userguide/input-devices.html
+share/doc/HTML/en/khelpcenter/userguide/installation.html
+share/doc/HTML/en/khelpcenter/userguide/introduction.html
+share/doc/HTML/en/khelpcenter/userguide/kde-is-not-stable.html
+share/doc/HTML/en/khelpcenter/userguide/kmedia-media-player.html
+share/doc/HTML/en/khelpcenter/userguide/knu-network-utilities.html
+share/doc/HTML/en/khelpcenter/userguide/kpoker.html
+share/doc/HTML/en/khelpcenter/userguide/krn-news-client.html
+share/doc/HTML/en/khelpcenter/userguide/ktetris.html
+share/doc/HTML/en/khelpcenter/userguide/kview-image-viewer.html
+share/doc/HTML/en/khelpcenter/userguide/legal-notices.html
+share/doc/HTML/en/khelpcenter/userguide/legal-status.html
+share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms-for-redhat-caldera-and.html
+share/doc/HTML/en/khelpcenter/userguide/mailinglists.html
+share/doc/HTML/en/khelpcenter/userguide/mouse-techniques.html
+share/doc/HTML/en/khelpcenter/userguide/moving-files-with-drag-and-drop.html
+share/doc/HTML/en/khelpcenter/userguide/multimediaapplications.html
+share/doc/HTML/en/khelpcenter/userguide/network.html
+share/doc/HTML/en/khelpcenter/userguide/networkapplications.html
+share/doc/HTML/en/khelpcenter/userguide/panel-settings.html
+share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html
+share/doc/HTML/en/khelpcenter/userguide/shortcuts.html
+share/doc/HTML/en/khelpcenter/userguide/sound-system.html
+share/doc/HTML/en/khelpcenter/userguide/sourcedistribution.html
+share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html
+share/doc/HTML/en/khelpcenter/userguide/suseinstall.html
+share/doc/HTML/en/khelpcenter/userguide/system-information.html
+share/doc/HTML/en/khelpcenter/userguide/using-command-line-and-terminals.html
+share/doc/HTML/en/khelpcenter/userguide/using-multiple-desktops.html
+share/doc/HTML/en/khelpcenter/userguide/using-tgz-to-install-on-top-of-other-systems.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-font-manager.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html
+share/doc/HTML/en/khelpcenter/userguide/usingtemplates.html
+share/doc/HTML/en/khelpcenter/userguide/utilityapplications.html
+share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html
+share/doc/HTML/en/khelpcenter/userguide/what-i-urgently-need.html
+share/doc/HTML/en/khelpcenter/userguide/what-is-missing.html
+share/doc/HTML/en/khelpcenter/whatiskde.html
+share/doc/HTML/en/kikbd/.anchors
+share/doc/HTML/en/kikbd/advanced.html
+share/doc/HTML/en/kikbd/advanced.png
+share/doc/HTML/en/kikbd/authors.html
+share/doc/HTML/en/kikbd/bug-reporting.html
+share/doc/HTML/en/kikbd/config.html
+share/doc/HTML/en/kikbd/create.html
+share/doc/HTML/en/kikbd/general.html
+share/doc/HTML/en/kikbd/general.png
+share/doc/HTML/en/kikbd/index.cvlog
+share/doc/HTML/en/kikbd/index.docbook
+share/doc/HTML/en/kikbd/index.html
+share/doc/HTML/en/kikbd/installation.html
+share/doc/HTML/en/kikbd/introduction.html
+share/doc/HTML/en/kikbd/nationalkeyboard.html
+share/doc/HTML/en/kikbd/screen-saver-password-problems..html
+share/doc/HTML/en/kikbd/startup.html
+share/doc/HTML/en/kikbd/startup.png
+share/doc/HTML/en/kikbd/style.html
+share/doc/HTML/en/kikbd/style.png
+share/doc/HTML/en/kikbd/troubleshooting.html
+share/doc/HTML/en/konsole/.anchors
+share/doc/HTML/en/konsole/application-related-problems.html
+share/doc/HTML/en/konsole/broken-termacap-and-terminfo.html
+share/doc/HTML/en/konsole/bugs-and-faq.html
+share/doc/HTML/en/konsole/color-scheme.html
+share/doc/HTML/en/konsole/configuration.html
+share/doc/HTML/en/konsole/fonts.html
+share/doc/HTML/en/konsole/index.cvlog
+share/doc/HTML/en/konsole/index.docbook
+share/doc/HTML/en/konsole/index.html
+share/doc/HTML/en/konsole/installation.html
+share/doc/HTML/en/konsole/introduction.html
+share/doc/HTML/en/konsole/known-bugs.html
+share/doc/HTML/en/konsole/not-to-implement.html
+share/doc/HTML/en/konsole/overview.html
+share/doc/HTML/en/konsole/problems-with-backspace-delete.html
+share/doc/HTML/en/konsole/security.html
share/doc/HTML/en/konsole/techref.html
share/doc/HTML/en/konsole/vt100.gif
-share/doc/HTML/en/kpager/index-1.html
-share/doc/HTML/en/kpager/index-2.html
-share/doc/HTML/en/kpager/index-3.html
-share/doc/HTML/en/kpager/index-4.html
-share/doc/HTML/en/kpager/index-5.html
+share/doc/HTML/en/kpager/.anchors
+share/doc/HTML/en/kpager/compilation-and-installation.html
+share/doc/HTML/en/kpager/customizingkpageradvancedfeatures.html
+share/doc/HTML/en/kpager/frequentlyaskedquestionsfaq.html
+share/doc/HTML/en/kpager/index.cvlog
+share/doc/HTML/en/kpager/index.docbook
share/doc/HTML/en/kpager/index.html
-share/doc/HTML/en/kpager/logotp3.gif
-share/doc/HTML/en/kpanel/index-1.html
-share/doc/HTML/en/kpanel/index-2.html
-share/doc/HTML/en/kpanel/index-3.html
-share/doc/HTML/en/kpanel/index-4.html
-share/doc/HTML/en/kpanel/index-5.html
-share/doc/HTML/en/kpanel/index.html
-share/doc/HTML/en/kpanel/logotp3.gif
-share/doc/HTML/en/kthememgr/index-1.html
-share/doc/HTML/en/kthememgr/index-2.html
-share/doc/HTML/en/kthememgr/index-3.html
-share/doc/HTML/en/kthememgr/index.html
-share/doc/HTML/en/kthememgr/logotp3.gif
-share/doc/HTML/en/kvt/index.html
-share/doc/HTML/en/kwm/index-1.html
-share/doc/HTML/en/kwm/index-2.html
-share/doc/HTML/en/kwm/index-3.html
-share/doc/HTML/en/kwm/index-4.html
-share/doc/HTML/en/kwm/index-5.html
-share/doc/HTML/en/kwm/index-6.html
+share/doc/HTML/en/kpager/installation.html
+share/doc/HTML/en/kpager/introduction.html
+share/doc/HTML/en/kpager/one-click-action.html
+share/doc/HTML/en/kpager/requirements.html
+share/doc/HTML/en/kpager/resizing-windows.html
+share/doc/HTML/en/kpager/rows-mode.html
+share/doc/HTML/en/kpager/the-global-desktop.html
+share/doc/HTML/en/kpager/the-window-properties-menu.html
+share/doc/HTML/en/kpager/workingwithkpager.html
+share/doc/HTML/en/kwm/.anchors
+share/doc/HTML/en/kwm/authors.html
+share/doc/HTML/en/kwm/commands.html
+share/doc/HTML/en/kwm/configuration.html
+share/doc/HTML/en/kwm/does-kwm-support-shaded-windows-a-la-openste.html
+share/doc/HTML/en/kwm/epilogue.html
+share/doc/HTML/en/kwm/frequentlyaskedquestions.html
+share/doc/HTML/en/kwm/index.cvlog
+share/doc/HTML/en/kwm/index.docbook
share/doc/HTML/en/kwm/index.html
-share/doc/HTML/en/kwm/logotp3.gif
-share/doc/HTML/ru/kikbd/advanced.gif
-share/doc/HTML/ru/kikbd/general.gif
-share/doc/HTML/ru/kikbd/kikbd-1.html
-share/doc/HTML/ru/kikbd/kikbd-2.html
-share/doc/HTML/ru/kikbd/kikbd-3.html
-share/doc/HTML/ru/kikbd/kikbd-4.html
-share/doc/HTML/ru/kikbd/kikbd-5.html
-share/doc/HTML/ru/kikbd/kikbd-6.html
-share/doc/HTML/ru/kikbd/kikbd-7.html
-share/doc/HTML/ru/kikbd/kikbd-8.html
-share/doc/HTML/ru/kikbd/kikbd.html
-share/doc/HTML/ru/kikbd/logotp3.gif
-share/doc/HTML/ru/kikbd/startup.gif
-share/doc/HTML/ru/kikbd/style.gif
-share/icons/3floppy_mount.xpm
-share/icons/3floppy_unmount.xpm
-share/icons/5floppy_mount.xpm
-share/icons/5floppy_unmount.xpm
-share/icons/application_settings.xpm
-share/icons/applications_package.xpm
-share/icons/background.xpm
-share/icons/bell.xpm
-share/icons/binary.xpm
-share/icons/binary2.xpm
-share/icons/blockdevice.xpm
-share/icons/brightness.xpm
-share/icons/buttons.xpm
-share/icons/c_src.xpm
-share/icons/cdrom_mount.xpm
-share/icons/cdrom_unmount.xpm
-share/icons/cdwriter_mount.xpm
-share/icons/cdwriter_unmount.xpm
-share/icons/chardevice.xpm
-share/icons/colors.xpm
-share/icons/colourness.xpm
-share/icons/contrast.xpm
-share/icons/core.xpm
-share/icons/desktop.xpm
-share/icons/desktop_settings.xpm
-share/icons/document.xpm
-share/icons/dvi.xpm
-share/icons/editors_package.xpm
-share/icons/exec.xpm
-share/icons/f_src.xpm
-share/icons/folder.xpm
-share/icons/folder_blue.xpm
-share/icons/folder_cyan.xpm
-share/icons/folder_green.xpm
-share/icons/folder_open.xpm
-share/icons/folder_red.xpm
-share/icons/folder_yellow.xpm
-share/icons/font.xpm
-share/icons/fonts.xpm
-share/icons/ftp.xpm
-share/icons/games_package.xpm
-share/icons/general_settings.xpm
-share/icons/gf.xpm
-share/icons/graphics_package.xpm
-share/icons/h_src.xpm
-share/icons/harddrive_mount.xpm
-share/icons/harddrive_unmount.xpm
-share/icons/html.xpm
-share/icons/image.xpm
-share/icons/info.xpm
-share/icons/information.xpm
-share/icons/information_settings.xpm
-share/icons/input_devices_settings.xpm
-share/icons/java_src.xpm
-share/icons/kcmdevices.xpm
-share/icons/kcmkpanel.xpm
-share/icons/kcmkwm.xpm
-share/icons/kcmmemory.xpm
-share/icons/kcmpartitions.xpm
-share/icons/kcmpci.xpm
-share/icons/kcmprocessor.xpm
-share/icons/kcmscsi.xpm
-share/icons/kcmsound.xpm
-share/icons/kcmsyssound.xpm
-share/icons/kcmx.xpm
-share/icons/kcontrol.xpm
-share/icons/kdehelp.xpm
-share/icons/kdisknav.xpm
-share/icons/kdmconfig.xpm
-share/icons/keyboard.xpm
-share/icons/kfind.xpm
-share/icons/kfm.xpm
-share/icons/kfm_fulltrash.xpm
-share/icons/kfm_home.xpm
-share/icons/kfm_refresh.xpm
-share/icons/kfm_trash.xpm
-share/icons/kfontmanager.xpm
-share/icons/kikbd.xpm
-share/icons/kmenuedit.xpm
-share/icons/kmultiple.xpm
-share/icons/konsole.xpm
-share/icons/kscreensaver.xpm
-share/icons/kthememgr.xpm
-share/icons/kvt.xpm
-share/icons/kwm.xpm
-share/icons/l_src.xpm
-share/icons/large/3floppy_mount.xpm
-share/icons/large/3floppy_unmount.xpm
-share/icons/large/5floppy_mount.xpm
-share/icons/large/5floppy_unmount.xpm
-share/icons/large/applications_package.xpm
-share/icons/large/bell.xpm
-share/icons/large/binary.xpm
-share/icons/large/binary2.xpm
-share/icons/large/blockdevice.xpm
-share/icons/large/buttons.xpm
-share/icons/large/c_src.xpm
-share/icons/large/cdrom_mount.xpm
-share/icons/large/cdrom_unmount.xpm
-share/icons/large/cdwriter_mount.xpm
-share/icons/large/cdwriter_unmount.xpm
-share/icons/large/chardevice.xpm
-share/icons/large/colors.xpm
-share/icons/large/core.xpm
-share/icons/large/desktop.xpm
-share/icons/large/desktop_settings.xpm
-share/icons/large/document.xpm
-share/icons/large/dvi.xpm
-share/icons/large/editors_package.xpm
-share/icons/large/exec.xpm
-share/icons/large/f_src.xpm
-share/icons/large/folder.xpm
-share/icons/large/folder_blue.xpm
-share/icons/large/folder_cyan.xpm
-share/icons/large/folder_green.xpm
-share/icons/large/folder_open.xpm
-share/icons/large/folder_red.xpm
-share/icons/large/folder_yellow.xpm
-share/icons/large/font.xpm
-share/icons/large/fonts.xpm
-share/icons/large/ftp.xpm
-share/icons/large/games_package.xpm
-share/icons/large/gf.xpm
-share/icons/large/go.xpm
-share/icons/large/graphics_package.xpm
-share/icons/large/h_src.xpm
-share/icons/large/hd_mount.xpm
-share/icons/large/hd_unmount.xpm
-share/icons/large/html.xpm
-share/icons/large/image.xpm
-share/icons/large/info.xpm
-share/icons/large/java_src.xpm
-share/icons/large/kcmdevices.xpm
-share/icons/large/kcmmemory.xpm
-share/icons/large/kcmpartitions.xpm
-share/icons/large/kcmpci.xpm
-share/icons/large/kcmprocessor.xpm
-share/icons/large/kcmscsi.xpm
-share/icons/large/kcmsyssound.xpm
-share/icons/large/kcontrol.xpm
-share/icons/large/kdehelp.xpm
-share/icons/large/kdisknav.xpm
-share/icons/large/kdmconfig.xpm
-share/icons/large/kfind.xpm
-share/icons/large/kfm.xpm
-share/icons/large/kfm_fulltrash.xpm
-share/icons/large/kfm_home.xpm
-share/icons/large/kfm_trash.xpm
-share/icons/large/kfontmanager.xpm
-share/icons/large/kikbd.xpm
-share/icons/large/kmenuedit.xpm
-share/icons/large/kmultiple.xpm
-share/icons/large/konsole.xpm
-share/icons/large/kscreensaver.xpm
-share/icons/large/kvt.xpm
-share/icons/large/kwm.xpm
-share/icons/large/l_src.xpm
-share/icons/large/library.xpm
-share/icons/large/link.xpm
-share/icons/large/locale.xpm
-share/icons/large/locked_file.xpm
-share/icons/large/lockedfolder.xpm
-share/icons/large/log.xpm
-share/icons/large/magneto-optical_mount.xpm
-share/icons/large/magneto-optical_unmount.xpm
-share/icons/large/make.xpm
-share/icons/large/man.xpm
-share/icons/large/metafont.xpm
-share/icons/large/midi.xpm
-share/icons/large/misc.xpm
-share/icons/large/moc_src.xpm
-share/icons/large/multimedia_package.xpm
-share/icons/large/network_package.xpm
-share/icons/large/o_src.xpm
-share/icons/large/p_src.xpm
-share/icons/large/package.xpm
-share/icons/large/pdf.xpm
-share/icons/large/perl.xpm
-share/icons/large/perl_doc.xpm
-share/icons/large/pk.xpm
-share/icons/large/postscript.xpm
-share/icons/large/properties.xpm
-share/icons/large/readme.xpm
-share/icons/large/readonly.xpm
-share/icons/large/resource.xpm
-share/icons/large/screensaver.xpm
-share/icons/large/script.xpm
-share/icons/large/settings_package.xpm
-share/icons/large/shredder.xpm
-share/icons/large/single_doc.xpm
-share/icons/large/socket.xpm
-share/icons/large/sound.xpm
-share/icons/large/style.xpm
-share/icons/large/system_package.xpm
-share/icons/large/tablet.xpm
-share/icons/large/tape_archive.xpm
-share/icons/large/terminal.xpm
-share/icons/large/tex.xpm
-share/icons/large/tgz.xpm
-share/icons/large/titlebar.xpm
-share/icons/large/trash.xpm
-share/icons/large/trash_full.xpm
-share/icons/large/txt.xpm
-share/icons/large/unknown.xpm
-share/icons/large/utilities_package.xpm
-share/icons/large/video.xpm
-share/icons/large/www.xpm
-share/icons/large/x.xpm
-share/icons/large/y_src.xpm
-share/icons/large/zip_mount.xpm
-share/icons/large/zip_unmount.xpm
-share/icons/library.xpm
-share/icons/link.xpm
-share/icons/locale.xpm
-share/icons/locked.xpm
-share/icons/locked_file.xpm
-share/icons/lockedfolder.xpm
-share/icons/log.xpm
-share/icons/logo.xpm
-share/icons/magneto-optical_mount.xpm
-share/icons/magneto-optical_unmount.xpm
-share/icons/make.xpm
-share/icons/man.xpm
-share/icons/metafont.xpm
-share/icons/midi.xpm
-share/icons/mini/3floppy_mount.xpm
-share/icons/mini/3floppy_unmount.xpm
-share/icons/mini/5floppy_mount.xpm
-share/icons/mini/5floppy_unmount.xpm
-share/icons/mini/application_settings.xpm
-share/icons/mini/applications_package.xpm
-share/icons/mini/audiovol.xpm
-share/icons/mini/background.xpm
-share/icons/mini/bell.xpm
-share/icons/mini/binary.xpm
-share/icons/mini/blockdevice.xpm
-share/icons/mini/buttons.xpm
-share/icons/mini/c_src.xpm
-share/icons/mini/cdrom_mount.xpm
-share/icons/mini/cdrom_unmount.xpm
-share/icons/mini/chardevice.xpm
-share/icons/mini/colors.xpm
-share/icons/mini/core.xpm
-share/icons/mini/desktop.xpm
-share/icons/mini/desktop_settings.xpm
-share/icons/mini/document.xpm
-share/icons/mini/dvi.xpm
-share/icons/mini/editors_package.xpm
-share/icons/mini/exec.xpm
-share/icons/mini/f_src.xpm
-share/icons/mini/folder.xpm
-share/icons/mini/folder_blue.xpm
-share/icons/mini/folder_cyan.xpm
-share/icons/mini/folder_green.xpm
-share/icons/mini/folder_open.xpm
-share/icons/mini/folder_red.xpm
-share/icons/mini/folder_yellow.xpm
-share/icons/mini/font.xpm
-share/icons/mini/fonts.xpm
-share/icons/mini/ftp.xpm
-share/icons/mini/games_package.xpm
-share/icons/mini/general_settings.xpm
-share/icons/mini/gf.xpm
-share/icons/mini/graphics_package.xpm
-share/icons/mini/h_src.xpm
-share/icons/mini/harddrive_mount.xpm
-share/icons/mini/harddrive_unmount.xpm
-share/icons/mini/html.xpm
-share/icons/mini/image.xpm
-share/icons/mini/info.xpm
-share/icons/mini/information_settings.xpm
-share/icons/mini/input_devices_settings.xpm
-share/icons/mini/java_src.xpm
-share/icons/mini/kcmdevices.xpm
-share/icons/mini/kcmkpanel.xpm
-share/icons/mini/kcmkwm.xpm
-share/icons/mini/kcmmemory.xpm
-share/icons/mini/kcmpartitions.xpm
-share/icons/mini/kcmpci.xpm
-share/icons/mini/kcmprocessor.xpm
-share/icons/mini/kcmscsi.xpm
-share/icons/mini/kcmsound.xpm
-share/icons/mini/kcmsyssound.xpm
-share/icons/mini/kcmx.xpm
-share/icons/mini/kcontrol.xpm
-share/icons/mini/kdehelp.xpm
-share/icons/mini/kdmconfig.xpm
-share/icons/mini/keyboard.xpm
-share/icons/mini/kfind.xpm
-share/icons/mini/kfm.xpm
-share/icons/mini/kfm_fulltrash.xpm
-share/icons/mini/kfm_home.xpm
-share/icons/mini/kfm_refresh.xpm
-share/icons/mini/kfm_trash.xpm
-share/icons/mini/kfontmanager.xpm
-share/icons/mini/kikbd.xpm
-share/icons/mini/kmenuedit.xpm
-share/icons/mini/konsole.xpm
-share/icons/mini/kscreensaver.xpm
-share/icons/mini/kthememgr.xpm
-share/icons/mini/kvt.xpm
-share/icons/mini/kwm.xpm
-share/icons/mini/l_src.xpm
-share/icons/mini/library.xpm
-share/icons/mini/locale.xpm
-share/icons/mini/locked.xpm
-share/icons/mini/lockedfolder.xpm
-share/icons/mini/log.xpm
-share/icons/mini/make.xpm
-share/icons/mini/man.xpm
-share/icons/mini/maximize2.xpm
-share/icons/mini/metafont.xpm
-share/icons/mini/midi.xpm
-share/icons/mini/mini-ball.xpm
-share/icons/mini/mini-bball.xpm
-share/icons/mini/mini-bomb.xpm
-share/icons/mini/mini-book1.xpm
-share/icons/mini/mini-book2.xpm
-share/icons/mini/mini-bug1.xpm
-share/icons/mini/mini-bug2.xpm
-share/icons/mini/mini-bx2.xpm
-share/icons/mini/mini-calc.xpm
-share/icons/mini/mini-camera.xpm
-share/icons/mini/mini-cdlabel.xpm
-share/icons/mini/mini-clock.xpm
-share/icons/mini/mini-colors.xpm
-share/icons/mini/mini-connect.xpm
-share/icons/mini/mini-connected.xpm
-share/icons/mini/mini-cross.xpm
-share/icons/mini/mini-default.xpm
-share/icons/mini/mini-display.xpm
-share/icons/mini/mini-doc.xpm
-share/icons/mini/mini-edit.xpm
-share/icons/mini/mini-exclam.xpm
-share/icons/mini/mini-exp.xpm
-share/icons/mini/mini-eyes.xpm
-share/icons/mini/mini-filemgr.xpm
-share/icons/mini/mini-fractal.xpm
-share/icons/mini/mini-gball.xpm
-share/icons/mini/mini-gv.xpm
-share/icons/mini/mini-hammer.xpm
-share/icons/mini/mini-happy.xpm
-share/icons/mini/mini-hextris.xpm
-share/icons/mini/mini-k.xpm
-share/icons/mini/mini-lock.xpm
-share/icons/mini/mini-lower.xpm
-share/icons/mini/mini-mail.xpm
-share/icons/mini/mini-manual.xpm
-share/icons/mini/mini-max1.xpm
-share/icons/mini/mini-maze.xpm
-share/icons/mini/mini-modules.xpm
-share/icons/mini/mini-move.xpm
-share/icons/mini/mini-move1.xpm
-share/icons/mini/mini-nscape.xpm
-share/icons/mini/mini-ofolder.xpm
-share/icons/mini/mini-olwm.xpm
-share/icons/mini/mini-paint.xpm
-share/icons/mini/mini-pencil.xpm
-share/icons/mini/mini-question.xpm
-share/icons/mini/mini-raise.xpm
-share/icons/mini/mini-ray.xpm
-share/icons/mini/mini-rball.xpm
-share/icons/mini/mini-resize.xpm
-share/icons/mini/mini-roach.xpm
-share/icons/mini/mini-run.xpm
-share/icons/mini/mini-sh.xpm
-share/icons/mini/mini-sh1.xpm
-share/icons/mini/mini-slon.xpm
-share/icons/mini/mini-stop.xpm
-share/icons/mini/mini-term.xpm
-share/icons/mini/mini-tetris.xpm
-share/icons/mini/mini-turn.xpm
-share/icons/mini/mini-up.xpm
-share/icons/mini/mini-windows.xpm
-share/icons/mini/mini-x.xpm
-share/icons/mini/mini-x2.xpm
-share/icons/mini/mini-xmahjongg.xpm
-share/icons/mini/mini-xv.xpm
-share/icons/mini/mini-zoom.xpm
-share/icons/mini/mini.audiovol.xpm
-share/icons/mini/mini.checkmark.xpm
-share/icons/mini/mini.cut.xpm
-share/icons/mini/mini.destroy.xpm
-share/icons/mini/mini.excl.xpm
-share/icons/mini/mini.exit.xpm
-share/icons/mini/mini.fvwm.xpm
-share/icons/mini/mini.letter.xpm
-share/icons/mini/mini.lower.xpm
-share/icons/mini/mini.move.xpm
-share/icons/mini/mini.netscape.xpm
-share/icons/mini/mini.raise.xpm
-share/icons/mini/mini.resize.xpm
-share/icons/mini/mini.xarchie.xpm
-share/icons/mini/mini.xboing.xpm
-share/icons/mini/mini.xlock.xpm
-share/icons/mini/mini.xpm
-share/icons/mini/mini.xterm.xpm
-share/icons/mini/mini.zircon.xpm
-share/icons/mini/moc_src.xpm
-share/icons/mini/mouse.xpm
-share/icons/mini/multimedia_package.xpm
-share/icons/mini/network_package.xpm
-share/icons/mini/network_settings.xpm
-share/icons/mini/o_src.xpm
-share/icons/mini/p_src.xpm
-share/icons/mini/package.xpm
-share/icons/mini/panel_settings.xpm
-share/icons/mini/pci.xpm
-share/icons/mini/pdf.xpm
-share/icons/mini/pipe.xpm
-share/icons/mini/pk.xpm
-share/icons/mini/postscript.xpm
-share/icons/mini/printer.xpm
-share/icons/mini/readme.xpm
-share/icons/mini/resource.xpm
-share/icons/mini/s_src.xpm
-share/icons/mini/sample.xpm
-share/icons/mini/screensaver.xpm
-share/icons/mini/script.xpm
-share/icons/mini/settings_package.xpm
-share/icons/mini/smbstatus.xpm
-share/icons/mini/socket.xpm
-share/icons/mini/sound.xpm
-share/icons/mini/sound_settings.xpm
-share/icons/mini/style.xpm
-share/icons/mini/system_package.xpm
-share/icons/mini/tablet.xpm
-share/icons/mini/terminal.xpm
-share/icons/mini/tex.xpm
-share/icons/mini/tgz.xpm
-share/icons/mini/titlebar.xpm
-share/icons/mini/trash.xpm
-share/icons/mini/txt.xpm
-share/icons/mini/unknown.xpm
-share/icons/mini/utilities_package.xpm
-share/icons/mini/video.xpm
-share/icons/mini/windows.xpm
-share/icons/mini/winprops.xpm
-share/icons/mini/www.xpm
-share/icons/mini/x.xpm
-share/icons/mini/y_src.xpm
-share/icons/mini/zip_mount.xpm
-share/icons/mini/zip_unmount.xpm
-share/icons/misc.xpm
-share/icons/moc_src.xpm
-share/icons/monitor.xpm
-share/icons/mouse.xpm
-share/icons/multimedia_package.xpm
-share/icons/network.xpm
-share/icons/network_package.xpm
-share/icons/network_settings.xpm
-share/icons/o_src.xpm
-share/icons/p_src.xpm
-share/icons/package.xpm
-share/icons/panel_settings.xpm
-share/icons/pdf.xpm
-share/icons/perl.xpm
-share/icons/pipe.xpm
-share/icons/pk.xpm
-share/icons/postscript.xpm
-share/icons/printer.xpm
-share/icons/properties.xpm
-share/icons/readme.xpm
-share/icons/readonly.xpm
-share/icons/resource.xpm
-share/icons/s_src.xpm
-share/icons/screensaver.xpm
-share/icons/script.xpm
-share/icons/settings_package.xpm
-share/icons/shredder.xpm
-share/icons/single_doc.xpm
-share/icons/smbstatus.xpm
-share/icons/socket.xpm
-share/icons/sound.xpm
-share/icons/sound_settings.xpm
-share/icons/style.xpm
-share/icons/system_package.xpm
-share/icons/tablet.xpm
-share/icons/terminal.xpm
-share/icons/tex.xpm
-share/icons/tgz.xpm
-share/icons/titlebar.xpm
-share/icons/trash.xpm
-share/icons/txt.xpm
-share/icons/unknown.xpm
-share/icons/utilities_package.xpm
-share/icons/video.xpm
-share/icons/www.xpm
-share/icons/x.xpm
-share/icons/y_src.xpm
-share/icons/zip_mount.xpm
-share/icons/zip_unmount.xpm
-share/locale/br/LC_MESSAGES/kbgndwm.mo
-share/locale/br/LC_MESSAGES/kcmbell.mo
-share/locale/br/LC_MESSAGES/kcmdisplay.mo
-share/locale/br/LC_MESSAGES/kcminfo.mo
-share/locale/br/LC_MESSAGES/kcminput.mo
-share/locale/br/LC_MESSAGES/kcmkeys.mo
-share/locale/br/LC_MESSAGES/kcmkfm.mo
-share/locale/br/LC_MESSAGES/kcmkpanel.mo
-share/locale/br/LC_MESSAGES/kcmkwm.mo
-share/locale/br/LC_MESSAGES/kcmlocale.mo
-share/locale/br/LC_MESSAGES/kcmsamba.mo
-share/locale/br/LC_MESSAGES/kcmsample.mo
-share/locale/br/LC_MESSAGES/kcmsyssound.mo
-share/locale/br/LC_MESSAGES/kcontrol.mo
-share/locale/br/LC_MESSAGES/kdehelp.mo
-share/locale/br/LC_MESSAGES/kdm.mo
-share/locale/br/LC_MESSAGES/kdmconfig.mo
-share/locale/br/LC_MESSAGES/kfind.mo
-share/locale/br/LC_MESSAGES/kfm.mo
-share/locale/br/LC_MESSAGES/kfontmanager.mo
-share/locale/br/LC_MESSAGES/kikbd.mo
-share/locale/br/LC_MESSAGES/klock.mo
-share/locale/br/LC_MESSAGES/kmenuedit.mo
-share/locale/br/LC_MESSAGES/konsole.mo
-share/locale/br/LC_MESSAGES/kpager.mo
-share/locale/br/LC_MESSAGES/kpanel.mo
-share/locale/br/LC_MESSAGES/krootwm.mo
-share/locale/br/LC_MESSAGES/kstart.mo
-share/locale/br/LC_MESSAGES/kvt.mo
-share/locale/br/LC_MESSAGES/kwm.mo
-share/locale/ca/LC_MESSAGES/kbgndwm.mo
-share/locale/ca/LC_MESSAGES/kcmbell.mo
-share/locale/ca/LC_MESSAGES/kcmdisplay.mo
-share/locale/ca/LC_MESSAGES/kcminfo.mo
-share/locale/ca/LC_MESSAGES/kcminput.mo
-share/locale/ca/LC_MESSAGES/kcmkeys.mo
-share/locale/ca/LC_MESSAGES/kcmkfm.mo
-share/locale/ca/LC_MESSAGES/kcmkpanel.mo
-share/locale/ca/LC_MESSAGES/kcmkwm.mo
-share/locale/ca/LC_MESSAGES/kcmlocale.mo
-share/locale/ca/LC_MESSAGES/kcmsamba.mo
-share/locale/ca/LC_MESSAGES/kcmsample.mo
-share/locale/ca/LC_MESSAGES/kcmsyssound.mo
-share/locale/ca/LC_MESSAGES/kcontrol.mo
-share/locale/ca/LC_MESSAGES/kdehelp.mo
-share/locale/ca/LC_MESSAGES/kdm.mo
-share/locale/ca/LC_MESSAGES/kdmconfig.mo
-share/locale/ca/LC_MESSAGES/kfind.mo
-share/locale/ca/LC_MESSAGES/kfm.mo
-share/locale/ca/LC_MESSAGES/kfontmanager.mo
-share/locale/ca/LC_MESSAGES/kikbd.mo
-share/locale/ca/LC_MESSAGES/klock.mo
-share/locale/ca/LC_MESSAGES/kmenuedit.mo
-share/locale/ca/LC_MESSAGES/konsole.mo
-share/locale/ca/LC_MESSAGES/kpager.mo
-share/locale/ca/LC_MESSAGES/kpanel.mo
-share/locale/ca/LC_MESSAGES/krootwm.mo
-share/locale/ca/LC_MESSAGES/kstart.mo
-share/locale/ca/LC_MESSAGES/kvt.mo
-share/locale/ca/LC_MESSAGES/kwm.mo
-share/locale/cs/LC_MESSAGES/kcmbell.mo
-share/locale/cs/LC_MESSAGES/kcmdisplay.mo
-share/locale/cs/LC_MESSAGES/kcminfo.mo
-share/locale/cs/LC_MESSAGES/kcminput.mo
-share/locale/cs/LC_MESSAGES/kcmkeys.mo
-share/locale/cs/LC_MESSAGES/kcmkfm.mo
-share/locale/cs/LC_MESSAGES/kcmkpanel.mo
-share/locale/cs/LC_MESSAGES/kcmkwm.mo
-share/locale/cs/LC_MESSAGES/kcmlocale.mo
-share/locale/cs/LC_MESSAGES/kcmsamba.mo
-share/locale/cs/LC_MESSAGES/kcmsample.mo
-share/locale/cs/LC_MESSAGES/kcmsyssound.mo
-share/locale/cs/LC_MESSAGES/kcontrol.mo
-share/locale/cs/LC_MESSAGES/kdehelp.mo
-share/locale/cs/LC_MESSAGES/kdm.mo
-share/locale/cs/LC_MESSAGES/kdmconfig.mo
-share/locale/cs/LC_MESSAGES/kfind.mo
-share/locale/cs/LC_MESSAGES/kfm.mo
-share/locale/cs/LC_MESSAGES/kfontmanager.mo
-share/locale/cs/LC_MESSAGES/kikbd.mo
-share/locale/cs/LC_MESSAGES/klock.mo
-share/locale/cs/LC_MESSAGES/kmenuedit.mo
-share/locale/cs/LC_MESSAGES/konsole.mo
-share/locale/cs/LC_MESSAGES/kpager.mo
-share/locale/cs/LC_MESSAGES/kpanel.mo
-share/locale/cs/LC_MESSAGES/krootwm.mo
-share/locale/cs/LC_MESSAGES/kstart.mo
-share/locale/cs/LC_MESSAGES/kvt.mo
-share/locale/cs/LC_MESSAGES/kwm.mo
-share/locale/da/LC_MESSAGES/kbgndwm.mo
-share/locale/da/LC_MESSAGES/kcmbell.mo
-share/locale/da/LC_MESSAGES/kcmdisplay.mo
-share/locale/da/LC_MESSAGES/kcminfo.mo
-share/locale/da/LC_MESSAGES/kcminput.mo
-share/locale/da/LC_MESSAGES/kcmkeys.mo
-share/locale/da/LC_MESSAGES/kcmkfm.mo
-share/locale/da/LC_MESSAGES/kcmkpanel.mo
-share/locale/da/LC_MESSAGES/kcmkwm.mo
-share/locale/da/LC_MESSAGES/kcmlocale.mo
-share/locale/da/LC_MESSAGES/kcmsamba.mo
-share/locale/da/LC_MESSAGES/kcmsample.mo
-share/locale/da/LC_MESSAGES/kcmsyssound.mo
-share/locale/da/LC_MESSAGES/kcontrol.mo
-share/locale/da/LC_MESSAGES/kdehelp.mo
-share/locale/da/LC_MESSAGES/kdm.mo
-share/locale/da/LC_MESSAGES/kdmconfig.mo
-share/locale/da/LC_MESSAGES/kfind.mo
-share/locale/da/LC_MESSAGES/kfm.mo
-share/locale/da/LC_MESSAGES/kfontmanager.mo
-share/locale/da/LC_MESSAGES/kikbd.mo
-share/locale/da/LC_MESSAGES/klock.mo
-share/locale/da/LC_MESSAGES/kmenuedit.mo
-share/locale/da/LC_MESSAGES/konsole.mo
-share/locale/da/LC_MESSAGES/kpager.mo
-share/locale/da/LC_MESSAGES/kpanel.mo
-share/locale/da/LC_MESSAGES/krootwm.mo
-share/locale/da/LC_MESSAGES/kstart.mo
-share/locale/da/LC_MESSAGES/kvt.mo
-share/locale/da/LC_MESSAGES/kwm.mo
-share/locale/de/LC_MESSAGES/kbgndwm.mo
-share/locale/de/LC_MESSAGES/kcmbell.mo
-share/locale/de/LC_MESSAGES/kcmdisplay.mo
-share/locale/de/LC_MESSAGES/kcminfo.mo
-share/locale/de/LC_MESSAGES/kcminput.mo
-share/locale/de/LC_MESSAGES/kcmkeys.mo
-share/locale/de/LC_MESSAGES/kcmkfm.mo
-share/locale/de/LC_MESSAGES/kcmkpanel.mo
-share/locale/de/LC_MESSAGES/kcmkwm.mo
-share/locale/de/LC_MESSAGES/kcmlocale.mo
-share/locale/de/LC_MESSAGES/kcmsamba.mo
-share/locale/de/LC_MESSAGES/kcmsample.mo
-share/locale/de/LC_MESSAGES/kcmsyssound.mo
-share/locale/de/LC_MESSAGES/kcontrol.mo
-share/locale/de/LC_MESSAGES/kdehelp.mo
-share/locale/de/LC_MESSAGES/kdm.mo
-share/locale/de/LC_MESSAGES/kdmconfig.mo
-share/locale/de/LC_MESSAGES/kfind.mo
-share/locale/de/LC_MESSAGES/kfm.mo
-share/locale/de/LC_MESSAGES/kfontmanager.mo
-share/locale/de/LC_MESSAGES/kikbd.mo
-share/locale/de/LC_MESSAGES/klock.mo
-share/locale/de/LC_MESSAGES/kmenuedit.mo
-share/locale/de/LC_MESSAGES/konsole.mo
-share/locale/de/LC_MESSAGES/kpager.mo
-share/locale/de/LC_MESSAGES/kpanel.mo
-share/locale/de/LC_MESSAGES/krootwm.mo
-share/locale/de/LC_MESSAGES/kstart.mo
-share/locale/de/LC_MESSAGES/kthememgr.mo
-share/locale/de/LC_MESSAGES/kvt.mo
-share/locale/de/LC_MESSAGES/kwm.mo
-share/locale/el/LC_MESSAGES/kcmbell.mo
-share/locale/el/LC_MESSAGES/kcmdisplay.mo
-share/locale/el/LC_MESSAGES/kcminfo.mo
-share/locale/el/LC_MESSAGES/kcminput.mo
-share/locale/el/LC_MESSAGES/kcmkpanel.mo
-share/locale/el/LC_MESSAGES/kcmkwm.mo
-share/locale/el/LC_MESSAGES/kcmlocale.mo
-share/locale/el/LC_MESSAGES/kcmsamba.mo
-share/locale/el/LC_MESSAGES/kcmsample.mo
-share/locale/el/LC_MESSAGES/kcmsyssound.mo
-share/locale/el/LC_MESSAGES/kcontrol.mo
-share/locale/el/LC_MESSAGES/kdehelp.mo
-share/locale/el/LC_MESSAGES/kdm.mo
-share/locale/el/LC_MESSAGES/kdmconfig.mo
-share/locale/el/LC_MESSAGES/kfind.mo
-share/locale/el/LC_MESSAGES/kfm.mo
-share/locale/el/LC_MESSAGES/kfontmanager.mo
-share/locale/el/LC_MESSAGES/klock.mo
-share/locale/el/LC_MESSAGES/kmenuedit.mo
-share/locale/el/LC_MESSAGES/kpanel.mo
-share/locale/el/LC_MESSAGES/krootwm.mo
-share/locale/el/LC_MESSAGES/kvt.mo
-share/locale/el/LC_MESSAGES/kwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmdisplay.mo
-share/locale/en_UK/LC_MESSAGES/kcmkwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmsyssound.mo
-share/locale/en_UK/LC_MESSAGES/kdehelp.mo
-share/locale/en_UK/LC_MESSAGES/kdmconfig.mo
-share/locale/en_UK/LC_MESSAGES/klock.mo
-share/locale/en_UK/LC_MESSAGES/kvt.mo
-share/locale/en_UK/LC_MESSAGES/kwm.mo
-share/locale/eo/LC_MESSAGES/kbgndwm.mo
-share/locale/eo/LC_MESSAGES/kcmbell.mo
-share/locale/eo/LC_MESSAGES/kcmdisplay.mo
-share/locale/eo/LC_MESSAGES/kcminfo.mo
-share/locale/eo/LC_MESSAGES/kcminput.mo
-share/locale/eo/LC_MESSAGES/kcmkeys.mo
-share/locale/eo/LC_MESSAGES/kcmkfm.mo
-share/locale/eo/LC_MESSAGES/kcmkpanel.mo
-share/locale/eo/LC_MESSAGES/kcmkwm.mo
-share/locale/eo/LC_MESSAGES/kcmlocale.mo
-share/locale/eo/LC_MESSAGES/kcmsamba.mo
-share/locale/eo/LC_MESSAGES/kcmsample.mo
-share/locale/eo/LC_MESSAGES/kcmsyssound.mo
-share/locale/eo/LC_MESSAGES/kcontrol.mo
-share/locale/eo/LC_MESSAGES/kdehelp.mo
-share/locale/eo/LC_MESSAGES/kdm.mo
-share/locale/eo/LC_MESSAGES/kdmconfig.mo
-share/locale/eo/LC_MESSAGES/kfind.mo
-share/locale/eo/LC_MESSAGES/kfm.mo
-share/locale/eo/LC_MESSAGES/kfontmanager.mo
-share/locale/eo/LC_MESSAGES/kikbd.mo
-share/locale/eo/LC_MESSAGES/klock.mo
-share/locale/eo/LC_MESSAGES/kmenuedit.mo
-share/locale/eo/LC_MESSAGES/konsole.mo
-share/locale/eo/LC_MESSAGES/kpager.mo
-share/locale/eo/LC_MESSAGES/kpanel.mo
-share/locale/eo/LC_MESSAGES/krootwm.mo
-share/locale/eo/LC_MESSAGES/kstart.mo
-share/locale/eo/LC_MESSAGES/kvt.mo
-share/locale/eo/LC_MESSAGES/kwm.mo
-share/locale/es/LC_MESSAGES/kbgndwm.mo
-share/locale/es/LC_MESSAGES/kcmbell.mo
-share/locale/es/LC_MESSAGES/kcmdisplay.mo
-share/locale/es/LC_MESSAGES/kcminfo.mo
-share/locale/es/LC_MESSAGES/kcminput.mo
-share/locale/es/LC_MESSAGES/kcmkeys.mo
-share/locale/es/LC_MESSAGES/kcmkfm.mo
-share/locale/es/LC_MESSAGES/kcmkpanel.mo
-share/locale/es/LC_MESSAGES/kcmkwm.mo
-share/locale/es/LC_MESSAGES/kcmlocale.mo
-share/locale/es/LC_MESSAGES/kcmsamba.mo
-share/locale/es/LC_MESSAGES/kcmsample.mo
-share/locale/es/LC_MESSAGES/kcmsyssound.mo
-share/locale/es/LC_MESSAGES/kcontrol.mo
-share/locale/es/LC_MESSAGES/kdehelp.mo
-share/locale/es/LC_MESSAGES/kdm.mo
-share/locale/es/LC_MESSAGES/kdmconfig.mo
-share/locale/es/LC_MESSAGES/kfind.mo
-share/locale/es/LC_MESSAGES/kfm.mo
-share/locale/es/LC_MESSAGES/kfontmanager.mo
-share/locale/es/LC_MESSAGES/kikbd.mo
-share/locale/es/LC_MESSAGES/klock.mo
-share/locale/es/LC_MESSAGES/kmenuedit.mo
-share/locale/es/LC_MESSAGES/konsole.mo
-share/locale/es/LC_MESSAGES/kpager.mo
-share/locale/es/LC_MESSAGES/kpanel.mo
-share/locale/es/LC_MESSAGES/krootwm.mo
-share/locale/es/LC_MESSAGES/kstart.mo
-share/locale/es/LC_MESSAGES/kvt.mo
-share/locale/es/LC_MESSAGES/kwm.mo
-share/locale/et/LC_MESSAGES/kbgndwm.mo
-share/locale/et/LC_MESSAGES/kcmbell.mo
-share/locale/et/LC_MESSAGES/kcmdisplay.mo
-share/locale/et/LC_MESSAGES/kcminfo.mo
-share/locale/et/LC_MESSAGES/kcminput.mo
-share/locale/et/LC_MESSAGES/kcmkeys.mo
-share/locale/et/LC_MESSAGES/kcmkfm.mo
-share/locale/et/LC_MESSAGES/kcmkpanel.mo
-share/locale/et/LC_MESSAGES/kcmkwm.mo
-share/locale/et/LC_MESSAGES/kcmlocale.mo
-share/locale/et/LC_MESSAGES/kcmsamba.mo
-share/locale/et/LC_MESSAGES/kcmsample.mo
-share/locale/et/LC_MESSAGES/kcmsyssound.mo
-share/locale/et/LC_MESSAGES/kcontrol.mo
-share/locale/et/LC_MESSAGES/kdehelp.mo
-share/locale/et/LC_MESSAGES/kdm.mo
-share/locale/et/LC_MESSAGES/kdmconfig.mo
-share/locale/et/LC_MESSAGES/kfind.mo
-share/locale/et/LC_MESSAGES/kfm.mo
-share/locale/et/LC_MESSAGES/kfontmanager.mo
-share/locale/et/LC_MESSAGES/kikbd.mo
-share/locale/et/LC_MESSAGES/klock.mo
-share/locale/et/LC_MESSAGES/kmenuedit.mo
-share/locale/et/LC_MESSAGES/konsole.mo
-share/locale/et/LC_MESSAGES/kpager.mo
-share/locale/et/LC_MESSAGES/kpanel.mo
-share/locale/et/LC_MESSAGES/krootwm.mo
-share/locale/et/LC_MESSAGES/kstart.mo
-share/locale/et/LC_MESSAGES/kvt.mo
-share/locale/et/LC_MESSAGES/kwm.mo
-share/locale/fi/LC_MESSAGES/kbgndwm.mo
-share/locale/fi/LC_MESSAGES/kcmbell.mo
-share/locale/fi/LC_MESSAGES/kcmdisplay.mo
-share/locale/fi/LC_MESSAGES/kcminfo.mo
-share/locale/fi/LC_MESSAGES/kcminput.mo
-share/locale/fi/LC_MESSAGES/kcmkeys.mo
-share/locale/fi/LC_MESSAGES/kcmkfm.mo
-share/locale/fi/LC_MESSAGES/kcmkpanel.mo
-share/locale/fi/LC_MESSAGES/kcmkwm.mo
-share/locale/fi/LC_MESSAGES/kcmlocale.mo
-share/locale/fi/LC_MESSAGES/kcmsamba.mo
-share/locale/fi/LC_MESSAGES/kcmsample.mo
-share/locale/fi/LC_MESSAGES/kcmsyssound.mo
-share/locale/fi/LC_MESSAGES/kcontrol.mo
-share/locale/fi/LC_MESSAGES/kdehelp.mo
-share/locale/fi/LC_MESSAGES/kdm.mo
-share/locale/fi/LC_MESSAGES/kdmconfig.mo
-share/locale/fi/LC_MESSAGES/kfind.mo
-share/locale/fi/LC_MESSAGES/kfm.mo
-share/locale/fi/LC_MESSAGES/kfontmanager.mo
-share/locale/fi/LC_MESSAGES/kikbd.mo
-share/locale/fi/LC_MESSAGES/klock.mo
-share/locale/fi/LC_MESSAGES/kmenuedit.mo
-share/locale/fi/LC_MESSAGES/konsole.mo
-share/locale/fi/LC_MESSAGES/kpager.mo
-share/locale/fi/LC_MESSAGES/kpanel.mo
-share/locale/fi/LC_MESSAGES/krootwm.mo
-share/locale/fi/LC_MESSAGES/kstart.mo
-share/locale/fi/LC_MESSAGES/kthememgr.mo
-share/locale/fi/LC_MESSAGES/kvt.mo
-share/locale/fi/LC_MESSAGES/kwm.mo
-share/locale/fr/LC_MESSAGES/kbgndwm.mo
-share/locale/fr/LC_MESSAGES/kcmbell.mo
-share/locale/fr/LC_MESSAGES/kcmdisplay.mo
-share/locale/fr/LC_MESSAGES/kcminfo.mo
-share/locale/fr/LC_MESSAGES/kcminput.mo
-share/locale/fr/LC_MESSAGES/kcmkeys.mo
-share/locale/fr/LC_MESSAGES/kcmkfm.mo
-share/locale/fr/LC_MESSAGES/kcmkpanel.mo
-share/locale/fr/LC_MESSAGES/kcmkwm.mo
-share/locale/fr/LC_MESSAGES/kcmlocale.mo
-share/locale/fr/LC_MESSAGES/kcmsamba.mo
-share/locale/fr/LC_MESSAGES/kcmsample.mo
-share/locale/fr/LC_MESSAGES/kcmsyssound.mo
-share/locale/fr/LC_MESSAGES/kcontrol.mo
-share/locale/fr/LC_MESSAGES/kdehelp.mo
-share/locale/fr/LC_MESSAGES/kdm.mo
-share/locale/fr/LC_MESSAGES/kdmconfig.mo
-share/locale/fr/LC_MESSAGES/kfind.mo
-share/locale/fr/LC_MESSAGES/kfm.mo
-share/locale/fr/LC_MESSAGES/kfontmanager.mo
-share/locale/fr/LC_MESSAGES/kikbd.mo
-share/locale/fr/LC_MESSAGES/klock.mo
-share/locale/fr/LC_MESSAGES/kmenuedit.mo
-share/locale/fr/LC_MESSAGES/konsole.mo
-share/locale/fr/LC_MESSAGES/kpager.mo
-share/locale/fr/LC_MESSAGES/kpanel.mo
-share/locale/fr/LC_MESSAGES/krootwm.mo
-share/locale/fr/LC_MESSAGES/kstart.mo
-share/locale/fr/LC_MESSAGES/kthememgr.mo
-share/locale/fr/LC_MESSAGES/kvt.mo
-share/locale/fr/LC_MESSAGES/kwm.mo
-share/locale/he/LC_MESSAGES/kcmbell.mo
-share/locale/he/LC_MESSAGES/kcmdisplay.mo
-share/locale/he/LC_MESSAGES/kcminfo.mo
-share/locale/he/LC_MESSAGES/kcmkfm.mo
-share/locale/he/LC_MESSAGES/kcmkpanel.mo
-share/locale/he/LC_MESSAGES/kcmlocale.mo
-share/locale/he/LC_MESSAGES/kcontrol.mo
-share/locale/he/LC_MESSAGES/kdehelp.mo
-share/locale/he/LC_MESSAGES/kdm.mo
-share/locale/he/LC_MESSAGES/kfind.mo
-share/locale/he/LC_MESSAGES/kfm.mo
-share/locale/he/LC_MESSAGES/kpanel.mo
-share/locale/he/LC_MESSAGES/krootwm.mo
-share/locale/he/LC_MESSAGES/ksysv.mo
-share/locale/he/LC_MESSAGES/kuser.mo
-share/locale/he/LC_MESSAGES/kvt.mo
-share/locale/he/LC_MESSAGES/kwm.mo
-share/locale/hr/LC_MESSAGES/kbgndwm.mo
-share/locale/hr/LC_MESSAGES/kcmbell.mo
-share/locale/hr/LC_MESSAGES/kcmdisplay.mo
-share/locale/hr/LC_MESSAGES/kcminfo.mo
-share/locale/hr/LC_MESSAGES/kcminput.mo
-share/locale/hr/LC_MESSAGES/kcmkeys.mo
-share/locale/hr/LC_MESSAGES/kcmkfm.mo
-share/locale/hr/LC_MESSAGES/kcmkpanel.mo
-share/locale/hr/LC_MESSAGES/kcmkwm.mo
-share/locale/hr/LC_MESSAGES/kcmlocale.mo
-share/locale/hr/LC_MESSAGES/kcmsamba.mo
-share/locale/hr/LC_MESSAGES/kcmsample.mo
-share/locale/hr/LC_MESSAGES/kcmsyssound.mo
-share/locale/hr/LC_MESSAGES/kcontrol.mo
-share/locale/hr/LC_MESSAGES/kdehelp.mo
-share/locale/hr/LC_MESSAGES/kdm.mo
-share/locale/hr/LC_MESSAGES/kdmconfig.mo
-share/locale/hr/LC_MESSAGES/kfind.mo
-share/locale/hr/LC_MESSAGES/kfm.mo
-share/locale/hr/LC_MESSAGES/kfontmanager.mo
-share/locale/hr/LC_MESSAGES/kikbd.mo
-share/locale/hr/LC_MESSAGES/klock.mo
-share/locale/hr/LC_MESSAGES/kmenuedit.mo
-share/locale/hr/LC_MESSAGES/konsole.mo
-share/locale/hr/LC_MESSAGES/kpager.mo
-share/locale/hr/LC_MESSAGES/kpanel.mo
-share/locale/hr/LC_MESSAGES/krootwm.mo
-share/locale/hr/LC_MESSAGES/kstart.mo
-share/locale/hr/LC_MESSAGES/kvt.mo
-share/locale/hr/LC_MESSAGES/kwm.mo
-share/locale/hs/LC_MESSAGES/kcmkwm.mo
-share/locale/hs/LC_MESSAGES/kcmlocale.mo
-share/locale/hs/LC_MESSAGES/kcmpanel.mo
-share/locale/hs/LC_MESSAGES/kcontrol.mo
-share/locale/hs/LC_MESSAGES/kde.mo
-share/locale/hs/LC_MESSAGES/kdehelp.mo
-share/locale/hs/LC_MESSAGES/kdm.mo
-share/locale/hs/LC_MESSAGES/kdmconfig.mo
-share/locale/hs/LC_MESSAGES/kfm.mo
-share/locale/hs/LC_MESSAGES/konsole.mo
-share/locale/hs/LC_MESSAGES/kpanel.mo
-share/locale/hs/LC_MESSAGES/krootwm.mo
-share/locale/hs/LC_MESSAGES/kstart.mo
-share/locale/hs/LC_MESSAGES/kvt.mo
-share/locale/hs/LC_MESSAGES/kwm.mo
-share/locale/hu/LC_MESSAGES/kbgndwm.mo
-share/locale/hu/LC_MESSAGES/kcmbell.mo
-share/locale/hu/LC_MESSAGES/kcmdisplay.mo
-share/locale/hu/LC_MESSAGES/kcminfo.mo
-share/locale/hu/LC_MESSAGES/kcminput.mo
-share/locale/hu/LC_MESSAGES/kcmkeys.mo
-share/locale/hu/LC_MESSAGES/kcmkfm.mo
-share/locale/hu/LC_MESSAGES/kcmkpanel.mo
-share/locale/hu/LC_MESSAGES/kcmkwm.mo
-share/locale/hu/LC_MESSAGES/kcmlocale.mo
-share/locale/hu/LC_MESSAGES/kcmsamba.mo
-share/locale/hu/LC_MESSAGES/kcmsample.mo
-share/locale/hu/LC_MESSAGES/kcmsyssound.mo
-share/locale/hu/LC_MESSAGES/kcontrol.mo
-share/locale/hu/LC_MESSAGES/kdehelp.mo
-share/locale/hu/LC_MESSAGES/kdm.mo
-share/locale/hu/LC_MESSAGES/kdmconfig.mo
-share/locale/hu/LC_MESSAGES/kfind.mo
-share/locale/hu/LC_MESSAGES/kfm.mo
-share/locale/hu/LC_MESSAGES/kfontmanager.mo
-share/locale/hu/LC_MESSAGES/kikbd.mo
-share/locale/hu/LC_MESSAGES/klock.mo
-share/locale/hu/LC_MESSAGES/kmenuedit.mo
-share/locale/hu/LC_MESSAGES/konsole.mo
-share/locale/hu/LC_MESSAGES/kpager.mo
-share/locale/hu/LC_MESSAGES/kpanel.mo
-share/locale/hu/LC_MESSAGES/krootwm.mo
-share/locale/hu/LC_MESSAGES/kstart.mo
-share/locale/hu/LC_MESSAGES/kvt.mo
-share/locale/hu/LC_MESSAGES/kwm.mo
-share/locale/is/LC_MESSAGES/kbgndwm.mo
-share/locale/is/LC_MESSAGES/kcmbell.mo
-share/locale/is/LC_MESSAGES/kcmdisplay.mo
-share/locale/is/LC_MESSAGES/kcminfo.mo
-share/locale/is/LC_MESSAGES/kcminput.mo
-share/locale/is/LC_MESSAGES/kcmkeys.mo
-share/locale/is/LC_MESSAGES/kcmkfm.mo
-share/locale/is/LC_MESSAGES/kcmkpanel.mo
-share/locale/is/LC_MESSAGES/kcmkwm.mo
-share/locale/is/LC_MESSAGES/kcmlocale.mo
-share/locale/is/LC_MESSAGES/kcmsamba.mo
-share/locale/is/LC_MESSAGES/kcmsample.mo
-share/locale/is/LC_MESSAGES/kcmsyssound.mo
-share/locale/is/LC_MESSAGES/kcontrol.mo
-share/locale/is/LC_MESSAGES/kdehelp.mo
-share/locale/is/LC_MESSAGES/kdm.mo
-share/locale/is/LC_MESSAGES/kdmconfig.mo
-share/locale/is/LC_MESSAGES/kfind.mo
-share/locale/is/LC_MESSAGES/kfm.mo
-share/locale/is/LC_MESSAGES/kfontmanager.mo
-share/locale/is/LC_MESSAGES/kikbd.mo
-share/locale/is/LC_MESSAGES/klock.mo
-share/locale/is/LC_MESSAGES/kmenuedit.mo
-share/locale/is/LC_MESSAGES/konsole.mo
-share/locale/is/LC_MESSAGES/kpager.mo
-share/locale/is/LC_MESSAGES/kpanel.mo
-share/locale/is/LC_MESSAGES/krootwm.mo
-share/locale/is/LC_MESSAGES/kstart.mo
-share/locale/is/LC_MESSAGES/kthememgr.mo
-share/locale/is/LC_MESSAGES/kvt.mo
-share/locale/is/LC_MESSAGES/kwm.mo
-share/locale/it/LC_MESSAGES/kbgndwm.mo
-share/locale/it/LC_MESSAGES/kcmbell.mo
-share/locale/it/LC_MESSAGES/kcmdisplay.mo
-share/locale/it/LC_MESSAGES/kcminfo.mo
-share/locale/it/LC_MESSAGES/kcminput.mo
-share/locale/it/LC_MESSAGES/kcmkeys.mo
-share/locale/it/LC_MESSAGES/kcmkfm.mo
-share/locale/it/LC_MESSAGES/kcmkpanel.mo
-share/locale/it/LC_MESSAGES/kcmkwm.mo
-share/locale/it/LC_MESSAGES/kcmlocale.mo
-share/locale/it/LC_MESSAGES/kcmsamba.mo
-share/locale/it/LC_MESSAGES/kcmsample.mo
-share/locale/it/LC_MESSAGES/kcmsyssound.mo
-share/locale/it/LC_MESSAGES/kcontrol.mo
-share/locale/it/LC_MESSAGES/kdehelp.mo
-share/locale/it/LC_MESSAGES/kdm.mo
-share/locale/it/LC_MESSAGES/kdmconfig.mo
-share/locale/it/LC_MESSAGES/kfind.mo
-share/locale/it/LC_MESSAGES/kfm.mo
-share/locale/it/LC_MESSAGES/kfontmanager.mo
-share/locale/it/LC_MESSAGES/kikbd.mo
-share/locale/it/LC_MESSAGES/klock.mo
-share/locale/it/LC_MESSAGES/kmenuedit.mo
-share/locale/it/LC_MESSAGES/konsole.mo
-share/locale/it/LC_MESSAGES/kpager.mo
-share/locale/it/LC_MESSAGES/kpanel.mo
-share/locale/it/LC_MESSAGES/krootwm.mo
-share/locale/it/LC_MESSAGES/kstart.mo
-share/locale/it/LC_MESSAGES/kvt.mo
-share/locale/it/LC_MESSAGES/kwm.mo
-share/locale/ja/LC_MESSAGES/kbgndwm.mo
-share/locale/ja/LC_MESSAGES/kcmbell.mo
-share/locale/ja/LC_MESSAGES/kcmdisplay.mo
-share/locale/ja/LC_MESSAGES/kcminfo.mo
-share/locale/ja/LC_MESSAGES/kcminput.mo
-share/locale/ja/LC_MESSAGES/kcmkeys.mo
-share/locale/ja/LC_MESSAGES/kcmkfm.mo
-share/locale/ja/LC_MESSAGES/kcmkpanel.mo
-share/locale/ja/LC_MESSAGES/kcmkwm.mo
-share/locale/ja/LC_MESSAGES/kcmlocale.mo
-share/locale/ja/LC_MESSAGES/kcmsamba.mo
-share/locale/ja/LC_MESSAGES/kcmsample.mo
-share/locale/ja/LC_MESSAGES/kcmsyssound.mo
-share/locale/ja/LC_MESSAGES/kcontrol.mo
-share/locale/ja/LC_MESSAGES/kdehelp.mo
-share/locale/ja/LC_MESSAGES/kdm.mo
-share/locale/ja/LC_MESSAGES/kdmconfig.mo
-share/locale/ja/LC_MESSAGES/kfind.mo
-share/locale/ja/LC_MESSAGES/kfm.mo
-share/locale/ja/LC_MESSAGES/kfontmanager.mo
-share/locale/ja/LC_MESSAGES/kikbd.mo
-share/locale/ja/LC_MESSAGES/klock.mo
-share/locale/ja/LC_MESSAGES/kmenuedit.mo
-share/locale/ja/LC_MESSAGES/konsole.mo
-share/locale/ja/LC_MESSAGES/kpager.mo
-share/locale/ja/LC_MESSAGES/kpanel.mo
-share/locale/ja/LC_MESSAGES/krootwm.mo
-share/locale/ja/LC_MESSAGES/kvt.mo
-share/locale/ja/LC_MESSAGES/kwm.mo
-share/locale/ko/LC_MESSAGES/kcmbell.mo
-share/locale/ko/LC_MESSAGES/kcmdisplay.mo
-share/locale/ko/LC_MESSAGES/kcminfo.mo
-share/locale/ko/LC_MESSAGES/kcminput.mo
-share/locale/ko/LC_MESSAGES/kcmkpanel.mo
-share/locale/ko/LC_MESSAGES/kcmkwm.mo
-share/locale/ko/LC_MESSAGES/kcmlocale.mo
-share/locale/ko/LC_MESSAGES/kcmsamba.mo
-share/locale/ko/LC_MESSAGES/kcmsample.mo
-share/locale/ko/LC_MESSAGES/kcmsyssound.mo
-share/locale/ko/LC_MESSAGES/kcontrol.mo
-share/locale/ko/LC_MESSAGES/kdehelp.mo
-share/locale/ko/LC_MESSAGES/kdm.mo
-share/locale/ko/LC_MESSAGES/kdmconfig.mo
-share/locale/ko/LC_MESSAGES/kfind.mo
-share/locale/ko/LC_MESSAGES/kfm.mo
-share/locale/ko/LC_MESSAGES/kfontmanager.mo
-share/locale/ko/LC_MESSAGES/klock.mo
-share/locale/ko/LC_MESSAGES/kmenuedit.mo
-share/locale/ko/LC_MESSAGES/kpanel.mo
-share/locale/ko/LC_MESSAGES/krootwm.mo
-share/locale/ko/LC_MESSAGES/kvt.mo
-share/locale/ko/LC_MESSAGES/kwm.mo
-share/locale/mk/LC_MESSAGES/kcmdisplay.mo
-share/locale/mk/LC_MESSAGES/kdehelp.mo
-share/locale/mk/LC_MESSAGES/kdm.mo
-share/locale/mk/LC_MESSAGES/kfind.mo
-share/locale/mk/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kcmbell.mo
-share/locale/nl/LC_MESSAGES/kcmdisplay.mo
-share/locale/nl/LC_MESSAGES/kcminfo.mo
-share/locale/nl/LC_MESSAGES/kcminput.mo
-share/locale/nl/LC_MESSAGES/kcmkpanel.mo
-share/locale/nl/LC_MESSAGES/kcmkwm.mo
-share/locale/nl/LC_MESSAGES/kcmlocale.mo
-share/locale/nl/LC_MESSAGES/kcmsamba.mo
-share/locale/nl/LC_MESSAGES/kcmsample.mo
-share/locale/nl/LC_MESSAGES/kcmsyssound.mo
-share/locale/nl/LC_MESSAGES/kcontrol.mo
-share/locale/nl/LC_MESSAGES/kdehelp.mo
-share/locale/nl/LC_MESSAGES/kdm.mo
-share/locale/nl/LC_MESSAGES/kdmconfig.mo
-share/locale/nl/LC_MESSAGES/kfind.mo
-share/locale/nl/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kfontmanager.mo
-share/locale/nl/LC_MESSAGES/kikbd.mo
-share/locale/nl/LC_MESSAGES/klock.mo
-share/locale/nl/LC_MESSAGES/kmenuedit.mo
-share/locale/nl/LC_MESSAGES/kpanel.mo
-share/locale/nl/LC_MESSAGES/krootwm.mo
-share/locale/nl/LC_MESSAGES/kvt.mo
-share/locale/nl/LC_MESSAGES/kwm.mo
-share/locale/no/LC_MESSAGES/kbgndwm.mo
-share/locale/no/LC_MESSAGES/kcmbell.mo
-share/locale/no/LC_MESSAGES/kcmdisplay.mo
-share/locale/no/LC_MESSAGES/kcminfo.mo
-share/locale/no/LC_MESSAGES/kcminput.mo
-share/locale/no/LC_MESSAGES/kcmkeys.mo
-share/locale/no/LC_MESSAGES/kcmkfm.mo
-share/locale/no/LC_MESSAGES/kcmkpanel.mo
-share/locale/no/LC_MESSAGES/kcmkwm.mo
-share/locale/no/LC_MESSAGES/kcmlocale.mo
-share/locale/no/LC_MESSAGES/kcmsamba.mo
-share/locale/no/LC_MESSAGES/kcmsample.mo
-share/locale/no/LC_MESSAGES/kcmsyssound.mo
-share/locale/no/LC_MESSAGES/kcontrol.mo
-share/locale/no/LC_MESSAGES/kdehelp.mo
-share/locale/no/LC_MESSAGES/kdm.mo
-share/locale/no/LC_MESSAGES/kdmconfig.mo
-share/locale/no/LC_MESSAGES/kfind.mo
-share/locale/no/LC_MESSAGES/kfm.mo
-share/locale/no/LC_MESSAGES/kfontmanager.mo
-share/locale/no/LC_MESSAGES/kikbd.mo
-share/locale/no/LC_MESSAGES/klock.mo
-share/locale/no/LC_MESSAGES/kmenuedit.mo
-share/locale/no/LC_MESSAGES/konsole.mo
-share/locale/no/LC_MESSAGES/kpager.mo
-share/locale/no/LC_MESSAGES/kpanel.mo
-share/locale/no/LC_MESSAGES/krootwm.mo
-share/locale/no/LC_MESSAGES/kstart.mo
-share/locale/no/LC_MESSAGES/kvt.mo
-share/locale/no/LC_MESSAGES/kwm.mo
-share/locale/pl/LC_MESSAGES/kbgndwm.mo
-share/locale/pl/LC_MESSAGES/kcmbell.mo
-share/locale/pl/LC_MESSAGES/kcmdisplay.mo
-share/locale/pl/LC_MESSAGES/kcminfo.mo
-share/locale/pl/LC_MESSAGES/kcminput.mo
-share/locale/pl/LC_MESSAGES/kcmkeys.mo
-share/locale/pl/LC_MESSAGES/kcmkfm.mo
-share/locale/pl/LC_MESSAGES/kcmkpanel.mo
-share/locale/pl/LC_MESSAGES/kcmkwm.mo
-share/locale/pl/LC_MESSAGES/kcmlocale.mo
-share/locale/pl/LC_MESSAGES/kcmsamba.mo
-share/locale/pl/LC_MESSAGES/kcmsample.mo
-share/locale/pl/LC_MESSAGES/kcmsyssound.mo
-share/locale/pl/LC_MESSAGES/kcontrol.mo
-share/locale/pl/LC_MESSAGES/kdehelp.mo
-share/locale/pl/LC_MESSAGES/kdm.mo
-share/locale/pl/LC_MESSAGES/kdmconfig.mo
-share/locale/pl/LC_MESSAGES/kfind.mo
-share/locale/pl/LC_MESSAGES/kfm.mo
-share/locale/pl/LC_MESSAGES/kfontmanager.mo
-share/locale/pl/LC_MESSAGES/kikbd.mo
-share/locale/pl/LC_MESSAGES/klock.mo
-share/locale/pl/LC_MESSAGES/kmenuedit.mo
-share/locale/pl/LC_MESSAGES/konsole.mo
-share/locale/pl/LC_MESSAGES/kpager.mo
-share/locale/pl/LC_MESSAGES/kpanel.mo
-share/locale/pl/LC_MESSAGES/krootwm.mo
-share/locale/pl/LC_MESSAGES/kstart.mo
-share/locale/pl/LC_MESSAGES/kthememgr.mo
-share/locale/pl/LC_MESSAGES/kvt.mo
-share/locale/pl/LC_MESSAGES/kwm.mo
-share/locale/pt/LC_MESSAGES/kcmbell.mo
-share/locale/pt/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt/LC_MESSAGES/kcminfo.mo
-share/locale/pt/LC_MESSAGES/kcminput.mo
-share/locale/pt/LC_MESSAGES/kcmkeys.mo
-share/locale/pt/LC_MESSAGES/kcmkfm.mo
-share/locale/pt/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt/LC_MESSAGES/kcmkwm.mo
-share/locale/pt/LC_MESSAGES/kcmlocale.mo
-share/locale/pt/LC_MESSAGES/kcmsamba.mo
-share/locale/pt/LC_MESSAGES/kcmsample.mo
-share/locale/pt/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt/LC_MESSAGES/kcontrol.mo
-share/locale/pt/LC_MESSAGES/kdehelp.mo
-share/locale/pt/LC_MESSAGES/kdm.mo
-share/locale/pt/LC_MESSAGES/kdmconfig.mo
-share/locale/pt/LC_MESSAGES/kfind.mo
-share/locale/pt/LC_MESSAGES/kfm.mo
-share/locale/pt/LC_MESSAGES/kfontmanager.mo
-share/locale/pt/LC_MESSAGES/kikbd.mo
-share/locale/pt/LC_MESSAGES/klock.mo
-share/locale/pt/LC_MESSAGES/kmenuedit.mo
-share/locale/pt/LC_MESSAGES/kpanel.mo
-share/locale/pt/LC_MESSAGES/krootwm.mo
-share/locale/pt/LC_MESSAGES/kstart.mo
-share/locale/pt/LC_MESSAGES/kvt.mo
-share/locale/pt/LC_MESSAGES/kwm.mo
-share/locale/pt_BR/LC_MESSAGES/kbgndwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmbell.mo
-share/locale/pt_BR/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt_BR/LC_MESSAGES/kcminfo.mo
-share/locale/pt_BR/LC_MESSAGES/kcminput.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkeys.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkfm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmlocale.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsamba.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsample.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt_BR/LC_MESSAGES/kcontrol.mo
-share/locale/pt_BR/LC_MESSAGES/kdehelp.mo
-share/locale/pt_BR/LC_MESSAGES/kdm.mo
-share/locale/pt_BR/LC_MESSAGES/kdmconfig.mo
-share/locale/pt_BR/LC_MESSAGES/kfind.mo
-share/locale/pt_BR/LC_MESSAGES/kfm.mo
-share/locale/pt_BR/LC_MESSAGES/kfontmanager.mo
-share/locale/pt_BR/LC_MESSAGES/kikbd.mo
-share/locale/pt_BR/LC_MESSAGES/klock.mo
-share/locale/pt_BR/LC_MESSAGES/kmenuedit.mo
-share/locale/pt_BR/LC_MESSAGES/konsole.mo
-share/locale/pt_BR/LC_MESSAGES/kpager.mo
-share/locale/pt_BR/LC_MESSAGES/kpanel.mo
-share/locale/pt_BR/LC_MESSAGES/krootwm.mo
-share/locale/pt_BR/LC_MESSAGES/kstart.mo
-share/locale/pt_BR/LC_MESSAGES/kvt.mo
-share/locale/pt_BR/LC_MESSAGES/kwm.mo
-share/locale/ro/LC_MESSAGES/kbgndwm.mo
-share/locale/ro/LC_MESSAGES/kcmbell.mo
-share/locale/ro/LC_MESSAGES/kcmdisplay.mo
-share/locale/ro/LC_MESSAGES/kcminfo.mo
-share/locale/ro/LC_MESSAGES/kcminput.mo
-share/locale/ro/LC_MESSAGES/kcmkpanel.mo
-share/locale/ro/LC_MESSAGES/kcmkwm.mo
-share/locale/ro/LC_MESSAGES/kcmlocale.mo
-share/locale/ro/LC_MESSAGES/kcmsamba.mo
-share/locale/ro/LC_MESSAGES/kcmsample.mo
-share/locale/ro/LC_MESSAGES/kcmsyssound.mo
-share/locale/ro/LC_MESSAGES/kcontrol.mo
-share/locale/ro/LC_MESSAGES/kdehelp.mo
-share/locale/ro/LC_MESSAGES/kdm.mo
-share/locale/ro/LC_MESSAGES/kdmconfig.mo
-share/locale/ro/LC_MESSAGES/kfind.mo
-share/locale/ro/LC_MESSAGES/kfm.mo
-share/locale/ro/LC_MESSAGES/kfontmanager.mo
-share/locale/ro/LC_MESSAGES/klock.mo
-share/locale/ro/LC_MESSAGES/kmenuedit.mo
-share/locale/ro/LC_MESSAGES/kpanel.mo
-share/locale/ro/LC_MESSAGES/krootwm.mo
-share/locale/ro/LC_MESSAGES/kvt.mo
-share/locale/ro/LC_MESSAGES/kwm.mo
-share/locale/ru/LC_MESSAGES/kbgndwm.mo
-share/locale/ru/LC_MESSAGES/kcmbell.mo
-share/locale/ru/LC_MESSAGES/kcmdisplay.mo
-share/locale/ru/LC_MESSAGES/kcminfo.mo
-share/locale/ru/LC_MESSAGES/kcminput.mo
-share/locale/ru/LC_MESSAGES/kcmkeys.mo
-share/locale/ru/LC_MESSAGES/kcmkfm.mo
-share/locale/ru/LC_MESSAGES/kcmkpanel.mo
-share/locale/ru/LC_MESSAGES/kcmkwm.mo
-share/locale/ru/LC_MESSAGES/kcmlocale.mo
-share/locale/ru/LC_MESSAGES/kcmsamba.mo
-share/locale/ru/LC_MESSAGES/kcmsample.mo
-share/locale/ru/LC_MESSAGES/kcmsyssound.mo
-share/locale/ru/LC_MESSAGES/kcontrol.mo
-share/locale/ru/LC_MESSAGES/kdehelp.mo
-share/locale/ru/LC_MESSAGES/kdm.mo
-share/locale/ru/LC_MESSAGES/kdmconfig.mo
-share/locale/ru/LC_MESSAGES/kfind.mo
-share/locale/ru/LC_MESSAGES/kfm.mo
-share/locale/ru/LC_MESSAGES/kfontmanager.mo
-share/locale/ru/LC_MESSAGES/kikbd.mo
-share/locale/ru/LC_MESSAGES/klock.mo
-share/locale/ru/LC_MESSAGES/kmenuedit.mo
-share/locale/ru/LC_MESSAGES/konsole.mo
-share/locale/ru/LC_MESSAGES/kpager.mo
-share/locale/ru/LC_MESSAGES/kpanel.mo
-share/locale/ru/LC_MESSAGES/krootwm.mo
-share/locale/ru/LC_MESSAGES/kstart.mo
-share/locale/ru/LC_MESSAGES/kvt.mo
-share/locale/ru/LC_MESSAGES/kwm.mo
-share/locale/sk/LC_MESSAGES/kbgndwm.mo
-share/locale/sk/LC_MESSAGES/kcmbell.mo
-share/locale/sk/LC_MESSAGES/kcmdisplay.mo
-share/locale/sk/LC_MESSAGES/kcminfo.mo
-share/locale/sk/LC_MESSAGES/kcminput.mo
-share/locale/sk/LC_MESSAGES/kcmkeys.mo
-share/locale/sk/LC_MESSAGES/kcmkfm.mo
-share/locale/sk/LC_MESSAGES/kcmkpanel.mo
-share/locale/sk/LC_MESSAGES/kcmkwm.mo
-share/locale/sk/LC_MESSAGES/kcmlocale.mo
-share/locale/sk/LC_MESSAGES/kcmsamba.mo
-share/locale/sk/LC_MESSAGES/kcmsample.mo
-share/locale/sk/LC_MESSAGES/kcmsyssound.mo
-share/locale/sk/LC_MESSAGES/kcontrol.mo
-share/locale/sk/LC_MESSAGES/kdehelp.mo
-share/locale/sk/LC_MESSAGES/kdm.mo
-share/locale/sk/LC_MESSAGES/kdmconfig.mo
-share/locale/sk/LC_MESSAGES/kfind.mo
-share/locale/sk/LC_MESSAGES/kfm.mo
-share/locale/sk/LC_MESSAGES/kfontmanager.mo
-share/locale/sk/LC_MESSAGES/kikbd.mo
-share/locale/sk/LC_MESSAGES/klock.mo
-share/locale/sk/LC_MESSAGES/kmenuedit.mo
-share/locale/sk/LC_MESSAGES/konsole.mo
-share/locale/sk/LC_MESSAGES/kpager.mo
-share/locale/sk/LC_MESSAGES/kpanel.mo
-share/locale/sk/LC_MESSAGES/krootwm.mo
-share/locale/sk/LC_MESSAGES/kstart.mo
-share/locale/sk/LC_MESSAGES/kvt.mo
-share/locale/sk/LC_MESSAGES/kwm.mo
-share/locale/sl/LC_MESSAGES/kbgndwm.mo
-share/locale/sl/LC_MESSAGES/kcmbell.mo
-share/locale/sl/LC_MESSAGES/kcmdisplay.mo
-share/locale/sl/LC_MESSAGES/kcminfo.mo
-share/locale/sl/LC_MESSAGES/kcminput.mo
-share/locale/sl/LC_MESSAGES/kcmkeys.mo
-share/locale/sl/LC_MESSAGES/kcmkfm.mo
-share/locale/sl/LC_MESSAGES/kcmkpanel.mo
-share/locale/sl/LC_MESSAGES/kcmkwm.mo
-share/locale/sl/LC_MESSAGES/kcmlocale.mo
-share/locale/sl/LC_MESSAGES/kcmsamba.mo
-share/locale/sl/LC_MESSAGES/kcmsample.mo
-share/locale/sl/LC_MESSAGES/kcmsyssound.mo
-share/locale/sl/LC_MESSAGES/kcontrol.mo
-share/locale/sl/LC_MESSAGES/kdehelp.mo
-share/locale/sl/LC_MESSAGES/kdm.mo
-share/locale/sl/LC_MESSAGES/kdmconfig.mo
-share/locale/sl/LC_MESSAGES/kfind.mo
-share/locale/sl/LC_MESSAGES/kfm.mo
-share/locale/sl/LC_MESSAGES/kfontmanager.mo
-share/locale/sl/LC_MESSAGES/kikbd.mo
-share/locale/sl/LC_MESSAGES/klock.mo
-share/locale/sl/LC_MESSAGES/kmenuedit.mo
-share/locale/sl/LC_MESSAGES/konsole.mo
-share/locale/sl/LC_MESSAGES/kpager.mo
-share/locale/sl/LC_MESSAGES/kpanel.mo
-share/locale/sl/LC_MESSAGES/krootwm.mo
-share/locale/sl/LC_MESSAGES/kstart.mo
-share/locale/sl/LC_MESSAGES/kthememgr.mo
-share/locale/sl/LC_MESSAGES/kvt.mo
-share/locale/sl/LC_MESSAGES/kwm.mo
-share/locale/sv/LC_MESSAGES/kbgndwm.mo
-share/locale/sv/LC_MESSAGES/kcmbell.mo
-share/locale/sv/LC_MESSAGES/kcmdisplay.mo
-share/locale/sv/LC_MESSAGES/kcminfo.mo
-share/locale/sv/LC_MESSAGES/kcminput.mo
-share/locale/sv/LC_MESSAGES/kcmkeys.mo
-share/locale/sv/LC_MESSAGES/kcmkfm.mo
-share/locale/sv/LC_MESSAGES/kcmkpanel.mo
-share/locale/sv/LC_MESSAGES/kcmkwm.mo
-share/locale/sv/LC_MESSAGES/kcmlocale.mo
-share/locale/sv/LC_MESSAGES/kcmsamba.mo
-share/locale/sv/LC_MESSAGES/kcmsample.mo
-share/locale/sv/LC_MESSAGES/kcmsyssound.mo
-share/locale/sv/LC_MESSAGES/kcontrol.mo
-share/locale/sv/LC_MESSAGES/kdehelp.mo
-share/locale/sv/LC_MESSAGES/kdm.mo
-share/locale/sv/LC_MESSAGES/kdmconfig.mo
-share/locale/sv/LC_MESSAGES/kfind.mo
-share/locale/sv/LC_MESSAGES/kfm.mo
-share/locale/sv/LC_MESSAGES/kfontmanager.mo
-share/locale/sv/LC_MESSAGES/kikbd.mo
-share/locale/sv/LC_MESSAGES/klock.mo
-share/locale/sv/LC_MESSAGES/kmenuedit.mo
-share/locale/sv/LC_MESSAGES/konsole.mo
-share/locale/sv/LC_MESSAGES/kpager.mo
-share/locale/sv/LC_MESSAGES/kpanel.mo
-share/locale/sv/LC_MESSAGES/krootwm.mo
-share/locale/sv/LC_MESSAGES/kstart.mo
-share/locale/sv/LC_MESSAGES/kvt.mo
-share/locale/sv/LC_MESSAGES/kwm.mo
-share/locale/tr/LC_MESSAGES/kcmbell.mo
-share/locale/tr/LC_MESSAGES/kcmdisplay.mo
-share/locale/tr/LC_MESSAGES/kcminfo.mo
-share/locale/tr/LC_MESSAGES/kcminput.mo
-share/locale/tr/LC_MESSAGES/kcmkpanel.mo
-share/locale/tr/LC_MESSAGES/kcmkwm.mo
-share/locale/tr/LC_MESSAGES/kcmlocale.mo
-share/locale/tr/LC_MESSAGES/kcmsamba.mo
-share/locale/tr/LC_MESSAGES/kcmsample.mo
-share/locale/tr/LC_MESSAGES/kcmsyssound.mo
-share/locale/tr/LC_MESSAGES/kcontrol.mo
-share/locale/tr/LC_MESSAGES/kdehelp.mo
-share/locale/tr/LC_MESSAGES/kdm.mo
-share/locale/tr/LC_MESSAGES/kdmconfig.mo
-share/locale/tr/LC_MESSAGES/kfind.mo
-share/locale/tr/LC_MESSAGES/kfm.mo
-share/locale/tr/LC_MESSAGES/kfontmanager.mo
-share/locale/tr/LC_MESSAGES/klock.mo
-share/locale/tr/LC_MESSAGES/kmenuedit.mo
-share/locale/tr/LC_MESSAGES/kpanel.mo
-share/locale/tr/LC_MESSAGES/krootwm.mo
-share/locale/tr/LC_MESSAGES/kstart.mo
-share/locale/tr/LC_MESSAGES/kvt.mo
-share/locale/tr/LC_MESSAGES/kwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kbgndwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmbell.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminfo.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminput.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkeys.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsample.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcontrol.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdehelp.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfind.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kikbd.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/klock.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/konsole.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/krootwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kstart.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kvt.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmbell.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminfo.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminput.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsample.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcontrol.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdehelp.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfind.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/klock.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/krootwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kvt.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kwm.mo
-share/mimelnk/application/gzip.kdelnk
-share/mimelnk/application/octet-stream.kdelnk
-share/mimelnk/application/pdf.kdelnk
-share/mimelnk/application/postscript.kdelnk
-share/mimelnk/application/x-ar.kdelnk
-share/mimelnk/application/x-core.kdelnk
-share/mimelnk/application/x-dvi.kdelnk
-share/mimelnk/application/x-executable.kdelnk
-share/mimelnk/application/x-font.kdelnk
-share/mimelnk/application/x-java.kdelnk
-share/mimelnk/application/x-kdelnk.kdelnk
-share/mimelnk/application/x-lha.kdelnk
-share/mimelnk/application/x-object.kdelnk
-share/mimelnk/application/x-shellscript.kdelnk
-share/mimelnk/application/x-tar.kdelnk
-share/mimelnk/application/x-tbz.kdelnk
-share/mimelnk/application/x-tex-gf.kdelnk
-share/mimelnk/application/x-tex-pk.kdelnk
-share/mimelnk/application/x-trash.kdelnk
-share/mimelnk/application/x-zip.kdelnk
-share/mimelnk/audio/x-midi.kdelnk
-share/mimelnk/audio/x-mod.kdelnk
-share/mimelnk/audio/x-mp3.kdelnk
-share/mimelnk/audio/x-wav.kdelnk
-share/mimelnk/image/cgm.kdelnk
-share/mimelnk/image/fax-g3.kdelnk
-share/mimelnk/image/gif.kdelnk
-share/mimelnk/image/jpeg.kdelnk
-share/mimelnk/image/png.kdelnk
-share/mimelnk/image/tiff.kdelnk
-share/mimelnk/image/x-xbm.kdelnk
-share/mimelnk/image/x-xpm.kdelnk
-share/mimelnk/inode/block.kdelnk
-share/mimelnk/inode/chardevice.kdelnk
-share/mimelnk/inode/directory-locked.kdelnk
-share/mimelnk/inode/directory.kdelnk
-share/mimelnk/inode/fifo.kdelnk
-share/mimelnk/inode/socket.kdelnk
-share/mimelnk/magic
-share/mimelnk/text/english.kdelnk
-share/mimelnk/text/html.kdelnk
-share/mimelnk/text/plain.kdelnk
-share/mimelnk/text/rtf.kdelnk
-share/mimelnk/text/sgml.kdelnk
-share/mimelnk/text/x-c++.kdelnk
-share/mimelnk/text/x-c++hdr.kdelnk
-share/mimelnk/text/x-c++src.kdelnk
-share/mimelnk/text/x-c.kdelnk
-share/mimelnk/text/x-chdr.kdelnk
-share/mimelnk/text/x-csrc.kdelnk
-share/mimelnk/text/x-java.kdelnk
-share/mimelnk/text/x-makefile.kdelnk
-share/mimelnk/text/x-moc.kdelnk
-share/mimelnk/text/x-pascal.kdelnk
-share/mimelnk/text/x-tcl.kdelnk
-share/mimelnk/text/x-tex.kdelnk
-share/mimelnk/video/mpeg.kdelnk
-share/mimelnk/video/quicktime.kdelnk
-share/mimelnk/video/x-flic.kdelnk
-share/mimelnk/video/x-msvideo.kdelnk
-share/sounds/KDE_Close_Window.wav
-share/sounds/KDE_Logout.wav
-share/sounds/KDE_Startup.wav
-share/sounds/KDE_Window_DeIconify.wav
-share/sounds/KDE_Window_Iconify.wav
-share/sounds/KDE_Window_Maximize.wav
-share/sounds/KDE_Window_Shade_Down.wav
-share/sounds/KDE_Window_Shade_Up.wav
-share/sounds/KDE_Window_Sticky.wav
-share/sounds/KDE_Window_UnMaximize.wav
-share/sounds/KDE_Window_UnSticky.wav
-share/wallpapers/abnormal_fluid.jpg
-share/wallpapers/absolute_zero.jpg
-share/wallpapers/abstract_clay.jpg
-share/wallpapers/alien_riverbed.jpg
-share/wallpapers/ancient_glyphs.jpg
-share/wallpapers/aqua_ravines.jpg
-share/wallpapers/banana_squishie.jpg
-share/wallpapers/berries.jpg
-share/wallpapers/blkmarble.jpg
-share/wallpapers/bluegrnt.jpg
-share/wallpapers/boiling_centrifuge.jpg
-share/wallpapers/bowtie.jpg
-share/wallpapers/brass_trails.jpg
-share/wallpapers/brass_wiring.jpg
-share/wallpapers/bronze_tornado.jpg
-share/wallpapers/bubble_vortex.jpg
-share/wallpapers/burning_fire.jpg
-share/wallpapers/cellular_tetsuo.jpg
-share/wallpapers/chalk_marks.jpg
-share/wallpapers/chess.jpg
-share/wallpapers/chunky_spinach.jpg
-share/wallpapers/circuit.jpg
-share/wallpapers/clay_caverns.jpg
-share/wallpapers/cloth_bubbles.jpg
-share/wallpapers/cocoon_skin.jpg
-share/wallpapers/coloured_hearts.jpg
-share/wallpapers/copper_blur.jpg
-share/wallpapers/copper_liquid.jpg
-share/wallpapers/corroded_rock.jpg
-share/wallpapers/cosmic_gears.jpg
-share/wallpapers/cosmic_lillypads.jpg
-share/wallpapers/cracking_blueberry.jpg
-share/wallpapers/crayon_canyon.jpg
-share/wallpapers/cruising_color.jpg
-share/wallpapers/cubic1.jpg
-share/wallpapers/cubic2.jpg
-share/wallpapers/dancy_pants.jpg
-share/wallpapers/digital_waves.jpg
-share/wallpapers/distorted_anomaly.jpg
-share/wallpapers/engraved_gold.jpg
-share/wallpapers/eroding_sandstone.jpg
-share/wallpapers/expired_cornflakes.jpg
-share/wallpapers/face.jpg
-share/wallpapers/fisheye_lens.jpg
-share/wallpapers/foam_strands.jpg
-share/wallpapers/foggy1.jpg
-share/wallpapers/foggy2.jpg
-share/wallpapers/folded_space.jpg
-share/wallpapers/fractal_nebula.jpg
-share/wallpapers/freon_mist.jpg
-share/wallpapers/fudge_chunks.jpg
-share/wallpapers/fusion_fire.jpg
-share/wallpapers/future_farms.jpg
-share/wallpapers/gator_hide.jpg
-share/wallpapers/gelatin_chemical.jpg
-share/wallpapers/goldring_globe.jpg
-share/wallpapers/grablkwt.jpg
-share/wallpapers/gray2.jpg
-share/wallpapers/greek.jpg
-share/wallpapers/gremlin_buds.jpg
-share/wallpapers/ground_zero.jpg
-share/wallpapers/heat_ripple.jpg
-share/wallpapers/iceberg_tips.jpg
-share/wallpapers/indigo_paint.jpg
-share/wallpapers/infared_fossil.jpg
-share/wallpapers/infinity_cube.jpg
-share/wallpapers/inner_quasar.jpg
-share/wallpapers/isotope_threads.jpg
-share/wallpapers/jello_elbows.jpg
+share/doc/HTML/en/kwm/introduction.html
+share/doc/HTML/en/kwm/is-it-possible-to-add-kde-extensions-to-othe.html
+share/doc/HTML/en/kwm/minicli.html
+share/doc/HTML/en/kwm/mouse-control.html
+share/doc/HTML/en/kwm/shortcuts.html
+share/doc/HTML/en/kwm/soundevents.html
+share/doc/HTML/en/kwm/usingemphasiskwmemphasis.html
+share/doc/HTML/en/kwm/why-can-t-i-define-new-shortcuts-for-launchi.html
+share/doc/HTML/en/kwm/why-does-kwm-look-so-much-like-windows-95.html
+share/fonts/9x15.pcf.gz
+share/fonts/console8x16.pcf.gz
+share/fonts/console8x8.pcf.gz
+share/fonts/fonts.dir
+share/icons/hicolor/32x32/apps/bell.png
+share/icons/hicolor/32x32/apps/buttons.png
+share/icons/hicolor/32x32/apps/clock.png
+share/icons/hicolor/32x32/apps/colors.png
+share/icons/hicolor/32x32/apps/energy.png
+share/icons/hicolor/32x32/apps/fonts.png
+share/icons/hicolor/32x32/apps/go.png
+share/icons/hicolor/32x32/apps/icons.png
+share/icons/hicolor/32x32/apps/information.png
+share/icons/hicolor/32x32/apps/kcmdevices.png
+share/icons/hicolor/32x32/apps/kcmkwm.png
+share/icons/hicolor/32x32/apps/kcmmemory.png
+share/icons/hicolor/32x32/apps/kcmpartitions.png
+share/icons/hicolor/32x32/apps/kcmpci.png
+share/icons/hicolor/32x32/apps/kcmprocessor.png
+share/icons/hicolor/32x32/apps/kcmscsi.png
+share/icons/hicolor/32x32/apps/kcmsound.png
+share/icons/hicolor/32x32/apps/kcmsyssound.png
+share/icons/hicolor/32x32/apps/kcmx.png
+share/icons/hicolor/32x32/apps/kcontrol.png
+share/icons/hicolor/32x32/apps/kdisknav.png
+share/icons/hicolor/32x32/apps/kdmconfig.png
+share/icons/hicolor/32x32/apps/kfm_home.png
+share/icons/hicolor/32x32/apps/khelpcenter.png
+share/icons/hicolor/32x32/apps/knotify.png
+share/icons/hicolor/32x32/apps/konqueror.png
+share/icons/hicolor/32x32/apps/konsole.png
+share/icons/hicolor/32x32/apps/kthememgr.png
+share/icons/hicolor/32x32/apps/kwin.png
+share/icons/hicolor/32x32/apps/locale.png
+share/icons/hicolor/32x32/apps/mouse.png
+share/icons/hicolor/32x32/apps/package.png
+share/icons/hicolor/32x32/apps/package_applications.png
+share/icons/hicolor/32x32/apps/package_editors.png
+share/icons/hicolor/32x32/apps/package_favourite.png
+share/icons/hicolor/32x32/apps/package_games.png
+share/icons/hicolor/32x32/apps/package_graphics.png
+share/icons/hicolor/32x32/apps/package_multimedia.png
+share/icons/hicolor/32x32/apps/package_network.png
+share/icons/hicolor/32x32/apps/package_settings.png
+share/icons/hicolor/32x32/apps/package_system.png
+share/icons/hicolor/32x32/apps/package_utilities.png
+share/icons/hicolor/32x32/apps/password.png
+share/icons/hicolor/32x32/apps/screensaver.png
+share/icons/hicolor/32x32/apps/style.png
+share/icons/hicolor/32x32/apps/terminal.png
+share/icons/hicolor/32x32/apps/titlebar.png
+share/icons/hicolor/32x32/apps/window_list.png
+share/icons/hicolor/32x32/apps/winprops.png
+share/icons/hicolor/32x32/devices/3floppy_mount.png
+share/icons/hicolor/32x32/devices/3floppy_unmount.png
+share/icons/hicolor/32x32/devices/5floppy_mount.png
+share/icons/hicolor/32x32/devices/5floppy_unmount.png
+share/icons/hicolor/32x32/devices/cdrom_mount.png
+share/icons/hicolor/32x32/devices/cdrom_unmount.png
+share/icons/hicolor/32x32/devices/cdwriter_mount.png
+share/icons/hicolor/32x32/devices/cdwriter_unmount.png
+share/icons/hicolor/32x32/devices/hdd_mount.png
+share/icons/hicolor/32x32/devices/hdd_unmount.png
+share/icons/hicolor/32x32/devices/memory.png
+share/icons/hicolor/32x32/devices/mo_mount.png
+share/icons/hicolor/32x32/devices/mo_unmount.png
+share/icons/hicolor/32x32/devices/printer1.png
+share/icons/hicolor/32x32/devices/printer2.png
+share/icons/hicolor/32x32/devices/scanner.png
+share/icons/hicolor/32x32/devices/tablet.png
+share/icons/hicolor/32x32/devices/zip_mount.png
+share/icons/hicolor/32x32/devices/zip_unmount.png
+share/icons/hicolor/48x48/apps/background.png
+share/icons/hicolor/48x48/apps/bell.png
+share/icons/hicolor/48x48/apps/buttons.png
+share/icons/hicolor/48x48/apps/clock.png
+share/icons/hicolor/48x48/apps/colors.png
+share/icons/hicolor/48x48/apps/fonts.png
+share/icons/hicolor/48x48/apps/go.png
+share/icons/hicolor/48x48/apps/gvim.png
+share/icons/hicolor/48x48/apps/icons.png
+share/icons/hicolor/48x48/apps/kcmdevices.png
+share/icons/hicolor/48x48/apps/kcmkwm.png
+share/icons/hicolor/48x48/apps/kcmmemory.png
+share/icons/hicolor/48x48/apps/kcmpartitions.png
+share/icons/hicolor/48x48/apps/kcmpci.png
+share/icons/hicolor/48x48/apps/kcmprocessor.png
+share/icons/hicolor/48x48/apps/kcmscsi.png
+share/icons/hicolor/48x48/apps/kcmsyssound.png
+share/icons/hicolor/48x48/apps/kcontrol.png
+share/icons/hicolor/48x48/apps/kdehelp.png
+share/icons/hicolor/48x48/apps/kdisknav.png
+share/icons/hicolor/48x48/apps/kdmconfig.png
+share/icons/hicolor/48x48/apps/keyboard.png
+share/icons/hicolor/48x48/apps/kfm_home.png
+share/icons/hicolor/48x48/apps/khelpcenter.png
+share/icons/hicolor/48x48/apps/kmenuedit.png
+share/icons/hicolor/48x48/apps/knotify.png
+share/icons/hicolor/48x48/apps/konqueror.png
+share/icons/hicolor/48x48/apps/konsole.png
+share/icons/hicolor/48x48/apps/kthememgr.png
+share/icons/hicolor/48x48/apps/kwin.png
+share/icons/hicolor/48x48/apps/locale.png
+share/icons/hicolor/48x48/apps/mouse.png
+share/icons/hicolor/48x48/apps/package.png
+share/icons/hicolor/48x48/apps/package_applications.png
+share/icons/hicolor/48x48/apps/package_editors.png
+share/icons/hicolor/48x48/apps/package_favourite.png
+share/icons/hicolor/48x48/apps/package_games.png
+share/icons/hicolor/48x48/apps/package_graphics.png
+share/icons/hicolor/48x48/apps/package_multimedia.png
+share/icons/hicolor/48x48/apps/package_network.png
+share/icons/hicolor/48x48/apps/package_settings.png
+share/icons/hicolor/48x48/apps/package_system.png
+share/icons/hicolor/48x48/apps/package_utilities.png
+share/icons/hicolor/48x48/apps/password.png
+share/icons/hicolor/48x48/apps/screensaver.png
+share/icons/hicolor/48x48/apps/style.png
+share/icons/hicolor/48x48/apps/terminal.png
+share/icons/hicolor/48x48/apps/titlebar.png
+share/icons/hicolor/48x48/apps/window_list.png
+share/icons/hicolor/48x48/apps/winprops.png
+share/icons/hicolor/48x48/devices/3floppy_mount.png
+share/icons/hicolor/48x48/devices/3floppy_unmount.png
+share/icons/hicolor/48x48/devices/5floppy_mount.png
+share/icons/hicolor/48x48/devices/5floppy_unmount.png
+share/icons/hicolor/48x48/devices/cdrom_mount.png
+share/icons/hicolor/48x48/devices/cdrom_unmount.png
+share/icons/hicolor/48x48/devices/cdwriter_mount.png
+share/icons/hicolor/48x48/devices/cdwriter_unmount.png
+share/icons/hicolor/48x48/devices/hdd_mount.png
+share/icons/hicolor/48x48/devices/hdd_unmount.png
+share/icons/hicolor/48x48/devices/memory.png
+share/icons/hicolor/48x48/devices/mo_mount.png
+share/icons/hicolor/48x48/devices/mo_unmount.png
+share/icons/hicolor/48x48/devices/printer1.png
+share/icons/hicolor/48x48/devices/printer2.png
+share/icons/hicolor/48x48/devices/scanner.png
+share/icons/hicolor/48x48/devices/tablet.png
+share/icons/hicolor/48x48/devices/zip_mount.png
+share/icons/hicolor/48x48/devices/zip_unmount.png
+share/icons/locolor/16x16/apps/acroread.png
+share/icons/locolor/16x16/apps/application_settings.png
+share/icons/locolor/16x16/apps/applixware.png
+share/icons/locolor/16x16/apps/background.png
+share/icons/locolor/16x16/apps/bell.png
+share/icons/locolor/16x16/apps/buttons.png
+share/icons/locolor/16x16/apps/bx2.png
+share/icons/locolor/16x16/apps/clock.png
+share/icons/locolor/16x16/apps/colors.png
+share/icons/locolor/16x16/apps/desktop_settings.png
+share/icons/locolor/16x16/apps/dlgedit.png
+share/icons/locolor/16x16/apps/emacs.png
+share/icons/locolor/16x16/apps/email.png
+share/icons/locolor/16x16/apps/energy.png
+share/icons/locolor/16x16/apps/fonts.png
+share/icons/locolor/16x16/apps/general_settings.png
+share/icons/locolor/16x16/apps/gimp.png
+share/icons/locolor/16x16/apps/go.png
+share/icons/locolor/16x16/apps/gv.png
+share/icons/locolor/16x16/apps/gvim.png
+share/icons/locolor/16x16/apps/helpbook.png
+share/icons/locolor/16x16/apps/helpbook_open.png
+share/icons/locolor/16x16/apps/helpdoc.png
+share/icons/locolor/16x16/apps/icons.png
+share/icons/locolor/16x16/apps/information_settings.png
+share/icons/locolor/16x16/apps/input_devices_settings.png
+share/icons/locolor/16x16/apps/kcmdevices.png
+share/icons/locolor/16x16/apps/kcmkwm.png
+share/icons/locolor/16x16/apps/kcmmemory.png
+share/icons/locolor/16x16/apps/kcmpartitions.png
+share/icons/locolor/16x16/apps/kcmpci.png
+share/icons/locolor/16x16/apps/kcmprocessor.png
+share/icons/locolor/16x16/apps/kcmscsi.png
+share/icons/locolor/16x16/apps/kcmsound.png
+share/icons/locolor/16x16/apps/kcmsyssound.png
+share/icons/locolor/16x16/apps/kcmx.png
+share/icons/locolor/16x16/apps/kcontrol.png
+share/icons/locolor/16x16/apps/kdisknav.png
+share/icons/locolor/16x16/apps/kdmconfig.png
+share/icons/locolor/16x16/apps/keyboard.png
+share/icons/locolor/16x16/apps/kfm.png
+share/icons/locolor/16x16/apps/kfm_home.png
+share/icons/locolor/16x16/apps/khelpcenter.png
+share/icons/locolor/16x16/apps/knotify.png
+share/icons/locolor/16x16/apps/konqueror.png
+share/icons/locolor/16x16/apps/konsole.png
+share/icons/locolor/16x16/apps/kscreensaver.png
+share/icons/locolor/16x16/apps/kthememgr.png
+share/icons/locolor/16x16/apps/kwin.png
+share/icons/locolor/16x16/apps/locale.png
+share/icons/locolor/16x16/apps/lyx.png
+share/icons/locolor/16x16/apps/mathematica.png
+share/icons/locolor/16x16/apps/mouse.png
+share/icons/locolor/16x16/apps/nedit.png
+share/icons/locolor/16x16/apps/netscape.png
+share/icons/locolor/16x16/apps/network_settings.png
+share/icons/locolor/16x16/apps/package.png
+share/icons/locolor/16x16/apps/package_applications.png
+share/icons/locolor/16x16/apps/package_editors.png
+share/icons/locolor/16x16/apps/package_favourite.png
+share/icons/locolor/16x16/apps/package_games.png
+share/icons/locolor/16x16/apps/package_graphics.png
+share/icons/locolor/16x16/apps/package_multimedia.png
+share/icons/locolor/16x16/apps/package_network.png
+share/icons/locolor/16x16/apps/package_settings.png
+share/icons/locolor/16x16/apps/package_system.png
+share/icons/locolor/16x16/apps/package_utilities.png
+share/icons/locolor/16x16/apps/panel.png
+share/icons/locolor/16x16/apps/panel_settings.png
+share/icons/locolor/16x16/apps/pci.png
+share/icons/locolor/16x16/apps/penguin.png
+share/icons/locolor/16x16/apps/pinguin.png
+share/icons/locolor/16x16/apps/plan.png
+share/icons/locolor/16x16/apps/samba.png
+share/icons/locolor/16x16/apps/screensaver.png
+share/icons/locolor/16x16/apps/script.png
+share/icons/locolor/16x16/apps/smbstatus.png
+share/icons/locolor/16x16/apps/sound_settings.png
+share/icons/locolor/16x16/apps/style.png
+share/icons/locolor/16x16/apps/terminal.png
+share/icons/locolor/16x16/apps/titlebar.png
+share/icons/locolor/16x16/apps/wabi.png
+share/icons/locolor/16x16/apps/window_list.png
+share/icons/locolor/16x16/apps/windows.png
+share/icons/locolor/16x16/apps/winprops.png
+share/icons/locolor/16x16/apps/wp.png
+share/icons/locolor/16x16/apps/x.png
+share/icons/locolor/16x16/apps/xcalc.png
+share/icons/locolor/16x16/apps/xclipboard.png
+share/icons/locolor/16x16/apps/xclock.png
+share/icons/locolor/16x16/apps/xconsole.png
+share/icons/locolor/16x16/apps/xedit.png
+share/icons/locolor/16x16/apps/xemacs.png
+share/icons/locolor/16x16/apps/xeyes.png
+share/icons/locolor/16x16/apps/xfig.png
+share/icons/locolor/16x16/apps/xfmail.png
+share/icons/locolor/16x16/apps/xload.png
+share/icons/locolor/16x16/apps/xosview.png
+share/icons/locolor/16x16/apps/xpaint.png
+share/icons/locolor/16x16/apps/xscreensaver.png
+share/icons/locolor/16x16/apps/xslight.png
+share/icons/locolor/16x16/apps/xv.png
+share/icons/locolor/16x16/devices/3floppy_mount.png
+share/icons/locolor/16x16/devices/3floppy_unmount.png
+share/icons/locolor/16x16/devices/5floppy_mount.png
+share/icons/locolor/16x16/devices/5floppy_unmount.png
+share/icons/locolor/16x16/devices/cdrom_mount.png
+share/icons/locolor/16x16/devices/cdrom_unmount.png
+share/icons/locolor/16x16/devices/cdwriter_mount.png
+share/icons/locolor/16x16/devices/cdwriter_unmount.png
+share/icons/locolor/16x16/devices/hdd_mount.png
+share/icons/locolor/16x16/devices/hdd_unmount.png
+share/icons/locolor/16x16/devices/memory.png
+share/icons/locolor/16x16/devices/mo_mount.png
+share/icons/locolor/16x16/devices/mo_unmount.png
+share/icons/locolor/16x16/devices/printer1.png
+share/icons/locolor/16x16/devices/printer2.png
+share/icons/locolor/16x16/devices/scanner.png
+share/icons/locolor/16x16/devices/tablet.png
+share/icons/locolor/16x16/devices/zip_mount.png
+share/icons/locolor/16x16/devices/zip_unmount.png
+share/icons/locolor/32x32/apps/acroread.png
+share/icons/locolor/32x32/apps/application_settings.png
+share/icons/locolor/32x32/apps/applixware.png
+share/icons/locolor/32x32/apps/background.png
+share/icons/locolor/32x32/apps/bell.png
+share/icons/locolor/32x32/apps/buttons.png
+share/icons/locolor/32x32/apps/clock.png
+share/icons/locolor/32x32/apps/colors.png
+share/icons/locolor/32x32/apps/desktop_settings.png
+share/icons/locolor/32x32/apps/dlgedit.png
+share/icons/locolor/32x32/apps/edit.png
+share/icons/locolor/32x32/apps/emacs.png
+share/icons/locolor/32x32/apps/email.png
+share/icons/locolor/32x32/apps/energy.png
+share/icons/locolor/32x32/apps/error.png
+share/icons/locolor/32x32/apps/fonts.png
+share/icons/locolor/32x32/apps/general_settings.png
+share/icons/locolor/32x32/apps/gimp.png
+share/icons/locolor/32x32/apps/go.png
+share/icons/locolor/32x32/apps/gv.png
+share/icons/locolor/32x32/apps/gvim.png
+share/icons/locolor/32x32/apps/icons.png
+share/icons/locolor/32x32/apps/information.png
+share/icons/locolor/32x32/apps/information_settings.png
+share/icons/locolor/32x32/apps/input_devices_settings.png
+share/icons/locolor/32x32/apps/kcmdevices.png
+share/icons/locolor/32x32/apps/kcmkwm.png
+share/icons/locolor/32x32/apps/kcmmemory.png
+share/icons/locolor/32x32/apps/kcmpartitions.png
+share/icons/locolor/32x32/apps/kcmpci.png
+share/icons/locolor/32x32/apps/kcmprocessor.png
+share/icons/locolor/32x32/apps/kcmscsi.png
+share/icons/locolor/32x32/apps/kcmsound.png
+share/icons/locolor/32x32/apps/kcmsyssound.png
+share/icons/locolor/32x32/apps/kcmx.png
+share/icons/locolor/32x32/apps/kcontrol.png
+share/icons/locolor/32x32/apps/kdisknav.png
+share/icons/locolor/32x32/apps/kdmconfig.png
+share/icons/locolor/32x32/apps/keyboard.png
+share/icons/locolor/32x32/apps/kfm.png
+share/icons/locolor/32x32/apps/kfm_home.png
+share/icons/locolor/32x32/apps/khelpcenter.png
+share/icons/locolor/32x32/apps/knotify.png
+share/icons/locolor/32x32/apps/konqueror.png
+share/icons/locolor/32x32/apps/konsole.png
+share/icons/locolor/32x32/apps/kscreensaver.png
+share/icons/locolor/32x32/apps/kthememgr.png
+share/icons/locolor/32x32/apps/kwin.png
+share/icons/locolor/32x32/apps/locale.png
+share/icons/locolor/32x32/apps/logo.png
+share/icons/locolor/32x32/apps/lyx.png
+share/icons/locolor/32x32/apps/mathematica.png
+share/icons/locolor/32x32/apps/mouse.png
+share/icons/locolor/32x32/apps/nedit.png
+share/icons/locolor/32x32/apps/netscape.png
+share/icons/locolor/32x32/apps/network.png
+share/icons/locolor/32x32/apps/network_settings.png
+share/icons/locolor/32x32/apps/nogo.png
+share/icons/locolor/32x32/apps/package.png
+share/icons/locolor/32x32/apps/package_applications.png
+share/icons/locolor/32x32/apps/package_editors.png
+share/icons/locolor/32x32/apps/package_favourite.png
+share/icons/locolor/32x32/apps/package_games.png
+share/icons/locolor/32x32/apps/package_graphics.png
+share/icons/locolor/32x32/apps/package_multimedia.png
+share/icons/locolor/32x32/apps/package_network.png
+share/icons/locolor/32x32/apps/package_settings.png
+share/icons/locolor/32x32/apps/package_system.png
+share/icons/locolor/32x32/apps/package_utilities.png
+share/icons/locolor/32x32/apps/panel_settings.png
+share/icons/locolor/32x32/apps/password.png
+share/icons/locolor/32x32/apps/penguin.png
+share/icons/locolor/32x32/apps/pinguin.png
+share/icons/locolor/32x32/apps/plan.png
+share/icons/locolor/32x32/apps/samba.png
+share/icons/locolor/32x32/apps/screensaver.png
+share/icons/locolor/32x32/apps/script.png
+share/icons/locolor/32x32/apps/sound_settings.png
+share/icons/locolor/32x32/apps/style.png
+share/icons/locolor/32x32/apps/terminal.png
+share/icons/locolor/32x32/apps/titlebar.png
+share/icons/locolor/32x32/apps/wabi.png
+share/icons/locolor/32x32/apps/window_list.png
+share/icons/locolor/32x32/apps/winprops.png
+share/icons/locolor/32x32/apps/wp.png
+share/icons/locolor/32x32/apps/x.png
+share/icons/locolor/32x32/apps/xcalc.png
+share/icons/locolor/32x32/apps/xclipboard.png
+share/icons/locolor/32x32/apps/xclock.png
+share/icons/locolor/32x32/apps/xconsole.png
+share/icons/locolor/32x32/apps/xedit.png
+share/icons/locolor/32x32/apps/xemacs.png
+share/icons/locolor/32x32/apps/xeyes.png
+share/icons/locolor/32x32/apps/xfig.png
+share/icons/locolor/32x32/apps/xfmail.png
+share/icons/locolor/32x32/apps/xftp.png
+share/icons/locolor/32x32/apps/xload.png
+share/icons/locolor/32x32/apps/xmms.png
+share/icons/locolor/32x32/apps/xosview.png
+share/icons/locolor/32x32/apps/xpaint.png
+share/icons/locolor/32x32/apps/xscreensaver.png
+share/icons/locolor/32x32/apps/xv.png
+share/icons/locolor/32x32/devices/3floppy_mount.png
+share/icons/locolor/32x32/devices/3floppy_unmount.png
+share/icons/locolor/32x32/devices/5floppy_mount.png
+share/icons/locolor/32x32/devices/5floppy_unmount.png
+share/icons/locolor/32x32/devices/cdrom_mount.png
+share/icons/locolor/32x32/devices/cdrom_unmount.png
+share/icons/locolor/32x32/devices/cdwriter_mount.png
+share/icons/locolor/32x32/devices/cdwriter_unmount.png
+share/icons/locolor/32x32/devices/hdd_mount.png
+share/icons/locolor/32x32/devices/hdd_unmount.png
+share/icons/locolor/32x32/devices/memory.png
+share/icons/locolor/32x32/devices/mo_mount.png
+share/icons/locolor/32x32/devices/mo_unmount.png
+share/icons/locolor/32x32/devices/printer1.png
+share/icons/locolor/32x32/devices/printer2.png
+share/icons/locolor/32x32/devices/scanner.png
+share/icons/locolor/32x32/devices/tablet.png
+share/icons/locolor/32x32/devices/zip_mount.png
+share/icons/locolor/32x32/devices/zip_unmount.png
+share/locale/C/entry.desktop
+share/locale/C/flag.png
+share/locale/l10n/C/entry.desktop
+share/locale/l10n/C/flag.png
+share/locale/l10n/at/entry.desktop
+share/locale/l10n/at/flag.png
+share/locale/l10n/au/entry.desktop
+share/locale/l10n/au/flag.png
+share/locale/l10n/be/entry.desktop
+share/locale/l10n/be/flag.png
+share/locale/l10n/bg/entry.desktop
+share/locale/l10n/bg/flag.png
+share/locale/l10n/br/entry.desktop
+share/locale/l10n/br/flag.png
+share/locale/l10n/ch/entry.desktop
+share/locale/l10n/ch/flag.png
+share/locale/l10n/cs/entry.desktop
+share/locale/l10n/cs/flag.png
+share/locale/l10n/de/entry.desktop
+share/locale/l10n/de/flag.png
+share/locale/l10n/dk/entry.desktop
+share/locale/l10n/dk/flag.png
+share/locale/l10n/ee/entry.desktop
+share/locale/l10n/ee/flag.png
+share/locale/l10n/eo/entry.desktop
+share/locale/l10n/eo/flag.png
+share/locale/l10n/es/entry.desktop
+share/locale/l10n/es/flag.png
+share/locale/l10n/fi/entry.desktop
+share/locale/l10n/fi/flag.png
+share/locale/l10n/fr/entry.desktop
+share/locale/l10n/fr/flag.png
+share/locale/l10n/gb/entry.desktop
+share/locale/l10n/gb/flag.png
+share/locale/l10n/hu/entry.desktop
+share/locale/l10n/hu/flag.png
+share/locale/l10n/ie/entry.desktop
+share/locale/l10n/ie/flag.png
+share/locale/l10n/il/entry.desktop
+share/locale/l10n/il/flag.png
+share/locale/l10n/is/entry.desktop
+share/locale/l10n/is/flag.png
+share/locale/l10n/it/entry.desktop
+share/locale/l10n/it/flag.png
+share/locale/l10n/jp/entry.desktop
+share/locale/l10n/jp/flag.png
+share/locale/l10n/ko/entry.desktop
+share/locale/l10n/ko/flag.png
+share/locale/l10n/nl/README
+share/locale/l10n/nl/entry.desktop
+share/locale/l10n/nl/flag.png
+share/locale/l10n/no/entry.desktop
+share/locale/l10n/no/flag.png
+share/locale/l10n/nz/entry.desktop
+share/locale/l10n/nz/flag.png
+share/locale/l10n/pl/entry.desktop
+share/locale/l10n/pl/flag.png
+share/locale/l10n/pt/entry.desktop
+share/locale/l10n/pt/flag.png
+share/locale/l10n/ro/entry.desktop
+share/locale/l10n/ro/flag.png
+share/locale/l10n/ru/entry.desktop
+share/locale/l10n/ru/flag.png
+share/locale/l10n/se/entry.desktop
+share/locale/l10n/se/flag.png
+share/locale/l10n/si/entry.desktop
+share/locale/l10n/si/flag.png
+share/locale/l10n/sr/entry.desktop
+share/locale/l10n/sr/flag.png
+share/locale/l10n/tw/entry.desktop
+share/locale/l10n/tw/flag.png
+share/locale/l10n/us/entry.desktop
+share/locale/l10n/us/flag.png
+share/mimelnk/application/x-konsole.desktop
+share/services/khelpcenter.desktop
+share/services/konq_detailedlistview.desktop
+share/services/konq_dirtree.desktop
+share/services/konq_iconview.desktop
+share/services/konq_textview.desktop
+share/services/konq_treeview.desktop
+share/services/konqueror.desktop
+share/services/kshorturifilter.desktop
+share/services/kuriikwsfilter.desktop
+share/servicetypes/konq_plugin.desktop
+share/templates/.source/Device.desktop
+share/templates/.source/FtpURL.desktop
+share/templates/.source/HTMLFile.html
+share/templates/.source/Program.desktop
+share/templates/.source/TextFile.txt
+share/templates/.source/URL.desktop
+share/templates/.source/WWWURL.desktop
+share/templates/Directory.desktop
+share/templates/HTMLFile.desktop
+share/templates/TextFile.desktop
+share/templates/linkDevice.desktop
+share/templates/linkFtpURL.desktop
+share/templates/linkProgram.desktop
+share/templates/linkURL.desktop
+share/templates/linkWWWURL.desktop
+share/toolbar/brightness.png
+share/toolbar/colourness.png
+share/toolbar/contrast.png
+share/wallpapers/A-Little-Exercise-3.jpg
+share/wallpapers/All-Good-People-1.jpg
+share/wallpapers/Ancient_Glyphs.jpg
+share/wallpapers/Appropriately-Left-Handed-2.jpg
+share/wallpapers/Blkmarble.jpg
+share/wallpapers/Chicken-Songs-2.jpg
+share/wallpapers/Chunky_Spinach.jpg
+share/wallpapers/Circuit.jpg
+share/wallpapers/Dawn-Turns-To-Day-1.jpg
+share/wallpapers/Flock-Of-Seagulls-2.jpg
+share/wallpapers/Foggy1.jpg
+share/wallpapers/In-Vino-Veritas.jpg
+share/wallpapers/Just-A-Woman-1.jpg
+share/wallpapers/Light-Industry-1.jpg
+share/wallpapers/Lowdown-Popcorn-1.jpg
+share/wallpapers/Magneto_Bomb.jpg
+share/wallpapers/Marble01.jpg
+share/wallpapers/No-Ones-Laughing-3.jpg
+share/wallpapers/Paper01.jpg
+share/wallpapers/Penguin-Sushi-3.jpg
+share/wallpapers/Planning-And-Probing-1.jpg
+share/wallpapers/Prpbumps.jpg
+share/wallpapers/Sasquatch-Suction-1.jpg
+share/wallpapers/Schematic-Diagram-1.jpg
+share/wallpapers/Sleep-Deprivation-3.jpg
+share/wallpapers/Superfluous-Organ-1.jpg
+share/wallpapers/The-Alias-Line-4.jpg
+share/wallpapers/The-Good-Times-1.jpg
+share/wallpapers/There-You-Are-1.jpg
+share/wallpapers/Time-For-Lunch-2.jpg
+share/wallpapers/Totally-New-Product-1.jpg
+share/wallpapers/Unknown-Rheostat-1.jpg
+share/wallpapers/Water01.jpg
+share/wallpapers/Whirling_Spirit.jpg
+share/wallpapers/Won-Ton-Soup-3.jpg
share/wallpapers/kdm_bg.jpg
-share/wallpapers/liquid_helium.jpg
-share/wallpapers/lizard_scales.jpg
-share/wallpapers/lunar_jelly.jpg
-share/wallpapers/magnetic_field.jpg
-share/wallpapers/magneto_bomb.jpg
-share/wallpapers/marble01.jpg
-share/wallpapers/martian_silk.jpg
-share/wallpapers/melting_glass.jpg
-share/wallpapers/melting_honeycomb.jpg
-share/wallpapers/metal_beads.jpg
-share/wallpapers/million_minnows.jpg
-share/wallpapers/mustard_ketchup.jpg
-share/wallpapers/mutant_berries.jpg
-share/wallpapers/mystical_hourglass.jpg
-share/wallpapers/neon_flux.jpg
-share/wallpapers/nuclear_coral.jpg
-share/wallpapers/ocean01.jpg
-share/wallpapers/odd_atmosphere.jpg
-share/wallpapers/olive_wisps.jpg
-share/wallpapers/owl_elder.jpg
-share/wallpapers/paper01.jpg
-share/wallpapers/paper_umbrella.jpg
-share/wallpapers/parrots.jpg
-share/wallpapers/pebble_town.jpg
-share/wallpapers/pinkflam.jpg
-share/wallpapers/plant_formation.jpg
-share/wallpapers/plasmatic_globules.jpg
-share/wallpapers/plasmatic_points.jpg
-share/wallpapers/produce.jpg
-share/wallpapers/prpbumps.jpg
-share/wallpapers/quantum_threads.jpg
-share/wallpapers/rainbow_alleys.jpg
-share/wallpapers/red_big_bang.jpg
-share/wallpapers/redblue_filaments.jpg
-share/wallpapers/ringworm_circus.jpg
-share/wallpapers/rose_petals.jpg
-share/wallpapers/rotten_vegetables.jpg
-share/wallpapers/rubber_cds.jpg
-share/wallpapers/ruby_dunes.jpg
-share/wallpapers/ruins.jpg
-share/wallpapers/sandman.jpg
-share/wallpapers/sapphire_surface.jpg
-share/wallpapers/scattered_islands.jpg
-share/wallpapers/scraped_metal.jpg
-share/wallpapers/silver_vibration.jpg
-share/wallpapers/spinning_stones.jpg
-share/wallpapers/spoiled_sprouts.jpg
-share/wallpapers/stellar_shadows.jpg
-share/wallpapers/striped_fragments.jpg
-share/wallpapers/sulfur_lakes.jpg
-share/wallpapers/sunburnt_crust.jpg
-share/wallpapers/tarnished_rings.jpg
-share/wallpapers/techno_sharks.jpg
-share/wallpapers/terrain_relief.jpg
-share/wallpapers/theoretical_life.jpg
-share/wallpapers/thick_syrup.jpg
-share/wallpapers/thin_tentacles.jpg
-share/wallpapers/toe_paint.jpg
-share/wallpapers/tree_knobs.jpg
-share/wallpapers/tropical_leaves.jpg
-share/wallpapers/ufo_frenzy.jpg
-share/wallpapers/unstable_element.jpg
-share/wallpapers/vessel_swirl.jpg
-share/wallpapers/water01.jpg
-share/wallpapers/wavy_ribbons.jpg
-share/wallpapers/whiplash_vines.jpg
-share/wallpapers/whirling_spirit.jpg
-share/wallpapers/wind_chill.jpg
-share/wallpapers/wood1.jpg
-@dirrm share/doc/HTML/ru/kikbd
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmbell/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmdisplay/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminfo/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminput/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkeys/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkfm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkpanel/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkwm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmlocale/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsamba/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsyssound/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kdmconfig/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kthememgr/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/common
+@unexec rm -f %D/share/doc/HTML/en/kdebugdialog/common
+@unexec rm -f %D/share/doc/HTML/en/kdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kdisknav/common
+@unexec rm -f %D/share/doc/HTML/en/kdm/common
+@unexec rm -f %D/share/doc/HTML/en/kfm/common
+@unexec rm -f %D/share/doc/HTML/en/kfontmanager/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/faq/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/quickstart/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/userguide/common
+@unexec rm -f %D/share/doc/HTML/en/kikbd/common
+@unexec rm -f %D/share/doc/HTML/en/konsole/common
+@unexec rm -f %D/share/doc/HTML/en/kpager/common
+@unexec rm -f %D/share/doc/HTML/en/kwm/common
+@dirrm share/wallpapers
+@dirrm share/toolbar
+@dirrm share/templates/.source/emptydir
+@dirrm share/templates/.source
+@dirrm share/templates
+@dirrm share/skel
+@dirrm share/servicetypes
+@dirrm share/services
+@dirrm share/icons/locolor/32x32/devices
+@dirrm share/icons/locolor/32x32/apps
+@dirrm share/icons/locolor/32x32
+@dirrm share/icons/locolor/16x16/devices
+@dirrm share/icons/locolor/16x16/apps
+@dirrm share/icons/locolor/16x16
+@dirrm share/icons/locolor
+@dirrm share/icons/hicolor/48x48/devices
+@dirrm share/icons/hicolor/48x48/apps
+@dirrm share/icons/hicolor/48x48
+@dirrm share/icons/hicolor/32x32/devices
+@dirrm share/icons/hicolor/32x32/apps
+@dirrm share/icons/hicolor/32x32
+@dirrm share/icons/hicolor
+@dirrm share/icons
@dirrm share/doc/HTML/en/kwm
-@dirrm share/doc/HTML/en/kvt
-@dirrm share/doc/HTML/en/kthememgr
-@dirrm share/doc/HTML/en/kpanel
@dirrm share/doc/HTML/en/kpager
@dirrm share/doc/HTML/en/konsole
-@dirrm share/doc/HTML/en/kmenuedit
-@dirrm share/doc/HTML/en/kmedia
@dirrm share/doc/HTML/en/kikbd
-@dirrm share/doc/HTML/en/kfontmanager
+@dirrm share/doc/HTML/en/khelpcenter/userguide
+@dirrm share/doc/HTML/en/khelpcenter/quickstart
+@dirrm share/doc/HTML/en/khelpcenter/faq
+@dirrm share/doc/HTML/en/khelpcenter
@dirrm share/doc/HTML/en/kfm
-@dirrm share/doc/HTML/en/kfind
@dirrm share/doc/HTML/en/kdm
@dirrm share/doc/HTML/en/kdisknav
-@dirrm share/doc/HTML/en/kdehelp/quickstart
-@dirrm share/doc/HTML/en/kdehelp/kwm
-@dirrm share/doc/HTML/en/kdehelp/kpanel
-@dirrm share/doc/HTML/en/kdehelp
+@dirrm share/doc/HTML/en/kdesu
+@dirrm share/doc/HTML/en/kdebugdialog
@dirrm share/doc/HTML/en/kcontrol/kthememgr
@dirrm share/doc/HTML/en/kcontrol/kdmconfig
@dirrm share/doc/HTML/en/kcontrol/kcmsyssound
@@ -2460,63 +1784,95 @@ share/wallpapers/wood1.jpg
@dirrm share/doc/HTML/en/kcontrol/kcmkpanel
@dirrm share/doc/HTML/en/kcontrol/kcmkfm
@dirrm share/doc/HTML/en/kcontrol/kcmkeys
+@dirrm share/doc/HTML/en/kcontrol/kcmkdesu
@dirrm share/doc/HTML/en/kcontrol/kcminput
@dirrm share/doc/HTML/en/kcontrol/kcminfo
@dirrm share/doc/HTML/en/kcontrol/kcmdisplay
@dirrm share/doc/HTML/en/kcontrol/kcmbell
@dirrm share/doc/HTML/en/kcontrol
+@dirrm share/apps/quickbrowser
@dirrm share/apps/kwm/pics
@dirrm share/apps/kwm
-@dirrm share/apps/kthememgr/Themes
-@dirrm share/apps/kthememgr
+@dirrm share/apps/kwin
+@dirrm share/apps/kwelcome/pics
+@dirrm share/apps/kwelcome
@dirrm share/apps/kscreensaver
-@dirrm share/apps/kpanel/pics/mini
-@dirrm share/apps/kpanel/pics/large
-@dirrm share/apps/kpanel/pics
-@dirrm share/apps/kpanel/default
-@dirrm share/apps/kpanel
@dirrm share/apps/konsole
-@dirrm share/apps/kikbd/codes
-@dirrm share/apps/kikbd
-@dirrm share/apps/kfm/pics
-@dirrm share/apps/kfm/Desktop/Templates
-@dirrm share/apps/kfm/Desktop
-@dirrm share/apps/kfm
-@dirrm share/apps/kfind/toolbar
-@dirrm share/apps/kfind
-@dirrm share/apps/kdmconfig/pics
-@dirrm share/apps/kdmconfig
+@dirrm share/apps/konqueror/pics
+@dirrm share/apps/konqueror/dirtree/remote/web
+@dirrm share/apps/konqueror/dirtree/remote/ftp
+@dirrm share/apps/konqueror/dirtree/remote
+@dirrm share/apps/konqueror/dirtree
+@dirrm share/apps/konqueror
+@dirrm share/apps/konqlistview
+@dirrm share/apps/konqiconview
+@dirrm share/apps/kio_info
+@dirrm share/apps/kicker/tiles
+@dirrm share/apps/kicker/pics
+@dirrm share/apps/kicker/internalapplets
+@dirrm share/apps/kicker/default
+@dirrm share/apps/kicker
+@dirrm share/apps/khelpcenter/plugins/Tutorials
+@dirrm share/apps/khelpcenter/plugins
+@dirrm share/apps/khelpcenter
@dirrm share/apps/kdm/pics/users
@dirrm share/apps/kdm/pics
@dirrm share/apps/kdm
@dirrm share/apps/kdisplay/color-schemes
@dirrm share/apps/kdisplay/app-defaults
@dirrm share/apps/kdisplay
-@dirrm share/apps/kdisknav
+@dirrm share/apps/kdewizard/pics
+@dirrm share/apps/kdewizard/html
+@dirrm share/apps/kdewizard
+@dirrm share/apps/kdesktop/programs
+@dirrm share/apps/kdesktop/pics
+@dirrm share/apps/kdesktop/patterns
+@dirrm share/apps/kdesktop/DesktopLinks
+@dirrm share/apps/kdesktop
@dirrm share/apps/kcontrol/pics
@dirrm share/apps/kcontrol
-@dirrm share/apps/kcmlocale/pics
-@dirrm share/apps/kcmlocale
-@dirrm share/apps/kappfinder/pics/mini
-@dirrm share/apps/kappfinder/pics/large
-@dirrm share/apps/kappfinder/pics
@dirrm share/apps/kappfinder/apps/WordProcessing
@dirrm share/apps/kappfinder/apps/Utilities
@dirrm share/apps/kappfinder/apps/Toys
+@dirrm share/apps/kappfinder/apps/System/ScreenSavers
@dirrm share/apps/kappfinder/apps/System
@dirrm share/apps/kappfinder/apps/Office
+@dirrm share/apps/kappfinder/apps/Multimedia
@dirrm share/apps/kappfinder/apps/Internet
-@dirrm share/apps/kappfinder/apps/Graphic
+@dirrm share/apps/kappfinder/apps/Graphics
@dirrm share/apps/kappfinder/apps/Editors
@dirrm share/apps/kappfinder/apps/Development
@dirrm share/apps/kappfinder/apps
@dirrm share/apps/kappfinder
-@dirrm share/applnk/Settings/Windows
+@dirrm share/apps/drkonqi/presets
+@dirrm share/apps/drkonqi/pics
+@dirrm share/apps/drkonqi
+@dirrm share/applnk/Utilities
+@dirrm share/applnk/Toys
+@dirrm share/applnk/System/ScreenSavers
+@dirrm share/applnk/System
+@dirrm share/applnk/Settings/System
@dirrm share/applnk/Settings/Sound
-@dirrm share/applnk/Settings/Network
-@dirrm share/applnk/Settings/Keys
-@dirrm share/applnk/Settings/Input_Devices
+@dirrm share/applnk/Settings/PowerControl
+@dirrm share/applnk/Settings/Personalization
+@dirrm share/applnk/Settings/Peripherals
+@dirrm share/applnk/Settings/LookNFeel/Windows
+@dirrm share/applnk/Settings/LookNFeel/Themes
+@dirrm share/applnk/Settings/LookNFeel/Desktop
+@dirrm share/applnk/Settings/LookNFeel
@dirrm share/applnk/Settings/Information
-@dirrm share/applnk/Settings/Desktop
+@dirrm share/applnk/Settings/Browsing/Web
+@dirrm share/applnk/Settings/Browsing/Neighbourhood
+@dirrm share/applnk/Settings/Browsing/Files
+@dirrm share/applnk/Settings/Browsing
+@dirrm share/applnk/Settings/Applications/System
@dirrm share/applnk/Settings/Applications
-@dirrm cgi-bin
+@dirrm share/applnk/Settings
+@dirrm share/applnk/Multimedia
+@dirrm share/applnk/Internet
+@dirrm share/applnk/Graphics
+@dirrm share/applnk/Games
+@dirrm share/applnk/Control
+@dirrm share/applnk/Applications
+@exec /sbin/ldconfig -m %D/lib
+@unexec /sbin/ldconfig -R
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile
index 142cb33134f5..639c5c610fdd 100644
--- a/x11/kdebase4-runtime/Makefile
+++ b/x11/kdebase4-runtime/Makefile
@@ -1,45 +1,33 @@
-# New ports collection makefile for: kdebase
-# Date created: 28 October 1997
-# Whom: Stefan Eßer <se@freebsd.org>
+# New ports collection makefile for: kdebase2
+# Date created: Fri Apr 14 2000 15:05:00 EDT
+# Whom: will
#
# $FreeBSD$
#
PORTNAME= kdebase
-PORTVERSION= 1.1.2
+PORTVERSION= 1.90
CATEGORIES= x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
+MASTER_SITE_SUBDIR= unstable/distribution/tar/src
-MAINTAINER= se@freebsd.org
+MAINTAINER= will@FreeBSD.org
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- kdecore.3:${PORTSDIR}/x11/kdelibs11 \
+LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
Xpm.4:${PORTSDIR}/graphics/xpm \
intl.1:${PORTSDIR}/devel/gettext
+MOC?= ${X11BASE}/bin/moc2
USE_XLIB= yes
USE_BZIP2= yes
-USE_QT= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
- "--with-xdmdir=${X11BASE}/lib/X11/xdm"
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
- INSTALL_SCRIPT="install -c -m 555" \
- PATH="${PATH}:${X11BASE}/bin"
+USE_QT2= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
+ --with-qt-dir=${X11BASE} \
+ --with-qt-includes=${X11BASE}/include/qt2 \
+ --with-qt-libraries=${X11BASE}/lib
+CONFIGURE_ENV+= MOC="${MOC}"
USE_GMAKE= yes
-MAKE_ENV= RM=${RM}
-CFLAGS+= "-I$(PREFIX)/include"
-
-KSSES= kattraction.kss kbanner.kss kbat.kss kblankscrn.kss \
- kblob.kss kbouboule.kss kbsod.kss kflame.kss kforest.kss \
- khop.kss klaser.kss klines.kss klissie.kss kmatrix.kss \
- kmorph3d.kss kpipes.kss kpolygon.kss kpyro.kss krock.kss \
- kscience.kss kslidescreen.kss kslip.kss kspace.kss kswarm.kss
-
-post-install:
-.for KSS in $(KSSES)
- $(CHMOD) 4555 $(PREFIX)/bin/$(KSS)
-.endfor
.include <bsd.port.mk>
diff --git a/x11/kdebase4-runtime/distinfo b/x11/kdebase4-runtime/distinfo
index 3b5e9ff7e1a1..1c93ddf3d36e 100644
--- a/x11/kdebase4-runtime/distinfo
+++ b/x11/kdebase4-runtime/distinfo
@@ -1 +1 @@
-MD5 (kdebase-1.1.2.tar.bz2) = 330492b058e8087fca7f1ce350363254
+MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
diff --git a/x11/kdebase4-runtime/pkg-plist b/x11/kdebase4-runtime/pkg-plist
index 0ac6b849cfd3..7906bc632d7e 100644
--- a/x11/kdebase4-runtime/pkg-plist
+++ b/x11/kdebase4-runtime/pkg-plist
@@ -1,362 +1,476 @@
+bin/chooser
+bin/drkonqi
+bin/exampleapplet
+bin/eyesapplet
bin/kappfinder
-bin/kappfinder_restart
-bin/kattraction.kss
-bin/kaudioserver
bin/kbanner.kss
bin/kbat.kss
-bin/kbgndwm
bin/kblankscrn.kss
bin/kblob.kss
bin/kbouboule.kss
bin/kbsod.kss
bin/kcheckpass
-bin/kcmbell
-bin/kcmdisplay
-bin/kcmikbd
-bin/kcminfo
-bin/kcminput
-bin/kcmkeys
-bin/kcmkfm
-bin/kcmkonsole
-bin/kcmkpanel
-bin/kcmkwm
-bin/kcmlocale
-bin/kcmsamba
-bin/kcmsyssound
+bin/kcminit
+bin/kcmshell
bin/kcontrol
-bin/kde
-bin/kdehelp
+bin/kdebugdialog
+bin/kdesktop
+bin/kdesu
+bin/kdesud
+bin/kdewizard
bin/kdm
-bin/kdmconfig
bin/kdmdesktop
-bin/kfind
-bin/kflame.kss
-bin/kfm
bin/kfmclient
bin/kfmexec
-bin/kfmsu
-bin/kfmsu2
-bin/kfmwarn
-bin/kfontmanager
-bin/kforest.kss
+bin/khelpcenter
bin/khop.kss
-bin/kikbd
-bin/kioslave
-bin/klaser.kss
+bin/kicker
bin/klines.kss
-bin/klissie.kss
-bin/klock
bin/kmatrix.kss
-bin/kmenuedit
bin/kmorph3d.kss
+bin/konqueror
bin/konsole
bin/konsole_grantpty
-bin/kpager
-bin/kpanel
bin/kpipes.kss
-bin/kplayaudio
bin/kpolygon.kss
+bin/kprintwrapper
bin/kpyro.kss
+bin/krandom.kss
bin/krdb
bin/krock.kss
-bin/krootwm
+bin/krunonce
bin/kscience.kss
bin/kslidescreen.kss
-bin/kslip.kss
+bin/kslideshow.kss
+bin/ksmserver
bin/kspace.kss
bin/kstart
bin/kswarm.kss
-bin/kthememgr
-bin/kvt
-bin/kwm
-bin/kwmcom
-bin/kwmsound
-bin/maudio
-bin/rman
+bin/kwelcome
+bin/kwin
+bin/kwrited
+bin/kxmlrpcd
+bin/kxsconfig
+bin/kxsrun
+bin/man2html
bin/startkde
-bin/unpack
-cgi-bin/helpindex
-cgi-bin/helpsearch
+bin/swallowapplet
+include/KBackgroundIface.h
+include/KDesktopIface.h
+include/KScreensaverIface.h
+include/KWinInterface.h
+include/KonquerorIface.h
+include/kbookmark.h
+include/kbookmarkbar.h
+include/kbookmarkmenu.h
+include/kfileivi.h
+include/knewmenu.h
+include/konq_bgnddlg.h
+include/konq_events.h
+include/konq_propsview.h
+include/konqdefaults.h
+include/konqdirlister.h
+include/konqdrag.h
+include/konqfileitem.h
+include/konqiconviewwidget.h
+include/konqoperations.h
+include/konqpopupmenu.h
+include/konqsettings.h
+lib/kdesktop.la
+lib/kdesktop.so
+lib/kfmclient.la
+lib/kfmclient.so
+lib/kio_help.la
+lib/kio_help.so
+lib/kio_info.la
+lib/kio_info.so
+lib/kio_man.la
+lib/kio_man.so
+lib/kio_nntp.la
+lib/kio_nntp.so
+lib/kio_pop3.la
+lib/kio_pop3.so
+lib/kio_smb.la
+lib/kio_smb.so
+lib/konqueror.la
+lib/konqueror.so
+lib/konsole.la
+lib/konsole.so
+lib/kwin.la
+lib/kwin.so
+lib/kwrited.la
+lib/kwrited.so
+lib/kxmlrpcd.la
+lib/kxmlrpcd.so
+lib/libkasbarapplet.la
+lib/libkasbarapplet.so.1
+lib/libkcm_arts.la
+lib/libkcm_arts.so
+lib/libkcm_clock.la
+lib/libkcm_clock.so
+lib/libkcm_display.la
+lib/libkcm_display.so
+lib/libkcm_drkonqi.la
+lib/libkcm_drkonqi.so
+lib/libkcm_email.la
+lib/libkcm_email.so
+lib/libkcm_filetypes.la
+lib/libkcm_filetypes.so
+lib/libkcm_info.la
+lib/libkcm_info.so
+lib/libkcm_input.la
+lib/libkcm_input.so
+lib/libkcm_kdm.la
+lib/libkcm_kdm.so
+lib/libkcm_keys.la
+lib/libkcm_keys.so
+lib/libkcm_kicker.la
+lib/libkcm_kicker.so
+lib/libkcm_kio.la
+lib/libkcm_kio.so
+lib/libkcm_knotify.la
+lib/libkcm_knotify.so
+lib/libkcm_konq.la
+lib/libkcm_konq.so
+lib/libkcm_konqhtml.la
+lib/libkcm_konqhtml.so
+lib/libkcm_kurifilt.la
+lib/libkcm_kurifilt.so
+lib/libkcm_kwindesktop.la
+lib/libkcm_kwindesktop.so
+lib/libkcm_kwinmouse.la
+lib/libkcm_kwinmouse.so
+lib/libkcm_kwinoptions.la
+lib/libkcm_kwinoptions.so
+lib/libkcm_locale.la
+lib/libkcm_locale.so
+lib/libkcm_passwords.la
+lib/libkcm_passwords.so
+lib/libkcm_samba.la
+lib/libkcm_samba.so
+lib/libkcm_sample.la
+lib/libkcm_sample.so
+lib/libkcm_syssound.la
+lib/libkcm_syssound.so
+lib/libkdateapplet.la
+lib/libkdateapplet.so.1
+lib/libkdockapplet.la
+lib/libkdockapplet.so.1
+lib/libkhelpcenter.la
+lib/libkhelpcenter.so.1
+lib/libkminipagerapplet.la
+lib/libkminipagerapplet.so.1
+lib/libkonq.la
+lib/libkonq.so.3
+lib/libkonqdirtree.la
+lib/libkonqdirtree.so.1
+lib/libkonqiconview.la
+lib/libkonqiconview.so.1
+lib/libkonqlistview.la
+lib/libkonqlistview.so.1
+lib/libkonsole.la
+lib/libkonsole.so.1
+lib/libkoolclockapplet.la
+lib/libkoolclockapplet.so.1
+lib/libkpagerapplet.la
+lib/libkpagerapplet.so.1
+lib/libkpagericon.la
+lib/libkpagericon.so.1
+lib/libkpagerpixmap.la
+lib/libkpagerpixmap.so.1
+lib/libkshorturifilter.la
+lib/libkshorturifilter.so.1
+lib/libktaskbarapplet.la
+lib/libktaskbarapplet.so.1
+lib/libkuriikwsfilter.la
+lib/libkuriikwsfilter.so.1
+lib/libkwinb2.la
+lib/libkwinb2.so.1
+lib/libkwinkstep.la
+lib/libkwinkstep.so.1
+lib/libkwinlaptop.la
+lib/libkwinlaptop.so.1
+lib/libkwinmodernsys.la
+lib/libkwinmodernsys.so.1
+lib/libkwinriscos.la
+lib/libkwinriscos.so.1
+lib/libkwinsystem.la
+lib/libkwinsystem.so.1
+lib/libsmb++.la
+lib/libsmb++.so.0
share/applnk/.directory
share/applnk/Applications/.directory
+share/applnk/Control/.directory
+share/applnk/Control/SysInfo.desktop
+share/applnk/Control/System.desktop
+share/applnk/Control/User.desktop
share/applnk/Games/.directory
share/applnk/Graphics/.directory
-share/applnk/Help.kdelnk
-share/applnk/Home.kdelnk
+share/applnk/Help.desktop
+share/applnk/Home.desktop
share/applnk/Internet/.directory
-share/applnk/KControl.kdelnk
-share/applnk/Kfind.kdelnk
-share/applnk/Krefresh.kdelnk
share/applnk/Multimedia/.directory
share/applnk/Settings/.directory
share/applnk/Settings/Applications/.directory
-share/applnk/Settings/Applications/kdm.kdelnk
-share/applnk/Settings/Applications/kfm.kdelnk
-share/applnk/Settings/Applications/kfmbrowser.kdelnk
-share/applnk/Settings/Applications/panel.kdelnk
-share/applnk/Settings/Desktop/.directory
-share/applnk/Settings/Desktop/background.kdelnk
-share/applnk/Settings/Desktop/borders.kdelnk
-share/applnk/Settings/Desktop/colors.kdelnk
-share/applnk/Settings/Desktop/fonts.kdelnk
-share/applnk/Settings/Desktop/icons.kdelnk
-share/applnk/Settings/Desktop/kthememgr.kdelnk
-share/applnk/Settings/Desktop/language.kdelnk
-share/applnk/Settings/Desktop/screensaver.kdelnk
-share/applnk/Settings/Desktop/style.kdelnk
+share/applnk/Settings/Applications/System/kdm.desktop
+share/applnk/Settings/Applications/drkonqi.desktop
+share/applnk/Settings/Browsing/.directory
+share/applnk/Settings/Browsing/Files/filetypes.desktop
+share/applnk/Settings/Browsing/Files/kcmkonq.desktop
+share/applnk/Settings/Browsing/Neighbourhood/smb.desktop
+share/applnk/Settings/Browsing/Web/cookies.desktop
+share/applnk/Settings/Browsing/Web/ebrowsing.desktop
+share/applnk/Settings/Browsing/Web/konqhtml.desktop
+share/applnk/Settings/Browsing/Web/proxy.desktop
+share/applnk/Settings/Browsing/Web/useragent.desktop
share/applnk/Settings/Information/.directory
-share/applnk/Settings/Information/devices.kdelnk
-share/applnk/Settings/Information/dma.kdelnk
-share/applnk/Settings/Information/interrupts.kdelnk
-share/applnk/Settings/Information/ioports.kdelnk
-share/applnk/Settings/Information/memory.kdelnk
-share/applnk/Settings/Information/partitions.kdelnk
-share/applnk/Settings/Information/pci.kdelnk
-share/applnk/Settings/Information/processor.kdelnk
-share/applnk/Settings/Information/scsi.kdelnk
-share/applnk/Settings/Information/smbstatus.kdelnk
-share/applnk/Settings/Information/sound.kdelnk
-share/applnk/Settings/Information/xserver.kdelnk
-share/applnk/Settings/Input_Devices/.directory
-share/applnk/Settings/Input_Devices/kcmikbd.kdelnk
-share/applnk/Settings/Input_Devices/keyboard.kdelnk
-share/applnk/Settings/Input_Devices/mouse.kdelnk
-share/applnk/Settings/Keys/.directory
-share/applnk/Settings/Keys/global.kdelnk
-share/applnk/Settings/Keys/standard.kdelnk
-share/applnk/Settings/Network/.directory
+share/applnk/Settings/Information/devices.desktop
+share/applnk/Settings/Information/dma.desktop
+share/applnk/Settings/Information/interrupts.desktop
+share/applnk/Settings/Information/ioports.desktop
+share/applnk/Settings/Information/memory.desktop
+share/applnk/Settings/Information/partitions.desktop
+share/applnk/Settings/Information/pci.desktop
+share/applnk/Settings/Information/processor.desktop
+share/applnk/Settings/Information/scsi.desktop
+share/applnk/Settings/Information/smbstatus.desktop
+share/applnk/Settings/Information/sound.desktop
+share/applnk/Settings/Information/xserver.desktop
+share/applnk/Settings/LookNFeel/.directory
+share/applnk/Settings/LookNFeel/Desktop/.directory
+share/applnk/Settings/LookNFeel/Desktop/advanced.desktop
+share/applnk/Settings/LookNFeel/Desktop/background.desktop
+share/applnk/Settings/LookNFeel/Desktop/borders.desktop
+share/applnk/Settings/LookNFeel/Desktop/desktop.desktop
+share/applnk/Settings/LookNFeel/Desktop/icons.desktop
+share/applnk/Settings/LookNFeel/Themes/style.desktop
+share/applnk/Settings/LookNFeel/Windows/.directory
+share/applnk/Settings/LookNFeel/Windows/actions.desktop
+share/applnk/Settings/LookNFeel/Windows/mouse.desktop
+share/applnk/Settings/LookNFeel/colors.desktop
+share/applnk/Settings/LookNFeel/fonts.desktop
+share/applnk/Settings/LookNFeel/kcmnotify.desktop
+share/applnk/Settings/LookNFeel/keys.desktop
+share/applnk/Settings/LookNFeel/panel.desktop
+share/applnk/Settings/LookNFeel/screensaver.desktop
+share/applnk/Settings/Peripherals/.directory
+share/applnk/Settings/Peripherals/keyboard.desktop
+share/applnk/Settings/Peripherals/mouse.desktop
+share/applnk/Settings/Personalization/.directory
+share/applnk/Settings/Personalization/email.desktop
+share/applnk/Settings/Personalization/language.desktop
+share/applnk/Settings/Personalization/passwords.desktop
+share/applnk/Settings/PowerControl/.directory
+share/applnk/Settings/PowerControl/energy.desktop
share/applnk/Settings/Sound/.directory
-share/applnk/Settings/Sound/bell.kdelnk
-share/applnk/Settings/Sound/syssound.kdelnk
-share/applnk/Settings/Windows/.directory
-share/applnk/Settings/Windows/advanced.kdelnk
-share/applnk/Settings/Windows/buttons.kdelnk
-share/applnk/Settings/Windows/mouse.kdelnk
-share/applnk/Settings/Windows/properties.kdelnk
-share/applnk/Settings/Windows/titlebar.kdelnk
+share/applnk/Settings/Sound/arts.desktop
+share/applnk/Settings/Sound/syssound.desktop
+share/applnk/Settings/System/clock.desktop
share/applnk/System/.directory
-share/applnk/System/Arrange.kdelnk
-share/applnk/System/Kfontmanager.kdelnk
-share/applnk/System/kappfinder.kdelnk
-share/applnk/System/kfmsu.kdelnk
-share/applnk/System/kikbd.kdelnk
-share/applnk/System/kpager.kdelnk
-share/applnk/Trash.kdelnk
+share/applnk/System/Arrange.desktop
+share/applnk/System/ScreenSavers/.directory
+share/applnk/System/ScreenSavers/KAttration.desktop
+share/applnk/System/ScreenSavers/KBanner.desktop
+share/applnk/System/ScreenSavers/KBat.desktop
+share/applnk/System/ScreenSavers/KBlankscreen.desktop
+share/applnk/System/ScreenSavers/KBlob.desktop
+share/applnk/System/ScreenSavers/KBouboule.desktop
+share/applnk/System/ScreenSavers/KBsod.desktop
+share/applnk/System/ScreenSavers/KFlame.desktop
+share/applnk/System/ScreenSavers/KForest.desktop
+share/applnk/System/ScreenSavers/KHop.desktop
+share/applnk/System/ScreenSavers/KLaser.desktop
+share/applnk/System/ScreenSavers/KLines.desktop
+share/applnk/System/ScreenSavers/KLissie.desktop
+share/applnk/System/ScreenSavers/KMatrix.desktop
+share/applnk/System/ScreenSavers/KMorph3D.desktop
+share/applnk/System/ScreenSavers/KPipes.desktop
+share/applnk/System/ScreenSavers/KPolygon.desktop
+share/applnk/System/ScreenSavers/KPyro.desktop
+share/applnk/System/ScreenSavers/KRandom.desktop
+share/applnk/System/ScreenSavers/KRock.desktop
+share/applnk/System/ScreenSavers/KScience.desktop
+share/applnk/System/ScreenSavers/KSlidescreen.desktop
+share/applnk/System/ScreenSavers/KSlideshow.desktop
+share/applnk/System/ScreenSavers/KSlip.desktop
+share/applnk/System/ScreenSavers/KSpace.desktop
+share/applnk/System/ScreenSavers/KSwarm.desktop
+share/applnk/System/ScreenSavers/Worm.desktop
+share/applnk/System/kappfinder.desktop
+share/applnk/System/kfmclient.desktop
+share/applnk/System/konquerorsu.desktop
+share/applnk/System/konsole.desktop
+share/applnk/System/konsolesu.desktop
+share/applnk/Trash.desktop
share/applnk/Utilities/.directory
-share/applnk/Utilities/KMenuEdit.kdelnk
-share/applnk/Utilities/konsole.kdelnk
-share/applnk/Utilities/kvt.kdelnk
+share/applnk/Utilities/kdewizard.desktop
+share/applnk/Utilities/passwd.desktop
+share/applnk/Utilities/xclipboard.desktop
+share/applnk/Utilities/xclock.desktop
+share/applnk/Utilities/xconsole.desktop
+share/applnk/Utilities/xterm.desktop
+share/apps/drkonqi/pics/konqi.png
+share/apps/drkonqi/presets/developerrc
+share/apps/drkonqi/presets/enduserrc
share/apps/kappfinder/apps/.directory
share/apps/kappfinder/apps/Development/.directory
-share/apps/kappfinder/apps/Development/ddd.kdelnk
-share/apps/kappfinder/apps/Development/dlgedit.kdelnk
+share/apps/kappfinder/apps/Development/ddd.desktop
+share/apps/kappfinder/apps/Development/dlgedit.desktop
share/apps/kappfinder/apps/Editors/.directory
-share/apps/kappfinder/apps/Editors/emacs.kdelnk
-share/apps/kappfinder/apps/Editors/lemacs.kdelnk
-share/apps/kappfinder/apps/Editors/nedit.kdelnk
-share/apps/kappfinder/apps/Editors/xedit.kdelnk
-share/apps/kappfinder/apps/Editors/xemacs.kdelnk
-share/apps/kappfinder/apps/Graphic/.directory
-share/apps/kappfinder/apps/Graphic/acroread.kdelnk
-share/apps/kappfinder/apps/Graphic/xfig.kdelnk
-share/apps/kappfinder/apps/Graphic/xpaint.kdelnk
-share/apps/kappfinder/apps/Graphic/xv.kdelnk
+share/apps/kappfinder/apps/Editors/emacs.desktop
+share/apps/kappfinder/apps/Editors/gvim.desktop
+share/apps/kappfinder/apps/Editors/lemacs.desktop
+share/apps/kappfinder/apps/Editors/nedit.desktop
+share/apps/kappfinder/apps/Editors/xedit.desktop
+share/apps/kappfinder/apps/Editors/xemacs.desktop
+share/apps/kappfinder/apps/Graphics/.directory
+share/apps/kappfinder/apps/Graphics/acroread.desktop
+share/apps/kappfinder/apps/Graphics/gimp.desktop
+share/apps/kappfinder/apps/Graphics/xfig.desktop
+share/apps/kappfinder/apps/Graphics/xpaint.desktop
+share/apps/kappfinder/apps/Graphics/xv.desktop
share/apps/kappfinder/apps/Internet/.directory
-share/apps/kappfinder/apps/Internet/arena.kdelnk
-share/apps/kappfinder/apps/Internet/coolmail.kdelnk
-share/apps/kappfinder/apps/Internet/netscape.kdelnk
-share/apps/kappfinder/apps/Internet/pine.kdelnk
-share/apps/kappfinder/apps/Internet/xbiff.kdelnk
-share/apps/kappfinder/apps/Internet/xfmail.kdelnk
-share/apps/kappfinder/apps/Internet/xftp.kdelnk
+share/apps/kappfinder/apps/Internet/arena.desktop
+share/apps/kappfinder/apps/Internet/coolmail.desktop
+share/apps/kappfinder/apps/Internet/netscape.desktop
+share/apps/kappfinder/apps/Internet/pine.desktop
+share/apps/kappfinder/apps/Internet/xbiff.desktop
+share/apps/kappfinder/apps/Internet/xfmail.desktop
+share/apps/kappfinder/apps/Internet/xftp.desktop
+share/apps/kappfinder/apps/Multimedia/.directory
+share/apps/kappfinder/apps/Multimedia/xmms.desktop
share/apps/kappfinder/apps/Office/.directory
-share/apps/kappfinder/apps/Office/Applix.kdelnk
-share/apps/kappfinder/apps/Office/XAcc.kdelnk
-share/apps/kappfinder/apps/Office/XsLite.kdelnk
-share/apps/kappfinder/apps/Office/plan.kdelnk
+share/apps/kappfinder/apps/Office/Applix.desktop
+share/apps/kappfinder/apps/Office/XAcc.desktop
+share/apps/kappfinder/apps/Office/XsLite.desktop
+share/apps/kappfinder/apps/Office/plan.desktop
share/apps/kappfinder/apps/System/.directory
-share/apps/kappfinder/apps/System/xosview.kdelnk
+share/apps/kappfinder/apps/System/ScreenSavers/.directory
+share/apps/kappfinder/apps/System/ScreenSavers/Ant.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Atlantis.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Attraction.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Braid.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubble3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubbles.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cage.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Compass.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Coral.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Crystal.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cynosure.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Drift.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Fadeplot.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flag.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flow.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Forest.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/GLPlanet.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Galaxy.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Gears.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Goop.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Grav.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hopalong.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hypercube.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Ifs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Imsmap.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Interference.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Julia.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kaleidescope.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kumppa.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/LMorph.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lament.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Laser.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lightning.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lissie.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Moenius.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Penrose.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Phosphor.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Pulsar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Rubik.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sonar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sproingies.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Stairs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Starfish.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Strange.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Superquadrics.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Swirl.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/T3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Triangle.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Vines.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Worm.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XFlame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XJack.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XMatrix.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XPipes.desktop
+share/apps/kappfinder/apps/System/sam.desktop
+share/apps/kappfinder/apps/System/xosview.desktop
share/apps/kappfinder/apps/Toys/.directory
-share/apps/kappfinder/apps/Toys/xeyes.kdelnk
-share/apps/kappfinder/apps/Toys/xpinguin.kdelnk
+share/apps/kappfinder/apps/Toys/xeyes.desktop
+share/apps/kappfinder/apps/Toys/xpinguin.desktop
share/apps/kappfinder/apps/Utilities/.directory
-share/apps/kappfinder/apps/Utilities/passwd.kdelnk
-share/apps/kappfinder/apps/Utilities/xcalc.kdelnk
-share/apps/kappfinder/apps/Utilities/xclipboard.kdelnk
-share/apps/kappfinder/apps/Utilities/xclock.kdelnk
-share/apps/kappfinder/apps/Utilities/xconsole.kdelnk
-share/apps/kappfinder/apps/Utilities/xload.kdelnk
-share/apps/kappfinder/apps/Utilities/xterm.kdelnk
+share/apps/kappfinder/apps/Utilities/jar.desktop
+share/apps/kappfinder/apps/Utilities/passwd.desktop
+share/apps/kappfinder/apps/Utilities/xcalc.desktop
+share/apps/kappfinder/apps/Utilities/xclipboard.desktop
+share/apps/kappfinder/apps/Utilities/xclock.desktop
+share/apps/kappfinder/apps/Utilities/xconsole.desktop
+share/apps/kappfinder/apps/Utilities/xload.desktop
+share/apps/kappfinder/apps/Utilities/xterm.desktop
share/apps/kappfinder/apps/WordProcessing/.directory
-share/apps/kappfinder/apps/WordProcessing/WordPerfect.kdelnk
-share/apps/kappfinder/apps/WordProcessing/acroread.kdelnk
-share/apps/kappfinder/apps/WordProcessing/ghostview.kdelnk
-share/apps/kappfinder/apps/WordProcessing/gv.kdelnk
-share/apps/kappfinder/apps/WordProcessing/lyx.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xdvi.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xpdf.kdelnk
-share/apps/kappfinder/pics/acroread.xpm
-share/apps/kappfinder/pics/applix.xpm
-share/apps/kappfinder/pics/applixware.xpm
-share/apps/kappfinder/pics/civctp.xpm
-share/apps/kappfinder/pics/dlgedit.xpm
-share/apps/kappfinder/pics/edit.xpm
-share/apps/kappfinder/pics/emacs.xpm
-share/apps/kappfinder/pics/email.xpm
-share/apps/kappfinder/pics/gimp.xpm
-share/apps/kappfinder/pics/gnu.xpm
-share/apps/kappfinder/pics/gs.xpm
-share/apps/kappfinder/pics/gv.xpm
-share/apps/kappfinder/pics/large/acroread.xpm
-share/apps/kappfinder/pics/large/applixware.xpm
-share/apps/kappfinder/pics/large/civctp.xpm
-share/apps/kappfinder/pics/large/dlgedit.xpm
-share/apps/kappfinder/pics/large/edit.xpm
-share/apps/kappfinder/pics/large/gimp.xpm
-share/apps/kappfinder/pics/large/gnu.xpm
-share/apps/kappfinder/pics/large/gs.xpm
-share/apps/kappfinder/pics/large/gv.xpm
-share/apps/kappfinder/pics/large/lyx.xpm
-share/apps/kappfinder/pics/large/mathematica.xpm
-share/apps/kappfinder/pics/large/mozilla.xpm
-share/apps/kappfinder/pics/large/nedit.xpm
-share/apps/kappfinder/pics/large/penguin.xpm
-share/apps/kappfinder/pics/large/plan.xpm
-share/apps/kappfinder/pics/large/quake2.xpm
-share/apps/kappfinder/pics/large/quake3.xpm
-share/apps/kappfinder/pics/large/wabi.xpm
-share/apps/kappfinder/pics/large/wordperfect.xpm
-share/apps/kappfinder/pics/large/x.xpm
-share/apps/kappfinder/pics/large/xcalc.xpm
-share/apps/kappfinder/pics/large/xclipboard.xpm
-share/apps/kappfinder/pics/large/xclock.xpm
-share/apps/kappfinder/pics/large/xconsole.xpm
-share/apps/kappfinder/pics/large/xedit.xpm
-share/apps/kappfinder/pics/large/xephem.xpm
-share/apps/kappfinder/pics/large/xeyes.xpm
-share/apps/kappfinder/pics/large/xfig.xpm
-share/apps/kappfinder/pics/large/xfmail.xpm
-share/apps/kappfinder/pics/large/xload.xpm
-share/apps/kappfinder/pics/large/xosview.xpm
-share/apps/kappfinder/pics/large/xpaint.xpm
-share/apps/kappfinder/pics/large/xpdf.xpm
-share/apps/kappfinder/pics/large/xv.xpm
-share/apps/kappfinder/pics/lyx.xpm
-share/apps/kappfinder/pics/mathematica.xpm
-share/apps/kappfinder/pics/mini/acroread.xpm
-share/apps/kappfinder/pics/mini/applixware.xpm
-share/apps/kappfinder/pics/mini/civctp.xpm
-share/apps/kappfinder/pics/mini/dlgedit.xpm
-share/apps/kappfinder/pics/mini/edit.xpm
-share/apps/kappfinder/pics/mini/emacs.xpm
-share/apps/kappfinder/pics/mini/email.xpm
-share/apps/kappfinder/pics/mini/gimp.xpm
-share/apps/kappfinder/pics/mini/gnu.xpm
-share/apps/kappfinder/pics/mini/gv.xpm
-share/apps/kappfinder/pics/mini/lyx.xpm
-share/apps/kappfinder/pics/mini/mathematica.xpm
-share/apps/kappfinder/pics/mini/mini-plan.xpm
-share/apps/kappfinder/pics/mini/mini-xslight.xpm
-share/apps/kappfinder/pics/mini/mozilla.xpm
-share/apps/kappfinder/pics/mini/nedit.xpm
-share/apps/kappfinder/pics/mini/netscape.xpm
-share/apps/kappfinder/pics/mini/penguin.xpm
-share/apps/kappfinder/pics/mini/pinguin.xpm
-share/apps/kappfinder/pics/mini/plan.xpm
-share/apps/kappfinder/pics/mini/quake2.xpm
-share/apps/kappfinder/pics/mini/quake3.xpm
-share/apps/kappfinder/pics/mini/vmware.xpm
-share/apps/kappfinder/pics/mini/wabi.xpm
-share/apps/kappfinder/pics/mini/wordperfect.xpm
-share/apps/kappfinder/pics/mini/wp.xpm
-share/apps/kappfinder/pics/mini/x.xpm
-share/apps/kappfinder/pics/mini/xcalc.xpm
-share/apps/kappfinder/pics/mini/xclipboard.xpm
-share/apps/kappfinder/pics/mini/xclock.xpm
-share/apps/kappfinder/pics/mini/xconsole.xpm
-share/apps/kappfinder/pics/mini/xedit.xpm
-share/apps/kappfinder/pics/mini/xemacs.xpm
-share/apps/kappfinder/pics/mini/xephem.xpm
-share/apps/kappfinder/pics/mini/xeyes.xpm
-share/apps/kappfinder/pics/mini/xfig.xpm
-share/apps/kappfinder/pics/mini/xfmail.xpm
-share/apps/kappfinder/pics/mini/xload.xpm
-share/apps/kappfinder/pics/mini/xosview.xpm
-share/apps/kappfinder/pics/mini/xpaint.xpm
-share/apps/kappfinder/pics/mini/xpdf.xpm
-share/apps/kappfinder/pics/mini/xv.xpm
-share/apps/kappfinder/pics/mozilla.xpm
-share/apps/kappfinder/pics/nedit.xpm
-share/apps/kappfinder/pics/netscape.xpm
-share/apps/kappfinder/pics/nogo.xpm
-share/apps/kappfinder/pics/penguin.xpm
-share/apps/kappfinder/pics/pinguin.xpm
-share/apps/kappfinder/pics/plan.xpm
-share/apps/kappfinder/pics/quake2.xpm
-share/apps/kappfinder/pics/quake3.xpm
-share/apps/kappfinder/pics/wabi.xpm
-share/apps/kappfinder/pics/wordperfect.xpm
-share/apps/kappfinder/pics/wp.xpm
-share/apps/kappfinder/pics/x.xpm
-share/apps/kappfinder/pics/xcalc.xpm
-share/apps/kappfinder/pics/xclipboard.xpm
-share/apps/kappfinder/pics/xclock.xpm
-share/apps/kappfinder/pics/xconsole.xpm
-share/apps/kappfinder/pics/xedit.xpm
-share/apps/kappfinder/pics/xemacs.xpm
-share/apps/kappfinder/pics/xephem.xpm
-share/apps/kappfinder/pics/xeyes.xpm
-share/apps/kappfinder/pics/xfig.xpm
-share/apps/kappfinder/pics/xfmail.xpm
-share/apps/kappfinder/pics/xftp.xpm
-share/apps/kappfinder/pics/xload.xpm
-share/apps/kappfinder/pics/xosview.xpm
-share/apps/kappfinder/pics/xpaint.xpm
-share/apps/kappfinder/pics/xpdf.xpm
-share/apps/kappfinder/pics/xv.xpm
-share/apps/kcmlocale/pics/flag_C.gif
-share/apps/kcmlocale/pics/flag_br.gif
-share/apps/kcmlocale/pics/flag_ca.gif
-share/apps/kcmlocale/pics/flag_cs.gif
-share/apps/kcmlocale/pics/flag_da.gif
-share/apps/kcmlocale/pics/flag_de.gif
-share/apps/kcmlocale/pics/flag_de_CH.gif
-share/apps/kcmlocale/pics/flag_el.gif
-share/apps/kcmlocale/pics/flag_en.gif
-share/apps/kcmlocale/pics/flag_en_UK.gif
-share/apps/kcmlocale/pics/flag_eo.gif
-share/apps/kcmlocale/pics/flag_es.gif
-share/apps/kcmlocale/pics/flag_et.gif
-share/apps/kcmlocale/pics/flag_fi.gif
-share/apps/kcmlocale/pics/flag_fr.gif
-share/apps/kcmlocale/pics/flag_fr_CA.gif
-share/apps/kcmlocale/pics/flag_fr_CH.gif
-share/apps/kcmlocale/pics/flag_he.gif
-share/apps/kcmlocale/pics/flag_hr.gif
-share/apps/kcmlocale/pics/flag_hu.gif
-share/apps/kcmlocale/pics/flag_is.gif
-share/apps/kcmlocale/pics/flag_it.gif
-share/apps/kcmlocale/pics/flag_ja.gif
-share/apps/kcmlocale/pics/flag_ko.gif
-share/apps/kcmlocale/pics/flag_mk.gif
-share/apps/kcmlocale/pics/flag_nl.gif
-share/apps/kcmlocale/pics/flag_no.gif
-share/apps/kcmlocale/pics/flag_pl.gif
-share/apps/kcmlocale/pics/flag_pt.gif
-share/apps/kcmlocale/pics/flag_pt_BR.gif
-share/apps/kcmlocale/pics/flag_ro.gif
-share/apps/kcmlocale/pics/flag_ru.gif
-share/apps/kcmlocale/pics/flag_se.gif
-share/apps/kcmlocale/pics/flag_sk.gif
-share/apps/kcmlocale/pics/flag_sl.gif
-share/apps/kcmlocale/pics/flag_sv.gif
-share/apps/kcmlocale/pics/flag_tr.gif
-share/apps/kcmlocale/pics/flag_us_eu.gif
-share/apps/kcmlocale/pics/flag_zh_CN.GB2312.gif
-share/apps/kcmlocale/pics/flag_zh_TW.Big5.gif
-share/apps/kcontrol/pics/kdekcc.xpm
-share/apps/kdisknav/KDE.kdelnk
-share/apps/kdisknav/Root.kdelnk
+share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop
+share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop
+share/apps/kappfinder/apps/WordProcessing/acroread.desktop
+share/apps/kappfinder/apps/WordProcessing/ghostview.desktop
+share/apps/kappfinder/apps/WordProcessing/gv.desktop
+share/apps/kappfinder/apps/WordProcessing/lyx.desktop
+share/apps/kappfinder/apps/WordProcessing/xdvi.desktop
+share/apps/kappfinder/apps/WordProcessing/xpdf.desktop
+share/apps/kcontrol/kcontrolui.rc
+share/apps/kcontrol/pics/energybig.png
+share/apps/kcontrol/pics/logo.png
+share/apps/kcontrol/pics/mini-world.png
+share/apps/kcontrol/pics/monitor.png
+share/apps/kcontrol/pics/onlyone.png
+share/apps/kcontrol/pics/overlapping.png
+share/apps/kcontrol/pics/wizard.png
+share/apps/kdesktop/DesktopLinks/Home.desktop
+share/apps/kdesktop/directory.autostart
+share/apps/kdesktop/directory.desktop
+share/apps/kdesktop/directory.templates
+share/apps/kdesktop/directory.trash
+share/apps/kdesktop/patterns/fish.desktop
+share/apps/kdesktop/patterns/fish.png
+share/apps/kdesktop/patterns/flowers.desktop
+share/apps/kdesktop/patterns/flowers.png
+share/apps/kdesktop/patterns/night-rock.desktop
+share/apps/kdesktop/patterns/night-rock.jpg
+share/apps/kdesktop/patterns/pavement.desktop
+share/apps/kdesktop/patterns/pavement.png
+share/apps/kdesktop/patterns/rattan.desktop
+share/apps/kdesktop/patterns/rattan.png
+share/apps/kdesktop/patterns/stonewall2.desktop
+share/apps/kdesktop/patterns/stonewall2.png
+share/apps/kdesktop/patterns/triangles.desktop
+share/apps/kdesktop/patterns/triangles.png
+share/apps/kdesktop/pics/ksslogo.png
+share/apps/kdesktop/pics/splash.png
+share/apps/kdesktop/programs/xearth.desktop
+share/apps/kdesktop/programs/xglobe.desktop
+share/apps/kdewizard/html/intro.html
+share/apps/kdewizard/html/kdelogo.png
+share/apps/kdewizard/html/wizard.png
+share/apps/kdewizard/html/wizard_small.png
+share/apps/kdewizard/kdedevel.desktop
+share/apps/kdewizard/kdeftp.desktop
+share/apps/kdewizard/kdewww.desktop
+share/apps/kdewizard/pics/beostheme.png
+share/apps/kdewizard/pics/kdedevel.png
+share/apps/kdewizard/pics/kdeftp.png
+share/apps/kdewizard/pics/kdehome.png
+share/apps/kdewizard/pics/kdetheme.png
+share/apps/kdewizard/pics/mactheme.png
+share/apps/kdewizard/pics/printer.png
+share/apps/kdewizard/pics/wintheme.png
+share/apps/kdewizard/printer.desktop
share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad
share/apps/kdisplay/app-defaults/AAAMotif.ad
share/apps/kdisplay/app-defaults/AAATk.ad
@@ -367,2090 +481,1300 @@ share/apps/kdisplay/app-defaults/ML.ad
share/apps/kdisplay/app-defaults/Nedit.ad
share/apps/kdisplay/app-defaults/Netscape.ad
share/apps/kdisplay/app-defaults/RVPlayer.ad
+share/apps/kdisplay/app-defaults/WPerfect.ad
share/apps/kdisplay/app-defaults/XCalc.ad
share/apps/kdisplay/app-defaults/XTerm.ad
share/apps/kdisplay/app-defaults/XV.ad
-share/apps/kdisplay/app-defaults/XWp.ad
share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc
share/apps/kdisplay/color-schemes/BeOS.kcsrc
share/apps/kdisplay/color-schemes/BlueSlate.kcsrc
share/apps/kdisplay/color-schemes/CDE.kcsrc
+share/apps/kdisplay/color-schemes/DarkBlue.kcsrc
share/apps/kdisplay/color-schemes/DesertRed.kcsrc
share/apps/kdisplay/color-schemes/DigitalCDE.kcsrc
+share/apps/kdisplay/color-schemes/Next.kcsrc
share/apps/kdisplay/color-schemes/PaleGray.kcsrc
share/apps/kdisplay/color-schemes/Pumpkin.kcsrc
share/apps/kdisplay/color-schemes/SolarisCDE.kcsrc
share/apps/kdisplay/color-schemes/Storm.kcsrc
+share/apps/kdisplay/color-schemes/System.kcsrc
share/apps/kdisplay/color-schemes/Windows95.kcsrc
-share/apps/kdm/pics/kdeflower.xpm
-share/apps/kdm/pics/kdelogo.xpm
-share/apps/kdm/pics/session_kde.xpm
-share/apps/kdm/pics/users/default.xpm
-share/apps/kdm/pics/users/default2.xpm
-share/apps/kdm/pics/users/root.xpm
-share/apps/kdm/pics/users/root2.xpm
-share/apps/kdmconfig/pics/monitor.xpm
-share/apps/kfind/toolbar/archive.xpm
-share/apps/kfind/toolbar/delete.xpm
-share/apps/kfind/toolbar/idea.xpm
-share/apps/kfind/toolbar/info.xpm
-share/apps/kfind/toolbar/openfile.xpm
-share/apps/kfind/toolbar/save.xpm
-share/apps/kfind/toolbar/search.xpm
-share/apps/kfm/Desktop/Templates/Device.kdelnk
-share/apps/kfm/Desktop/Templates/Ftpurl.kdelnk
-share/apps/kfm/Desktop/Templates/MimeType.kdelnk
-share/apps/kfm/Desktop/Templates/Program.kdelnk
-share/apps/kfm/Desktop/Templates/URL.kdelnk
-share/apps/kfm/Desktop/Templates/WWWUrl.kdelnk
-share/apps/kfm/directory.autostart
-share/apps/kfm/directory.desktop
-share/apps/kfm/directory.templates
-share/apps/kfm/directory.trash
-share/apps/kfm/pics/close.xpm
-share/apps/kfm/pics/exclamation.xpm
-share/apps/kfm/pics/info.xpm
-share/apps/kfm/pics/kde1.xpm
-share/apps/kfm/pics/kde2.xpm
-share/apps/kfm/pics/kde3.xpm
-share/apps/kfm/pics/kde4.xpm
-share/apps/kfm/pics/kde5.xpm
-share/apps/kfm/pics/kde6.xpm
-share/apps/kfm/pics/kde7.xpm
-share/apps/kfm/pics/kde8.xpm
-share/apps/kfm/pics/kde9.xpm
-share/apps/kfm/pics/kmultiple.xpm
-share/apps/kfm/pics/large-kmultiple.xpm
-share/apps/kfm/pics/open.xpm
-share/apps/kfm/pics/question.xpm
-share/apps/kfm/pics/stopsign.xpm
-share/apps/kikbd/bg.kimap
-share/apps/kikbd/cf.kimap
-share/apps/kikbd/codes/hp9000hil-107.kimap
-share/apps/kikbd/codes/pc-win.kimap
-share/apps/kikbd/codes/pc101.kimap
-share/apps/kikbd/codes/pc102.kimap
-share/apps/kikbd/csp.kimap
-share/apps/kikbd/csy.kimap
-share/apps/kikbd/csz.kimap
-share/apps/kikbd/de.kimap
-share/apps/kikbd/de_ch.kimap
-share/apps/kikbd/dv.kimap
-share/apps/kikbd/dva.kimap
-share/apps/kikbd/el1.kimap
-share/apps/kikbd/el7.kimap
-share/apps/kikbd/en.kimap
-share/apps/kikbd/es.kimap
-share/apps/kikbd/et.kimap
-share/apps/kikbd/fi.kimap
-share/apps/kikbd/fr.kimap
-share/apps/kikbd/fr_ch.kimap
-share/apps/kikbd/he.kimap
-share/apps/kikbd/hr.kimap
-share/apps/kikbd/hu.kimap
-share/apps/kikbd/is.kimap
-share/apps/kikbd/it.kimap
-share/apps/kikbd/la.kimap
-share/apps/kikbd/lt.kimap
-share/apps/kikbd/no.kimap
-share/apps/kikbd/pl.kimap
-share/apps/kikbd/plnew.kimap
-share/apps/kikbd/pt-acc.kimap
-share/apps/kikbd/pt.kimap
-share/apps/kikbd/ro.kimap
-share/apps/kikbd/ru.kimap
-share/apps/kikbd/rua.kimap
-share/apps/kikbd/rui.kimap
-share/apps/kikbd/rum.kimap
-share/apps/kikbd/rumcyr.kimap
-share/apps/kikbd/ruw.kimap
-share/apps/kikbd/ruwm.kimap
-share/apps/kikbd/se.kimap
-share/apps/kikbd/skp.kimap
-share/apps/kikbd/sky.kimap
-share/apps/kikbd/skz.kimap
-share/apps/kikbd/sv.kimap
-share/apps/kikbd/th.kimap
-share/apps/kikbd/trq.kimap
-share/apps/kikbd/ua.kimap
-share/apps/kikbd/uam.kimap
-share/apps/kikbd/uaw.kimap
-share/apps/kikbd/uawm.kimap
-share/apps/kikbd/weu.kimap
+share/apps/kdm/pics/kdeflower.png
+share/apps/kdm/pics/kdelogo.png
+share/apps/kdm/pics/users/default.png
+share/apps/kdm/pics/users/default2.png
+share/apps/kdm/pics/users/root.png
+share/apps/kdm/pics/users/root2.png
+share/apps/khelpcenter/plugins/Tutorials/.directory
+share/apps/khelpcenter/plugins/Tutorials/quickstart.kdelnk
+share/apps/kicker/default/personal_directory
+share/apps/kicker/internalapplets/kasbarapplet.desktop
+share/apps/kicker/internalapplets/kdateapplet.desktop
+share/apps/kicker/internalapplets/kdockapplet.desktop
+share/apps/kicker/internalapplets/kminipagerapplet.desktop
+share/apps/kicker/internalapplets/koolclockapplet.desktop
+share/apps/kicker/internalapplets/kpagerapplet.desktop
+share/apps/kicker/internalapplets/ktaskbarapplet.desktop
+share/apps/kicker/pics/disk1.png
+share/apps/kicker/pics/disk2.png
+share/apps/kicker/pics/disk3.png
+share/apps/kicker/pics/disk4.png
+share/apps/kicker/pics/disk5.png
+share/apps/kicker/pics/disk6.png
+share/apps/kicker/pics/disk7.png
+share/apps/kicker/pics/disk8.png
+share/apps/kicker/tiles/solid_blue_large_down.png
+share/apps/kicker/tiles/solid_blue_large_up.png
+share/apps/kicker/tiles/solid_blue_normal_down.png
+share/apps/kicker/tiles/solid_blue_normal_up.png
+share/apps/kicker/tiles/solid_blue_tiny_down.png
+share/apps/kicker/tiles/solid_blue_tiny_up.png
+share/apps/kicker/tiles/solid_gray_large_down.png
+share/apps/kicker/tiles/solid_gray_large_up.png
+share/apps/kicker/tiles/solid_gray_normal_down.png
+share/apps/kicker/tiles/solid_gray_normal_up.png
+share/apps/kicker/tiles/solid_gray_tiny_down.png
+share/apps/kicker/tiles/solid_gray_tiny_up.png
+share/apps/kicker/tiles/solid_green_large_down.png
+share/apps/kicker/tiles/solid_green_large_up.png
+share/apps/kicker/tiles/solid_green_normal_down.png
+share/apps/kicker/tiles/solid_green_normal_up.png
+share/apps/kicker/tiles/solid_green_tiny_down.png
+share/apps/kicker/tiles/solid_green_tiny_up.png
+share/apps/kicker/tiles/solid_orange_large_down.png
+share/apps/kicker/tiles/solid_orange_large_up.png
+share/apps/kicker/tiles/solid_orange_normal_down.png
+share/apps/kicker/tiles/solid_orange_normal_up.png
+share/apps/kicker/tiles/solid_orange_tiny_down.png
+share/apps/kicker/tiles/solid_orange_tiny_up.png
+share/apps/kicker/tiles/solid_red_large_down.png
+share/apps/kicker/tiles/solid_red_large_up.png
+share/apps/kicker/tiles/solid_red_normal_down.png
+share/apps/kicker/tiles/solid_red_normal_up.png
+share/apps/kicker/tiles/solid_red_tiny_down.png
+share/apps/kicker/tiles/solid_red_tiny_up.png
+share/apps/kio_info/kde-info2html
+share/apps/kio_info/kde-info2html.conf
+share/apps/konqiconview/konq_iconview.rc
+share/apps/konqlistview/konq_detailedlistview.rc
+share/apps/konqlistview/konq_textview.rc
+share/apps/konqlistview/konq_treeview.rc
+share/apps/konqueror/dirtree/home.desktop
+share/apps/konqueror/dirtree/remote/.directory
+share/apps/konqueror/dirtree/remote/ftp/.directory
+share/apps/konqueror/dirtree/remote/ftp/kde_ftp.desktop
+share/apps/konqueror/dirtree/remote/web/.directory
+share/apps/konqueror/dirtree/remote/web/kde_web.desktop
+share/apps/konqueror/dirtree/remote/windows.desktop
+share/apps/konqueror/dirtree/root.desktop
+share/apps/konqueror/konqueror.rc
+share/apps/konqueror/pics/indicator_anchor.png
+share/apps/konqueror/pics/indicator_connect.png
+share/apps/konqueror/pics/indicator_empty.png
+share/apps/konqueror/pics/indicator_noconnect.png
+share/apps/konqueror/pics/indicator_viewactive.png
share/apps/konsole/BlackOnLightYellow.schema
share/apps/konsole/BlackOnWhite.schema
share/apps/konsole/DarkPicture.schema
share/apps/konsole/Example.Schema
share/apps/konsole/GreenOnBlack.schema
+share/apps/konsole/GreenTint.schema
+share/apps/konsole/GreenTint_MC.schema
share/apps/konsole/LightPicture.schema
share/apps/konsole/Linux.schema
+share/apps/konsole/Transparent.schema
+share/apps/konsole/Transparent_MC.schema
+share/apps/konsole/Transparent_lightbg.schema
share/apps/konsole/WhiteOnBlack.schema
share/apps/konsole/XTerm.schema
+share/apps/konsole/default.Keytab
share/apps/konsole/default.Schema
-share/apps/konsole/linux.kdelnk
-share/apps/konsole/mc.kdelnk
-share/apps/konsole/shell.kdelnk
-share/apps/konsole/su.kdelnk
+share/apps/konsole/konsole_part.rc
+share/apps/konsole/linux.desktop
+share/apps/konsole/linux.keytab
+share/apps/konsole/mc.desktop
+share/apps/konsole/shell.desktop
+share/apps/konsole/su.desktop
share/apps/konsole/syscolor.schema
share/apps/konsole/vim.schema
-share/apps/kpanel/default/Desktop.kdelnk
-share/apps/kpanel/default/Home.kdelnk
-share/apps/kpanel/default/personal_directory
-share/apps/kpanel/pics/exit.xpm
-share/apps/kpanel/pics/go.xpm
-share/apps/kpanel/pics/kdisknav.xpm
-share/apps/kpanel/pics/key.xpm
-share/apps/kpanel/pics/kfm_home.xpm
-share/apps/kpanel/pics/large/go.xpm
-share/apps/kpanel/pics/large/kdisknav.xpm
-share/apps/kpanel/pics/large/kfm_home.xpm
-share/apps/kpanel/pics/large/pers_applnk.xpm
-share/apps/kpanel/pics/large/window_list.xpm
-share/apps/kpanel/pics/mini/go.xpm
-share/apps/kpanel/pics/mini/kdisknav.xpm
-share/apps/kpanel/pics/mini/mini-exit.xpm
-share/apps/kpanel/pics/mini/mini-key.xpm
-share/apps/kpanel/pics/mini/mini-panel.xpm
-share/apps/kpanel/pics/mini/pers_applnk.xpm
-share/apps/kpanel/pics/mini/personal.xpm
-share/apps/kpanel/pics/mini/window_list.xpm
-share/apps/kpanel/pics/pers_applnk.xpm
-share/apps/kpanel/pics/personal.xpm
-share/apps/kpanel/pics/shared.xpm
-share/apps/kpanel/pics/window_list.xpm
+share/apps/konsole/vt100.keytab
share/apps/kscreensaver/kscience-small.gif
share/apps/kscreensaver/kscience.gif
-share/apps/kthememgr/Themes/Astronique.tar.gz
-share/apps/kthememgr/Themes/Bryce.tar.gz
-share/apps/kthememgr/Themes/Default.tar.gz
-share/apps/kthememgr/Themes/Glax.tar.gz
-share/apps/kthememgr/Themes/MGBreizh.tar.gz
-share/apps/kthememgr/Themes/Nostalgy.tar.gz
-share/apps/kthememgr/Themes/Template.themerc
-share/apps/kthememgr/Themes/Wood.tar.gz
-share/apps/kthememgr/theme.mappings
-share/apps/kwm/pics/bluesun.gif
-share/apps/kwm/pics/close.xpm
-share/apps/kwm/pics/fog-grey.gif
-share/apps/kwm/pics/fog.gif
-share/apps/kwm/pics/greenie.dim.xpm
-share/apps/kwm/pics/greenie.light.xpm
-share/apps/kwm/pics/iconify.xpm
-share/apps/kwm/pics/maximize.xpm
-share/apps/kwm/pics/maximizedown.xpm
-share/apps/kwm/pics/menu.xpm
-share/apps/kwm/pics/pindown.xpm
-share/apps/kwm/pics/pinup.xpm
-share/apps/kwm/pics/unknown.xpm
-share/config/desktop
-share/config/desktop0rc
-share/config/desktop1rc
-share/config/desktop2rc
-share/config/desktop3rc
-share/config/kcmlocalerc
+share/apps/kwelcome/pics/welcome.png
+share/apps/kwin/b2.desktop
+share/apps/kwin/eventsrc
+share/apps/kwin/kstep.desktop
+share/apps/kwin/laptop.desktop
+share/apps/kwin/modernsystem.desktop
+share/apps/kwin/riscos.desktop
+share/apps/kwin/system.desktop
+share/apps/kwm/pics/bluesun.png
+share/apps/kwm/pics/close.png
+share/apps/kwm/pics/fog-grey.png
+share/apps/kwm/pics/fog.png
+share/apps/kwm/pics/greenie.dim.png
+share/apps/kwm/pics/greenie.light.png
+share/apps/kwm/pics/iconify.png
+share/apps/kwm/pics/maximize.png
+share/apps/kwm/pics/maximizedown.png
+share/apps/kwm/pics/menu.png
+share/apps/kwm/pics/pindown.png
+share/apps/kwm/pics/pinup.png
+share/apps/kwm/pics/unknown.png
+share/apps/quickbrowser/Home.desktop
+share/apps/quickbrowser/KDE.desktop
+share/apps/quickbrowser/Root.desktop
+share/config/attractionrc
+share/config/bouboulerc
+share/config/coralrc
+share/config/crystalrc
+share/config/decayscreenrc
+share/config/deluxerc
+share/config/demonrc
+share/config/epicyclerc
+share/config/fadeplotrc
+share/config/flamerc
+share/config/flowrc
+share/config/forestrc
+share/config/gearsrc
+share/config/gravrc
+share/config/halorc
+share/config/interferencerc
share/config/kdmrc
-share/config/kfmrc
-share/config/kikbdrc
-share/config/kpanelrc
-share/doc/HTML/en/kcontrol/index-1.html
-share/doc/HTML/en/kcontrol/index-2.html
+share/config/kumpparc
+share/config/kuriikwsfilterrc
+share/config/laserrc
+share/config/lissierc
+share/config/penroserc
+share/config/protocols/help.desktop
+share/config/protocols/info.desktop
+share/config/protocols/man.desktop
+share/config/protocols/nntp.desktop
+share/config/protocols/pop3.desktop
+share/config/protocols/smb.desktop
+share/config/rocksrc
+share/config/sliprc
+share/doc/HTML/en/kcontrol/.anchors
+share/doc/HTML/en/kcontrol/index.cvlog
+share/doc/HTML/en/kcontrol/index.docbook
share/doc/HTML/en/kcontrol/index.html
-share/doc/HTML/en/kcontrol/kcmbell/bell-1.html
-share/doc/HTML/en/kcontrol/kcmbell/bell.html
-share/doc/HTML/en/kcontrol/kcmbell/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-1.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-2.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-3.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-4.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-5.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-6.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-7.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-8.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay.html
-share/doc/HTML/en/kcontrol/kcmdisplay/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminfo/info-1.html
-share/doc/HTML/en/kcontrol/kcminfo/info-10.html
-share/doc/HTML/en/kcontrol/kcminfo/info-11.html
-share/doc/HTML/en/kcontrol/kcminfo/info-2.html
-share/doc/HTML/en/kcontrol/kcminfo/info-3.html
-share/doc/HTML/en/kcontrol/kcminfo/info-4.html
-share/doc/HTML/en/kcontrol/kcminfo/info-5.html
-share/doc/HTML/en/kcontrol/kcminfo/info-6.html
-share/doc/HTML/en/kcontrol/kcminfo/info-7.html
-share/doc/HTML/en/kcontrol/kcminfo/info-8.html
-share/doc/HTML/en/kcontrol/kcminfo/info-9.html
-share/doc/HTML/en/kcontrol/kcminfo/info.html
-share/doc/HTML/en/kcontrol/kcminfo/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminput/input-1.html
-share/doc/HTML/en/kcontrol/kcminput/input-2.html
-share/doc/HTML/en/kcontrol/kcminput/input.html
-share/doc/HTML/en/kcontrol/kcminput/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkeys/keys-1.html
-share/doc/HTML/en/kcontrol/kcmkeys/keys.html
-share/doc/HTML/en/kcontrol/kcmkeys/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-1.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-2.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-3.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-4.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-5.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-6.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-7.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-8.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm.html
-share/doc/HTML/en/kcontrol/kcmkfm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-1.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-2.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-3.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel.html
-share/doc/HTML/en/kcontrol/kcmkpanel/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-1.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-2.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-3.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-4.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-5.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-6.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm.html
-share/doc/HTML/en/kcontrol/kcmkwm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmlocale/locale-1.html
-share/doc/HTML/en/kcontrol/kcmlocale/locale.html
-share/doc/HTML/en/kcontrol/kcmlocale/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-1.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-2.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus.html
-share/doc/HTML/en/kcontrol/kcmsyssound/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound-1.html
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound.html
+share/doc/HTML/en/kcontrol/kcmbell/.anchors
+share/doc/HTML/en/kcontrol/kcmbell/configuringthebell.html
+share/doc/HTML/en/kcontrol/kcmbell/index.cvlog
+share/doc/HTML/en/kcontrol/kcmbell/index.docbook
+share/doc/HTML/en/kcontrol/kcmbell/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/.anchors
+share/doc/HTML/en/kcontrol/kcmdisplay/background-color.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background-preview.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background.html
+share/doc/HTML/en/kcontrol/kcmdisplay/color-schemes.html
+share/doc/HTML/en/kcontrol/kcmdisplay/colorscheme.html
+share/doc/HTML/en/kcontrol/kcmdisplay/fonts.html
+share/doc/HTML/en/kcontrol/kcmdisplay/index.cvlog
+share/doc/HTML/en/kcontrol/kcmdisplay/index.docbook
+share/doc/HTML/en/kcontrol/kcmdisplay/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/introduction.html
+share/doc/HTML/en/kcontrol/kcmdisplay/questionsandanswers.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screen-saver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screensaver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/settings.html
+share/doc/HTML/en/kcontrol/kcmdisplay/style.html
+share/doc/HTML/en/kcontrol/kcmdisplay/tutorial.html
+share/doc/HTML/en/kcontrol/kcmdisplay/wallpaper.html
+share/doc/HTML/en/kcontrol/kcmdisplay/widget-color.html
+share/doc/HTML/en/kcontrol/kcminfo/.anchors
+share/doc/HTML/en/kcontrol/kcminfo/deviceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/dmachannelinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/index.cvlog
+share/doc/HTML/en/kcontrol/kcminfo/index.docbook
+share/doc/HTML/en/kcontrol/kcminfo/index.html
+share/doc/HTML/en/kcontrol/kcminfo/interruptrequestirqlinesinuse.html
+share/doc/HTML/en/kcontrol/kcminfo/ioportinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/memoryusageinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/partitioninformation.html
+share/doc/HTML/en/kcontrol/kcminfo/pcibusandinstalledpcicards.html
+share/doc/HTML/en/kcontrol/kcminfo/processorinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/scsiinterfaceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/soundcardinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/xserverinformation.html
+share/doc/HTML/en/kcontrol/kcminput/.anchors
+share/doc/HTML/en/kcontrol/kcminput/configuringthekeyboard.html
+share/doc/HTML/en/kcontrol/kcminput/configuringthemouse.html
+share/doc/HTML/en/kcontrol/kcminput/index.cvlog
+share/doc/HTML/en/kcontrol/kcminput/index.docbook
+share/doc/HTML/en/kcontrol/kcminput/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/.anchors
+share/doc/HTML/en/kcontrol/kcmkdesu/configuring-kdesu.html
+share/doc/HTML/en/kcontrol/kcmkdesu/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkdesu/index.docbook
+share/doc/HTML/en/kcontrol/kcmkdesu/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/password-keeping.html
+share/doc/HTML/en/kcontrol/kcmkeys/.anchors
+share/doc/HTML/en/kcontrol/kcmkeys/configurationofkeybindingsshortcutkeys.html
+share/doc/HTML/en/kcontrol/kcmkeys/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkeys/index.docbook
+share/doc/HTML/en/kcontrol/kcmkeys/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/.anchors
+share/doc/HTML/en/kcontrol/kcmkfm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkfm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkfm/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationcolor.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationdesktopicons.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationfonts.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmfilemanagerconfigurationother.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationcookies.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationhttp.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationproxy.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationsmb.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationuseragent.html
+share/doc/HTML/en/kcontrol/kcmkpanel/.anchors
+share/doc/HTML/en/kcontrol/kcmkpanel/configuringvirtualdesktops.html
+share/doc/HTML/en/kcontrol/kcmkpanel/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkpanel/index.docbook
+share/doc/HTML/en/kcontrol/kcmkpanel/index.html
+share/doc/HTML/en/kcontrol/kcmkpanel/panelandtaskbarlocationandstyle.html
+share/doc/HTML/en/kcontrol/kcmkpanel/paneloptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/.anchors
+share/doc/HTML/en/kcontrol/kcmkwm/advancedwindowmanagersettings.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringdesktopborderproperties.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringmousebuttonactions.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarappearanceandaction.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarbuttons.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringwindowmanagementoptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkwm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkwm/index.html
+share/doc/HTML/en/kcontrol/kcmkwm/window-focus-policy..html
+share/doc/HTML/en/kcontrol/kcmkwm/window-placement-policy..html
+share/doc/HTML/en/kcontrol/kcmlocale/.anchors
+share/doc/HTML/en/kcontrol/kcmlocale/index.cvlog
+share/doc/HTML/en/kcontrol/kcmlocale/index.docbook
+share/doc/HTML/en/kcontrol/kcmlocale/index.html
+share/doc/HTML/en/kcontrol/kcmlocale/settingthelanguage.html
+share/doc/HTML/en/kcontrol/kcmsamba/.anchors
+share/doc/HTML/en/kcontrol/kcmsamba/authors.html
+share/doc/HTML/en/kcontrol/kcmsamba/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsamba/index.docbook
+share/doc/HTML/en/kcontrol/kcmsamba/index.html
+share/doc/HTML/en/kcontrol/kcmsamba/thesambastatusmonitor.html
+share/doc/HTML/en/kcontrol/kcmsyssound/.anchors
+share/doc/HTML/en/kcontrol/kcmsyssound/configurationofsystemsounds.html
+share/doc/HTML/en/kcontrol/kcmsyssound/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsyssound/index.docbook
+share/doc/HTML/en/kcontrol/kcmsyssound/index.html
+share/doc/HTML/en/kcontrol/kdmconfig/.anchors
+share/doc/HTML/en/kcontrol/kdmconfig/background.html
+share/doc/HTML/en/kcontrol/kdmconfig/font.html
+share/doc/HTML/en/kcontrol/kdmconfig/index.cvlog
+share/doc/HTML/en/kcontrol/kdmconfig/index.docbook
share/doc/HTML/en/kcontrol/kdmconfig/index.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-appear.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-backgnd.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-font.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-sess.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-users.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-1.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-2.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-3.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-4.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr.html
-share/doc/HTML/en/kcontrol/kthememgr/logotp3.gif
-share/doc/HTML/en/kcontrol/logotp3.gif
-share/doc/HTML/en/kdehelp/contact.html
-share/doc/HTML/en/kdehelp/devel.html
-share/doc/HTML/en/kdehelp/exec.xpm
-share/doc/HTML/en/kdehelp/index.html
-share/doc/HTML/en/kdehelp/intro.html
-share/doc/HTML/en/kdehelp/kde.html
-share/doc/HTML/en/kdehelp/kdeside.gif
-share/doc/HTML/en/kdehelp/kogo3.gif
-share/doc/HTML/en/kdehelp/kpanel/index-1.html
-share/doc/HTML/en/kdehelp/kpanel/index-2.html
-share/doc/HTML/en/kdehelp/kpanel/index-3.html
-share/doc/HTML/en/kdehelp/kpanel/index-4.html
-share/doc/HTML/en/kdehelp/kpanel/index-5.html
-share/doc/HTML/en/kdehelp/kpanel/index.html
-share/doc/HTML/en/kdehelp/kpanel/logotp3.gif
-share/doc/HTML/en/kdehelp/ksearch.html
-share/doc/HTML/en/kdehelp/kule.gif
-share/doc/HTML/en/kdehelp/kwm/index-1.html
-share/doc/HTML/en/kdehelp/kwm/index-2.html
-share/doc/HTML/en/kdehelp/kwm/index-3.html
-share/doc/HTML/en/kdehelp/kwm/index-4.html
-share/doc/HTML/en/kdehelp/kwm/index-5.html
-share/doc/HTML/en/kdehelp/kwm/index-6.html
-share/doc/HTML/en/kdehelp/kwm/index.html
-share/doc/HTML/en/kdehelp/kwm/logotp3.gif
-share/doc/HTML/en/kdehelp/logotp3.gif
-share/doc/HTML/en/kdehelp/main.html
-share/doc/HTML/en/kdehelp/nav_bar.gif
-share/doc/HTML/en/kdehelp/quickstart/index-1.html
-share/doc/HTML/en/kdehelp/quickstart/index-10.html
-share/doc/HTML/en/kdehelp/quickstart/index-2.html
-share/doc/HTML/en/kdehelp/quickstart/index-3.html
-share/doc/HTML/en/kdehelp/quickstart/index-4.html
-share/doc/HTML/en/kdehelp/quickstart/index-5.html
-share/doc/HTML/en/kdehelp/quickstart/index-6.html
-share/doc/HTML/en/kdehelp/quickstart/index-7.html
-share/doc/HTML/en/kdehelp/quickstart/index-8.html
-share/doc/HTML/en/kdehelp/quickstart/index-9.html
-share/doc/HTML/en/kdehelp/quickstart/index.html
-share/doc/HTML/en/kdehelp/quickstart/logotp3.gif
-share/doc/HTML/en/kdehelp/single_pixel.gif
-share/doc/HTML/en/kdehelp/support.html
-share/doc/HTML/en/kdehelp/tealbar.gif
-share/doc/HTML/en/kdehelp/whatis.html
-share/doc/HTML/en/kdehelp/whatiskde.html
-share/doc/HTML/en/kdisknav/kdisknav-1.html
-share/doc/HTML/en/kdisknav/kdisknav-2.html
-share/doc/HTML/en/kdisknav/kdisknav-3.html
-share/doc/HTML/en/kdisknav/kdisknav-4.html
-share/doc/HTML/en/kdisknav/kdisknav-5.html
-share/doc/HTML/en/kdisknav/kdisknav-6.html
-share/doc/HTML/en/kdisknav/kdisknav-7.html
-share/doc/HTML/en/kdisknav/kdisknav.html
-share/doc/HTML/en/kdisknav/kdisknav.sgml
-share/doc/HTML/en/kdisknav/logotp3.gif
-share/doc/HTML/en/kdm/index-1.html
-share/doc/HTML/en/kdm/index-2.html
-share/doc/HTML/en/kdm/index-3.html
-share/doc/HTML/en/kdm/index-4.html
+share/doc/HTML/en/kcontrol/kdmconfig/kdmconfiguration.html
+share/doc/HTML/en/kcontrol/kdmconfig/sessions.html
+share/doc/HTML/en/kcontrol/kdmconfig/users.html
+share/doc/HTML/en/kcontrol/kthememgr/.anchors
+share/doc/HTML/en/kcontrol/kthememgr/aboutthepackage.html
+share/doc/HTML/en/kcontrol/kthememgr/authors.html
+share/doc/HTML/en/kcontrol/kthememgr/index.cvlog
+share/doc/HTML/en/kcontrol/kthememgr/index.docbook
+share/doc/HTML/en/kcontrol/kthememgr/index.html
+share/doc/HTML/en/kcontrol/kthememgr/kdethememanagerinstaller.html
+share/doc/HTML/en/kcontrol/kthememgr/themepackagecontents.html
+share/doc/HTML/en/kcontrol/theconfigurationmodules.html
+share/doc/HTML/en/kcontrol/thekdecontrolcenter.html
+share/doc/HTML/en/kdebugdialog/.anchors
+share/doc/HTML/en/kdebugdialog/index.docbook
+share/doc/HTML/en/kdebugdialog/index.html
+share/doc/HTML/en/kdebugdialog/introduction.html
+share/doc/HTML/en/kdesu/.anchors
+share/doc/HTML/en/kdesu/author.html
+share/doc/HTML/en/kdesu/compiling.html
+share/doc/HTML/en/kdesu/configuration.html
+share/doc/HTML/en/kdesu/index.cvlog
+share/doc/HTML/en/kdesu/index.docbook
+share/doc/HTML/en/kdesu/index.html
+share/doc/HTML/en/kdesu/installation.html
+share/doc/HTML/en/kdesu/interface-to-su.html
+share/doc/HTML/en/kdesu/internals.html
+share/doc/HTML/en/kdesu/introduction.html
+share/doc/HTML/en/kdesu/password-checking.html
+share/doc/HTML/en/kdesu/secpasswordkeeping.html
+share/doc/HTML/en/kdesu/usingkdesu.html
+share/doc/HTML/en/kdisknav/.anchors
+share/doc/HTML/en/kdisknav/addingchangingandremovingfilesystementries.html
+share/doc/HTML/en/kdisknav/configurationfile.html
+share/doc/HTML/en/kdisknav/featurestips.html
+share/doc/HTML/en/kdisknav/feedback.html
+share/doc/HTML/en/kdisknav/index.cvlog
+share/doc/HTML/en/kdisknav/index.docbook
+share/doc/HTML/en/kdisknav/index.html
+share/doc/HTML/en/kdisknav/introduction.html
+share/doc/HTML/en/kdisknav/notes.html
+share/doc/HTML/en/kdisknav/options.html
+share/doc/HTML/en/kdm/.anchors
+share/doc/HTML/en/kdm/configuringkdm.html
+share/doc/HTML/en/kdm/different-window-managers-with-kdm-chooser.html
+share/doc/HTML/en/kdm/index.cvlog
+share/doc/HTML/en/kdm/index.docbook
share/doc/HTML/en/kdm/index.html
-share/doc/HTML/en/kdm/logotp3.gif
-share/doc/HTML/en/kfind/index-1.html
-share/doc/HTML/en/kfind/index-2.html
-share/doc/HTML/en/kfind/index-3.html
-share/doc/HTML/en/kfind/index-4.html
-share/doc/HTML/en/kfind/index.html
-share/doc/HTML/en/kfind/index.sgml
-share/doc/HTML/en/kfind/logotp3.gif
-share/doc/HTML/en/kfm/app.html
-share/doc/HTML/en/kfm/app1.gif
-share/doc/HTML/en/kfm/app2.gif
-share/doc/HTML/en/kfm/app2.html
-share/doc/HTML/en/kfm/app3.gif
-share/doc/HTML/en/kfm/app4.gif
+share/doc/HTML/en/kdm/installingkdm.html
+share/doc/HTML/en/kdm/introduction.html
+share/doc/HTML/en/kdm/kdmdesktop.html
+share/doc/HTML/en/kdm/legalstuff.html
+share/doc/HTML/en/kdm/locale.html
+share/doc/HTML/en/kfm/.anchors
+share/doc/HTML/en/kfm/app1.png
+share/doc/HTML/en/kfm/app2.png
+share/doc/HTML/en/kfm/app3.png
+share/doc/HTML/en/kfm/app4.png
share/doc/HTML/en/kfm/bookmarks.html
-share/doc/HTML/en/kfm/dontpanic.jpeg
-share/doc/HTML/en/kfm/index-1.html
-share/doc/HTML/en/kfm/index-2.html
-share/doc/HTML/en/kfm/index-3.html
-share/doc/HTML/en/kfm/index-4.html
-share/doc/HTML/en/kfm/index-5.html
-share/doc/HTML/en/kfm/index-6.html
-share/doc/HTML/en/kfm/index-7.html
+share/doc/HTML/en/kfm/copyright.html
+share/doc/HTML/en/kfm/credits.html
+share/doc/HTML/en/kfm/dontpanic.png
+share/doc/HTML/en/kfm/frequentlyaskedquestions.html
+share/doc/HTML/en/kfm/how-can-i-link-a-url-on-the-desktop.html
+share/doc/HTML/en/kfm/how-can-i-look-in-a-tar-file.html
+share/doc/HTML/en/kfm/how-can-i-mount-a-device.html
+share/doc/HTML/en/kfm/how-can-i-open-a-new-view-for-a-directory.html
+share/doc/HTML/en/kfm/how-can-i-print.html
+share/doc/HTML/en/kfm/how-can-i-select-multiple-files.html
+share/doc/HTML/en/kfm/how-can-i-start-kfm-without-any-opened-windo.html
+share/doc/HTML/en/kfm/how-to-install-a-new-application.html
+share/doc/HTML/en/kfm/how-to-install-new-data-types.html
+share/doc/HTML/en/kfm/index.cvlog
+share/doc/HTML/en/kfm/index.docbook
share/doc/HTML/en/kfm/index.html
-share/doc/HTML/en/kfm/keyboard.html
-share/doc/HTML/en/kfm/kfm.jpeg
-share/doc/HTML/en/kfm/kfm_how.html
-share/doc/HTML/en/kfm/kfm_phil.html
-share/doc/HTML/en/kfm/lesson1.jpeg
-share/doc/HTML/en/kfm/lesson2.jpeg
-share/doc/HTML/en/kfm/lesson3.jpeg
-share/doc/HTML/en/kfm/lesson4.jpeg
-share/doc/HTML/en/kfm/logotp3.gif
-share/doc/HTML/en/kfm/manual.html
-share/doc/HTML/en/kfm/manual.jpeg
-share/doc/HTML/en/kfm/mime.html
-share/doc/HTML/en/kfm/mime1.gif
-share/doc/HTML/en/kfm/mime2.gif
-share/doc/HTML/en/kfm/mime2.html
-share/doc/HTML/en/kfm/mime3.gif
-share/doc/HTML/en/kfm/next.jpeg
-share/doc/HTML/en/kfm/next2.jpeg
-share/doc/HTML/en/kfm/previous.jpeg
-share/doc/HTML/en/kfm/previous2.jpeg
-share/doc/HTML/en/kfm/templates.gif
-share/doc/HTML/en/kfontmanager/index-1.html
-share/doc/HTML/en/kfontmanager/index-2.html
-share/doc/HTML/en/kfontmanager/index-3.html
-share/doc/HTML/en/kfontmanager/index-4.html
+share/doc/HTML/en/kfm/integrating-an-application-step-by-step.html
+share/doc/HTML/en/kfm/internet.html
+share/doc/HTML/en/kfm/introduction.html
+share/doc/HTML/en/kfm/kdelnk-files.html
+share/doc/HTML/en/kfm/look.html
+share/doc/HTML/en/kfm/mime1.png
+share/doc/HTML/en/kfm/mime2.png
+share/doc/HTML/en/kfm/mime3.png
+share/doc/HTML/en/kfm/multi-tasking.html
+share/doc/HTML/en/kfm/philosophy.html
+share/doc/HTML/en/kfm/templates.html
+share/doc/HTML/en/kfm/templates.png
+share/doc/HTML/en/kfm/thanks.html
+share/doc/HTML/en/kfm/usage.html
+share/doc/HTML/en/kfontmanager/.anchors
+share/doc/HTML/en/kfontmanager/fordevelopers.html
+share/doc/HTML/en/kfontmanager/howitworks.html
+share/doc/HTML/en/kfontmanager/index.cvlog
+share/doc/HTML/en/kfontmanager/index.docbook
share/doc/HTML/en/kfontmanager/index.html
-share/doc/HTML/en/kfontmanager/logotp3.gif
-share/doc/HTML/en/kikbd/advanced.gif
-share/doc/HTML/en/kikbd/general.gif
-share/doc/HTML/en/kikbd/kikbd-1.html
-share/doc/HTML/en/kikbd/kikbd-10.html
-share/doc/HTML/en/kikbd/kikbd-11.html
-share/doc/HTML/en/kikbd/kikbd-2.html
-share/doc/HTML/en/kikbd/kikbd-3.html
-share/doc/HTML/en/kikbd/kikbd-4.html
-share/doc/HTML/en/kikbd/kikbd-5.html
-share/doc/HTML/en/kikbd/kikbd-6.html
-share/doc/HTML/en/kikbd/kikbd-7.html
-share/doc/HTML/en/kikbd/kikbd-8.html
-share/doc/HTML/en/kikbd/kikbd-9.html
-share/doc/HTML/en/kikbd/kikbd.html
-share/doc/HTML/en/kikbd/logotp3.gif
-share/doc/HTML/en/kikbd/startup.gif
-share/doc/HTML/en/kikbd/style.gif
-share/doc/HTML/en/kmedia/maudio.html
-share/doc/HTML/en/kmenuedit/index-1.html
-share/doc/HTML/en/kmenuedit/index-2.html
-share/doc/HTML/en/kmenuedit/index-3.html
-share/doc/HTML/en/kmenuedit/index-4.html
-share/doc/HTML/en/kmenuedit/index-5.html
-share/doc/HTML/en/kmenuedit/index.html
-share/doc/HTML/en/kmenuedit/kmenuedit1.gif
-share/doc/HTML/en/kmenuedit/kmenuedit2.gif
-share/doc/HTML/en/kmenuedit/logotp3.gif
-share/doc/HTML/en/konsole/konsole-1.html
-share/doc/HTML/en/konsole/konsole-2.html
-share/doc/HTML/en/konsole/konsole-3.html
-share/doc/HTML/en/konsole/konsole-4.html
-share/doc/HTML/en/konsole/konsole-5.html
-share/doc/HTML/en/konsole/konsole.html
-share/doc/HTML/en/konsole/logotp3.gif
+share/doc/HTML/en/kfontmanager/installation.html
+share/doc/HTML/en/kfontmanager/introduction.html
+share/doc/HTML/en/khelpcenter/contact.html
+share/doc/HTML/en/khelpcenter/exec.xpm
+share/doc/HTML/en/khelpcenter/faq/.anchors
+share/doc/HTML/en/khelpcenter/faq/aboutthisfaq.html
+share/doc/HTML/en/khelpcenter/faq/acronyms.html
+share/doc/HTML/en/khelpcenter/faq/aix.html
+share/doc/HTML/en/khelpcenter/faq/background.html
+share/doc/HTML/en/khelpcenter/faq/backspaceinkde.html
+share/doc/HTML/en/khelpcenter/faq/basepackages.html
+share/doc/HTML/en/khelpcenter/faq/bugreport.html
+share/doc/HTML/en/khelpcenter/faq/bzip2.html
+share/doc/HTML/en/khelpcenter/faq/cannotconnect.html
+share/doc/HTML/en/khelpcenter/faq/changemenus.html
+share/doc/HTML/en/khelpcenter/faq/changemimetypes.html
+share/doc/HTML/en/khelpcenter/faq/checknewmail.html
+share/doc/HTML/en/khelpcenter/faq/colordepth.html
+share/doc/HTML/en/khelpcenter/faq/comercial.html
+share/doc/HTML/en/khelpcenter/faq/compiling.html
+share/doc/HTML/en/khelpcenter/faq/configuringkde.html
+share/doc/HTML/en/khelpcenter/faq/contributing.html
+share/doc/HTML/en/khelpcenter/faq/copypaste.html
+share/doc/HTML/en/khelpcenter/faq/createicons.html
+share/doc/HTML/en/khelpcenter/faq/currentversion.html
+share/doc/HTML/en/khelpcenter/faq/cvs.html
+share/doc/HTML/en/khelpcenter/faq/cvsaccess.html
+share/doc/HTML/en/khelpcenter/faq/cvsmirrors.html
+share/doc/HTML/en/khelpcenter/faq/cvsreadonly.html
+share/doc/HTML/en/khelpcenter/faq/debian.html
+share/doc/HTML/en/khelpcenter/faq/defaultdir.html
+share/doc/HTML/en/khelpcenter/faq/deletefiles.html
+share/doc/HTML/en/khelpcenter/faq/desktopiconmenus.html
+share/doc/HTML/en/khelpcenter/faq/devellist.html
+share/doc/HTML/en/khelpcenter/faq/difffiles.html
+share/doc/HTML/en/khelpcenter/faq/dirappearance.html
+share/doc/HTML/en/khelpcenter/faq/disablesessionmgmt.html
+share/doc/HTML/en/khelpcenter/faq/distros.html
+share/doc/HTML/en/khelpcenter/faq/dosandext2.html
+share/doc/HTML/en/khelpcenter/faq/driveinfo.html
+share/doc/HTML/en/khelpcenter/faq/dualscreen.html
+share/doc/HTML/en/khelpcenter/faq/embedpanel.html
+share/doc/HTML/en/khelpcenter/faq/euro.html
+share/doc/HTML/en/khelpcenter/faq/exitkde.html
+share/doc/HTML/en/khelpcenter/faq/faqmaintainer.html
+share/doc/HTML/en/khelpcenter/faq/filestodesktop.html
+share/doc/HTML/en/khelpcenter/faq/fontstoosmall.html
+share/doc/HTML/en/khelpcenter/faq/ftpclient.html
+share/doc/HTML/en/khelpcenter/faq/getridicons.html
+share/doc/HTML/en/khelpcenter/faq/gettingkde.html
+share/doc/HTML/en/khelpcenter/faq/gettingmoreinformation.html
+share/doc/HTML/en/khelpcenter/faq/gifsupport.html
+share/doc/HTML/en/khelpcenter/faq/highlightmenus.html
+share/doc/HTML/en/khelpcenter/faq/howtostartkde.html
+share/doc/HTML/en/khelpcenter/faq/howtosubscribe.html
+share/doc/HTML/en/khelpcenter/faq/iconified.html
+share/doc/HTML/en/khelpcenter/faq/icons.html
+share/doc/HTML/en/khelpcenter/faq/index.cvlog
+share/doc/HTML/en/khelpcenter/faq/index.docbook
+share/doc/HTML/en/khelpcenter/faq/index.html
+share/doc/HTML/en/khelpcenter/faq/installation.html
+share/doc/HTML/en/khelpcenter/faq/installationinstructions.html
+share/doc/HTML/en/khelpcenter/faq/introduction.html
+share/doc/HTML/en/khelpcenter/faq/isaclone.html
+share/doc/HTML/en/khelpcenter/faq/isfreesoftware.html
+share/doc/HTML/en/khelpcenter/faq/kbiff.html
+share/doc/HTML/en/khelpcenter/faq/kbutton.html
+share/doc/HTML/en/khelpcenter/faq/kdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdebase.html
+share/doc/HTML/en/khelpcenter/faq/kdelogin.html
+share/doc/HTML/en/khelpcenter/faq/kdemailinglists.html
+share/doc/HTML/en/khelpcenter/faq/kdenewsgroups.html
+share/doc/HTML/en/khelpcenter/faq/kdeprogramming.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnonkdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnumlockon.html
+share/doc/HTML/en/khelpcenter/faq/kdminredhat.html
+share/doc/HTML/en/khelpcenter/faq/kdmnoreadsprofile.html
+share/doc/HTML/en/khelpcenter/faq/keyboardswitcher.html
+share/doc/HTML/en/khelpcenter/faq/killingwindows.html
+share/doc/HTML/en/khelpcenter/faq/killkwmpager.html
+share/doc/HTML/en/khelpcenter/faq/kmail.html
+share/doc/HTML/en/khelpcenter/faq/knownbugfixesforkde.html
+share/doc/HTML/en/khelpcenter/faq/koffice.html
+share/doc/HTML/en/khelpcenter/faq/kscd.html
+share/doc/HTML/en/khelpcenter/faq/ktop.html
+share/doc/HTML/en/khelpcenter/faq/kvt.html
+share/doc/HTML/en/khelpcenter/faq/laptop.html
+share/doc/HTML/en/khelpcenter/faq/latestversion.html
+share/doc/HTML/en/khelpcenter/faq/launchtodesktop.html
+share/doc/HTML/en/khelpcenter/faq/leftbuttonmenu.html
+share/doc/HTML/en/khelpcenter/faq/loopbackdevice.html
+share/doc/HTML/en/khelpcenter/faq/maclike.html
+share/doc/HTML/en/khelpcenter/faq/mailinglistarchive.html
+share/doc/HTML/en/khelpcenter/faq/maximizeonedim.html
+share/doc/HTML/en/khelpcenter/faq/miscellaneousquestions.html
+share/doc/HTML/en/khelpcenter/faq/mountfromdesktop.html
+share/doc/HTML/en/khelpcenter/faq/mountfs.html
+share/doc/HTML/en/khelpcenter/faq/mousewheel.html
+share/doc/HTML/en/khelpcenter/faq/movequickly.html
+share/doc/HTML/en/khelpcenter/faq/netscape.html
+share/doc/HTML/en/khelpcenter/faq/noborder.html
+share/doc/HTML/en/khelpcenter/faq/nonanonftp.html
+share/doc/HTML/en/khelpcenter/faq/noncompliant.html
+share/doc/HTML/en/khelpcenter/faq/noredhatlogo.html
+share/doc/HTML/en/khelpcenter/faq/notreallykderelated.html
+share/doc/HTML/en/khelpcenter/faq/nsbookmark.html
+share/doc/HTML/en/khelpcenter/faq/ownshortcuts.html
+share/doc/HTML/en/khelpcenter/faq/packageformats.html
+share/doc/HTML/en/khelpcenter/faq/panelcomplains.html
+share/doc/HTML/en/khelpcenter/faq/percentinexecline.html
+share/doc/HTML/en/khelpcenter/faq/platform.html
+share/doc/HTML/en/khelpcenter/faq/postinstallation.html
+share/doc/HTML/en/khelpcenter/faq/prerequisites.html
+share/doc/HTML/en/khelpcenter/faq/progwithouticons.html
+share/doc/HTML/en/khelpcenter/faq/qtclone.html
+share/doc/HTML/en/khelpcenter/faq/qtisntfree.html
+share/doc/HTML/en/khelpcenter/faq/redhat.html
+share/doc/HTML/en/khelpcenter/faq/redhatmenustokde.html
+share/doc/HTML/en/khelpcenter/faq/redhatstartmenu.html
+share/doc/HTML/en/khelpcenter/faq/removeold.html
+share/doc/HTML/en/khelpcenter/faq/replacewinmanager.html
+share/doc/HTML/en/khelpcenter/faq/rpmssuse.html
+share/doc/HTML/en/khelpcenter/faq/saveasinkfm.html
+share/doc/HTML/en/khelpcenter/faq/screenshots.html
+share/doc/HTML/en/khelpcenter/faq/shadingawindow.html
+share/doc/HTML/en/khelpcenter/faq/shadowpasswords.html
+share/doc/HTML/en/khelpcenter/faq/snapshotconfig.html
+share/doc/HTML/en/khelpcenter/faq/snapshots.html
+share/doc/HTML/en/khelpcenter/faq/solaris.html
+share/doc/HTML/en/khelpcenter/faq/staroffice.html
+share/doc/HTML/en/khelpcenter/faq/startupdir.html
+share/doc/HTML/en/khelpcenter/faq/stickywindow.html
+share/doc/HTML/en/khelpcenter/faq/systemsound.html
+share/doc/HTML/en/khelpcenter/faq/templatesfolder.html
+share/doc/HTML/en/khelpcenter/faq/thedesktop.html
+share/doc/HTML/en/khelpcenter/faq/thefilemanager.html
+share/doc/HTML/en/khelpcenter/faq/themes.html
+share/doc/HTML/en/khelpcenter/faq/thepanel.html
+share/doc/HTML/en/khelpcenter/faq/thewindowmanager.html
+share/doc/HTML/en/khelpcenter/faq/toolforwebpages.html
+share/doc/HTML/en/khelpcenter/faq/translating.html
+share/doc/HTML/en/khelpcenter/faq/transparentbgnd.html
+share/doc/HTML/en/khelpcenter/faq/truetype.html
+share/doc/HTML/en/khelpcenter/faq/twobutton.html
+share/doc/HTML/en/khelpcenter/faq/uninstall.html
+share/doc/HTML/en/khelpcenter/faq/upgrade.html
+share/doc/HTML/en/khelpcenter/faq/upgradekernel.html
+share/doc/HTML/en/khelpcenter/faq/usefultips.html
+share/doc/HTML/en/khelpcenter/faq/userdirectory.html
+share/doc/HTML/en/khelpcenter/faq/whatisqt.html
+share/doc/HTML/en/khelpcenter/faq/whatkstandfor.html
+share/doc/HTML/en/khelpcenter/faq/wheretogetqt.html
+share/doc/HTML/en/khelpcenter/faq/whichversion.html
+share/doc/HTML/en/khelpcenter/faq/whynotother.html
+share/doc/HTML/en/khelpcenter/faq/windowplacement.html
+share/doc/HTML/en/khelpcenter/faq/windowskeys.html
+share/doc/HTML/en/khelpcenter/faq/winmanager.html
+share/doc/HTML/en/khelpcenter/faq/winmanonthefly.html
+share/doc/HTML/en/khelpcenter/faq/wrongcharset.html
+share/doc/HTML/en/khelpcenter/faq/wrongtime.html
+share/doc/HTML/en/khelpcenter/faq/xmousetoarrow.html
+share/doc/HTML/en/khelpcenter/faq/xserverforwindows.html
+share/doc/HTML/en/khelpcenter/index.html
+share/doc/HTML/en/khelpcenter/kdelogo.png
+share/doc/HTML/en/khelpcenter/laptop.png
+share/doc/HTML/en/khelpcenter/links.html
+share/doc/HTML/en/khelpcenter/main.html
+share/doc/HTML/en/khelpcenter/quickstart/.anchors
+share/doc/HTML/en/khelpcenter/quickstart/advancedtopics.html
+share/doc/HTML/en/khelpcenter/quickstart/anoverviewofkde.html
+share/doc/HTML/en/khelpcenter/quickstart/archivesandnetworks.html
+share/doc/HTML/en/khelpcenter/quickstart/commandline.html
+share/doc/HTML/en/khelpcenter/quickstart/configuration.html
+share/doc/HTML/en/khelpcenter/quickstart/configure.html
+share/doc/HTML/en/khelpcenter/quickstart/credits.html
+share/doc/HTML/en/khelpcenter/quickstart/index.cvlog
+share/doc/HTML/en/khelpcenter/quickstart/index.docbook
+share/doc/HTML/en/khelpcenter/quickstart/index.html
+share/doc/HTML/en/khelpcenter/quickstart/introduction.html
+share/doc/HTML/en/khelpcenter/quickstart/kdeanexcitingjourney.html
+share/doc/HTML/en/khelpcenter/quickstart/launchingapplications.html
+share/doc/HTML/en/khelpcenter/quickstart/loggingout.html
+share/doc/HTML/en/khelpcenter/quickstart/managingyourfiles.html
+share/doc/HTML/en/khelpcenter/quickstart/readysetgo.html
+share/doc/HTML/en/khelpcenter/quickstart/taskbar.html
+share/doc/HTML/en/khelpcenter/quickstart/templates.html
+share/doc/HTML/en/khelpcenter/quickstart/virtualdesktops.html
+share/doc/HTML/en/khelpcenter/quickstart/workingwithwindows.html
+share/doc/HTML/en/khelpcenter/support.html
+share/doc/HTML/en/khelpcenter/tinylogo.png
+share/doc/HTML/en/khelpcenter/userguide/.anchors
+share/doc/HTML/en/khelpcenter/userguide/aboutthispreview.html
+share/doc/HTML/en/khelpcenter/userguide/activating-the-screen-saver-by-moving-your-m.html
+share/doc/HTML/en/khelpcenter/userguide/addingprograms.html
+share/doc/HTML/en/khelpcenter/userguide/allaboutyourdesktop.html
+share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html
+share/doc/HTML/en/khelpcenter/userguide/contacting-the-authors.html
+share/doc/HTML/en/khelpcenter/userguide/contactingauthors.html
+share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html
+share/doc/HTML/en/khelpcenter/userguide/customizingkdethekcontrolcenter.html
+share/doc/HTML/en/khelpcenter/userguide/desktop-components.html
+share/doc/HTML/en/khelpcenter/userguide/docustaff.html
+share/doc/HTML/en/khelpcenter/userguide/entertainmentapplications.html
+share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html
+share/doc/HTML/en/khelpcenter/userguide/firstimpressions.html
+share/doc/HTML/en/khelpcenter/userguide/frequentlyaskedquestionsaboutkde.html
+share/doc/HTML/en/khelpcenter/userguide/gettingstarted.html
+share/doc/HTML/en/khelpcenter/userguide/gnu-general-public-license.html
+share/doc/HTML/en/khelpcenter/userguide/gnulicense.html
+share/doc/HTML/en/khelpcenter/userguide/graphicalapplications.html
+share/doc/HTML/en/khelpcenter/userguide/i-cannot-compile-package-xxx.html
+share/doc/HTML/en/khelpcenter/userguide/index.cvlog
+share/doc/HTML/en/khelpcenter/userguide/index.docbook
+share/doc/HTML/en/khelpcenter/userguide/index.html
+share/doc/HTML/en/khelpcenter/userguide/input-devices.html
+share/doc/HTML/en/khelpcenter/userguide/installation.html
+share/doc/HTML/en/khelpcenter/userguide/introduction.html
+share/doc/HTML/en/khelpcenter/userguide/kde-is-not-stable.html
+share/doc/HTML/en/khelpcenter/userguide/kmedia-media-player.html
+share/doc/HTML/en/khelpcenter/userguide/knu-network-utilities.html
+share/doc/HTML/en/khelpcenter/userguide/kpoker.html
+share/doc/HTML/en/khelpcenter/userguide/krn-news-client.html
+share/doc/HTML/en/khelpcenter/userguide/ktetris.html
+share/doc/HTML/en/khelpcenter/userguide/kview-image-viewer.html
+share/doc/HTML/en/khelpcenter/userguide/legal-notices.html
+share/doc/HTML/en/khelpcenter/userguide/legal-status.html
+share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms-for-redhat-caldera-and.html
+share/doc/HTML/en/khelpcenter/userguide/mailinglists.html
+share/doc/HTML/en/khelpcenter/userguide/mouse-techniques.html
+share/doc/HTML/en/khelpcenter/userguide/moving-files-with-drag-and-drop.html
+share/doc/HTML/en/khelpcenter/userguide/multimediaapplications.html
+share/doc/HTML/en/khelpcenter/userguide/network.html
+share/doc/HTML/en/khelpcenter/userguide/networkapplications.html
+share/doc/HTML/en/khelpcenter/userguide/panel-settings.html
+share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html
+share/doc/HTML/en/khelpcenter/userguide/shortcuts.html
+share/doc/HTML/en/khelpcenter/userguide/sound-system.html
+share/doc/HTML/en/khelpcenter/userguide/sourcedistribution.html
+share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html
+share/doc/HTML/en/khelpcenter/userguide/suseinstall.html
+share/doc/HTML/en/khelpcenter/userguide/system-information.html
+share/doc/HTML/en/khelpcenter/userguide/using-command-line-and-terminals.html
+share/doc/HTML/en/khelpcenter/userguide/using-multiple-desktops.html
+share/doc/HTML/en/khelpcenter/userguide/using-tgz-to-install-on-top-of-other-systems.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-font-manager.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html
+share/doc/HTML/en/khelpcenter/userguide/usingtemplates.html
+share/doc/HTML/en/khelpcenter/userguide/utilityapplications.html
+share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html
+share/doc/HTML/en/khelpcenter/userguide/what-i-urgently-need.html
+share/doc/HTML/en/khelpcenter/userguide/what-is-missing.html
+share/doc/HTML/en/khelpcenter/whatiskde.html
+share/doc/HTML/en/kikbd/.anchors
+share/doc/HTML/en/kikbd/advanced.html
+share/doc/HTML/en/kikbd/advanced.png
+share/doc/HTML/en/kikbd/authors.html
+share/doc/HTML/en/kikbd/bug-reporting.html
+share/doc/HTML/en/kikbd/config.html
+share/doc/HTML/en/kikbd/create.html
+share/doc/HTML/en/kikbd/general.html
+share/doc/HTML/en/kikbd/general.png
+share/doc/HTML/en/kikbd/index.cvlog
+share/doc/HTML/en/kikbd/index.docbook
+share/doc/HTML/en/kikbd/index.html
+share/doc/HTML/en/kikbd/installation.html
+share/doc/HTML/en/kikbd/introduction.html
+share/doc/HTML/en/kikbd/nationalkeyboard.html
+share/doc/HTML/en/kikbd/screen-saver-password-problems..html
+share/doc/HTML/en/kikbd/startup.html
+share/doc/HTML/en/kikbd/startup.png
+share/doc/HTML/en/kikbd/style.html
+share/doc/HTML/en/kikbd/style.png
+share/doc/HTML/en/kikbd/troubleshooting.html
+share/doc/HTML/en/konsole/.anchors
+share/doc/HTML/en/konsole/application-related-problems.html
+share/doc/HTML/en/konsole/broken-termacap-and-terminfo.html
+share/doc/HTML/en/konsole/bugs-and-faq.html
+share/doc/HTML/en/konsole/color-scheme.html
+share/doc/HTML/en/konsole/configuration.html
+share/doc/HTML/en/konsole/fonts.html
+share/doc/HTML/en/konsole/index.cvlog
+share/doc/HTML/en/konsole/index.docbook
+share/doc/HTML/en/konsole/index.html
+share/doc/HTML/en/konsole/installation.html
+share/doc/HTML/en/konsole/introduction.html
+share/doc/HTML/en/konsole/known-bugs.html
+share/doc/HTML/en/konsole/not-to-implement.html
+share/doc/HTML/en/konsole/overview.html
+share/doc/HTML/en/konsole/problems-with-backspace-delete.html
+share/doc/HTML/en/konsole/security.html
share/doc/HTML/en/konsole/techref.html
share/doc/HTML/en/konsole/vt100.gif
-share/doc/HTML/en/kpager/index-1.html
-share/doc/HTML/en/kpager/index-2.html
-share/doc/HTML/en/kpager/index-3.html
-share/doc/HTML/en/kpager/index-4.html
-share/doc/HTML/en/kpager/index-5.html
+share/doc/HTML/en/kpager/.anchors
+share/doc/HTML/en/kpager/compilation-and-installation.html
+share/doc/HTML/en/kpager/customizingkpageradvancedfeatures.html
+share/doc/HTML/en/kpager/frequentlyaskedquestionsfaq.html
+share/doc/HTML/en/kpager/index.cvlog
+share/doc/HTML/en/kpager/index.docbook
share/doc/HTML/en/kpager/index.html
-share/doc/HTML/en/kpager/logotp3.gif
-share/doc/HTML/en/kpanel/index-1.html
-share/doc/HTML/en/kpanel/index-2.html
-share/doc/HTML/en/kpanel/index-3.html
-share/doc/HTML/en/kpanel/index-4.html
-share/doc/HTML/en/kpanel/index-5.html
-share/doc/HTML/en/kpanel/index.html
-share/doc/HTML/en/kpanel/logotp3.gif
-share/doc/HTML/en/kthememgr/index-1.html
-share/doc/HTML/en/kthememgr/index-2.html
-share/doc/HTML/en/kthememgr/index-3.html
-share/doc/HTML/en/kthememgr/index.html
-share/doc/HTML/en/kthememgr/logotp3.gif
-share/doc/HTML/en/kvt/index.html
-share/doc/HTML/en/kwm/index-1.html
-share/doc/HTML/en/kwm/index-2.html
-share/doc/HTML/en/kwm/index-3.html
-share/doc/HTML/en/kwm/index-4.html
-share/doc/HTML/en/kwm/index-5.html
-share/doc/HTML/en/kwm/index-6.html
+share/doc/HTML/en/kpager/installation.html
+share/doc/HTML/en/kpager/introduction.html
+share/doc/HTML/en/kpager/one-click-action.html
+share/doc/HTML/en/kpager/requirements.html
+share/doc/HTML/en/kpager/resizing-windows.html
+share/doc/HTML/en/kpager/rows-mode.html
+share/doc/HTML/en/kpager/the-global-desktop.html
+share/doc/HTML/en/kpager/the-window-properties-menu.html
+share/doc/HTML/en/kpager/workingwithkpager.html
+share/doc/HTML/en/kwm/.anchors
+share/doc/HTML/en/kwm/authors.html
+share/doc/HTML/en/kwm/commands.html
+share/doc/HTML/en/kwm/configuration.html
+share/doc/HTML/en/kwm/does-kwm-support-shaded-windows-a-la-openste.html
+share/doc/HTML/en/kwm/epilogue.html
+share/doc/HTML/en/kwm/frequentlyaskedquestions.html
+share/doc/HTML/en/kwm/index.cvlog
+share/doc/HTML/en/kwm/index.docbook
share/doc/HTML/en/kwm/index.html
-share/doc/HTML/en/kwm/logotp3.gif
-share/doc/HTML/ru/kikbd/advanced.gif
-share/doc/HTML/ru/kikbd/general.gif
-share/doc/HTML/ru/kikbd/kikbd-1.html
-share/doc/HTML/ru/kikbd/kikbd-2.html
-share/doc/HTML/ru/kikbd/kikbd-3.html
-share/doc/HTML/ru/kikbd/kikbd-4.html
-share/doc/HTML/ru/kikbd/kikbd-5.html
-share/doc/HTML/ru/kikbd/kikbd-6.html
-share/doc/HTML/ru/kikbd/kikbd-7.html
-share/doc/HTML/ru/kikbd/kikbd-8.html
-share/doc/HTML/ru/kikbd/kikbd.html
-share/doc/HTML/ru/kikbd/logotp3.gif
-share/doc/HTML/ru/kikbd/startup.gif
-share/doc/HTML/ru/kikbd/style.gif
-share/icons/3floppy_mount.xpm
-share/icons/3floppy_unmount.xpm
-share/icons/5floppy_mount.xpm
-share/icons/5floppy_unmount.xpm
-share/icons/application_settings.xpm
-share/icons/applications_package.xpm
-share/icons/background.xpm
-share/icons/bell.xpm
-share/icons/binary.xpm
-share/icons/binary2.xpm
-share/icons/blockdevice.xpm
-share/icons/brightness.xpm
-share/icons/buttons.xpm
-share/icons/c_src.xpm
-share/icons/cdrom_mount.xpm
-share/icons/cdrom_unmount.xpm
-share/icons/cdwriter_mount.xpm
-share/icons/cdwriter_unmount.xpm
-share/icons/chardevice.xpm
-share/icons/colors.xpm
-share/icons/colourness.xpm
-share/icons/contrast.xpm
-share/icons/core.xpm
-share/icons/desktop.xpm
-share/icons/desktop_settings.xpm
-share/icons/document.xpm
-share/icons/dvi.xpm
-share/icons/editors_package.xpm
-share/icons/exec.xpm
-share/icons/f_src.xpm
-share/icons/folder.xpm
-share/icons/folder_blue.xpm
-share/icons/folder_cyan.xpm
-share/icons/folder_green.xpm
-share/icons/folder_open.xpm
-share/icons/folder_red.xpm
-share/icons/folder_yellow.xpm
-share/icons/font.xpm
-share/icons/fonts.xpm
-share/icons/ftp.xpm
-share/icons/games_package.xpm
-share/icons/general_settings.xpm
-share/icons/gf.xpm
-share/icons/graphics_package.xpm
-share/icons/h_src.xpm
-share/icons/harddrive_mount.xpm
-share/icons/harddrive_unmount.xpm
-share/icons/html.xpm
-share/icons/image.xpm
-share/icons/info.xpm
-share/icons/information.xpm
-share/icons/information_settings.xpm
-share/icons/input_devices_settings.xpm
-share/icons/java_src.xpm
-share/icons/kcmdevices.xpm
-share/icons/kcmkpanel.xpm
-share/icons/kcmkwm.xpm
-share/icons/kcmmemory.xpm
-share/icons/kcmpartitions.xpm
-share/icons/kcmpci.xpm
-share/icons/kcmprocessor.xpm
-share/icons/kcmscsi.xpm
-share/icons/kcmsound.xpm
-share/icons/kcmsyssound.xpm
-share/icons/kcmx.xpm
-share/icons/kcontrol.xpm
-share/icons/kdehelp.xpm
-share/icons/kdisknav.xpm
-share/icons/kdmconfig.xpm
-share/icons/keyboard.xpm
-share/icons/kfind.xpm
-share/icons/kfm.xpm
-share/icons/kfm_fulltrash.xpm
-share/icons/kfm_home.xpm
-share/icons/kfm_refresh.xpm
-share/icons/kfm_trash.xpm
-share/icons/kfontmanager.xpm
-share/icons/kikbd.xpm
-share/icons/kmenuedit.xpm
-share/icons/kmultiple.xpm
-share/icons/konsole.xpm
-share/icons/kscreensaver.xpm
-share/icons/kthememgr.xpm
-share/icons/kvt.xpm
-share/icons/kwm.xpm
-share/icons/l_src.xpm
-share/icons/large/3floppy_mount.xpm
-share/icons/large/3floppy_unmount.xpm
-share/icons/large/5floppy_mount.xpm
-share/icons/large/5floppy_unmount.xpm
-share/icons/large/applications_package.xpm
-share/icons/large/bell.xpm
-share/icons/large/binary.xpm
-share/icons/large/binary2.xpm
-share/icons/large/blockdevice.xpm
-share/icons/large/buttons.xpm
-share/icons/large/c_src.xpm
-share/icons/large/cdrom_mount.xpm
-share/icons/large/cdrom_unmount.xpm
-share/icons/large/cdwriter_mount.xpm
-share/icons/large/cdwriter_unmount.xpm
-share/icons/large/chardevice.xpm
-share/icons/large/colors.xpm
-share/icons/large/core.xpm
-share/icons/large/desktop.xpm
-share/icons/large/desktop_settings.xpm
-share/icons/large/document.xpm
-share/icons/large/dvi.xpm
-share/icons/large/editors_package.xpm
-share/icons/large/exec.xpm
-share/icons/large/f_src.xpm
-share/icons/large/folder.xpm
-share/icons/large/folder_blue.xpm
-share/icons/large/folder_cyan.xpm
-share/icons/large/folder_green.xpm
-share/icons/large/folder_open.xpm
-share/icons/large/folder_red.xpm
-share/icons/large/folder_yellow.xpm
-share/icons/large/font.xpm
-share/icons/large/fonts.xpm
-share/icons/large/ftp.xpm
-share/icons/large/games_package.xpm
-share/icons/large/gf.xpm
-share/icons/large/go.xpm
-share/icons/large/graphics_package.xpm
-share/icons/large/h_src.xpm
-share/icons/large/hd_mount.xpm
-share/icons/large/hd_unmount.xpm
-share/icons/large/html.xpm
-share/icons/large/image.xpm
-share/icons/large/info.xpm
-share/icons/large/java_src.xpm
-share/icons/large/kcmdevices.xpm
-share/icons/large/kcmmemory.xpm
-share/icons/large/kcmpartitions.xpm
-share/icons/large/kcmpci.xpm
-share/icons/large/kcmprocessor.xpm
-share/icons/large/kcmscsi.xpm
-share/icons/large/kcmsyssound.xpm
-share/icons/large/kcontrol.xpm
-share/icons/large/kdehelp.xpm
-share/icons/large/kdisknav.xpm
-share/icons/large/kdmconfig.xpm
-share/icons/large/kfind.xpm
-share/icons/large/kfm.xpm
-share/icons/large/kfm_fulltrash.xpm
-share/icons/large/kfm_home.xpm
-share/icons/large/kfm_trash.xpm
-share/icons/large/kfontmanager.xpm
-share/icons/large/kikbd.xpm
-share/icons/large/kmenuedit.xpm
-share/icons/large/kmultiple.xpm
-share/icons/large/konsole.xpm
-share/icons/large/kscreensaver.xpm
-share/icons/large/kvt.xpm
-share/icons/large/kwm.xpm
-share/icons/large/l_src.xpm
-share/icons/large/library.xpm
-share/icons/large/link.xpm
-share/icons/large/locale.xpm
-share/icons/large/locked_file.xpm
-share/icons/large/lockedfolder.xpm
-share/icons/large/log.xpm
-share/icons/large/magneto-optical_mount.xpm
-share/icons/large/magneto-optical_unmount.xpm
-share/icons/large/make.xpm
-share/icons/large/man.xpm
-share/icons/large/metafont.xpm
-share/icons/large/midi.xpm
-share/icons/large/misc.xpm
-share/icons/large/moc_src.xpm
-share/icons/large/multimedia_package.xpm
-share/icons/large/network_package.xpm
-share/icons/large/o_src.xpm
-share/icons/large/p_src.xpm
-share/icons/large/package.xpm
-share/icons/large/pdf.xpm
-share/icons/large/perl.xpm
-share/icons/large/perl_doc.xpm
-share/icons/large/pk.xpm
-share/icons/large/postscript.xpm
-share/icons/large/properties.xpm
-share/icons/large/readme.xpm
-share/icons/large/readonly.xpm
-share/icons/large/resource.xpm
-share/icons/large/screensaver.xpm
-share/icons/large/script.xpm
-share/icons/large/settings_package.xpm
-share/icons/large/shredder.xpm
-share/icons/large/single_doc.xpm
-share/icons/large/socket.xpm
-share/icons/large/sound.xpm
-share/icons/large/style.xpm
-share/icons/large/system_package.xpm
-share/icons/large/tablet.xpm
-share/icons/large/tape_archive.xpm
-share/icons/large/terminal.xpm
-share/icons/large/tex.xpm
-share/icons/large/tgz.xpm
-share/icons/large/titlebar.xpm
-share/icons/large/trash.xpm
-share/icons/large/trash_full.xpm
-share/icons/large/txt.xpm
-share/icons/large/unknown.xpm
-share/icons/large/utilities_package.xpm
-share/icons/large/video.xpm
-share/icons/large/www.xpm
-share/icons/large/x.xpm
-share/icons/large/y_src.xpm
-share/icons/large/zip_mount.xpm
-share/icons/large/zip_unmount.xpm
-share/icons/library.xpm
-share/icons/link.xpm
-share/icons/locale.xpm
-share/icons/locked.xpm
-share/icons/locked_file.xpm
-share/icons/lockedfolder.xpm
-share/icons/log.xpm
-share/icons/logo.xpm
-share/icons/magneto-optical_mount.xpm
-share/icons/magneto-optical_unmount.xpm
-share/icons/make.xpm
-share/icons/man.xpm
-share/icons/metafont.xpm
-share/icons/midi.xpm
-share/icons/mini/3floppy_mount.xpm
-share/icons/mini/3floppy_unmount.xpm
-share/icons/mini/5floppy_mount.xpm
-share/icons/mini/5floppy_unmount.xpm
-share/icons/mini/application_settings.xpm
-share/icons/mini/applications_package.xpm
-share/icons/mini/audiovol.xpm
-share/icons/mini/background.xpm
-share/icons/mini/bell.xpm
-share/icons/mini/binary.xpm
-share/icons/mini/blockdevice.xpm
-share/icons/mini/buttons.xpm
-share/icons/mini/c_src.xpm
-share/icons/mini/cdrom_mount.xpm
-share/icons/mini/cdrom_unmount.xpm
-share/icons/mini/chardevice.xpm
-share/icons/mini/colors.xpm
-share/icons/mini/core.xpm
-share/icons/mini/desktop.xpm
-share/icons/mini/desktop_settings.xpm
-share/icons/mini/document.xpm
-share/icons/mini/dvi.xpm
-share/icons/mini/editors_package.xpm
-share/icons/mini/exec.xpm
-share/icons/mini/f_src.xpm
-share/icons/mini/folder.xpm
-share/icons/mini/folder_blue.xpm
-share/icons/mini/folder_cyan.xpm
-share/icons/mini/folder_green.xpm
-share/icons/mini/folder_open.xpm
-share/icons/mini/folder_red.xpm
-share/icons/mini/folder_yellow.xpm
-share/icons/mini/font.xpm
-share/icons/mini/fonts.xpm
-share/icons/mini/ftp.xpm
-share/icons/mini/games_package.xpm
-share/icons/mini/general_settings.xpm
-share/icons/mini/gf.xpm
-share/icons/mini/graphics_package.xpm
-share/icons/mini/h_src.xpm
-share/icons/mini/harddrive_mount.xpm
-share/icons/mini/harddrive_unmount.xpm
-share/icons/mini/html.xpm
-share/icons/mini/image.xpm
-share/icons/mini/info.xpm
-share/icons/mini/information_settings.xpm
-share/icons/mini/input_devices_settings.xpm
-share/icons/mini/java_src.xpm
-share/icons/mini/kcmdevices.xpm
-share/icons/mini/kcmkpanel.xpm
-share/icons/mini/kcmkwm.xpm
-share/icons/mini/kcmmemory.xpm
-share/icons/mini/kcmpartitions.xpm
-share/icons/mini/kcmpci.xpm
-share/icons/mini/kcmprocessor.xpm
-share/icons/mini/kcmscsi.xpm
-share/icons/mini/kcmsound.xpm
-share/icons/mini/kcmsyssound.xpm
-share/icons/mini/kcmx.xpm
-share/icons/mini/kcontrol.xpm
-share/icons/mini/kdehelp.xpm
-share/icons/mini/kdmconfig.xpm
-share/icons/mini/keyboard.xpm
-share/icons/mini/kfind.xpm
-share/icons/mini/kfm.xpm
-share/icons/mini/kfm_fulltrash.xpm
-share/icons/mini/kfm_home.xpm
-share/icons/mini/kfm_refresh.xpm
-share/icons/mini/kfm_trash.xpm
-share/icons/mini/kfontmanager.xpm
-share/icons/mini/kikbd.xpm
-share/icons/mini/kmenuedit.xpm
-share/icons/mini/konsole.xpm
-share/icons/mini/kscreensaver.xpm
-share/icons/mini/kthememgr.xpm
-share/icons/mini/kvt.xpm
-share/icons/mini/kwm.xpm
-share/icons/mini/l_src.xpm
-share/icons/mini/library.xpm
-share/icons/mini/locale.xpm
-share/icons/mini/locked.xpm
-share/icons/mini/lockedfolder.xpm
-share/icons/mini/log.xpm
-share/icons/mini/make.xpm
-share/icons/mini/man.xpm
-share/icons/mini/maximize2.xpm
-share/icons/mini/metafont.xpm
-share/icons/mini/midi.xpm
-share/icons/mini/mini-ball.xpm
-share/icons/mini/mini-bball.xpm
-share/icons/mini/mini-bomb.xpm
-share/icons/mini/mini-book1.xpm
-share/icons/mini/mini-book2.xpm
-share/icons/mini/mini-bug1.xpm
-share/icons/mini/mini-bug2.xpm
-share/icons/mini/mini-bx2.xpm
-share/icons/mini/mini-calc.xpm
-share/icons/mini/mini-camera.xpm
-share/icons/mini/mini-cdlabel.xpm
-share/icons/mini/mini-clock.xpm
-share/icons/mini/mini-colors.xpm
-share/icons/mini/mini-connect.xpm
-share/icons/mini/mini-connected.xpm
-share/icons/mini/mini-cross.xpm
-share/icons/mini/mini-default.xpm
-share/icons/mini/mini-display.xpm
-share/icons/mini/mini-doc.xpm
-share/icons/mini/mini-edit.xpm
-share/icons/mini/mini-exclam.xpm
-share/icons/mini/mini-exp.xpm
-share/icons/mini/mini-eyes.xpm
-share/icons/mini/mini-filemgr.xpm
-share/icons/mini/mini-fractal.xpm
-share/icons/mini/mini-gball.xpm
-share/icons/mini/mini-gv.xpm
-share/icons/mini/mini-hammer.xpm
-share/icons/mini/mini-happy.xpm
-share/icons/mini/mini-hextris.xpm
-share/icons/mini/mini-k.xpm
-share/icons/mini/mini-lock.xpm
-share/icons/mini/mini-lower.xpm
-share/icons/mini/mini-mail.xpm
-share/icons/mini/mini-manual.xpm
-share/icons/mini/mini-max1.xpm
-share/icons/mini/mini-maze.xpm
-share/icons/mini/mini-modules.xpm
-share/icons/mini/mini-move.xpm
-share/icons/mini/mini-move1.xpm
-share/icons/mini/mini-nscape.xpm
-share/icons/mini/mini-ofolder.xpm
-share/icons/mini/mini-olwm.xpm
-share/icons/mini/mini-paint.xpm
-share/icons/mini/mini-pencil.xpm
-share/icons/mini/mini-question.xpm
-share/icons/mini/mini-raise.xpm
-share/icons/mini/mini-ray.xpm
-share/icons/mini/mini-rball.xpm
-share/icons/mini/mini-resize.xpm
-share/icons/mini/mini-roach.xpm
-share/icons/mini/mini-run.xpm
-share/icons/mini/mini-sh.xpm
-share/icons/mini/mini-sh1.xpm
-share/icons/mini/mini-slon.xpm
-share/icons/mini/mini-stop.xpm
-share/icons/mini/mini-term.xpm
-share/icons/mini/mini-tetris.xpm
-share/icons/mini/mini-turn.xpm
-share/icons/mini/mini-up.xpm
-share/icons/mini/mini-windows.xpm
-share/icons/mini/mini-x.xpm
-share/icons/mini/mini-x2.xpm
-share/icons/mini/mini-xmahjongg.xpm
-share/icons/mini/mini-xv.xpm
-share/icons/mini/mini-zoom.xpm
-share/icons/mini/mini.audiovol.xpm
-share/icons/mini/mini.checkmark.xpm
-share/icons/mini/mini.cut.xpm
-share/icons/mini/mini.destroy.xpm
-share/icons/mini/mini.excl.xpm
-share/icons/mini/mini.exit.xpm
-share/icons/mini/mini.fvwm.xpm
-share/icons/mini/mini.letter.xpm
-share/icons/mini/mini.lower.xpm
-share/icons/mini/mini.move.xpm
-share/icons/mini/mini.netscape.xpm
-share/icons/mini/mini.raise.xpm
-share/icons/mini/mini.resize.xpm
-share/icons/mini/mini.xarchie.xpm
-share/icons/mini/mini.xboing.xpm
-share/icons/mini/mini.xlock.xpm
-share/icons/mini/mini.xpm
-share/icons/mini/mini.xterm.xpm
-share/icons/mini/mini.zircon.xpm
-share/icons/mini/moc_src.xpm
-share/icons/mini/mouse.xpm
-share/icons/mini/multimedia_package.xpm
-share/icons/mini/network_package.xpm
-share/icons/mini/network_settings.xpm
-share/icons/mini/o_src.xpm
-share/icons/mini/p_src.xpm
-share/icons/mini/package.xpm
-share/icons/mini/panel_settings.xpm
-share/icons/mini/pci.xpm
-share/icons/mini/pdf.xpm
-share/icons/mini/pipe.xpm
-share/icons/mini/pk.xpm
-share/icons/mini/postscript.xpm
-share/icons/mini/printer.xpm
-share/icons/mini/readme.xpm
-share/icons/mini/resource.xpm
-share/icons/mini/s_src.xpm
-share/icons/mini/sample.xpm
-share/icons/mini/screensaver.xpm
-share/icons/mini/script.xpm
-share/icons/mini/settings_package.xpm
-share/icons/mini/smbstatus.xpm
-share/icons/mini/socket.xpm
-share/icons/mini/sound.xpm
-share/icons/mini/sound_settings.xpm
-share/icons/mini/style.xpm
-share/icons/mini/system_package.xpm
-share/icons/mini/tablet.xpm
-share/icons/mini/terminal.xpm
-share/icons/mini/tex.xpm
-share/icons/mini/tgz.xpm
-share/icons/mini/titlebar.xpm
-share/icons/mini/trash.xpm
-share/icons/mini/txt.xpm
-share/icons/mini/unknown.xpm
-share/icons/mini/utilities_package.xpm
-share/icons/mini/video.xpm
-share/icons/mini/windows.xpm
-share/icons/mini/winprops.xpm
-share/icons/mini/www.xpm
-share/icons/mini/x.xpm
-share/icons/mini/y_src.xpm
-share/icons/mini/zip_mount.xpm
-share/icons/mini/zip_unmount.xpm
-share/icons/misc.xpm
-share/icons/moc_src.xpm
-share/icons/monitor.xpm
-share/icons/mouse.xpm
-share/icons/multimedia_package.xpm
-share/icons/network.xpm
-share/icons/network_package.xpm
-share/icons/network_settings.xpm
-share/icons/o_src.xpm
-share/icons/p_src.xpm
-share/icons/package.xpm
-share/icons/panel_settings.xpm
-share/icons/pdf.xpm
-share/icons/perl.xpm
-share/icons/pipe.xpm
-share/icons/pk.xpm
-share/icons/postscript.xpm
-share/icons/printer.xpm
-share/icons/properties.xpm
-share/icons/readme.xpm
-share/icons/readonly.xpm
-share/icons/resource.xpm
-share/icons/s_src.xpm
-share/icons/screensaver.xpm
-share/icons/script.xpm
-share/icons/settings_package.xpm
-share/icons/shredder.xpm
-share/icons/single_doc.xpm
-share/icons/smbstatus.xpm
-share/icons/socket.xpm
-share/icons/sound.xpm
-share/icons/sound_settings.xpm
-share/icons/style.xpm
-share/icons/system_package.xpm
-share/icons/tablet.xpm
-share/icons/terminal.xpm
-share/icons/tex.xpm
-share/icons/tgz.xpm
-share/icons/titlebar.xpm
-share/icons/trash.xpm
-share/icons/txt.xpm
-share/icons/unknown.xpm
-share/icons/utilities_package.xpm
-share/icons/video.xpm
-share/icons/www.xpm
-share/icons/x.xpm
-share/icons/y_src.xpm
-share/icons/zip_mount.xpm
-share/icons/zip_unmount.xpm
-share/locale/br/LC_MESSAGES/kbgndwm.mo
-share/locale/br/LC_MESSAGES/kcmbell.mo
-share/locale/br/LC_MESSAGES/kcmdisplay.mo
-share/locale/br/LC_MESSAGES/kcminfo.mo
-share/locale/br/LC_MESSAGES/kcminput.mo
-share/locale/br/LC_MESSAGES/kcmkeys.mo
-share/locale/br/LC_MESSAGES/kcmkfm.mo
-share/locale/br/LC_MESSAGES/kcmkpanel.mo
-share/locale/br/LC_MESSAGES/kcmkwm.mo
-share/locale/br/LC_MESSAGES/kcmlocale.mo
-share/locale/br/LC_MESSAGES/kcmsamba.mo
-share/locale/br/LC_MESSAGES/kcmsample.mo
-share/locale/br/LC_MESSAGES/kcmsyssound.mo
-share/locale/br/LC_MESSAGES/kcontrol.mo
-share/locale/br/LC_MESSAGES/kdehelp.mo
-share/locale/br/LC_MESSAGES/kdm.mo
-share/locale/br/LC_MESSAGES/kdmconfig.mo
-share/locale/br/LC_MESSAGES/kfind.mo
-share/locale/br/LC_MESSAGES/kfm.mo
-share/locale/br/LC_MESSAGES/kfontmanager.mo
-share/locale/br/LC_MESSAGES/kikbd.mo
-share/locale/br/LC_MESSAGES/klock.mo
-share/locale/br/LC_MESSAGES/kmenuedit.mo
-share/locale/br/LC_MESSAGES/konsole.mo
-share/locale/br/LC_MESSAGES/kpager.mo
-share/locale/br/LC_MESSAGES/kpanel.mo
-share/locale/br/LC_MESSAGES/krootwm.mo
-share/locale/br/LC_MESSAGES/kstart.mo
-share/locale/br/LC_MESSAGES/kvt.mo
-share/locale/br/LC_MESSAGES/kwm.mo
-share/locale/ca/LC_MESSAGES/kbgndwm.mo
-share/locale/ca/LC_MESSAGES/kcmbell.mo
-share/locale/ca/LC_MESSAGES/kcmdisplay.mo
-share/locale/ca/LC_MESSAGES/kcminfo.mo
-share/locale/ca/LC_MESSAGES/kcminput.mo
-share/locale/ca/LC_MESSAGES/kcmkeys.mo
-share/locale/ca/LC_MESSAGES/kcmkfm.mo
-share/locale/ca/LC_MESSAGES/kcmkpanel.mo
-share/locale/ca/LC_MESSAGES/kcmkwm.mo
-share/locale/ca/LC_MESSAGES/kcmlocale.mo
-share/locale/ca/LC_MESSAGES/kcmsamba.mo
-share/locale/ca/LC_MESSAGES/kcmsample.mo
-share/locale/ca/LC_MESSAGES/kcmsyssound.mo
-share/locale/ca/LC_MESSAGES/kcontrol.mo
-share/locale/ca/LC_MESSAGES/kdehelp.mo
-share/locale/ca/LC_MESSAGES/kdm.mo
-share/locale/ca/LC_MESSAGES/kdmconfig.mo
-share/locale/ca/LC_MESSAGES/kfind.mo
-share/locale/ca/LC_MESSAGES/kfm.mo
-share/locale/ca/LC_MESSAGES/kfontmanager.mo
-share/locale/ca/LC_MESSAGES/kikbd.mo
-share/locale/ca/LC_MESSAGES/klock.mo
-share/locale/ca/LC_MESSAGES/kmenuedit.mo
-share/locale/ca/LC_MESSAGES/konsole.mo
-share/locale/ca/LC_MESSAGES/kpager.mo
-share/locale/ca/LC_MESSAGES/kpanel.mo
-share/locale/ca/LC_MESSAGES/krootwm.mo
-share/locale/ca/LC_MESSAGES/kstart.mo
-share/locale/ca/LC_MESSAGES/kvt.mo
-share/locale/ca/LC_MESSAGES/kwm.mo
-share/locale/cs/LC_MESSAGES/kcmbell.mo
-share/locale/cs/LC_MESSAGES/kcmdisplay.mo
-share/locale/cs/LC_MESSAGES/kcminfo.mo
-share/locale/cs/LC_MESSAGES/kcminput.mo
-share/locale/cs/LC_MESSAGES/kcmkeys.mo
-share/locale/cs/LC_MESSAGES/kcmkfm.mo
-share/locale/cs/LC_MESSAGES/kcmkpanel.mo
-share/locale/cs/LC_MESSAGES/kcmkwm.mo
-share/locale/cs/LC_MESSAGES/kcmlocale.mo
-share/locale/cs/LC_MESSAGES/kcmsamba.mo
-share/locale/cs/LC_MESSAGES/kcmsample.mo
-share/locale/cs/LC_MESSAGES/kcmsyssound.mo
-share/locale/cs/LC_MESSAGES/kcontrol.mo
-share/locale/cs/LC_MESSAGES/kdehelp.mo
-share/locale/cs/LC_MESSAGES/kdm.mo
-share/locale/cs/LC_MESSAGES/kdmconfig.mo
-share/locale/cs/LC_MESSAGES/kfind.mo
-share/locale/cs/LC_MESSAGES/kfm.mo
-share/locale/cs/LC_MESSAGES/kfontmanager.mo
-share/locale/cs/LC_MESSAGES/kikbd.mo
-share/locale/cs/LC_MESSAGES/klock.mo
-share/locale/cs/LC_MESSAGES/kmenuedit.mo
-share/locale/cs/LC_MESSAGES/konsole.mo
-share/locale/cs/LC_MESSAGES/kpager.mo
-share/locale/cs/LC_MESSAGES/kpanel.mo
-share/locale/cs/LC_MESSAGES/krootwm.mo
-share/locale/cs/LC_MESSAGES/kstart.mo
-share/locale/cs/LC_MESSAGES/kvt.mo
-share/locale/cs/LC_MESSAGES/kwm.mo
-share/locale/da/LC_MESSAGES/kbgndwm.mo
-share/locale/da/LC_MESSAGES/kcmbell.mo
-share/locale/da/LC_MESSAGES/kcmdisplay.mo
-share/locale/da/LC_MESSAGES/kcminfo.mo
-share/locale/da/LC_MESSAGES/kcminput.mo
-share/locale/da/LC_MESSAGES/kcmkeys.mo
-share/locale/da/LC_MESSAGES/kcmkfm.mo
-share/locale/da/LC_MESSAGES/kcmkpanel.mo
-share/locale/da/LC_MESSAGES/kcmkwm.mo
-share/locale/da/LC_MESSAGES/kcmlocale.mo
-share/locale/da/LC_MESSAGES/kcmsamba.mo
-share/locale/da/LC_MESSAGES/kcmsample.mo
-share/locale/da/LC_MESSAGES/kcmsyssound.mo
-share/locale/da/LC_MESSAGES/kcontrol.mo
-share/locale/da/LC_MESSAGES/kdehelp.mo
-share/locale/da/LC_MESSAGES/kdm.mo
-share/locale/da/LC_MESSAGES/kdmconfig.mo
-share/locale/da/LC_MESSAGES/kfind.mo
-share/locale/da/LC_MESSAGES/kfm.mo
-share/locale/da/LC_MESSAGES/kfontmanager.mo
-share/locale/da/LC_MESSAGES/kikbd.mo
-share/locale/da/LC_MESSAGES/klock.mo
-share/locale/da/LC_MESSAGES/kmenuedit.mo
-share/locale/da/LC_MESSAGES/konsole.mo
-share/locale/da/LC_MESSAGES/kpager.mo
-share/locale/da/LC_MESSAGES/kpanel.mo
-share/locale/da/LC_MESSAGES/krootwm.mo
-share/locale/da/LC_MESSAGES/kstart.mo
-share/locale/da/LC_MESSAGES/kvt.mo
-share/locale/da/LC_MESSAGES/kwm.mo
-share/locale/de/LC_MESSAGES/kbgndwm.mo
-share/locale/de/LC_MESSAGES/kcmbell.mo
-share/locale/de/LC_MESSAGES/kcmdisplay.mo
-share/locale/de/LC_MESSAGES/kcminfo.mo
-share/locale/de/LC_MESSAGES/kcminput.mo
-share/locale/de/LC_MESSAGES/kcmkeys.mo
-share/locale/de/LC_MESSAGES/kcmkfm.mo
-share/locale/de/LC_MESSAGES/kcmkpanel.mo
-share/locale/de/LC_MESSAGES/kcmkwm.mo
-share/locale/de/LC_MESSAGES/kcmlocale.mo
-share/locale/de/LC_MESSAGES/kcmsamba.mo
-share/locale/de/LC_MESSAGES/kcmsample.mo
-share/locale/de/LC_MESSAGES/kcmsyssound.mo
-share/locale/de/LC_MESSAGES/kcontrol.mo
-share/locale/de/LC_MESSAGES/kdehelp.mo
-share/locale/de/LC_MESSAGES/kdm.mo
-share/locale/de/LC_MESSAGES/kdmconfig.mo
-share/locale/de/LC_MESSAGES/kfind.mo
-share/locale/de/LC_MESSAGES/kfm.mo
-share/locale/de/LC_MESSAGES/kfontmanager.mo
-share/locale/de/LC_MESSAGES/kikbd.mo
-share/locale/de/LC_MESSAGES/klock.mo
-share/locale/de/LC_MESSAGES/kmenuedit.mo
-share/locale/de/LC_MESSAGES/konsole.mo
-share/locale/de/LC_MESSAGES/kpager.mo
-share/locale/de/LC_MESSAGES/kpanel.mo
-share/locale/de/LC_MESSAGES/krootwm.mo
-share/locale/de/LC_MESSAGES/kstart.mo
-share/locale/de/LC_MESSAGES/kthememgr.mo
-share/locale/de/LC_MESSAGES/kvt.mo
-share/locale/de/LC_MESSAGES/kwm.mo
-share/locale/el/LC_MESSAGES/kcmbell.mo
-share/locale/el/LC_MESSAGES/kcmdisplay.mo
-share/locale/el/LC_MESSAGES/kcminfo.mo
-share/locale/el/LC_MESSAGES/kcminput.mo
-share/locale/el/LC_MESSAGES/kcmkpanel.mo
-share/locale/el/LC_MESSAGES/kcmkwm.mo
-share/locale/el/LC_MESSAGES/kcmlocale.mo
-share/locale/el/LC_MESSAGES/kcmsamba.mo
-share/locale/el/LC_MESSAGES/kcmsample.mo
-share/locale/el/LC_MESSAGES/kcmsyssound.mo
-share/locale/el/LC_MESSAGES/kcontrol.mo
-share/locale/el/LC_MESSAGES/kdehelp.mo
-share/locale/el/LC_MESSAGES/kdm.mo
-share/locale/el/LC_MESSAGES/kdmconfig.mo
-share/locale/el/LC_MESSAGES/kfind.mo
-share/locale/el/LC_MESSAGES/kfm.mo
-share/locale/el/LC_MESSAGES/kfontmanager.mo
-share/locale/el/LC_MESSAGES/klock.mo
-share/locale/el/LC_MESSAGES/kmenuedit.mo
-share/locale/el/LC_MESSAGES/kpanel.mo
-share/locale/el/LC_MESSAGES/krootwm.mo
-share/locale/el/LC_MESSAGES/kvt.mo
-share/locale/el/LC_MESSAGES/kwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmdisplay.mo
-share/locale/en_UK/LC_MESSAGES/kcmkwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmsyssound.mo
-share/locale/en_UK/LC_MESSAGES/kdehelp.mo
-share/locale/en_UK/LC_MESSAGES/kdmconfig.mo
-share/locale/en_UK/LC_MESSAGES/klock.mo
-share/locale/en_UK/LC_MESSAGES/kvt.mo
-share/locale/en_UK/LC_MESSAGES/kwm.mo
-share/locale/eo/LC_MESSAGES/kbgndwm.mo
-share/locale/eo/LC_MESSAGES/kcmbell.mo
-share/locale/eo/LC_MESSAGES/kcmdisplay.mo
-share/locale/eo/LC_MESSAGES/kcminfo.mo
-share/locale/eo/LC_MESSAGES/kcminput.mo
-share/locale/eo/LC_MESSAGES/kcmkeys.mo
-share/locale/eo/LC_MESSAGES/kcmkfm.mo
-share/locale/eo/LC_MESSAGES/kcmkpanel.mo
-share/locale/eo/LC_MESSAGES/kcmkwm.mo
-share/locale/eo/LC_MESSAGES/kcmlocale.mo
-share/locale/eo/LC_MESSAGES/kcmsamba.mo
-share/locale/eo/LC_MESSAGES/kcmsample.mo
-share/locale/eo/LC_MESSAGES/kcmsyssound.mo
-share/locale/eo/LC_MESSAGES/kcontrol.mo
-share/locale/eo/LC_MESSAGES/kdehelp.mo
-share/locale/eo/LC_MESSAGES/kdm.mo
-share/locale/eo/LC_MESSAGES/kdmconfig.mo
-share/locale/eo/LC_MESSAGES/kfind.mo
-share/locale/eo/LC_MESSAGES/kfm.mo
-share/locale/eo/LC_MESSAGES/kfontmanager.mo
-share/locale/eo/LC_MESSAGES/kikbd.mo
-share/locale/eo/LC_MESSAGES/klock.mo
-share/locale/eo/LC_MESSAGES/kmenuedit.mo
-share/locale/eo/LC_MESSAGES/konsole.mo
-share/locale/eo/LC_MESSAGES/kpager.mo
-share/locale/eo/LC_MESSAGES/kpanel.mo
-share/locale/eo/LC_MESSAGES/krootwm.mo
-share/locale/eo/LC_MESSAGES/kstart.mo
-share/locale/eo/LC_MESSAGES/kvt.mo
-share/locale/eo/LC_MESSAGES/kwm.mo
-share/locale/es/LC_MESSAGES/kbgndwm.mo
-share/locale/es/LC_MESSAGES/kcmbell.mo
-share/locale/es/LC_MESSAGES/kcmdisplay.mo
-share/locale/es/LC_MESSAGES/kcminfo.mo
-share/locale/es/LC_MESSAGES/kcminput.mo
-share/locale/es/LC_MESSAGES/kcmkeys.mo
-share/locale/es/LC_MESSAGES/kcmkfm.mo
-share/locale/es/LC_MESSAGES/kcmkpanel.mo
-share/locale/es/LC_MESSAGES/kcmkwm.mo
-share/locale/es/LC_MESSAGES/kcmlocale.mo
-share/locale/es/LC_MESSAGES/kcmsamba.mo
-share/locale/es/LC_MESSAGES/kcmsample.mo
-share/locale/es/LC_MESSAGES/kcmsyssound.mo
-share/locale/es/LC_MESSAGES/kcontrol.mo
-share/locale/es/LC_MESSAGES/kdehelp.mo
-share/locale/es/LC_MESSAGES/kdm.mo
-share/locale/es/LC_MESSAGES/kdmconfig.mo
-share/locale/es/LC_MESSAGES/kfind.mo
-share/locale/es/LC_MESSAGES/kfm.mo
-share/locale/es/LC_MESSAGES/kfontmanager.mo
-share/locale/es/LC_MESSAGES/kikbd.mo
-share/locale/es/LC_MESSAGES/klock.mo
-share/locale/es/LC_MESSAGES/kmenuedit.mo
-share/locale/es/LC_MESSAGES/konsole.mo
-share/locale/es/LC_MESSAGES/kpager.mo
-share/locale/es/LC_MESSAGES/kpanel.mo
-share/locale/es/LC_MESSAGES/krootwm.mo
-share/locale/es/LC_MESSAGES/kstart.mo
-share/locale/es/LC_MESSAGES/kvt.mo
-share/locale/es/LC_MESSAGES/kwm.mo
-share/locale/et/LC_MESSAGES/kbgndwm.mo
-share/locale/et/LC_MESSAGES/kcmbell.mo
-share/locale/et/LC_MESSAGES/kcmdisplay.mo
-share/locale/et/LC_MESSAGES/kcminfo.mo
-share/locale/et/LC_MESSAGES/kcminput.mo
-share/locale/et/LC_MESSAGES/kcmkeys.mo
-share/locale/et/LC_MESSAGES/kcmkfm.mo
-share/locale/et/LC_MESSAGES/kcmkpanel.mo
-share/locale/et/LC_MESSAGES/kcmkwm.mo
-share/locale/et/LC_MESSAGES/kcmlocale.mo
-share/locale/et/LC_MESSAGES/kcmsamba.mo
-share/locale/et/LC_MESSAGES/kcmsample.mo
-share/locale/et/LC_MESSAGES/kcmsyssound.mo
-share/locale/et/LC_MESSAGES/kcontrol.mo
-share/locale/et/LC_MESSAGES/kdehelp.mo
-share/locale/et/LC_MESSAGES/kdm.mo
-share/locale/et/LC_MESSAGES/kdmconfig.mo
-share/locale/et/LC_MESSAGES/kfind.mo
-share/locale/et/LC_MESSAGES/kfm.mo
-share/locale/et/LC_MESSAGES/kfontmanager.mo
-share/locale/et/LC_MESSAGES/kikbd.mo
-share/locale/et/LC_MESSAGES/klock.mo
-share/locale/et/LC_MESSAGES/kmenuedit.mo
-share/locale/et/LC_MESSAGES/konsole.mo
-share/locale/et/LC_MESSAGES/kpager.mo
-share/locale/et/LC_MESSAGES/kpanel.mo
-share/locale/et/LC_MESSAGES/krootwm.mo
-share/locale/et/LC_MESSAGES/kstart.mo
-share/locale/et/LC_MESSAGES/kvt.mo
-share/locale/et/LC_MESSAGES/kwm.mo
-share/locale/fi/LC_MESSAGES/kbgndwm.mo
-share/locale/fi/LC_MESSAGES/kcmbell.mo
-share/locale/fi/LC_MESSAGES/kcmdisplay.mo
-share/locale/fi/LC_MESSAGES/kcminfo.mo
-share/locale/fi/LC_MESSAGES/kcminput.mo
-share/locale/fi/LC_MESSAGES/kcmkeys.mo
-share/locale/fi/LC_MESSAGES/kcmkfm.mo
-share/locale/fi/LC_MESSAGES/kcmkpanel.mo
-share/locale/fi/LC_MESSAGES/kcmkwm.mo
-share/locale/fi/LC_MESSAGES/kcmlocale.mo
-share/locale/fi/LC_MESSAGES/kcmsamba.mo
-share/locale/fi/LC_MESSAGES/kcmsample.mo
-share/locale/fi/LC_MESSAGES/kcmsyssound.mo
-share/locale/fi/LC_MESSAGES/kcontrol.mo
-share/locale/fi/LC_MESSAGES/kdehelp.mo
-share/locale/fi/LC_MESSAGES/kdm.mo
-share/locale/fi/LC_MESSAGES/kdmconfig.mo
-share/locale/fi/LC_MESSAGES/kfind.mo
-share/locale/fi/LC_MESSAGES/kfm.mo
-share/locale/fi/LC_MESSAGES/kfontmanager.mo
-share/locale/fi/LC_MESSAGES/kikbd.mo
-share/locale/fi/LC_MESSAGES/klock.mo
-share/locale/fi/LC_MESSAGES/kmenuedit.mo
-share/locale/fi/LC_MESSAGES/konsole.mo
-share/locale/fi/LC_MESSAGES/kpager.mo
-share/locale/fi/LC_MESSAGES/kpanel.mo
-share/locale/fi/LC_MESSAGES/krootwm.mo
-share/locale/fi/LC_MESSAGES/kstart.mo
-share/locale/fi/LC_MESSAGES/kthememgr.mo
-share/locale/fi/LC_MESSAGES/kvt.mo
-share/locale/fi/LC_MESSAGES/kwm.mo
-share/locale/fr/LC_MESSAGES/kbgndwm.mo
-share/locale/fr/LC_MESSAGES/kcmbell.mo
-share/locale/fr/LC_MESSAGES/kcmdisplay.mo
-share/locale/fr/LC_MESSAGES/kcminfo.mo
-share/locale/fr/LC_MESSAGES/kcminput.mo
-share/locale/fr/LC_MESSAGES/kcmkeys.mo
-share/locale/fr/LC_MESSAGES/kcmkfm.mo
-share/locale/fr/LC_MESSAGES/kcmkpanel.mo
-share/locale/fr/LC_MESSAGES/kcmkwm.mo
-share/locale/fr/LC_MESSAGES/kcmlocale.mo
-share/locale/fr/LC_MESSAGES/kcmsamba.mo
-share/locale/fr/LC_MESSAGES/kcmsample.mo
-share/locale/fr/LC_MESSAGES/kcmsyssound.mo
-share/locale/fr/LC_MESSAGES/kcontrol.mo
-share/locale/fr/LC_MESSAGES/kdehelp.mo
-share/locale/fr/LC_MESSAGES/kdm.mo
-share/locale/fr/LC_MESSAGES/kdmconfig.mo
-share/locale/fr/LC_MESSAGES/kfind.mo
-share/locale/fr/LC_MESSAGES/kfm.mo
-share/locale/fr/LC_MESSAGES/kfontmanager.mo
-share/locale/fr/LC_MESSAGES/kikbd.mo
-share/locale/fr/LC_MESSAGES/klock.mo
-share/locale/fr/LC_MESSAGES/kmenuedit.mo
-share/locale/fr/LC_MESSAGES/konsole.mo
-share/locale/fr/LC_MESSAGES/kpager.mo
-share/locale/fr/LC_MESSAGES/kpanel.mo
-share/locale/fr/LC_MESSAGES/krootwm.mo
-share/locale/fr/LC_MESSAGES/kstart.mo
-share/locale/fr/LC_MESSAGES/kthememgr.mo
-share/locale/fr/LC_MESSAGES/kvt.mo
-share/locale/fr/LC_MESSAGES/kwm.mo
-share/locale/he/LC_MESSAGES/kcmbell.mo
-share/locale/he/LC_MESSAGES/kcmdisplay.mo
-share/locale/he/LC_MESSAGES/kcminfo.mo
-share/locale/he/LC_MESSAGES/kcmkfm.mo
-share/locale/he/LC_MESSAGES/kcmkpanel.mo
-share/locale/he/LC_MESSAGES/kcmlocale.mo
-share/locale/he/LC_MESSAGES/kcontrol.mo
-share/locale/he/LC_MESSAGES/kdehelp.mo
-share/locale/he/LC_MESSAGES/kdm.mo
-share/locale/he/LC_MESSAGES/kfind.mo
-share/locale/he/LC_MESSAGES/kfm.mo
-share/locale/he/LC_MESSAGES/kpanel.mo
-share/locale/he/LC_MESSAGES/krootwm.mo
-share/locale/he/LC_MESSAGES/ksysv.mo
-share/locale/he/LC_MESSAGES/kuser.mo
-share/locale/he/LC_MESSAGES/kvt.mo
-share/locale/he/LC_MESSAGES/kwm.mo
-share/locale/hr/LC_MESSAGES/kbgndwm.mo
-share/locale/hr/LC_MESSAGES/kcmbell.mo
-share/locale/hr/LC_MESSAGES/kcmdisplay.mo
-share/locale/hr/LC_MESSAGES/kcminfo.mo
-share/locale/hr/LC_MESSAGES/kcminput.mo
-share/locale/hr/LC_MESSAGES/kcmkeys.mo
-share/locale/hr/LC_MESSAGES/kcmkfm.mo
-share/locale/hr/LC_MESSAGES/kcmkpanel.mo
-share/locale/hr/LC_MESSAGES/kcmkwm.mo
-share/locale/hr/LC_MESSAGES/kcmlocale.mo
-share/locale/hr/LC_MESSAGES/kcmsamba.mo
-share/locale/hr/LC_MESSAGES/kcmsample.mo
-share/locale/hr/LC_MESSAGES/kcmsyssound.mo
-share/locale/hr/LC_MESSAGES/kcontrol.mo
-share/locale/hr/LC_MESSAGES/kdehelp.mo
-share/locale/hr/LC_MESSAGES/kdm.mo
-share/locale/hr/LC_MESSAGES/kdmconfig.mo
-share/locale/hr/LC_MESSAGES/kfind.mo
-share/locale/hr/LC_MESSAGES/kfm.mo
-share/locale/hr/LC_MESSAGES/kfontmanager.mo
-share/locale/hr/LC_MESSAGES/kikbd.mo
-share/locale/hr/LC_MESSAGES/klock.mo
-share/locale/hr/LC_MESSAGES/kmenuedit.mo
-share/locale/hr/LC_MESSAGES/konsole.mo
-share/locale/hr/LC_MESSAGES/kpager.mo
-share/locale/hr/LC_MESSAGES/kpanel.mo
-share/locale/hr/LC_MESSAGES/krootwm.mo
-share/locale/hr/LC_MESSAGES/kstart.mo
-share/locale/hr/LC_MESSAGES/kvt.mo
-share/locale/hr/LC_MESSAGES/kwm.mo
-share/locale/hs/LC_MESSAGES/kcmkwm.mo
-share/locale/hs/LC_MESSAGES/kcmlocale.mo
-share/locale/hs/LC_MESSAGES/kcmpanel.mo
-share/locale/hs/LC_MESSAGES/kcontrol.mo
-share/locale/hs/LC_MESSAGES/kde.mo
-share/locale/hs/LC_MESSAGES/kdehelp.mo
-share/locale/hs/LC_MESSAGES/kdm.mo
-share/locale/hs/LC_MESSAGES/kdmconfig.mo
-share/locale/hs/LC_MESSAGES/kfm.mo
-share/locale/hs/LC_MESSAGES/konsole.mo
-share/locale/hs/LC_MESSAGES/kpanel.mo
-share/locale/hs/LC_MESSAGES/krootwm.mo
-share/locale/hs/LC_MESSAGES/kstart.mo
-share/locale/hs/LC_MESSAGES/kvt.mo
-share/locale/hs/LC_MESSAGES/kwm.mo
-share/locale/hu/LC_MESSAGES/kbgndwm.mo
-share/locale/hu/LC_MESSAGES/kcmbell.mo
-share/locale/hu/LC_MESSAGES/kcmdisplay.mo
-share/locale/hu/LC_MESSAGES/kcminfo.mo
-share/locale/hu/LC_MESSAGES/kcminput.mo
-share/locale/hu/LC_MESSAGES/kcmkeys.mo
-share/locale/hu/LC_MESSAGES/kcmkfm.mo
-share/locale/hu/LC_MESSAGES/kcmkpanel.mo
-share/locale/hu/LC_MESSAGES/kcmkwm.mo
-share/locale/hu/LC_MESSAGES/kcmlocale.mo
-share/locale/hu/LC_MESSAGES/kcmsamba.mo
-share/locale/hu/LC_MESSAGES/kcmsample.mo
-share/locale/hu/LC_MESSAGES/kcmsyssound.mo
-share/locale/hu/LC_MESSAGES/kcontrol.mo
-share/locale/hu/LC_MESSAGES/kdehelp.mo
-share/locale/hu/LC_MESSAGES/kdm.mo
-share/locale/hu/LC_MESSAGES/kdmconfig.mo
-share/locale/hu/LC_MESSAGES/kfind.mo
-share/locale/hu/LC_MESSAGES/kfm.mo
-share/locale/hu/LC_MESSAGES/kfontmanager.mo
-share/locale/hu/LC_MESSAGES/kikbd.mo
-share/locale/hu/LC_MESSAGES/klock.mo
-share/locale/hu/LC_MESSAGES/kmenuedit.mo
-share/locale/hu/LC_MESSAGES/konsole.mo
-share/locale/hu/LC_MESSAGES/kpager.mo
-share/locale/hu/LC_MESSAGES/kpanel.mo
-share/locale/hu/LC_MESSAGES/krootwm.mo
-share/locale/hu/LC_MESSAGES/kstart.mo
-share/locale/hu/LC_MESSAGES/kvt.mo
-share/locale/hu/LC_MESSAGES/kwm.mo
-share/locale/is/LC_MESSAGES/kbgndwm.mo
-share/locale/is/LC_MESSAGES/kcmbell.mo
-share/locale/is/LC_MESSAGES/kcmdisplay.mo
-share/locale/is/LC_MESSAGES/kcminfo.mo
-share/locale/is/LC_MESSAGES/kcminput.mo
-share/locale/is/LC_MESSAGES/kcmkeys.mo
-share/locale/is/LC_MESSAGES/kcmkfm.mo
-share/locale/is/LC_MESSAGES/kcmkpanel.mo
-share/locale/is/LC_MESSAGES/kcmkwm.mo
-share/locale/is/LC_MESSAGES/kcmlocale.mo
-share/locale/is/LC_MESSAGES/kcmsamba.mo
-share/locale/is/LC_MESSAGES/kcmsample.mo
-share/locale/is/LC_MESSAGES/kcmsyssound.mo
-share/locale/is/LC_MESSAGES/kcontrol.mo
-share/locale/is/LC_MESSAGES/kdehelp.mo
-share/locale/is/LC_MESSAGES/kdm.mo
-share/locale/is/LC_MESSAGES/kdmconfig.mo
-share/locale/is/LC_MESSAGES/kfind.mo
-share/locale/is/LC_MESSAGES/kfm.mo
-share/locale/is/LC_MESSAGES/kfontmanager.mo
-share/locale/is/LC_MESSAGES/kikbd.mo
-share/locale/is/LC_MESSAGES/klock.mo
-share/locale/is/LC_MESSAGES/kmenuedit.mo
-share/locale/is/LC_MESSAGES/konsole.mo
-share/locale/is/LC_MESSAGES/kpager.mo
-share/locale/is/LC_MESSAGES/kpanel.mo
-share/locale/is/LC_MESSAGES/krootwm.mo
-share/locale/is/LC_MESSAGES/kstart.mo
-share/locale/is/LC_MESSAGES/kthememgr.mo
-share/locale/is/LC_MESSAGES/kvt.mo
-share/locale/is/LC_MESSAGES/kwm.mo
-share/locale/it/LC_MESSAGES/kbgndwm.mo
-share/locale/it/LC_MESSAGES/kcmbell.mo
-share/locale/it/LC_MESSAGES/kcmdisplay.mo
-share/locale/it/LC_MESSAGES/kcminfo.mo
-share/locale/it/LC_MESSAGES/kcminput.mo
-share/locale/it/LC_MESSAGES/kcmkeys.mo
-share/locale/it/LC_MESSAGES/kcmkfm.mo
-share/locale/it/LC_MESSAGES/kcmkpanel.mo
-share/locale/it/LC_MESSAGES/kcmkwm.mo
-share/locale/it/LC_MESSAGES/kcmlocale.mo
-share/locale/it/LC_MESSAGES/kcmsamba.mo
-share/locale/it/LC_MESSAGES/kcmsample.mo
-share/locale/it/LC_MESSAGES/kcmsyssound.mo
-share/locale/it/LC_MESSAGES/kcontrol.mo
-share/locale/it/LC_MESSAGES/kdehelp.mo
-share/locale/it/LC_MESSAGES/kdm.mo
-share/locale/it/LC_MESSAGES/kdmconfig.mo
-share/locale/it/LC_MESSAGES/kfind.mo
-share/locale/it/LC_MESSAGES/kfm.mo
-share/locale/it/LC_MESSAGES/kfontmanager.mo
-share/locale/it/LC_MESSAGES/kikbd.mo
-share/locale/it/LC_MESSAGES/klock.mo
-share/locale/it/LC_MESSAGES/kmenuedit.mo
-share/locale/it/LC_MESSAGES/konsole.mo
-share/locale/it/LC_MESSAGES/kpager.mo
-share/locale/it/LC_MESSAGES/kpanel.mo
-share/locale/it/LC_MESSAGES/krootwm.mo
-share/locale/it/LC_MESSAGES/kstart.mo
-share/locale/it/LC_MESSAGES/kvt.mo
-share/locale/it/LC_MESSAGES/kwm.mo
-share/locale/ja/LC_MESSAGES/kbgndwm.mo
-share/locale/ja/LC_MESSAGES/kcmbell.mo
-share/locale/ja/LC_MESSAGES/kcmdisplay.mo
-share/locale/ja/LC_MESSAGES/kcminfo.mo
-share/locale/ja/LC_MESSAGES/kcminput.mo
-share/locale/ja/LC_MESSAGES/kcmkeys.mo
-share/locale/ja/LC_MESSAGES/kcmkfm.mo
-share/locale/ja/LC_MESSAGES/kcmkpanel.mo
-share/locale/ja/LC_MESSAGES/kcmkwm.mo
-share/locale/ja/LC_MESSAGES/kcmlocale.mo
-share/locale/ja/LC_MESSAGES/kcmsamba.mo
-share/locale/ja/LC_MESSAGES/kcmsample.mo
-share/locale/ja/LC_MESSAGES/kcmsyssound.mo
-share/locale/ja/LC_MESSAGES/kcontrol.mo
-share/locale/ja/LC_MESSAGES/kdehelp.mo
-share/locale/ja/LC_MESSAGES/kdm.mo
-share/locale/ja/LC_MESSAGES/kdmconfig.mo
-share/locale/ja/LC_MESSAGES/kfind.mo
-share/locale/ja/LC_MESSAGES/kfm.mo
-share/locale/ja/LC_MESSAGES/kfontmanager.mo
-share/locale/ja/LC_MESSAGES/kikbd.mo
-share/locale/ja/LC_MESSAGES/klock.mo
-share/locale/ja/LC_MESSAGES/kmenuedit.mo
-share/locale/ja/LC_MESSAGES/konsole.mo
-share/locale/ja/LC_MESSAGES/kpager.mo
-share/locale/ja/LC_MESSAGES/kpanel.mo
-share/locale/ja/LC_MESSAGES/krootwm.mo
-share/locale/ja/LC_MESSAGES/kvt.mo
-share/locale/ja/LC_MESSAGES/kwm.mo
-share/locale/ko/LC_MESSAGES/kcmbell.mo
-share/locale/ko/LC_MESSAGES/kcmdisplay.mo
-share/locale/ko/LC_MESSAGES/kcminfo.mo
-share/locale/ko/LC_MESSAGES/kcminput.mo
-share/locale/ko/LC_MESSAGES/kcmkpanel.mo
-share/locale/ko/LC_MESSAGES/kcmkwm.mo
-share/locale/ko/LC_MESSAGES/kcmlocale.mo
-share/locale/ko/LC_MESSAGES/kcmsamba.mo
-share/locale/ko/LC_MESSAGES/kcmsample.mo
-share/locale/ko/LC_MESSAGES/kcmsyssound.mo
-share/locale/ko/LC_MESSAGES/kcontrol.mo
-share/locale/ko/LC_MESSAGES/kdehelp.mo
-share/locale/ko/LC_MESSAGES/kdm.mo
-share/locale/ko/LC_MESSAGES/kdmconfig.mo
-share/locale/ko/LC_MESSAGES/kfind.mo
-share/locale/ko/LC_MESSAGES/kfm.mo
-share/locale/ko/LC_MESSAGES/kfontmanager.mo
-share/locale/ko/LC_MESSAGES/klock.mo
-share/locale/ko/LC_MESSAGES/kmenuedit.mo
-share/locale/ko/LC_MESSAGES/kpanel.mo
-share/locale/ko/LC_MESSAGES/krootwm.mo
-share/locale/ko/LC_MESSAGES/kvt.mo
-share/locale/ko/LC_MESSAGES/kwm.mo
-share/locale/mk/LC_MESSAGES/kcmdisplay.mo
-share/locale/mk/LC_MESSAGES/kdehelp.mo
-share/locale/mk/LC_MESSAGES/kdm.mo
-share/locale/mk/LC_MESSAGES/kfind.mo
-share/locale/mk/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kcmbell.mo
-share/locale/nl/LC_MESSAGES/kcmdisplay.mo
-share/locale/nl/LC_MESSAGES/kcminfo.mo
-share/locale/nl/LC_MESSAGES/kcminput.mo
-share/locale/nl/LC_MESSAGES/kcmkpanel.mo
-share/locale/nl/LC_MESSAGES/kcmkwm.mo
-share/locale/nl/LC_MESSAGES/kcmlocale.mo
-share/locale/nl/LC_MESSAGES/kcmsamba.mo
-share/locale/nl/LC_MESSAGES/kcmsample.mo
-share/locale/nl/LC_MESSAGES/kcmsyssound.mo
-share/locale/nl/LC_MESSAGES/kcontrol.mo
-share/locale/nl/LC_MESSAGES/kdehelp.mo
-share/locale/nl/LC_MESSAGES/kdm.mo
-share/locale/nl/LC_MESSAGES/kdmconfig.mo
-share/locale/nl/LC_MESSAGES/kfind.mo
-share/locale/nl/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kfontmanager.mo
-share/locale/nl/LC_MESSAGES/kikbd.mo
-share/locale/nl/LC_MESSAGES/klock.mo
-share/locale/nl/LC_MESSAGES/kmenuedit.mo
-share/locale/nl/LC_MESSAGES/kpanel.mo
-share/locale/nl/LC_MESSAGES/krootwm.mo
-share/locale/nl/LC_MESSAGES/kvt.mo
-share/locale/nl/LC_MESSAGES/kwm.mo
-share/locale/no/LC_MESSAGES/kbgndwm.mo
-share/locale/no/LC_MESSAGES/kcmbell.mo
-share/locale/no/LC_MESSAGES/kcmdisplay.mo
-share/locale/no/LC_MESSAGES/kcminfo.mo
-share/locale/no/LC_MESSAGES/kcminput.mo
-share/locale/no/LC_MESSAGES/kcmkeys.mo
-share/locale/no/LC_MESSAGES/kcmkfm.mo
-share/locale/no/LC_MESSAGES/kcmkpanel.mo
-share/locale/no/LC_MESSAGES/kcmkwm.mo
-share/locale/no/LC_MESSAGES/kcmlocale.mo
-share/locale/no/LC_MESSAGES/kcmsamba.mo
-share/locale/no/LC_MESSAGES/kcmsample.mo
-share/locale/no/LC_MESSAGES/kcmsyssound.mo
-share/locale/no/LC_MESSAGES/kcontrol.mo
-share/locale/no/LC_MESSAGES/kdehelp.mo
-share/locale/no/LC_MESSAGES/kdm.mo
-share/locale/no/LC_MESSAGES/kdmconfig.mo
-share/locale/no/LC_MESSAGES/kfind.mo
-share/locale/no/LC_MESSAGES/kfm.mo
-share/locale/no/LC_MESSAGES/kfontmanager.mo
-share/locale/no/LC_MESSAGES/kikbd.mo
-share/locale/no/LC_MESSAGES/klock.mo
-share/locale/no/LC_MESSAGES/kmenuedit.mo
-share/locale/no/LC_MESSAGES/konsole.mo
-share/locale/no/LC_MESSAGES/kpager.mo
-share/locale/no/LC_MESSAGES/kpanel.mo
-share/locale/no/LC_MESSAGES/krootwm.mo
-share/locale/no/LC_MESSAGES/kstart.mo
-share/locale/no/LC_MESSAGES/kvt.mo
-share/locale/no/LC_MESSAGES/kwm.mo
-share/locale/pl/LC_MESSAGES/kbgndwm.mo
-share/locale/pl/LC_MESSAGES/kcmbell.mo
-share/locale/pl/LC_MESSAGES/kcmdisplay.mo
-share/locale/pl/LC_MESSAGES/kcminfo.mo
-share/locale/pl/LC_MESSAGES/kcminput.mo
-share/locale/pl/LC_MESSAGES/kcmkeys.mo
-share/locale/pl/LC_MESSAGES/kcmkfm.mo
-share/locale/pl/LC_MESSAGES/kcmkpanel.mo
-share/locale/pl/LC_MESSAGES/kcmkwm.mo
-share/locale/pl/LC_MESSAGES/kcmlocale.mo
-share/locale/pl/LC_MESSAGES/kcmsamba.mo
-share/locale/pl/LC_MESSAGES/kcmsample.mo
-share/locale/pl/LC_MESSAGES/kcmsyssound.mo
-share/locale/pl/LC_MESSAGES/kcontrol.mo
-share/locale/pl/LC_MESSAGES/kdehelp.mo
-share/locale/pl/LC_MESSAGES/kdm.mo
-share/locale/pl/LC_MESSAGES/kdmconfig.mo
-share/locale/pl/LC_MESSAGES/kfind.mo
-share/locale/pl/LC_MESSAGES/kfm.mo
-share/locale/pl/LC_MESSAGES/kfontmanager.mo
-share/locale/pl/LC_MESSAGES/kikbd.mo
-share/locale/pl/LC_MESSAGES/klock.mo
-share/locale/pl/LC_MESSAGES/kmenuedit.mo
-share/locale/pl/LC_MESSAGES/konsole.mo
-share/locale/pl/LC_MESSAGES/kpager.mo
-share/locale/pl/LC_MESSAGES/kpanel.mo
-share/locale/pl/LC_MESSAGES/krootwm.mo
-share/locale/pl/LC_MESSAGES/kstart.mo
-share/locale/pl/LC_MESSAGES/kthememgr.mo
-share/locale/pl/LC_MESSAGES/kvt.mo
-share/locale/pl/LC_MESSAGES/kwm.mo
-share/locale/pt/LC_MESSAGES/kcmbell.mo
-share/locale/pt/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt/LC_MESSAGES/kcminfo.mo
-share/locale/pt/LC_MESSAGES/kcminput.mo
-share/locale/pt/LC_MESSAGES/kcmkeys.mo
-share/locale/pt/LC_MESSAGES/kcmkfm.mo
-share/locale/pt/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt/LC_MESSAGES/kcmkwm.mo
-share/locale/pt/LC_MESSAGES/kcmlocale.mo
-share/locale/pt/LC_MESSAGES/kcmsamba.mo
-share/locale/pt/LC_MESSAGES/kcmsample.mo
-share/locale/pt/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt/LC_MESSAGES/kcontrol.mo
-share/locale/pt/LC_MESSAGES/kdehelp.mo
-share/locale/pt/LC_MESSAGES/kdm.mo
-share/locale/pt/LC_MESSAGES/kdmconfig.mo
-share/locale/pt/LC_MESSAGES/kfind.mo
-share/locale/pt/LC_MESSAGES/kfm.mo
-share/locale/pt/LC_MESSAGES/kfontmanager.mo
-share/locale/pt/LC_MESSAGES/kikbd.mo
-share/locale/pt/LC_MESSAGES/klock.mo
-share/locale/pt/LC_MESSAGES/kmenuedit.mo
-share/locale/pt/LC_MESSAGES/kpanel.mo
-share/locale/pt/LC_MESSAGES/krootwm.mo
-share/locale/pt/LC_MESSAGES/kstart.mo
-share/locale/pt/LC_MESSAGES/kvt.mo
-share/locale/pt/LC_MESSAGES/kwm.mo
-share/locale/pt_BR/LC_MESSAGES/kbgndwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmbell.mo
-share/locale/pt_BR/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt_BR/LC_MESSAGES/kcminfo.mo
-share/locale/pt_BR/LC_MESSAGES/kcminput.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkeys.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkfm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmlocale.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsamba.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsample.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt_BR/LC_MESSAGES/kcontrol.mo
-share/locale/pt_BR/LC_MESSAGES/kdehelp.mo
-share/locale/pt_BR/LC_MESSAGES/kdm.mo
-share/locale/pt_BR/LC_MESSAGES/kdmconfig.mo
-share/locale/pt_BR/LC_MESSAGES/kfind.mo
-share/locale/pt_BR/LC_MESSAGES/kfm.mo
-share/locale/pt_BR/LC_MESSAGES/kfontmanager.mo
-share/locale/pt_BR/LC_MESSAGES/kikbd.mo
-share/locale/pt_BR/LC_MESSAGES/klock.mo
-share/locale/pt_BR/LC_MESSAGES/kmenuedit.mo
-share/locale/pt_BR/LC_MESSAGES/konsole.mo
-share/locale/pt_BR/LC_MESSAGES/kpager.mo
-share/locale/pt_BR/LC_MESSAGES/kpanel.mo
-share/locale/pt_BR/LC_MESSAGES/krootwm.mo
-share/locale/pt_BR/LC_MESSAGES/kstart.mo
-share/locale/pt_BR/LC_MESSAGES/kvt.mo
-share/locale/pt_BR/LC_MESSAGES/kwm.mo
-share/locale/ro/LC_MESSAGES/kbgndwm.mo
-share/locale/ro/LC_MESSAGES/kcmbell.mo
-share/locale/ro/LC_MESSAGES/kcmdisplay.mo
-share/locale/ro/LC_MESSAGES/kcminfo.mo
-share/locale/ro/LC_MESSAGES/kcminput.mo
-share/locale/ro/LC_MESSAGES/kcmkpanel.mo
-share/locale/ro/LC_MESSAGES/kcmkwm.mo
-share/locale/ro/LC_MESSAGES/kcmlocale.mo
-share/locale/ro/LC_MESSAGES/kcmsamba.mo
-share/locale/ro/LC_MESSAGES/kcmsample.mo
-share/locale/ro/LC_MESSAGES/kcmsyssound.mo
-share/locale/ro/LC_MESSAGES/kcontrol.mo
-share/locale/ro/LC_MESSAGES/kdehelp.mo
-share/locale/ro/LC_MESSAGES/kdm.mo
-share/locale/ro/LC_MESSAGES/kdmconfig.mo
-share/locale/ro/LC_MESSAGES/kfind.mo
-share/locale/ro/LC_MESSAGES/kfm.mo
-share/locale/ro/LC_MESSAGES/kfontmanager.mo
-share/locale/ro/LC_MESSAGES/klock.mo
-share/locale/ro/LC_MESSAGES/kmenuedit.mo
-share/locale/ro/LC_MESSAGES/kpanel.mo
-share/locale/ro/LC_MESSAGES/krootwm.mo
-share/locale/ro/LC_MESSAGES/kvt.mo
-share/locale/ro/LC_MESSAGES/kwm.mo
-share/locale/ru/LC_MESSAGES/kbgndwm.mo
-share/locale/ru/LC_MESSAGES/kcmbell.mo
-share/locale/ru/LC_MESSAGES/kcmdisplay.mo
-share/locale/ru/LC_MESSAGES/kcminfo.mo
-share/locale/ru/LC_MESSAGES/kcminput.mo
-share/locale/ru/LC_MESSAGES/kcmkeys.mo
-share/locale/ru/LC_MESSAGES/kcmkfm.mo
-share/locale/ru/LC_MESSAGES/kcmkpanel.mo
-share/locale/ru/LC_MESSAGES/kcmkwm.mo
-share/locale/ru/LC_MESSAGES/kcmlocale.mo
-share/locale/ru/LC_MESSAGES/kcmsamba.mo
-share/locale/ru/LC_MESSAGES/kcmsample.mo
-share/locale/ru/LC_MESSAGES/kcmsyssound.mo
-share/locale/ru/LC_MESSAGES/kcontrol.mo
-share/locale/ru/LC_MESSAGES/kdehelp.mo
-share/locale/ru/LC_MESSAGES/kdm.mo
-share/locale/ru/LC_MESSAGES/kdmconfig.mo
-share/locale/ru/LC_MESSAGES/kfind.mo
-share/locale/ru/LC_MESSAGES/kfm.mo
-share/locale/ru/LC_MESSAGES/kfontmanager.mo
-share/locale/ru/LC_MESSAGES/kikbd.mo
-share/locale/ru/LC_MESSAGES/klock.mo
-share/locale/ru/LC_MESSAGES/kmenuedit.mo
-share/locale/ru/LC_MESSAGES/konsole.mo
-share/locale/ru/LC_MESSAGES/kpager.mo
-share/locale/ru/LC_MESSAGES/kpanel.mo
-share/locale/ru/LC_MESSAGES/krootwm.mo
-share/locale/ru/LC_MESSAGES/kstart.mo
-share/locale/ru/LC_MESSAGES/kvt.mo
-share/locale/ru/LC_MESSAGES/kwm.mo
-share/locale/sk/LC_MESSAGES/kbgndwm.mo
-share/locale/sk/LC_MESSAGES/kcmbell.mo
-share/locale/sk/LC_MESSAGES/kcmdisplay.mo
-share/locale/sk/LC_MESSAGES/kcminfo.mo
-share/locale/sk/LC_MESSAGES/kcminput.mo
-share/locale/sk/LC_MESSAGES/kcmkeys.mo
-share/locale/sk/LC_MESSAGES/kcmkfm.mo
-share/locale/sk/LC_MESSAGES/kcmkpanel.mo
-share/locale/sk/LC_MESSAGES/kcmkwm.mo
-share/locale/sk/LC_MESSAGES/kcmlocale.mo
-share/locale/sk/LC_MESSAGES/kcmsamba.mo
-share/locale/sk/LC_MESSAGES/kcmsample.mo
-share/locale/sk/LC_MESSAGES/kcmsyssound.mo
-share/locale/sk/LC_MESSAGES/kcontrol.mo
-share/locale/sk/LC_MESSAGES/kdehelp.mo
-share/locale/sk/LC_MESSAGES/kdm.mo
-share/locale/sk/LC_MESSAGES/kdmconfig.mo
-share/locale/sk/LC_MESSAGES/kfind.mo
-share/locale/sk/LC_MESSAGES/kfm.mo
-share/locale/sk/LC_MESSAGES/kfontmanager.mo
-share/locale/sk/LC_MESSAGES/kikbd.mo
-share/locale/sk/LC_MESSAGES/klock.mo
-share/locale/sk/LC_MESSAGES/kmenuedit.mo
-share/locale/sk/LC_MESSAGES/konsole.mo
-share/locale/sk/LC_MESSAGES/kpager.mo
-share/locale/sk/LC_MESSAGES/kpanel.mo
-share/locale/sk/LC_MESSAGES/krootwm.mo
-share/locale/sk/LC_MESSAGES/kstart.mo
-share/locale/sk/LC_MESSAGES/kvt.mo
-share/locale/sk/LC_MESSAGES/kwm.mo
-share/locale/sl/LC_MESSAGES/kbgndwm.mo
-share/locale/sl/LC_MESSAGES/kcmbell.mo
-share/locale/sl/LC_MESSAGES/kcmdisplay.mo
-share/locale/sl/LC_MESSAGES/kcminfo.mo
-share/locale/sl/LC_MESSAGES/kcminput.mo
-share/locale/sl/LC_MESSAGES/kcmkeys.mo
-share/locale/sl/LC_MESSAGES/kcmkfm.mo
-share/locale/sl/LC_MESSAGES/kcmkpanel.mo
-share/locale/sl/LC_MESSAGES/kcmkwm.mo
-share/locale/sl/LC_MESSAGES/kcmlocale.mo
-share/locale/sl/LC_MESSAGES/kcmsamba.mo
-share/locale/sl/LC_MESSAGES/kcmsample.mo
-share/locale/sl/LC_MESSAGES/kcmsyssound.mo
-share/locale/sl/LC_MESSAGES/kcontrol.mo
-share/locale/sl/LC_MESSAGES/kdehelp.mo
-share/locale/sl/LC_MESSAGES/kdm.mo
-share/locale/sl/LC_MESSAGES/kdmconfig.mo
-share/locale/sl/LC_MESSAGES/kfind.mo
-share/locale/sl/LC_MESSAGES/kfm.mo
-share/locale/sl/LC_MESSAGES/kfontmanager.mo
-share/locale/sl/LC_MESSAGES/kikbd.mo
-share/locale/sl/LC_MESSAGES/klock.mo
-share/locale/sl/LC_MESSAGES/kmenuedit.mo
-share/locale/sl/LC_MESSAGES/konsole.mo
-share/locale/sl/LC_MESSAGES/kpager.mo
-share/locale/sl/LC_MESSAGES/kpanel.mo
-share/locale/sl/LC_MESSAGES/krootwm.mo
-share/locale/sl/LC_MESSAGES/kstart.mo
-share/locale/sl/LC_MESSAGES/kthememgr.mo
-share/locale/sl/LC_MESSAGES/kvt.mo
-share/locale/sl/LC_MESSAGES/kwm.mo
-share/locale/sv/LC_MESSAGES/kbgndwm.mo
-share/locale/sv/LC_MESSAGES/kcmbell.mo
-share/locale/sv/LC_MESSAGES/kcmdisplay.mo
-share/locale/sv/LC_MESSAGES/kcminfo.mo
-share/locale/sv/LC_MESSAGES/kcminput.mo
-share/locale/sv/LC_MESSAGES/kcmkeys.mo
-share/locale/sv/LC_MESSAGES/kcmkfm.mo
-share/locale/sv/LC_MESSAGES/kcmkpanel.mo
-share/locale/sv/LC_MESSAGES/kcmkwm.mo
-share/locale/sv/LC_MESSAGES/kcmlocale.mo
-share/locale/sv/LC_MESSAGES/kcmsamba.mo
-share/locale/sv/LC_MESSAGES/kcmsample.mo
-share/locale/sv/LC_MESSAGES/kcmsyssound.mo
-share/locale/sv/LC_MESSAGES/kcontrol.mo
-share/locale/sv/LC_MESSAGES/kdehelp.mo
-share/locale/sv/LC_MESSAGES/kdm.mo
-share/locale/sv/LC_MESSAGES/kdmconfig.mo
-share/locale/sv/LC_MESSAGES/kfind.mo
-share/locale/sv/LC_MESSAGES/kfm.mo
-share/locale/sv/LC_MESSAGES/kfontmanager.mo
-share/locale/sv/LC_MESSAGES/kikbd.mo
-share/locale/sv/LC_MESSAGES/klock.mo
-share/locale/sv/LC_MESSAGES/kmenuedit.mo
-share/locale/sv/LC_MESSAGES/konsole.mo
-share/locale/sv/LC_MESSAGES/kpager.mo
-share/locale/sv/LC_MESSAGES/kpanel.mo
-share/locale/sv/LC_MESSAGES/krootwm.mo
-share/locale/sv/LC_MESSAGES/kstart.mo
-share/locale/sv/LC_MESSAGES/kvt.mo
-share/locale/sv/LC_MESSAGES/kwm.mo
-share/locale/tr/LC_MESSAGES/kcmbell.mo
-share/locale/tr/LC_MESSAGES/kcmdisplay.mo
-share/locale/tr/LC_MESSAGES/kcminfo.mo
-share/locale/tr/LC_MESSAGES/kcminput.mo
-share/locale/tr/LC_MESSAGES/kcmkpanel.mo
-share/locale/tr/LC_MESSAGES/kcmkwm.mo
-share/locale/tr/LC_MESSAGES/kcmlocale.mo
-share/locale/tr/LC_MESSAGES/kcmsamba.mo
-share/locale/tr/LC_MESSAGES/kcmsample.mo
-share/locale/tr/LC_MESSAGES/kcmsyssound.mo
-share/locale/tr/LC_MESSAGES/kcontrol.mo
-share/locale/tr/LC_MESSAGES/kdehelp.mo
-share/locale/tr/LC_MESSAGES/kdm.mo
-share/locale/tr/LC_MESSAGES/kdmconfig.mo
-share/locale/tr/LC_MESSAGES/kfind.mo
-share/locale/tr/LC_MESSAGES/kfm.mo
-share/locale/tr/LC_MESSAGES/kfontmanager.mo
-share/locale/tr/LC_MESSAGES/klock.mo
-share/locale/tr/LC_MESSAGES/kmenuedit.mo
-share/locale/tr/LC_MESSAGES/kpanel.mo
-share/locale/tr/LC_MESSAGES/krootwm.mo
-share/locale/tr/LC_MESSAGES/kstart.mo
-share/locale/tr/LC_MESSAGES/kvt.mo
-share/locale/tr/LC_MESSAGES/kwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kbgndwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmbell.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminfo.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminput.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkeys.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsample.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcontrol.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdehelp.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfind.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kikbd.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/klock.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/konsole.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/krootwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kstart.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kvt.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmbell.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminfo.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminput.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsample.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcontrol.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdehelp.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfind.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/klock.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/krootwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kvt.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kwm.mo
-share/mimelnk/application/gzip.kdelnk
-share/mimelnk/application/octet-stream.kdelnk
-share/mimelnk/application/pdf.kdelnk
-share/mimelnk/application/postscript.kdelnk
-share/mimelnk/application/x-ar.kdelnk
-share/mimelnk/application/x-core.kdelnk
-share/mimelnk/application/x-dvi.kdelnk
-share/mimelnk/application/x-executable.kdelnk
-share/mimelnk/application/x-font.kdelnk
-share/mimelnk/application/x-java.kdelnk
-share/mimelnk/application/x-kdelnk.kdelnk
-share/mimelnk/application/x-lha.kdelnk
-share/mimelnk/application/x-object.kdelnk
-share/mimelnk/application/x-shellscript.kdelnk
-share/mimelnk/application/x-tar.kdelnk
-share/mimelnk/application/x-tbz.kdelnk
-share/mimelnk/application/x-tex-gf.kdelnk
-share/mimelnk/application/x-tex-pk.kdelnk
-share/mimelnk/application/x-trash.kdelnk
-share/mimelnk/application/x-zip.kdelnk
-share/mimelnk/audio/x-midi.kdelnk
-share/mimelnk/audio/x-mod.kdelnk
-share/mimelnk/audio/x-mp3.kdelnk
-share/mimelnk/audio/x-wav.kdelnk
-share/mimelnk/image/cgm.kdelnk
-share/mimelnk/image/fax-g3.kdelnk
-share/mimelnk/image/gif.kdelnk
-share/mimelnk/image/jpeg.kdelnk
-share/mimelnk/image/png.kdelnk
-share/mimelnk/image/tiff.kdelnk
-share/mimelnk/image/x-xbm.kdelnk
-share/mimelnk/image/x-xpm.kdelnk
-share/mimelnk/inode/block.kdelnk
-share/mimelnk/inode/chardevice.kdelnk
-share/mimelnk/inode/directory-locked.kdelnk
-share/mimelnk/inode/directory.kdelnk
-share/mimelnk/inode/fifo.kdelnk
-share/mimelnk/inode/socket.kdelnk
-share/mimelnk/magic
-share/mimelnk/text/english.kdelnk
-share/mimelnk/text/html.kdelnk
-share/mimelnk/text/plain.kdelnk
-share/mimelnk/text/rtf.kdelnk
-share/mimelnk/text/sgml.kdelnk
-share/mimelnk/text/x-c++.kdelnk
-share/mimelnk/text/x-c++hdr.kdelnk
-share/mimelnk/text/x-c++src.kdelnk
-share/mimelnk/text/x-c.kdelnk
-share/mimelnk/text/x-chdr.kdelnk
-share/mimelnk/text/x-csrc.kdelnk
-share/mimelnk/text/x-java.kdelnk
-share/mimelnk/text/x-makefile.kdelnk
-share/mimelnk/text/x-moc.kdelnk
-share/mimelnk/text/x-pascal.kdelnk
-share/mimelnk/text/x-tcl.kdelnk
-share/mimelnk/text/x-tex.kdelnk
-share/mimelnk/video/mpeg.kdelnk
-share/mimelnk/video/quicktime.kdelnk
-share/mimelnk/video/x-flic.kdelnk
-share/mimelnk/video/x-msvideo.kdelnk
-share/sounds/KDE_Close_Window.wav
-share/sounds/KDE_Logout.wav
-share/sounds/KDE_Startup.wav
-share/sounds/KDE_Window_DeIconify.wav
-share/sounds/KDE_Window_Iconify.wav
-share/sounds/KDE_Window_Maximize.wav
-share/sounds/KDE_Window_Shade_Down.wav
-share/sounds/KDE_Window_Shade_Up.wav
-share/sounds/KDE_Window_Sticky.wav
-share/sounds/KDE_Window_UnMaximize.wav
-share/sounds/KDE_Window_UnSticky.wav
-share/wallpapers/abnormal_fluid.jpg
-share/wallpapers/absolute_zero.jpg
-share/wallpapers/abstract_clay.jpg
-share/wallpapers/alien_riverbed.jpg
-share/wallpapers/ancient_glyphs.jpg
-share/wallpapers/aqua_ravines.jpg
-share/wallpapers/banana_squishie.jpg
-share/wallpapers/berries.jpg
-share/wallpapers/blkmarble.jpg
-share/wallpapers/bluegrnt.jpg
-share/wallpapers/boiling_centrifuge.jpg
-share/wallpapers/bowtie.jpg
-share/wallpapers/brass_trails.jpg
-share/wallpapers/brass_wiring.jpg
-share/wallpapers/bronze_tornado.jpg
-share/wallpapers/bubble_vortex.jpg
-share/wallpapers/burning_fire.jpg
-share/wallpapers/cellular_tetsuo.jpg
-share/wallpapers/chalk_marks.jpg
-share/wallpapers/chess.jpg
-share/wallpapers/chunky_spinach.jpg
-share/wallpapers/circuit.jpg
-share/wallpapers/clay_caverns.jpg
-share/wallpapers/cloth_bubbles.jpg
-share/wallpapers/cocoon_skin.jpg
-share/wallpapers/coloured_hearts.jpg
-share/wallpapers/copper_blur.jpg
-share/wallpapers/copper_liquid.jpg
-share/wallpapers/corroded_rock.jpg
-share/wallpapers/cosmic_gears.jpg
-share/wallpapers/cosmic_lillypads.jpg
-share/wallpapers/cracking_blueberry.jpg
-share/wallpapers/crayon_canyon.jpg
-share/wallpapers/cruising_color.jpg
-share/wallpapers/cubic1.jpg
-share/wallpapers/cubic2.jpg
-share/wallpapers/dancy_pants.jpg
-share/wallpapers/digital_waves.jpg
-share/wallpapers/distorted_anomaly.jpg
-share/wallpapers/engraved_gold.jpg
-share/wallpapers/eroding_sandstone.jpg
-share/wallpapers/expired_cornflakes.jpg
-share/wallpapers/face.jpg
-share/wallpapers/fisheye_lens.jpg
-share/wallpapers/foam_strands.jpg
-share/wallpapers/foggy1.jpg
-share/wallpapers/foggy2.jpg
-share/wallpapers/folded_space.jpg
-share/wallpapers/fractal_nebula.jpg
-share/wallpapers/freon_mist.jpg
-share/wallpapers/fudge_chunks.jpg
-share/wallpapers/fusion_fire.jpg
-share/wallpapers/future_farms.jpg
-share/wallpapers/gator_hide.jpg
-share/wallpapers/gelatin_chemical.jpg
-share/wallpapers/goldring_globe.jpg
-share/wallpapers/grablkwt.jpg
-share/wallpapers/gray2.jpg
-share/wallpapers/greek.jpg
-share/wallpapers/gremlin_buds.jpg
-share/wallpapers/ground_zero.jpg
-share/wallpapers/heat_ripple.jpg
-share/wallpapers/iceberg_tips.jpg
-share/wallpapers/indigo_paint.jpg
-share/wallpapers/infared_fossil.jpg
-share/wallpapers/infinity_cube.jpg
-share/wallpapers/inner_quasar.jpg
-share/wallpapers/isotope_threads.jpg
-share/wallpapers/jello_elbows.jpg
+share/doc/HTML/en/kwm/introduction.html
+share/doc/HTML/en/kwm/is-it-possible-to-add-kde-extensions-to-othe.html
+share/doc/HTML/en/kwm/minicli.html
+share/doc/HTML/en/kwm/mouse-control.html
+share/doc/HTML/en/kwm/shortcuts.html
+share/doc/HTML/en/kwm/soundevents.html
+share/doc/HTML/en/kwm/usingemphasiskwmemphasis.html
+share/doc/HTML/en/kwm/why-can-t-i-define-new-shortcuts-for-launchi.html
+share/doc/HTML/en/kwm/why-does-kwm-look-so-much-like-windows-95.html
+share/fonts/9x15.pcf.gz
+share/fonts/console8x16.pcf.gz
+share/fonts/console8x8.pcf.gz
+share/fonts/fonts.dir
+share/icons/hicolor/32x32/apps/bell.png
+share/icons/hicolor/32x32/apps/buttons.png
+share/icons/hicolor/32x32/apps/clock.png
+share/icons/hicolor/32x32/apps/colors.png
+share/icons/hicolor/32x32/apps/energy.png
+share/icons/hicolor/32x32/apps/fonts.png
+share/icons/hicolor/32x32/apps/go.png
+share/icons/hicolor/32x32/apps/icons.png
+share/icons/hicolor/32x32/apps/information.png
+share/icons/hicolor/32x32/apps/kcmdevices.png
+share/icons/hicolor/32x32/apps/kcmkwm.png
+share/icons/hicolor/32x32/apps/kcmmemory.png
+share/icons/hicolor/32x32/apps/kcmpartitions.png
+share/icons/hicolor/32x32/apps/kcmpci.png
+share/icons/hicolor/32x32/apps/kcmprocessor.png
+share/icons/hicolor/32x32/apps/kcmscsi.png
+share/icons/hicolor/32x32/apps/kcmsound.png
+share/icons/hicolor/32x32/apps/kcmsyssound.png
+share/icons/hicolor/32x32/apps/kcmx.png
+share/icons/hicolor/32x32/apps/kcontrol.png
+share/icons/hicolor/32x32/apps/kdisknav.png
+share/icons/hicolor/32x32/apps/kdmconfig.png
+share/icons/hicolor/32x32/apps/kfm_home.png
+share/icons/hicolor/32x32/apps/khelpcenter.png
+share/icons/hicolor/32x32/apps/knotify.png
+share/icons/hicolor/32x32/apps/konqueror.png
+share/icons/hicolor/32x32/apps/konsole.png
+share/icons/hicolor/32x32/apps/kthememgr.png
+share/icons/hicolor/32x32/apps/kwin.png
+share/icons/hicolor/32x32/apps/locale.png
+share/icons/hicolor/32x32/apps/mouse.png
+share/icons/hicolor/32x32/apps/package.png
+share/icons/hicolor/32x32/apps/package_applications.png
+share/icons/hicolor/32x32/apps/package_editors.png
+share/icons/hicolor/32x32/apps/package_favourite.png
+share/icons/hicolor/32x32/apps/package_games.png
+share/icons/hicolor/32x32/apps/package_graphics.png
+share/icons/hicolor/32x32/apps/package_multimedia.png
+share/icons/hicolor/32x32/apps/package_network.png
+share/icons/hicolor/32x32/apps/package_settings.png
+share/icons/hicolor/32x32/apps/package_system.png
+share/icons/hicolor/32x32/apps/package_utilities.png
+share/icons/hicolor/32x32/apps/password.png
+share/icons/hicolor/32x32/apps/screensaver.png
+share/icons/hicolor/32x32/apps/style.png
+share/icons/hicolor/32x32/apps/terminal.png
+share/icons/hicolor/32x32/apps/titlebar.png
+share/icons/hicolor/32x32/apps/window_list.png
+share/icons/hicolor/32x32/apps/winprops.png
+share/icons/hicolor/32x32/devices/3floppy_mount.png
+share/icons/hicolor/32x32/devices/3floppy_unmount.png
+share/icons/hicolor/32x32/devices/5floppy_mount.png
+share/icons/hicolor/32x32/devices/5floppy_unmount.png
+share/icons/hicolor/32x32/devices/cdrom_mount.png
+share/icons/hicolor/32x32/devices/cdrom_unmount.png
+share/icons/hicolor/32x32/devices/cdwriter_mount.png
+share/icons/hicolor/32x32/devices/cdwriter_unmount.png
+share/icons/hicolor/32x32/devices/hdd_mount.png
+share/icons/hicolor/32x32/devices/hdd_unmount.png
+share/icons/hicolor/32x32/devices/memory.png
+share/icons/hicolor/32x32/devices/mo_mount.png
+share/icons/hicolor/32x32/devices/mo_unmount.png
+share/icons/hicolor/32x32/devices/printer1.png
+share/icons/hicolor/32x32/devices/printer2.png
+share/icons/hicolor/32x32/devices/scanner.png
+share/icons/hicolor/32x32/devices/tablet.png
+share/icons/hicolor/32x32/devices/zip_mount.png
+share/icons/hicolor/32x32/devices/zip_unmount.png
+share/icons/hicolor/48x48/apps/background.png
+share/icons/hicolor/48x48/apps/bell.png
+share/icons/hicolor/48x48/apps/buttons.png
+share/icons/hicolor/48x48/apps/clock.png
+share/icons/hicolor/48x48/apps/colors.png
+share/icons/hicolor/48x48/apps/fonts.png
+share/icons/hicolor/48x48/apps/go.png
+share/icons/hicolor/48x48/apps/gvim.png
+share/icons/hicolor/48x48/apps/icons.png
+share/icons/hicolor/48x48/apps/kcmdevices.png
+share/icons/hicolor/48x48/apps/kcmkwm.png
+share/icons/hicolor/48x48/apps/kcmmemory.png
+share/icons/hicolor/48x48/apps/kcmpartitions.png
+share/icons/hicolor/48x48/apps/kcmpci.png
+share/icons/hicolor/48x48/apps/kcmprocessor.png
+share/icons/hicolor/48x48/apps/kcmscsi.png
+share/icons/hicolor/48x48/apps/kcmsyssound.png
+share/icons/hicolor/48x48/apps/kcontrol.png
+share/icons/hicolor/48x48/apps/kdehelp.png
+share/icons/hicolor/48x48/apps/kdisknav.png
+share/icons/hicolor/48x48/apps/kdmconfig.png
+share/icons/hicolor/48x48/apps/keyboard.png
+share/icons/hicolor/48x48/apps/kfm_home.png
+share/icons/hicolor/48x48/apps/khelpcenter.png
+share/icons/hicolor/48x48/apps/kmenuedit.png
+share/icons/hicolor/48x48/apps/knotify.png
+share/icons/hicolor/48x48/apps/konqueror.png
+share/icons/hicolor/48x48/apps/konsole.png
+share/icons/hicolor/48x48/apps/kthememgr.png
+share/icons/hicolor/48x48/apps/kwin.png
+share/icons/hicolor/48x48/apps/locale.png
+share/icons/hicolor/48x48/apps/mouse.png
+share/icons/hicolor/48x48/apps/package.png
+share/icons/hicolor/48x48/apps/package_applications.png
+share/icons/hicolor/48x48/apps/package_editors.png
+share/icons/hicolor/48x48/apps/package_favourite.png
+share/icons/hicolor/48x48/apps/package_games.png
+share/icons/hicolor/48x48/apps/package_graphics.png
+share/icons/hicolor/48x48/apps/package_multimedia.png
+share/icons/hicolor/48x48/apps/package_network.png
+share/icons/hicolor/48x48/apps/package_settings.png
+share/icons/hicolor/48x48/apps/package_system.png
+share/icons/hicolor/48x48/apps/package_utilities.png
+share/icons/hicolor/48x48/apps/password.png
+share/icons/hicolor/48x48/apps/screensaver.png
+share/icons/hicolor/48x48/apps/style.png
+share/icons/hicolor/48x48/apps/terminal.png
+share/icons/hicolor/48x48/apps/titlebar.png
+share/icons/hicolor/48x48/apps/window_list.png
+share/icons/hicolor/48x48/apps/winprops.png
+share/icons/hicolor/48x48/devices/3floppy_mount.png
+share/icons/hicolor/48x48/devices/3floppy_unmount.png
+share/icons/hicolor/48x48/devices/5floppy_mount.png
+share/icons/hicolor/48x48/devices/5floppy_unmount.png
+share/icons/hicolor/48x48/devices/cdrom_mount.png
+share/icons/hicolor/48x48/devices/cdrom_unmount.png
+share/icons/hicolor/48x48/devices/cdwriter_mount.png
+share/icons/hicolor/48x48/devices/cdwriter_unmount.png
+share/icons/hicolor/48x48/devices/hdd_mount.png
+share/icons/hicolor/48x48/devices/hdd_unmount.png
+share/icons/hicolor/48x48/devices/memory.png
+share/icons/hicolor/48x48/devices/mo_mount.png
+share/icons/hicolor/48x48/devices/mo_unmount.png
+share/icons/hicolor/48x48/devices/printer1.png
+share/icons/hicolor/48x48/devices/printer2.png
+share/icons/hicolor/48x48/devices/scanner.png
+share/icons/hicolor/48x48/devices/tablet.png
+share/icons/hicolor/48x48/devices/zip_mount.png
+share/icons/hicolor/48x48/devices/zip_unmount.png
+share/icons/locolor/16x16/apps/acroread.png
+share/icons/locolor/16x16/apps/application_settings.png
+share/icons/locolor/16x16/apps/applixware.png
+share/icons/locolor/16x16/apps/background.png
+share/icons/locolor/16x16/apps/bell.png
+share/icons/locolor/16x16/apps/buttons.png
+share/icons/locolor/16x16/apps/bx2.png
+share/icons/locolor/16x16/apps/clock.png
+share/icons/locolor/16x16/apps/colors.png
+share/icons/locolor/16x16/apps/desktop_settings.png
+share/icons/locolor/16x16/apps/dlgedit.png
+share/icons/locolor/16x16/apps/emacs.png
+share/icons/locolor/16x16/apps/email.png
+share/icons/locolor/16x16/apps/energy.png
+share/icons/locolor/16x16/apps/fonts.png
+share/icons/locolor/16x16/apps/general_settings.png
+share/icons/locolor/16x16/apps/gimp.png
+share/icons/locolor/16x16/apps/go.png
+share/icons/locolor/16x16/apps/gv.png
+share/icons/locolor/16x16/apps/gvim.png
+share/icons/locolor/16x16/apps/helpbook.png
+share/icons/locolor/16x16/apps/helpbook_open.png
+share/icons/locolor/16x16/apps/helpdoc.png
+share/icons/locolor/16x16/apps/icons.png
+share/icons/locolor/16x16/apps/information_settings.png
+share/icons/locolor/16x16/apps/input_devices_settings.png
+share/icons/locolor/16x16/apps/kcmdevices.png
+share/icons/locolor/16x16/apps/kcmkwm.png
+share/icons/locolor/16x16/apps/kcmmemory.png
+share/icons/locolor/16x16/apps/kcmpartitions.png
+share/icons/locolor/16x16/apps/kcmpci.png
+share/icons/locolor/16x16/apps/kcmprocessor.png
+share/icons/locolor/16x16/apps/kcmscsi.png
+share/icons/locolor/16x16/apps/kcmsound.png
+share/icons/locolor/16x16/apps/kcmsyssound.png
+share/icons/locolor/16x16/apps/kcmx.png
+share/icons/locolor/16x16/apps/kcontrol.png
+share/icons/locolor/16x16/apps/kdisknav.png
+share/icons/locolor/16x16/apps/kdmconfig.png
+share/icons/locolor/16x16/apps/keyboard.png
+share/icons/locolor/16x16/apps/kfm.png
+share/icons/locolor/16x16/apps/kfm_home.png
+share/icons/locolor/16x16/apps/khelpcenter.png
+share/icons/locolor/16x16/apps/knotify.png
+share/icons/locolor/16x16/apps/konqueror.png
+share/icons/locolor/16x16/apps/konsole.png
+share/icons/locolor/16x16/apps/kscreensaver.png
+share/icons/locolor/16x16/apps/kthememgr.png
+share/icons/locolor/16x16/apps/kwin.png
+share/icons/locolor/16x16/apps/locale.png
+share/icons/locolor/16x16/apps/lyx.png
+share/icons/locolor/16x16/apps/mathematica.png
+share/icons/locolor/16x16/apps/mouse.png
+share/icons/locolor/16x16/apps/nedit.png
+share/icons/locolor/16x16/apps/netscape.png
+share/icons/locolor/16x16/apps/network_settings.png
+share/icons/locolor/16x16/apps/package.png
+share/icons/locolor/16x16/apps/package_applications.png
+share/icons/locolor/16x16/apps/package_editors.png
+share/icons/locolor/16x16/apps/package_favourite.png
+share/icons/locolor/16x16/apps/package_games.png
+share/icons/locolor/16x16/apps/package_graphics.png
+share/icons/locolor/16x16/apps/package_multimedia.png
+share/icons/locolor/16x16/apps/package_network.png
+share/icons/locolor/16x16/apps/package_settings.png
+share/icons/locolor/16x16/apps/package_system.png
+share/icons/locolor/16x16/apps/package_utilities.png
+share/icons/locolor/16x16/apps/panel.png
+share/icons/locolor/16x16/apps/panel_settings.png
+share/icons/locolor/16x16/apps/pci.png
+share/icons/locolor/16x16/apps/penguin.png
+share/icons/locolor/16x16/apps/pinguin.png
+share/icons/locolor/16x16/apps/plan.png
+share/icons/locolor/16x16/apps/samba.png
+share/icons/locolor/16x16/apps/screensaver.png
+share/icons/locolor/16x16/apps/script.png
+share/icons/locolor/16x16/apps/smbstatus.png
+share/icons/locolor/16x16/apps/sound_settings.png
+share/icons/locolor/16x16/apps/style.png
+share/icons/locolor/16x16/apps/terminal.png
+share/icons/locolor/16x16/apps/titlebar.png
+share/icons/locolor/16x16/apps/wabi.png
+share/icons/locolor/16x16/apps/window_list.png
+share/icons/locolor/16x16/apps/windows.png
+share/icons/locolor/16x16/apps/winprops.png
+share/icons/locolor/16x16/apps/wp.png
+share/icons/locolor/16x16/apps/x.png
+share/icons/locolor/16x16/apps/xcalc.png
+share/icons/locolor/16x16/apps/xclipboard.png
+share/icons/locolor/16x16/apps/xclock.png
+share/icons/locolor/16x16/apps/xconsole.png
+share/icons/locolor/16x16/apps/xedit.png
+share/icons/locolor/16x16/apps/xemacs.png
+share/icons/locolor/16x16/apps/xeyes.png
+share/icons/locolor/16x16/apps/xfig.png
+share/icons/locolor/16x16/apps/xfmail.png
+share/icons/locolor/16x16/apps/xload.png
+share/icons/locolor/16x16/apps/xosview.png
+share/icons/locolor/16x16/apps/xpaint.png
+share/icons/locolor/16x16/apps/xscreensaver.png
+share/icons/locolor/16x16/apps/xslight.png
+share/icons/locolor/16x16/apps/xv.png
+share/icons/locolor/16x16/devices/3floppy_mount.png
+share/icons/locolor/16x16/devices/3floppy_unmount.png
+share/icons/locolor/16x16/devices/5floppy_mount.png
+share/icons/locolor/16x16/devices/5floppy_unmount.png
+share/icons/locolor/16x16/devices/cdrom_mount.png
+share/icons/locolor/16x16/devices/cdrom_unmount.png
+share/icons/locolor/16x16/devices/cdwriter_mount.png
+share/icons/locolor/16x16/devices/cdwriter_unmount.png
+share/icons/locolor/16x16/devices/hdd_mount.png
+share/icons/locolor/16x16/devices/hdd_unmount.png
+share/icons/locolor/16x16/devices/memory.png
+share/icons/locolor/16x16/devices/mo_mount.png
+share/icons/locolor/16x16/devices/mo_unmount.png
+share/icons/locolor/16x16/devices/printer1.png
+share/icons/locolor/16x16/devices/printer2.png
+share/icons/locolor/16x16/devices/scanner.png
+share/icons/locolor/16x16/devices/tablet.png
+share/icons/locolor/16x16/devices/zip_mount.png
+share/icons/locolor/16x16/devices/zip_unmount.png
+share/icons/locolor/32x32/apps/acroread.png
+share/icons/locolor/32x32/apps/application_settings.png
+share/icons/locolor/32x32/apps/applixware.png
+share/icons/locolor/32x32/apps/background.png
+share/icons/locolor/32x32/apps/bell.png
+share/icons/locolor/32x32/apps/buttons.png
+share/icons/locolor/32x32/apps/clock.png
+share/icons/locolor/32x32/apps/colors.png
+share/icons/locolor/32x32/apps/desktop_settings.png
+share/icons/locolor/32x32/apps/dlgedit.png
+share/icons/locolor/32x32/apps/edit.png
+share/icons/locolor/32x32/apps/emacs.png
+share/icons/locolor/32x32/apps/email.png
+share/icons/locolor/32x32/apps/energy.png
+share/icons/locolor/32x32/apps/error.png
+share/icons/locolor/32x32/apps/fonts.png
+share/icons/locolor/32x32/apps/general_settings.png
+share/icons/locolor/32x32/apps/gimp.png
+share/icons/locolor/32x32/apps/go.png
+share/icons/locolor/32x32/apps/gv.png
+share/icons/locolor/32x32/apps/gvim.png
+share/icons/locolor/32x32/apps/icons.png
+share/icons/locolor/32x32/apps/information.png
+share/icons/locolor/32x32/apps/information_settings.png
+share/icons/locolor/32x32/apps/input_devices_settings.png
+share/icons/locolor/32x32/apps/kcmdevices.png
+share/icons/locolor/32x32/apps/kcmkwm.png
+share/icons/locolor/32x32/apps/kcmmemory.png
+share/icons/locolor/32x32/apps/kcmpartitions.png
+share/icons/locolor/32x32/apps/kcmpci.png
+share/icons/locolor/32x32/apps/kcmprocessor.png
+share/icons/locolor/32x32/apps/kcmscsi.png
+share/icons/locolor/32x32/apps/kcmsound.png
+share/icons/locolor/32x32/apps/kcmsyssound.png
+share/icons/locolor/32x32/apps/kcmx.png
+share/icons/locolor/32x32/apps/kcontrol.png
+share/icons/locolor/32x32/apps/kdisknav.png
+share/icons/locolor/32x32/apps/kdmconfig.png
+share/icons/locolor/32x32/apps/keyboard.png
+share/icons/locolor/32x32/apps/kfm.png
+share/icons/locolor/32x32/apps/kfm_home.png
+share/icons/locolor/32x32/apps/khelpcenter.png
+share/icons/locolor/32x32/apps/knotify.png
+share/icons/locolor/32x32/apps/konqueror.png
+share/icons/locolor/32x32/apps/konsole.png
+share/icons/locolor/32x32/apps/kscreensaver.png
+share/icons/locolor/32x32/apps/kthememgr.png
+share/icons/locolor/32x32/apps/kwin.png
+share/icons/locolor/32x32/apps/locale.png
+share/icons/locolor/32x32/apps/logo.png
+share/icons/locolor/32x32/apps/lyx.png
+share/icons/locolor/32x32/apps/mathematica.png
+share/icons/locolor/32x32/apps/mouse.png
+share/icons/locolor/32x32/apps/nedit.png
+share/icons/locolor/32x32/apps/netscape.png
+share/icons/locolor/32x32/apps/network.png
+share/icons/locolor/32x32/apps/network_settings.png
+share/icons/locolor/32x32/apps/nogo.png
+share/icons/locolor/32x32/apps/package.png
+share/icons/locolor/32x32/apps/package_applications.png
+share/icons/locolor/32x32/apps/package_editors.png
+share/icons/locolor/32x32/apps/package_favourite.png
+share/icons/locolor/32x32/apps/package_games.png
+share/icons/locolor/32x32/apps/package_graphics.png
+share/icons/locolor/32x32/apps/package_multimedia.png
+share/icons/locolor/32x32/apps/package_network.png
+share/icons/locolor/32x32/apps/package_settings.png
+share/icons/locolor/32x32/apps/package_system.png
+share/icons/locolor/32x32/apps/package_utilities.png
+share/icons/locolor/32x32/apps/panel_settings.png
+share/icons/locolor/32x32/apps/password.png
+share/icons/locolor/32x32/apps/penguin.png
+share/icons/locolor/32x32/apps/pinguin.png
+share/icons/locolor/32x32/apps/plan.png
+share/icons/locolor/32x32/apps/samba.png
+share/icons/locolor/32x32/apps/screensaver.png
+share/icons/locolor/32x32/apps/script.png
+share/icons/locolor/32x32/apps/sound_settings.png
+share/icons/locolor/32x32/apps/style.png
+share/icons/locolor/32x32/apps/terminal.png
+share/icons/locolor/32x32/apps/titlebar.png
+share/icons/locolor/32x32/apps/wabi.png
+share/icons/locolor/32x32/apps/window_list.png
+share/icons/locolor/32x32/apps/winprops.png
+share/icons/locolor/32x32/apps/wp.png
+share/icons/locolor/32x32/apps/x.png
+share/icons/locolor/32x32/apps/xcalc.png
+share/icons/locolor/32x32/apps/xclipboard.png
+share/icons/locolor/32x32/apps/xclock.png
+share/icons/locolor/32x32/apps/xconsole.png
+share/icons/locolor/32x32/apps/xedit.png
+share/icons/locolor/32x32/apps/xemacs.png
+share/icons/locolor/32x32/apps/xeyes.png
+share/icons/locolor/32x32/apps/xfig.png
+share/icons/locolor/32x32/apps/xfmail.png
+share/icons/locolor/32x32/apps/xftp.png
+share/icons/locolor/32x32/apps/xload.png
+share/icons/locolor/32x32/apps/xmms.png
+share/icons/locolor/32x32/apps/xosview.png
+share/icons/locolor/32x32/apps/xpaint.png
+share/icons/locolor/32x32/apps/xscreensaver.png
+share/icons/locolor/32x32/apps/xv.png
+share/icons/locolor/32x32/devices/3floppy_mount.png
+share/icons/locolor/32x32/devices/3floppy_unmount.png
+share/icons/locolor/32x32/devices/5floppy_mount.png
+share/icons/locolor/32x32/devices/5floppy_unmount.png
+share/icons/locolor/32x32/devices/cdrom_mount.png
+share/icons/locolor/32x32/devices/cdrom_unmount.png
+share/icons/locolor/32x32/devices/cdwriter_mount.png
+share/icons/locolor/32x32/devices/cdwriter_unmount.png
+share/icons/locolor/32x32/devices/hdd_mount.png
+share/icons/locolor/32x32/devices/hdd_unmount.png
+share/icons/locolor/32x32/devices/memory.png
+share/icons/locolor/32x32/devices/mo_mount.png
+share/icons/locolor/32x32/devices/mo_unmount.png
+share/icons/locolor/32x32/devices/printer1.png
+share/icons/locolor/32x32/devices/printer2.png
+share/icons/locolor/32x32/devices/scanner.png
+share/icons/locolor/32x32/devices/tablet.png
+share/icons/locolor/32x32/devices/zip_mount.png
+share/icons/locolor/32x32/devices/zip_unmount.png
+share/locale/C/entry.desktop
+share/locale/C/flag.png
+share/locale/l10n/C/entry.desktop
+share/locale/l10n/C/flag.png
+share/locale/l10n/at/entry.desktop
+share/locale/l10n/at/flag.png
+share/locale/l10n/au/entry.desktop
+share/locale/l10n/au/flag.png
+share/locale/l10n/be/entry.desktop
+share/locale/l10n/be/flag.png
+share/locale/l10n/bg/entry.desktop
+share/locale/l10n/bg/flag.png
+share/locale/l10n/br/entry.desktop
+share/locale/l10n/br/flag.png
+share/locale/l10n/ch/entry.desktop
+share/locale/l10n/ch/flag.png
+share/locale/l10n/cs/entry.desktop
+share/locale/l10n/cs/flag.png
+share/locale/l10n/de/entry.desktop
+share/locale/l10n/de/flag.png
+share/locale/l10n/dk/entry.desktop
+share/locale/l10n/dk/flag.png
+share/locale/l10n/ee/entry.desktop
+share/locale/l10n/ee/flag.png
+share/locale/l10n/eo/entry.desktop
+share/locale/l10n/eo/flag.png
+share/locale/l10n/es/entry.desktop
+share/locale/l10n/es/flag.png
+share/locale/l10n/fi/entry.desktop
+share/locale/l10n/fi/flag.png
+share/locale/l10n/fr/entry.desktop
+share/locale/l10n/fr/flag.png
+share/locale/l10n/gb/entry.desktop
+share/locale/l10n/gb/flag.png
+share/locale/l10n/hu/entry.desktop
+share/locale/l10n/hu/flag.png
+share/locale/l10n/ie/entry.desktop
+share/locale/l10n/ie/flag.png
+share/locale/l10n/il/entry.desktop
+share/locale/l10n/il/flag.png
+share/locale/l10n/is/entry.desktop
+share/locale/l10n/is/flag.png
+share/locale/l10n/it/entry.desktop
+share/locale/l10n/it/flag.png
+share/locale/l10n/jp/entry.desktop
+share/locale/l10n/jp/flag.png
+share/locale/l10n/ko/entry.desktop
+share/locale/l10n/ko/flag.png
+share/locale/l10n/nl/README
+share/locale/l10n/nl/entry.desktop
+share/locale/l10n/nl/flag.png
+share/locale/l10n/no/entry.desktop
+share/locale/l10n/no/flag.png
+share/locale/l10n/nz/entry.desktop
+share/locale/l10n/nz/flag.png
+share/locale/l10n/pl/entry.desktop
+share/locale/l10n/pl/flag.png
+share/locale/l10n/pt/entry.desktop
+share/locale/l10n/pt/flag.png
+share/locale/l10n/ro/entry.desktop
+share/locale/l10n/ro/flag.png
+share/locale/l10n/ru/entry.desktop
+share/locale/l10n/ru/flag.png
+share/locale/l10n/se/entry.desktop
+share/locale/l10n/se/flag.png
+share/locale/l10n/si/entry.desktop
+share/locale/l10n/si/flag.png
+share/locale/l10n/sr/entry.desktop
+share/locale/l10n/sr/flag.png
+share/locale/l10n/tw/entry.desktop
+share/locale/l10n/tw/flag.png
+share/locale/l10n/us/entry.desktop
+share/locale/l10n/us/flag.png
+share/mimelnk/application/x-konsole.desktop
+share/services/khelpcenter.desktop
+share/services/konq_detailedlistview.desktop
+share/services/konq_dirtree.desktop
+share/services/konq_iconview.desktop
+share/services/konq_textview.desktop
+share/services/konq_treeview.desktop
+share/services/konqueror.desktop
+share/services/kshorturifilter.desktop
+share/services/kuriikwsfilter.desktop
+share/servicetypes/konq_plugin.desktop
+share/templates/.source/Device.desktop
+share/templates/.source/FtpURL.desktop
+share/templates/.source/HTMLFile.html
+share/templates/.source/Program.desktop
+share/templates/.source/TextFile.txt
+share/templates/.source/URL.desktop
+share/templates/.source/WWWURL.desktop
+share/templates/Directory.desktop
+share/templates/HTMLFile.desktop
+share/templates/TextFile.desktop
+share/templates/linkDevice.desktop
+share/templates/linkFtpURL.desktop
+share/templates/linkProgram.desktop
+share/templates/linkURL.desktop
+share/templates/linkWWWURL.desktop
+share/toolbar/brightness.png
+share/toolbar/colourness.png
+share/toolbar/contrast.png
+share/wallpapers/A-Little-Exercise-3.jpg
+share/wallpapers/All-Good-People-1.jpg
+share/wallpapers/Ancient_Glyphs.jpg
+share/wallpapers/Appropriately-Left-Handed-2.jpg
+share/wallpapers/Blkmarble.jpg
+share/wallpapers/Chicken-Songs-2.jpg
+share/wallpapers/Chunky_Spinach.jpg
+share/wallpapers/Circuit.jpg
+share/wallpapers/Dawn-Turns-To-Day-1.jpg
+share/wallpapers/Flock-Of-Seagulls-2.jpg
+share/wallpapers/Foggy1.jpg
+share/wallpapers/In-Vino-Veritas.jpg
+share/wallpapers/Just-A-Woman-1.jpg
+share/wallpapers/Light-Industry-1.jpg
+share/wallpapers/Lowdown-Popcorn-1.jpg
+share/wallpapers/Magneto_Bomb.jpg
+share/wallpapers/Marble01.jpg
+share/wallpapers/No-Ones-Laughing-3.jpg
+share/wallpapers/Paper01.jpg
+share/wallpapers/Penguin-Sushi-3.jpg
+share/wallpapers/Planning-And-Probing-1.jpg
+share/wallpapers/Prpbumps.jpg
+share/wallpapers/Sasquatch-Suction-1.jpg
+share/wallpapers/Schematic-Diagram-1.jpg
+share/wallpapers/Sleep-Deprivation-3.jpg
+share/wallpapers/Superfluous-Organ-1.jpg
+share/wallpapers/The-Alias-Line-4.jpg
+share/wallpapers/The-Good-Times-1.jpg
+share/wallpapers/There-You-Are-1.jpg
+share/wallpapers/Time-For-Lunch-2.jpg
+share/wallpapers/Totally-New-Product-1.jpg
+share/wallpapers/Unknown-Rheostat-1.jpg
+share/wallpapers/Water01.jpg
+share/wallpapers/Whirling_Spirit.jpg
+share/wallpapers/Won-Ton-Soup-3.jpg
share/wallpapers/kdm_bg.jpg
-share/wallpapers/liquid_helium.jpg
-share/wallpapers/lizard_scales.jpg
-share/wallpapers/lunar_jelly.jpg
-share/wallpapers/magnetic_field.jpg
-share/wallpapers/magneto_bomb.jpg
-share/wallpapers/marble01.jpg
-share/wallpapers/martian_silk.jpg
-share/wallpapers/melting_glass.jpg
-share/wallpapers/melting_honeycomb.jpg
-share/wallpapers/metal_beads.jpg
-share/wallpapers/million_minnows.jpg
-share/wallpapers/mustard_ketchup.jpg
-share/wallpapers/mutant_berries.jpg
-share/wallpapers/mystical_hourglass.jpg
-share/wallpapers/neon_flux.jpg
-share/wallpapers/nuclear_coral.jpg
-share/wallpapers/ocean01.jpg
-share/wallpapers/odd_atmosphere.jpg
-share/wallpapers/olive_wisps.jpg
-share/wallpapers/owl_elder.jpg
-share/wallpapers/paper01.jpg
-share/wallpapers/paper_umbrella.jpg
-share/wallpapers/parrots.jpg
-share/wallpapers/pebble_town.jpg
-share/wallpapers/pinkflam.jpg
-share/wallpapers/plant_formation.jpg
-share/wallpapers/plasmatic_globules.jpg
-share/wallpapers/plasmatic_points.jpg
-share/wallpapers/produce.jpg
-share/wallpapers/prpbumps.jpg
-share/wallpapers/quantum_threads.jpg
-share/wallpapers/rainbow_alleys.jpg
-share/wallpapers/red_big_bang.jpg
-share/wallpapers/redblue_filaments.jpg
-share/wallpapers/ringworm_circus.jpg
-share/wallpapers/rose_petals.jpg
-share/wallpapers/rotten_vegetables.jpg
-share/wallpapers/rubber_cds.jpg
-share/wallpapers/ruby_dunes.jpg
-share/wallpapers/ruins.jpg
-share/wallpapers/sandman.jpg
-share/wallpapers/sapphire_surface.jpg
-share/wallpapers/scattered_islands.jpg
-share/wallpapers/scraped_metal.jpg
-share/wallpapers/silver_vibration.jpg
-share/wallpapers/spinning_stones.jpg
-share/wallpapers/spoiled_sprouts.jpg
-share/wallpapers/stellar_shadows.jpg
-share/wallpapers/striped_fragments.jpg
-share/wallpapers/sulfur_lakes.jpg
-share/wallpapers/sunburnt_crust.jpg
-share/wallpapers/tarnished_rings.jpg
-share/wallpapers/techno_sharks.jpg
-share/wallpapers/terrain_relief.jpg
-share/wallpapers/theoretical_life.jpg
-share/wallpapers/thick_syrup.jpg
-share/wallpapers/thin_tentacles.jpg
-share/wallpapers/toe_paint.jpg
-share/wallpapers/tree_knobs.jpg
-share/wallpapers/tropical_leaves.jpg
-share/wallpapers/ufo_frenzy.jpg
-share/wallpapers/unstable_element.jpg
-share/wallpapers/vessel_swirl.jpg
-share/wallpapers/water01.jpg
-share/wallpapers/wavy_ribbons.jpg
-share/wallpapers/whiplash_vines.jpg
-share/wallpapers/whirling_spirit.jpg
-share/wallpapers/wind_chill.jpg
-share/wallpapers/wood1.jpg
-@dirrm share/doc/HTML/ru/kikbd
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmbell/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmdisplay/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminfo/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminput/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkeys/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkfm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkpanel/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkwm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmlocale/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsamba/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsyssound/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kdmconfig/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kthememgr/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/common
+@unexec rm -f %D/share/doc/HTML/en/kdebugdialog/common
+@unexec rm -f %D/share/doc/HTML/en/kdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kdisknav/common
+@unexec rm -f %D/share/doc/HTML/en/kdm/common
+@unexec rm -f %D/share/doc/HTML/en/kfm/common
+@unexec rm -f %D/share/doc/HTML/en/kfontmanager/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/faq/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/quickstart/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/userguide/common
+@unexec rm -f %D/share/doc/HTML/en/kikbd/common
+@unexec rm -f %D/share/doc/HTML/en/konsole/common
+@unexec rm -f %D/share/doc/HTML/en/kpager/common
+@unexec rm -f %D/share/doc/HTML/en/kwm/common
+@dirrm share/wallpapers
+@dirrm share/toolbar
+@dirrm share/templates/.source/emptydir
+@dirrm share/templates/.source
+@dirrm share/templates
+@dirrm share/skel
+@dirrm share/servicetypes
+@dirrm share/services
+@dirrm share/icons/locolor/32x32/devices
+@dirrm share/icons/locolor/32x32/apps
+@dirrm share/icons/locolor/32x32
+@dirrm share/icons/locolor/16x16/devices
+@dirrm share/icons/locolor/16x16/apps
+@dirrm share/icons/locolor/16x16
+@dirrm share/icons/locolor
+@dirrm share/icons/hicolor/48x48/devices
+@dirrm share/icons/hicolor/48x48/apps
+@dirrm share/icons/hicolor/48x48
+@dirrm share/icons/hicolor/32x32/devices
+@dirrm share/icons/hicolor/32x32/apps
+@dirrm share/icons/hicolor/32x32
+@dirrm share/icons/hicolor
+@dirrm share/icons
@dirrm share/doc/HTML/en/kwm
-@dirrm share/doc/HTML/en/kvt
-@dirrm share/doc/HTML/en/kthememgr
-@dirrm share/doc/HTML/en/kpanel
@dirrm share/doc/HTML/en/kpager
@dirrm share/doc/HTML/en/konsole
-@dirrm share/doc/HTML/en/kmenuedit
-@dirrm share/doc/HTML/en/kmedia
@dirrm share/doc/HTML/en/kikbd
-@dirrm share/doc/HTML/en/kfontmanager
+@dirrm share/doc/HTML/en/khelpcenter/userguide
+@dirrm share/doc/HTML/en/khelpcenter/quickstart
+@dirrm share/doc/HTML/en/khelpcenter/faq
+@dirrm share/doc/HTML/en/khelpcenter
@dirrm share/doc/HTML/en/kfm
-@dirrm share/doc/HTML/en/kfind
@dirrm share/doc/HTML/en/kdm
@dirrm share/doc/HTML/en/kdisknav
-@dirrm share/doc/HTML/en/kdehelp/quickstart
-@dirrm share/doc/HTML/en/kdehelp/kwm
-@dirrm share/doc/HTML/en/kdehelp/kpanel
-@dirrm share/doc/HTML/en/kdehelp
+@dirrm share/doc/HTML/en/kdesu
+@dirrm share/doc/HTML/en/kdebugdialog
@dirrm share/doc/HTML/en/kcontrol/kthememgr
@dirrm share/doc/HTML/en/kcontrol/kdmconfig
@dirrm share/doc/HTML/en/kcontrol/kcmsyssound
@@ -2460,63 +1784,95 @@ share/wallpapers/wood1.jpg
@dirrm share/doc/HTML/en/kcontrol/kcmkpanel
@dirrm share/doc/HTML/en/kcontrol/kcmkfm
@dirrm share/doc/HTML/en/kcontrol/kcmkeys
+@dirrm share/doc/HTML/en/kcontrol/kcmkdesu
@dirrm share/doc/HTML/en/kcontrol/kcminput
@dirrm share/doc/HTML/en/kcontrol/kcminfo
@dirrm share/doc/HTML/en/kcontrol/kcmdisplay
@dirrm share/doc/HTML/en/kcontrol/kcmbell
@dirrm share/doc/HTML/en/kcontrol
+@dirrm share/apps/quickbrowser
@dirrm share/apps/kwm/pics
@dirrm share/apps/kwm
-@dirrm share/apps/kthememgr/Themes
-@dirrm share/apps/kthememgr
+@dirrm share/apps/kwin
+@dirrm share/apps/kwelcome/pics
+@dirrm share/apps/kwelcome
@dirrm share/apps/kscreensaver
-@dirrm share/apps/kpanel/pics/mini
-@dirrm share/apps/kpanel/pics/large
-@dirrm share/apps/kpanel/pics
-@dirrm share/apps/kpanel/default
-@dirrm share/apps/kpanel
@dirrm share/apps/konsole
-@dirrm share/apps/kikbd/codes
-@dirrm share/apps/kikbd
-@dirrm share/apps/kfm/pics
-@dirrm share/apps/kfm/Desktop/Templates
-@dirrm share/apps/kfm/Desktop
-@dirrm share/apps/kfm
-@dirrm share/apps/kfind/toolbar
-@dirrm share/apps/kfind
-@dirrm share/apps/kdmconfig/pics
-@dirrm share/apps/kdmconfig
+@dirrm share/apps/konqueror/pics
+@dirrm share/apps/konqueror/dirtree/remote/web
+@dirrm share/apps/konqueror/dirtree/remote/ftp
+@dirrm share/apps/konqueror/dirtree/remote
+@dirrm share/apps/konqueror/dirtree
+@dirrm share/apps/konqueror
+@dirrm share/apps/konqlistview
+@dirrm share/apps/konqiconview
+@dirrm share/apps/kio_info
+@dirrm share/apps/kicker/tiles
+@dirrm share/apps/kicker/pics
+@dirrm share/apps/kicker/internalapplets
+@dirrm share/apps/kicker/default
+@dirrm share/apps/kicker
+@dirrm share/apps/khelpcenter/plugins/Tutorials
+@dirrm share/apps/khelpcenter/plugins
+@dirrm share/apps/khelpcenter
@dirrm share/apps/kdm/pics/users
@dirrm share/apps/kdm/pics
@dirrm share/apps/kdm
@dirrm share/apps/kdisplay/color-schemes
@dirrm share/apps/kdisplay/app-defaults
@dirrm share/apps/kdisplay
-@dirrm share/apps/kdisknav
+@dirrm share/apps/kdewizard/pics
+@dirrm share/apps/kdewizard/html
+@dirrm share/apps/kdewizard
+@dirrm share/apps/kdesktop/programs
+@dirrm share/apps/kdesktop/pics
+@dirrm share/apps/kdesktop/patterns
+@dirrm share/apps/kdesktop/DesktopLinks
+@dirrm share/apps/kdesktop
@dirrm share/apps/kcontrol/pics
@dirrm share/apps/kcontrol
-@dirrm share/apps/kcmlocale/pics
-@dirrm share/apps/kcmlocale
-@dirrm share/apps/kappfinder/pics/mini
-@dirrm share/apps/kappfinder/pics/large
-@dirrm share/apps/kappfinder/pics
@dirrm share/apps/kappfinder/apps/WordProcessing
@dirrm share/apps/kappfinder/apps/Utilities
@dirrm share/apps/kappfinder/apps/Toys
+@dirrm share/apps/kappfinder/apps/System/ScreenSavers
@dirrm share/apps/kappfinder/apps/System
@dirrm share/apps/kappfinder/apps/Office
+@dirrm share/apps/kappfinder/apps/Multimedia
@dirrm share/apps/kappfinder/apps/Internet
-@dirrm share/apps/kappfinder/apps/Graphic
+@dirrm share/apps/kappfinder/apps/Graphics
@dirrm share/apps/kappfinder/apps/Editors
@dirrm share/apps/kappfinder/apps/Development
@dirrm share/apps/kappfinder/apps
@dirrm share/apps/kappfinder
-@dirrm share/applnk/Settings/Windows
+@dirrm share/apps/drkonqi/presets
+@dirrm share/apps/drkonqi/pics
+@dirrm share/apps/drkonqi
+@dirrm share/applnk/Utilities
+@dirrm share/applnk/Toys
+@dirrm share/applnk/System/ScreenSavers
+@dirrm share/applnk/System
+@dirrm share/applnk/Settings/System
@dirrm share/applnk/Settings/Sound
-@dirrm share/applnk/Settings/Network
-@dirrm share/applnk/Settings/Keys
-@dirrm share/applnk/Settings/Input_Devices
+@dirrm share/applnk/Settings/PowerControl
+@dirrm share/applnk/Settings/Personalization
+@dirrm share/applnk/Settings/Peripherals
+@dirrm share/applnk/Settings/LookNFeel/Windows
+@dirrm share/applnk/Settings/LookNFeel/Themes
+@dirrm share/applnk/Settings/LookNFeel/Desktop
+@dirrm share/applnk/Settings/LookNFeel
@dirrm share/applnk/Settings/Information
-@dirrm share/applnk/Settings/Desktop
+@dirrm share/applnk/Settings/Browsing/Web
+@dirrm share/applnk/Settings/Browsing/Neighbourhood
+@dirrm share/applnk/Settings/Browsing/Files
+@dirrm share/applnk/Settings/Browsing
+@dirrm share/applnk/Settings/Applications/System
@dirrm share/applnk/Settings/Applications
-@dirrm cgi-bin
+@dirrm share/applnk/Settings
+@dirrm share/applnk/Multimedia
+@dirrm share/applnk/Internet
+@dirrm share/applnk/Graphics
+@dirrm share/applnk/Games
+@dirrm share/applnk/Control
+@dirrm share/applnk/Applications
+@exec /sbin/ldconfig -m %D/lib
+@unexec /sbin/ldconfig -R
diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile
index 142cb33134f5..639c5c610fdd 100644
--- a/x11/kdebase4-workspace/Makefile
+++ b/x11/kdebase4-workspace/Makefile
@@ -1,45 +1,33 @@
-# New ports collection makefile for: kdebase
-# Date created: 28 October 1997
-# Whom: Stefan Eßer <se@freebsd.org>
+# New ports collection makefile for: kdebase2
+# Date created: Fri Apr 14 2000 15:05:00 EDT
+# Whom: will
#
# $FreeBSD$
#
PORTNAME= kdebase
-PORTVERSION= 1.1.2
+PORTVERSION= 1.90
CATEGORIES= x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
+MASTER_SITE_SUBDIR= unstable/distribution/tar/src
-MAINTAINER= se@freebsd.org
+MAINTAINER= will@FreeBSD.org
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- kdecore.3:${PORTSDIR}/x11/kdelibs11 \
+LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
Xpm.4:${PORTSDIR}/graphics/xpm \
intl.1:${PORTSDIR}/devel/gettext
+MOC?= ${X11BASE}/bin/moc2
USE_XLIB= yes
USE_BZIP2= yes
-USE_QT= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
- "--with-xdmdir=${X11BASE}/lib/X11/xdm"
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
- INSTALL_SCRIPT="install -c -m 555" \
- PATH="${PATH}:${X11BASE}/bin"
+USE_QT2= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
+ --with-qt-dir=${X11BASE} \
+ --with-qt-includes=${X11BASE}/include/qt2 \
+ --with-qt-libraries=${X11BASE}/lib
+CONFIGURE_ENV+= MOC="${MOC}"
USE_GMAKE= yes
-MAKE_ENV= RM=${RM}
-CFLAGS+= "-I$(PREFIX)/include"
-
-KSSES= kattraction.kss kbanner.kss kbat.kss kblankscrn.kss \
- kblob.kss kbouboule.kss kbsod.kss kflame.kss kforest.kss \
- khop.kss klaser.kss klines.kss klissie.kss kmatrix.kss \
- kmorph3d.kss kpipes.kss kpolygon.kss kpyro.kss krock.kss \
- kscience.kss kslidescreen.kss kslip.kss kspace.kss kswarm.kss
-
-post-install:
-.for KSS in $(KSSES)
- $(CHMOD) 4555 $(PREFIX)/bin/$(KSS)
-.endfor
.include <bsd.port.mk>
diff --git a/x11/kdebase4-workspace/distinfo b/x11/kdebase4-workspace/distinfo
index 3b5e9ff7e1a1..1c93ddf3d36e 100644
--- a/x11/kdebase4-workspace/distinfo
+++ b/x11/kdebase4-workspace/distinfo
@@ -1 +1 @@
-MD5 (kdebase-1.1.2.tar.bz2) = 330492b058e8087fca7f1ce350363254
+MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
diff --git a/x11/kdebase4-workspace/pkg-plist b/x11/kdebase4-workspace/pkg-plist
index 0ac6b849cfd3..7906bc632d7e 100644
--- a/x11/kdebase4-workspace/pkg-plist
+++ b/x11/kdebase4-workspace/pkg-plist
@@ -1,362 +1,476 @@
+bin/chooser
+bin/drkonqi
+bin/exampleapplet
+bin/eyesapplet
bin/kappfinder
-bin/kappfinder_restart
-bin/kattraction.kss
-bin/kaudioserver
bin/kbanner.kss
bin/kbat.kss
-bin/kbgndwm
bin/kblankscrn.kss
bin/kblob.kss
bin/kbouboule.kss
bin/kbsod.kss
bin/kcheckpass
-bin/kcmbell
-bin/kcmdisplay
-bin/kcmikbd
-bin/kcminfo
-bin/kcminput
-bin/kcmkeys
-bin/kcmkfm
-bin/kcmkonsole
-bin/kcmkpanel
-bin/kcmkwm
-bin/kcmlocale
-bin/kcmsamba
-bin/kcmsyssound
+bin/kcminit
+bin/kcmshell
bin/kcontrol
-bin/kde
-bin/kdehelp
+bin/kdebugdialog
+bin/kdesktop
+bin/kdesu
+bin/kdesud
+bin/kdewizard
bin/kdm
-bin/kdmconfig
bin/kdmdesktop
-bin/kfind
-bin/kflame.kss
-bin/kfm
bin/kfmclient
bin/kfmexec
-bin/kfmsu
-bin/kfmsu2
-bin/kfmwarn
-bin/kfontmanager
-bin/kforest.kss
+bin/khelpcenter
bin/khop.kss
-bin/kikbd
-bin/kioslave
-bin/klaser.kss
+bin/kicker
bin/klines.kss
-bin/klissie.kss
-bin/klock
bin/kmatrix.kss
-bin/kmenuedit
bin/kmorph3d.kss
+bin/konqueror
bin/konsole
bin/konsole_grantpty
-bin/kpager
-bin/kpanel
bin/kpipes.kss
-bin/kplayaudio
bin/kpolygon.kss
+bin/kprintwrapper
bin/kpyro.kss
+bin/krandom.kss
bin/krdb
bin/krock.kss
-bin/krootwm
+bin/krunonce
bin/kscience.kss
bin/kslidescreen.kss
-bin/kslip.kss
+bin/kslideshow.kss
+bin/ksmserver
bin/kspace.kss
bin/kstart
bin/kswarm.kss
-bin/kthememgr
-bin/kvt
-bin/kwm
-bin/kwmcom
-bin/kwmsound
-bin/maudio
-bin/rman
+bin/kwelcome
+bin/kwin
+bin/kwrited
+bin/kxmlrpcd
+bin/kxsconfig
+bin/kxsrun
+bin/man2html
bin/startkde
-bin/unpack
-cgi-bin/helpindex
-cgi-bin/helpsearch
+bin/swallowapplet
+include/KBackgroundIface.h
+include/KDesktopIface.h
+include/KScreensaverIface.h
+include/KWinInterface.h
+include/KonquerorIface.h
+include/kbookmark.h
+include/kbookmarkbar.h
+include/kbookmarkmenu.h
+include/kfileivi.h
+include/knewmenu.h
+include/konq_bgnddlg.h
+include/konq_events.h
+include/konq_propsview.h
+include/konqdefaults.h
+include/konqdirlister.h
+include/konqdrag.h
+include/konqfileitem.h
+include/konqiconviewwidget.h
+include/konqoperations.h
+include/konqpopupmenu.h
+include/konqsettings.h
+lib/kdesktop.la
+lib/kdesktop.so
+lib/kfmclient.la
+lib/kfmclient.so
+lib/kio_help.la
+lib/kio_help.so
+lib/kio_info.la
+lib/kio_info.so
+lib/kio_man.la
+lib/kio_man.so
+lib/kio_nntp.la
+lib/kio_nntp.so
+lib/kio_pop3.la
+lib/kio_pop3.so
+lib/kio_smb.la
+lib/kio_smb.so
+lib/konqueror.la
+lib/konqueror.so
+lib/konsole.la
+lib/konsole.so
+lib/kwin.la
+lib/kwin.so
+lib/kwrited.la
+lib/kwrited.so
+lib/kxmlrpcd.la
+lib/kxmlrpcd.so
+lib/libkasbarapplet.la
+lib/libkasbarapplet.so.1
+lib/libkcm_arts.la
+lib/libkcm_arts.so
+lib/libkcm_clock.la
+lib/libkcm_clock.so
+lib/libkcm_display.la
+lib/libkcm_display.so
+lib/libkcm_drkonqi.la
+lib/libkcm_drkonqi.so
+lib/libkcm_email.la
+lib/libkcm_email.so
+lib/libkcm_filetypes.la
+lib/libkcm_filetypes.so
+lib/libkcm_info.la
+lib/libkcm_info.so
+lib/libkcm_input.la
+lib/libkcm_input.so
+lib/libkcm_kdm.la
+lib/libkcm_kdm.so
+lib/libkcm_keys.la
+lib/libkcm_keys.so
+lib/libkcm_kicker.la
+lib/libkcm_kicker.so
+lib/libkcm_kio.la
+lib/libkcm_kio.so
+lib/libkcm_knotify.la
+lib/libkcm_knotify.so
+lib/libkcm_konq.la
+lib/libkcm_konq.so
+lib/libkcm_konqhtml.la
+lib/libkcm_konqhtml.so
+lib/libkcm_kurifilt.la
+lib/libkcm_kurifilt.so
+lib/libkcm_kwindesktop.la
+lib/libkcm_kwindesktop.so
+lib/libkcm_kwinmouse.la
+lib/libkcm_kwinmouse.so
+lib/libkcm_kwinoptions.la
+lib/libkcm_kwinoptions.so
+lib/libkcm_locale.la
+lib/libkcm_locale.so
+lib/libkcm_passwords.la
+lib/libkcm_passwords.so
+lib/libkcm_samba.la
+lib/libkcm_samba.so
+lib/libkcm_sample.la
+lib/libkcm_sample.so
+lib/libkcm_syssound.la
+lib/libkcm_syssound.so
+lib/libkdateapplet.la
+lib/libkdateapplet.so.1
+lib/libkdockapplet.la
+lib/libkdockapplet.so.1
+lib/libkhelpcenter.la
+lib/libkhelpcenter.so.1
+lib/libkminipagerapplet.la
+lib/libkminipagerapplet.so.1
+lib/libkonq.la
+lib/libkonq.so.3
+lib/libkonqdirtree.la
+lib/libkonqdirtree.so.1
+lib/libkonqiconview.la
+lib/libkonqiconview.so.1
+lib/libkonqlistview.la
+lib/libkonqlistview.so.1
+lib/libkonsole.la
+lib/libkonsole.so.1
+lib/libkoolclockapplet.la
+lib/libkoolclockapplet.so.1
+lib/libkpagerapplet.la
+lib/libkpagerapplet.so.1
+lib/libkpagericon.la
+lib/libkpagericon.so.1
+lib/libkpagerpixmap.la
+lib/libkpagerpixmap.so.1
+lib/libkshorturifilter.la
+lib/libkshorturifilter.so.1
+lib/libktaskbarapplet.la
+lib/libktaskbarapplet.so.1
+lib/libkuriikwsfilter.la
+lib/libkuriikwsfilter.so.1
+lib/libkwinb2.la
+lib/libkwinb2.so.1
+lib/libkwinkstep.la
+lib/libkwinkstep.so.1
+lib/libkwinlaptop.la
+lib/libkwinlaptop.so.1
+lib/libkwinmodernsys.la
+lib/libkwinmodernsys.so.1
+lib/libkwinriscos.la
+lib/libkwinriscos.so.1
+lib/libkwinsystem.la
+lib/libkwinsystem.so.1
+lib/libsmb++.la
+lib/libsmb++.so.0
share/applnk/.directory
share/applnk/Applications/.directory
+share/applnk/Control/.directory
+share/applnk/Control/SysInfo.desktop
+share/applnk/Control/System.desktop
+share/applnk/Control/User.desktop
share/applnk/Games/.directory
share/applnk/Graphics/.directory
-share/applnk/Help.kdelnk
-share/applnk/Home.kdelnk
+share/applnk/Help.desktop
+share/applnk/Home.desktop
share/applnk/Internet/.directory
-share/applnk/KControl.kdelnk
-share/applnk/Kfind.kdelnk
-share/applnk/Krefresh.kdelnk
share/applnk/Multimedia/.directory
share/applnk/Settings/.directory
share/applnk/Settings/Applications/.directory
-share/applnk/Settings/Applications/kdm.kdelnk
-share/applnk/Settings/Applications/kfm.kdelnk
-share/applnk/Settings/Applications/kfmbrowser.kdelnk
-share/applnk/Settings/Applications/panel.kdelnk
-share/applnk/Settings/Desktop/.directory
-share/applnk/Settings/Desktop/background.kdelnk
-share/applnk/Settings/Desktop/borders.kdelnk
-share/applnk/Settings/Desktop/colors.kdelnk
-share/applnk/Settings/Desktop/fonts.kdelnk
-share/applnk/Settings/Desktop/icons.kdelnk
-share/applnk/Settings/Desktop/kthememgr.kdelnk
-share/applnk/Settings/Desktop/language.kdelnk
-share/applnk/Settings/Desktop/screensaver.kdelnk
-share/applnk/Settings/Desktop/style.kdelnk
+share/applnk/Settings/Applications/System/kdm.desktop
+share/applnk/Settings/Applications/drkonqi.desktop
+share/applnk/Settings/Browsing/.directory
+share/applnk/Settings/Browsing/Files/filetypes.desktop
+share/applnk/Settings/Browsing/Files/kcmkonq.desktop
+share/applnk/Settings/Browsing/Neighbourhood/smb.desktop
+share/applnk/Settings/Browsing/Web/cookies.desktop
+share/applnk/Settings/Browsing/Web/ebrowsing.desktop
+share/applnk/Settings/Browsing/Web/konqhtml.desktop
+share/applnk/Settings/Browsing/Web/proxy.desktop
+share/applnk/Settings/Browsing/Web/useragent.desktop
share/applnk/Settings/Information/.directory
-share/applnk/Settings/Information/devices.kdelnk
-share/applnk/Settings/Information/dma.kdelnk
-share/applnk/Settings/Information/interrupts.kdelnk
-share/applnk/Settings/Information/ioports.kdelnk
-share/applnk/Settings/Information/memory.kdelnk
-share/applnk/Settings/Information/partitions.kdelnk
-share/applnk/Settings/Information/pci.kdelnk
-share/applnk/Settings/Information/processor.kdelnk
-share/applnk/Settings/Information/scsi.kdelnk
-share/applnk/Settings/Information/smbstatus.kdelnk
-share/applnk/Settings/Information/sound.kdelnk
-share/applnk/Settings/Information/xserver.kdelnk
-share/applnk/Settings/Input_Devices/.directory
-share/applnk/Settings/Input_Devices/kcmikbd.kdelnk
-share/applnk/Settings/Input_Devices/keyboard.kdelnk
-share/applnk/Settings/Input_Devices/mouse.kdelnk
-share/applnk/Settings/Keys/.directory
-share/applnk/Settings/Keys/global.kdelnk
-share/applnk/Settings/Keys/standard.kdelnk
-share/applnk/Settings/Network/.directory
+share/applnk/Settings/Information/devices.desktop
+share/applnk/Settings/Information/dma.desktop
+share/applnk/Settings/Information/interrupts.desktop
+share/applnk/Settings/Information/ioports.desktop
+share/applnk/Settings/Information/memory.desktop
+share/applnk/Settings/Information/partitions.desktop
+share/applnk/Settings/Information/pci.desktop
+share/applnk/Settings/Information/processor.desktop
+share/applnk/Settings/Information/scsi.desktop
+share/applnk/Settings/Information/smbstatus.desktop
+share/applnk/Settings/Information/sound.desktop
+share/applnk/Settings/Information/xserver.desktop
+share/applnk/Settings/LookNFeel/.directory
+share/applnk/Settings/LookNFeel/Desktop/.directory
+share/applnk/Settings/LookNFeel/Desktop/advanced.desktop
+share/applnk/Settings/LookNFeel/Desktop/background.desktop
+share/applnk/Settings/LookNFeel/Desktop/borders.desktop
+share/applnk/Settings/LookNFeel/Desktop/desktop.desktop
+share/applnk/Settings/LookNFeel/Desktop/icons.desktop
+share/applnk/Settings/LookNFeel/Themes/style.desktop
+share/applnk/Settings/LookNFeel/Windows/.directory
+share/applnk/Settings/LookNFeel/Windows/actions.desktop
+share/applnk/Settings/LookNFeel/Windows/mouse.desktop
+share/applnk/Settings/LookNFeel/colors.desktop
+share/applnk/Settings/LookNFeel/fonts.desktop
+share/applnk/Settings/LookNFeel/kcmnotify.desktop
+share/applnk/Settings/LookNFeel/keys.desktop
+share/applnk/Settings/LookNFeel/panel.desktop
+share/applnk/Settings/LookNFeel/screensaver.desktop
+share/applnk/Settings/Peripherals/.directory
+share/applnk/Settings/Peripherals/keyboard.desktop
+share/applnk/Settings/Peripherals/mouse.desktop
+share/applnk/Settings/Personalization/.directory
+share/applnk/Settings/Personalization/email.desktop
+share/applnk/Settings/Personalization/language.desktop
+share/applnk/Settings/Personalization/passwords.desktop
+share/applnk/Settings/PowerControl/.directory
+share/applnk/Settings/PowerControl/energy.desktop
share/applnk/Settings/Sound/.directory
-share/applnk/Settings/Sound/bell.kdelnk
-share/applnk/Settings/Sound/syssound.kdelnk
-share/applnk/Settings/Windows/.directory
-share/applnk/Settings/Windows/advanced.kdelnk
-share/applnk/Settings/Windows/buttons.kdelnk
-share/applnk/Settings/Windows/mouse.kdelnk
-share/applnk/Settings/Windows/properties.kdelnk
-share/applnk/Settings/Windows/titlebar.kdelnk
+share/applnk/Settings/Sound/arts.desktop
+share/applnk/Settings/Sound/syssound.desktop
+share/applnk/Settings/System/clock.desktop
share/applnk/System/.directory
-share/applnk/System/Arrange.kdelnk
-share/applnk/System/Kfontmanager.kdelnk
-share/applnk/System/kappfinder.kdelnk
-share/applnk/System/kfmsu.kdelnk
-share/applnk/System/kikbd.kdelnk
-share/applnk/System/kpager.kdelnk
-share/applnk/Trash.kdelnk
+share/applnk/System/Arrange.desktop
+share/applnk/System/ScreenSavers/.directory
+share/applnk/System/ScreenSavers/KAttration.desktop
+share/applnk/System/ScreenSavers/KBanner.desktop
+share/applnk/System/ScreenSavers/KBat.desktop
+share/applnk/System/ScreenSavers/KBlankscreen.desktop
+share/applnk/System/ScreenSavers/KBlob.desktop
+share/applnk/System/ScreenSavers/KBouboule.desktop
+share/applnk/System/ScreenSavers/KBsod.desktop
+share/applnk/System/ScreenSavers/KFlame.desktop
+share/applnk/System/ScreenSavers/KForest.desktop
+share/applnk/System/ScreenSavers/KHop.desktop
+share/applnk/System/ScreenSavers/KLaser.desktop
+share/applnk/System/ScreenSavers/KLines.desktop
+share/applnk/System/ScreenSavers/KLissie.desktop
+share/applnk/System/ScreenSavers/KMatrix.desktop
+share/applnk/System/ScreenSavers/KMorph3D.desktop
+share/applnk/System/ScreenSavers/KPipes.desktop
+share/applnk/System/ScreenSavers/KPolygon.desktop
+share/applnk/System/ScreenSavers/KPyro.desktop
+share/applnk/System/ScreenSavers/KRandom.desktop
+share/applnk/System/ScreenSavers/KRock.desktop
+share/applnk/System/ScreenSavers/KScience.desktop
+share/applnk/System/ScreenSavers/KSlidescreen.desktop
+share/applnk/System/ScreenSavers/KSlideshow.desktop
+share/applnk/System/ScreenSavers/KSlip.desktop
+share/applnk/System/ScreenSavers/KSpace.desktop
+share/applnk/System/ScreenSavers/KSwarm.desktop
+share/applnk/System/ScreenSavers/Worm.desktop
+share/applnk/System/kappfinder.desktop
+share/applnk/System/kfmclient.desktop
+share/applnk/System/konquerorsu.desktop
+share/applnk/System/konsole.desktop
+share/applnk/System/konsolesu.desktop
+share/applnk/Trash.desktop
share/applnk/Utilities/.directory
-share/applnk/Utilities/KMenuEdit.kdelnk
-share/applnk/Utilities/konsole.kdelnk
-share/applnk/Utilities/kvt.kdelnk
+share/applnk/Utilities/kdewizard.desktop
+share/applnk/Utilities/passwd.desktop
+share/applnk/Utilities/xclipboard.desktop
+share/applnk/Utilities/xclock.desktop
+share/applnk/Utilities/xconsole.desktop
+share/applnk/Utilities/xterm.desktop
+share/apps/drkonqi/pics/konqi.png
+share/apps/drkonqi/presets/developerrc
+share/apps/drkonqi/presets/enduserrc
share/apps/kappfinder/apps/.directory
share/apps/kappfinder/apps/Development/.directory
-share/apps/kappfinder/apps/Development/ddd.kdelnk
-share/apps/kappfinder/apps/Development/dlgedit.kdelnk
+share/apps/kappfinder/apps/Development/ddd.desktop
+share/apps/kappfinder/apps/Development/dlgedit.desktop
share/apps/kappfinder/apps/Editors/.directory
-share/apps/kappfinder/apps/Editors/emacs.kdelnk
-share/apps/kappfinder/apps/Editors/lemacs.kdelnk
-share/apps/kappfinder/apps/Editors/nedit.kdelnk
-share/apps/kappfinder/apps/Editors/xedit.kdelnk
-share/apps/kappfinder/apps/Editors/xemacs.kdelnk
-share/apps/kappfinder/apps/Graphic/.directory
-share/apps/kappfinder/apps/Graphic/acroread.kdelnk
-share/apps/kappfinder/apps/Graphic/xfig.kdelnk
-share/apps/kappfinder/apps/Graphic/xpaint.kdelnk
-share/apps/kappfinder/apps/Graphic/xv.kdelnk
+share/apps/kappfinder/apps/Editors/emacs.desktop
+share/apps/kappfinder/apps/Editors/gvim.desktop
+share/apps/kappfinder/apps/Editors/lemacs.desktop
+share/apps/kappfinder/apps/Editors/nedit.desktop
+share/apps/kappfinder/apps/Editors/xedit.desktop
+share/apps/kappfinder/apps/Editors/xemacs.desktop
+share/apps/kappfinder/apps/Graphics/.directory
+share/apps/kappfinder/apps/Graphics/acroread.desktop
+share/apps/kappfinder/apps/Graphics/gimp.desktop
+share/apps/kappfinder/apps/Graphics/xfig.desktop
+share/apps/kappfinder/apps/Graphics/xpaint.desktop
+share/apps/kappfinder/apps/Graphics/xv.desktop
share/apps/kappfinder/apps/Internet/.directory
-share/apps/kappfinder/apps/Internet/arena.kdelnk
-share/apps/kappfinder/apps/Internet/coolmail.kdelnk
-share/apps/kappfinder/apps/Internet/netscape.kdelnk
-share/apps/kappfinder/apps/Internet/pine.kdelnk
-share/apps/kappfinder/apps/Internet/xbiff.kdelnk
-share/apps/kappfinder/apps/Internet/xfmail.kdelnk
-share/apps/kappfinder/apps/Internet/xftp.kdelnk
+share/apps/kappfinder/apps/Internet/arena.desktop
+share/apps/kappfinder/apps/Internet/coolmail.desktop
+share/apps/kappfinder/apps/Internet/netscape.desktop
+share/apps/kappfinder/apps/Internet/pine.desktop
+share/apps/kappfinder/apps/Internet/xbiff.desktop
+share/apps/kappfinder/apps/Internet/xfmail.desktop
+share/apps/kappfinder/apps/Internet/xftp.desktop
+share/apps/kappfinder/apps/Multimedia/.directory
+share/apps/kappfinder/apps/Multimedia/xmms.desktop
share/apps/kappfinder/apps/Office/.directory
-share/apps/kappfinder/apps/Office/Applix.kdelnk
-share/apps/kappfinder/apps/Office/XAcc.kdelnk
-share/apps/kappfinder/apps/Office/XsLite.kdelnk
-share/apps/kappfinder/apps/Office/plan.kdelnk
+share/apps/kappfinder/apps/Office/Applix.desktop
+share/apps/kappfinder/apps/Office/XAcc.desktop
+share/apps/kappfinder/apps/Office/XsLite.desktop
+share/apps/kappfinder/apps/Office/plan.desktop
share/apps/kappfinder/apps/System/.directory
-share/apps/kappfinder/apps/System/xosview.kdelnk
+share/apps/kappfinder/apps/System/ScreenSavers/.directory
+share/apps/kappfinder/apps/System/ScreenSavers/Ant.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Atlantis.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Attraction.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Braid.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubble3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubbles.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cage.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Compass.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Coral.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Crystal.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cynosure.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Drift.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Fadeplot.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flag.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flow.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Forest.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/GLPlanet.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Galaxy.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Gears.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Goop.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Grav.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hopalong.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hypercube.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Ifs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Imsmap.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Interference.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Julia.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kaleidescope.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kumppa.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/LMorph.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lament.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Laser.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lightning.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lissie.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Moenius.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Penrose.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Phosphor.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Pulsar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Rubik.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sonar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sproingies.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Stairs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Starfish.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Strange.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Superquadrics.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Swirl.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/T3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Triangle.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Vines.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Worm.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XFlame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XJack.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XMatrix.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XPipes.desktop
+share/apps/kappfinder/apps/System/sam.desktop
+share/apps/kappfinder/apps/System/xosview.desktop
share/apps/kappfinder/apps/Toys/.directory
-share/apps/kappfinder/apps/Toys/xeyes.kdelnk
-share/apps/kappfinder/apps/Toys/xpinguin.kdelnk
+share/apps/kappfinder/apps/Toys/xeyes.desktop
+share/apps/kappfinder/apps/Toys/xpinguin.desktop
share/apps/kappfinder/apps/Utilities/.directory
-share/apps/kappfinder/apps/Utilities/passwd.kdelnk
-share/apps/kappfinder/apps/Utilities/xcalc.kdelnk
-share/apps/kappfinder/apps/Utilities/xclipboard.kdelnk
-share/apps/kappfinder/apps/Utilities/xclock.kdelnk
-share/apps/kappfinder/apps/Utilities/xconsole.kdelnk
-share/apps/kappfinder/apps/Utilities/xload.kdelnk
-share/apps/kappfinder/apps/Utilities/xterm.kdelnk
+share/apps/kappfinder/apps/Utilities/jar.desktop
+share/apps/kappfinder/apps/Utilities/passwd.desktop
+share/apps/kappfinder/apps/Utilities/xcalc.desktop
+share/apps/kappfinder/apps/Utilities/xclipboard.desktop
+share/apps/kappfinder/apps/Utilities/xclock.desktop
+share/apps/kappfinder/apps/Utilities/xconsole.desktop
+share/apps/kappfinder/apps/Utilities/xload.desktop
+share/apps/kappfinder/apps/Utilities/xterm.desktop
share/apps/kappfinder/apps/WordProcessing/.directory
-share/apps/kappfinder/apps/WordProcessing/WordPerfect.kdelnk
-share/apps/kappfinder/apps/WordProcessing/acroread.kdelnk
-share/apps/kappfinder/apps/WordProcessing/ghostview.kdelnk
-share/apps/kappfinder/apps/WordProcessing/gv.kdelnk
-share/apps/kappfinder/apps/WordProcessing/lyx.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xdvi.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xpdf.kdelnk
-share/apps/kappfinder/pics/acroread.xpm
-share/apps/kappfinder/pics/applix.xpm
-share/apps/kappfinder/pics/applixware.xpm
-share/apps/kappfinder/pics/civctp.xpm
-share/apps/kappfinder/pics/dlgedit.xpm
-share/apps/kappfinder/pics/edit.xpm
-share/apps/kappfinder/pics/emacs.xpm
-share/apps/kappfinder/pics/email.xpm
-share/apps/kappfinder/pics/gimp.xpm
-share/apps/kappfinder/pics/gnu.xpm
-share/apps/kappfinder/pics/gs.xpm
-share/apps/kappfinder/pics/gv.xpm
-share/apps/kappfinder/pics/large/acroread.xpm
-share/apps/kappfinder/pics/large/applixware.xpm
-share/apps/kappfinder/pics/large/civctp.xpm
-share/apps/kappfinder/pics/large/dlgedit.xpm
-share/apps/kappfinder/pics/large/edit.xpm
-share/apps/kappfinder/pics/large/gimp.xpm
-share/apps/kappfinder/pics/large/gnu.xpm
-share/apps/kappfinder/pics/large/gs.xpm
-share/apps/kappfinder/pics/large/gv.xpm
-share/apps/kappfinder/pics/large/lyx.xpm
-share/apps/kappfinder/pics/large/mathematica.xpm
-share/apps/kappfinder/pics/large/mozilla.xpm
-share/apps/kappfinder/pics/large/nedit.xpm
-share/apps/kappfinder/pics/large/penguin.xpm
-share/apps/kappfinder/pics/large/plan.xpm
-share/apps/kappfinder/pics/large/quake2.xpm
-share/apps/kappfinder/pics/large/quake3.xpm
-share/apps/kappfinder/pics/large/wabi.xpm
-share/apps/kappfinder/pics/large/wordperfect.xpm
-share/apps/kappfinder/pics/large/x.xpm
-share/apps/kappfinder/pics/large/xcalc.xpm
-share/apps/kappfinder/pics/large/xclipboard.xpm
-share/apps/kappfinder/pics/large/xclock.xpm
-share/apps/kappfinder/pics/large/xconsole.xpm
-share/apps/kappfinder/pics/large/xedit.xpm
-share/apps/kappfinder/pics/large/xephem.xpm
-share/apps/kappfinder/pics/large/xeyes.xpm
-share/apps/kappfinder/pics/large/xfig.xpm
-share/apps/kappfinder/pics/large/xfmail.xpm
-share/apps/kappfinder/pics/large/xload.xpm
-share/apps/kappfinder/pics/large/xosview.xpm
-share/apps/kappfinder/pics/large/xpaint.xpm
-share/apps/kappfinder/pics/large/xpdf.xpm
-share/apps/kappfinder/pics/large/xv.xpm
-share/apps/kappfinder/pics/lyx.xpm
-share/apps/kappfinder/pics/mathematica.xpm
-share/apps/kappfinder/pics/mini/acroread.xpm
-share/apps/kappfinder/pics/mini/applixware.xpm
-share/apps/kappfinder/pics/mini/civctp.xpm
-share/apps/kappfinder/pics/mini/dlgedit.xpm
-share/apps/kappfinder/pics/mini/edit.xpm
-share/apps/kappfinder/pics/mini/emacs.xpm
-share/apps/kappfinder/pics/mini/email.xpm
-share/apps/kappfinder/pics/mini/gimp.xpm
-share/apps/kappfinder/pics/mini/gnu.xpm
-share/apps/kappfinder/pics/mini/gv.xpm
-share/apps/kappfinder/pics/mini/lyx.xpm
-share/apps/kappfinder/pics/mini/mathematica.xpm
-share/apps/kappfinder/pics/mini/mini-plan.xpm
-share/apps/kappfinder/pics/mini/mini-xslight.xpm
-share/apps/kappfinder/pics/mini/mozilla.xpm
-share/apps/kappfinder/pics/mini/nedit.xpm
-share/apps/kappfinder/pics/mini/netscape.xpm
-share/apps/kappfinder/pics/mini/penguin.xpm
-share/apps/kappfinder/pics/mini/pinguin.xpm
-share/apps/kappfinder/pics/mini/plan.xpm
-share/apps/kappfinder/pics/mini/quake2.xpm
-share/apps/kappfinder/pics/mini/quake3.xpm
-share/apps/kappfinder/pics/mini/vmware.xpm
-share/apps/kappfinder/pics/mini/wabi.xpm
-share/apps/kappfinder/pics/mini/wordperfect.xpm
-share/apps/kappfinder/pics/mini/wp.xpm
-share/apps/kappfinder/pics/mini/x.xpm
-share/apps/kappfinder/pics/mini/xcalc.xpm
-share/apps/kappfinder/pics/mini/xclipboard.xpm
-share/apps/kappfinder/pics/mini/xclock.xpm
-share/apps/kappfinder/pics/mini/xconsole.xpm
-share/apps/kappfinder/pics/mini/xedit.xpm
-share/apps/kappfinder/pics/mini/xemacs.xpm
-share/apps/kappfinder/pics/mini/xephem.xpm
-share/apps/kappfinder/pics/mini/xeyes.xpm
-share/apps/kappfinder/pics/mini/xfig.xpm
-share/apps/kappfinder/pics/mini/xfmail.xpm
-share/apps/kappfinder/pics/mini/xload.xpm
-share/apps/kappfinder/pics/mini/xosview.xpm
-share/apps/kappfinder/pics/mini/xpaint.xpm
-share/apps/kappfinder/pics/mini/xpdf.xpm
-share/apps/kappfinder/pics/mini/xv.xpm
-share/apps/kappfinder/pics/mozilla.xpm
-share/apps/kappfinder/pics/nedit.xpm
-share/apps/kappfinder/pics/netscape.xpm
-share/apps/kappfinder/pics/nogo.xpm
-share/apps/kappfinder/pics/penguin.xpm
-share/apps/kappfinder/pics/pinguin.xpm
-share/apps/kappfinder/pics/plan.xpm
-share/apps/kappfinder/pics/quake2.xpm
-share/apps/kappfinder/pics/quake3.xpm
-share/apps/kappfinder/pics/wabi.xpm
-share/apps/kappfinder/pics/wordperfect.xpm
-share/apps/kappfinder/pics/wp.xpm
-share/apps/kappfinder/pics/x.xpm
-share/apps/kappfinder/pics/xcalc.xpm
-share/apps/kappfinder/pics/xclipboard.xpm
-share/apps/kappfinder/pics/xclock.xpm
-share/apps/kappfinder/pics/xconsole.xpm
-share/apps/kappfinder/pics/xedit.xpm
-share/apps/kappfinder/pics/xemacs.xpm
-share/apps/kappfinder/pics/xephem.xpm
-share/apps/kappfinder/pics/xeyes.xpm
-share/apps/kappfinder/pics/xfig.xpm
-share/apps/kappfinder/pics/xfmail.xpm
-share/apps/kappfinder/pics/xftp.xpm
-share/apps/kappfinder/pics/xload.xpm
-share/apps/kappfinder/pics/xosview.xpm
-share/apps/kappfinder/pics/xpaint.xpm
-share/apps/kappfinder/pics/xpdf.xpm
-share/apps/kappfinder/pics/xv.xpm
-share/apps/kcmlocale/pics/flag_C.gif
-share/apps/kcmlocale/pics/flag_br.gif
-share/apps/kcmlocale/pics/flag_ca.gif
-share/apps/kcmlocale/pics/flag_cs.gif
-share/apps/kcmlocale/pics/flag_da.gif
-share/apps/kcmlocale/pics/flag_de.gif
-share/apps/kcmlocale/pics/flag_de_CH.gif
-share/apps/kcmlocale/pics/flag_el.gif
-share/apps/kcmlocale/pics/flag_en.gif
-share/apps/kcmlocale/pics/flag_en_UK.gif
-share/apps/kcmlocale/pics/flag_eo.gif
-share/apps/kcmlocale/pics/flag_es.gif
-share/apps/kcmlocale/pics/flag_et.gif
-share/apps/kcmlocale/pics/flag_fi.gif
-share/apps/kcmlocale/pics/flag_fr.gif
-share/apps/kcmlocale/pics/flag_fr_CA.gif
-share/apps/kcmlocale/pics/flag_fr_CH.gif
-share/apps/kcmlocale/pics/flag_he.gif
-share/apps/kcmlocale/pics/flag_hr.gif
-share/apps/kcmlocale/pics/flag_hu.gif
-share/apps/kcmlocale/pics/flag_is.gif
-share/apps/kcmlocale/pics/flag_it.gif
-share/apps/kcmlocale/pics/flag_ja.gif
-share/apps/kcmlocale/pics/flag_ko.gif
-share/apps/kcmlocale/pics/flag_mk.gif
-share/apps/kcmlocale/pics/flag_nl.gif
-share/apps/kcmlocale/pics/flag_no.gif
-share/apps/kcmlocale/pics/flag_pl.gif
-share/apps/kcmlocale/pics/flag_pt.gif
-share/apps/kcmlocale/pics/flag_pt_BR.gif
-share/apps/kcmlocale/pics/flag_ro.gif
-share/apps/kcmlocale/pics/flag_ru.gif
-share/apps/kcmlocale/pics/flag_se.gif
-share/apps/kcmlocale/pics/flag_sk.gif
-share/apps/kcmlocale/pics/flag_sl.gif
-share/apps/kcmlocale/pics/flag_sv.gif
-share/apps/kcmlocale/pics/flag_tr.gif
-share/apps/kcmlocale/pics/flag_us_eu.gif
-share/apps/kcmlocale/pics/flag_zh_CN.GB2312.gif
-share/apps/kcmlocale/pics/flag_zh_TW.Big5.gif
-share/apps/kcontrol/pics/kdekcc.xpm
-share/apps/kdisknav/KDE.kdelnk
-share/apps/kdisknav/Root.kdelnk
+share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop
+share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop
+share/apps/kappfinder/apps/WordProcessing/acroread.desktop
+share/apps/kappfinder/apps/WordProcessing/ghostview.desktop
+share/apps/kappfinder/apps/WordProcessing/gv.desktop
+share/apps/kappfinder/apps/WordProcessing/lyx.desktop
+share/apps/kappfinder/apps/WordProcessing/xdvi.desktop
+share/apps/kappfinder/apps/WordProcessing/xpdf.desktop
+share/apps/kcontrol/kcontrolui.rc
+share/apps/kcontrol/pics/energybig.png
+share/apps/kcontrol/pics/logo.png
+share/apps/kcontrol/pics/mini-world.png
+share/apps/kcontrol/pics/monitor.png
+share/apps/kcontrol/pics/onlyone.png
+share/apps/kcontrol/pics/overlapping.png
+share/apps/kcontrol/pics/wizard.png
+share/apps/kdesktop/DesktopLinks/Home.desktop
+share/apps/kdesktop/directory.autostart
+share/apps/kdesktop/directory.desktop
+share/apps/kdesktop/directory.templates
+share/apps/kdesktop/directory.trash
+share/apps/kdesktop/patterns/fish.desktop
+share/apps/kdesktop/patterns/fish.png
+share/apps/kdesktop/patterns/flowers.desktop
+share/apps/kdesktop/patterns/flowers.png
+share/apps/kdesktop/patterns/night-rock.desktop
+share/apps/kdesktop/patterns/night-rock.jpg
+share/apps/kdesktop/patterns/pavement.desktop
+share/apps/kdesktop/patterns/pavement.png
+share/apps/kdesktop/patterns/rattan.desktop
+share/apps/kdesktop/patterns/rattan.png
+share/apps/kdesktop/patterns/stonewall2.desktop
+share/apps/kdesktop/patterns/stonewall2.png
+share/apps/kdesktop/patterns/triangles.desktop
+share/apps/kdesktop/patterns/triangles.png
+share/apps/kdesktop/pics/ksslogo.png
+share/apps/kdesktop/pics/splash.png
+share/apps/kdesktop/programs/xearth.desktop
+share/apps/kdesktop/programs/xglobe.desktop
+share/apps/kdewizard/html/intro.html
+share/apps/kdewizard/html/kdelogo.png
+share/apps/kdewizard/html/wizard.png
+share/apps/kdewizard/html/wizard_small.png
+share/apps/kdewizard/kdedevel.desktop
+share/apps/kdewizard/kdeftp.desktop
+share/apps/kdewizard/kdewww.desktop
+share/apps/kdewizard/pics/beostheme.png
+share/apps/kdewizard/pics/kdedevel.png
+share/apps/kdewizard/pics/kdeftp.png
+share/apps/kdewizard/pics/kdehome.png
+share/apps/kdewizard/pics/kdetheme.png
+share/apps/kdewizard/pics/mactheme.png
+share/apps/kdewizard/pics/printer.png
+share/apps/kdewizard/pics/wintheme.png
+share/apps/kdewizard/printer.desktop
share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad
share/apps/kdisplay/app-defaults/AAAMotif.ad
share/apps/kdisplay/app-defaults/AAATk.ad
@@ -367,2090 +481,1300 @@ share/apps/kdisplay/app-defaults/ML.ad
share/apps/kdisplay/app-defaults/Nedit.ad
share/apps/kdisplay/app-defaults/Netscape.ad
share/apps/kdisplay/app-defaults/RVPlayer.ad
+share/apps/kdisplay/app-defaults/WPerfect.ad
share/apps/kdisplay/app-defaults/XCalc.ad
share/apps/kdisplay/app-defaults/XTerm.ad
share/apps/kdisplay/app-defaults/XV.ad
-share/apps/kdisplay/app-defaults/XWp.ad
share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc
share/apps/kdisplay/color-schemes/BeOS.kcsrc
share/apps/kdisplay/color-schemes/BlueSlate.kcsrc
share/apps/kdisplay/color-schemes/CDE.kcsrc
+share/apps/kdisplay/color-schemes/DarkBlue.kcsrc
share/apps/kdisplay/color-schemes/DesertRed.kcsrc
share/apps/kdisplay/color-schemes/DigitalCDE.kcsrc
+share/apps/kdisplay/color-schemes/Next.kcsrc
share/apps/kdisplay/color-schemes/PaleGray.kcsrc
share/apps/kdisplay/color-schemes/Pumpkin.kcsrc
share/apps/kdisplay/color-schemes/SolarisCDE.kcsrc
share/apps/kdisplay/color-schemes/Storm.kcsrc
+share/apps/kdisplay/color-schemes/System.kcsrc
share/apps/kdisplay/color-schemes/Windows95.kcsrc
-share/apps/kdm/pics/kdeflower.xpm
-share/apps/kdm/pics/kdelogo.xpm
-share/apps/kdm/pics/session_kde.xpm
-share/apps/kdm/pics/users/default.xpm
-share/apps/kdm/pics/users/default2.xpm
-share/apps/kdm/pics/users/root.xpm
-share/apps/kdm/pics/users/root2.xpm
-share/apps/kdmconfig/pics/monitor.xpm
-share/apps/kfind/toolbar/archive.xpm
-share/apps/kfind/toolbar/delete.xpm
-share/apps/kfind/toolbar/idea.xpm
-share/apps/kfind/toolbar/info.xpm
-share/apps/kfind/toolbar/openfile.xpm
-share/apps/kfind/toolbar/save.xpm
-share/apps/kfind/toolbar/search.xpm
-share/apps/kfm/Desktop/Templates/Device.kdelnk
-share/apps/kfm/Desktop/Templates/Ftpurl.kdelnk
-share/apps/kfm/Desktop/Templates/MimeType.kdelnk
-share/apps/kfm/Desktop/Templates/Program.kdelnk
-share/apps/kfm/Desktop/Templates/URL.kdelnk
-share/apps/kfm/Desktop/Templates/WWWUrl.kdelnk
-share/apps/kfm/directory.autostart
-share/apps/kfm/directory.desktop
-share/apps/kfm/directory.templates
-share/apps/kfm/directory.trash
-share/apps/kfm/pics/close.xpm
-share/apps/kfm/pics/exclamation.xpm
-share/apps/kfm/pics/info.xpm
-share/apps/kfm/pics/kde1.xpm
-share/apps/kfm/pics/kde2.xpm
-share/apps/kfm/pics/kde3.xpm
-share/apps/kfm/pics/kde4.xpm
-share/apps/kfm/pics/kde5.xpm
-share/apps/kfm/pics/kde6.xpm
-share/apps/kfm/pics/kde7.xpm
-share/apps/kfm/pics/kde8.xpm
-share/apps/kfm/pics/kde9.xpm
-share/apps/kfm/pics/kmultiple.xpm
-share/apps/kfm/pics/large-kmultiple.xpm
-share/apps/kfm/pics/open.xpm
-share/apps/kfm/pics/question.xpm
-share/apps/kfm/pics/stopsign.xpm
-share/apps/kikbd/bg.kimap
-share/apps/kikbd/cf.kimap
-share/apps/kikbd/codes/hp9000hil-107.kimap
-share/apps/kikbd/codes/pc-win.kimap
-share/apps/kikbd/codes/pc101.kimap
-share/apps/kikbd/codes/pc102.kimap
-share/apps/kikbd/csp.kimap
-share/apps/kikbd/csy.kimap
-share/apps/kikbd/csz.kimap
-share/apps/kikbd/de.kimap
-share/apps/kikbd/de_ch.kimap
-share/apps/kikbd/dv.kimap
-share/apps/kikbd/dva.kimap
-share/apps/kikbd/el1.kimap
-share/apps/kikbd/el7.kimap
-share/apps/kikbd/en.kimap
-share/apps/kikbd/es.kimap
-share/apps/kikbd/et.kimap
-share/apps/kikbd/fi.kimap
-share/apps/kikbd/fr.kimap
-share/apps/kikbd/fr_ch.kimap
-share/apps/kikbd/he.kimap
-share/apps/kikbd/hr.kimap
-share/apps/kikbd/hu.kimap
-share/apps/kikbd/is.kimap
-share/apps/kikbd/it.kimap
-share/apps/kikbd/la.kimap
-share/apps/kikbd/lt.kimap
-share/apps/kikbd/no.kimap
-share/apps/kikbd/pl.kimap
-share/apps/kikbd/plnew.kimap
-share/apps/kikbd/pt-acc.kimap
-share/apps/kikbd/pt.kimap
-share/apps/kikbd/ro.kimap
-share/apps/kikbd/ru.kimap
-share/apps/kikbd/rua.kimap
-share/apps/kikbd/rui.kimap
-share/apps/kikbd/rum.kimap
-share/apps/kikbd/rumcyr.kimap
-share/apps/kikbd/ruw.kimap
-share/apps/kikbd/ruwm.kimap
-share/apps/kikbd/se.kimap
-share/apps/kikbd/skp.kimap
-share/apps/kikbd/sky.kimap
-share/apps/kikbd/skz.kimap
-share/apps/kikbd/sv.kimap
-share/apps/kikbd/th.kimap
-share/apps/kikbd/trq.kimap
-share/apps/kikbd/ua.kimap
-share/apps/kikbd/uam.kimap
-share/apps/kikbd/uaw.kimap
-share/apps/kikbd/uawm.kimap
-share/apps/kikbd/weu.kimap
+share/apps/kdm/pics/kdeflower.png
+share/apps/kdm/pics/kdelogo.png
+share/apps/kdm/pics/users/default.png
+share/apps/kdm/pics/users/default2.png
+share/apps/kdm/pics/users/root.png
+share/apps/kdm/pics/users/root2.png
+share/apps/khelpcenter/plugins/Tutorials/.directory
+share/apps/khelpcenter/plugins/Tutorials/quickstart.kdelnk
+share/apps/kicker/default/personal_directory
+share/apps/kicker/internalapplets/kasbarapplet.desktop
+share/apps/kicker/internalapplets/kdateapplet.desktop
+share/apps/kicker/internalapplets/kdockapplet.desktop
+share/apps/kicker/internalapplets/kminipagerapplet.desktop
+share/apps/kicker/internalapplets/koolclockapplet.desktop
+share/apps/kicker/internalapplets/kpagerapplet.desktop
+share/apps/kicker/internalapplets/ktaskbarapplet.desktop
+share/apps/kicker/pics/disk1.png
+share/apps/kicker/pics/disk2.png
+share/apps/kicker/pics/disk3.png
+share/apps/kicker/pics/disk4.png
+share/apps/kicker/pics/disk5.png
+share/apps/kicker/pics/disk6.png
+share/apps/kicker/pics/disk7.png
+share/apps/kicker/pics/disk8.png
+share/apps/kicker/tiles/solid_blue_large_down.png
+share/apps/kicker/tiles/solid_blue_large_up.png
+share/apps/kicker/tiles/solid_blue_normal_down.png
+share/apps/kicker/tiles/solid_blue_normal_up.png
+share/apps/kicker/tiles/solid_blue_tiny_down.png
+share/apps/kicker/tiles/solid_blue_tiny_up.png
+share/apps/kicker/tiles/solid_gray_large_down.png
+share/apps/kicker/tiles/solid_gray_large_up.png
+share/apps/kicker/tiles/solid_gray_normal_down.png
+share/apps/kicker/tiles/solid_gray_normal_up.png
+share/apps/kicker/tiles/solid_gray_tiny_down.png
+share/apps/kicker/tiles/solid_gray_tiny_up.png
+share/apps/kicker/tiles/solid_green_large_down.png
+share/apps/kicker/tiles/solid_green_large_up.png
+share/apps/kicker/tiles/solid_green_normal_down.png
+share/apps/kicker/tiles/solid_green_normal_up.png
+share/apps/kicker/tiles/solid_green_tiny_down.png
+share/apps/kicker/tiles/solid_green_tiny_up.png
+share/apps/kicker/tiles/solid_orange_large_down.png
+share/apps/kicker/tiles/solid_orange_large_up.png
+share/apps/kicker/tiles/solid_orange_normal_down.png
+share/apps/kicker/tiles/solid_orange_normal_up.png
+share/apps/kicker/tiles/solid_orange_tiny_down.png
+share/apps/kicker/tiles/solid_orange_tiny_up.png
+share/apps/kicker/tiles/solid_red_large_down.png
+share/apps/kicker/tiles/solid_red_large_up.png
+share/apps/kicker/tiles/solid_red_normal_down.png
+share/apps/kicker/tiles/solid_red_normal_up.png
+share/apps/kicker/tiles/solid_red_tiny_down.png
+share/apps/kicker/tiles/solid_red_tiny_up.png
+share/apps/kio_info/kde-info2html
+share/apps/kio_info/kde-info2html.conf
+share/apps/konqiconview/konq_iconview.rc
+share/apps/konqlistview/konq_detailedlistview.rc
+share/apps/konqlistview/konq_textview.rc
+share/apps/konqlistview/konq_treeview.rc
+share/apps/konqueror/dirtree/home.desktop
+share/apps/konqueror/dirtree/remote/.directory
+share/apps/konqueror/dirtree/remote/ftp/.directory
+share/apps/konqueror/dirtree/remote/ftp/kde_ftp.desktop
+share/apps/konqueror/dirtree/remote/web/.directory
+share/apps/konqueror/dirtree/remote/web/kde_web.desktop
+share/apps/konqueror/dirtree/remote/windows.desktop
+share/apps/konqueror/dirtree/root.desktop
+share/apps/konqueror/konqueror.rc
+share/apps/konqueror/pics/indicator_anchor.png
+share/apps/konqueror/pics/indicator_connect.png
+share/apps/konqueror/pics/indicator_empty.png
+share/apps/konqueror/pics/indicator_noconnect.png
+share/apps/konqueror/pics/indicator_viewactive.png
share/apps/konsole/BlackOnLightYellow.schema
share/apps/konsole/BlackOnWhite.schema
share/apps/konsole/DarkPicture.schema
share/apps/konsole/Example.Schema
share/apps/konsole/GreenOnBlack.schema
+share/apps/konsole/GreenTint.schema
+share/apps/konsole/GreenTint_MC.schema
share/apps/konsole/LightPicture.schema
share/apps/konsole/Linux.schema
+share/apps/konsole/Transparent.schema
+share/apps/konsole/Transparent_MC.schema
+share/apps/konsole/Transparent_lightbg.schema
share/apps/konsole/WhiteOnBlack.schema
share/apps/konsole/XTerm.schema
+share/apps/konsole/default.Keytab
share/apps/konsole/default.Schema
-share/apps/konsole/linux.kdelnk
-share/apps/konsole/mc.kdelnk
-share/apps/konsole/shell.kdelnk
-share/apps/konsole/su.kdelnk
+share/apps/konsole/konsole_part.rc
+share/apps/konsole/linux.desktop
+share/apps/konsole/linux.keytab
+share/apps/konsole/mc.desktop
+share/apps/konsole/shell.desktop
+share/apps/konsole/su.desktop
share/apps/konsole/syscolor.schema
share/apps/konsole/vim.schema
-share/apps/kpanel/default/Desktop.kdelnk
-share/apps/kpanel/default/Home.kdelnk
-share/apps/kpanel/default/personal_directory
-share/apps/kpanel/pics/exit.xpm
-share/apps/kpanel/pics/go.xpm
-share/apps/kpanel/pics/kdisknav.xpm
-share/apps/kpanel/pics/key.xpm
-share/apps/kpanel/pics/kfm_home.xpm
-share/apps/kpanel/pics/large/go.xpm
-share/apps/kpanel/pics/large/kdisknav.xpm
-share/apps/kpanel/pics/large/kfm_home.xpm
-share/apps/kpanel/pics/large/pers_applnk.xpm
-share/apps/kpanel/pics/large/window_list.xpm
-share/apps/kpanel/pics/mini/go.xpm
-share/apps/kpanel/pics/mini/kdisknav.xpm
-share/apps/kpanel/pics/mini/mini-exit.xpm
-share/apps/kpanel/pics/mini/mini-key.xpm
-share/apps/kpanel/pics/mini/mini-panel.xpm
-share/apps/kpanel/pics/mini/pers_applnk.xpm
-share/apps/kpanel/pics/mini/personal.xpm
-share/apps/kpanel/pics/mini/window_list.xpm
-share/apps/kpanel/pics/pers_applnk.xpm
-share/apps/kpanel/pics/personal.xpm
-share/apps/kpanel/pics/shared.xpm
-share/apps/kpanel/pics/window_list.xpm
+share/apps/konsole/vt100.keytab
share/apps/kscreensaver/kscience-small.gif
share/apps/kscreensaver/kscience.gif
-share/apps/kthememgr/Themes/Astronique.tar.gz
-share/apps/kthememgr/Themes/Bryce.tar.gz
-share/apps/kthememgr/Themes/Default.tar.gz
-share/apps/kthememgr/Themes/Glax.tar.gz
-share/apps/kthememgr/Themes/MGBreizh.tar.gz
-share/apps/kthememgr/Themes/Nostalgy.tar.gz
-share/apps/kthememgr/Themes/Template.themerc
-share/apps/kthememgr/Themes/Wood.tar.gz
-share/apps/kthememgr/theme.mappings
-share/apps/kwm/pics/bluesun.gif
-share/apps/kwm/pics/close.xpm
-share/apps/kwm/pics/fog-grey.gif
-share/apps/kwm/pics/fog.gif
-share/apps/kwm/pics/greenie.dim.xpm
-share/apps/kwm/pics/greenie.light.xpm
-share/apps/kwm/pics/iconify.xpm
-share/apps/kwm/pics/maximize.xpm
-share/apps/kwm/pics/maximizedown.xpm
-share/apps/kwm/pics/menu.xpm
-share/apps/kwm/pics/pindown.xpm
-share/apps/kwm/pics/pinup.xpm
-share/apps/kwm/pics/unknown.xpm
-share/config/desktop
-share/config/desktop0rc
-share/config/desktop1rc
-share/config/desktop2rc
-share/config/desktop3rc
-share/config/kcmlocalerc
+share/apps/kwelcome/pics/welcome.png
+share/apps/kwin/b2.desktop
+share/apps/kwin/eventsrc
+share/apps/kwin/kstep.desktop
+share/apps/kwin/laptop.desktop
+share/apps/kwin/modernsystem.desktop
+share/apps/kwin/riscos.desktop
+share/apps/kwin/system.desktop
+share/apps/kwm/pics/bluesun.png
+share/apps/kwm/pics/close.png
+share/apps/kwm/pics/fog-grey.png
+share/apps/kwm/pics/fog.png
+share/apps/kwm/pics/greenie.dim.png
+share/apps/kwm/pics/greenie.light.png
+share/apps/kwm/pics/iconify.png
+share/apps/kwm/pics/maximize.png
+share/apps/kwm/pics/maximizedown.png
+share/apps/kwm/pics/menu.png
+share/apps/kwm/pics/pindown.png
+share/apps/kwm/pics/pinup.png
+share/apps/kwm/pics/unknown.png
+share/apps/quickbrowser/Home.desktop
+share/apps/quickbrowser/KDE.desktop
+share/apps/quickbrowser/Root.desktop
+share/config/attractionrc
+share/config/bouboulerc
+share/config/coralrc
+share/config/crystalrc
+share/config/decayscreenrc
+share/config/deluxerc
+share/config/demonrc
+share/config/epicyclerc
+share/config/fadeplotrc
+share/config/flamerc
+share/config/flowrc
+share/config/forestrc
+share/config/gearsrc
+share/config/gravrc
+share/config/halorc
+share/config/interferencerc
share/config/kdmrc
-share/config/kfmrc
-share/config/kikbdrc
-share/config/kpanelrc
-share/doc/HTML/en/kcontrol/index-1.html
-share/doc/HTML/en/kcontrol/index-2.html
+share/config/kumpparc
+share/config/kuriikwsfilterrc
+share/config/laserrc
+share/config/lissierc
+share/config/penroserc
+share/config/protocols/help.desktop
+share/config/protocols/info.desktop
+share/config/protocols/man.desktop
+share/config/protocols/nntp.desktop
+share/config/protocols/pop3.desktop
+share/config/protocols/smb.desktop
+share/config/rocksrc
+share/config/sliprc
+share/doc/HTML/en/kcontrol/.anchors
+share/doc/HTML/en/kcontrol/index.cvlog
+share/doc/HTML/en/kcontrol/index.docbook
share/doc/HTML/en/kcontrol/index.html
-share/doc/HTML/en/kcontrol/kcmbell/bell-1.html
-share/doc/HTML/en/kcontrol/kcmbell/bell.html
-share/doc/HTML/en/kcontrol/kcmbell/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-1.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-2.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-3.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-4.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-5.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-6.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-7.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-8.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay.html
-share/doc/HTML/en/kcontrol/kcmdisplay/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminfo/info-1.html
-share/doc/HTML/en/kcontrol/kcminfo/info-10.html
-share/doc/HTML/en/kcontrol/kcminfo/info-11.html
-share/doc/HTML/en/kcontrol/kcminfo/info-2.html
-share/doc/HTML/en/kcontrol/kcminfo/info-3.html
-share/doc/HTML/en/kcontrol/kcminfo/info-4.html
-share/doc/HTML/en/kcontrol/kcminfo/info-5.html
-share/doc/HTML/en/kcontrol/kcminfo/info-6.html
-share/doc/HTML/en/kcontrol/kcminfo/info-7.html
-share/doc/HTML/en/kcontrol/kcminfo/info-8.html
-share/doc/HTML/en/kcontrol/kcminfo/info-9.html
-share/doc/HTML/en/kcontrol/kcminfo/info.html
-share/doc/HTML/en/kcontrol/kcminfo/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminput/input-1.html
-share/doc/HTML/en/kcontrol/kcminput/input-2.html
-share/doc/HTML/en/kcontrol/kcminput/input.html
-share/doc/HTML/en/kcontrol/kcminput/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkeys/keys-1.html
-share/doc/HTML/en/kcontrol/kcmkeys/keys.html
-share/doc/HTML/en/kcontrol/kcmkeys/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-1.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-2.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-3.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-4.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-5.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-6.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-7.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-8.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm.html
-share/doc/HTML/en/kcontrol/kcmkfm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-1.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-2.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-3.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel.html
-share/doc/HTML/en/kcontrol/kcmkpanel/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-1.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-2.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-3.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-4.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-5.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-6.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm.html
-share/doc/HTML/en/kcontrol/kcmkwm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmlocale/locale-1.html
-share/doc/HTML/en/kcontrol/kcmlocale/locale.html
-share/doc/HTML/en/kcontrol/kcmlocale/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-1.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-2.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus.html
-share/doc/HTML/en/kcontrol/kcmsyssound/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound-1.html
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound.html
+share/doc/HTML/en/kcontrol/kcmbell/.anchors
+share/doc/HTML/en/kcontrol/kcmbell/configuringthebell.html
+share/doc/HTML/en/kcontrol/kcmbell/index.cvlog
+share/doc/HTML/en/kcontrol/kcmbell/index.docbook
+share/doc/HTML/en/kcontrol/kcmbell/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/.anchors
+share/doc/HTML/en/kcontrol/kcmdisplay/background-color.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background-preview.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background.html
+share/doc/HTML/en/kcontrol/kcmdisplay/color-schemes.html
+share/doc/HTML/en/kcontrol/kcmdisplay/colorscheme.html
+share/doc/HTML/en/kcontrol/kcmdisplay/fonts.html
+share/doc/HTML/en/kcontrol/kcmdisplay/index.cvlog
+share/doc/HTML/en/kcontrol/kcmdisplay/index.docbook
+share/doc/HTML/en/kcontrol/kcmdisplay/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/introduction.html
+share/doc/HTML/en/kcontrol/kcmdisplay/questionsandanswers.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screen-saver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screensaver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/settings.html
+share/doc/HTML/en/kcontrol/kcmdisplay/style.html
+share/doc/HTML/en/kcontrol/kcmdisplay/tutorial.html
+share/doc/HTML/en/kcontrol/kcmdisplay/wallpaper.html
+share/doc/HTML/en/kcontrol/kcmdisplay/widget-color.html
+share/doc/HTML/en/kcontrol/kcminfo/.anchors
+share/doc/HTML/en/kcontrol/kcminfo/deviceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/dmachannelinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/index.cvlog
+share/doc/HTML/en/kcontrol/kcminfo/index.docbook
+share/doc/HTML/en/kcontrol/kcminfo/index.html
+share/doc/HTML/en/kcontrol/kcminfo/interruptrequestirqlinesinuse.html
+share/doc/HTML/en/kcontrol/kcminfo/ioportinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/memoryusageinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/partitioninformation.html
+share/doc/HTML/en/kcontrol/kcminfo/pcibusandinstalledpcicards.html
+share/doc/HTML/en/kcontrol/kcminfo/processorinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/scsiinterfaceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/soundcardinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/xserverinformation.html
+share/doc/HTML/en/kcontrol/kcminput/.anchors
+share/doc/HTML/en/kcontrol/kcminput/configuringthekeyboard.html
+share/doc/HTML/en/kcontrol/kcminput/configuringthemouse.html
+share/doc/HTML/en/kcontrol/kcminput/index.cvlog
+share/doc/HTML/en/kcontrol/kcminput/index.docbook
+share/doc/HTML/en/kcontrol/kcminput/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/.anchors
+share/doc/HTML/en/kcontrol/kcmkdesu/configuring-kdesu.html
+share/doc/HTML/en/kcontrol/kcmkdesu/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkdesu/index.docbook
+share/doc/HTML/en/kcontrol/kcmkdesu/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/password-keeping.html
+share/doc/HTML/en/kcontrol/kcmkeys/.anchors
+share/doc/HTML/en/kcontrol/kcmkeys/configurationofkeybindingsshortcutkeys.html
+share/doc/HTML/en/kcontrol/kcmkeys/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkeys/index.docbook
+share/doc/HTML/en/kcontrol/kcmkeys/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/.anchors
+share/doc/HTML/en/kcontrol/kcmkfm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkfm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkfm/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationcolor.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationdesktopicons.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationfonts.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmfilemanagerconfigurationother.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationcookies.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationhttp.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationproxy.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationsmb.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationuseragent.html
+share/doc/HTML/en/kcontrol/kcmkpanel/.anchors
+share/doc/HTML/en/kcontrol/kcmkpanel/configuringvirtualdesktops.html
+share/doc/HTML/en/kcontrol/kcmkpanel/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkpanel/index.docbook
+share/doc/HTML/en/kcontrol/kcmkpanel/index.html
+share/doc/HTML/en/kcontrol/kcmkpanel/panelandtaskbarlocationandstyle.html
+share/doc/HTML/en/kcontrol/kcmkpanel/paneloptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/.anchors
+share/doc/HTML/en/kcontrol/kcmkwm/advancedwindowmanagersettings.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringdesktopborderproperties.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringmousebuttonactions.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarappearanceandaction.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarbuttons.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringwindowmanagementoptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkwm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkwm/index.html
+share/doc/HTML/en/kcontrol/kcmkwm/window-focus-policy..html
+share/doc/HTML/en/kcontrol/kcmkwm/window-placement-policy..html
+share/doc/HTML/en/kcontrol/kcmlocale/.anchors
+share/doc/HTML/en/kcontrol/kcmlocale/index.cvlog
+share/doc/HTML/en/kcontrol/kcmlocale/index.docbook
+share/doc/HTML/en/kcontrol/kcmlocale/index.html
+share/doc/HTML/en/kcontrol/kcmlocale/settingthelanguage.html
+share/doc/HTML/en/kcontrol/kcmsamba/.anchors
+share/doc/HTML/en/kcontrol/kcmsamba/authors.html
+share/doc/HTML/en/kcontrol/kcmsamba/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsamba/index.docbook
+share/doc/HTML/en/kcontrol/kcmsamba/index.html
+share/doc/HTML/en/kcontrol/kcmsamba/thesambastatusmonitor.html
+share/doc/HTML/en/kcontrol/kcmsyssound/.anchors
+share/doc/HTML/en/kcontrol/kcmsyssound/configurationofsystemsounds.html
+share/doc/HTML/en/kcontrol/kcmsyssound/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsyssound/index.docbook
+share/doc/HTML/en/kcontrol/kcmsyssound/index.html
+share/doc/HTML/en/kcontrol/kdmconfig/.anchors
+share/doc/HTML/en/kcontrol/kdmconfig/background.html
+share/doc/HTML/en/kcontrol/kdmconfig/font.html
+share/doc/HTML/en/kcontrol/kdmconfig/index.cvlog
+share/doc/HTML/en/kcontrol/kdmconfig/index.docbook
share/doc/HTML/en/kcontrol/kdmconfig/index.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-appear.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-backgnd.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-font.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-sess.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-users.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-1.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-2.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-3.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-4.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr.html
-share/doc/HTML/en/kcontrol/kthememgr/logotp3.gif
-share/doc/HTML/en/kcontrol/logotp3.gif
-share/doc/HTML/en/kdehelp/contact.html
-share/doc/HTML/en/kdehelp/devel.html
-share/doc/HTML/en/kdehelp/exec.xpm
-share/doc/HTML/en/kdehelp/index.html
-share/doc/HTML/en/kdehelp/intro.html
-share/doc/HTML/en/kdehelp/kde.html
-share/doc/HTML/en/kdehelp/kdeside.gif
-share/doc/HTML/en/kdehelp/kogo3.gif
-share/doc/HTML/en/kdehelp/kpanel/index-1.html
-share/doc/HTML/en/kdehelp/kpanel/index-2.html
-share/doc/HTML/en/kdehelp/kpanel/index-3.html
-share/doc/HTML/en/kdehelp/kpanel/index-4.html
-share/doc/HTML/en/kdehelp/kpanel/index-5.html
-share/doc/HTML/en/kdehelp/kpanel/index.html
-share/doc/HTML/en/kdehelp/kpanel/logotp3.gif
-share/doc/HTML/en/kdehelp/ksearch.html
-share/doc/HTML/en/kdehelp/kule.gif
-share/doc/HTML/en/kdehelp/kwm/index-1.html
-share/doc/HTML/en/kdehelp/kwm/index-2.html
-share/doc/HTML/en/kdehelp/kwm/index-3.html
-share/doc/HTML/en/kdehelp/kwm/index-4.html
-share/doc/HTML/en/kdehelp/kwm/index-5.html
-share/doc/HTML/en/kdehelp/kwm/index-6.html
-share/doc/HTML/en/kdehelp/kwm/index.html
-share/doc/HTML/en/kdehelp/kwm/logotp3.gif
-share/doc/HTML/en/kdehelp/logotp3.gif
-share/doc/HTML/en/kdehelp/main.html
-share/doc/HTML/en/kdehelp/nav_bar.gif
-share/doc/HTML/en/kdehelp/quickstart/index-1.html
-share/doc/HTML/en/kdehelp/quickstart/index-10.html
-share/doc/HTML/en/kdehelp/quickstart/index-2.html
-share/doc/HTML/en/kdehelp/quickstart/index-3.html
-share/doc/HTML/en/kdehelp/quickstart/index-4.html
-share/doc/HTML/en/kdehelp/quickstart/index-5.html
-share/doc/HTML/en/kdehelp/quickstart/index-6.html
-share/doc/HTML/en/kdehelp/quickstart/index-7.html
-share/doc/HTML/en/kdehelp/quickstart/index-8.html
-share/doc/HTML/en/kdehelp/quickstart/index-9.html
-share/doc/HTML/en/kdehelp/quickstart/index.html
-share/doc/HTML/en/kdehelp/quickstart/logotp3.gif
-share/doc/HTML/en/kdehelp/single_pixel.gif
-share/doc/HTML/en/kdehelp/support.html
-share/doc/HTML/en/kdehelp/tealbar.gif
-share/doc/HTML/en/kdehelp/whatis.html
-share/doc/HTML/en/kdehelp/whatiskde.html
-share/doc/HTML/en/kdisknav/kdisknav-1.html
-share/doc/HTML/en/kdisknav/kdisknav-2.html
-share/doc/HTML/en/kdisknav/kdisknav-3.html
-share/doc/HTML/en/kdisknav/kdisknav-4.html
-share/doc/HTML/en/kdisknav/kdisknav-5.html
-share/doc/HTML/en/kdisknav/kdisknav-6.html
-share/doc/HTML/en/kdisknav/kdisknav-7.html
-share/doc/HTML/en/kdisknav/kdisknav.html
-share/doc/HTML/en/kdisknav/kdisknav.sgml
-share/doc/HTML/en/kdisknav/logotp3.gif
-share/doc/HTML/en/kdm/index-1.html
-share/doc/HTML/en/kdm/index-2.html
-share/doc/HTML/en/kdm/index-3.html
-share/doc/HTML/en/kdm/index-4.html
+share/doc/HTML/en/kcontrol/kdmconfig/kdmconfiguration.html
+share/doc/HTML/en/kcontrol/kdmconfig/sessions.html
+share/doc/HTML/en/kcontrol/kdmconfig/users.html
+share/doc/HTML/en/kcontrol/kthememgr/.anchors
+share/doc/HTML/en/kcontrol/kthememgr/aboutthepackage.html
+share/doc/HTML/en/kcontrol/kthememgr/authors.html
+share/doc/HTML/en/kcontrol/kthememgr/index.cvlog
+share/doc/HTML/en/kcontrol/kthememgr/index.docbook
+share/doc/HTML/en/kcontrol/kthememgr/index.html
+share/doc/HTML/en/kcontrol/kthememgr/kdethememanagerinstaller.html
+share/doc/HTML/en/kcontrol/kthememgr/themepackagecontents.html
+share/doc/HTML/en/kcontrol/theconfigurationmodules.html
+share/doc/HTML/en/kcontrol/thekdecontrolcenter.html
+share/doc/HTML/en/kdebugdialog/.anchors
+share/doc/HTML/en/kdebugdialog/index.docbook
+share/doc/HTML/en/kdebugdialog/index.html
+share/doc/HTML/en/kdebugdialog/introduction.html
+share/doc/HTML/en/kdesu/.anchors
+share/doc/HTML/en/kdesu/author.html
+share/doc/HTML/en/kdesu/compiling.html
+share/doc/HTML/en/kdesu/configuration.html
+share/doc/HTML/en/kdesu/index.cvlog
+share/doc/HTML/en/kdesu/index.docbook
+share/doc/HTML/en/kdesu/index.html
+share/doc/HTML/en/kdesu/installation.html
+share/doc/HTML/en/kdesu/interface-to-su.html
+share/doc/HTML/en/kdesu/internals.html
+share/doc/HTML/en/kdesu/introduction.html
+share/doc/HTML/en/kdesu/password-checking.html
+share/doc/HTML/en/kdesu/secpasswordkeeping.html
+share/doc/HTML/en/kdesu/usingkdesu.html
+share/doc/HTML/en/kdisknav/.anchors
+share/doc/HTML/en/kdisknav/addingchangingandremovingfilesystementries.html
+share/doc/HTML/en/kdisknav/configurationfile.html
+share/doc/HTML/en/kdisknav/featurestips.html
+share/doc/HTML/en/kdisknav/feedback.html
+share/doc/HTML/en/kdisknav/index.cvlog
+share/doc/HTML/en/kdisknav/index.docbook
+share/doc/HTML/en/kdisknav/index.html
+share/doc/HTML/en/kdisknav/introduction.html
+share/doc/HTML/en/kdisknav/notes.html
+share/doc/HTML/en/kdisknav/options.html
+share/doc/HTML/en/kdm/.anchors
+share/doc/HTML/en/kdm/configuringkdm.html
+share/doc/HTML/en/kdm/different-window-managers-with-kdm-chooser.html
+share/doc/HTML/en/kdm/index.cvlog
+share/doc/HTML/en/kdm/index.docbook
share/doc/HTML/en/kdm/index.html
-share/doc/HTML/en/kdm/logotp3.gif
-share/doc/HTML/en/kfind/index-1.html
-share/doc/HTML/en/kfind/index-2.html
-share/doc/HTML/en/kfind/index-3.html
-share/doc/HTML/en/kfind/index-4.html
-share/doc/HTML/en/kfind/index.html
-share/doc/HTML/en/kfind/index.sgml
-share/doc/HTML/en/kfind/logotp3.gif
-share/doc/HTML/en/kfm/app.html
-share/doc/HTML/en/kfm/app1.gif
-share/doc/HTML/en/kfm/app2.gif
-share/doc/HTML/en/kfm/app2.html
-share/doc/HTML/en/kfm/app3.gif
-share/doc/HTML/en/kfm/app4.gif
+share/doc/HTML/en/kdm/installingkdm.html
+share/doc/HTML/en/kdm/introduction.html
+share/doc/HTML/en/kdm/kdmdesktop.html
+share/doc/HTML/en/kdm/legalstuff.html
+share/doc/HTML/en/kdm/locale.html
+share/doc/HTML/en/kfm/.anchors
+share/doc/HTML/en/kfm/app1.png
+share/doc/HTML/en/kfm/app2.png
+share/doc/HTML/en/kfm/app3.png
+share/doc/HTML/en/kfm/app4.png
share/doc/HTML/en/kfm/bookmarks.html
-share/doc/HTML/en/kfm/dontpanic.jpeg
-share/doc/HTML/en/kfm/index-1.html
-share/doc/HTML/en/kfm/index-2.html
-share/doc/HTML/en/kfm/index-3.html
-share/doc/HTML/en/kfm/index-4.html
-share/doc/HTML/en/kfm/index-5.html
-share/doc/HTML/en/kfm/index-6.html
-share/doc/HTML/en/kfm/index-7.html
+share/doc/HTML/en/kfm/copyright.html
+share/doc/HTML/en/kfm/credits.html
+share/doc/HTML/en/kfm/dontpanic.png
+share/doc/HTML/en/kfm/frequentlyaskedquestions.html
+share/doc/HTML/en/kfm/how-can-i-link-a-url-on-the-desktop.html
+share/doc/HTML/en/kfm/how-can-i-look-in-a-tar-file.html
+share/doc/HTML/en/kfm/how-can-i-mount-a-device.html
+share/doc/HTML/en/kfm/how-can-i-open-a-new-view-for-a-directory.html
+share/doc/HTML/en/kfm/how-can-i-print.html
+share/doc/HTML/en/kfm/how-can-i-select-multiple-files.html
+share/doc/HTML/en/kfm/how-can-i-start-kfm-without-any-opened-windo.html
+share/doc/HTML/en/kfm/how-to-install-a-new-application.html
+share/doc/HTML/en/kfm/how-to-install-new-data-types.html
+share/doc/HTML/en/kfm/index.cvlog
+share/doc/HTML/en/kfm/index.docbook
share/doc/HTML/en/kfm/index.html
-share/doc/HTML/en/kfm/keyboard.html
-share/doc/HTML/en/kfm/kfm.jpeg
-share/doc/HTML/en/kfm/kfm_how.html
-share/doc/HTML/en/kfm/kfm_phil.html
-share/doc/HTML/en/kfm/lesson1.jpeg
-share/doc/HTML/en/kfm/lesson2.jpeg
-share/doc/HTML/en/kfm/lesson3.jpeg
-share/doc/HTML/en/kfm/lesson4.jpeg
-share/doc/HTML/en/kfm/logotp3.gif
-share/doc/HTML/en/kfm/manual.html
-share/doc/HTML/en/kfm/manual.jpeg
-share/doc/HTML/en/kfm/mime.html
-share/doc/HTML/en/kfm/mime1.gif
-share/doc/HTML/en/kfm/mime2.gif
-share/doc/HTML/en/kfm/mime2.html
-share/doc/HTML/en/kfm/mime3.gif
-share/doc/HTML/en/kfm/next.jpeg
-share/doc/HTML/en/kfm/next2.jpeg
-share/doc/HTML/en/kfm/previous.jpeg
-share/doc/HTML/en/kfm/previous2.jpeg
-share/doc/HTML/en/kfm/templates.gif
-share/doc/HTML/en/kfontmanager/index-1.html
-share/doc/HTML/en/kfontmanager/index-2.html
-share/doc/HTML/en/kfontmanager/index-3.html
-share/doc/HTML/en/kfontmanager/index-4.html
+share/doc/HTML/en/kfm/integrating-an-application-step-by-step.html
+share/doc/HTML/en/kfm/internet.html
+share/doc/HTML/en/kfm/introduction.html
+share/doc/HTML/en/kfm/kdelnk-files.html
+share/doc/HTML/en/kfm/look.html
+share/doc/HTML/en/kfm/mime1.png
+share/doc/HTML/en/kfm/mime2.png
+share/doc/HTML/en/kfm/mime3.png
+share/doc/HTML/en/kfm/multi-tasking.html
+share/doc/HTML/en/kfm/philosophy.html
+share/doc/HTML/en/kfm/templates.html
+share/doc/HTML/en/kfm/templates.png
+share/doc/HTML/en/kfm/thanks.html
+share/doc/HTML/en/kfm/usage.html
+share/doc/HTML/en/kfontmanager/.anchors
+share/doc/HTML/en/kfontmanager/fordevelopers.html
+share/doc/HTML/en/kfontmanager/howitworks.html
+share/doc/HTML/en/kfontmanager/index.cvlog
+share/doc/HTML/en/kfontmanager/index.docbook
share/doc/HTML/en/kfontmanager/index.html
-share/doc/HTML/en/kfontmanager/logotp3.gif
-share/doc/HTML/en/kikbd/advanced.gif
-share/doc/HTML/en/kikbd/general.gif
-share/doc/HTML/en/kikbd/kikbd-1.html
-share/doc/HTML/en/kikbd/kikbd-10.html
-share/doc/HTML/en/kikbd/kikbd-11.html
-share/doc/HTML/en/kikbd/kikbd-2.html
-share/doc/HTML/en/kikbd/kikbd-3.html
-share/doc/HTML/en/kikbd/kikbd-4.html
-share/doc/HTML/en/kikbd/kikbd-5.html
-share/doc/HTML/en/kikbd/kikbd-6.html
-share/doc/HTML/en/kikbd/kikbd-7.html
-share/doc/HTML/en/kikbd/kikbd-8.html
-share/doc/HTML/en/kikbd/kikbd-9.html
-share/doc/HTML/en/kikbd/kikbd.html
-share/doc/HTML/en/kikbd/logotp3.gif
-share/doc/HTML/en/kikbd/startup.gif
-share/doc/HTML/en/kikbd/style.gif
-share/doc/HTML/en/kmedia/maudio.html
-share/doc/HTML/en/kmenuedit/index-1.html
-share/doc/HTML/en/kmenuedit/index-2.html
-share/doc/HTML/en/kmenuedit/index-3.html
-share/doc/HTML/en/kmenuedit/index-4.html
-share/doc/HTML/en/kmenuedit/index-5.html
-share/doc/HTML/en/kmenuedit/index.html
-share/doc/HTML/en/kmenuedit/kmenuedit1.gif
-share/doc/HTML/en/kmenuedit/kmenuedit2.gif
-share/doc/HTML/en/kmenuedit/logotp3.gif
-share/doc/HTML/en/konsole/konsole-1.html
-share/doc/HTML/en/konsole/konsole-2.html
-share/doc/HTML/en/konsole/konsole-3.html
-share/doc/HTML/en/konsole/konsole-4.html
-share/doc/HTML/en/konsole/konsole-5.html
-share/doc/HTML/en/konsole/konsole.html
-share/doc/HTML/en/konsole/logotp3.gif
+share/doc/HTML/en/kfontmanager/installation.html
+share/doc/HTML/en/kfontmanager/introduction.html
+share/doc/HTML/en/khelpcenter/contact.html
+share/doc/HTML/en/khelpcenter/exec.xpm
+share/doc/HTML/en/khelpcenter/faq/.anchors
+share/doc/HTML/en/khelpcenter/faq/aboutthisfaq.html
+share/doc/HTML/en/khelpcenter/faq/acronyms.html
+share/doc/HTML/en/khelpcenter/faq/aix.html
+share/doc/HTML/en/khelpcenter/faq/background.html
+share/doc/HTML/en/khelpcenter/faq/backspaceinkde.html
+share/doc/HTML/en/khelpcenter/faq/basepackages.html
+share/doc/HTML/en/khelpcenter/faq/bugreport.html
+share/doc/HTML/en/khelpcenter/faq/bzip2.html
+share/doc/HTML/en/khelpcenter/faq/cannotconnect.html
+share/doc/HTML/en/khelpcenter/faq/changemenus.html
+share/doc/HTML/en/khelpcenter/faq/changemimetypes.html
+share/doc/HTML/en/khelpcenter/faq/checknewmail.html
+share/doc/HTML/en/khelpcenter/faq/colordepth.html
+share/doc/HTML/en/khelpcenter/faq/comercial.html
+share/doc/HTML/en/khelpcenter/faq/compiling.html
+share/doc/HTML/en/khelpcenter/faq/configuringkde.html
+share/doc/HTML/en/khelpcenter/faq/contributing.html
+share/doc/HTML/en/khelpcenter/faq/copypaste.html
+share/doc/HTML/en/khelpcenter/faq/createicons.html
+share/doc/HTML/en/khelpcenter/faq/currentversion.html
+share/doc/HTML/en/khelpcenter/faq/cvs.html
+share/doc/HTML/en/khelpcenter/faq/cvsaccess.html
+share/doc/HTML/en/khelpcenter/faq/cvsmirrors.html
+share/doc/HTML/en/khelpcenter/faq/cvsreadonly.html
+share/doc/HTML/en/khelpcenter/faq/debian.html
+share/doc/HTML/en/khelpcenter/faq/defaultdir.html
+share/doc/HTML/en/khelpcenter/faq/deletefiles.html
+share/doc/HTML/en/khelpcenter/faq/desktopiconmenus.html
+share/doc/HTML/en/khelpcenter/faq/devellist.html
+share/doc/HTML/en/khelpcenter/faq/difffiles.html
+share/doc/HTML/en/khelpcenter/faq/dirappearance.html
+share/doc/HTML/en/khelpcenter/faq/disablesessionmgmt.html
+share/doc/HTML/en/khelpcenter/faq/distros.html
+share/doc/HTML/en/khelpcenter/faq/dosandext2.html
+share/doc/HTML/en/khelpcenter/faq/driveinfo.html
+share/doc/HTML/en/khelpcenter/faq/dualscreen.html
+share/doc/HTML/en/khelpcenter/faq/embedpanel.html
+share/doc/HTML/en/khelpcenter/faq/euro.html
+share/doc/HTML/en/khelpcenter/faq/exitkde.html
+share/doc/HTML/en/khelpcenter/faq/faqmaintainer.html
+share/doc/HTML/en/khelpcenter/faq/filestodesktop.html
+share/doc/HTML/en/khelpcenter/faq/fontstoosmall.html
+share/doc/HTML/en/khelpcenter/faq/ftpclient.html
+share/doc/HTML/en/khelpcenter/faq/getridicons.html
+share/doc/HTML/en/khelpcenter/faq/gettingkde.html
+share/doc/HTML/en/khelpcenter/faq/gettingmoreinformation.html
+share/doc/HTML/en/khelpcenter/faq/gifsupport.html
+share/doc/HTML/en/khelpcenter/faq/highlightmenus.html
+share/doc/HTML/en/khelpcenter/faq/howtostartkde.html
+share/doc/HTML/en/khelpcenter/faq/howtosubscribe.html
+share/doc/HTML/en/khelpcenter/faq/iconified.html
+share/doc/HTML/en/khelpcenter/faq/icons.html
+share/doc/HTML/en/khelpcenter/faq/index.cvlog
+share/doc/HTML/en/khelpcenter/faq/index.docbook
+share/doc/HTML/en/khelpcenter/faq/index.html
+share/doc/HTML/en/khelpcenter/faq/installation.html
+share/doc/HTML/en/khelpcenter/faq/installationinstructions.html
+share/doc/HTML/en/khelpcenter/faq/introduction.html
+share/doc/HTML/en/khelpcenter/faq/isaclone.html
+share/doc/HTML/en/khelpcenter/faq/isfreesoftware.html
+share/doc/HTML/en/khelpcenter/faq/kbiff.html
+share/doc/HTML/en/khelpcenter/faq/kbutton.html
+share/doc/HTML/en/khelpcenter/faq/kdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdebase.html
+share/doc/HTML/en/khelpcenter/faq/kdelogin.html
+share/doc/HTML/en/khelpcenter/faq/kdemailinglists.html
+share/doc/HTML/en/khelpcenter/faq/kdenewsgroups.html
+share/doc/HTML/en/khelpcenter/faq/kdeprogramming.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnonkdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnumlockon.html
+share/doc/HTML/en/khelpcenter/faq/kdminredhat.html
+share/doc/HTML/en/khelpcenter/faq/kdmnoreadsprofile.html
+share/doc/HTML/en/khelpcenter/faq/keyboardswitcher.html
+share/doc/HTML/en/khelpcenter/faq/killingwindows.html
+share/doc/HTML/en/khelpcenter/faq/killkwmpager.html
+share/doc/HTML/en/khelpcenter/faq/kmail.html
+share/doc/HTML/en/khelpcenter/faq/knownbugfixesforkde.html
+share/doc/HTML/en/khelpcenter/faq/koffice.html
+share/doc/HTML/en/khelpcenter/faq/kscd.html
+share/doc/HTML/en/khelpcenter/faq/ktop.html
+share/doc/HTML/en/khelpcenter/faq/kvt.html
+share/doc/HTML/en/khelpcenter/faq/laptop.html
+share/doc/HTML/en/khelpcenter/faq/latestversion.html
+share/doc/HTML/en/khelpcenter/faq/launchtodesktop.html
+share/doc/HTML/en/khelpcenter/faq/leftbuttonmenu.html
+share/doc/HTML/en/khelpcenter/faq/loopbackdevice.html
+share/doc/HTML/en/khelpcenter/faq/maclike.html
+share/doc/HTML/en/khelpcenter/faq/mailinglistarchive.html
+share/doc/HTML/en/khelpcenter/faq/maximizeonedim.html
+share/doc/HTML/en/khelpcenter/faq/miscellaneousquestions.html
+share/doc/HTML/en/khelpcenter/faq/mountfromdesktop.html
+share/doc/HTML/en/khelpcenter/faq/mountfs.html
+share/doc/HTML/en/khelpcenter/faq/mousewheel.html
+share/doc/HTML/en/khelpcenter/faq/movequickly.html
+share/doc/HTML/en/khelpcenter/faq/netscape.html
+share/doc/HTML/en/khelpcenter/faq/noborder.html
+share/doc/HTML/en/khelpcenter/faq/nonanonftp.html
+share/doc/HTML/en/khelpcenter/faq/noncompliant.html
+share/doc/HTML/en/khelpcenter/faq/noredhatlogo.html
+share/doc/HTML/en/khelpcenter/faq/notreallykderelated.html
+share/doc/HTML/en/khelpcenter/faq/nsbookmark.html
+share/doc/HTML/en/khelpcenter/faq/ownshortcuts.html
+share/doc/HTML/en/khelpcenter/faq/packageformats.html
+share/doc/HTML/en/khelpcenter/faq/panelcomplains.html
+share/doc/HTML/en/khelpcenter/faq/percentinexecline.html
+share/doc/HTML/en/khelpcenter/faq/platform.html
+share/doc/HTML/en/khelpcenter/faq/postinstallation.html
+share/doc/HTML/en/khelpcenter/faq/prerequisites.html
+share/doc/HTML/en/khelpcenter/faq/progwithouticons.html
+share/doc/HTML/en/khelpcenter/faq/qtclone.html
+share/doc/HTML/en/khelpcenter/faq/qtisntfree.html
+share/doc/HTML/en/khelpcenter/faq/redhat.html
+share/doc/HTML/en/khelpcenter/faq/redhatmenustokde.html
+share/doc/HTML/en/khelpcenter/faq/redhatstartmenu.html
+share/doc/HTML/en/khelpcenter/faq/removeold.html
+share/doc/HTML/en/khelpcenter/faq/replacewinmanager.html
+share/doc/HTML/en/khelpcenter/faq/rpmssuse.html
+share/doc/HTML/en/khelpcenter/faq/saveasinkfm.html
+share/doc/HTML/en/khelpcenter/faq/screenshots.html
+share/doc/HTML/en/khelpcenter/faq/shadingawindow.html
+share/doc/HTML/en/khelpcenter/faq/shadowpasswords.html
+share/doc/HTML/en/khelpcenter/faq/snapshotconfig.html
+share/doc/HTML/en/khelpcenter/faq/snapshots.html
+share/doc/HTML/en/khelpcenter/faq/solaris.html
+share/doc/HTML/en/khelpcenter/faq/staroffice.html
+share/doc/HTML/en/khelpcenter/faq/startupdir.html
+share/doc/HTML/en/khelpcenter/faq/stickywindow.html
+share/doc/HTML/en/khelpcenter/faq/systemsound.html
+share/doc/HTML/en/khelpcenter/faq/templatesfolder.html
+share/doc/HTML/en/khelpcenter/faq/thedesktop.html
+share/doc/HTML/en/khelpcenter/faq/thefilemanager.html
+share/doc/HTML/en/khelpcenter/faq/themes.html
+share/doc/HTML/en/khelpcenter/faq/thepanel.html
+share/doc/HTML/en/khelpcenter/faq/thewindowmanager.html
+share/doc/HTML/en/khelpcenter/faq/toolforwebpages.html
+share/doc/HTML/en/khelpcenter/faq/translating.html
+share/doc/HTML/en/khelpcenter/faq/transparentbgnd.html
+share/doc/HTML/en/khelpcenter/faq/truetype.html
+share/doc/HTML/en/khelpcenter/faq/twobutton.html
+share/doc/HTML/en/khelpcenter/faq/uninstall.html
+share/doc/HTML/en/khelpcenter/faq/upgrade.html
+share/doc/HTML/en/khelpcenter/faq/upgradekernel.html
+share/doc/HTML/en/khelpcenter/faq/usefultips.html
+share/doc/HTML/en/khelpcenter/faq/userdirectory.html
+share/doc/HTML/en/khelpcenter/faq/whatisqt.html
+share/doc/HTML/en/khelpcenter/faq/whatkstandfor.html
+share/doc/HTML/en/khelpcenter/faq/wheretogetqt.html
+share/doc/HTML/en/khelpcenter/faq/whichversion.html
+share/doc/HTML/en/khelpcenter/faq/whynotother.html
+share/doc/HTML/en/khelpcenter/faq/windowplacement.html
+share/doc/HTML/en/khelpcenter/faq/windowskeys.html
+share/doc/HTML/en/khelpcenter/faq/winmanager.html
+share/doc/HTML/en/khelpcenter/faq/winmanonthefly.html
+share/doc/HTML/en/khelpcenter/faq/wrongcharset.html
+share/doc/HTML/en/khelpcenter/faq/wrongtime.html
+share/doc/HTML/en/khelpcenter/faq/xmousetoarrow.html
+share/doc/HTML/en/khelpcenter/faq/xserverforwindows.html
+share/doc/HTML/en/khelpcenter/index.html
+share/doc/HTML/en/khelpcenter/kdelogo.png
+share/doc/HTML/en/khelpcenter/laptop.png
+share/doc/HTML/en/khelpcenter/links.html
+share/doc/HTML/en/khelpcenter/main.html
+share/doc/HTML/en/khelpcenter/quickstart/.anchors
+share/doc/HTML/en/khelpcenter/quickstart/advancedtopics.html
+share/doc/HTML/en/khelpcenter/quickstart/anoverviewofkde.html
+share/doc/HTML/en/khelpcenter/quickstart/archivesandnetworks.html
+share/doc/HTML/en/khelpcenter/quickstart/commandline.html
+share/doc/HTML/en/khelpcenter/quickstart/configuration.html
+share/doc/HTML/en/khelpcenter/quickstart/configure.html
+share/doc/HTML/en/khelpcenter/quickstart/credits.html
+share/doc/HTML/en/khelpcenter/quickstart/index.cvlog
+share/doc/HTML/en/khelpcenter/quickstart/index.docbook
+share/doc/HTML/en/khelpcenter/quickstart/index.html
+share/doc/HTML/en/khelpcenter/quickstart/introduction.html
+share/doc/HTML/en/khelpcenter/quickstart/kdeanexcitingjourney.html
+share/doc/HTML/en/khelpcenter/quickstart/launchingapplications.html
+share/doc/HTML/en/khelpcenter/quickstart/loggingout.html
+share/doc/HTML/en/khelpcenter/quickstart/managingyourfiles.html
+share/doc/HTML/en/khelpcenter/quickstart/readysetgo.html
+share/doc/HTML/en/khelpcenter/quickstart/taskbar.html
+share/doc/HTML/en/khelpcenter/quickstart/templates.html
+share/doc/HTML/en/khelpcenter/quickstart/virtualdesktops.html
+share/doc/HTML/en/khelpcenter/quickstart/workingwithwindows.html
+share/doc/HTML/en/khelpcenter/support.html
+share/doc/HTML/en/khelpcenter/tinylogo.png
+share/doc/HTML/en/khelpcenter/userguide/.anchors
+share/doc/HTML/en/khelpcenter/userguide/aboutthispreview.html
+share/doc/HTML/en/khelpcenter/userguide/activating-the-screen-saver-by-moving-your-m.html
+share/doc/HTML/en/khelpcenter/userguide/addingprograms.html
+share/doc/HTML/en/khelpcenter/userguide/allaboutyourdesktop.html
+share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html
+share/doc/HTML/en/khelpcenter/userguide/contacting-the-authors.html
+share/doc/HTML/en/khelpcenter/userguide/contactingauthors.html
+share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html
+share/doc/HTML/en/khelpcenter/userguide/customizingkdethekcontrolcenter.html
+share/doc/HTML/en/khelpcenter/userguide/desktop-components.html
+share/doc/HTML/en/khelpcenter/userguide/docustaff.html
+share/doc/HTML/en/khelpcenter/userguide/entertainmentapplications.html
+share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html
+share/doc/HTML/en/khelpcenter/userguide/firstimpressions.html
+share/doc/HTML/en/khelpcenter/userguide/frequentlyaskedquestionsaboutkde.html
+share/doc/HTML/en/khelpcenter/userguide/gettingstarted.html
+share/doc/HTML/en/khelpcenter/userguide/gnu-general-public-license.html
+share/doc/HTML/en/khelpcenter/userguide/gnulicense.html
+share/doc/HTML/en/khelpcenter/userguide/graphicalapplications.html
+share/doc/HTML/en/khelpcenter/userguide/i-cannot-compile-package-xxx.html
+share/doc/HTML/en/khelpcenter/userguide/index.cvlog
+share/doc/HTML/en/khelpcenter/userguide/index.docbook
+share/doc/HTML/en/khelpcenter/userguide/index.html
+share/doc/HTML/en/khelpcenter/userguide/input-devices.html
+share/doc/HTML/en/khelpcenter/userguide/installation.html
+share/doc/HTML/en/khelpcenter/userguide/introduction.html
+share/doc/HTML/en/khelpcenter/userguide/kde-is-not-stable.html
+share/doc/HTML/en/khelpcenter/userguide/kmedia-media-player.html
+share/doc/HTML/en/khelpcenter/userguide/knu-network-utilities.html
+share/doc/HTML/en/khelpcenter/userguide/kpoker.html
+share/doc/HTML/en/khelpcenter/userguide/krn-news-client.html
+share/doc/HTML/en/khelpcenter/userguide/ktetris.html
+share/doc/HTML/en/khelpcenter/userguide/kview-image-viewer.html
+share/doc/HTML/en/khelpcenter/userguide/legal-notices.html
+share/doc/HTML/en/khelpcenter/userguide/legal-status.html
+share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms-for-redhat-caldera-and.html
+share/doc/HTML/en/khelpcenter/userguide/mailinglists.html
+share/doc/HTML/en/khelpcenter/userguide/mouse-techniques.html
+share/doc/HTML/en/khelpcenter/userguide/moving-files-with-drag-and-drop.html
+share/doc/HTML/en/khelpcenter/userguide/multimediaapplications.html
+share/doc/HTML/en/khelpcenter/userguide/network.html
+share/doc/HTML/en/khelpcenter/userguide/networkapplications.html
+share/doc/HTML/en/khelpcenter/userguide/panel-settings.html
+share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html
+share/doc/HTML/en/khelpcenter/userguide/shortcuts.html
+share/doc/HTML/en/khelpcenter/userguide/sound-system.html
+share/doc/HTML/en/khelpcenter/userguide/sourcedistribution.html
+share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html
+share/doc/HTML/en/khelpcenter/userguide/suseinstall.html
+share/doc/HTML/en/khelpcenter/userguide/system-information.html
+share/doc/HTML/en/khelpcenter/userguide/using-command-line-and-terminals.html
+share/doc/HTML/en/khelpcenter/userguide/using-multiple-desktops.html
+share/doc/HTML/en/khelpcenter/userguide/using-tgz-to-install-on-top-of-other-systems.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-font-manager.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html
+share/doc/HTML/en/khelpcenter/userguide/usingtemplates.html
+share/doc/HTML/en/khelpcenter/userguide/utilityapplications.html
+share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html
+share/doc/HTML/en/khelpcenter/userguide/what-i-urgently-need.html
+share/doc/HTML/en/khelpcenter/userguide/what-is-missing.html
+share/doc/HTML/en/khelpcenter/whatiskde.html
+share/doc/HTML/en/kikbd/.anchors
+share/doc/HTML/en/kikbd/advanced.html
+share/doc/HTML/en/kikbd/advanced.png
+share/doc/HTML/en/kikbd/authors.html
+share/doc/HTML/en/kikbd/bug-reporting.html
+share/doc/HTML/en/kikbd/config.html
+share/doc/HTML/en/kikbd/create.html
+share/doc/HTML/en/kikbd/general.html
+share/doc/HTML/en/kikbd/general.png
+share/doc/HTML/en/kikbd/index.cvlog
+share/doc/HTML/en/kikbd/index.docbook
+share/doc/HTML/en/kikbd/index.html
+share/doc/HTML/en/kikbd/installation.html
+share/doc/HTML/en/kikbd/introduction.html
+share/doc/HTML/en/kikbd/nationalkeyboard.html
+share/doc/HTML/en/kikbd/screen-saver-password-problems..html
+share/doc/HTML/en/kikbd/startup.html
+share/doc/HTML/en/kikbd/startup.png
+share/doc/HTML/en/kikbd/style.html
+share/doc/HTML/en/kikbd/style.png
+share/doc/HTML/en/kikbd/troubleshooting.html
+share/doc/HTML/en/konsole/.anchors
+share/doc/HTML/en/konsole/application-related-problems.html
+share/doc/HTML/en/konsole/broken-termacap-and-terminfo.html
+share/doc/HTML/en/konsole/bugs-and-faq.html
+share/doc/HTML/en/konsole/color-scheme.html
+share/doc/HTML/en/konsole/configuration.html
+share/doc/HTML/en/konsole/fonts.html
+share/doc/HTML/en/konsole/index.cvlog
+share/doc/HTML/en/konsole/index.docbook
+share/doc/HTML/en/konsole/index.html
+share/doc/HTML/en/konsole/installation.html
+share/doc/HTML/en/konsole/introduction.html
+share/doc/HTML/en/konsole/known-bugs.html
+share/doc/HTML/en/konsole/not-to-implement.html
+share/doc/HTML/en/konsole/overview.html
+share/doc/HTML/en/konsole/problems-with-backspace-delete.html
+share/doc/HTML/en/konsole/security.html
share/doc/HTML/en/konsole/techref.html
share/doc/HTML/en/konsole/vt100.gif
-share/doc/HTML/en/kpager/index-1.html
-share/doc/HTML/en/kpager/index-2.html
-share/doc/HTML/en/kpager/index-3.html
-share/doc/HTML/en/kpager/index-4.html
-share/doc/HTML/en/kpager/index-5.html
+share/doc/HTML/en/kpager/.anchors
+share/doc/HTML/en/kpager/compilation-and-installation.html
+share/doc/HTML/en/kpager/customizingkpageradvancedfeatures.html
+share/doc/HTML/en/kpager/frequentlyaskedquestionsfaq.html
+share/doc/HTML/en/kpager/index.cvlog
+share/doc/HTML/en/kpager/index.docbook
share/doc/HTML/en/kpager/index.html
-share/doc/HTML/en/kpager/logotp3.gif
-share/doc/HTML/en/kpanel/index-1.html
-share/doc/HTML/en/kpanel/index-2.html
-share/doc/HTML/en/kpanel/index-3.html
-share/doc/HTML/en/kpanel/index-4.html
-share/doc/HTML/en/kpanel/index-5.html
-share/doc/HTML/en/kpanel/index.html
-share/doc/HTML/en/kpanel/logotp3.gif
-share/doc/HTML/en/kthememgr/index-1.html
-share/doc/HTML/en/kthememgr/index-2.html
-share/doc/HTML/en/kthememgr/index-3.html
-share/doc/HTML/en/kthememgr/index.html
-share/doc/HTML/en/kthememgr/logotp3.gif
-share/doc/HTML/en/kvt/index.html
-share/doc/HTML/en/kwm/index-1.html
-share/doc/HTML/en/kwm/index-2.html
-share/doc/HTML/en/kwm/index-3.html
-share/doc/HTML/en/kwm/index-4.html
-share/doc/HTML/en/kwm/index-5.html
-share/doc/HTML/en/kwm/index-6.html
+share/doc/HTML/en/kpager/installation.html
+share/doc/HTML/en/kpager/introduction.html
+share/doc/HTML/en/kpager/one-click-action.html
+share/doc/HTML/en/kpager/requirements.html
+share/doc/HTML/en/kpager/resizing-windows.html
+share/doc/HTML/en/kpager/rows-mode.html
+share/doc/HTML/en/kpager/the-global-desktop.html
+share/doc/HTML/en/kpager/the-window-properties-menu.html
+share/doc/HTML/en/kpager/workingwithkpager.html
+share/doc/HTML/en/kwm/.anchors
+share/doc/HTML/en/kwm/authors.html
+share/doc/HTML/en/kwm/commands.html
+share/doc/HTML/en/kwm/configuration.html
+share/doc/HTML/en/kwm/does-kwm-support-shaded-windows-a-la-openste.html
+share/doc/HTML/en/kwm/epilogue.html
+share/doc/HTML/en/kwm/frequentlyaskedquestions.html
+share/doc/HTML/en/kwm/index.cvlog
+share/doc/HTML/en/kwm/index.docbook
share/doc/HTML/en/kwm/index.html
-share/doc/HTML/en/kwm/logotp3.gif
-share/doc/HTML/ru/kikbd/advanced.gif
-share/doc/HTML/ru/kikbd/general.gif
-share/doc/HTML/ru/kikbd/kikbd-1.html
-share/doc/HTML/ru/kikbd/kikbd-2.html
-share/doc/HTML/ru/kikbd/kikbd-3.html
-share/doc/HTML/ru/kikbd/kikbd-4.html
-share/doc/HTML/ru/kikbd/kikbd-5.html
-share/doc/HTML/ru/kikbd/kikbd-6.html
-share/doc/HTML/ru/kikbd/kikbd-7.html
-share/doc/HTML/ru/kikbd/kikbd-8.html
-share/doc/HTML/ru/kikbd/kikbd.html
-share/doc/HTML/ru/kikbd/logotp3.gif
-share/doc/HTML/ru/kikbd/startup.gif
-share/doc/HTML/ru/kikbd/style.gif
-share/icons/3floppy_mount.xpm
-share/icons/3floppy_unmount.xpm
-share/icons/5floppy_mount.xpm
-share/icons/5floppy_unmount.xpm
-share/icons/application_settings.xpm
-share/icons/applications_package.xpm
-share/icons/background.xpm
-share/icons/bell.xpm
-share/icons/binary.xpm
-share/icons/binary2.xpm
-share/icons/blockdevice.xpm
-share/icons/brightness.xpm
-share/icons/buttons.xpm
-share/icons/c_src.xpm
-share/icons/cdrom_mount.xpm
-share/icons/cdrom_unmount.xpm
-share/icons/cdwriter_mount.xpm
-share/icons/cdwriter_unmount.xpm
-share/icons/chardevice.xpm
-share/icons/colors.xpm
-share/icons/colourness.xpm
-share/icons/contrast.xpm
-share/icons/core.xpm
-share/icons/desktop.xpm
-share/icons/desktop_settings.xpm
-share/icons/document.xpm
-share/icons/dvi.xpm
-share/icons/editors_package.xpm
-share/icons/exec.xpm
-share/icons/f_src.xpm
-share/icons/folder.xpm
-share/icons/folder_blue.xpm
-share/icons/folder_cyan.xpm
-share/icons/folder_green.xpm
-share/icons/folder_open.xpm
-share/icons/folder_red.xpm
-share/icons/folder_yellow.xpm
-share/icons/font.xpm
-share/icons/fonts.xpm
-share/icons/ftp.xpm
-share/icons/games_package.xpm
-share/icons/general_settings.xpm
-share/icons/gf.xpm
-share/icons/graphics_package.xpm
-share/icons/h_src.xpm
-share/icons/harddrive_mount.xpm
-share/icons/harddrive_unmount.xpm
-share/icons/html.xpm
-share/icons/image.xpm
-share/icons/info.xpm
-share/icons/information.xpm
-share/icons/information_settings.xpm
-share/icons/input_devices_settings.xpm
-share/icons/java_src.xpm
-share/icons/kcmdevices.xpm
-share/icons/kcmkpanel.xpm
-share/icons/kcmkwm.xpm
-share/icons/kcmmemory.xpm
-share/icons/kcmpartitions.xpm
-share/icons/kcmpci.xpm
-share/icons/kcmprocessor.xpm
-share/icons/kcmscsi.xpm
-share/icons/kcmsound.xpm
-share/icons/kcmsyssound.xpm
-share/icons/kcmx.xpm
-share/icons/kcontrol.xpm
-share/icons/kdehelp.xpm
-share/icons/kdisknav.xpm
-share/icons/kdmconfig.xpm
-share/icons/keyboard.xpm
-share/icons/kfind.xpm
-share/icons/kfm.xpm
-share/icons/kfm_fulltrash.xpm
-share/icons/kfm_home.xpm
-share/icons/kfm_refresh.xpm
-share/icons/kfm_trash.xpm
-share/icons/kfontmanager.xpm
-share/icons/kikbd.xpm
-share/icons/kmenuedit.xpm
-share/icons/kmultiple.xpm
-share/icons/konsole.xpm
-share/icons/kscreensaver.xpm
-share/icons/kthememgr.xpm
-share/icons/kvt.xpm
-share/icons/kwm.xpm
-share/icons/l_src.xpm
-share/icons/large/3floppy_mount.xpm
-share/icons/large/3floppy_unmount.xpm
-share/icons/large/5floppy_mount.xpm
-share/icons/large/5floppy_unmount.xpm
-share/icons/large/applications_package.xpm
-share/icons/large/bell.xpm
-share/icons/large/binary.xpm
-share/icons/large/binary2.xpm
-share/icons/large/blockdevice.xpm
-share/icons/large/buttons.xpm
-share/icons/large/c_src.xpm
-share/icons/large/cdrom_mount.xpm
-share/icons/large/cdrom_unmount.xpm
-share/icons/large/cdwriter_mount.xpm
-share/icons/large/cdwriter_unmount.xpm
-share/icons/large/chardevice.xpm
-share/icons/large/colors.xpm
-share/icons/large/core.xpm
-share/icons/large/desktop.xpm
-share/icons/large/desktop_settings.xpm
-share/icons/large/document.xpm
-share/icons/large/dvi.xpm
-share/icons/large/editors_package.xpm
-share/icons/large/exec.xpm
-share/icons/large/f_src.xpm
-share/icons/large/folder.xpm
-share/icons/large/folder_blue.xpm
-share/icons/large/folder_cyan.xpm
-share/icons/large/folder_green.xpm
-share/icons/large/folder_open.xpm
-share/icons/large/folder_red.xpm
-share/icons/large/folder_yellow.xpm
-share/icons/large/font.xpm
-share/icons/large/fonts.xpm
-share/icons/large/ftp.xpm
-share/icons/large/games_package.xpm
-share/icons/large/gf.xpm
-share/icons/large/go.xpm
-share/icons/large/graphics_package.xpm
-share/icons/large/h_src.xpm
-share/icons/large/hd_mount.xpm
-share/icons/large/hd_unmount.xpm
-share/icons/large/html.xpm
-share/icons/large/image.xpm
-share/icons/large/info.xpm
-share/icons/large/java_src.xpm
-share/icons/large/kcmdevices.xpm
-share/icons/large/kcmmemory.xpm
-share/icons/large/kcmpartitions.xpm
-share/icons/large/kcmpci.xpm
-share/icons/large/kcmprocessor.xpm
-share/icons/large/kcmscsi.xpm
-share/icons/large/kcmsyssound.xpm
-share/icons/large/kcontrol.xpm
-share/icons/large/kdehelp.xpm
-share/icons/large/kdisknav.xpm
-share/icons/large/kdmconfig.xpm
-share/icons/large/kfind.xpm
-share/icons/large/kfm.xpm
-share/icons/large/kfm_fulltrash.xpm
-share/icons/large/kfm_home.xpm
-share/icons/large/kfm_trash.xpm
-share/icons/large/kfontmanager.xpm
-share/icons/large/kikbd.xpm
-share/icons/large/kmenuedit.xpm
-share/icons/large/kmultiple.xpm
-share/icons/large/konsole.xpm
-share/icons/large/kscreensaver.xpm
-share/icons/large/kvt.xpm
-share/icons/large/kwm.xpm
-share/icons/large/l_src.xpm
-share/icons/large/library.xpm
-share/icons/large/link.xpm
-share/icons/large/locale.xpm
-share/icons/large/locked_file.xpm
-share/icons/large/lockedfolder.xpm
-share/icons/large/log.xpm
-share/icons/large/magneto-optical_mount.xpm
-share/icons/large/magneto-optical_unmount.xpm
-share/icons/large/make.xpm
-share/icons/large/man.xpm
-share/icons/large/metafont.xpm
-share/icons/large/midi.xpm
-share/icons/large/misc.xpm
-share/icons/large/moc_src.xpm
-share/icons/large/multimedia_package.xpm
-share/icons/large/network_package.xpm
-share/icons/large/o_src.xpm
-share/icons/large/p_src.xpm
-share/icons/large/package.xpm
-share/icons/large/pdf.xpm
-share/icons/large/perl.xpm
-share/icons/large/perl_doc.xpm
-share/icons/large/pk.xpm
-share/icons/large/postscript.xpm
-share/icons/large/properties.xpm
-share/icons/large/readme.xpm
-share/icons/large/readonly.xpm
-share/icons/large/resource.xpm
-share/icons/large/screensaver.xpm
-share/icons/large/script.xpm
-share/icons/large/settings_package.xpm
-share/icons/large/shredder.xpm
-share/icons/large/single_doc.xpm
-share/icons/large/socket.xpm
-share/icons/large/sound.xpm
-share/icons/large/style.xpm
-share/icons/large/system_package.xpm
-share/icons/large/tablet.xpm
-share/icons/large/tape_archive.xpm
-share/icons/large/terminal.xpm
-share/icons/large/tex.xpm
-share/icons/large/tgz.xpm
-share/icons/large/titlebar.xpm
-share/icons/large/trash.xpm
-share/icons/large/trash_full.xpm
-share/icons/large/txt.xpm
-share/icons/large/unknown.xpm
-share/icons/large/utilities_package.xpm
-share/icons/large/video.xpm
-share/icons/large/www.xpm
-share/icons/large/x.xpm
-share/icons/large/y_src.xpm
-share/icons/large/zip_mount.xpm
-share/icons/large/zip_unmount.xpm
-share/icons/library.xpm
-share/icons/link.xpm
-share/icons/locale.xpm
-share/icons/locked.xpm
-share/icons/locked_file.xpm
-share/icons/lockedfolder.xpm
-share/icons/log.xpm
-share/icons/logo.xpm
-share/icons/magneto-optical_mount.xpm
-share/icons/magneto-optical_unmount.xpm
-share/icons/make.xpm
-share/icons/man.xpm
-share/icons/metafont.xpm
-share/icons/midi.xpm
-share/icons/mini/3floppy_mount.xpm
-share/icons/mini/3floppy_unmount.xpm
-share/icons/mini/5floppy_mount.xpm
-share/icons/mini/5floppy_unmount.xpm
-share/icons/mini/application_settings.xpm
-share/icons/mini/applications_package.xpm
-share/icons/mini/audiovol.xpm
-share/icons/mini/background.xpm
-share/icons/mini/bell.xpm
-share/icons/mini/binary.xpm
-share/icons/mini/blockdevice.xpm
-share/icons/mini/buttons.xpm
-share/icons/mini/c_src.xpm
-share/icons/mini/cdrom_mount.xpm
-share/icons/mini/cdrom_unmount.xpm
-share/icons/mini/chardevice.xpm
-share/icons/mini/colors.xpm
-share/icons/mini/core.xpm
-share/icons/mini/desktop.xpm
-share/icons/mini/desktop_settings.xpm
-share/icons/mini/document.xpm
-share/icons/mini/dvi.xpm
-share/icons/mini/editors_package.xpm
-share/icons/mini/exec.xpm
-share/icons/mini/f_src.xpm
-share/icons/mini/folder.xpm
-share/icons/mini/folder_blue.xpm
-share/icons/mini/folder_cyan.xpm
-share/icons/mini/folder_green.xpm
-share/icons/mini/folder_open.xpm
-share/icons/mini/folder_red.xpm
-share/icons/mini/folder_yellow.xpm
-share/icons/mini/font.xpm
-share/icons/mini/fonts.xpm
-share/icons/mini/ftp.xpm
-share/icons/mini/games_package.xpm
-share/icons/mini/general_settings.xpm
-share/icons/mini/gf.xpm
-share/icons/mini/graphics_package.xpm
-share/icons/mini/h_src.xpm
-share/icons/mini/harddrive_mount.xpm
-share/icons/mini/harddrive_unmount.xpm
-share/icons/mini/html.xpm
-share/icons/mini/image.xpm
-share/icons/mini/info.xpm
-share/icons/mini/information_settings.xpm
-share/icons/mini/input_devices_settings.xpm
-share/icons/mini/java_src.xpm
-share/icons/mini/kcmdevices.xpm
-share/icons/mini/kcmkpanel.xpm
-share/icons/mini/kcmkwm.xpm
-share/icons/mini/kcmmemory.xpm
-share/icons/mini/kcmpartitions.xpm
-share/icons/mini/kcmpci.xpm
-share/icons/mini/kcmprocessor.xpm
-share/icons/mini/kcmscsi.xpm
-share/icons/mini/kcmsound.xpm
-share/icons/mini/kcmsyssound.xpm
-share/icons/mini/kcmx.xpm
-share/icons/mini/kcontrol.xpm
-share/icons/mini/kdehelp.xpm
-share/icons/mini/kdmconfig.xpm
-share/icons/mini/keyboard.xpm
-share/icons/mini/kfind.xpm
-share/icons/mini/kfm.xpm
-share/icons/mini/kfm_fulltrash.xpm
-share/icons/mini/kfm_home.xpm
-share/icons/mini/kfm_refresh.xpm
-share/icons/mini/kfm_trash.xpm
-share/icons/mini/kfontmanager.xpm
-share/icons/mini/kikbd.xpm
-share/icons/mini/kmenuedit.xpm
-share/icons/mini/konsole.xpm
-share/icons/mini/kscreensaver.xpm
-share/icons/mini/kthememgr.xpm
-share/icons/mini/kvt.xpm
-share/icons/mini/kwm.xpm
-share/icons/mini/l_src.xpm
-share/icons/mini/library.xpm
-share/icons/mini/locale.xpm
-share/icons/mini/locked.xpm
-share/icons/mini/lockedfolder.xpm
-share/icons/mini/log.xpm
-share/icons/mini/make.xpm
-share/icons/mini/man.xpm
-share/icons/mini/maximize2.xpm
-share/icons/mini/metafont.xpm
-share/icons/mini/midi.xpm
-share/icons/mini/mini-ball.xpm
-share/icons/mini/mini-bball.xpm
-share/icons/mini/mini-bomb.xpm
-share/icons/mini/mini-book1.xpm
-share/icons/mini/mini-book2.xpm
-share/icons/mini/mini-bug1.xpm
-share/icons/mini/mini-bug2.xpm
-share/icons/mini/mini-bx2.xpm
-share/icons/mini/mini-calc.xpm
-share/icons/mini/mini-camera.xpm
-share/icons/mini/mini-cdlabel.xpm
-share/icons/mini/mini-clock.xpm
-share/icons/mini/mini-colors.xpm
-share/icons/mini/mini-connect.xpm
-share/icons/mini/mini-connected.xpm
-share/icons/mini/mini-cross.xpm
-share/icons/mini/mini-default.xpm
-share/icons/mini/mini-display.xpm
-share/icons/mini/mini-doc.xpm
-share/icons/mini/mini-edit.xpm
-share/icons/mini/mini-exclam.xpm
-share/icons/mini/mini-exp.xpm
-share/icons/mini/mini-eyes.xpm
-share/icons/mini/mini-filemgr.xpm
-share/icons/mini/mini-fractal.xpm
-share/icons/mini/mini-gball.xpm
-share/icons/mini/mini-gv.xpm
-share/icons/mini/mini-hammer.xpm
-share/icons/mini/mini-happy.xpm
-share/icons/mini/mini-hextris.xpm
-share/icons/mini/mini-k.xpm
-share/icons/mini/mini-lock.xpm
-share/icons/mini/mini-lower.xpm
-share/icons/mini/mini-mail.xpm
-share/icons/mini/mini-manual.xpm
-share/icons/mini/mini-max1.xpm
-share/icons/mini/mini-maze.xpm
-share/icons/mini/mini-modules.xpm
-share/icons/mini/mini-move.xpm
-share/icons/mini/mini-move1.xpm
-share/icons/mini/mini-nscape.xpm
-share/icons/mini/mini-ofolder.xpm
-share/icons/mini/mini-olwm.xpm
-share/icons/mini/mini-paint.xpm
-share/icons/mini/mini-pencil.xpm
-share/icons/mini/mini-question.xpm
-share/icons/mini/mini-raise.xpm
-share/icons/mini/mini-ray.xpm
-share/icons/mini/mini-rball.xpm
-share/icons/mini/mini-resize.xpm
-share/icons/mini/mini-roach.xpm
-share/icons/mini/mini-run.xpm
-share/icons/mini/mini-sh.xpm
-share/icons/mini/mini-sh1.xpm
-share/icons/mini/mini-slon.xpm
-share/icons/mini/mini-stop.xpm
-share/icons/mini/mini-term.xpm
-share/icons/mini/mini-tetris.xpm
-share/icons/mini/mini-turn.xpm
-share/icons/mini/mini-up.xpm
-share/icons/mini/mini-windows.xpm
-share/icons/mini/mini-x.xpm
-share/icons/mini/mini-x2.xpm
-share/icons/mini/mini-xmahjongg.xpm
-share/icons/mini/mini-xv.xpm
-share/icons/mini/mini-zoom.xpm
-share/icons/mini/mini.audiovol.xpm
-share/icons/mini/mini.checkmark.xpm
-share/icons/mini/mini.cut.xpm
-share/icons/mini/mini.destroy.xpm
-share/icons/mini/mini.excl.xpm
-share/icons/mini/mini.exit.xpm
-share/icons/mini/mini.fvwm.xpm
-share/icons/mini/mini.letter.xpm
-share/icons/mini/mini.lower.xpm
-share/icons/mini/mini.move.xpm
-share/icons/mini/mini.netscape.xpm
-share/icons/mini/mini.raise.xpm
-share/icons/mini/mini.resize.xpm
-share/icons/mini/mini.xarchie.xpm
-share/icons/mini/mini.xboing.xpm
-share/icons/mini/mini.xlock.xpm
-share/icons/mini/mini.xpm
-share/icons/mini/mini.xterm.xpm
-share/icons/mini/mini.zircon.xpm
-share/icons/mini/moc_src.xpm
-share/icons/mini/mouse.xpm
-share/icons/mini/multimedia_package.xpm
-share/icons/mini/network_package.xpm
-share/icons/mini/network_settings.xpm
-share/icons/mini/o_src.xpm
-share/icons/mini/p_src.xpm
-share/icons/mini/package.xpm
-share/icons/mini/panel_settings.xpm
-share/icons/mini/pci.xpm
-share/icons/mini/pdf.xpm
-share/icons/mini/pipe.xpm
-share/icons/mini/pk.xpm
-share/icons/mini/postscript.xpm
-share/icons/mini/printer.xpm
-share/icons/mini/readme.xpm
-share/icons/mini/resource.xpm
-share/icons/mini/s_src.xpm
-share/icons/mini/sample.xpm
-share/icons/mini/screensaver.xpm
-share/icons/mini/script.xpm
-share/icons/mini/settings_package.xpm
-share/icons/mini/smbstatus.xpm
-share/icons/mini/socket.xpm
-share/icons/mini/sound.xpm
-share/icons/mini/sound_settings.xpm
-share/icons/mini/style.xpm
-share/icons/mini/system_package.xpm
-share/icons/mini/tablet.xpm
-share/icons/mini/terminal.xpm
-share/icons/mini/tex.xpm
-share/icons/mini/tgz.xpm
-share/icons/mini/titlebar.xpm
-share/icons/mini/trash.xpm
-share/icons/mini/txt.xpm
-share/icons/mini/unknown.xpm
-share/icons/mini/utilities_package.xpm
-share/icons/mini/video.xpm
-share/icons/mini/windows.xpm
-share/icons/mini/winprops.xpm
-share/icons/mini/www.xpm
-share/icons/mini/x.xpm
-share/icons/mini/y_src.xpm
-share/icons/mini/zip_mount.xpm
-share/icons/mini/zip_unmount.xpm
-share/icons/misc.xpm
-share/icons/moc_src.xpm
-share/icons/monitor.xpm
-share/icons/mouse.xpm
-share/icons/multimedia_package.xpm
-share/icons/network.xpm
-share/icons/network_package.xpm
-share/icons/network_settings.xpm
-share/icons/o_src.xpm
-share/icons/p_src.xpm
-share/icons/package.xpm
-share/icons/panel_settings.xpm
-share/icons/pdf.xpm
-share/icons/perl.xpm
-share/icons/pipe.xpm
-share/icons/pk.xpm
-share/icons/postscript.xpm
-share/icons/printer.xpm
-share/icons/properties.xpm
-share/icons/readme.xpm
-share/icons/readonly.xpm
-share/icons/resource.xpm
-share/icons/s_src.xpm
-share/icons/screensaver.xpm
-share/icons/script.xpm
-share/icons/settings_package.xpm
-share/icons/shredder.xpm
-share/icons/single_doc.xpm
-share/icons/smbstatus.xpm
-share/icons/socket.xpm
-share/icons/sound.xpm
-share/icons/sound_settings.xpm
-share/icons/style.xpm
-share/icons/system_package.xpm
-share/icons/tablet.xpm
-share/icons/terminal.xpm
-share/icons/tex.xpm
-share/icons/tgz.xpm
-share/icons/titlebar.xpm
-share/icons/trash.xpm
-share/icons/txt.xpm
-share/icons/unknown.xpm
-share/icons/utilities_package.xpm
-share/icons/video.xpm
-share/icons/www.xpm
-share/icons/x.xpm
-share/icons/y_src.xpm
-share/icons/zip_mount.xpm
-share/icons/zip_unmount.xpm
-share/locale/br/LC_MESSAGES/kbgndwm.mo
-share/locale/br/LC_MESSAGES/kcmbell.mo
-share/locale/br/LC_MESSAGES/kcmdisplay.mo
-share/locale/br/LC_MESSAGES/kcminfo.mo
-share/locale/br/LC_MESSAGES/kcminput.mo
-share/locale/br/LC_MESSAGES/kcmkeys.mo
-share/locale/br/LC_MESSAGES/kcmkfm.mo
-share/locale/br/LC_MESSAGES/kcmkpanel.mo
-share/locale/br/LC_MESSAGES/kcmkwm.mo
-share/locale/br/LC_MESSAGES/kcmlocale.mo
-share/locale/br/LC_MESSAGES/kcmsamba.mo
-share/locale/br/LC_MESSAGES/kcmsample.mo
-share/locale/br/LC_MESSAGES/kcmsyssound.mo
-share/locale/br/LC_MESSAGES/kcontrol.mo
-share/locale/br/LC_MESSAGES/kdehelp.mo
-share/locale/br/LC_MESSAGES/kdm.mo
-share/locale/br/LC_MESSAGES/kdmconfig.mo
-share/locale/br/LC_MESSAGES/kfind.mo
-share/locale/br/LC_MESSAGES/kfm.mo
-share/locale/br/LC_MESSAGES/kfontmanager.mo
-share/locale/br/LC_MESSAGES/kikbd.mo
-share/locale/br/LC_MESSAGES/klock.mo
-share/locale/br/LC_MESSAGES/kmenuedit.mo
-share/locale/br/LC_MESSAGES/konsole.mo
-share/locale/br/LC_MESSAGES/kpager.mo
-share/locale/br/LC_MESSAGES/kpanel.mo
-share/locale/br/LC_MESSAGES/krootwm.mo
-share/locale/br/LC_MESSAGES/kstart.mo
-share/locale/br/LC_MESSAGES/kvt.mo
-share/locale/br/LC_MESSAGES/kwm.mo
-share/locale/ca/LC_MESSAGES/kbgndwm.mo
-share/locale/ca/LC_MESSAGES/kcmbell.mo
-share/locale/ca/LC_MESSAGES/kcmdisplay.mo
-share/locale/ca/LC_MESSAGES/kcminfo.mo
-share/locale/ca/LC_MESSAGES/kcminput.mo
-share/locale/ca/LC_MESSAGES/kcmkeys.mo
-share/locale/ca/LC_MESSAGES/kcmkfm.mo
-share/locale/ca/LC_MESSAGES/kcmkpanel.mo
-share/locale/ca/LC_MESSAGES/kcmkwm.mo
-share/locale/ca/LC_MESSAGES/kcmlocale.mo
-share/locale/ca/LC_MESSAGES/kcmsamba.mo
-share/locale/ca/LC_MESSAGES/kcmsample.mo
-share/locale/ca/LC_MESSAGES/kcmsyssound.mo
-share/locale/ca/LC_MESSAGES/kcontrol.mo
-share/locale/ca/LC_MESSAGES/kdehelp.mo
-share/locale/ca/LC_MESSAGES/kdm.mo
-share/locale/ca/LC_MESSAGES/kdmconfig.mo
-share/locale/ca/LC_MESSAGES/kfind.mo
-share/locale/ca/LC_MESSAGES/kfm.mo
-share/locale/ca/LC_MESSAGES/kfontmanager.mo
-share/locale/ca/LC_MESSAGES/kikbd.mo
-share/locale/ca/LC_MESSAGES/klock.mo
-share/locale/ca/LC_MESSAGES/kmenuedit.mo
-share/locale/ca/LC_MESSAGES/konsole.mo
-share/locale/ca/LC_MESSAGES/kpager.mo
-share/locale/ca/LC_MESSAGES/kpanel.mo
-share/locale/ca/LC_MESSAGES/krootwm.mo
-share/locale/ca/LC_MESSAGES/kstart.mo
-share/locale/ca/LC_MESSAGES/kvt.mo
-share/locale/ca/LC_MESSAGES/kwm.mo
-share/locale/cs/LC_MESSAGES/kcmbell.mo
-share/locale/cs/LC_MESSAGES/kcmdisplay.mo
-share/locale/cs/LC_MESSAGES/kcminfo.mo
-share/locale/cs/LC_MESSAGES/kcminput.mo
-share/locale/cs/LC_MESSAGES/kcmkeys.mo
-share/locale/cs/LC_MESSAGES/kcmkfm.mo
-share/locale/cs/LC_MESSAGES/kcmkpanel.mo
-share/locale/cs/LC_MESSAGES/kcmkwm.mo
-share/locale/cs/LC_MESSAGES/kcmlocale.mo
-share/locale/cs/LC_MESSAGES/kcmsamba.mo
-share/locale/cs/LC_MESSAGES/kcmsample.mo
-share/locale/cs/LC_MESSAGES/kcmsyssound.mo
-share/locale/cs/LC_MESSAGES/kcontrol.mo
-share/locale/cs/LC_MESSAGES/kdehelp.mo
-share/locale/cs/LC_MESSAGES/kdm.mo
-share/locale/cs/LC_MESSAGES/kdmconfig.mo
-share/locale/cs/LC_MESSAGES/kfind.mo
-share/locale/cs/LC_MESSAGES/kfm.mo
-share/locale/cs/LC_MESSAGES/kfontmanager.mo
-share/locale/cs/LC_MESSAGES/kikbd.mo
-share/locale/cs/LC_MESSAGES/klock.mo
-share/locale/cs/LC_MESSAGES/kmenuedit.mo
-share/locale/cs/LC_MESSAGES/konsole.mo
-share/locale/cs/LC_MESSAGES/kpager.mo
-share/locale/cs/LC_MESSAGES/kpanel.mo
-share/locale/cs/LC_MESSAGES/krootwm.mo
-share/locale/cs/LC_MESSAGES/kstart.mo
-share/locale/cs/LC_MESSAGES/kvt.mo
-share/locale/cs/LC_MESSAGES/kwm.mo
-share/locale/da/LC_MESSAGES/kbgndwm.mo
-share/locale/da/LC_MESSAGES/kcmbell.mo
-share/locale/da/LC_MESSAGES/kcmdisplay.mo
-share/locale/da/LC_MESSAGES/kcminfo.mo
-share/locale/da/LC_MESSAGES/kcminput.mo
-share/locale/da/LC_MESSAGES/kcmkeys.mo
-share/locale/da/LC_MESSAGES/kcmkfm.mo
-share/locale/da/LC_MESSAGES/kcmkpanel.mo
-share/locale/da/LC_MESSAGES/kcmkwm.mo
-share/locale/da/LC_MESSAGES/kcmlocale.mo
-share/locale/da/LC_MESSAGES/kcmsamba.mo
-share/locale/da/LC_MESSAGES/kcmsample.mo
-share/locale/da/LC_MESSAGES/kcmsyssound.mo
-share/locale/da/LC_MESSAGES/kcontrol.mo
-share/locale/da/LC_MESSAGES/kdehelp.mo
-share/locale/da/LC_MESSAGES/kdm.mo
-share/locale/da/LC_MESSAGES/kdmconfig.mo
-share/locale/da/LC_MESSAGES/kfind.mo
-share/locale/da/LC_MESSAGES/kfm.mo
-share/locale/da/LC_MESSAGES/kfontmanager.mo
-share/locale/da/LC_MESSAGES/kikbd.mo
-share/locale/da/LC_MESSAGES/klock.mo
-share/locale/da/LC_MESSAGES/kmenuedit.mo
-share/locale/da/LC_MESSAGES/konsole.mo
-share/locale/da/LC_MESSAGES/kpager.mo
-share/locale/da/LC_MESSAGES/kpanel.mo
-share/locale/da/LC_MESSAGES/krootwm.mo
-share/locale/da/LC_MESSAGES/kstart.mo
-share/locale/da/LC_MESSAGES/kvt.mo
-share/locale/da/LC_MESSAGES/kwm.mo
-share/locale/de/LC_MESSAGES/kbgndwm.mo
-share/locale/de/LC_MESSAGES/kcmbell.mo
-share/locale/de/LC_MESSAGES/kcmdisplay.mo
-share/locale/de/LC_MESSAGES/kcminfo.mo
-share/locale/de/LC_MESSAGES/kcminput.mo
-share/locale/de/LC_MESSAGES/kcmkeys.mo
-share/locale/de/LC_MESSAGES/kcmkfm.mo
-share/locale/de/LC_MESSAGES/kcmkpanel.mo
-share/locale/de/LC_MESSAGES/kcmkwm.mo
-share/locale/de/LC_MESSAGES/kcmlocale.mo
-share/locale/de/LC_MESSAGES/kcmsamba.mo
-share/locale/de/LC_MESSAGES/kcmsample.mo
-share/locale/de/LC_MESSAGES/kcmsyssound.mo
-share/locale/de/LC_MESSAGES/kcontrol.mo
-share/locale/de/LC_MESSAGES/kdehelp.mo
-share/locale/de/LC_MESSAGES/kdm.mo
-share/locale/de/LC_MESSAGES/kdmconfig.mo
-share/locale/de/LC_MESSAGES/kfind.mo
-share/locale/de/LC_MESSAGES/kfm.mo
-share/locale/de/LC_MESSAGES/kfontmanager.mo
-share/locale/de/LC_MESSAGES/kikbd.mo
-share/locale/de/LC_MESSAGES/klock.mo
-share/locale/de/LC_MESSAGES/kmenuedit.mo
-share/locale/de/LC_MESSAGES/konsole.mo
-share/locale/de/LC_MESSAGES/kpager.mo
-share/locale/de/LC_MESSAGES/kpanel.mo
-share/locale/de/LC_MESSAGES/krootwm.mo
-share/locale/de/LC_MESSAGES/kstart.mo
-share/locale/de/LC_MESSAGES/kthememgr.mo
-share/locale/de/LC_MESSAGES/kvt.mo
-share/locale/de/LC_MESSAGES/kwm.mo
-share/locale/el/LC_MESSAGES/kcmbell.mo
-share/locale/el/LC_MESSAGES/kcmdisplay.mo
-share/locale/el/LC_MESSAGES/kcminfo.mo
-share/locale/el/LC_MESSAGES/kcminput.mo
-share/locale/el/LC_MESSAGES/kcmkpanel.mo
-share/locale/el/LC_MESSAGES/kcmkwm.mo
-share/locale/el/LC_MESSAGES/kcmlocale.mo
-share/locale/el/LC_MESSAGES/kcmsamba.mo
-share/locale/el/LC_MESSAGES/kcmsample.mo
-share/locale/el/LC_MESSAGES/kcmsyssound.mo
-share/locale/el/LC_MESSAGES/kcontrol.mo
-share/locale/el/LC_MESSAGES/kdehelp.mo
-share/locale/el/LC_MESSAGES/kdm.mo
-share/locale/el/LC_MESSAGES/kdmconfig.mo
-share/locale/el/LC_MESSAGES/kfind.mo
-share/locale/el/LC_MESSAGES/kfm.mo
-share/locale/el/LC_MESSAGES/kfontmanager.mo
-share/locale/el/LC_MESSAGES/klock.mo
-share/locale/el/LC_MESSAGES/kmenuedit.mo
-share/locale/el/LC_MESSAGES/kpanel.mo
-share/locale/el/LC_MESSAGES/krootwm.mo
-share/locale/el/LC_MESSAGES/kvt.mo
-share/locale/el/LC_MESSAGES/kwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmdisplay.mo
-share/locale/en_UK/LC_MESSAGES/kcmkwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmsyssound.mo
-share/locale/en_UK/LC_MESSAGES/kdehelp.mo
-share/locale/en_UK/LC_MESSAGES/kdmconfig.mo
-share/locale/en_UK/LC_MESSAGES/klock.mo
-share/locale/en_UK/LC_MESSAGES/kvt.mo
-share/locale/en_UK/LC_MESSAGES/kwm.mo
-share/locale/eo/LC_MESSAGES/kbgndwm.mo
-share/locale/eo/LC_MESSAGES/kcmbell.mo
-share/locale/eo/LC_MESSAGES/kcmdisplay.mo
-share/locale/eo/LC_MESSAGES/kcminfo.mo
-share/locale/eo/LC_MESSAGES/kcminput.mo
-share/locale/eo/LC_MESSAGES/kcmkeys.mo
-share/locale/eo/LC_MESSAGES/kcmkfm.mo
-share/locale/eo/LC_MESSAGES/kcmkpanel.mo
-share/locale/eo/LC_MESSAGES/kcmkwm.mo
-share/locale/eo/LC_MESSAGES/kcmlocale.mo
-share/locale/eo/LC_MESSAGES/kcmsamba.mo
-share/locale/eo/LC_MESSAGES/kcmsample.mo
-share/locale/eo/LC_MESSAGES/kcmsyssound.mo
-share/locale/eo/LC_MESSAGES/kcontrol.mo
-share/locale/eo/LC_MESSAGES/kdehelp.mo
-share/locale/eo/LC_MESSAGES/kdm.mo
-share/locale/eo/LC_MESSAGES/kdmconfig.mo
-share/locale/eo/LC_MESSAGES/kfind.mo
-share/locale/eo/LC_MESSAGES/kfm.mo
-share/locale/eo/LC_MESSAGES/kfontmanager.mo
-share/locale/eo/LC_MESSAGES/kikbd.mo
-share/locale/eo/LC_MESSAGES/klock.mo
-share/locale/eo/LC_MESSAGES/kmenuedit.mo
-share/locale/eo/LC_MESSAGES/konsole.mo
-share/locale/eo/LC_MESSAGES/kpager.mo
-share/locale/eo/LC_MESSAGES/kpanel.mo
-share/locale/eo/LC_MESSAGES/krootwm.mo
-share/locale/eo/LC_MESSAGES/kstart.mo
-share/locale/eo/LC_MESSAGES/kvt.mo
-share/locale/eo/LC_MESSAGES/kwm.mo
-share/locale/es/LC_MESSAGES/kbgndwm.mo
-share/locale/es/LC_MESSAGES/kcmbell.mo
-share/locale/es/LC_MESSAGES/kcmdisplay.mo
-share/locale/es/LC_MESSAGES/kcminfo.mo
-share/locale/es/LC_MESSAGES/kcminput.mo
-share/locale/es/LC_MESSAGES/kcmkeys.mo
-share/locale/es/LC_MESSAGES/kcmkfm.mo
-share/locale/es/LC_MESSAGES/kcmkpanel.mo
-share/locale/es/LC_MESSAGES/kcmkwm.mo
-share/locale/es/LC_MESSAGES/kcmlocale.mo
-share/locale/es/LC_MESSAGES/kcmsamba.mo
-share/locale/es/LC_MESSAGES/kcmsample.mo
-share/locale/es/LC_MESSAGES/kcmsyssound.mo
-share/locale/es/LC_MESSAGES/kcontrol.mo
-share/locale/es/LC_MESSAGES/kdehelp.mo
-share/locale/es/LC_MESSAGES/kdm.mo
-share/locale/es/LC_MESSAGES/kdmconfig.mo
-share/locale/es/LC_MESSAGES/kfind.mo
-share/locale/es/LC_MESSAGES/kfm.mo
-share/locale/es/LC_MESSAGES/kfontmanager.mo
-share/locale/es/LC_MESSAGES/kikbd.mo
-share/locale/es/LC_MESSAGES/klock.mo
-share/locale/es/LC_MESSAGES/kmenuedit.mo
-share/locale/es/LC_MESSAGES/konsole.mo
-share/locale/es/LC_MESSAGES/kpager.mo
-share/locale/es/LC_MESSAGES/kpanel.mo
-share/locale/es/LC_MESSAGES/krootwm.mo
-share/locale/es/LC_MESSAGES/kstart.mo
-share/locale/es/LC_MESSAGES/kvt.mo
-share/locale/es/LC_MESSAGES/kwm.mo
-share/locale/et/LC_MESSAGES/kbgndwm.mo
-share/locale/et/LC_MESSAGES/kcmbell.mo
-share/locale/et/LC_MESSAGES/kcmdisplay.mo
-share/locale/et/LC_MESSAGES/kcminfo.mo
-share/locale/et/LC_MESSAGES/kcminput.mo
-share/locale/et/LC_MESSAGES/kcmkeys.mo
-share/locale/et/LC_MESSAGES/kcmkfm.mo
-share/locale/et/LC_MESSAGES/kcmkpanel.mo
-share/locale/et/LC_MESSAGES/kcmkwm.mo
-share/locale/et/LC_MESSAGES/kcmlocale.mo
-share/locale/et/LC_MESSAGES/kcmsamba.mo
-share/locale/et/LC_MESSAGES/kcmsample.mo
-share/locale/et/LC_MESSAGES/kcmsyssound.mo
-share/locale/et/LC_MESSAGES/kcontrol.mo
-share/locale/et/LC_MESSAGES/kdehelp.mo
-share/locale/et/LC_MESSAGES/kdm.mo
-share/locale/et/LC_MESSAGES/kdmconfig.mo
-share/locale/et/LC_MESSAGES/kfind.mo
-share/locale/et/LC_MESSAGES/kfm.mo
-share/locale/et/LC_MESSAGES/kfontmanager.mo
-share/locale/et/LC_MESSAGES/kikbd.mo
-share/locale/et/LC_MESSAGES/klock.mo
-share/locale/et/LC_MESSAGES/kmenuedit.mo
-share/locale/et/LC_MESSAGES/konsole.mo
-share/locale/et/LC_MESSAGES/kpager.mo
-share/locale/et/LC_MESSAGES/kpanel.mo
-share/locale/et/LC_MESSAGES/krootwm.mo
-share/locale/et/LC_MESSAGES/kstart.mo
-share/locale/et/LC_MESSAGES/kvt.mo
-share/locale/et/LC_MESSAGES/kwm.mo
-share/locale/fi/LC_MESSAGES/kbgndwm.mo
-share/locale/fi/LC_MESSAGES/kcmbell.mo
-share/locale/fi/LC_MESSAGES/kcmdisplay.mo
-share/locale/fi/LC_MESSAGES/kcminfo.mo
-share/locale/fi/LC_MESSAGES/kcminput.mo
-share/locale/fi/LC_MESSAGES/kcmkeys.mo
-share/locale/fi/LC_MESSAGES/kcmkfm.mo
-share/locale/fi/LC_MESSAGES/kcmkpanel.mo
-share/locale/fi/LC_MESSAGES/kcmkwm.mo
-share/locale/fi/LC_MESSAGES/kcmlocale.mo
-share/locale/fi/LC_MESSAGES/kcmsamba.mo
-share/locale/fi/LC_MESSAGES/kcmsample.mo
-share/locale/fi/LC_MESSAGES/kcmsyssound.mo
-share/locale/fi/LC_MESSAGES/kcontrol.mo
-share/locale/fi/LC_MESSAGES/kdehelp.mo
-share/locale/fi/LC_MESSAGES/kdm.mo
-share/locale/fi/LC_MESSAGES/kdmconfig.mo
-share/locale/fi/LC_MESSAGES/kfind.mo
-share/locale/fi/LC_MESSAGES/kfm.mo
-share/locale/fi/LC_MESSAGES/kfontmanager.mo
-share/locale/fi/LC_MESSAGES/kikbd.mo
-share/locale/fi/LC_MESSAGES/klock.mo
-share/locale/fi/LC_MESSAGES/kmenuedit.mo
-share/locale/fi/LC_MESSAGES/konsole.mo
-share/locale/fi/LC_MESSAGES/kpager.mo
-share/locale/fi/LC_MESSAGES/kpanel.mo
-share/locale/fi/LC_MESSAGES/krootwm.mo
-share/locale/fi/LC_MESSAGES/kstart.mo
-share/locale/fi/LC_MESSAGES/kthememgr.mo
-share/locale/fi/LC_MESSAGES/kvt.mo
-share/locale/fi/LC_MESSAGES/kwm.mo
-share/locale/fr/LC_MESSAGES/kbgndwm.mo
-share/locale/fr/LC_MESSAGES/kcmbell.mo
-share/locale/fr/LC_MESSAGES/kcmdisplay.mo
-share/locale/fr/LC_MESSAGES/kcminfo.mo
-share/locale/fr/LC_MESSAGES/kcminput.mo
-share/locale/fr/LC_MESSAGES/kcmkeys.mo
-share/locale/fr/LC_MESSAGES/kcmkfm.mo
-share/locale/fr/LC_MESSAGES/kcmkpanel.mo
-share/locale/fr/LC_MESSAGES/kcmkwm.mo
-share/locale/fr/LC_MESSAGES/kcmlocale.mo
-share/locale/fr/LC_MESSAGES/kcmsamba.mo
-share/locale/fr/LC_MESSAGES/kcmsample.mo
-share/locale/fr/LC_MESSAGES/kcmsyssound.mo
-share/locale/fr/LC_MESSAGES/kcontrol.mo
-share/locale/fr/LC_MESSAGES/kdehelp.mo
-share/locale/fr/LC_MESSAGES/kdm.mo
-share/locale/fr/LC_MESSAGES/kdmconfig.mo
-share/locale/fr/LC_MESSAGES/kfind.mo
-share/locale/fr/LC_MESSAGES/kfm.mo
-share/locale/fr/LC_MESSAGES/kfontmanager.mo
-share/locale/fr/LC_MESSAGES/kikbd.mo
-share/locale/fr/LC_MESSAGES/klock.mo
-share/locale/fr/LC_MESSAGES/kmenuedit.mo
-share/locale/fr/LC_MESSAGES/konsole.mo
-share/locale/fr/LC_MESSAGES/kpager.mo
-share/locale/fr/LC_MESSAGES/kpanel.mo
-share/locale/fr/LC_MESSAGES/krootwm.mo
-share/locale/fr/LC_MESSAGES/kstart.mo
-share/locale/fr/LC_MESSAGES/kthememgr.mo
-share/locale/fr/LC_MESSAGES/kvt.mo
-share/locale/fr/LC_MESSAGES/kwm.mo
-share/locale/he/LC_MESSAGES/kcmbell.mo
-share/locale/he/LC_MESSAGES/kcmdisplay.mo
-share/locale/he/LC_MESSAGES/kcminfo.mo
-share/locale/he/LC_MESSAGES/kcmkfm.mo
-share/locale/he/LC_MESSAGES/kcmkpanel.mo
-share/locale/he/LC_MESSAGES/kcmlocale.mo
-share/locale/he/LC_MESSAGES/kcontrol.mo
-share/locale/he/LC_MESSAGES/kdehelp.mo
-share/locale/he/LC_MESSAGES/kdm.mo
-share/locale/he/LC_MESSAGES/kfind.mo
-share/locale/he/LC_MESSAGES/kfm.mo
-share/locale/he/LC_MESSAGES/kpanel.mo
-share/locale/he/LC_MESSAGES/krootwm.mo
-share/locale/he/LC_MESSAGES/ksysv.mo
-share/locale/he/LC_MESSAGES/kuser.mo
-share/locale/he/LC_MESSAGES/kvt.mo
-share/locale/he/LC_MESSAGES/kwm.mo
-share/locale/hr/LC_MESSAGES/kbgndwm.mo
-share/locale/hr/LC_MESSAGES/kcmbell.mo
-share/locale/hr/LC_MESSAGES/kcmdisplay.mo
-share/locale/hr/LC_MESSAGES/kcminfo.mo
-share/locale/hr/LC_MESSAGES/kcminput.mo
-share/locale/hr/LC_MESSAGES/kcmkeys.mo
-share/locale/hr/LC_MESSAGES/kcmkfm.mo
-share/locale/hr/LC_MESSAGES/kcmkpanel.mo
-share/locale/hr/LC_MESSAGES/kcmkwm.mo
-share/locale/hr/LC_MESSAGES/kcmlocale.mo
-share/locale/hr/LC_MESSAGES/kcmsamba.mo
-share/locale/hr/LC_MESSAGES/kcmsample.mo
-share/locale/hr/LC_MESSAGES/kcmsyssound.mo
-share/locale/hr/LC_MESSAGES/kcontrol.mo
-share/locale/hr/LC_MESSAGES/kdehelp.mo
-share/locale/hr/LC_MESSAGES/kdm.mo
-share/locale/hr/LC_MESSAGES/kdmconfig.mo
-share/locale/hr/LC_MESSAGES/kfind.mo
-share/locale/hr/LC_MESSAGES/kfm.mo
-share/locale/hr/LC_MESSAGES/kfontmanager.mo
-share/locale/hr/LC_MESSAGES/kikbd.mo
-share/locale/hr/LC_MESSAGES/klock.mo
-share/locale/hr/LC_MESSAGES/kmenuedit.mo
-share/locale/hr/LC_MESSAGES/konsole.mo
-share/locale/hr/LC_MESSAGES/kpager.mo
-share/locale/hr/LC_MESSAGES/kpanel.mo
-share/locale/hr/LC_MESSAGES/krootwm.mo
-share/locale/hr/LC_MESSAGES/kstart.mo
-share/locale/hr/LC_MESSAGES/kvt.mo
-share/locale/hr/LC_MESSAGES/kwm.mo
-share/locale/hs/LC_MESSAGES/kcmkwm.mo
-share/locale/hs/LC_MESSAGES/kcmlocale.mo
-share/locale/hs/LC_MESSAGES/kcmpanel.mo
-share/locale/hs/LC_MESSAGES/kcontrol.mo
-share/locale/hs/LC_MESSAGES/kde.mo
-share/locale/hs/LC_MESSAGES/kdehelp.mo
-share/locale/hs/LC_MESSAGES/kdm.mo
-share/locale/hs/LC_MESSAGES/kdmconfig.mo
-share/locale/hs/LC_MESSAGES/kfm.mo
-share/locale/hs/LC_MESSAGES/konsole.mo
-share/locale/hs/LC_MESSAGES/kpanel.mo
-share/locale/hs/LC_MESSAGES/krootwm.mo
-share/locale/hs/LC_MESSAGES/kstart.mo
-share/locale/hs/LC_MESSAGES/kvt.mo
-share/locale/hs/LC_MESSAGES/kwm.mo
-share/locale/hu/LC_MESSAGES/kbgndwm.mo
-share/locale/hu/LC_MESSAGES/kcmbell.mo
-share/locale/hu/LC_MESSAGES/kcmdisplay.mo
-share/locale/hu/LC_MESSAGES/kcminfo.mo
-share/locale/hu/LC_MESSAGES/kcminput.mo
-share/locale/hu/LC_MESSAGES/kcmkeys.mo
-share/locale/hu/LC_MESSAGES/kcmkfm.mo
-share/locale/hu/LC_MESSAGES/kcmkpanel.mo
-share/locale/hu/LC_MESSAGES/kcmkwm.mo
-share/locale/hu/LC_MESSAGES/kcmlocale.mo
-share/locale/hu/LC_MESSAGES/kcmsamba.mo
-share/locale/hu/LC_MESSAGES/kcmsample.mo
-share/locale/hu/LC_MESSAGES/kcmsyssound.mo
-share/locale/hu/LC_MESSAGES/kcontrol.mo
-share/locale/hu/LC_MESSAGES/kdehelp.mo
-share/locale/hu/LC_MESSAGES/kdm.mo
-share/locale/hu/LC_MESSAGES/kdmconfig.mo
-share/locale/hu/LC_MESSAGES/kfind.mo
-share/locale/hu/LC_MESSAGES/kfm.mo
-share/locale/hu/LC_MESSAGES/kfontmanager.mo
-share/locale/hu/LC_MESSAGES/kikbd.mo
-share/locale/hu/LC_MESSAGES/klock.mo
-share/locale/hu/LC_MESSAGES/kmenuedit.mo
-share/locale/hu/LC_MESSAGES/konsole.mo
-share/locale/hu/LC_MESSAGES/kpager.mo
-share/locale/hu/LC_MESSAGES/kpanel.mo
-share/locale/hu/LC_MESSAGES/krootwm.mo
-share/locale/hu/LC_MESSAGES/kstart.mo
-share/locale/hu/LC_MESSAGES/kvt.mo
-share/locale/hu/LC_MESSAGES/kwm.mo
-share/locale/is/LC_MESSAGES/kbgndwm.mo
-share/locale/is/LC_MESSAGES/kcmbell.mo
-share/locale/is/LC_MESSAGES/kcmdisplay.mo
-share/locale/is/LC_MESSAGES/kcminfo.mo
-share/locale/is/LC_MESSAGES/kcminput.mo
-share/locale/is/LC_MESSAGES/kcmkeys.mo
-share/locale/is/LC_MESSAGES/kcmkfm.mo
-share/locale/is/LC_MESSAGES/kcmkpanel.mo
-share/locale/is/LC_MESSAGES/kcmkwm.mo
-share/locale/is/LC_MESSAGES/kcmlocale.mo
-share/locale/is/LC_MESSAGES/kcmsamba.mo
-share/locale/is/LC_MESSAGES/kcmsample.mo
-share/locale/is/LC_MESSAGES/kcmsyssound.mo
-share/locale/is/LC_MESSAGES/kcontrol.mo
-share/locale/is/LC_MESSAGES/kdehelp.mo
-share/locale/is/LC_MESSAGES/kdm.mo
-share/locale/is/LC_MESSAGES/kdmconfig.mo
-share/locale/is/LC_MESSAGES/kfind.mo
-share/locale/is/LC_MESSAGES/kfm.mo
-share/locale/is/LC_MESSAGES/kfontmanager.mo
-share/locale/is/LC_MESSAGES/kikbd.mo
-share/locale/is/LC_MESSAGES/klock.mo
-share/locale/is/LC_MESSAGES/kmenuedit.mo
-share/locale/is/LC_MESSAGES/konsole.mo
-share/locale/is/LC_MESSAGES/kpager.mo
-share/locale/is/LC_MESSAGES/kpanel.mo
-share/locale/is/LC_MESSAGES/krootwm.mo
-share/locale/is/LC_MESSAGES/kstart.mo
-share/locale/is/LC_MESSAGES/kthememgr.mo
-share/locale/is/LC_MESSAGES/kvt.mo
-share/locale/is/LC_MESSAGES/kwm.mo
-share/locale/it/LC_MESSAGES/kbgndwm.mo
-share/locale/it/LC_MESSAGES/kcmbell.mo
-share/locale/it/LC_MESSAGES/kcmdisplay.mo
-share/locale/it/LC_MESSAGES/kcminfo.mo
-share/locale/it/LC_MESSAGES/kcminput.mo
-share/locale/it/LC_MESSAGES/kcmkeys.mo
-share/locale/it/LC_MESSAGES/kcmkfm.mo
-share/locale/it/LC_MESSAGES/kcmkpanel.mo
-share/locale/it/LC_MESSAGES/kcmkwm.mo
-share/locale/it/LC_MESSAGES/kcmlocale.mo
-share/locale/it/LC_MESSAGES/kcmsamba.mo
-share/locale/it/LC_MESSAGES/kcmsample.mo
-share/locale/it/LC_MESSAGES/kcmsyssound.mo
-share/locale/it/LC_MESSAGES/kcontrol.mo
-share/locale/it/LC_MESSAGES/kdehelp.mo
-share/locale/it/LC_MESSAGES/kdm.mo
-share/locale/it/LC_MESSAGES/kdmconfig.mo
-share/locale/it/LC_MESSAGES/kfind.mo
-share/locale/it/LC_MESSAGES/kfm.mo
-share/locale/it/LC_MESSAGES/kfontmanager.mo
-share/locale/it/LC_MESSAGES/kikbd.mo
-share/locale/it/LC_MESSAGES/klock.mo
-share/locale/it/LC_MESSAGES/kmenuedit.mo
-share/locale/it/LC_MESSAGES/konsole.mo
-share/locale/it/LC_MESSAGES/kpager.mo
-share/locale/it/LC_MESSAGES/kpanel.mo
-share/locale/it/LC_MESSAGES/krootwm.mo
-share/locale/it/LC_MESSAGES/kstart.mo
-share/locale/it/LC_MESSAGES/kvt.mo
-share/locale/it/LC_MESSAGES/kwm.mo
-share/locale/ja/LC_MESSAGES/kbgndwm.mo
-share/locale/ja/LC_MESSAGES/kcmbell.mo
-share/locale/ja/LC_MESSAGES/kcmdisplay.mo
-share/locale/ja/LC_MESSAGES/kcminfo.mo
-share/locale/ja/LC_MESSAGES/kcminput.mo
-share/locale/ja/LC_MESSAGES/kcmkeys.mo
-share/locale/ja/LC_MESSAGES/kcmkfm.mo
-share/locale/ja/LC_MESSAGES/kcmkpanel.mo
-share/locale/ja/LC_MESSAGES/kcmkwm.mo
-share/locale/ja/LC_MESSAGES/kcmlocale.mo
-share/locale/ja/LC_MESSAGES/kcmsamba.mo
-share/locale/ja/LC_MESSAGES/kcmsample.mo
-share/locale/ja/LC_MESSAGES/kcmsyssound.mo
-share/locale/ja/LC_MESSAGES/kcontrol.mo
-share/locale/ja/LC_MESSAGES/kdehelp.mo
-share/locale/ja/LC_MESSAGES/kdm.mo
-share/locale/ja/LC_MESSAGES/kdmconfig.mo
-share/locale/ja/LC_MESSAGES/kfind.mo
-share/locale/ja/LC_MESSAGES/kfm.mo
-share/locale/ja/LC_MESSAGES/kfontmanager.mo
-share/locale/ja/LC_MESSAGES/kikbd.mo
-share/locale/ja/LC_MESSAGES/klock.mo
-share/locale/ja/LC_MESSAGES/kmenuedit.mo
-share/locale/ja/LC_MESSAGES/konsole.mo
-share/locale/ja/LC_MESSAGES/kpager.mo
-share/locale/ja/LC_MESSAGES/kpanel.mo
-share/locale/ja/LC_MESSAGES/krootwm.mo
-share/locale/ja/LC_MESSAGES/kvt.mo
-share/locale/ja/LC_MESSAGES/kwm.mo
-share/locale/ko/LC_MESSAGES/kcmbell.mo
-share/locale/ko/LC_MESSAGES/kcmdisplay.mo
-share/locale/ko/LC_MESSAGES/kcminfo.mo
-share/locale/ko/LC_MESSAGES/kcminput.mo
-share/locale/ko/LC_MESSAGES/kcmkpanel.mo
-share/locale/ko/LC_MESSAGES/kcmkwm.mo
-share/locale/ko/LC_MESSAGES/kcmlocale.mo
-share/locale/ko/LC_MESSAGES/kcmsamba.mo
-share/locale/ko/LC_MESSAGES/kcmsample.mo
-share/locale/ko/LC_MESSAGES/kcmsyssound.mo
-share/locale/ko/LC_MESSAGES/kcontrol.mo
-share/locale/ko/LC_MESSAGES/kdehelp.mo
-share/locale/ko/LC_MESSAGES/kdm.mo
-share/locale/ko/LC_MESSAGES/kdmconfig.mo
-share/locale/ko/LC_MESSAGES/kfind.mo
-share/locale/ko/LC_MESSAGES/kfm.mo
-share/locale/ko/LC_MESSAGES/kfontmanager.mo
-share/locale/ko/LC_MESSAGES/klock.mo
-share/locale/ko/LC_MESSAGES/kmenuedit.mo
-share/locale/ko/LC_MESSAGES/kpanel.mo
-share/locale/ko/LC_MESSAGES/krootwm.mo
-share/locale/ko/LC_MESSAGES/kvt.mo
-share/locale/ko/LC_MESSAGES/kwm.mo
-share/locale/mk/LC_MESSAGES/kcmdisplay.mo
-share/locale/mk/LC_MESSAGES/kdehelp.mo
-share/locale/mk/LC_MESSAGES/kdm.mo
-share/locale/mk/LC_MESSAGES/kfind.mo
-share/locale/mk/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kcmbell.mo
-share/locale/nl/LC_MESSAGES/kcmdisplay.mo
-share/locale/nl/LC_MESSAGES/kcminfo.mo
-share/locale/nl/LC_MESSAGES/kcminput.mo
-share/locale/nl/LC_MESSAGES/kcmkpanel.mo
-share/locale/nl/LC_MESSAGES/kcmkwm.mo
-share/locale/nl/LC_MESSAGES/kcmlocale.mo
-share/locale/nl/LC_MESSAGES/kcmsamba.mo
-share/locale/nl/LC_MESSAGES/kcmsample.mo
-share/locale/nl/LC_MESSAGES/kcmsyssound.mo
-share/locale/nl/LC_MESSAGES/kcontrol.mo
-share/locale/nl/LC_MESSAGES/kdehelp.mo
-share/locale/nl/LC_MESSAGES/kdm.mo
-share/locale/nl/LC_MESSAGES/kdmconfig.mo
-share/locale/nl/LC_MESSAGES/kfind.mo
-share/locale/nl/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kfontmanager.mo
-share/locale/nl/LC_MESSAGES/kikbd.mo
-share/locale/nl/LC_MESSAGES/klock.mo
-share/locale/nl/LC_MESSAGES/kmenuedit.mo
-share/locale/nl/LC_MESSAGES/kpanel.mo
-share/locale/nl/LC_MESSAGES/krootwm.mo
-share/locale/nl/LC_MESSAGES/kvt.mo
-share/locale/nl/LC_MESSAGES/kwm.mo
-share/locale/no/LC_MESSAGES/kbgndwm.mo
-share/locale/no/LC_MESSAGES/kcmbell.mo
-share/locale/no/LC_MESSAGES/kcmdisplay.mo
-share/locale/no/LC_MESSAGES/kcminfo.mo
-share/locale/no/LC_MESSAGES/kcminput.mo
-share/locale/no/LC_MESSAGES/kcmkeys.mo
-share/locale/no/LC_MESSAGES/kcmkfm.mo
-share/locale/no/LC_MESSAGES/kcmkpanel.mo
-share/locale/no/LC_MESSAGES/kcmkwm.mo
-share/locale/no/LC_MESSAGES/kcmlocale.mo
-share/locale/no/LC_MESSAGES/kcmsamba.mo
-share/locale/no/LC_MESSAGES/kcmsample.mo
-share/locale/no/LC_MESSAGES/kcmsyssound.mo
-share/locale/no/LC_MESSAGES/kcontrol.mo
-share/locale/no/LC_MESSAGES/kdehelp.mo
-share/locale/no/LC_MESSAGES/kdm.mo
-share/locale/no/LC_MESSAGES/kdmconfig.mo
-share/locale/no/LC_MESSAGES/kfind.mo
-share/locale/no/LC_MESSAGES/kfm.mo
-share/locale/no/LC_MESSAGES/kfontmanager.mo
-share/locale/no/LC_MESSAGES/kikbd.mo
-share/locale/no/LC_MESSAGES/klock.mo
-share/locale/no/LC_MESSAGES/kmenuedit.mo
-share/locale/no/LC_MESSAGES/konsole.mo
-share/locale/no/LC_MESSAGES/kpager.mo
-share/locale/no/LC_MESSAGES/kpanel.mo
-share/locale/no/LC_MESSAGES/krootwm.mo
-share/locale/no/LC_MESSAGES/kstart.mo
-share/locale/no/LC_MESSAGES/kvt.mo
-share/locale/no/LC_MESSAGES/kwm.mo
-share/locale/pl/LC_MESSAGES/kbgndwm.mo
-share/locale/pl/LC_MESSAGES/kcmbell.mo
-share/locale/pl/LC_MESSAGES/kcmdisplay.mo
-share/locale/pl/LC_MESSAGES/kcminfo.mo
-share/locale/pl/LC_MESSAGES/kcminput.mo
-share/locale/pl/LC_MESSAGES/kcmkeys.mo
-share/locale/pl/LC_MESSAGES/kcmkfm.mo
-share/locale/pl/LC_MESSAGES/kcmkpanel.mo
-share/locale/pl/LC_MESSAGES/kcmkwm.mo
-share/locale/pl/LC_MESSAGES/kcmlocale.mo
-share/locale/pl/LC_MESSAGES/kcmsamba.mo
-share/locale/pl/LC_MESSAGES/kcmsample.mo
-share/locale/pl/LC_MESSAGES/kcmsyssound.mo
-share/locale/pl/LC_MESSAGES/kcontrol.mo
-share/locale/pl/LC_MESSAGES/kdehelp.mo
-share/locale/pl/LC_MESSAGES/kdm.mo
-share/locale/pl/LC_MESSAGES/kdmconfig.mo
-share/locale/pl/LC_MESSAGES/kfind.mo
-share/locale/pl/LC_MESSAGES/kfm.mo
-share/locale/pl/LC_MESSAGES/kfontmanager.mo
-share/locale/pl/LC_MESSAGES/kikbd.mo
-share/locale/pl/LC_MESSAGES/klock.mo
-share/locale/pl/LC_MESSAGES/kmenuedit.mo
-share/locale/pl/LC_MESSAGES/konsole.mo
-share/locale/pl/LC_MESSAGES/kpager.mo
-share/locale/pl/LC_MESSAGES/kpanel.mo
-share/locale/pl/LC_MESSAGES/krootwm.mo
-share/locale/pl/LC_MESSAGES/kstart.mo
-share/locale/pl/LC_MESSAGES/kthememgr.mo
-share/locale/pl/LC_MESSAGES/kvt.mo
-share/locale/pl/LC_MESSAGES/kwm.mo
-share/locale/pt/LC_MESSAGES/kcmbell.mo
-share/locale/pt/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt/LC_MESSAGES/kcminfo.mo
-share/locale/pt/LC_MESSAGES/kcminput.mo
-share/locale/pt/LC_MESSAGES/kcmkeys.mo
-share/locale/pt/LC_MESSAGES/kcmkfm.mo
-share/locale/pt/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt/LC_MESSAGES/kcmkwm.mo
-share/locale/pt/LC_MESSAGES/kcmlocale.mo
-share/locale/pt/LC_MESSAGES/kcmsamba.mo
-share/locale/pt/LC_MESSAGES/kcmsample.mo
-share/locale/pt/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt/LC_MESSAGES/kcontrol.mo
-share/locale/pt/LC_MESSAGES/kdehelp.mo
-share/locale/pt/LC_MESSAGES/kdm.mo
-share/locale/pt/LC_MESSAGES/kdmconfig.mo
-share/locale/pt/LC_MESSAGES/kfind.mo
-share/locale/pt/LC_MESSAGES/kfm.mo
-share/locale/pt/LC_MESSAGES/kfontmanager.mo
-share/locale/pt/LC_MESSAGES/kikbd.mo
-share/locale/pt/LC_MESSAGES/klock.mo
-share/locale/pt/LC_MESSAGES/kmenuedit.mo
-share/locale/pt/LC_MESSAGES/kpanel.mo
-share/locale/pt/LC_MESSAGES/krootwm.mo
-share/locale/pt/LC_MESSAGES/kstart.mo
-share/locale/pt/LC_MESSAGES/kvt.mo
-share/locale/pt/LC_MESSAGES/kwm.mo
-share/locale/pt_BR/LC_MESSAGES/kbgndwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmbell.mo
-share/locale/pt_BR/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt_BR/LC_MESSAGES/kcminfo.mo
-share/locale/pt_BR/LC_MESSAGES/kcminput.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkeys.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkfm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmlocale.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsamba.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsample.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt_BR/LC_MESSAGES/kcontrol.mo
-share/locale/pt_BR/LC_MESSAGES/kdehelp.mo
-share/locale/pt_BR/LC_MESSAGES/kdm.mo
-share/locale/pt_BR/LC_MESSAGES/kdmconfig.mo
-share/locale/pt_BR/LC_MESSAGES/kfind.mo
-share/locale/pt_BR/LC_MESSAGES/kfm.mo
-share/locale/pt_BR/LC_MESSAGES/kfontmanager.mo
-share/locale/pt_BR/LC_MESSAGES/kikbd.mo
-share/locale/pt_BR/LC_MESSAGES/klock.mo
-share/locale/pt_BR/LC_MESSAGES/kmenuedit.mo
-share/locale/pt_BR/LC_MESSAGES/konsole.mo
-share/locale/pt_BR/LC_MESSAGES/kpager.mo
-share/locale/pt_BR/LC_MESSAGES/kpanel.mo
-share/locale/pt_BR/LC_MESSAGES/krootwm.mo
-share/locale/pt_BR/LC_MESSAGES/kstart.mo
-share/locale/pt_BR/LC_MESSAGES/kvt.mo
-share/locale/pt_BR/LC_MESSAGES/kwm.mo
-share/locale/ro/LC_MESSAGES/kbgndwm.mo
-share/locale/ro/LC_MESSAGES/kcmbell.mo
-share/locale/ro/LC_MESSAGES/kcmdisplay.mo
-share/locale/ro/LC_MESSAGES/kcminfo.mo
-share/locale/ro/LC_MESSAGES/kcminput.mo
-share/locale/ro/LC_MESSAGES/kcmkpanel.mo
-share/locale/ro/LC_MESSAGES/kcmkwm.mo
-share/locale/ro/LC_MESSAGES/kcmlocale.mo
-share/locale/ro/LC_MESSAGES/kcmsamba.mo
-share/locale/ro/LC_MESSAGES/kcmsample.mo
-share/locale/ro/LC_MESSAGES/kcmsyssound.mo
-share/locale/ro/LC_MESSAGES/kcontrol.mo
-share/locale/ro/LC_MESSAGES/kdehelp.mo
-share/locale/ro/LC_MESSAGES/kdm.mo
-share/locale/ro/LC_MESSAGES/kdmconfig.mo
-share/locale/ro/LC_MESSAGES/kfind.mo
-share/locale/ro/LC_MESSAGES/kfm.mo
-share/locale/ro/LC_MESSAGES/kfontmanager.mo
-share/locale/ro/LC_MESSAGES/klock.mo
-share/locale/ro/LC_MESSAGES/kmenuedit.mo
-share/locale/ro/LC_MESSAGES/kpanel.mo
-share/locale/ro/LC_MESSAGES/krootwm.mo
-share/locale/ro/LC_MESSAGES/kvt.mo
-share/locale/ro/LC_MESSAGES/kwm.mo
-share/locale/ru/LC_MESSAGES/kbgndwm.mo
-share/locale/ru/LC_MESSAGES/kcmbell.mo
-share/locale/ru/LC_MESSAGES/kcmdisplay.mo
-share/locale/ru/LC_MESSAGES/kcminfo.mo
-share/locale/ru/LC_MESSAGES/kcminput.mo
-share/locale/ru/LC_MESSAGES/kcmkeys.mo
-share/locale/ru/LC_MESSAGES/kcmkfm.mo
-share/locale/ru/LC_MESSAGES/kcmkpanel.mo
-share/locale/ru/LC_MESSAGES/kcmkwm.mo
-share/locale/ru/LC_MESSAGES/kcmlocale.mo
-share/locale/ru/LC_MESSAGES/kcmsamba.mo
-share/locale/ru/LC_MESSAGES/kcmsample.mo
-share/locale/ru/LC_MESSAGES/kcmsyssound.mo
-share/locale/ru/LC_MESSAGES/kcontrol.mo
-share/locale/ru/LC_MESSAGES/kdehelp.mo
-share/locale/ru/LC_MESSAGES/kdm.mo
-share/locale/ru/LC_MESSAGES/kdmconfig.mo
-share/locale/ru/LC_MESSAGES/kfind.mo
-share/locale/ru/LC_MESSAGES/kfm.mo
-share/locale/ru/LC_MESSAGES/kfontmanager.mo
-share/locale/ru/LC_MESSAGES/kikbd.mo
-share/locale/ru/LC_MESSAGES/klock.mo
-share/locale/ru/LC_MESSAGES/kmenuedit.mo
-share/locale/ru/LC_MESSAGES/konsole.mo
-share/locale/ru/LC_MESSAGES/kpager.mo
-share/locale/ru/LC_MESSAGES/kpanel.mo
-share/locale/ru/LC_MESSAGES/krootwm.mo
-share/locale/ru/LC_MESSAGES/kstart.mo
-share/locale/ru/LC_MESSAGES/kvt.mo
-share/locale/ru/LC_MESSAGES/kwm.mo
-share/locale/sk/LC_MESSAGES/kbgndwm.mo
-share/locale/sk/LC_MESSAGES/kcmbell.mo
-share/locale/sk/LC_MESSAGES/kcmdisplay.mo
-share/locale/sk/LC_MESSAGES/kcminfo.mo
-share/locale/sk/LC_MESSAGES/kcminput.mo
-share/locale/sk/LC_MESSAGES/kcmkeys.mo
-share/locale/sk/LC_MESSAGES/kcmkfm.mo
-share/locale/sk/LC_MESSAGES/kcmkpanel.mo
-share/locale/sk/LC_MESSAGES/kcmkwm.mo
-share/locale/sk/LC_MESSAGES/kcmlocale.mo
-share/locale/sk/LC_MESSAGES/kcmsamba.mo
-share/locale/sk/LC_MESSAGES/kcmsample.mo
-share/locale/sk/LC_MESSAGES/kcmsyssound.mo
-share/locale/sk/LC_MESSAGES/kcontrol.mo
-share/locale/sk/LC_MESSAGES/kdehelp.mo
-share/locale/sk/LC_MESSAGES/kdm.mo
-share/locale/sk/LC_MESSAGES/kdmconfig.mo
-share/locale/sk/LC_MESSAGES/kfind.mo
-share/locale/sk/LC_MESSAGES/kfm.mo
-share/locale/sk/LC_MESSAGES/kfontmanager.mo
-share/locale/sk/LC_MESSAGES/kikbd.mo
-share/locale/sk/LC_MESSAGES/klock.mo
-share/locale/sk/LC_MESSAGES/kmenuedit.mo
-share/locale/sk/LC_MESSAGES/konsole.mo
-share/locale/sk/LC_MESSAGES/kpager.mo
-share/locale/sk/LC_MESSAGES/kpanel.mo
-share/locale/sk/LC_MESSAGES/krootwm.mo
-share/locale/sk/LC_MESSAGES/kstart.mo
-share/locale/sk/LC_MESSAGES/kvt.mo
-share/locale/sk/LC_MESSAGES/kwm.mo
-share/locale/sl/LC_MESSAGES/kbgndwm.mo
-share/locale/sl/LC_MESSAGES/kcmbell.mo
-share/locale/sl/LC_MESSAGES/kcmdisplay.mo
-share/locale/sl/LC_MESSAGES/kcminfo.mo
-share/locale/sl/LC_MESSAGES/kcminput.mo
-share/locale/sl/LC_MESSAGES/kcmkeys.mo
-share/locale/sl/LC_MESSAGES/kcmkfm.mo
-share/locale/sl/LC_MESSAGES/kcmkpanel.mo
-share/locale/sl/LC_MESSAGES/kcmkwm.mo
-share/locale/sl/LC_MESSAGES/kcmlocale.mo
-share/locale/sl/LC_MESSAGES/kcmsamba.mo
-share/locale/sl/LC_MESSAGES/kcmsample.mo
-share/locale/sl/LC_MESSAGES/kcmsyssound.mo
-share/locale/sl/LC_MESSAGES/kcontrol.mo
-share/locale/sl/LC_MESSAGES/kdehelp.mo
-share/locale/sl/LC_MESSAGES/kdm.mo
-share/locale/sl/LC_MESSAGES/kdmconfig.mo
-share/locale/sl/LC_MESSAGES/kfind.mo
-share/locale/sl/LC_MESSAGES/kfm.mo
-share/locale/sl/LC_MESSAGES/kfontmanager.mo
-share/locale/sl/LC_MESSAGES/kikbd.mo
-share/locale/sl/LC_MESSAGES/klock.mo
-share/locale/sl/LC_MESSAGES/kmenuedit.mo
-share/locale/sl/LC_MESSAGES/konsole.mo
-share/locale/sl/LC_MESSAGES/kpager.mo
-share/locale/sl/LC_MESSAGES/kpanel.mo
-share/locale/sl/LC_MESSAGES/krootwm.mo
-share/locale/sl/LC_MESSAGES/kstart.mo
-share/locale/sl/LC_MESSAGES/kthememgr.mo
-share/locale/sl/LC_MESSAGES/kvt.mo
-share/locale/sl/LC_MESSAGES/kwm.mo
-share/locale/sv/LC_MESSAGES/kbgndwm.mo
-share/locale/sv/LC_MESSAGES/kcmbell.mo
-share/locale/sv/LC_MESSAGES/kcmdisplay.mo
-share/locale/sv/LC_MESSAGES/kcminfo.mo
-share/locale/sv/LC_MESSAGES/kcminput.mo
-share/locale/sv/LC_MESSAGES/kcmkeys.mo
-share/locale/sv/LC_MESSAGES/kcmkfm.mo
-share/locale/sv/LC_MESSAGES/kcmkpanel.mo
-share/locale/sv/LC_MESSAGES/kcmkwm.mo
-share/locale/sv/LC_MESSAGES/kcmlocale.mo
-share/locale/sv/LC_MESSAGES/kcmsamba.mo
-share/locale/sv/LC_MESSAGES/kcmsample.mo
-share/locale/sv/LC_MESSAGES/kcmsyssound.mo
-share/locale/sv/LC_MESSAGES/kcontrol.mo
-share/locale/sv/LC_MESSAGES/kdehelp.mo
-share/locale/sv/LC_MESSAGES/kdm.mo
-share/locale/sv/LC_MESSAGES/kdmconfig.mo
-share/locale/sv/LC_MESSAGES/kfind.mo
-share/locale/sv/LC_MESSAGES/kfm.mo
-share/locale/sv/LC_MESSAGES/kfontmanager.mo
-share/locale/sv/LC_MESSAGES/kikbd.mo
-share/locale/sv/LC_MESSAGES/klock.mo
-share/locale/sv/LC_MESSAGES/kmenuedit.mo
-share/locale/sv/LC_MESSAGES/konsole.mo
-share/locale/sv/LC_MESSAGES/kpager.mo
-share/locale/sv/LC_MESSAGES/kpanel.mo
-share/locale/sv/LC_MESSAGES/krootwm.mo
-share/locale/sv/LC_MESSAGES/kstart.mo
-share/locale/sv/LC_MESSAGES/kvt.mo
-share/locale/sv/LC_MESSAGES/kwm.mo
-share/locale/tr/LC_MESSAGES/kcmbell.mo
-share/locale/tr/LC_MESSAGES/kcmdisplay.mo
-share/locale/tr/LC_MESSAGES/kcminfo.mo
-share/locale/tr/LC_MESSAGES/kcminput.mo
-share/locale/tr/LC_MESSAGES/kcmkpanel.mo
-share/locale/tr/LC_MESSAGES/kcmkwm.mo
-share/locale/tr/LC_MESSAGES/kcmlocale.mo
-share/locale/tr/LC_MESSAGES/kcmsamba.mo
-share/locale/tr/LC_MESSAGES/kcmsample.mo
-share/locale/tr/LC_MESSAGES/kcmsyssound.mo
-share/locale/tr/LC_MESSAGES/kcontrol.mo
-share/locale/tr/LC_MESSAGES/kdehelp.mo
-share/locale/tr/LC_MESSAGES/kdm.mo
-share/locale/tr/LC_MESSAGES/kdmconfig.mo
-share/locale/tr/LC_MESSAGES/kfind.mo
-share/locale/tr/LC_MESSAGES/kfm.mo
-share/locale/tr/LC_MESSAGES/kfontmanager.mo
-share/locale/tr/LC_MESSAGES/klock.mo
-share/locale/tr/LC_MESSAGES/kmenuedit.mo
-share/locale/tr/LC_MESSAGES/kpanel.mo
-share/locale/tr/LC_MESSAGES/krootwm.mo
-share/locale/tr/LC_MESSAGES/kstart.mo
-share/locale/tr/LC_MESSAGES/kvt.mo
-share/locale/tr/LC_MESSAGES/kwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kbgndwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmbell.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminfo.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminput.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkeys.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsample.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcontrol.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdehelp.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfind.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kikbd.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/klock.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/konsole.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/krootwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kstart.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kvt.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmbell.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminfo.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminput.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsample.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcontrol.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdehelp.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfind.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/klock.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/krootwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kvt.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kwm.mo
-share/mimelnk/application/gzip.kdelnk
-share/mimelnk/application/octet-stream.kdelnk
-share/mimelnk/application/pdf.kdelnk
-share/mimelnk/application/postscript.kdelnk
-share/mimelnk/application/x-ar.kdelnk
-share/mimelnk/application/x-core.kdelnk
-share/mimelnk/application/x-dvi.kdelnk
-share/mimelnk/application/x-executable.kdelnk
-share/mimelnk/application/x-font.kdelnk
-share/mimelnk/application/x-java.kdelnk
-share/mimelnk/application/x-kdelnk.kdelnk
-share/mimelnk/application/x-lha.kdelnk
-share/mimelnk/application/x-object.kdelnk
-share/mimelnk/application/x-shellscript.kdelnk
-share/mimelnk/application/x-tar.kdelnk
-share/mimelnk/application/x-tbz.kdelnk
-share/mimelnk/application/x-tex-gf.kdelnk
-share/mimelnk/application/x-tex-pk.kdelnk
-share/mimelnk/application/x-trash.kdelnk
-share/mimelnk/application/x-zip.kdelnk
-share/mimelnk/audio/x-midi.kdelnk
-share/mimelnk/audio/x-mod.kdelnk
-share/mimelnk/audio/x-mp3.kdelnk
-share/mimelnk/audio/x-wav.kdelnk
-share/mimelnk/image/cgm.kdelnk
-share/mimelnk/image/fax-g3.kdelnk
-share/mimelnk/image/gif.kdelnk
-share/mimelnk/image/jpeg.kdelnk
-share/mimelnk/image/png.kdelnk
-share/mimelnk/image/tiff.kdelnk
-share/mimelnk/image/x-xbm.kdelnk
-share/mimelnk/image/x-xpm.kdelnk
-share/mimelnk/inode/block.kdelnk
-share/mimelnk/inode/chardevice.kdelnk
-share/mimelnk/inode/directory-locked.kdelnk
-share/mimelnk/inode/directory.kdelnk
-share/mimelnk/inode/fifo.kdelnk
-share/mimelnk/inode/socket.kdelnk
-share/mimelnk/magic
-share/mimelnk/text/english.kdelnk
-share/mimelnk/text/html.kdelnk
-share/mimelnk/text/plain.kdelnk
-share/mimelnk/text/rtf.kdelnk
-share/mimelnk/text/sgml.kdelnk
-share/mimelnk/text/x-c++.kdelnk
-share/mimelnk/text/x-c++hdr.kdelnk
-share/mimelnk/text/x-c++src.kdelnk
-share/mimelnk/text/x-c.kdelnk
-share/mimelnk/text/x-chdr.kdelnk
-share/mimelnk/text/x-csrc.kdelnk
-share/mimelnk/text/x-java.kdelnk
-share/mimelnk/text/x-makefile.kdelnk
-share/mimelnk/text/x-moc.kdelnk
-share/mimelnk/text/x-pascal.kdelnk
-share/mimelnk/text/x-tcl.kdelnk
-share/mimelnk/text/x-tex.kdelnk
-share/mimelnk/video/mpeg.kdelnk
-share/mimelnk/video/quicktime.kdelnk
-share/mimelnk/video/x-flic.kdelnk
-share/mimelnk/video/x-msvideo.kdelnk
-share/sounds/KDE_Close_Window.wav
-share/sounds/KDE_Logout.wav
-share/sounds/KDE_Startup.wav
-share/sounds/KDE_Window_DeIconify.wav
-share/sounds/KDE_Window_Iconify.wav
-share/sounds/KDE_Window_Maximize.wav
-share/sounds/KDE_Window_Shade_Down.wav
-share/sounds/KDE_Window_Shade_Up.wav
-share/sounds/KDE_Window_Sticky.wav
-share/sounds/KDE_Window_UnMaximize.wav
-share/sounds/KDE_Window_UnSticky.wav
-share/wallpapers/abnormal_fluid.jpg
-share/wallpapers/absolute_zero.jpg
-share/wallpapers/abstract_clay.jpg
-share/wallpapers/alien_riverbed.jpg
-share/wallpapers/ancient_glyphs.jpg
-share/wallpapers/aqua_ravines.jpg
-share/wallpapers/banana_squishie.jpg
-share/wallpapers/berries.jpg
-share/wallpapers/blkmarble.jpg
-share/wallpapers/bluegrnt.jpg
-share/wallpapers/boiling_centrifuge.jpg
-share/wallpapers/bowtie.jpg
-share/wallpapers/brass_trails.jpg
-share/wallpapers/brass_wiring.jpg
-share/wallpapers/bronze_tornado.jpg
-share/wallpapers/bubble_vortex.jpg
-share/wallpapers/burning_fire.jpg
-share/wallpapers/cellular_tetsuo.jpg
-share/wallpapers/chalk_marks.jpg
-share/wallpapers/chess.jpg
-share/wallpapers/chunky_spinach.jpg
-share/wallpapers/circuit.jpg
-share/wallpapers/clay_caverns.jpg
-share/wallpapers/cloth_bubbles.jpg
-share/wallpapers/cocoon_skin.jpg
-share/wallpapers/coloured_hearts.jpg
-share/wallpapers/copper_blur.jpg
-share/wallpapers/copper_liquid.jpg
-share/wallpapers/corroded_rock.jpg
-share/wallpapers/cosmic_gears.jpg
-share/wallpapers/cosmic_lillypads.jpg
-share/wallpapers/cracking_blueberry.jpg
-share/wallpapers/crayon_canyon.jpg
-share/wallpapers/cruising_color.jpg
-share/wallpapers/cubic1.jpg
-share/wallpapers/cubic2.jpg
-share/wallpapers/dancy_pants.jpg
-share/wallpapers/digital_waves.jpg
-share/wallpapers/distorted_anomaly.jpg
-share/wallpapers/engraved_gold.jpg
-share/wallpapers/eroding_sandstone.jpg
-share/wallpapers/expired_cornflakes.jpg
-share/wallpapers/face.jpg
-share/wallpapers/fisheye_lens.jpg
-share/wallpapers/foam_strands.jpg
-share/wallpapers/foggy1.jpg
-share/wallpapers/foggy2.jpg
-share/wallpapers/folded_space.jpg
-share/wallpapers/fractal_nebula.jpg
-share/wallpapers/freon_mist.jpg
-share/wallpapers/fudge_chunks.jpg
-share/wallpapers/fusion_fire.jpg
-share/wallpapers/future_farms.jpg
-share/wallpapers/gator_hide.jpg
-share/wallpapers/gelatin_chemical.jpg
-share/wallpapers/goldring_globe.jpg
-share/wallpapers/grablkwt.jpg
-share/wallpapers/gray2.jpg
-share/wallpapers/greek.jpg
-share/wallpapers/gremlin_buds.jpg
-share/wallpapers/ground_zero.jpg
-share/wallpapers/heat_ripple.jpg
-share/wallpapers/iceberg_tips.jpg
-share/wallpapers/indigo_paint.jpg
-share/wallpapers/infared_fossil.jpg
-share/wallpapers/infinity_cube.jpg
-share/wallpapers/inner_quasar.jpg
-share/wallpapers/isotope_threads.jpg
-share/wallpapers/jello_elbows.jpg
+share/doc/HTML/en/kwm/introduction.html
+share/doc/HTML/en/kwm/is-it-possible-to-add-kde-extensions-to-othe.html
+share/doc/HTML/en/kwm/minicli.html
+share/doc/HTML/en/kwm/mouse-control.html
+share/doc/HTML/en/kwm/shortcuts.html
+share/doc/HTML/en/kwm/soundevents.html
+share/doc/HTML/en/kwm/usingemphasiskwmemphasis.html
+share/doc/HTML/en/kwm/why-can-t-i-define-new-shortcuts-for-launchi.html
+share/doc/HTML/en/kwm/why-does-kwm-look-so-much-like-windows-95.html
+share/fonts/9x15.pcf.gz
+share/fonts/console8x16.pcf.gz
+share/fonts/console8x8.pcf.gz
+share/fonts/fonts.dir
+share/icons/hicolor/32x32/apps/bell.png
+share/icons/hicolor/32x32/apps/buttons.png
+share/icons/hicolor/32x32/apps/clock.png
+share/icons/hicolor/32x32/apps/colors.png
+share/icons/hicolor/32x32/apps/energy.png
+share/icons/hicolor/32x32/apps/fonts.png
+share/icons/hicolor/32x32/apps/go.png
+share/icons/hicolor/32x32/apps/icons.png
+share/icons/hicolor/32x32/apps/information.png
+share/icons/hicolor/32x32/apps/kcmdevices.png
+share/icons/hicolor/32x32/apps/kcmkwm.png
+share/icons/hicolor/32x32/apps/kcmmemory.png
+share/icons/hicolor/32x32/apps/kcmpartitions.png
+share/icons/hicolor/32x32/apps/kcmpci.png
+share/icons/hicolor/32x32/apps/kcmprocessor.png
+share/icons/hicolor/32x32/apps/kcmscsi.png
+share/icons/hicolor/32x32/apps/kcmsound.png
+share/icons/hicolor/32x32/apps/kcmsyssound.png
+share/icons/hicolor/32x32/apps/kcmx.png
+share/icons/hicolor/32x32/apps/kcontrol.png
+share/icons/hicolor/32x32/apps/kdisknav.png
+share/icons/hicolor/32x32/apps/kdmconfig.png
+share/icons/hicolor/32x32/apps/kfm_home.png
+share/icons/hicolor/32x32/apps/khelpcenter.png
+share/icons/hicolor/32x32/apps/knotify.png
+share/icons/hicolor/32x32/apps/konqueror.png
+share/icons/hicolor/32x32/apps/konsole.png
+share/icons/hicolor/32x32/apps/kthememgr.png
+share/icons/hicolor/32x32/apps/kwin.png
+share/icons/hicolor/32x32/apps/locale.png
+share/icons/hicolor/32x32/apps/mouse.png
+share/icons/hicolor/32x32/apps/package.png
+share/icons/hicolor/32x32/apps/package_applications.png
+share/icons/hicolor/32x32/apps/package_editors.png
+share/icons/hicolor/32x32/apps/package_favourite.png
+share/icons/hicolor/32x32/apps/package_games.png
+share/icons/hicolor/32x32/apps/package_graphics.png
+share/icons/hicolor/32x32/apps/package_multimedia.png
+share/icons/hicolor/32x32/apps/package_network.png
+share/icons/hicolor/32x32/apps/package_settings.png
+share/icons/hicolor/32x32/apps/package_system.png
+share/icons/hicolor/32x32/apps/package_utilities.png
+share/icons/hicolor/32x32/apps/password.png
+share/icons/hicolor/32x32/apps/screensaver.png
+share/icons/hicolor/32x32/apps/style.png
+share/icons/hicolor/32x32/apps/terminal.png
+share/icons/hicolor/32x32/apps/titlebar.png
+share/icons/hicolor/32x32/apps/window_list.png
+share/icons/hicolor/32x32/apps/winprops.png
+share/icons/hicolor/32x32/devices/3floppy_mount.png
+share/icons/hicolor/32x32/devices/3floppy_unmount.png
+share/icons/hicolor/32x32/devices/5floppy_mount.png
+share/icons/hicolor/32x32/devices/5floppy_unmount.png
+share/icons/hicolor/32x32/devices/cdrom_mount.png
+share/icons/hicolor/32x32/devices/cdrom_unmount.png
+share/icons/hicolor/32x32/devices/cdwriter_mount.png
+share/icons/hicolor/32x32/devices/cdwriter_unmount.png
+share/icons/hicolor/32x32/devices/hdd_mount.png
+share/icons/hicolor/32x32/devices/hdd_unmount.png
+share/icons/hicolor/32x32/devices/memory.png
+share/icons/hicolor/32x32/devices/mo_mount.png
+share/icons/hicolor/32x32/devices/mo_unmount.png
+share/icons/hicolor/32x32/devices/printer1.png
+share/icons/hicolor/32x32/devices/printer2.png
+share/icons/hicolor/32x32/devices/scanner.png
+share/icons/hicolor/32x32/devices/tablet.png
+share/icons/hicolor/32x32/devices/zip_mount.png
+share/icons/hicolor/32x32/devices/zip_unmount.png
+share/icons/hicolor/48x48/apps/background.png
+share/icons/hicolor/48x48/apps/bell.png
+share/icons/hicolor/48x48/apps/buttons.png
+share/icons/hicolor/48x48/apps/clock.png
+share/icons/hicolor/48x48/apps/colors.png
+share/icons/hicolor/48x48/apps/fonts.png
+share/icons/hicolor/48x48/apps/go.png
+share/icons/hicolor/48x48/apps/gvim.png
+share/icons/hicolor/48x48/apps/icons.png
+share/icons/hicolor/48x48/apps/kcmdevices.png
+share/icons/hicolor/48x48/apps/kcmkwm.png
+share/icons/hicolor/48x48/apps/kcmmemory.png
+share/icons/hicolor/48x48/apps/kcmpartitions.png
+share/icons/hicolor/48x48/apps/kcmpci.png
+share/icons/hicolor/48x48/apps/kcmprocessor.png
+share/icons/hicolor/48x48/apps/kcmscsi.png
+share/icons/hicolor/48x48/apps/kcmsyssound.png
+share/icons/hicolor/48x48/apps/kcontrol.png
+share/icons/hicolor/48x48/apps/kdehelp.png
+share/icons/hicolor/48x48/apps/kdisknav.png
+share/icons/hicolor/48x48/apps/kdmconfig.png
+share/icons/hicolor/48x48/apps/keyboard.png
+share/icons/hicolor/48x48/apps/kfm_home.png
+share/icons/hicolor/48x48/apps/khelpcenter.png
+share/icons/hicolor/48x48/apps/kmenuedit.png
+share/icons/hicolor/48x48/apps/knotify.png
+share/icons/hicolor/48x48/apps/konqueror.png
+share/icons/hicolor/48x48/apps/konsole.png
+share/icons/hicolor/48x48/apps/kthememgr.png
+share/icons/hicolor/48x48/apps/kwin.png
+share/icons/hicolor/48x48/apps/locale.png
+share/icons/hicolor/48x48/apps/mouse.png
+share/icons/hicolor/48x48/apps/package.png
+share/icons/hicolor/48x48/apps/package_applications.png
+share/icons/hicolor/48x48/apps/package_editors.png
+share/icons/hicolor/48x48/apps/package_favourite.png
+share/icons/hicolor/48x48/apps/package_games.png
+share/icons/hicolor/48x48/apps/package_graphics.png
+share/icons/hicolor/48x48/apps/package_multimedia.png
+share/icons/hicolor/48x48/apps/package_network.png
+share/icons/hicolor/48x48/apps/package_settings.png
+share/icons/hicolor/48x48/apps/package_system.png
+share/icons/hicolor/48x48/apps/package_utilities.png
+share/icons/hicolor/48x48/apps/password.png
+share/icons/hicolor/48x48/apps/screensaver.png
+share/icons/hicolor/48x48/apps/style.png
+share/icons/hicolor/48x48/apps/terminal.png
+share/icons/hicolor/48x48/apps/titlebar.png
+share/icons/hicolor/48x48/apps/window_list.png
+share/icons/hicolor/48x48/apps/winprops.png
+share/icons/hicolor/48x48/devices/3floppy_mount.png
+share/icons/hicolor/48x48/devices/3floppy_unmount.png
+share/icons/hicolor/48x48/devices/5floppy_mount.png
+share/icons/hicolor/48x48/devices/5floppy_unmount.png
+share/icons/hicolor/48x48/devices/cdrom_mount.png
+share/icons/hicolor/48x48/devices/cdrom_unmount.png
+share/icons/hicolor/48x48/devices/cdwriter_mount.png
+share/icons/hicolor/48x48/devices/cdwriter_unmount.png
+share/icons/hicolor/48x48/devices/hdd_mount.png
+share/icons/hicolor/48x48/devices/hdd_unmount.png
+share/icons/hicolor/48x48/devices/memory.png
+share/icons/hicolor/48x48/devices/mo_mount.png
+share/icons/hicolor/48x48/devices/mo_unmount.png
+share/icons/hicolor/48x48/devices/printer1.png
+share/icons/hicolor/48x48/devices/printer2.png
+share/icons/hicolor/48x48/devices/scanner.png
+share/icons/hicolor/48x48/devices/tablet.png
+share/icons/hicolor/48x48/devices/zip_mount.png
+share/icons/hicolor/48x48/devices/zip_unmount.png
+share/icons/locolor/16x16/apps/acroread.png
+share/icons/locolor/16x16/apps/application_settings.png
+share/icons/locolor/16x16/apps/applixware.png
+share/icons/locolor/16x16/apps/background.png
+share/icons/locolor/16x16/apps/bell.png
+share/icons/locolor/16x16/apps/buttons.png
+share/icons/locolor/16x16/apps/bx2.png
+share/icons/locolor/16x16/apps/clock.png
+share/icons/locolor/16x16/apps/colors.png
+share/icons/locolor/16x16/apps/desktop_settings.png
+share/icons/locolor/16x16/apps/dlgedit.png
+share/icons/locolor/16x16/apps/emacs.png
+share/icons/locolor/16x16/apps/email.png
+share/icons/locolor/16x16/apps/energy.png
+share/icons/locolor/16x16/apps/fonts.png
+share/icons/locolor/16x16/apps/general_settings.png
+share/icons/locolor/16x16/apps/gimp.png
+share/icons/locolor/16x16/apps/go.png
+share/icons/locolor/16x16/apps/gv.png
+share/icons/locolor/16x16/apps/gvim.png
+share/icons/locolor/16x16/apps/helpbook.png
+share/icons/locolor/16x16/apps/helpbook_open.png
+share/icons/locolor/16x16/apps/helpdoc.png
+share/icons/locolor/16x16/apps/icons.png
+share/icons/locolor/16x16/apps/information_settings.png
+share/icons/locolor/16x16/apps/input_devices_settings.png
+share/icons/locolor/16x16/apps/kcmdevices.png
+share/icons/locolor/16x16/apps/kcmkwm.png
+share/icons/locolor/16x16/apps/kcmmemory.png
+share/icons/locolor/16x16/apps/kcmpartitions.png
+share/icons/locolor/16x16/apps/kcmpci.png
+share/icons/locolor/16x16/apps/kcmprocessor.png
+share/icons/locolor/16x16/apps/kcmscsi.png
+share/icons/locolor/16x16/apps/kcmsound.png
+share/icons/locolor/16x16/apps/kcmsyssound.png
+share/icons/locolor/16x16/apps/kcmx.png
+share/icons/locolor/16x16/apps/kcontrol.png
+share/icons/locolor/16x16/apps/kdisknav.png
+share/icons/locolor/16x16/apps/kdmconfig.png
+share/icons/locolor/16x16/apps/keyboard.png
+share/icons/locolor/16x16/apps/kfm.png
+share/icons/locolor/16x16/apps/kfm_home.png
+share/icons/locolor/16x16/apps/khelpcenter.png
+share/icons/locolor/16x16/apps/knotify.png
+share/icons/locolor/16x16/apps/konqueror.png
+share/icons/locolor/16x16/apps/konsole.png
+share/icons/locolor/16x16/apps/kscreensaver.png
+share/icons/locolor/16x16/apps/kthememgr.png
+share/icons/locolor/16x16/apps/kwin.png
+share/icons/locolor/16x16/apps/locale.png
+share/icons/locolor/16x16/apps/lyx.png
+share/icons/locolor/16x16/apps/mathematica.png
+share/icons/locolor/16x16/apps/mouse.png
+share/icons/locolor/16x16/apps/nedit.png
+share/icons/locolor/16x16/apps/netscape.png
+share/icons/locolor/16x16/apps/network_settings.png
+share/icons/locolor/16x16/apps/package.png
+share/icons/locolor/16x16/apps/package_applications.png
+share/icons/locolor/16x16/apps/package_editors.png
+share/icons/locolor/16x16/apps/package_favourite.png
+share/icons/locolor/16x16/apps/package_games.png
+share/icons/locolor/16x16/apps/package_graphics.png
+share/icons/locolor/16x16/apps/package_multimedia.png
+share/icons/locolor/16x16/apps/package_network.png
+share/icons/locolor/16x16/apps/package_settings.png
+share/icons/locolor/16x16/apps/package_system.png
+share/icons/locolor/16x16/apps/package_utilities.png
+share/icons/locolor/16x16/apps/panel.png
+share/icons/locolor/16x16/apps/panel_settings.png
+share/icons/locolor/16x16/apps/pci.png
+share/icons/locolor/16x16/apps/penguin.png
+share/icons/locolor/16x16/apps/pinguin.png
+share/icons/locolor/16x16/apps/plan.png
+share/icons/locolor/16x16/apps/samba.png
+share/icons/locolor/16x16/apps/screensaver.png
+share/icons/locolor/16x16/apps/script.png
+share/icons/locolor/16x16/apps/smbstatus.png
+share/icons/locolor/16x16/apps/sound_settings.png
+share/icons/locolor/16x16/apps/style.png
+share/icons/locolor/16x16/apps/terminal.png
+share/icons/locolor/16x16/apps/titlebar.png
+share/icons/locolor/16x16/apps/wabi.png
+share/icons/locolor/16x16/apps/window_list.png
+share/icons/locolor/16x16/apps/windows.png
+share/icons/locolor/16x16/apps/winprops.png
+share/icons/locolor/16x16/apps/wp.png
+share/icons/locolor/16x16/apps/x.png
+share/icons/locolor/16x16/apps/xcalc.png
+share/icons/locolor/16x16/apps/xclipboard.png
+share/icons/locolor/16x16/apps/xclock.png
+share/icons/locolor/16x16/apps/xconsole.png
+share/icons/locolor/16x16/apps/xedit.png
+share/icons/locolor/16x16/apps/xemacs.png
+share/icons/locolor/16x16/apps/xeyes.png
+share/icons/locolor/16x16/apps/xfig.png
+share/icons/locolor/16x16/apps/xfmail.png
+share/icons/locolor/16x16/apps/xload.png
+share/icons/locolor/16x16/apps/xosview.png
+share/icons/locolor/16x16/apps/xpaint.png
+share/icons/locolor/16x16/apps/xscreensaver.png
+share/icons/locolor/16x16/apps/xslight.png
+share/icons/locolor/16x16/apps/xv.png
+share/icons/locolor/16x16/devices/3floppy_mount.png
+share/icons/locolor/16x16/devices/3floppy_unmount.png
+share/icons/locolor/16x16/devices/5floppy_mount.png
+share/icons/locolor/16x16/devices/5floppy_unmount.png
+share/icons/locolor/16x16/devices/cdrom_mount.png
+share/icons/locolor/16x16/devices/cdrom_unmount.png
+share/icons/locolor/16x16/devices/cdwriter_mount.png
+share/icons/locolor/16x16/devices/cdwriter_unmount.png
+share/icons/locolor/16x16/devices/hdd_mount.png
+share/icons/locolor/16x16/devices/hdd_unmount.png
+share/icons/locolor/16x16/devices/memory.png
+share/icons/locolor/16x16/devices/mo_mount.png
+share/icons/locolor/16x16/devices/mo_unmount.png
+share/icons/locolor/16x16/devices/printer1.png
+share/icons/locolor/16x16/devices/printer2.png
+share/icons/locolor/16x16/devices/scanner.png
+share/icons/locolor/16x16/devices/tablet.png
+share/icons/locolor/16x16/devices/zip_mount.png
+share/icons/locolor/16x16/devices/zip_unmount.png
+share/icons/locolor/32x32/apps/acroread.png
+share/icons/locolor/32x32/apps/application_settings.png
+share/icons/locolor/32x32/apps/applixware.png
+share/icons/locolor/32x32/apps/background.png
+share/icons/locolor/32x32/apps/bell.png
+share/icons/locolor/32x32/apps/buttons.png
+share/icons/locolor/32x32/apps/clock.png
+share/icons/locolor/32x32/apps/colors.png
+share/icons/locolor/32x32/apps/desktop_settings.png
+share/icons/locolor/32x32/apps/dlgedit.png
+share/icons/locolor/32x32/apps/edit.png
+share/icons/locolor/32x32/apps/emacs.png
+share/icons/locolor/32x32/apps/email.png
+share/icons/locolor/32x32/apps/energy.png
+share/icons/locolor/32x32/apps/error.png
+share/icons/locolor/32x32/apps/fonts.png
+share/icons/locolor/32x32/apps/general_settings.png
+share/icons/locolor/32x32/apps/gimp.png
+share/icons/locolor/32x32/apps/go.png
+share/icons/locolor/32x32/apps/gv.png
+share/icons/locolor/32x32/apps/gvim.png
+share/icons/locolor/32x32/apps/icons.png
+share/icons/locolor/32x32/apps/information.png
+share/icons/locolor/32x32/apps/information_settings.png
+share/icons/locolor/32x32/apps/input_devices_settings.png
+share/icons/locolor/32x32/apps/kcmdevices.png
+share/icons/locolor/32x32/apps/kcmkwm.png
+share/icons/locolor/32x32/apps/kcmmemory.png
+share/icons/locolor/32x32/apps/kcmpartitions.png
+share/icons/locolor/32x32/apps/kcmpci.png
+share/icons/locolor/32x32/apps/kcmprocessor.png
+share/icons/locolor/32x32/apps/kcmscsi.png
+share/icons/locolor/32x32/apps/kcmsound.png
+share/icons/locolor/32x32/apps/kcmsyssound.png
+share/icons/locolor/32x32/apps/kcmx.png
+share/icons/locolor/32x32/apps/kcontrol.png
+share/icons/locolor/32x32/apps/kdisknav.png
+share/icons/locolor/32x32/apps/kdmconfig.png
+share/icons/locolor/32x32/apps/keyboard.png
+share/icons/locolor/32x32/apps/kfm.png
+share/icons/locolor/32x32/apps/kfm_home.png
+share/icons/locolor/32x32/apps/khelpcenter.png
+share/icons/locolor/32x32/apps/knotify.png
+share/icons/locolor/32x32/apps/konqueror.png
+share/icons/locolor/32x32/apps/konsole.png
+share/icons/locolor/32x32/apps/kscreensaver.png
+share/icons/locolor/32x32/apps/kthememgr.png
+share/icons/locolor/32x32/apps/kwin.png
+share/icons/locolor/32x32/apps/locale.png
+share/icons/locolor/32x32/apps/logo.png
+share/icons/locolor/32x32/apps/lyx.png
+share/icons/locolor/32x32/apps/mathematica.png
+share/icons/locolor/32x32/apps/mouse.png
+share/icons/locolor/32x32/apps/nedit.png
+share/icons/locolor/32x32/apps/netscape.png
+share/icons/locolor/32x32/apps/network.png
+share/icons/locolor/32x32/apps/network_settings.png
+share/icons/locolor/32x32/apps/nogo.png
+share/icons/locolor/32x32/apps/package.png
+share/icons/locolor/32x32/apps/package_applications.png
+share/icons/locolor/32x32/apps/package_editors.png
+share/icons/locolor/32x32/apps/package_favourite.png
+share/icons/locolor/32x32/apps/package_games.png
+share/icons/locolor/32x32/apps/package_graphics.png
+share/icons/locolor/32x32/apps/package_multimedia.png
+share/icons/locolor/32x32/apps/package_network.png
+share/icons/locolor/32x32/apps/package_settings.png
+share/icons/locolor/32x32/apps/package_system.png
+share/icons/locolor/32x32/apps/package_utilities.png
+share/icons/locolor/32x32/apps/panel_settings.png
+share/icons/locolor/32x32/apps/password.png
+share/icons/locolor/32x32/apps/penguin.png
+share/icons/locolor/32x32/apps/pinguin.png
+share/icons/locolor/32x32/apps/plan.png
+share/icons/locolor/32x32/apps/samba.png
+share/icons/locolor/32x32/apps/screensaver.png
+share/icons/locolor/32x32/apps/script.png
+share/icons/locolor/32x32/apps/sound_settings.png
+share/icons/locolor/32x32/apps/style.png
+share/icons/locolor/32x32/apps/terminal.png
+share/icons/locolor/32x32/apps/titlebar.png
+share/icons/locolor/32x32/apps/wabi.png
+share/icons/locolor/32x32/apps/window_list.png
+share/icons/locolor/32x32/apps/winprops.png
+share/icons/locolor/32x32/apps/wp.png
+share/icons/locolor/32x32/apps/x.png
+share/icons/locolor/32x32/apps/xcalc.png
+share/icons/locolor/32x32/apps/xclipboard.png
+share/icons/locolor/32x32/apps/xclock.png
+share/icons/locolor/32x32/apps/xconsole.png
+share/icons/locolor/32x32/apps/xedit.png
+share/icons/locolor/32x32/apps/xemacs.png
+share/icons/locolor/32x32/apps/xeyes.png
+share/icons/locolor/32x32/apps/xfig.png
+share/icons/locolor/32x32/apps/xfmail.png
+share/icons/locolor/32x32/apps/xftp.png
+share/icons/locolor/32x32/apps/xload.png
+share/icons/locolor/32x32/apps/xmms.png
+share/icons/locolor/32x32/apps/xosview.png
+share/icons/locolor/32x32/apps/xpaint.png
+share/icons/locolor/32x32/apps/xscreensaver.png
+share/icons/locolor/32x32/apps/xv.png
+share/icons/locolor/32x32/devices/3floppy_mount.png
+share/icons/locolor/32x32/devices/3floppy_unmount.png
+share/icons/locolor/32x32/devices/5floppy_mount.png
+share/icons/locolor/32x32/devices/5floppy_unmount.png
+share/icons/locolor/32x32/devices/cdrom_mount.png
+share/icons/locolor/32x32/devices/cdrom_unmount.png
+share/icons/locolor/32x32/devices/cdwriter_mount.png
+share/icons/locolor/32x32/devices/cdwriter_unmount.png
+share/icons/locolor/32x32/devices/hdd_mount.png
+share/icons/locolor/32x32/devices/hdd_unmount.png
+share/icons/locolor/32x32/devices/memory.png
+share/icons/locolor/32x32/devices/mo_mount.png
+share/icons/locolor/32x32/devices/mo_unmount.png
+share/icons/locolor/32x32/devices/printer1.png
+share/icons/locolor/32x32/devices/printer2.png
+share/icons/locolor/32x32/devices/scanner.png
+share/icons/locolor/32x32/devices/tablet.png
+share/icons/locolor/32x32/devices/zip_mount.png
+share/icons/locolor/32x32/devices/zip_unmount.png
+share/locale/C/entry.desktop
+share/locale/C/flag.png
+share/locale/l10n/C/entry.desktop
+share/locale/l10n/C/flag.png
+share/locale/l10n/at/entry.desktop
+share/locale/l10n/at/flag.png
+share/locale/l10n/au/entry.desktop
+share/locale/l10n/au/flag.png
+share/locale/l10n/be/entry.desktop
+share/locale/l10n/be/flag.png
+share/locale/l10n/bg/entry.desktop
+share/locale/l10n/bg/flag.png
+share/locale/l10n/br/entry.desktop
+share/locale/l10n/br/flag.png
+share/locale/l10n/ch/entry.desktop
+share/locale/l10n/ch/flag.png
+share/locale/l10n/cs/entry.desktop
+share/locale/l10n/cs/flag.png
+share/locale/l10n/de/entry.desktop
+share/locale/l10n/de/flag.png
+share/locale/l10n/dk/entry.desktop
+share/locale/l10n/dk/flag.png
+share/locale/l10n/ee/entry.desktop
+share/locale/l10n/ee/flag.png
+share/locale/l10n/eo/entry.desktop
+share/locale/l10n/eo/flag.png
+share/locale/l10n/es/entry.desktop
+share/locale/l10n/es/flag.png
+share/locale/l10n/fi/entry.desktop
+share/locale/l10n/fi/flag.png
+share/locale/l10n/fr/entry.desktop
+share/locale/l10n/fr/flag.png
+share/locale/l10n/gb/entry.desktop
+share/locale/l10n/gb/flag.png
+share/locale/l10n/hu/entry.desktop
+share/locale/l10n/hu/flag.png
+share/locale/l10n/ie/entry.desktop
+share/locale/l10n/ie/flag.png
+share/locale/l10n/il/entry.desktop
+share/locale/l10n/il/flag.png
+share/locale/l10n/is/entry.desktop
+share/locale/l10n/is/flag.png
+share/locale/l10n/it/entry.desktop
+share/locale/l10n/it/flag.png
+share/locale/l10n/jp/entry.desktop
+share/locale/l10n/jp/flag.png
+share/locale/l10n/ko/entry.desktop
+share/locale/l10n/ko/flag.png
+share/locale/l10n/nl/README
+share/locale/l10n/nl/entry.desktop
+share/locale/l10n/nl/flag.png
+share/locale/l10n/no/entry.desktop
+share/locale/l10n/no/flag.png
+share/locale/l10n/nz/entry.desktop
+share/locale/l10n/nz/flag.png
+share/locale/l10n/pl/entry.desktop
+share/locale/l10n/pl/flag.png
+share/locale/l10n/pt/entry.desktop
+share/locale/l10n/pt/flag.png
+share/locale/l10n/ro/entry.desktop
+share/locale/l10n/ro/flag.png
+share/locale/l10n/ru/entry.desktop
+share/locale/l10n/ru/flag.png
+share/locale/l10n/se/entry.desktop
+share/locale/l10n/se/flag.png
+share/locale/l10n/si/entry.desktop
+share/locale/l10n/si/flag.png
+share/locale/l10n/sr/entry.desktop
+share/locale/l10n/sr/flag.png
+share/locale/l10n/tw/entry.desktop
+share/locale/l10n/tw/flag.png
+share/locale/l10n/us/entry.desktop
+share/locale/l10n/us/flag.png
+share/mimelnk/application/x-konsole.desktop
+share/services/khelpcenter.desktop
+share/services/konq_detailedlistview.desktop
+share/services/konq_dirtree.desktop
+share/services/konq_iconview.desktop
+share/services/konq_textview.desktop
+share/services/konq_treeview.desktop
+share/services/konqueror.desktop
+share/services/kshorturifilter.desktop
+share/services/kuriikwsfilter.desktop
+share/servicetypes/konq_plugin.desktop
+share/templates/.source/Device.desktop
+share/templates/.source/FtpURL.desktop
+share/templates/.source/HTMLFile.html
+share/templates/.source/Program.desktop
+share/templates/.source/TextFile.txt
+share/templates/.source/URL.desktop
+share/templates/.source/WWWURL.desktop
+share/templates/Directory.desktop
+share/templates/HTMLFile.desktop
+share/templates/TextFile.desktop
+share/templates/linkDevice.desktop
+share/templates/linkFtpURL.desktop
+share/templates/linkProgram.desktop
+share/templates/linkURL.desktop
+share/templates/linkWWWURL.desktop
+share/toolbar/brightness.png
+share/toolbar/colourness.png
+share/toolbar/contrast.png
+share/wallpapers/A-Little-Exercise-3.jpg
+share/wallpapers/All-Good-People-1.jpg
+share/wallpapers/Ancient_Glyphs.jpg
+share/wallpapers/Appropriately-Left-Handed-2.jpg
+share/wallpapers/Blkmarble.jpg
+share/wallpapers/Chicken-Songs-2.jpg
+share/wallpapers/Chunky_Spinach.jpg
+share/wallpapers/Circuit.jpg
+share/wallpapers/Dawn-Turns-To-Day-1.jpg
+share/wallpapers/Flock-Of-Seagulls-2.jpg
+share/wallpapers/Foggy1.jpg
+share/wallpapers/In-Vino-Veritas.jpg
+share/wallpapers/Just-A-Woman-1.jpg
+share/wallpapers/Light-Industry-1.jpg
+share/wallpapers/Lowdown-Popcorn-1.jpg
+share/wallpapers/Magneto_Bomb.jpg
+share/wallpapers/Marble01.jpg
+share/wallpapers/No-Ones-Laughing-3.jpg
+share/wallpapers/Paper01.jpg
+share/wallpapers/Penguin-Sushi-3.jpg
+share/wallpapers/Planning-And-Probing-1.jpg
+share/wallpapers/Prpbumps.jpg
+share/wallpapers/Sasquatch-Suction-1.jpg
+share/wallpapers/Schematic-Diagram-1.jpg
+share/wallpapers/Sleep-Deprivation-3.jpg
+share/wallpapers/Superfluous-Organ-1.jpg
+share/wallpapers/The-Alias-Line-4.jpg
+share/wallpapers/The-Good-Times-1.jpg
+share/wallpapers/There-You-Are-1.jpg
+share/wallpapers/Time-For-Lunch-2.jpg
+share/wallpapers/Totally-New-Product-1.jpg
+share/wallpapers/Unknown-Rheostat-1.jpg
+share/wallpapers/Water01.jpg
+share/wallpapers/Whirling_Spirit.jpg
+share/wallpapers/Won-Ton-Soup-3.jpg
share/wallpapers/kdm_bg.jpg
-share/wallpapers/liquid_helium.jpg
-share/wallpapers/lizard_scales.jpg
-share/wallpapers/lunar_jelly.jpg
-share/wallpapers/magnetic_field.jpg
-share/wallpapers/magneto_bomb.jpg
-share/wallpapers/marble01.jpg
-share/wallpapers/martian_silk.jpg
-share/wallpapers/melting_glass.jpg
-share/wallpapers/melting_honeycomb.jpg
-share/wallpapers/metal_beads.jpg
-share/wallpapers/million_minnows.jpg
-share/wallpapers/mustard_ketchup.jpg
-share/wallpapers/mutant_berries.jpg
-share/wallpapers/mystical_hourglass.jpg
-share/wallpapers/neon_flux.jpg
-share/wallpapers/nuclear_coral.jpg
-share/wallpapers/ocean01.jpg
-share/wallpapers/odd_atmosphere.jpg
-share/wallpapers/olive_wisps.jpg
-share/wallpapers/owl_elder.jpg
-share/wallpapers/paper01.jpg
-share/wallpapers/paper_umbrella.jpg
-share/wallpapers/parrots.jpg
-share/wallpapers/pebble_town.jpg
-share/wallpapers/pinkflam.jpg
-share/wallpapers/plant_formation.jpg
-share/wallpapers/plasmatic_globules.jpg
-share/wallpapers/plasmatic_points.jpg
-share/wallpapers/produce.jpg
-share/wallpapers/prpbumps.jpg
-share/wallpapers/quantum_threads.jpg
-share/wallpapers/rainbow_alleys.jpg
-share/wallpapers/red_big_bang.jpg
-share/wallpapers/redblue_filaments.jpg
-share/wallpapers/ringworm_circus.jpg
-share/wallpapers/rose_petals.jpg
-share/wallpapers/rotten_vegetables.jpg
-share/wallpapers/rubber_cds.jpg
-share/wallpapers/ruby_dunes.jpg
-share/wallpapers/ruins.jpg
-share/wallpapers/sandman.jpg
-share/wallpapers/sapphire_surface.jpg
-share/wallpapers/scattered_islands.jpg
-share/wallpapers/scraped_metal.jpg
-share/wallpapers/silver_vibration.jpg
-share/wallpapers/spinning_stones.jpg
-share/wallpapers/spoiled_sprouts.jpg
-share/wallpapers/stellar_shadows.jpg
-share/wallpapers/striped_fragments.jpg
-share/wallpapers/sulfur_lakes.jpg
-share/wallpapers/sunburnt_crust.jpg
-share/wallpapers/tarnished_rings.jpg
-share/wallpapers/techno_sharks.jpg
-share/wallpapers/terrain_relief.jpg
-share/wallpapers/theoretical_life.jpg
-share/wallpapers/thick_syrup.jpg
-share/wallpapers/thin_tentacles.jpg
-share/wallpapers/toe_paint.jpg
-share/wallpapers/tree_knobs.jpg
-share/wallpapers/tropical_leaves.jpg
-share/wallpapers/ufo_frenzy.jpg
-share/wallpapers/unstable_element.jpg
-share/wallpapers/vessel_swirl.jpg
-share/wallpapers/water01.jpg
-share/wallpapers/wavy_ribbons.jpg
-share/wallpapers/whiplash_vines.jpg
-share/wallpapers/whirling_spirit.jpg
-share/wallpapers/wind_chill.jpg
-share/wallpapers/wood1.jpg
-@dirrm share/doc/HTML/ru/kikbd
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmbell/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmdisplay/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminfo/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminput/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkeys/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkfm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkpanel/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkwm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmlocale/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsamba/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsyssound/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kdmconfig/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kthememgr/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/common
+@unexec rm -f %D/share/doc/HTML/en/kdebugdialog/common
+@unexec rm -f %D/share/doc/HTML/en/kdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kdisknav/common
+@unexec rm -f %D/share/doc/HTML/en/kdm/common
+@unexec rm -f %D/share/doc/HTML/en/kfm/common
+@unexec rm -f %D/share/doc/HTML/en/kfontmanager/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/faq/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/quickstart/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/userguide/common
+@unexec rm -f %D/share/doc/HTML/en/kikbd/common
+@unexec rm -f %D/share/doc/HTML/en/konsole/common
+@unexec rm -f %D/share/doc/HTML/en/kpager/common
+@unexec rm -f %D/share/doc/HTML/en/kwm/common
+@dirrm share/wallpapers
+@dirrm share/toolbar
+@dirrm share/templates/.source/emptydir
+@dirrm share/templates/.source
+@dirrm share/templates
+@dirrm share/skel
+@dirrm share/servicetypes
+@dirrm share/services
+@dirrm share/icons/locolor/32x32/devices
+@dirrm share/icons/locolor/32x32/apps
+@dirrm share/icons/locolor/32x32
+@dirrm share/icons/locolor/16x16/devices
+@dirrm share/icons/locolor/16x16/apps
+@dirrm share/icons/locolor/16x16
+@dirrm share/icons/locolor
+@dirrm share/icons/hicolor/48x48/devices
+@dirrm share/icons/hicolor/48x48/apps
+@dirrm share/icons/hicolor/48x48
+@dirrm share/icons/hicolor/32x32/devices
+@dirrm share/icons/hicolor/32x32/apps
+@dirrm share/icons/hicolor/32x32
+@dirrm share/icons/hicolor
+@dirrm share/icons
@dirrm share/doc/HTML/en/kwm
-@dirrm share/doc/HTML/en/kvt
-@dirrm share/doc/HTML/en/kthememgr
-@dirrm share/doc/HTML/en/kpanel
@dirrm share/doc/HTML/en/kpager
@dirrm share/doc/HTML/en/konsole
-@dirrm share/doc/HTML/en/kmenuedit
-@dirrm share/doc/HTML/en/kmedia
@dirrm share/doc/HTML/en/kikbd
-@dirrm share/doc/HTML/en/kfontmanager
+@dirrm share/doc/HTML/en/khelpcenter/userguide
+@dirrm share/doc/HTML/en/khelpcenter/quickstart
+@dirrm share/doc/HTML/en/khelpcenter/faq
+@dirrm share/doc/HTML/en/khelpcenter
@dirrm share/doc/HTML/en/kfm
-@dirrm share/doc/HTML/en/kfind
@dirrm share/doc/HTML/en/kdm
@dirrm share/doc/HTML/en/kdisknav
-@dirrm share/doc/HTML/en/kdehelp/quickstart
-@dirrm share/doc/HTML/en/kdehelp/kwm
-@dirrm share/doc/HTML/en/kdehelp/kpanel
-@dirrm share/doc/HTML/en/kdehelp
+@dirrm share/doc/HTML/en/kdesu
+@dirrm share/doc/HTML/en/kdebugdialog
@dirrm share/doc/HTML/en/kcontrol/kthememgr
@dirrm share/doc/HTML/en/kcontrol/kdmconfig
@dirrm share/doc/HTML/en/kcontrol/kcmsyssound
@@ -2460,63 +1784,95 @@ share/wallpapers/wood1.jpg
@dirrm share/doc/HTML/en/kcontrol/kcmkpanel
@dirrm share/doc/HTML/en/kcontrol/kcmkfm
@dirrm share/doc/HTML/en/kcontrol/kcmkeys
+@dirrm share/doc/HTML/en/kcontrol/kcmkdesu
@dirrm share/doc/HTML/en/kcontrol/kcminput
@dirrm share/doc/HTML/en/kcontrol/kcminfo
@dirrm share/doc/HTML/en/kcontrol/kcmdisplay
@dirrm share/doc/HTML/en/kcontrol/kcmbell
@dirrm share/doc/HTML/en/kcontrol
+@dirrm share/apps/quickbrowser
@dirrm share/apps/kwm/pics
@dirrm share/apps/kwm
-@dirrm share/apps/kthememgr/Themes
-@dirrm share/apps/kthememgr
+@dirrm share/apps/kwin
+@dirrm share/apps/kwelcome/pics
+@dirrm share/apps/kwelcome
@dirrm share/apps/kscreensaver
-@dirrm share/apps/kpanel/pics/mini
-@dirrm share/apps/kpanel/pics/large
-@dirrm share/apps/kpanel/pics
-@dirrm share/apps/kpanel/default
-@dirrm share/apps/kpanel
@dirrm share/apps/konsole
-@dirrm share/apps/kikbd/codes
-@dirrm share/apps/kikbd
-@dirrm share/apps/kfm/pics
-@dirrm share/apps/kfm/Desktop/Templates
-@dirrm share/apps/kfm/Desktop
-@dirrm share/apps/kfm
-@dirrm share/apps/kfind/toolbar
-@dirrm share/apps/kfind
-@dirrm share/apps/kdmconfig/pics
-@dirrm share/apps/kdmconfig
+@dirrm share/apps/konqueror/pics
+@dirrm share/apps/konqueror/dirtree/remote/web
+@dirrm share/apps/konqueror/dirtree/remote/ftp
+@dirrm share/apps/konqueror/dirtree/remote
+@dirrm share/apps/konqueror/dirtree
+@dirrm share/apps/konqueror
+@dirrm share/apps/konqlistview
+@dirrm share/apps/konqiconview
+@dirrm share/apps/kio_info
+@dirrm share/apps/kicker/tiles
+@dirrm share/apps/kicker/pics
+@dirrm share/apps/kicker/internalapplets
+@dirrm share/apps/kicker/default
+@dirrm share/apps/kicker
+@dirrm share/apps/khelpcenter/plugins/Tutorials
+@dirrm share/apps/khelpcenter/plugins
+@dirrm share/apps/khelpcenter
@dirrm share/apps/kdm/pics/users
@dirrm share/apps/kdm/pics
@dirrm share/apps/kdm
@dirrm share/apps/kdisplay/color-schemes
@dirrm share/apps/kdisplay/app-defaults
@dirrm share/apps/kdisplay
-@dirrm share/apps/kdisknav
+@dirrm share/apps/kdewizard/pics
+@dirrm share/apps/kdewizard/html
+@dirrm share/apps/kdewizard
+@dirrm share/apps/kdesktop/programs
+@dirrm share/apps/kdesktop/pics
+@dirrm share/apps/kdesktop/patterns
+@dirrm share/apps/kdesktop/DesktopLinks
+@dirrm share/apps/kdesktop
@dirrm share/apps/kcontrol/pics
@dirrm share/apps/kcontrol
-@dirrm share/apps/kcmlocale/pics
-@dirrm share/apps/kcmlocale
-@dirrm share/apps/kappfinder/pics/mini
-@dirrm share/apps/kappfinder/pics/large
-@dirrm share/apps/kappfinder/pics
@dirrm share/apps/kappfinder/apps/WordProcessing
@dirrm share/apps/kappfinder/apps/Utilities
@dirrm share/apps/kappfinder/apps/Toys
+@dirrm share/apps/kappfinder/apps/System/ScreenSavers
@dirrm share/apps/kappfinder/apps/System
@dirrm share/apps/kappfinder/apps/Office
+@dirrm share/apps/kappfinder/apps/Multimedia
@dirrm share/apps/kappfinder/apps/Internet
-@dirrm share/apps/kappfinder/apps/Graphic
+@dirrm share/apps/kappfinder/apps/Graphics
@dirrm share/apps/kappfinder/apps/Editors
@dirrm share/apps/kappfinder/apps/Development
@dirrm share/apps/kappfinder/apps
@dirrm share/apps/kappfinder
-@dirrm share/applnk/Settings/Windows
+@dirrm share/apps/drkonqi/presets
+@dirrm share/apps/drkonqi/pics
+@dirrm share/apps/drkonqi
+@dirrm share/applnk/Utilities
+@dirrm share/applnk/Toys
+@dirrm share/applnk/System/ScreenSavers
+@dirrm share/applnk/System
+@dirrm share/applnk/Settings/System
@dirrm share/applnk/Settings/Sound
-@dirrm share/applnk/Settings/Network
-@dirrm share/applnk/Settings/Keys
-@dirrm share/applnk/Settings/Input_Devices
+@dirrm share/applnk/Settings/PowerControl
+@dirrm share/applnk/Settings/Personalization
+@dirrm share/applnk/Settings/Peripherals
+@dirrm share/applnk/Settings/LookNFeel/Windows
+@dirrm share/applnk/Settings/LookNFeel/Themes
+@dirrm share/applnk/Settings/LookNFeel/Desktop
+@dirrm share/applnk/Settings/LookNFeel
@dirrm share/applnk/Settings/Information
-@dirrm share/applnk/Settings/Desktop
+@dirrm share/applnk/Settings/Browsing/Web
+@dirrm share/applnk/Settings/Browsing/Neighbourhood
+@dirrm share/applnk/Settings/Browsing/Files
+@dirrm share/applnk/Settings/Browsing
+@dirrm share/applnk/Settings/Applications/System
@dirrm share/applnk/Settings/Applications
-@dirrm cgi-bin
+@dirrm share/applnk/Settings
+@dirrm share/applnk/Multimedia
+@dirrm share/applnk/Internet
+@dirrm share/applnk/Graphics
+@dirrm share/applnk/Games
+@dirrm share/applnk/Control
+@dirrm share/applnk/Applications
+@exec /sbin/ldconfig -m %D/lib
+@unexec /sbin/ldconfig -R
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile
index 142cb33134f5..639c5c610fdd 100644
--- a/x11/kdebase4/Makefile
+++ b/x11/kdebase4/Makefile
@@ -1,45 +1,33 @@
-# New ports collection makefile for: kdebase
-# Date created: 28 October 1997
-# Whom: Stefan Eßer <se@freebsd.org>
+# New ports collection makefile for: kdebase2
+# Date created: Fri Apr 14 2000 15:05:00 EDT
+# Whom: will
#
# $FreeBSD$
#
PORTNAME= kdebase
-PORTVERSION= 1.1.2
+PORTVERSION= 1.90
CATEGORIES= x11 kde
MASTER_SITES= $(MASTER_SITE_KDE)
-MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2
+MASTER_SITE_SUBDIR= unstable/distribution/tar/src
-MAINTAINER= se@freebsd.org
+MAINTAINER= will@FreeBSD.org
-LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- kdecore.3:${PORTSDIR}/x11/kdelibs11 \
+LIB_DEPENDS= kdeui.4:${PORTSDIR}/x11/kdelibs2 \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
Xpm.4:${PORTSDIR}/graphics/xpm \
intl.1:${PORTSDIR}/devel/gettext
+MOC?= ${X11BASE}/bin/moc2
USE_XLIB= yes
USE_BZIP2= yes
-USE_QT= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
- "--with-xdmdir=${X11BASE}/lib/X11/xdm"
-CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
- INSTALL_SCRIPT="install -c -m 555" \
- PATH="${PATH}:${X11BASE}/bin"
+USE_QT2= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+="--with-xdmdir=${X11BASE}/lib/X11/xdm" \
+ --with-qt-dir=${X11BASE} \
+ --with-qt-includes=${X11BASE}/include/qt2 \
+ --with-qt-libraries=${X11BASE}/lib
+CONFIGURE_ENV+= MOC="${MOC}"
USE_GMAKE= yes
-MAKE_ENV= RM=${RM}
-CFLAGS+= "-I$(PREFIX)/include"
-
-KSSES= kattraction.kss kbanner.kss kbat.kss kblankscrn.kss \
- kblob.kss kbouboule.kss kbsod.kss kflame.kss kforest.kss \
- khop.kss klaser.kss klines.kss klissie.kss kmatrix.kss \
- kmorph3d.kss kpipes.kss kpolygon.kss kpyro.kss krock.kss \
- kscience.kss kslidescreen.kss kslip.kss kspace.kss kswarm.kss
-
-post-install:
-.for KSS in $(KSSES)
- $(CHMOD) 4555 $(PREFIX)/bin/$(KSS)
-.endfor
.include <bsd.port.mk>
diff --git a/x11/kdebase4/distinfo b/x11/kdebase4/distinfo
index 3b5e9ff7e1a1..1c93ddf3d36e 100644
--- a/x11/kdebase4/distinfo
+++ b/x11/kdebase4/distinfo
@@ -1 +1 @@
-MD5 (kdebase-1.1.2.tar.bz2) = 330492b058e8087fca7f1ce350363254
+MD5 (kdebase-1.90.tar.bz2) = 1465820269de04724642478849e4ff01
diff --git a/x11/kdebase4/pkg-plist b/x11/kdebase4/pkg-plist
index 0ac6b849cfd3..7906bc632d7e 100644
--- a/x11/kdebase4/pkg-plist
+++ b/x11/kdebase4/pkg-plist
@@ -1,362 +1,476 @@
+bin/chooser
+bin/drkonqi
+bin/exampleapplet
+bin/eyesapplet
bin/kappfinder
-bin/kappfinder_restart
-bin/kattraction.kss
-bin/kaudioserver
bin/kbanner.kss
bin/kbat.kss
-bin/kbgndwm
bin/kblankscrn.kss
bin/kblob.kss
bin/kbouboule.kss
bin/kbsod.kss
bin/kcheckpass
-bin/kcmbell
-bin/kcmdisplay
-bin/kcmikbd
-bin/kcminfo
-bin/kcminput
-bin/kcmkeys
-bin/kcmkfm
-bin/kcmkonsole
-bin/kcmkpanel
-bin/kcmkwm
-bin/kcmlocale
-bin/kcmsamba
-bin/kcmsyssound
+bin/kcminit
+bin/kcmshell
bin/kcontrol
-bin/kde
-bin/kdehelp
+bin/kdebugdialog
+bin/kdesktop
+bin/kdesu
+bin/kdesud
+bin/kdewizard
bin/kdm
-bin/kdmconfig
bin/kdmdesktop
-bin/kfind
-bin/kflame.kss
-bin/kfm
bin/kfmclient
bin/kfmexec
-bin/kfmsu
-bin/kfmsu2
-bin/kfmwarn
-bin/kfontmanager
-bin/kforest.kss
+bin/khelpcenter
bin/khop.kss
-bin/kikbd
-bin/kioslave
-bin/klaser.kss
+bin/kicker
bin/klines.kss
-bin/klissie.kss
-bin/klock
bin/kmatrix.kss
-bin/kmenuedit
bin/kmorph3d.kss
+bin/konqueror
bin/konsole
bin/konsole_grantpty
-bin/kpager
-bin/kpanel
bin/kpipes.kss
-bin/kplayaudio
bin/kpolygon.kss
+bin/kprintwrapper
bin/kpyro.kss
+bin/krandom.kss
bin/krdb
bin/krock.kss
-bin/krootwm
+bin/krunonce
bin/kscience.kss
bin/kslidescreen.kss
-bin/kslip.kss
+bin/kslideshow.kss
+bin/ksmserver
bin/kspace.kss
bin/kstart
bin/kswarm.kss
-bin/kthememgr
-bin/kvt
-bin/kwm
-bin/kwmcom
-bin/kwmsound
-bin/maudio
-bin/rman
+bin/kwelcome
+bin/kwin
+bin/kwrited
+bin/kxmlrpcd
+bin/kxsconfig
+bin/kxsrun
+bin/man2html
bin/startkde
-bin/unpack
-cgi-bin/helpindex
-cgi-bin/helpsearch
+bin/swallowapplet
+include/KBackgroundIface.h
+include/KDesktopIface.h
+include/KScreensaverIface.h
+include/KWinInterface.h
+include/KonquerorIface.h
+include/kbookmark.h
+include/kbookmarkbar.h
+include/kbookmarkmenu.h
+include/kfileivi.h
+include/knewmenu.h
+include/konq_bgnddlg.h
+include/konq_events.h
+include/konq_propsview.h
+include/konqdefaults.h
+include/konqdirlister.h
+include/konqdrag.h
+include/konqfileitem.h
+include/konqiconviewwidget.h
+include/konqoperations.h
+include/konqpopupmenu.h
+include/konqsettings.h
+lib/kdesktop.la
+lib/kdesktop.so
+lib/kfmclient.la
+lib/kfmclient.so
+lib/kio_help.la
+lib/kio_help.so
+lib/kio_info.la
+lib/kio_info.so
+lib/kio_man.la
+lib/kio_man.so
+lib/kio_nntp.la
+lib/kio_nntp.so
+lib/kio_pop3.la
+lib/kio_pop3.so
+lib/kio_smb.la
+lib/kio_smb.so
+lib/konqueror.la
+lib/konqueror.so
+lib/konsole.la
+lib/konsole.so
+lib/kwin.la
+lib/kwin.so
+lib/kwrited.la
+lib/kwrited.so
+lib/kxmlrpcd.la
+lib/kxmlrpcd.so
+lib/libkasbarapplet.la
+lib/libkasbarapplet.so.1
+lib/libkcm_arts.la
+lib/libkcm_arts.so
+lib/libkcm_clock.la
+lib/libkcm_clock.so
+lib/libkcm_display.la
+lib/libkcm_display.so
+lib/libkcm_drkonqi.la
+lib/libkcm_drkonqi.so
+lib/libkcm_email.la
+lib/libkcm_email.so
+lib/libkcm_filetypes.la
+lib/libkcm_filetypes.so
+lib/libkcm_info.la
+lib/libkcm_info.so
+lib/libkcm_input.la
+lib/libkcm_input.so
+lib/libkcm_kdm.la
+lib/libkcm_kdm.so
+lib/libkcm_keys.la
+lib/libkcm_keys.so
+lib/libkcm_kicker.la
+lib/libkcm_kicker.so
+lib/libkcm_kio.la
+lib/libkcm_kio.so
+lib/libkcm_knotify.la
+lib/libkcm_knotify.so
+lib/libkcm_konq.la
+lib/libkcm_konq.so
+lib/libkcm_konqhtml.la
+lib/libkcm_konqhtml.so
+lib/libkcm_kurifilt.la
+lib/libkcm_kurifilt.so
+lib/libkcm_kwindesktop.la
+lib/libkcm_kwindesktop.so
+lib/libkcm_kwinmouse.la
+lib/libkcm_kwinmouse.so
+lib/libkcm_kwinoptions.la
+lib/libkcm_kwinoptions.so
+lib/libkcm_locale.la
+lib/libkcm_locale.so
+lib/libkcm_passwords.la
+lib/libkcm_passwords.so
+lib/libkcm_samba.la
+lib/libkcm_samba.so
+lib/libkcm_sample.la
+lib/libkcm_sample.so
+lib/libkcm_syssound.la
+lib/libkcm_syssound.so
+lib/libkdateapplet.la
+lib/libkdateapplet.so.1
+lib/libkdockapplet.la
+lib/libkdockapplet.so.1
+lib/libkhelpcenter.la
+lib/libkhelpcenter.so.1
+lib/libkminipagerapplet.la
+lib/libkminipagerapplet.so.1
+lib/libkonq.la
+lib/libkonq.so.3
+lib/libkonqdirtree.la
+lib/libkonqdirtree.so.1
+lib/libkonqiconview.la
+lib/libkonqiconview.so.1
+lib/libkonqlistview.la
+lib/libkonqlistview.so.1
+lib/libkonsole.la
+lib/libkonsole.so.1
+lib/libkoolclockapplet.la
+lib/libkoolclockapplet.so.1
+lib/libkpagerapplet.la
+lib/libkpagerapplet.so.1
+lib/libkpagericon.la
+lib/libkpagericon.so.1
+lib/libkpagerpixmap.la
+lib/libkpagerpixmap.so.1
+lib/libkshorturifilter.la
+lib/libkshorturifilter.so.1
+lib/libktaskbarapplet.la
+lib/libktaskbarapplet.so.1
+lib/libkuriikwsfilter.la
+lib/libkuriikwsfilter.so.1
+lib/libkwinb2.la
+lib/libkwinb2.so.1
+lib/libkwinkstep.la
+lib/libkwinkstep.so.1
+lib/libkwinlaptop.la
+lib/libkwinlaptop.so.1
+lib/libkwinmodernsys.la
+lib/libkwinmodernsys.so.1
+lib/libkwinriscos.la
+lib/libkwinriscos.so.1
+lib/libkwinsystem.la
+lib/libkwinsystem.so.1
+lib/libsmb++.la
+lib/libsmb++.so.0
share/applnk/.directory
share/applnk/Applications/.directory
+share/applnk/Control/.directory
+share/applnk/Control/SysInfo.desktop
+share/applnk/Control/System.desktop
+share/applnk/Control/User.desktop
share/applnk/Games/.directory
share/applnk/Graphics/.directory
-share/applnk/Help.kdelnk
-share/applnk/Home.kdelnk
+share/applnk/Help.desktop
+share/applnk/Home.desktop
share/applnk/Internet/.directory
-share/applnk/KControl.kdelnk
-share/applnk/Kfind.kdelnk
-share/applnk/Krefresh.kdelnk
share/applnk/Multimedia/.directory
share/applnk/Settings/.directory
share/applnk/Settings/Applications/.directory
-share/applnk/Settings/Applications/kdm.kdelnk
-share/applnk/Settings/Applications/kfm.kdelnk
-share/applnk/Settings/Applications/kfmbrowser.kdelnk
-share/applnk/Settings/Applications/panel.kdelnk
-share/applnk/Settings/Desktop/.directory
-share/applnk/Settings/Desktop/background.kdelnk
-share/applnk/Settings/Desktop/borders.kdelnk
-share/applnk/Settings/Desktop/colors.kdelnk
-share/applnk/Settings/Desktop/fonts.kdelnk
-share/applnk/Settings/Desktop/icons.kdelnk
-share/applnk/Settings/Desktop/kthememgr.kdelnk
-share/applnk/Settings/Desktop/language.kdelnk
-share/applnk/Settings/Desktop/screensaver.kdelnk
-share/applnk/Settings/Desktop/style.kdelnk
+share/applnk/Settings/Applications/System/kdm.desktop
+share/applnk/Settings/Applications/drkonqi.desktop
+share/applnk/Settings/Browsing/.directory
+share/applnk/Settings/Browsing/Files/filetypes.desktop
+share/applnk/Settings/Browsing/Files/kcmkonq.desktop
+share/applnk/Settings/Browsing/Neighbourhood/smb.desktop
+share/applnk/Settings/Browsing/Web/cookies.desktop
+share/applnk/Settings/Browsing/Web/ebrowsing.desktop
+share/applnk/Settings/Browsing/Web/konqhtml.desktop
+share/applnk/Settings/Browsing/Web/proxy.desktop
+share/applnk/Settings/Browsing/Web/useragent.desktop
share/applnk/Settings/Information/.directory
-share/applnk/Settings/Information/devices.kdelnk
-share/applnk/Settings/Information/dma.kdelnk
-share/applnk/Settings/Information/interrupts.kdelnk
-share/applnk/Settings/Information/ioports.kdelnk
-share/applnk/Settings/Information/memory.kdelnk
-share/applnk/Settings/Information/partitions.kdelnk
-share/applnk/Settings/Information/pci.kdelnk
-share/applnk/Settings/Information/processor.kdelnk
-share/applnk/Settings/Information/scsi.kdelnk
-share/applnk/Settings/Information/smbstatus.kdelnk
-share/applnk/Settings/Information/sound.kdelnk
-share/applnk/Settings/Information/xserver.kdelnk
-share/applnk/Settings/Input_Devices/.directory
-share/applnk/Settings/Input_Devices/kcmikbd.kdelnk
-share/applnk/Settings/Input_Devices/keyboard.kdelnk
-share/applnk/Settings/Input_Devices/mouse.kdelnk
-share/applnk/Settings/Keys/.directory
-share/applnk/Settings/Keys/global.kdelnk
-share/applnk/Settings/Keys/standard.kdelnk
-share/applnk/Settings/Network/.directory
+share/applnk/Settings/Information/devices.desktop
+share/applnk/Settings/Information/dma.desktop
+share/applnk/Settings/Information/interrupts.desktop
+share/applnk/Settings/Information/ioports.desktop
+share/applnk/Settings/Information/memory.desktop
+share/applnk/Settings/Information/partitions.desktop
+share/applnk/Settings/Information/pci.desktop
+share/applnk/Settings/Information/processor.desktop
+share/applnk/Settings/Information/scsi.desktop
+share/applnk/Settings/Information/smbstatus.desktop
+share/applnk/Settings/Information/sound.desktop
+share/applnk/Settings/Information/xserver.desktop
+share/applnk/Settings/LookNFeel/.directory
+share/applnk/Settings/LookNFeel/Desktop/.directory
+share/applnk/Settings/LookNFeel/Desktop/advanced.desktop
+share/applnk/Settings/LookNFeel/Desktop/background.desktop
+share/applnk/Settings/LookNFeel/Desktop/borders.desktop
+share/applnk/Settings/LookNFeel/Desktop/desktop.desktop
+share/applnk/Settings/LookNFeel/Desktop/icons.desktop
+share/applnk/Settings/LookNFeel/Themes/style.desktop
+share/applnk/Settings/LookNFeel/Windows/.directory
+share/applnk/Settings/LookNFeel/Windows/actions.desktop
+share/applnk/Settings/LookNFeel/Windows/mouse.desktop
+share/applnk/Settings/LookNFeel/colors.desktop
+share/applnk/Settings/LookNFeel/fonts.desktop
+share/applnk/Settings/LookNFeel/kcmnotify.desktop
+share/applnk/Settings/LookNFeel/keys.desktop
+share/applnk/Settings/LookNFeel/panel.desktop
+share/applnk/Settings/LookNFeel/screensaver.desktop
+share/applnk/Settings/Peripherals/.directory
+share/applnk/Settings/Peripherals/keyboard.desktop
+share/applnk/Settings/Peripherals/mouse.desktop
+share/applnk/Settings/Personalization/.directory
+share/applnk/Settings/Personalization/email.desktop
+share/applnk/Settings/Personalization/language.desktop
+share/applnk/Settings/Personalization/passwords.desktop
+share/applnk/Settings/PowerControl/.directory
+share/applnk/Settings/PowerControl/energy.desktop
share/applnk/Settings/Sound/.directory
-share/applnk/Settings/Sound/bell.kdelnk
-share/applnk/Settings/Sound/syssound.kdelnk
-share/applnk/Settings/Windows/.directory
-share/applnk/Settings/Windows/advanced.kdelnk
-share/applnk/Settings/Windows/buttons.kdelnk
-share/applnk/Settings/Windows/mouse.kdelnk
-share/applnk/Settings/Windows/properties.kdelnk
-share/applnk/Settings/Windows/titlebar.kdelnk
+share/applnk/Settings/Sound/arts.desktop
+share/applnk/Settings/Sound/syssound.desktop
+share/applnk/Settings/System/clock.desktop
share/applnk/System/.directory
-share/applnk/System/Arrange.kdelnk
-share/applnk/System/Kfontmanager.kdelnk
-share/applnk/System/kappfinder.kdelnk
-share/applnk/System/kfmsu.kdelnk
-share/applnk/System/kikbd.kdelnk
-share/applnk/System/kpager.kdelnk
-share/applnk/Trash.kdelnk
+share/applnk/System/Arrange.desktop
+share/applnk/System/ScreenSavers/.directory
+share/applnk/System/ScreenSavers/KAttration.desktop
+share/applnk/System/ScreenSavers/KBanner.desktop
+share/applnk/System/ScreenSavers/KBat.desktop
+share/applnk/System/ScreenSavers/KBlankscreen.desktop
+share/applnk/System/ScreenSavers/KBlob.desktop
+share/applnk/System/ScreenSavers/KBouboule.desktop
+share/applnk/System/ScreenSavers/KBsod.desktop
+share/applnk/System/ScreenSavers/KFlame.desktop
+share/applnk/System/ScreenSavers/KForest.desktop
+share/applnk/System/ScreenSavers/KHop.desktop
+share/applnk/System/ScreenSavers/KLaser.desktop
+share/applnk/System/ScreenSavers/KLines.desktop
+share/applnk/System/ScreenSavers/KLissie.desktop
+share/applnk/System/ScreenSavers/KMatrix.desktop
+share/applnk/System/ScreenSavers/KMorph3D.desktop
+share/applnk/System/ScreenSavers/KPipes.desktop
+share/applnk/System/ScreenSavers/KPolygon.desktop
+share/applnk/System/ScreenSavers/KPyro.desktop
+share/applnk/System/ScreenSavers/KRandom.desktop
+share/applnk/System/ScreenSavers/KRock.desktop
+share/applnk/System/ScreenSavers/KScience.desktop
+share/applnk/System/ScreenSavers/KSlidescreen.desktop
+share/applnk/System/ScreenSavers/KSlideshow.desktop
+share/applnk/System/ScreenSavers/KSlip.desktop
+share/applnk/System/ScreenSavers/KSpace.desktop
+share/applnk/System/ScreenSavers/KSwarm.desktop
+share/applnk/System/ScreenSavers/Worm.desktop
+share/applnk/System/kappfinder.desktop
+share/applnk/System/kfmclient.desktop
+share/applnk/System/konquerorsu.desktop
+share/applnk/System/konsole.desktop
+share/applnk/System/konsolesu.desktop
+share/applnk/Trash.desktop
share/applnk/Utilities/.directory
-share/applnk/Utilities/KMenuEdit.kdelnk
-share/applnk/Utilities/konsole.kdelnk
-share/applnk/Utilities/kvt.kdelnk
+share/applnk/Utilities/kdewizard.desktop
+share/applnk/Utilities/passwd.desktop
+share/applnk/Utilities/xclipboard.desktop
+share/applnk/Utilities/xclock.desktop
+share/applnk/Utilities/xconsole.desktop
+share/applnk/Utilities/xterm.desktop
+share/apps/drkonqi/pics/konqi.png
+share/apps/drkonqi/presets/developerrc
+share/apps/drkonqi/presets/enduserrc
share/apps/kappfinder/apps/.directory
share/apps/kappfinder/apps/Development/.directory
-share/apps/kappfinder/apps/Development/ddd.kdelnk
-share/apps/kappfinder/apps/Development/dlgedit.kdelnk
+share/apps/kappfinder/apps/Development/ddd.desktop
+share/apps/kappfinder/apps/Development/dlgedit.desktop
share/apps/kappfinder/apps/Editors/.directory
-share/apps/kappfinder/apps/Editors/emacs.kdelnk
-share/apps/kappfinder/apps/Editors/lemacs.kdelnk
-share/apps/kappfinder/apps/Editors/nedit.kdelnk
-share/apps/kappfinder/apps/Editors/xedit.kdelnk
-share/apps/kappfinder/apps/Editors/xemacs.kdelnk
-share/apps/kappfinder/apps/Graphic/.directory
-share/apps/kappfinder/apps/Graphic/acroread.kdelnk
-share/apps/kappfinder/apps/Graphic/xfig.kdelnk
-share/apps/kappfinder/apps/Graphic/xpaint.kdelnk
-share/apps/kappfinder/apps/Graphic/xv.kdelnk
+share/apps/kappfinder/apps/Editors/emacs.desktop
+share/apps/kappfinder/apps/Editors/gvim.desktop
+share/apps/kappfinder/apps/Editors/lemacs.desktop
+share/apps/kappfinder/apps/Editors/nedit.desktop
+share/apps/kappfinder/apps/Editors/xedit.desktop
+share/apps/kappfinder/apps/Editors/xemacs.desktop
+share/apps/kappfinder/apps/Graphics/.directory
+share/apps/kappfinder/apps/Graphics/acroread.desktop
+share/apps/kappfinder/apps/Graphics/gimp.desktop
+share/apps/kappfinder/apps/Graphics/xfig.desktop
+share/apps/kappfinder/apps/Graphics/xpaint.desktop
+share/apps/kappfinder/apps/Graphics/xv.desktop
share/apps/kappfinder/apps/Internet/.directory
-share/apps/kappfinder/apps/Internet/arena.kdelnk
-share/apps/kappfinder/apps/Internet/coolmail.kdelnk
-share/apps/kappfinder/apps/Internet/netscape.kdelnk
-share/apps/kappfinder/apps/Internet/pine.kdelnk
-share/apps/kappfinder/apps/Internet/xbiff.kdelnk
-share/apps/kappfinder/apps/Internet/xfmail.kdelnk
-share/apps/kappfinder/apps/Internet/xftp.kdelnk
+share/apps/kappfinder/apps/Internet/arena.desktop
+share/apps/kappfinder/apps/Internet/coolmail.desktop
+share/apps/kappfinder/apps/Internet/netscape.desktop
+share/apps/kappfinder/apps/Internet/pine.desktop
+share/apps/kappfinder/apps/Internet/xbiff.desktop
+share/apps/kappfinder/apps/Internet/xfmail.desktop
+share/apps/kappfinder/apps/Internet/xftp.desktop
+share/apps/kappfinder/apps/Multimedia/.directory
+share/apps/kappfinder/apps/Multimedia/xmms.desktop
share/apps/kappfinder/apps/Office/.directory
-share/apps/kappfinder/apps/Office/Applix.kdelnk
-share/apps/kappfinder/apps/Office/XAcc.kdelnk
-share/apps/kappfinder/apps/Office/XsLite.kdelnk
-share/apps/kappfinder/apps/Office/plan.kdelnk
+share/apps/kappfinder/apps/Office/Applix.desktop
+share/apps/kappfinder/apps/Office/XAcc.desktop
+share/apps/kappfinder/apps/Office/XsLite.desktop
+share/apps/kappfinder/apps/Office/plan.desktop
share/apps/kappfinder/apps/System/.directory
-share/apps/kappfinder/apps/System/xosview.kdelnk
+share/apps/kappfinder/apps/System/ScreenSavers/.directory
+share/apps/kappfinder/apps/System/ScreenSavers/Ant.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Atlantis.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Attraction.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Braid.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubble3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Bubbles.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cage.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Compass.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Coral.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Crystal.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Cynosure.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Drift.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Fadeplot.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flag.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Flow.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Forest.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/GLPlanet.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Galaxy.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Gears.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Goop.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Grav.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hopalong.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Hypercube.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Ifs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Imsmap.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Interference.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Julia.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kaleidescope.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Kumppa.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/LMorph.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lament.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Laser.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lightning.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Lissie.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Moenius.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Penrose.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Phosphor.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Pulsar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Rubik.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sonar.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Sproingies.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Stairs.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Starfish.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Strange.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Superquadrics.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Swirl.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/T3d.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Triangle.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Vines.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/Worm.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XFlame.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XJack.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XMatrix.desktop
+share/apps/kappfinder/apps/System/ScreenSavers/XPipes.desktop
+share/apps/kappfinder/apps/System/sam.desktop
+share/apps/kappfinder/apps/System/xosview.desktop
share/apps/kappfinder/apps/Toys/.directory
-share/apps/kappfinder/apps/Toys/xeyes.kdelnk
-share/apps/kappfinder/apps/Toys/xpinguin.kdelnk
+share/apps/kappfinder/apps/Toys/xeyes.desktop
+share/apps/kappfinder/apps/Toys/xpinguin.desktop
share/apps/kappfinder/apps/Utilities/.directory
-share/apps/kappfinder/apps/Utilities/passwd.kdelnk
-share/apps/kappfinder/apps/Utilities/xcalc.kdelnk
-share/apps/kappfinder/apps/Utilities/xclipboard.kdelnk
-share/apps/kappfinder/apps/Utilities/xclock.kdelnk
-share/apps/kappfinder/apps/Utilities/xconsole.kdelnk
-share/apps/kappfinder/apps/Utilities/xload.kdelnk
-share/apps/kappfinder/apps/Utilities/xterm.kdelnk
+share/apps/kappfinder/apps/Utilities/jar.desktop
+share/apps/kappfinder/apps/Utilities/passwd.desktop
+share/apps/kappfinder/apps/Utilities/xcalc.desktop
+share/apps/kappfinder/apps/Utilities/xclipboard.desktop
+share/apps/kappfinder/apps/Utilities/xclock.desktop
+share/apps/kappfinder/apps/Utilities/xconsole.desktop
+share/apps/kappfinder/apps/Utilities/xload.desktop
+share/apps/kappfinder/apps/Utilities/xterm.desktop
share/apps/kappfinder/apps/WordProcessing/.directory
-share/apps/kappfinder/apps/WordProcessing/WordPerfect.kdelnk
-share/apps/kappfinder/apps/WordProcessing/acroread.kdelnk
-share/apps/kappfinder/apps/WordProcessing/ghostview.kdelnk
-share/apps/kappfinder/apps/WordProcessing/gv.kdelnk
-share/apps/kappfinder/apps/WordProcessing/lyx.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xdvi.kdelnk
-share/apps/kappfinder/apps/WordProcessing/xpdf.kdelnk
-share/apps/kappfinder/pics/acroread.xpm
-share/apps/kappfinder/pics/applix.xpm
-share/apps/kappfinder/pics/applixware.xpm
-share/apps/kappfinder/pics/civctp.xpm
-share/apps/kappfinder/pics/dlgedit.xpm
-share/apps/kappfinder/pics/edit.xpm
-share/apps/kappfinder/pics/emacs.xpm
-share/apps/kappfinder/pics/email.xpm
-share/apps/kappfinder/pics/gimp.xpm
-share/apps/kappfinder/pics/gnu.xpm
-share/apps/kappfinder/pics/gs.xpm
-share/apps/kappfinder/pics/gv.xpm
-share/apps/kappfinder/pics/large/acroread.xpm
-share/apps/kappfinder/pics/large/applixware.xpm
-share/apps/kappfinder/pics/large/civctp.xpm
-share/apps/kappfinder/pics/large/dlgedit.xpm
-share/apps/kappfinder/pics/large/edit.xpm
-share/apps/kappfinder/pics/large/gimp.xpm
-share/apps/kappfinder/pics/large/gnu.xpm
-share/apps/kappfinder/pics/large/gs.xpm
-share/apps/kappfinder/pics/large/gv.xpm
-share/apps/kappfinder/pics/large/lyx.xpm
-share/apps/kappfinder/pics/large/mathematica.xpm
-share/apps/kappfinder/pics/large/mozilla.xpm
-share/apps/kappfinder/pics/large/nedit.xpm
-share/apps/kappfinder/pics/large/penguin.xpm
-share/apps/kappfinder/pics/large/plan.xpm
-share/apps/kappfinder/pics/large/quake2.xpm
-share/apps/kappfinder/pics/large/quake3.xpm
-share/apps/kappfinder/pics/large/wabi.xpm
-share/apps/kappfinder/pics/large/wordperfect.xpm
-share/apps/kappfinder/pics/large/x.xpm
-share/apps/kappfinder/pics/large/xcalc.xpm
-share/apps/kappfinder/pics/large/xclipboard.xpm
-share/apps/kappfinder/pics/large/xclock.xpm
-share/apps/kappfinder/pics/large/xconsole.xpm
-share/apps/kappfinder/pics/large/xedit.xpm
-share/apps/kappfinder/pics/large/xephem.xpm
-share/apps/kappfinder/pics/large/xeyes.xpm
-share/apps/kappfinder/pics/large/xfig.xpm
-share/apps/kappfinder/pics/large/xfmail.xpm
-share/apps/kappfinder/pics/large/xload.xpm
-share/apps/kappfinder/pics/large/xosview.xpm
-share/apps/kappfinder/pics/large/xpaint.xpm
-share/apps/kappfinder/pics/large/xpdf.xpm
-share/apps/kappfinder/pics/large/xv.xpm
-share/apps/kappfinder/pics/lyx.xpm
-share/apps/kappfinder/pics/mathematica.xpm
-share/apps/kappfinder/pics/mini/acroread.xpm
-share/apps/kappfinder/pics/mini/applixware.xpm
-share/apps/kappfinder/pics/mini/civctp.xpm
-share/apps/kappfinder/pics/mini/dlgedit.xpm
-share/apps/kappfinder/pics/mini/edit.xpm
-share/apps/kappfinder/pics/mini/emacs.xpm
-share/apps/kappfinder/pics/mini/email.xpm
-share/apps/kappfinder/pics/mini/gimp.xpm
-share/apps/kappfinder/pics/mini/gnu.xpm
-share/apps/kappfinder/pics/mini/gv.xpm
-share/apps/kappfinder/pics/mini/lyx.xpm
-share/apps/kappfinder/pics/mini/mathematica.xpm
-share/apps/kappfinder/pics/mini/mini-plan.xpm
-share/apps/kappfinder/pics/mini/mini-xslight.xpm
-share/apps/kappfinder/pics/mini/mozilla.xpm
-share/apps/kappfinder/pics/mini/nedit.xpm
-share/apps/kappfinder/pics/mini/netscape.xpm
-share/apps/kappfinder/pics/mini/penguin.xpm
-share/apps/kappfinder/pics/mini/pinguin.xpm
-share/apps/kappfinder/pics/mini/plan.xpm
-share/apps/kappfinder/pics/mini/quake2.xpm
-share/apps/kappfinder/pics/mini/quake3.xpm
-share/apps/kappfinder/pics/mini/vmware.xpm
-share/apps/kappfinder/pics/mini/wabi.xpm
-share/apps/kappfinder/pics/mini/wordperfect.xpm
-share/apps/kappfinder/pics/mini/wp.xpm
-share/apps/kappfinder/pics/mini/x.xpm
-share/apps/kappfinder/pics/mini/xcalc.xpm
-share/apps/kappfinder/pics/mini/xclipboard.xpm
-share/apps/kappfinder/pics/mini/xclock.xpm
-share/apps/kappfinder/pics/mini/xconsole.xpm
-share/apps/kappfinder/pics/mini/xedit.xpm
-share/apps/kappfinder/pics/mini/xemacs.xpm
-share/apps/kappfinder/pics/mini/xephem.xpm
-share/apps/kappfinder/pics/mini/xeyes.xpm
-share/apps/kappfinder/pics/mini/xfig.xpm
-share/apps/kappfinder/pics/mini/xfmail.xpm
-share/apps/kappfinder/pics/mini/xload.xpm
-share/apps/kappfinder/pics/mini/xosview.xpm
-share/apps/kappfinder/pics/mini/xpaint.xpm
-share/apps/kappfinder/pics/mini/xpdf.xpm
-share/apps/kappfinder/pics/mini/xv.xpm
-share/apps/kappfinder/pics/mozilla.xpm
-share/apps/kappfinder/pics/nedit.xpm
-share/apps/kappfinder/pics/netscape.xpm
-share/apps/kappfinder/pics/nogo.xpm
-share/apps/kappfinder/pics/penguin.xpm
-share/apps/kappfinder/pics/pinguin.xpm
-share/apps/kappfinder/pics/plan.xpm
-share/apps/kappfinder/pics/quake2.xpm
-share/apps/kappfinder/pics/quake3.xpm
-share/apps/kappfinder/pics/wabi.xpm
-share/apps/kappfinder/pics/wordperfect.xpm
-share/apps/kappfinder/pics/wp.xpm
-share/apps/kappfinder/pics/x.xpm
-share/apps/kappfinder/pics/xcalc.xpm
-share/apps/kappfinder/pics/xclipboard.xpm
-share/apps/kappfinder/pics/xclock.xpm
-share/apps/kappfinder/pics/xconsole.xpm
-share/apps/kappfinder/pics/xedit.xpm
-share/apps/kappfinder/pics/xemacs.xpm
-share/apps/kappfinder/pics/xephem.xpm
-share/apps/kappfinder/pics/xeyes.xpm
-share/apps/kappfinder/pics/xfig.xpm
-share/apps/kappfinder/pics/xfmail.xpm
-share/apps/kappfinder/pics/xftp.xpm
-share/apps/kappfinder/pics/xload.xpm
-share/apps/kappfinder/pics/xosview.xpm
-share/apps/kappfinder/pics/xpaint.xpm
-share/apps/kappfinder/pics/xpdf.xpm
-share/apps/kappfinder/pics/xv.xpm
-share/apps/kcmlocale/pics/flag_C.gif
-share/apps/kcmlocale/pics/flag_br.gif
-share/apps/kcmlocale/pics/flag_ca.gif
-share/apps/kcmlocale/pics/flag_cs.gif
-share/apps/kcmlocale/pics/flag_da.gif
-share/apps/kcmlocale/pics/flag_de.gif
-share/apps/kcmlocale/pics/flag_de_CH.gif
-share/apps/kcmlocale/pics/flag_el.gif
-share/apps/kcmlocale/pics/flag_en.gif
-share/apps/kcmlocale/pics/flag_en_UK.gif
-share/apps/kcmlocale/pics/flag_eo.gif
-share/apps/kcmlocale/pics/flag_es.gif
-share/apps/kcmlocale/pics/flag_et.gif
-share/apps/kcmlocale/pics/flag_fi.gif
-share/apps/kcmlocale/pics/flag_fr.gif
-share/apps/kcmlocale/pics/flag_fr_CA.gif
-share/apps/kcmlocale/pics/flag_fr_CH.gif
-share/apps/kcmlocale/pics/flag_he.gif
-share/apps/kcmlocale/pics/flag_hr.gif
-share/apps/kcmlocale/pics/flag_hu.gif
-share/apps/kcmlocale/pics/flag_is.gif
-share/apps/kcmlocale/pics/flag_it.gif
-share/apps/kcmlocale/pics/flag_ja.gif
-share/apps/kcmlocale/pics/flag_ko.gif
-share/apps/kcmlocale/pics/flag_mk.gif
-share/apps/kcmlocale/pics/flag_nl.gif
-share/apps/kcmlocale/pics/flag_no.gif
-share/apps/kcmlocale/pics/flag_pl.gif
-share/apps/kcmlocale/pics/flag_pt.gif
-share/apps/kcmlocale/pics/flag_pt_BR.gif
-share/apps/kcmlocale/pics/flag_ro.gif
-share/apps/kcmlocale/pics/flag_ru.gif
-share/apps/kcmlocale/pics/flag_se.gif
-share/apps/kcmlocale/pics/flag_sk.gif
-share/apps/kcmlocale/pics/flag_sl.gif
-share/apps/kcmlocale/pics/flag_sv.gif
-share/apps/kcmlocale/pics/flag_tr.gif
-share/apps/kcmlocale/pics/flag_us_eu.gif
-share/apps/kcmlocale/pics/flag_zh_CN.GB2312.gif
-share/apps/kcmlocale/pics/flag_zh_TW.Big5.gif
-share/apps/kcontrol/pics/kdekcc.xpm
-share/apps/kdisknav/KDE.kdelnk
-share/apps/kdisknav/Root.kdelnk
+share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop
+share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop
+share/apps/kappfinder/apps/WordProcessing/acroread.desktop
+share/apps/kappfinder/apps/WordProcessing/ghostview.desktop
+share/apps/kappfinder/apps/WordProcessing/gv.desktop
+share/apps/kappfinder/apps/WordProcessing/lyx.desktop
+share/apps/kappfinder/apps/WordProcessing/xdvi.desktop
+share/apps/kappfinder/apps/WordProcessing/xpdf.desktop
+share/apps/kcontrol/kcontrolui.rc
+share/apps/kcontrol/pics/energybig.png
+share/apps/kcontrol/pics/logo.png
+share/apps/kcontrol/pics/mini-world.png
+share/apps/kcontrol/pics/monitor.png
+share/apps/kcontrol/pics/onlyone.png
+share/apps/kcontrol/pics/overlapping.png
+share/apps/kcontrol/pics/wizard.png
+share/apps/kdesktop/DesktopLinks/Home.desktop
+share/apps/kdesktop/directory.autostart
+share/apps/kdesktop/directory.desktop
+share/apps/kdesktop/directory.templates
+share/apps/kdesktop/directory.trash
+share/apps/kdesktop/patterns/fish.desktop
+share/apps/kdesktop/patterns/fish.png
+share/apps/kdesktop/patterns/flowers.desktop
+share/apps/kdesktop/patterns/flowers.png
+share/apps/kdesktop/patterns/night-rock.desktop
+share/apps/kdesktop/patterns/night-rock.jpg
+share/apps/kdesktop/patterns/pavement.desktop
+share/apps/kdesktop/patterns/pavement.png
+share/apps/kdesktop/patterns/rattan.desktop
+share/apps/kdesktop/patterns/rattan.png
+share/apps/kdesktop/patterns/stonewall2.desktop
+share/apps/kdesktop/patterns/stonewall2.png
+share/apps/kdesktop/patterns/triangles.desktop
+share/apps/kdesktop/patterns/triangles.png
+share/apps/kdesktop/pics/ksslogo.png
+share/apps/kdesktop/pics/splash.png
+share/apps/kdesktop/programs/xearth.desktop
+share/apps/kdesktop/programs/xglobe.desktop
+share/apps/kdewizard/html/intro.html
+share/apps/kdewizard/html/kdelogo.png
+share/apps/kdewizard/html/wizard.png
+share/apps/kdewizard/html/wizard_small.png
+share/apps/kdewizard/kdedevel.desktop
+share/apps/kdewizard/kdeftp.desktop
+share/apps/kdewizard/kdewww.desktop
+share/apps/kdewizard/pics/beostheme.png
+share/apps/kdewizard/pics/kdedevel.png
+share/apps/kdewizard/pics/kdeftp.png
+share/apps/kdewizard/pics/kdehome.png
+share/apps/kdewizard/pics/kdetheme.png
+share/apps/kdewizard/pics/mactheme.png
+share/apps/kdewizard/pics/printer.png
+share/apps/kdewizard/pics/wintheme.png
+share/apps/kdewizard/printer.desktop
share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad
share/apps/kdisplay/app-defaults/AAAMotif.ad
share/apps/kdisplay/app-defaults/AAATk.ad
@@ -367,2090 +481,1300 @@ share/apps/kdisplay/app-defaults/ML.ad
share/apps/kdisplay/app-defaults/Nedit.ad
share/apps/kdisplay/app-defaults/Netscape.ad
share/apps/kdisplay/app-defaults/RVPlayer.ad
+share/apps/kdisplay/app-defaults/WPerfect.ad
share/apps/kdisplay/app-defaults/XCalc.ad
share/apps/kdisplay/app-defaults/XTerm.ad
share/apps/kdisplay/app-defaults/XV.ad
-share/apps/kdisplay/app-defaults/XWp.ad
share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc
share/apps/kdisplay/color-schemes/BeOS.kcsrc
share/apps/kdisplay/color-schemes/BlueSlate.kcsrc
share/apps/kdisplay/color-schemes/CDE.kcsrc
+share/apps/kdisplay/color-schemes/DarkBlue.kcsrc
share/apps/kdisplay/color-schemes/DesertRed.kcsrc
share/apps/kdisplay/color-schemes/DigitalCDE.kcsrc
+share/apps/kdisplay/color-schemes/Next.kcsrc
share/apps/kdisplay/color-schemes/PaleGray.kcsrc
share/apps/kdisplay/color-schemes/Pumpkin.kcsrc
share/apps/kdisplay/color-schemes/SolarisCDE.kcsrc
share/apps/kdisplay/color-schemes/Storm.kcsrc
+share/apps/kdisplay/color-schemes/System.kcsrc
share/apps/kdisplay/color-schemes/Windows95.kcsrc
-share/apps/kdm/pics/kdeflower.xpm
-share/apps/kdm/pics/kdelogo.xpm
-share/apps/kdm/pics/session_kde.xpm
-share/apps/kdm/pics/users/default.xpm
-share/apps/kdm/pics/users/default2.xpm
-share/apps/kdm/pics/users/root.xpm
-share/apps/kdm/pics/users/root2.xpm
-share/apps/kdmconfig/pics/monitor.xpm
-share/apps/kfind/toolbar/archive.xpm
-share/apps/kfind/toolbar/delete.xpm
-share/apps/kfind/toolbar/idea.xpm
-share/apps/kfind/toolbar/info.xpm
-share/apps/kfind/toolbar/openfile.xpm
-share/apps/kfind/toolbar/save.xpm
-share/apps/kfind/toolbar/search.xpm
-share/apps/kfm/Desktop/Templates/Device.kdelnk
-share/apps/kfm/Desktop/Templates/Ftpurl.kdelnk
-share/apps/kfm/Desktop/Templates/MimeType.kdelnk
-share/apps/kfm/Desktop/Templates/Program.kdelnk
-share/apps/kfm/Desktop/Templates/URL.kdelnk
-share/apps/kfm/Desktop/Templates/WWWUrl.kdelnk
-share/apps/kfm/directory.autostart
-share/apps/kfm/directory.desktop
-share/apps/kfm/directory.templates
-share/apps/kfm/directory.trash
-share/apps/kfm/pics/close.xpm
-share/apps/kfm/pics/exclamation.xpm
-share/apps/kfm/pics/info.xpm
-share/apps/kfm/pics/kde1.xpm
-share/apps/kfm/pics/kde2.xpm
-share/apps/kfm/pics/kde3.xpm
-share/apps/kfm/pics/kde4.xpm
-share/apps/kfm/pics/kde5.xpm
-share/apps/kfm/pics/kde6.xpm
-share/apps/kfm/pics/kde7.xpm
-share/apps/kfm/pics/kde8.xpm
-share/apps/kfm/pics/kde9.xpm
-share/apps/kfm/pics/kmultiple.xpm
-share/apps/kfm/pics/large-kmultiple.xpm
-share/apps/kfm/pics/open.xpm
-share/apps/kfm/pics/question.xpm
-share/apps/kfm/pics/stopsign.xpm
-share/apps/kikbd/bg.kimap
-share/apps/kikbd/cf.kimap
-share/apps/kikbd/codes/hp9000hil-107.kimap
-share/apps/kikbd/codes/pc-win.kimap
-share/apps/kikbd/codes/pc101.kimap
-share/apps/kikbd/codes/pc102.kimap
-share/apps/kikbd/csp.kimap
-share/apps/kikbd/csy.kimap
-share/apps/kikbd/csz.kimap
-share/apps/kikbd/de.kimap
-share/apps/kikbd/de_ch.kimap
-share/apps/kikbd/dv.kimap
-share/apps/kikbd/dva.kimap
-share/apps/kikbd/el1.kimap
-share/apps/kikbd/el7.kimap
-share/apps/kikbd/en.kimap
-share/apps/kikbd/es.kimap
-share/apps/kikbd/et.kimap
-share/apps/kikbd/fi.kimap
-share/apps/kikbd/fr.kimap
-share/apps/kikbd/fr_ch.kimap
-share/apps/kikbd/he.kimap
-share/apps/kikbd/hr.kimap
-share/apps/kikbd/hu.kimap
-share/apps/kikbd/is.kimap
-share/apps/kikbd/it.kimap
-share/apps/kikbd/la.kimap
-share/apps/kikbd/lt.kimap
-share/apps/kikbd/no.kimap
-share/apps/kikbd/pl.kimap
-share/apps/kikbd/plnew.kimap
-share/apps/kikbd/pt-acc.kimap
-share/apps/kikbd/pt.kimap
-share/apps/kikbd/ro.kimap
-share/apps/kikbd/ru.kimap
-share/apps/kikbd/rua.kimap
-share/apps/kikbd/rui.kimap
-share/apps/kikbd/rum.kimap
-share/apps/kikbd/rumcyr.kimap
-share/apps/kikbd/ruw.kimap
-share/apps/kikbd/ruwm.kimap
-share/apps/kikbd/se.kimap
-share/apps/kikbd/skp.kimap
-share/apps/kikbd/sky.kimap
-share/apps/kikbd/skz.kimap
-share/apps/kikbd/sv.kimap
-share/apps/kikbd/th.kimap
-share/apps/kikbd/trq.kimap
-share/apps/kikbd/ua.kimap
-share/apps/kikbd/uam.kimap
-share/apps/kikbd/uaw.kimap
-share/apps/kikbd/uawm.kimap
-share/apps/kikbd/weu.kimap
+share/apps/kdm/pics/kdeflower.png
+share/apps/kdm/pics/kdelogo.png
+share/apps/kdm/pics/users/default.png
+share/apps/kdm/pics/users/default2.png
+share/apps/kdm/pics/users/root.png
+share/apps/kdm/pics/users/root2.png
+share/apps/khelpcenter/plugins/Tutorials/.directory
+share/apps/khelpcenter/plugins/Tutorials/quickstart.kdelnk
+share/apps/kicker/default/personal_directory
+share/apps/kicker/internalapplets/kasbarapplet.desktop
+share/apps/kicker/internalapplets/kdateapplet.desktop
+share/apps/kicker/internalapplets/kdockapplet.desktop
+share/apps/kicker/internalapplets/kminipagerapplet.desktop
+share/apps/kicker/internalapplets/koolclockapplet.desktop
+share/apps/kicker/internalapplets/kpagerapplet.desktop
+share/apps/kicker/internalapplets/ktaskbarapplet.desktop
+share/apps/kicker/pics/disk1.png
+share/apps/kicker/pics/disk2.png
+share/apps/kicker/pics/disk3.png
+share/apps/kicker/pics/disk4.png
+share/apps/kicker/pics/disk5.png
+share/apps/kicker/pics/disk6.png
+share/apps/kicker/pics/disk7.png
+share/apps/kicker/pics/disk8.png
+share/apps/kicker/tiles/solid_blue_large_down.png
+share/apps/kicker/tiles/solid_blue_large_up.png
+share/apps/kicker/tiles/solid_blue_normal_down.png
+share/apps/kicker/tiles/solid_blue_normal_up.png
+share/apps/kicker/tiles/solid_blue_tiny_down.png
+share/apps/kicker/tiles/solid_blue_tiny_up.png
+share/apps/kicker/tiles/solid_gray_large_down.png
+share/apps/kicker/tiles/solid_gray_large_up.png
+share/apps/kicker/tiles/solid_gray_normal_down.png
+share/apps/kicker/tiles/solid_gray_normal_up.png
+share/apps/kicker/tiles/solid_gray_tiny_down.png
+share/apps/kicker/tiles/solid_gray_tiny_up.png
+share/apps/kicker/tiles/solid_green_large_down.png
+share/apps/kicker/tiles/solid_green_large_up.png
+share/apps/kicker/tiles/solid_green_normal_down.png
+share/apps/kicker/tiles/solid_green_normal_up.png
+share/apps/kicker/tiles/solid_green_tiny_down.png
+share/apps/kicker/tiles/solid_green_tiny_up.png
+share/apps/kicker/tiles/solid_orange_large_down.png
+share/apps/kicker/tiles/solid_orange_large_up.png
+share/apps/kicker/tiles/solid_orange_normal_down.png
+share/apps/kicker/tiles/solid_orange_normal_up.png
+share/apps/kicker/tiles/solid_orange_tiny_down.png
+share/apps/kicker/tiles/solid_orange_tiny_up.png
+share/apps/kicker/tiles/solid_red_large_down.png
+share/apps/kicker/tiles/solid_red_large_up.png
+share/apps/kicker/tiles/solid_red_normal_down.png
+share/apps/kicker/tiles/solid_red_normal_up.png
+share/apps/kicker/tiles/solid_red_tiny_down.png
+share/apps/kicker/tiles/solid_red_tiny_up.png
+share/apps/kio_info/kde-info2html
+share/apps/kio_info/kde-info2html.conf
+share/apps/konqiconview/konq_iconview.rc
+share/apps/konqlistview/konq_detailedlistview.rc
+share/apps/konqlistview/konq_textview.rc
+share/apps/konqlistview/konq_treeview.rc
+share/apps/konqueror/dirtree/home.desktop
+share/apps/konqueror/dirtree/remote/.directory
+share/apps/konqueror/dirtree/remote/ftp/.directory
+share/apps/konqueror/dirtree/remote/ftp/kde_ftp.desktop
+share/apps/konqueror/dirtree/remote/web/.directory
+share/apps/konqueror/dirtree/remote/web/kde_web.desktop
+share/apps/konqueror/dirtree/remote/windows.desktop
+share/apps/konqueror/dirtree/root.desktop
+share/apps/konqueror/konqueror.rc
+share/apps/konqueror/pics/indicator_anchor.png
+share/apps/konqueror/pics/indicator_connect.png
+share/apps/konqueror/pics/indicator_empty.png
+share/apps/konqueror/pics/indicator_noconnect.png
+share/apps/konqueror/pics/indicator_viewactive.png
share/apps/konsole/BlackOnLightYellow.schema
share/apps/konsole/BlackOnWhite.schema
share/apps/konsole/DarkPicture.schema
share/apps/konsole/Example.Schema
share/apps/konsole/GreenOnBlack.schema
+share/apps/konsole/GreenTint.schema
+share/apps/konsole/GreenTint_MC.schema
share/apps/konsole/LightPicture.schema
share/apps/konsole/Linux.schema
+share/apps/konsole/Transparent.schema
+share/apps/konsole/Transparent_MC.schema
+share/apps/konsole/Transparent_lightbg.schema
share/apps/konsole/WhiteOnBlack.schema
share/apps/konsole/XTerm.schema
+share/apps/konsole/default.Keytab
share/apps/konsole/default.Schema
-share/apps/konsole/linux.kdelnk
-share/apps/konsole/mc.kdelnk
-share/apps/konsole/shell.kdelnk
-share/apps/konsole/su.kdelnk
+share/apps/konsole/konsole_part.rc
+share/apps/konsole/linux.desktop
+share/apps/konsole/linux.keytab
+share/apps/konsole/mc.desktop
+share/apps/konsole/shell.desktop
+share/apps/konsole/su.desktop
share/apps/konsole/syscolor.schema
share/apps/konsole/vim.schema
-share/apps/kpanel/default/Desktop.kdelnk
-share/apps/kpanel/default/Home.kdelnk
-share/apps/kpanel/default/personal_directory
-share/apps/kpanel/pics/exit.xpm
-share/apps/kpanel/pics/go.xpm
-share/apps/kpanel/pics/kdisknav.xpm
-share/apps/kpanel/pics/key.xpm
-share/apps/kpanel/pics/kfm_home.xpm
-share/apps/kpanel/pics/large/go.xpm
-share/apps/kpanel/pics/large/kdisknav.xpm
-share/apps/kpanel/pics/large/kfm_home.xpm
-share/apps/kpanel/pics/large/pers_applnk.xpm
-share/apps/kpanel/pics/large/window_list.xpm
-share/apps/kpanel/pics/mini/go.xpm
-share/apps/kpanel/pics/mini/kdisknav.xpm
-share/apps/kpanel/pics/mini/mini-exit.xpm
-share/apps/kpanel/pics/mini/mini-key.xpm
-share/apps/kpanel/pics/mini/mini-panel.xpm
-share/apps/kpanel/pics/mini/pers_applnk.xpm
-share/apps/kpanel/pics/mini/personal.xpm
-share/apps/kpanel/pics/mini/window_list.xpm
-share/apps/kpanel/pics/pers_applnk.xpm
-share/apps/kpanel/pics/personal.xpm
-share/apps/kpanel/pics/shared.xpm
-share/apps/kpanel/pics/window_list.xpm
+share/apps/konsole/vt100.keytab
share/apps/kscreensaver/kscience-small.gif
share/apps/kscreensaver/kscience.gif
-share/apps/kthememgr/Themes/Astronique.tar.gz
-share/apps/kthememgr/Themes/Bryce.tar.gz
-share/apps/kthememgr/Themes/Default.tar.gz
-share/apps/kthememgr/Themes/Glax.tar.gz
-share/apps/kthememgr/Themes/MGBreizh.tar.gz
-share/apps/kthememgr/Themes/Nostalgy.tar.gz
-share/apps/kthememgr/Themes/Template.themerc
-share/apps/kthememgr/Themes/Wood.tar.gz
-share/apps/kthememgr/theme.mappings
-share/apps/kwm/pics/bluesun.gif
-share/apps/kwm/pics/close.xpm
-share/apps/kwm/pics/fog-grey.gif
-share/apps/kwm/pics/fog.gif
-share/apps/kwm/pics/greenie.dim.xpm
-share/apps/kwm/pics/greenie.light.xpm
-share/apps/kwm/pics/iconify.xpm
-share/apps/kwm/pics/maximize.xpm
-share/apps/kwm/pics/maximizedown.xpm
-share/apps/kwm/pics/menu.xpm
-share/apps/kwm/pics/pindown.xpm
-share/apps/kwm/pics/pinup.xpm
-share/apps/kwm/pics/unknown.xpm
-share/config/desktop
-share/config/desktop0rc
-share/config/desktop1rc
-share/config/desktop2rc
-share/config/desktop3rc
-share/config/kcmlocalerc
+share/apps/kwelcome/pics/welcome.png
+share/apps/kwin/b2.desktop
+share/apps/kwin/eventsrc
+share/apps/kwin/kstep.desktop
+share/apps/kwin/laptop.desktop
+share/apps/kwin/modernsystem.desktop
+share/apps/kwin/riscos.desktop
+share/apps/kwin/system.desktop
+share/apps/kwm/pics/bluesun.png
+share/apps/kwm/pics/close.png
+share/apps/kwm/pics/fog-grey.png
+share/apps/kwm/pics/fog.png
+share/apps/kwm/pics/greenie.dim.png
+share/apps/kwm/pics/greenie.light.png
+share/apps/kwm/pics/iconify.png
+share/apps/kwm/pics/maximize.png
+share/apps/kwm/pics/maximizedown.png
+share/apps/kwm/pics/menu.png
+share/apps/kwm/pics/pindown.png
+share/apps/kwm/pics/pinup.png
+share/apps/kwm/pics/unknown.png
+share/apps/quickbrowser/Home.desktop
+share/apps/quickbrowser/KDE.desktop
+share/apps/quickbrowser/Root.desktop
+share/config/attractionrc
+share/config/bouboulerc
+share/config/coralrc
+share/config/crystalrc
+share/config/decayscreenrc
+share/config/deluxerc
+share/config/demonrc
+share/config/epicyclerc
+share/config/fadeplotrc
+share/config/flamerc
+share/config/flowrc
+share/config/forestrc
+share/config/gearsrc
+share/config/gravrc
+share/config/halorc
+share/config/interferencerc
share/config/kdmrc
-share/config/kfmrc
-share/config/kikbdrc
-share/config/kpanelrc
-share/doc/HTML/en/kcontrol/index-1.html
-share/doc/HTML/en/kcontrol/index-2.html
+share/config/kumpparc
+share/config/kuriikwsfilterrc
+share/config/laserrc
+share/config/lissierc
+share/config/penroserc
+share/config/protocols/help.desktop
+share/config/protocols/info.desktop
+share/config/protocols/man.desktop
+share/config/protocols/nntp.desktop
+share/config/protocols/pop3.desktop
+share/config/protocols/smb.desktop
+share/config/rocksrc
+share/config/sliprc
+share/doc/HTML/en/kcontrol/.anchors
+share/doc/HTML/en/kcontrol/index.cvlog
+share/doc/HTML/en/kcontrol/index.docbook
share/doc/HTML/en/kcontrol/index.html
-share/doc/HTML/en/kcontrol/kcmbell/bell-1.html
-share/doc/HTML/en/kcontrol/kcmbell/bell.html
-share/doc/HTML/en/kcontrol/kcmbell/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-1.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-2.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-3.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-4.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-5.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-6.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-7.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay-8.html
-share/doc/HTML/en/kcontrol/kcmdisplay/kdisplay.html
-share/doc/HTML/en/kcontrol/kcmdisplay/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminfo/info-1.html
-share/doc/HTML/en/kcontrol/kcminfo/info-10.html
-share/doc/HTML/en/kcontrol/kcminfo/info-11.html
-share/doc/HTML/en/kcontrol/kcminfo/info-2.html
-share/doc/HTML/en/kcontrol/kcminfo/info-3.html
-share/doc/HTML/en/kcontrol/kcminfo/info-4.html
-share/doc/HTML/en/kcontrol/kcminfo/info-5.html
-share/doc/HTML/en/kcontrol/kcminfo/info-6.html
-share/doc/HTML/en/kcontrol/kcminfo/info-7.html
-share/doc/HTML/en/kcontrol/kcminfo/info-8.html
-share/doc/HTML/en/kcontrol/kcminfo/info-9.html
-share/doc/HTML/en/kcontrol/kcminfo/info.html
-share/doc/HTML/en/kcontrol/kcminfo/logotp3.gif
-share/doc/HTML/en/kcontrol/kcminput/input-1.html
-share/doc/HTML/en/kcontrol/kcminput/input-2.html
-share/doc/HTML/en/kcontrol/kcminput/input.html
-share/doc/HTML/en/kcontrol/kcminput/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkeys/keys-1.html
-share/doc/HTML/en/kcontrol/kcmkeys/keys.html
-share/doc/HTML/en/kcontrol/kcmkeys/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-1.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-2.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-3.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-4.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-5.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-6.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-7.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm-8.html
-share/doc/HTML/en/kcontrol/kcmkfm/kfm.html
-share/doc/HTML/en/kcontrol/kcmkfm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-1.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-2.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel-3.html
-share/doc/HTML/en/kcontrol/kcmkpanel/kpanel.html
-share/doc/HTML/en/kcontrol/kcmkpanel/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-1.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-2.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-3.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-4.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-5.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm-6.html
-share/doc/HTML/en/kcontrol/kcmkwm/kwm.html
-share/doc/HTML/en/kcontrol/kcmkwm/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmlocale/locale-1.html
-share/doc/HTML/en/kcontrol/kcmlocale/locale.html
-share/doc/HTML/en/kcontrol/kcmlocale/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-1.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus-2.html
-share/doc/HTML/en/kcontrol/kcmsamba/smbstatus.html
-share/doc/HTML/en/kcontrol/kcmsyssound/logotp3.gif
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound-1.html
-share/doc/HTML/en/kcontrol/kcmsyssound/syssound.html
+share/doc/HTML/en/kcontrol/kcmbell/.anchors
+share/doc/HTML/en/kcontrol/kcmbell/configuringthebell.html
+share/doc/HTML/en/kcontrol/kcmbell/index.cvlog
+share/doc/HTML/en/kcontrol/kcmbell/index.docbook
+share/doc/HTML/en/kcontrol/kcmbell/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/.anchors
+share/doc/HTML/en/kcontrol/kcmdisplay/background-color.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background-preview.html
+share/doc/HTML/en/kcontrol/kcmdisplay/background.html
+share/doc/HTML/en/kcontrol/kcmdisplay/color-schemes.html
+share/doc/HTML/en/kcontrol/kcmdisplay/colorscheme.html
+share/doc/HTML/en/kcontrol/kcmdisplay/fonts.html
+share/doc/HTML/en/kcontrol/kcmdisplay/index.cvlog
+share/doc/HTML/en/kcontrol/kcmdisplay/index.docbook
+share/doc/HTML/en/kcontrol/kcmdisplay/index.html
+share/doc/HTML/en/kcontrol/kcmdisplay/introduction.html
+share/doc/HTML/en/kcontrol/kcmdisplay/questionsandanswers.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screen-saver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/screensaver.html
+share/doc/HTML/en/kcontrol/kcmdisplay/settings.html
+share/doc/HTML/en/kcontrol/kcmdisplay/style.html
+share/doc/HTML/en/kcontrol/kcmdisplay/tutorial.html
+share/doc/HTML/en/kcontrol/kcmdisplay/wallpaper.html
+share/doc/HTML/en/kcontrol/kcmdisplay/widget-color.html
+share/doc/HTML/en/kcontrol/kcminfo/.anchors
+share/doc/HTML/en/kcontrol/kcminfo/deviceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/dmachannelinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/index.cvlog
+share/doc/HTML/en/kcontrol/kcminfo/index.docbook
+share/doc/HTML/en/kcontrol/kcminfo/index.html
+share/doc/HTML/en/kcontrol/kcminfo/interruptrequestirqlinesinuse.html
+share/doc/HTML/en/kcontrol/kcminfo/ioportinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/memoryusageinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/partitioninformation.html
+share/doc/HTML/en/kcontrol/kcminfo/pcibusandinstalledpcicards.html
+share/doc/HTML/en/kcontrol/kcminfo/processorinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/scsiinterfaceinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/soundcardinformation.html
+share/doc/HTML/en/kcontrol/kcminfo/xserverinformation.html
+share/doc/HTML/en/kcontrol/kcminput/.anchors
+share/doc/HTML/en/kcontrol/kcminput/configuringthekeyboard.html
+share/doc/HTML/en/kcontrol/kcminput/configuringthemouse.html
+share/doc/HTML/en/kcontrol/kcminput/index.cvlog
+share/doc/HTML/en/kcontrol/kcminput/index.docbook
+share/doc/HTML/en/kcontrol/kcminput/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/.anchors
+share/doc/HTML/en/kcontrol/kcmkdesu/configuring-kdesu.html
+share/doc/HTML/en/kcontrol/kcmkdesu/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkdesu/index.docbook
+share/doc/HTML/en/kcontrol/kcmkdesu/index.html
+share/doc/HTML/en/kcontrol/kcmkdesu/password-keeping.html
+share/doc/HTML/en/kcontrol/kcmkeys/.anchors
+share/doc/HTML/en/kcontrol/kcmkeys/configurationofkeybindingsshortcutkeys.html
+share/doc/HTML/en/kcontrol/kcmkeys/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkeys/index.docbook
+share/doc/HTML/en/kcontrol/kcmkeys/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/.anchors
+share/doc/HTML/en/kcontrol/kcmkfm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkfm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkfm/index.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationcolor.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationdesktopicons.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmconfigurationfonts.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmfilemanagerconfigurationother.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationcookies.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationhttp.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationproxy.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationsmb.html
+share/doc/HTML/en/kcontrol/kcmkfm/kfmwebbrowserconfigurationuseragent.html
+share/doc/HTML/en/kcontrol/kcmkpanel/.anchors
+share/doc/HTML/en/kcontrol/kcmkpanel/configuringvirtualdesktops.html
+share/doc/HTML/en/kcontrol/kcmkpanel/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkpanel/index.docbook
+share/doc/HTML/en/kcontrol/kcmkpanel/index.html
+share/doc/HTML/en/kcontrol/kcmkpanel/panelandtaskbarlocationandstyle.html
+share/doc/HTML/en/kcontrol/kcmkpanel/paneloptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/.anchors
+share/doc/HTML/en/kcontrol/kcmkwm/advancedwindowmanagersettings.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringdesktopborderproperties.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringmousebuttonactions.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarappearanceandaction.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringthetitlebarbuttons.html
+share/doc/HTML/en/kcontrol/kcmkwm/configuringwindowmanagementoptions.html
+share/doc/HTML/en/kcontrol/kcmkwm/index.cvlog
+share/doc/HTML/en/kcontrol/kcmkwm/index.docbook
+share/doc/HTML/en/kcontrol/kcmkwm/index.html
+share/doc/HTML/en/kcontrol/kcmkwm/window-focus-policy..html
+share/doc/HTML/en/kcontrol/kcmkwm/window-placement-policy..html
+share/doc/HTML/en/kcontrol/kcmlocale/.anchors
+share/doc/HTML/en/kcontrol/kcmlocale/index.cvlog
+share/doc/HTML/en/kcontrol/kcmlocale/index.docbook
+share/doc/HTML/en/kcontrol/kcmlocale/index.html
+share/doc/HTML/en/kcontrol/kcmlocale/settingthelanguage.html
+share/doc/HTML/en/kcontrol/kcmsamba/.anchors
+share/doc/HTML/en/kcontrol/kcmsamba/authors.html
+share/doc/HTML/en/kcontrol/kcmsamba/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsamba/index.docbook
+share/doc/HTML/en/kcontrol/kcmsamba/index.html
+share/doc/HTML/en/kcontrol/kcmsamba/thesambastatusmonitor.html
+share/doc/HTML/en/kcontrol/kcmsyssound/.anchors
+share/doc/HTML/en/kcontrol/kcmsyssound/configurationofsystemsounds.html
+share/doc/HTML/en/kcontrol/kcmsyssound/index.cvlog
+share/doc/HTML/en/kcontrol/kcmsyssound/index.docbook
+share/doc/HTML/en/kcontrol/kcmsyssound/index.html
+share/doc/HTML/en/kcontrol/kdmconfig/.anchors
+share/doc/HTML/en/kcontrol/kdmconfig/background.html
+share/doc/HTML/en/kcontrol/kdmconfig/font.html
+share/doc/HTML/en/kcontrol/kdmconfig/index.cvlog
+share/doc/HTML/en/kcontrol/kdmconfig/index.docbook
share/doc/HTML/en/kcontrol/kdmconfig/index.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-appear.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-backgnd.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-font.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-sess.html
-share/doc/HTML/en/kcontrol/kdmconfig/kdm-users.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-1.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-2.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-3.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr-4.html
-share/doc/HTML/en/kcontrol/kthememgr/kthememgr.html
-share/doc/HTML/en/kcontrol/kthememgr/logotp3.gif
-share/doc/HTML/en/kcontrol/logotp3.gif
-share/doc/HTML/en/kdehelp/contact.html
-share/doc/HTML/en/kdehelp/devel.html
-share/doc/HTML/en/kdehelp/exec.xpm
-share/doc/HTML/en/kdehelp/index.html
-share/doc/HTML/en/kdehelp/intro.html
-share/doc/HTML/en/kdehelp/kde.html
-share/doc/HTML/en/kdehelp/kdeside.gif
-share/doc/HTML/en/kdehelp/kogo3.gif
-share/doc/HTML/en/kdehelp/kpanel/index-1.html
-share/doc/HTML/en/kdehelp/kpanel/index-2.html
-share/doc/HTML/en/kdehelp/kpanel/index-3.html
-share/doc/HTML/en/kdehelp/kpanel/index-4.html
-share/doc/HTML/en/kdehelp/kpanel/index-5.html
-share/doc/HTML/en/kdehelp/kpanel/index.html
-share/doc/HTML/en/kdehelp/kpanel/logotp3.gif
-share/doc/HTML/en/kdehelp/ksearch.html
-share/doc/HTML/en/kdehelp/kule.gif
-share/doc/HTML/en/kdehelp/kwm/index-1.html
-share/doc/HTML/en/kdehelp/kwm/index-2.html
-share/doc/HTML/en/kdehelp/kwm/index-3.html
-share/doc/HTML/en/kdehelp/kwm/index-4.html
-share/doc/HTML/en/kdehelp/kwm/index-5.html
-share/doc/HTML/en/kdehelp/kwm/index-6.html
-share/doc/HTML/en/kdehelp/kwm/index.html
-share/doc/HTML/en/kdehelp/kwm/logotp3.gif
-share/doc/HTML/en/kdehelp/logotp3.gif
-share/doc/HTML/en/kdehelp/main.html
-share/doc/HTML/en/kdehelp/nav_bar.gif
-share/doc/HTML/en/kdehelp/quickstart/index-1.html
-share/doc/HTML/en/kdehelp/quickstart/index-10.html
-share/doc/HTML/en/kdehelp/quickstart/index-2.html
-share/doc/HTML/en/kdehelp/quickstart/index-3.html
-share/doc/HTML/en/kdehelp/quickstart/index-4.html
-share/doc/HTML/en/kdehelp/quickstart/index-5.html
-share/doc/HTML/en/kdehelp/quickstart/index-6.html
-share/doc/HTML/en/kdehelp/quickstart/index-7.html
-share/doc/HTML/en/kdehelp/quickstart/index-8.html
-share/doc/HTML/en/kdehelp/quickstart/index-9.html
-share/doc/HTML/en/kdehelp/quickstart/index.html
-share/doc/HTML/en/kdehelp/quickstart/logotp3.gif
-share/doc/HTML/en/kdehelp/single_pixel.gif
-share/doc/HTML/en/kdehelp/support.html
-share/doc/HTML/en/kdehelp/tealbar.gif
-share/doc/HTML/en/kdehelp/whatis.html
-share/doc/HTML/en/kdehelp/whatiskde.html
-share/doc/HTML/en/kdisknav/kdisknav-1.html
-share/doc/HTML/en/kdisknav/kdisknav-2.html
-share/doc/HTML/en/kdisknav/kdisknav-3.html
-share/doc/HTML/en/kdisknav/kdisknav-4.html
-share/doc/HTML/en/kdisknav/kdisknav-5.html
-share/doc/HTML/en/kdisknav/kdisknav-6.html
-share/doc/HTML/en/kdisknav/kdisknav-7.html
-share/doc/HTML/en/kdisknav/kdisknav.html
-share/doc/HTML/en/kdisknav/kdisknav.sgml
-share/doc/HTML/en/kdisknav/logotp3.gif
-share/doc/HTML/en/kdm/index-1.html
-share/doc/HTML/en/kdm/index-2.html
-share/doc/HTML/en/kdm/index-3.html
-share/doc/HTML/en/kdm/index-4.html
+share/doc/HTML/en/kcontrol/kdmconfig/kdmconfiguration.html
+share/doc/HTML/en/kcontrol/kdmconfig/sessions.html
+share/doc/HTML/en/kcontrol/kdmconfig/users.html
+share/doc/HTML/en/kcontrol/kthememgr/.anchors
+share/doc/HTML/en/kcontrol/kthememgr/aboutthepackage.html
+share/doc/HTML/en/kcontrol/kthememgr/authors.html
+share/doc/HTML/en/kcontrol/kthememgr/index.cvlog
+share/doc/HTML/en/kcontrol/kthememgr/index.docbook
+share/doc/HTML/en/kcontrol/kthememgr/index.html
+share/doc/HTML/en/kcontrol/kthememgr/kdethememanagerinstaller.html
+share/doc/HTML/en/kcontrol/kthememgr/themepackagecontents.html
+share/doc/HTML/en/kcontrol/theconfigurationmodules.html
+share/doc/HTML/en/kcontrol/thekdecontrolcenter.html
+share/doc/HTML/en/kdebugdialog/.anchors
+share/doc/HTML/en/kdebugdialog/index.docbook
+share/doc/HTML/en/kdebugdialog/index.html
+share/doc/HTML/en/kdebugdialog/introduction.html
+share/doc/HTML/en/kdesu/.anchors
+share/doc/HTML/en/kdesu/author.html
+share/doc/HTML/en/kdesu/compiling.html
+share/doc/HTML/en/kdesu/configuration.html
+share/doc/HTML/en/kdesu/index.cvlog
+share/doc/HTML/en/kdesu/index.docbook
+share/doc/HTML/en/kdesu/index.html
+share/doc/HTML/en/kdesu/installation.html
+share/doc/HTML/en/kdesu/interface-to-su.html
+share/doc/HTML/en/kdesu/internals.html
+share/doc/HTML/en/kdesu/introduction.html
+share/doc/HTML/en/kdesu/password-checking.html
+share/doc/HTML/en/kdesu/secpasswordkeeping.html
+share/doc/HTML/en/kdesu/usingkdesu.html
+share/doc/HTML/en/kdisknav/.anchors
+share/doc/HTML/en/kdisknav/addingchangingandremovingfilesystementries.html
+share/doc/HTML/en/kdisknav/configurationfile.html
+share/doc/HTML/en/kdisknav/featurestips.html
+share/doc/HTML/en/kdisknav/feedback.html
+share/doc/HTML/en/kdisknav/index.cvlog
+share/doc/HTML/en/kdisknav/index.docbook
+share/doc/HTML/en/kdisknav/index.html
+share/doc/HTML/en/kdisknav/introduction.html
+share/doc/HTML/en/kdisknav/notes.html
+share/doc/HTML/en/kdisknav/options.html
+share/doc/HTML/en/kdm/.anchors
+share/doc/HTML/en/kdm/configuringkdm.html
+share/doc/HTML/en/kdm/different-window-managers-with-kdm-chooser.html
+share/doc/HTML/en/kdm/index.cvlog
+share/doc/HTML/en/kdm/index.docbook
share/doc/HTML/en/kdm/index.html
-share/doc/HTML/en/kdm/logotp3.gif
-share/doc/HTML/en/kfind/index-1.html
-share/doc/HTML/en/kfind/index-2.html
-share/doc/HTML/en/kfind/index-3.html
-share/doc/HTML/en/kfind/index-4.html
-share/doc/HTML/en/kfind/index.html
-share/doc/HTML/en/kfind/index.sgml
-share/doc/HTML/en/kfind/logotp3.gif
-share/doc/HTML/en/kfm/app.html
-share/doc/HTML/en/kfm/app1.gif
-share/doc/HTML/en/kfm/app2.gif
-share/doc/HTML/en/kfm/app2.html
-share/doc/HTML/en/kfm/app3.gif
-share/doc/HTML/en/kfm/app4.gif
+share/doc/HTML/en/kdm/installingkdm.html
+share/doc/HTML/en/kdm/introduction.html
+share/doc/HTML/en/kdm/kdmdesktop.html
+share/doc/HTML/en/kdm/legalstuff.html
+share/doc/HTML/en/kdm/locale.html
+share/doc/HTML/en/kfm/.anchors
+share/doc/HTML/en/kfm/app1.png
+share/doc/HTML/en/kfm/app2.png
+share/doc/HTML/en/kfm/app3.png
+share/doc/HTML/en/kfm/app4.png
share/doc/HTML/en/kfm/bookmarks.html
-share/doc/HTML/en/kfm/dontpanic.jpeg
-share/doc/HTML/en/kfm/index-1.html
-share/doc/HTML/en/kfm/index-2.html
-share/doc/HTML/en/kfm/index-3.html
-share/doc/HTML/en/kfm/index-4.html
-share/doc/HTML/en/kfm/index-5.html
-share/doc/HTML/en/kfm/index-6.html
-share/doc/HTML/en/kfm/index-7.html
+share/doc/HTML/en/kfm/copyright.html
+share/doc/HTML/en/kfm/credits.html
+share/doc/HTML/en/kfm/dontpanic.png
+share/doc/HTML/en/kfm/frequentlyaskedquestions.html
+share/doc/HTML/en/kfm/how-can-i-link-a-url-on-the-desktop.html
+share/doc/HTML/en/kfm/how-can-i-look-in-a-tar-file.html
+share/doc/HTML/en/kfm/how-can-i-mount-a-device.html
+share/doc/HTML/en/kfm/how-can-i-open-a-new-view-for-a-directory.html
+share/doc/HTML/en/kfm/how-can-i-print.html
+share/doc/HTML/en/kfm/how-can-i-select-multiple-files.html
+share/doc/HTML/en/kfm/how-can-i-start-kfm-without-any-opened-windo.html
+share/doc/HTML/en/kfm/how-to-install-a-new-application.html
+share/doc/HTML/en/kfm/how-to-install-new-data-types.html
+share/doc/HTML/en/kfm/index.cvlog
+share/doc/HTML/en/kfm/index.docbook
share/doc/HTML/en/kfm/index.html
-share/doc/HTML/en/kfm/keyboard.html
-share/doc/HTML/en/kfm/kfm.jpeg
-share/doc/HTML/en/kfm/kfm_how.html
-share/doc/HTML/en/kfm/kfm_phil.html
-share/doc/HTML/en/kfm/lesson1.jpeg
-share/doc/HTML/en/kfm/lesson2.jpeg
-share/doc/HTML/en/kfm/lesson3.jpeg
-share/doc/HTML/en/kfm/lesson4.jpeg
-share/doc/HTML/en/kfm/logotp3.gif
-share/doc/HTML/en/kfm/manual.html
-share/doc/HTML/en/kfm/manual.jpeg
-share/doc/HTML/en/kfm/mime.html
-share/doc/HTML/en/kfm/mime1.gif
-share/doc/HTML/en/kfm/mime2.gif
-share/doc/HTML/en/kfm/mime2.html
-share/doc/HTML/en/kfm/mime3.gif
-share/doc/HTML/en/kfm/next.jpeg
-share/doc/HTML/en/kfm/next2.jpeg
-share/doc/HTML/en/kfm/previous.jpeg
-share/doc/HTML/en/kfm/previous2.jpeg
-share/doc/HTML/en/kfm/templates.gif
-share/doc/HTML/en/kfontmanager/index-1.html
-share/doc/HTML/en/kfontmanager/index-2.html
-share/doc/HTML/en/kfontmanager/index-3.html
-share/doc/HTML/en/kfontmanager/index-4.html
+share/doc/HTML/en/kfm/integrating-an-application-step-by-step.html
+share/doc/HTML/en/kfm/internet.html
+share/doc/HTML/en/kfm/introduction.html
+share/doc/HTML/en/kfm/kdelnk-files.html
+share/doc/HTML/en/kfm/look.html
+share/doc/HTML/en/kfm/mime1.png
+share/doc/HTML/en/kfm/mime2.png
+share/doc/HTML/en/kfm/mime3.png
+share/doc/HTML/en/kfm/multi-tasking.html
+share/doc/HTML/en/kfm/philosophy.html
+share/doc/HTML/en/kfm/templates.html
+share/doc/HTML/en/kfm/templates.png
+share/doc/HTML/en/kfm/thanks.html
+share/doc/HTML/en/kfm/usage.html
+share/doc/HTML/en/kfontmanager/.anchors
+share/doc/HTML/en/kfontmanager/fordevelopers.html
+share/doc/HTML/en/kfontmanager/howitworks.html
+share/doc/HTML/en/kfontmanager/index.cvlog
+share/doc/HTML/en/kfontmanager/index.docbook
share/doc/HTML/en/kfontmanager/index.html
-share/doc/HTML/en/kfontmanager/logotp3.gif
-share/doc/HTML/en/kikbd/advanced.gif
-share/doc/HTML/en/kikbd/general.gif
-share/doc/HTML/en/kikbd/kikbd-1.html
-share/doc/HTML/en/kikbd/kikbd-10.html
-share/doc/HTML/en/kikbd/kikbd-11.html
-share/doc/HTML/en/kikbd/kikbd-2.html
-share/doc/HTML/en/kikbd/kikbd-3.html
-share/doc/HTML/en/kikbd/kikbd-4.html
-share/doc/HTML/en/kikbd/kikbd-5.html
-share/doc/HTML/en/kikbd/kikbd-6.html
-share/doc/HTML/en/kikbd/kikbd-7.html
-share/doc/HTML/en/kikbd/kikbd-8.html
-share/doc/HTML/en/kikbd/kikbd-9.html
-share/doc/HTML/en/kikbd/kikbd.html
-share/doc/HTML/en/kikbd/logotp3.gif
-share/doc/HTML/en/kikbd/startup.gif
-share/doc/HTML/en/kikbd/style.gif
-share/doc/HTML/en/kmedia/maudio.html
-share/doc/HTML/en/kmenuedit/index-1.html
-share/doc/HTML/en/kmenuedit/index-2.html
-share/doc/HTML/en/kmenuedit/index-3.html
-share/doc/HTML/en/kmenuedit/index-4.html
-share/doc/HTML/en/kmenuedit/index-5.html
-share/doc/HTML/en/kmenuedit/index.html
-share/doc/HTML/en/kmenuedit/kmenuedit1.gif
-share/doc/HTML/en/kmenuedit/kmenuedit2.gif
-share/doc/HTML/en/kmenuedit/logotp3.gif
-share/doc/HTML/en/konsole/konsole-1.html
-share/doc/HTML/en/konsole/konsole-2.html
-share/doc/HTML/en/konsole/konsole-3.html
-share/doc/HTML/en/konsole/konsole-4.html
-share/doc/HTML/en/konsole/konsole-5.html
-share/doc/HTML/en/konsole/konsole.html
-share/doc/HTML/en/konsole/logotp3.gif
+share/doc/HTML/en/kfontmanager/installation.html
+share/doc/HTML/en/kfontmanager/introduction.html
+share/doc/HTML/en/khelpcenter/contact.html
+share/doc/HTML/en/khelpcenter/exec.xpm
+share/doc/HTML/en/khelpcenter/faq/.anchors
+share/doc/HTML/en/khelpcenter/faq/aboutthisfaq.html
+share/doc/HTML/en/khelpcenter/faq/acronyms.html
+share/doc/HTML/en/khelpcenter/faq/aix.html
+share/doc/HTML/en/khelpcenter/faq/background.html
+share/doc/HTML/en/khelpcenter/faq/backspaceinkde.html
+share/doc/HTML/en/khelpcenter/faq/basepackages.html
+share/doc/HTML/en/khelpcenter/faq/bugreport.html
+share/doc/HTML/en/khelpcenter/faq/bzip2.html
+share/doc/HTML/en/khelpcenter/faq/cannotconnect.html
+share/doc/HTML/en/khelpcenter/faq/changemenus.html
+share/doc/HTML/en/khelpcenter/faq/changemimetypes.html
+share/doc/HTML/en/khelpcenter/faq/checknewmail.html
+share/doc/HTML/en/khelpcenter/faq/colordepth.html
+share/doc/HTML/en/khelpcenter/faq/comercial.html
+share/doc/HTML/en/khelpcenter/faq/compiling.html
+share/doc/HTML/en/khelpcenter/faq/configuringkde.html
+share/doc/HTML/en/khelpcenter/faq/contributing.html
+share/doc/HTML/en/khelpcenter/faq/copypaste.html
+share/doc/HTML/en/khelpcenter/faq/createicons.html
+share/doc/HTML/en/khelpcenter/faq/currentversion.html
+share/doc/HTML/en/khelpcenter/faq/cvs.html
+share/doc/HTML/en/khelpcenter/faq/cvsaccess.html
+share/doc/HTML/en/khelpcenter/faq/cvsmirrors.html
+share/doc/HTML/en/khelpcenter/faq/cvsreadonly.html
+share/doc/HTML/en/khelpcenter/faq/debian.html
+share/doc/HTML/en/khelpcenter/faq/defaultdir.html
+share/doc/HTML/en/khelpcenter/faq/deletefiles.html
+share/doc/HTML/en/khelpcenter/faq/desktopiconmenus.html
+share/doc/HTML/en/khelpcenter/faq/devellist.html
+share/doc/HTML/en/khelpcenter/faq/difffiles.html
+share/doc/HTML/en/khelpcenter/faq/dirappearance.html
+share/doc/HTML/en/khelpcenter/faq/disablesessionmgmt.html
+share/doc/HTML/en/khelpcenter/faq/distros.html
+share/doc/HTML/en/khelpcenter/faq/dosandext2.html
+share/doc/HTML/en/khelpcenter/faq/driveinfo.html
+share/doc/HTML/en/khelpcenter/faq/dualscreen.html
+share/doc/HTML/en/khelpcenter/faq/embedpanel.html
+share/doc/HTML/en/khelpcenter/faq/euro.html
+share/doc/HTML/en/khelpcenter/faq/exitkde.html
+share/doc/HTML/en/khelpcenter/faq/faqmaintainer.html
+share/doc/HTML/en/khelpcenter/faq/filestodesktop.html
+share/doc/HTML/en/khelpcenter/faq/fontstoosmall.html
+share/doc/HTML/en/khelpcenter/faq/ftpclient.html
+share/doc/HTML/en/khelpcenter/faq/getridicons.html
+share/doc/HTML/en/khelpcenter/faq/gettingkde.html
+share/doc/HTML/en/khelpcenter/faq/gettingmoreinformation.html
+share/doc/HTML/en/khelpcenter/faq/gifsupport.html
+share/doc/HTML/en/khelpcenter/faq/highlightmenus.html
+share/doc/HTML/en/khelpcenter/faq/howtostartkde.html
+share/doc/HTML/en/khelpcenter/faq/howtosubscribe.html
+share/doc/HTML/en/khelpcenter/faq/iconified.html
+share/doc/HTML/en/khelpcenter/faq/icons.html
+share/doc/HTML/en/khelpcenter/faq/index.cvlog
+share/doc/HTML/en/khelpcenter/faq/index.docbook
+share/doc/HTML/en/khelpcenter/faq/index.html
+share/doc/HTML/en/khelpcenter/faq/installation.html
+share/doc/HTML/en/khelpcenter/faq/installationinstructions.html
+share/doc/HTML/en/khelpcenter/faq/introduction.html
+share/doc/HTML/en/khelpcenter/faq/isaclone.html
+share/doc/HTML/en/khelpcenter/faq/isfreesoftware.html
+share/doc/HTML/en/khelpcenter/faq/kbiff.html
+share/doc/HTML/en/khelpcenter/faq/kbutton.html
+share/doc/HTML/en/khelpcenter/faq/kdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdebase.html
+share/doc/HTML/en/khelpcenter/faq/kdelogin.html
+share/doc/HTML/en/khelpcenter/faq/kdemailinglists.html
+share/doc/HTML/en/khelpcenter/faq/kdenewsgroups.html
+share/doc/HTML/en/khelpcenter/faq/kdeprogramming.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnonkdeapplications.html
+share/doc/HTML/en/khelpcenter/faq/kdewithnumlockon.html
+share/doc/HTML/en/khelpcenter/faq/kdminredhat.html
+share/doc/HTML/en/khelpcenter/faq/kdmnoreadsprofile.html
+share/doc/HTML/en/khelpcenter/faq/keyboardswitcher.html
+share/doc/HTML/en/khelpcenter/faq/killingwindows.html
+share/doc/HTML/en/khelpcenter/faq/killkwmpager.html
+share/doc/HTML/en/khelpcenter/faq/kmail.html
+share/doc/HTML/en/khelpcenter/faq/knownbugfixesforkde.html
+share/doc/HTML/en/khelpcenter/faq/koffice.html
+share/doc/HTML/en/khelpcenter/faq/kscd.html
+share/doc/HTML/en/khelpcenter/faq/ktop.html
+share/doc/HTML/en/khelpcenter/faq/kvt.html
+share/doc/HTML/en/khelpcenter/faq/laptop.html
+share/doc/HTML/en/khelpcenter/faq/latestversion.html
+share/doc/HTML/en/khelpcenter/faq/launchtodesktop.html
+share/doc/HTML/en/khelpcenter/faq/leftbuttonmenu.html
+share/doc/HTML/en/khelpcenter/faq/loopbackdevice.html
+share/doc/HTML/en/khelpcenter/faq/maclike.html
+share/doc/HTML/en/khelpcenter/faq/mailinglistarchive.html
+share/doc/HTML/en/khelpcenter/faq/maximizeonedim.html
+share/doc/HTML/en/khelpcenter/faq/miscellaneousquestions.html
+share/doc/HTML/en/khelpcenter/faq/mountfromdesktop.html
+share/doc/HTML/en/khelpcenter/faq/mountfs.html
+share/doc/HTML/en/khelpcenter/faq/mousewheel.html
+share/doc/HTML/en/khelpcenter/faq/movequickly.html
+share/doc/HTML/en/khelpcenter/faq/netscape.html
+share/doc/HTML/en/khelpcenter/faq/noborder.html
+share/doc/HTML/en/khelpcenter/faq/nonanonftp.html
+share/doc/HTML/en/khelpcenter/faq/noncompliant.html
+share/doc/HTML/en/khelpcenter/faq/noredhatlogo.html
+share/doc/HTML/en/khelpcenter/faq/notreallykderelated.html
+share/doc/HTML/en/khelpcenter/faq/nsbookmark.html
+share/doc/HTML/en/khelpcenter/faq/ownshortcuts.html
+share/doc/HTML/en/khelpcenter/faq/packageformats.html
+share/doc/HTML/en/khelpcenter/faq/panelcomplains.html
+share/doc/HTML/en/khelpcenter/faq/percentinexecline.html
+share/doc/HTML/en/khelpcenter/faq/platform.html
+share/doc/HTML/en/khelpcenter/faq/postinstallation.html
+share/doc/HTML/en/khelpcenter/faq/prerequisites.html
+share/doc/HTML/en/khelpcenter/faq/progwithouticons.html
+share/doc/HTML/en/khelpcenter/faq/qtclone.html
+share/doc/HTML/en/khelpcenter/faq/qtisntfree.html
+share/doc/HTML/en/khelpcenter/faq/redhat.html
+share/doc/HTML/en/khelpcenter/faq/redhatmenustokde.html
+share/doc/HTML/en/khelpcenter/faq/redhatstartmenu.html
+share/doc/HTML/en/khelpcenter/faq/removeold.html
+share/doc/HTML/en/khelpcenter/faq/replacewinmanager.html
+share/doc/HTML/en/khelpcenter/faq/rpmssuse.html
+share/doc/HTML/en/khelpcenter/faq/saveasinkfm.html
+share/doc/HTML/en/khelpcenter/faq/screenshots.html
+share/doc/HTML/en/khelpcenter/faq/shadingawindow.html
+share/doc/HTML/en/khelpcenter/faq/shadowpasswords.html
+share/doc/HTML/en/khelpcenter/faq/snapshotconfig.html
+share/doc/HTML/en/khelpcenter/faq/snapshots.html
+share/doc/HTML/en/khelpcenter/faq/solaris.html
+share/doc/HTML/en/khelpcenter/faq/staroffice.html
+share/doc/HTML/en/khelpcenter/faq/startupdir.html
+share/doc/HTML/en/khelpcenter/faq/stickywindow.html
+share/doc/HTML/en/khelpcenter/faq/systemsound.html
+share/doc/HTML/en/khelpcenter/faq/templatesfolder.html
+share/doc/HTML/en/khelpcenter/faq/thedesktop.html
+share/doc/HTML/en/khelpcenter/faq/thefilemanager.html
+share/doc/HTML/en/khelpcenter/faq/themes.html
+share/doc/HTML/en/khelpcenter/faq/thepanel.html
+share/doc/HTML/en/khelpcenter/faq/thewindowmanager.html
+share/doc/HTML/en/khelpcenter/faq/toolforwebpages.html
+share/doc/HTML/en/khelpcenter/faq/translating.html
+share/doc/HTML/en/khelpcenter/faq/transparentbgnd.html
+share/doc/HTML/en/khelpcenter/faq/truetype.html
+share/doc/HTML/en/khelpcenter/faq/twobutton.html
+share/doc/HTML/en/khelpcenter/faq/uninstall.html
+share/doc/HTML/en/khelpcenter/faq/upgrade.html
+share/doc/HTML/en/khelpcenter/faq/upgradekernel.html
+share/doc/HTML/en/khelpcenter/faq/usefultips.html
+share/doc/HTML/en/khelpcenter/faq/userdirectory.html
+share/doc/HTML/en/khelpcenter/faq/whatisqt.html
+share/doc/HTML/en/khelpcenter/faq/whatkstandfor.html
+share/doc/HTML/en/khelpcenter/faq/wheretogetqt.html
+share/doc/HTML/en/khelpcenter/faq/whichversion.html
+share/doc/HTML/en/khelpcenter/faq/whynotother.html
+share/doc/HTML/en/khelpcenter/faq/windowplacement.html
+share/doc/HTML/en/khelpcenter/faq/windowskeys.html
+share/doc/HTML/en/khelpcenter/faq/winmanager.html
+share/doc/HTML/en/khelpcenter/faq/winmanonthefly.html
+share/doc/HTML/en/khelpcenter/faq/wrongcharset.html
+share/doc/HTML/en/khelpcenter/faq/wrongtime.html
+share/doc/HTML/en/khelpcenter/faq/xmousetoarrow.html
+share/doc/HTML/en/khelpcenter/faq/xserverforwindows.html
+share/doc/HTML/en/khelpcenter/index.html
+share/doc/HTML/en/khelpcenter/kdelogo.png
+share/doc/HTML/en/khelpcenter/laptop.png
+share/doc/HTML/en/khelpcenter/links.html
+share/doc/HTML/en/khelpcenter/main.html
+share/doc/HTML/en/khelpcenter/quickstart/.anchors
+share/doc/HTML/en/khelpcenter/quickstart/advancedtopics.html
+share/doc/HTML/en/khelpcenter/quickstart/anoverviewofkde.html
+share/doc/HTML/en/khelpcenter/quickstart/archivesandnetworks.html
+share/doc/HTML/en/khelpcenter/quickstart/commandline.html
+share/doc/HTML/en/khelpcenter/quickstart/configuration.html
+share/doc/HTML/en/khelpcenter/quickstart/configure.html
+share/doc/HTML/en/khelpcenter/quickstart/credits.html
+share/doc/HTML/en/khelpcenter/quickstart/index.cvlog
+share/doc/HTML/en/khelpcenter/quickstart/index.docbook
+share/doc/HTML/en/khelpcenter/quickstart/index.html
+share/doc/HTML/en/khelpcenter/quickstart/introduction.html
+share/doc/HTML/en/khelpcenter/quickstart/kdeanexcitingjourney.html
+share/doc/HTML/en/khelpcenter/quickstart/launchingapplications.html
+share/doc/HTML/en/khelpcenter/quickstart/loggingout.html
+share/doc/HTML/en/khelpcenter/quickstart/managingyourfiles.html
+share/doc/HTML/en/khelpcenter/quickstart/readysetgo.html
+share/doc/HTML/en/khelpcenter/quickstart/taskbar.html
+share/doc/HTML/en/khelpcenter/quickstart/templates.html
+share/doc/HTML/en/khelpcenter/quickstart/virtualdesktops.html
+share/doc/HTML/en/khelpcenter/quickstart/workingwithwindows.html
+share/doc/HTML/en/khelpcenter/support.html
+share/doc/HTML/en/khelpcenter/tinylogo.png
+share/doc/HTML/en/khelpcenter/userguide/.anchors
+share/doc/HTML/en/khelpcenter/userguide/aboutthispreview.html
+share/doc/HTML/en/khelpcenter/userguide/activating-the-screen-saver-by-moving-your-m.html
+share/doc/HTML/en/khelpcenter/userguide/addingprograms.html
+share/doc/HTML/en/khelpcenter/userguide/allaboutyourdesktop.html
+share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html
+share/doc/HTML/en/khelpcenter/userguide/contacting-the-authors.html
+share/doc/HTML/en/khelpcenter/userguide/contactingauthors.html
+share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html
+share/doc/HTML/en/khelpcenter/userguide/customizingkdethekcontrolcenter.html
+share/doc/HTML/en/khelpcenter/userguide/desktop-components.html
+share/doc/HTML/en/khelpcenter/userguide/docustaff.html
+share/doc/HTML/en/khelpcenter/userguide/entertainmentapplications.html
+share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html
+share/doc/HTML/en/khelpcenter/userguide/firstimpressions.html
+share/doc/HTML/en/khelpcenter/userguide/frequentlyaskedquestionsaboutkde.html
+share/doc/HTML/en/khelpcenter/userguide/gettingstarted.html
+share/doc/HTML/en/khelpcenter/userguide/gnu-general-public-license.html
+share/doc/HTML/en/khelpcenter/userguide/gnulicense.html
+share/doc/HTML/en/khelpcenter/userguide/graphicalapplications.html
+share/doc/HTML/en/khelpcenter/userguide/i-cannot-compile-package-xxx.html
+share/doc/HTML/en/khelpcenter/userguide/index.cvlog
+share/doc/HTML/en/khelpcenter/userguide/index.docbook
+share/doc/HTML/en/khelpcenter/userguide/index.html
+share/doc/HTML/en/khelpcenter/userguide/input-devices.html
+share/doc/HTML/en/khelpcenter/userguide/installation.html
+share/doc/HTML/en/khelpcenter/userguide/introduction.html
+share/doc/HTML/en/khelpcenter/userguide/kde-is-not-stable.html
+share/doc/HTML/en/khelpcenter/userguide/kmedia-media-player.html
+share/doc/HTML/en/khelpcenter/userguide/knu-network-utilities.html
+share/doc/HTML/en/khelpcenter/userguide/kpoker.html
+share/doc/HTML/en/khelpcenter/userguide/krn-news-client.html
+share/doc/HTML/en/khelpcenter/userguide/ktetris.html
+share/doc/HTML/en/khelpcenter/userguide/kview-image-viewer.html
+share/doc/HTML/en/khelpcenter/userguide/legal-notices.html
+share/doc/HTML/en/khelpcenter/userguide/legal-status.html
+share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms-for-redhat-caldera-and.html
+share/doc/HTML/en/khelpcenter/userguide/mailinglists.html
+share/doc/HTML/en/khelpcenter/userguide/mouse-techniques.html
+share/doc/HTML/en/khelpcenter/userguide/moving-files-with-drag-and-drop.html
+share/doc/HTML/en/khelpcenter/userguide/multimediaapplications.html
+share/doc/HTML/en/khelpcenter/userguide/network.html
+share/doc/HTML/en/khelpcenter/userguide/networkapplications.html
+share/doc/HTML/en/khelpcenter/userguide/panel-settings.html
+share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html
+share/doc/HTML/en/khelpcenter/userguide/shortcuts.html
+share/doc/HTML/en/khelpcenter/userguide/sound-system.html
+share/doc/HTML/en/khelpcenter/userguide/sourcedistribution.html
+share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html
+share/doc/HTML/en/khelpcenter/userguide/suseinstall.html
+share/doc/HTML/en/khelpcenter/userguide/system-information.html
+share/doc/HTML/en/khelpcenter/userguide/using-command-line-and-terminals.html
+share/doc/HTML/en/khelpcenter/userguide/using-multiple-desktops.html
+share/doc/HTML/en/khelpcenter/userguide/using-tgz-to-install-on-top-of-other-systems.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-font-manager.html
+share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html
+share/doc/HTML/en/khelpcenter/userguide/usingtemplates.html
+share/doc/HTML/en/khelpcenter/userguide/utilityapplications.html
+share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html
+share/doc/HTML/en/khelpcenter/userguide/what-i-urgently-need.html
+share/doc/HTML/en/khelpcenter/userguide/what-is-missing.html
+share/doc/HTML/en/khelpcenter/whatiskde.html
+share/doc/HTML/en/kikbd/.anchors
+share/doc/HTML/en/kikbd/advanced.html
+share/doc/HTML/en/kikbd/advanced.png
+share/doc/HTML/en/kikbd/authors.html
+share/doc/HTML/en/kikbd/bug-reporting.html
+share/doc/HTML/en/kikbd/config.html
+share/doc/HTML/en/kikbd/create.html
+share/doc/HTML/en/kikbd/general.html
+share/doc/HTML/en/kikbd/general.png
+share/doc/HTML/en/kikbd/index.cvlog
+share/doc/HTML/en/kikbd/index.docbook
+share/doc/HTML/en/kikbd/index.html
+share/doc/HTML/en/kikbd/installation.html
+share/doc/HTML/en/kikbd/introduction.html
+share/doc/HTML/en/kikbd/nationalkeyboard.html
+share/doc/HTML/en/kikbd/screen-saver-password-problems..html
+share/doc/HTML/en/kikbd/startup.html
+share/doc/HTML/en/kikbd/startup.png
+share/doc/HTML/en/kikbd/style.html
+share/doc/HTML/en/kikbd/style.png
+share/doc/HTML/en/kikbd/troubleshooting.html
+share/doc/HTML/en/konsole/.anchors
+share/doc/HTML/en/konsole/application-related-problems.html
+share/doc/HTML/en/konsole/broken-termacap-and-terminfo.html
+share/doc/HTML/en/konsole/bugs-and-faq.html
+share/doc/HTML/en/konsole/color-scheme.html
+share/doc/HTML/en/konsole/configuration.html
+share/doc/HTML/en/konsole/fonts.html
+share/doc/HTML/en/konsole/index.cvlog
+share/doc/HTML/en/konsole/index.docbook
+share/doc/HTML/en/konsole/index.html
+share/doc/HTML/en/konsole/installation.html
+share/doc/HTML/en/konsole/introduction.html
+share/doc/HTML/en/konsole/known-bugs.html
+share/doc/HTML/en/konsole/not-to-implement.html
+share/doc/HTML/en/konsole/overview.html
+share/doc/HTML/en/konsole/problems-with-backspace-delete.html
+share/doc/HTML/en/konsole/security.html
share/doc/HTML/en/konsole/techref.html
share/doc/HTML/en/konsole/vt100.gif
-share/doc/HTML/en/kpager/index-1.html
-share/doc/HTML/en/kpager/index-2.html
-share/doc/HTML/en/kpager/index-3.html
-share/doc/HTML/en/kpager/index-4.html
-share/doc/HTML/en/kpager/index-5.html
+share/doc/HTML/en/kpager/.anchors
+share/doc/HTML/en/kpager/compilation-and-installation.html
+share/doc/HTML/en/kpager/customizingkpageradvancedfeatures.html
+share/doc/HTML/en/kpager/frequentlyaskedquestionsfaq.html
+share/doc/HTML/en/kpager/index.cvlog
+share/doc/HTML/en/kpager/index.docbook
share/doc/HTML/en/kpager/index.html
-share/doc/HTML/en/kpager/logotp3.gif
-share/doc/HTML/en/kpanel/index-1.html
-share/doc/HTML/en/kpanel/index-2.html
-share/doc/HTML/en/kpanel/index-3.html
-share/doc/HTML/en/kpanel/index-4.html
-share/doc/HTML/en/kpanel/index-5.html
-share/doc/HTML/en/kpanel/index.html
-share/doc/HTML/en/kpanel/logotp3.gif
-share/doc/HTML/en/kthememgr/index-1.html
-share/doc/HTML/en/kthememgr/index-2.html
-share/doc/HTML/en/kthememgr/index-3.html
-share/doc/HTML/en/kthememgr/index.html
-share/doc/HTML/en/kthememgr/logotp3.gif
-share/doc/HTML/en/kvt/index.html
-share/doc/HTML/en/kwm/index-1.html
-share/doc/HTML/en/kwm/index-2.html
-share/doc/HTML/en/kwm/index-3.html
-share/doc/HTML/en/kwm/index-4.html
-share/doc/HTML/en/kwm/index-5.html
-share/doc/HTML/en/kwm/index-6.html
+share/doc/HTML/en/kpager/installation.html
+share/doc/HTML/en/kpager/introduction.html
+share/doc/HTML/en/kpager/one-click-action.html
+share/doc/HTML/en/kpager/requirements.html
+share/doc/HTML/en/kpager/resizing-windows.html
+share/doc/HTML/en/kpager/rows-mode.html
+share/doc/HTML/en/kpager/the-global-desktop.html
+share/doc/HTML/en/kpager/the-window-properties-menu.html
+share/doc/HTML/en/kpager/workingwithkpager.html
+share/doc/HTML/en/kwm/.anchors
+share/doc/HTML/en/kwm/authors.html
+share/doc/HTML/en/kwm/commands.html
+share/doc/HTML/en/kwm/configuration.html
+share/doc/HTML/en/kwm/does-kwm-support-shaded-windows-a-la-openste.html
+share/doc/HTML/en/kwm/epilogue.html
+share/doc/HTML/en/kwm/frequentlyaskedquestions.html
+share/doc/HTML/en/kwm/index.cvlog
+share/doc/HTML/en/kwm/index.docbook
share/doc/HTML/en/kwm/index.html
-share/doc/HTML/en/kwm/logotp3.gif
-share/doc/HTML/ru/kikbd/advanced.gif
-share/doc/HTML/ru/kikbd/general.gif
-share/doc/HTML/ru/kikbd/kikbd-1.html
-share/doc/HTML/ru/kikbd/kikbd-2.html
-share/doc/HTML/ru/kikbd/kikbd-3.html
-share/doc/HTML/ru/kikbd/kikbd-4.html
-share/doc/HTML/ru/kikbd/kikbd-5.html
-share/doc/HTML/ru/kikbd/kikbd-6.html
-share/doc/HTML/ru/kikbd/kikbd-7.html
-share/doc/HTML/ru/kikbd/kikbd-8.html
-share/doc/HTML/ru/kikbd/kikbd.html
-share/doc/HTML/ru/kikbd/logotp3.gif
-share/doc/HTML/ru/kikbd/startup.gif
-share/doc/HTML/ru/kikbd/style.gif
-share/icons/3floppy_mount.xpm
-share/icons/3floppy_unmount.xpm
-share/icons/5floppy_mount.xpm
-share/icons/5floppy_unmount.xpm
-share/icons/application_settings.xpm
-share/icons/applications_package.xpm
-share/icons/background.xpm
-share/icons/bell.xpm
-share/icons/binary.xpm
-share/icons/binary2.xpm
-share/icons/blockdevice.xpm
-share/icons/brightness.xpm
-share/icons/buttons.xpm
-share/icons/c_src.xpm
-share/icons/cdrom_mount.xpm
-share/icons/cdrom_unmount.xpm
-share/icons/cdwriter_mount.xpm
-share/icons/cdwriter_unmount.xpm
-share/icons/chardevice.xpm
-share/icons/colors.xpm
-share/icons/colourness.xpm
-share/icons/contrast.xpm
-share/icons/core.xpm
-share/icons/desktop.xpm
-share/icons/desktop_settings.xpm
-share/icons/document.xpm
-share/icons/dvi.xpm
-share/icons/editors_package.xpm
-share/icons/exec.xpm
-share/icons/f_src.xpm
-share/icons/folder.xpm
-share/icons/folder_blue.xpm
-share/icons/folder_cyan.xpm
-share/icons/folder_green.xpm
-share/icons/folder_open.xpm
-share/icons/folder_red.xpm
-share/icons/folder_yellow.xpm
-share/icons/font.xpm
-share/icons/fonts.xpm
-share/icons/ftp.xpm
-share/icons/games_package.xpm
-share/icons/general_settings.xpm
-share/icons/gf.xpm
-share/icons/graphics_package.xpm
-share/icons/h_src.xpm
-share/icons/harddrive_mount.xpm
-share/icons/harddrive_unmount.xpm
-share/icons/html.xpm
-share/icons/image.xpm
-share/icons/info.xpm
-share/icons/information.xpm
-share/icons/information_settings.xpm
-share/icons/input_devices_settings.xpm
-share/icons/java_src.xpm
-share/icons/kcmdevices.xpm
-share/icons/kcmkpanel.xpm
-share/icons/kcmkwm.xpm
-share/icons/kcmmemory.xpm
-share/icons/kcmpartitions.xpm
-share/icons/kcmpci.xpm
-share/icons/kcmprocessor.xpm
-share/icons/kcmscsi.xpm
-share/icons/kcmsound.xpm
-share/icons/kcmsyssound.xpm
-share/icons/kcmx.xpm
-share/icons/kcontrol.xpm
-share/icons/kdehelp.xpm
-share/icons/kdisknav.xpm
-share/icons/kdmconfig.xpm
-share/icons/keyboard.xpm
-share/icons/kfind.xpm
-share/icons/kfm.xpm
-share/icons/kfm_fulltrash.xpm
-share/icons/kfm_home.xpm
-share/icons/kfm_refresh.xpm
-share/icons/kfm_trash.xpm
-share/icons/kfontmanager.xpm
-share/icons/kikbd.xpm
-share/icons/kmenuedit.xpm
-share/icons/kmultiple.xpm
-share/icons/konsole.xpm
-share/icons/kscreensaver.xpm
-share/icons/kthememgr.xpm
-share/icons/kvt.xpm
-share/icons/kwm.xpm
-share/icons/l_src.xpm
-share/icons/large/3floppy_mount.xpm
-share/icons/large/3floppy_unmount.xpm
-share/icons/large/5floppy_mount.xpm
-share/icons/large/5floppy_unmount.xpm
-share/icons/large/applications_package.xpm
-share/icons/large/bell.xpm
-share/icons/large/binary.xpm
-share/icons/large/binary2.xpm
-share/icons/large/blockdevice.xpm
-share/icons/large/buttons.xpm
-share/icons/large/c_src.xpm
-share/icons/large/cdrom_mount.xpm
-share/icons/large/cdrom_unmount.xpm
-share/icons/large/cdwriter_mount.xpm
-share/icons/large/cdwriter_unmount.xpm
-share/icons/large/chardevice.xpm
-share/icons/large/colors.xpm
-share/icons/large/core.xpm
-share/icons/large/desktop.xpm
-share/icons/large/desktop_settings.xpm
-share/icons/large/document.xpm
-share/icons/large/dvi.xpm
-share/icons/large/editors_package.xpm
-share/icons/large/exec.xpm
-share/icons/large/f_src.xpm
-share/icons/large/folder.xpm
-share/icons/large/folder_blue.xpm
-share/icons/large/folder_cyan.xpm
-share/icons/large/folder_green.xpm
-share/icons/large/folder_open.xpm
-share/icons/large/folder_red.xpm
-share/icons/large/folder_yellow.xpm
-share/icons/large/font.xpm
-share/icons/large/fonts.xpm
-share/icons/large/ftp.xpm
-share/icons/large/games_package.xpm
-share/icons/large/gf.xpm
-share/icons/large/go.xpm
-share/icons/large/graphics_package.xpm
-share/icons/large/h_src.xpm
-share/icons/large/hd_mount.xpm
-share/icons/large/hd_unmount.xpm
-share/icons/large/html.xpm
-share/icons/large/image.xpm
-share/icons/large/info.xpm
-share/icons/large/java_src.xpm
-share/icons/large/kcmdevices.xpm
-share/icons/large/kcmmemory.xpm
-share/icons/large/kcmpartitions.xpm
-share/icons/large/kcmpci.xpm
-share/icons/large/kcmprocessor.xpm
-share/icons/large/kcmscsi.xpm
-share/icons/large/kcmsyssound.xpm
-share/icons/large/kcontrol.xpm
-share/icons/large/kdehelp.xpm
-share/icons/large/kdisknav.xpm
-share/icons/large/kdmconfig.xpm
-share/icons/large/kfind.xpm
-share/icons/large/kfm.xpm
-share/icons/large/kfm_fulltrash.xpm
-share/icons/large/kfm_home.xpm
-share/icons/large/kfm_trash.xpm
-share/icons/large/kfontmanager.xpm
-share/icons/large/kikbd.xpm
-share/icons/large/kmenuedit.xpm
-share/icons/large/kmultiple.xpm
-share/icons/large/konsole.xpm
-share/icons/large/kscreensaver.xpm
-share/icons/large/kvt.xpm
-share/icons/large/kwm.xpm
-share/icons/large/l_src.xpm
-share/icons/large/library.xpm
-share/icons/large/link.xpm
-share/icons/large/locale.xpm
-share/icons/large/locked_file.xpm
-share/icons/large/lockedfolder.xpm
-share/icons/large/log.xpm
-share/icons/large/magneto-optical_mount.xpm
-share/icons/large/magneto-optical_unmount.xpm
-share/icons/large/make.xpm
-share/icons/large/man.xpm
-share/icons/large/metafont.xpm
-share/icons/large/midi.xpm
-share/icons/large/misc.xpm
-share/icons/large/moc_src.xpm
-share/icons/large/multimedia_package.xpm
-share/icons/large/network_package.xpm
-share/icons/large/o_src.xpm
-share/icons/large/p_src.xpm
-share/icons/large/package.xpm
-share/icons/large/pdf.xpm
-share/icons/large/perl.xpm
-share/icons/large/perl_doc.xpm
-share/icons/large/pk.xpm
-share/icons/large/postscript.xpm
-share/icons/large/properties.xpm
-share/icons/large/readme.xpm
-share/icons/large/readonly.xpm
-share/icons/large/resource.xpm
-share/icons/large/screensaver.xpm
-share/icons/large/script.xpm
-share/icons/large/settings_package.xpm
-share/icons/large/shredder.xpm
-share/icons/large/single_doc.xpm
-share/icons/large/socket.xpm
-share/icons/large/sound.xpm
-share/icons/large/style.xpm
-share/icons/large/system_package.xpm
-share/icons/large/tablet.xpm
-share/icons/large/tape_archive.xpm
-share/icons/large/terminal.xpm
-share/icons/large/tex.xpm
-share/icons/large/tgz.xpm
-share/icons/large/titlebar.xpm
-share/icons/large/trash.xpm
-share/icons/large/trash_full.xpm
-share/icons/large/txt.xpm
-share/icons/large/unknown.xpm
-share/icons/large/utilities_package.xpm
-share/icons/large/video.xpm
-share/icons/large/www.xpm
-share/icons/large/x.xpm
-share/icons/large/y_src.xpm
-share/icons/large/zip_mount.xpm
-share/icons/large/zip_unmount.xpm
-share/icons/library.xpm
-share/icons/link.xpm
-share/icons/locale.xpm
-share/icons/locked.xpm
-share/icons/locked_file.xpm
-share/icons/lockedfolder.xpm
-share/icons/log.xpm
-share/icons/logo.xpm
-share/icons/magneto-optical_mount.xpm
-share/icons/magneto-optical_unmount.xpm
-share/icons/make.xpm
-share/icons/man.xpm
-share/icons/metafont.xpm
-share/icons/midi.xpm
-share/icons/mini/3floppy_mount.xpm
-share/icons/mini/3floppy_unmount.xpm
-share/icons/mini/5floppy_mount.xpm
-share/icons/mini/5floppy_unmount.xpm
-share/icons/mini/application_settings.xpm
-share/icons/mini/applications_package.xpm
-share/icons/mini/audiovol.xpm
-share/icons/mini/background.xpm
-share/icons/mini/bell.xpm
-share/icons/mini/binary.xpm
-share/icons/mini/blockdevice.xpm
-share/icons/mini/buttons.xpm
-share/icons/mini/c_src.xpm
-share/icons/mini/cdrom_mount.xpm
-share/icons/mini/cdrom_unmount.xpm
-share/icons/mini/chardevice.xpm
-share/icons/mini/colors.xpm
-share/icons/mini/core.xpm
-share/icons/mini/desktop.xpm
-share/icons/mini/desktop_settings.xpm
-share/icons/mini/document.xpm
-share/icons/mini/dvi.xpm
-share/icons/mini/editors_package.xpm
-share/icons/mini/exec.xpm
-share/icons/mini/f_src.xpm
-share/icons/mini/folder.xpm
-share/icons/mini/folder_blue.xpm
-share/icons/mini/folder_cyan.xpm
-share/icons/mini/folder_green.xpm
-share/icons/mini/folder_open.xpm
-share/icons/mini/folder_red.xpm
-share/icons/mini/folder_yellow.xpm
-share/icons/mini/font.xpm
-share/icons/mini/fonts.xpm
-share/icons/mini/ftp.xpm
-share/icons/mini/games_package.xpm
-share/icons/mini/general_settings.xpm
-share/icons/mini/gf.xpm
-share/icons/mini/graphics_package.xpm
-share/icons/mini/h_src.xpm
-share/icons/mini/harddrive_mount.xpm
-share/icons/mini/harddrive_unmount.xpm
-share/icons/mini/html.xpm
-share/icons/mini/image.xpm
-share/icons/mini/info.xpm
-share/icons/mini/information_settings.xpm
-share/icons/mini/input_devices_settings.xpm
-share/icons/mini/java_src.xpm
-share/icons/mini/kcmdevices.xpm
-share/icons/mini/kcmkpanel.xpm
-share/icons/mini/kcmkwm.xpm
-share/icons/mini/kcmmemory.xpm
-share/icons/mini/kcmpartitions.xpm
-share/icons/mini/kcmpci.xpm
-share/icons/mini/kcmprocessor.xpm
-share/icons/mini/kcmscsi.xpm
-share/icons/mini/kcmsound.xpm
-share/icons/mini/kcmsyssound.xpm
-share/icons/mini/kcmx.xpm
-share/icons/mini/kcontrol.xpm
-share/icons/mini/kdehelp.xpm
-share/icons/mini/kdmconfig.xpm
-share/icons/mini/keyboard.xpm
-share/icons/mini/kfind.xpm
-share/icons/mini/kfm.xpm
-share/icons/mini/kfm_fulltrash.xpm
-share/icons/mini/kfm_home.xpm
-share/icons/mini/kfm_refresh.xpm
-share/icons/mini/kfm_trash.xpm
-share/icons/mini/kfontmanager.xpm
-share/icons/mini/kikbd.xpm
-share/icons/mini/kmenuedit.xpm
-share/icons/mini/konsole.xpm
-share/icons/mini/kscreensaver.xpm
-share/icons/mini/kthememgr.xpm
-share/icons/mini/kvt.xpm
-share/icons/mini/kwm.xpm
-share/icons/mini/l_src.xpm
-share/icons/mini/library.xpm
-share/icons/mini/locale.xpm
-share/icons/mini/locked.xpm
-share/icons/mini/lockedfolder.xpm
-share/icons/mini/log.xpm
-share/icons/mini/make.xpm
-share/icons/mini/man.xpm
-share/icons/mini/maximize2.xpm
-share/icons/mini/metafont.xpm
-share/icons/mini/midi.xpm
-share/icons/mini/mini-ball.xpm
-share/icons/mini/mini-bball.xpm
-share/icons/mini/mini-bomb.xpm
-share/icons/mini/mini-book1.xpm
-share/icons/mini/mini-book2.xpm
-share/icons/mini/mini-bug1.xpm
-share/icons/mini/mini-bug2.xpm
-share/icons/mini/mini-bx2.xpm
-share/icons/mini/mini-calc.xpm
-share/icons/mini/mini-camera.xpm
-share/icons/mini/mini-cdlabel.xpm
-share/icons/mini/mini-clock.xpm
-share/icons/mini/mini-colors.xpm
-share/icons/mini/mini-connect.xpm
-share/icons/mini/mini-connected.xpm
-share/icons/mini/mini-cross.xpm
-share/icons/mini/mini-default.xpm
-share/icons/mini/mini-display.xpm
-share/icons/mini/mini-doc.xpm
-share/icons/mini/mini-edit.xpm
-share/icons/mini/mini-exclam.xpm
-share/icons/mini/mini-exp.xpm
-share/icons/mini/mini-eyes.xpm
-share/icons/mini/mini-filemgr.xpm
-share/icons/mini/mini-fractal.xpm
-share/icons/mini/mini-gball.xpm
-share/icons/mini/mini-gv.xpm
-share/icons/mini/mini-hammer.xpm
-share/icons/mini/mini-happy.xpm
-share/icons/mini/mini-hextris.xpm
-share/icons/mini/mini-k.xpm
-share/icons/mini/mini-lock.xpm
-share/icons/mini/mini-lower.xpm
-share/icons/mini/mini-mail.xpm
-share/icons/mini/mini-manual.xpm
-share/icons/mini/mini-max1.xpm
-share/icons/mini/mini-maze.xpm
-share/icons/mini/mini-modules.xpm
-share/icons/mini/mini-move.xpm
-share/icons/mini/mini-move1.xpm
-share/icons/mini/mini-nscape.xpm
-share/icons/mini/mini-ofolder.xpm
-share/icons/mini/mini-olwm.xpm
-share/icons/mini/mini-paint.xpm
-share/icons/mini/mini-pencil.xpm
-share/icons/mini/mini-question.xpm
-share/icons/mini/mini-raise.xpm
-share/icons/mini/mini-ray.xpm
-share/icons/mini/mini-rball.xpm
-share/icons/mini/mini-resize.xpm
-share/icons/mini/mini-roach.xpm
-share/icons/mini/mini-run.xpm
-share/icons/mini/mini-sh.xpm
-share/icons/mini/mini-sh1.xpm
-share/icons/mini/mini-slon.xpm
-share/icons/mini/mini-stop.xpm
-share/icons/mini/mini-term.xpm
-share/icons/mini/mini-tetris.xpm
-share/icons/mini/mini-turn.xpm
-share/icons/mini/mini-up.xpm
-share/icons/mini/mini-windows.xpm
-share/icons/mini/mini-x.xpm
-share/icons/mini/mini-x2.xpm
-share/icons/mini/mini-xmahjongg.xpm
-share/icons/mini/mini-xv.xpm
-share/icons/mini/mini-zoom.xpm
-share/icons/mini/mini.audiovol.xpm
-share/icons/mini/mini.checkmark.xpm
-share/icons/mini/mini.cut.xpm
-share/icons/mini/mini.destroy.xpm
-share/icons/mini/mini.excl.xpm
-share/icons/mini/mini.exit.xpm
-share/icons/mini/mini.fvwm.xpm
-share/icons/mini/mini.letter.xpm
-share/icons/mini/mini.lower.xpm
-share/icons/mini/mini.move.xpm
-share/icons/mini/mini.netscape.xpm
-share/icons/mini/mini.raise.xpm
-share/icons/mini/mini.resize.xpm
-share/icons/mini/mini.xarchie.xpm
-share/icons/mini/mini.xboing.xpm
-share/icons/mini/mini.xlock.xpm
-share/icons/mini/mini.xpm
-share/icons/mini/mini.xterm.xpm
-share/icons/mini/mini.zircon.xpm
-share/icons/mini/moc_src.xpm
-share/icons/mini/mouse.xpm
-share/icons/mini/multimedia_package.xpm
-share/icons/mini/network_package.xpm
-share/icons/mini/network_settings.xpm
-share/icons/mini/o_src.xpm
-share/icons/mini/p_src.xpm
-share/icons/mini/package.xpm
-share/icons/mini/panel_settings.xpm
-share/icons/mini/pci.xpm
-share/icons/mini/pdf.xpm
-share/icons/mini/pipe.xpm
-share/icons/mini/pk.xpm
-share/icons/mini/postscript.xpm
-share/icons/mini/printer.xpm
-share/icons/mini/readme.xpm
-share/icons/mini/resource.xpm
-share/icons/mini/s_src.xpm
-share/icons/mini/sample.xpm
-share/icons/mini/screensaver.xpm
-share/icons/mini/script.xpm
-share/icons/mini/settings_package.xpm
-share/icons/mini/smbstatus.xpm
-share/icons/mini/socket.xpm
-share/icons/mini/sound.xpm
-share/icons/mini/sound_settings.xpm
-share/icons/mini/style.xpm
-share/icons/mini/system_package.xpm
-share/icons/mini/tablet.xpm
-share/icons/mini/terminal.xpm
-share/icons/mini/tex.xpm
-share/icons/mini/tgz.xpm
-share/icons/mini/titlebar.xpm
-share/icons/mini/trash.xpm
-share/icons/mini/txt.xpm
-share/icons/mini/unknown.xpm
-share/icons/mini/utilities_package.xpm
-share/icons/mini/video.xpm
-share/icons/mini/windows.xpm
-share/icons/mini/winprops.xpm
-share/icons/mini/www.xpm
-share/icons/mini/x.xpm
-share/icons/mini/y_src.xpm
-share/icons/mini/zip_mount.xpm
-share/icons/mini/zip_unmount.xpm
-share/icons/misc.xpm
-share/icons/moc_src.xpm
-share/icons/monitor.xpm
-share/icons/mouse.xpm
-share/icons/multimedia_package.xpm
-share/icons/network.xpm
-share/icons/network_package.xpm
-share/icons/network_settings.xpm
-share/icons/o_src.xpm
-share/icons/p_src.xpm
-share/icons/package.xpm
-share/icons/panel_settings.xpm
-share/icons/pdf.xpm
-share/icons/perl.xpm
-share/icons/pipe.xpm
-share/icons/pk.xpm
-share/icons/postscript.xpm
-share/icons/printer.xpm
-share/icons/properties.xpm
-share/icons/readme.xpm
-share/icons/readonly.xpm
-share/icons/resource.xpm
-share/icons/s_src.xpm
-share/icons/screensaver.xpm
-share/icons/script.xpm
-share/icons/settings_package.xpm
-share/icons/shredder.xpm
-share/icons/single_doc.xpm
-share/icons/smbstatus.xpm
-share/icons/socket.xpm
-share/icons/sound.xpm
-share/icons/sound_settings.xpm
-share/icons/style.xpm
-share/icons/system_package.xpm
-share/icons/tablet.xpm
-share/icons/terminal.xpm
-share/icons/tex.xpm
-share/icons/tgz.xpm
-share/icons/titlebar.xpm
-share/icons/trash.xpm
-share/icons/txt.xpm
-share/icons/unknown.xpm
-share/icons/utilities_package.xpm
-share/icons/video.xpm
-share/icons/www.xpm
-share/icons/x.xpm
-share/icons/y_src.xpm
-share/icons/zip_mount.xpm
-share/icons/zip_unmount.xpm
-share/locale/br/LC_MESSAGES/kbgndwm.mo
-share/locale/br/LC_MESSAGES/kcmbell.mo
-share/locale/br/LC_MESSAGES/kcmdisplay.mo
-share/locale/br/LC_MESSAGES/kcminfo.mo
-share/locale/br/LC_MESSAGES/kcminput.mo
-share/locale/br/LC_MESSAGES/kcmkeys.mo
-share/locale/br/LC_MESSAGES/kcmkfm.mo
-share/locale/br/LC_MESSAGES/kcmkpanel.mo
-share/locale/br/LC_MESSAGES/kcmkwm.mo
-share/locale/br/LC_MESSAGES/kcmlocale.mo
-share/locale/br/LC_MESSAGES/kcmsamba.mo
-share/locale/br/LC_MESSAGES/kcmsample.mo
-share/locale/br/LC_MESSAGES/kcmsyssound.mo
-share/locale/br/LC_MESSAGES/kcontrol.mo
-share/locale/br/LC_MESSAGES/kdehelp.mo
-share/locale/br/LC_MESSAGES/kdm.mo
-share/locale/br/LC_MESSAGES/kdmconfig.mo
-share/locale/br/LC_MESSAGES/kfind.mo
-share/locale/br/LC_MESSAGES/kfm.mo
-share/locale/br/LC_MESSAGES/kfontmanager.mo
-share/locale/br/LC_MESSAGES/kikbd.mo
-share/locale/br/LC_MESSAGES/klock.mo
-share/locale/br/LC_MESSAGES/kmenuedit.mo
-share/locale/br/LC_MESSAGES/konsole.mo
-share/locale/br/LC_MESSAGES/kpager.mo
-share/locale/br/LC_MESSAGES/kpanel.mo
-share/locale/br/LC_MESSAGES/krootwm.mo
-share/locale/br/LC_MESSAGES/kstart.mo
-share/locale/br/LC_MESSAGES/kvt.mo
-share/locale/br/LC_MESSAGES/kwm.mo
-share/locale/ca/LC_MESSAGES/kbgndwm.mo
-share/locale/ca/LC_MESSAGES/kcmbell.mo
-share/locale/ca/LC_MESSAGES/kcmdisplay.mo
-share/locale/ca/LC_MESSAGES/kcminfo.mo
-share/locale/ca/LC_MESSAGES/kcminput.mo
-share/locale/ca/LC_MESSAGES/kcmkeys.mo
-share/locale/ca/LC_MESSAGES/kcmkfm.mo
-share/locale/ca/LC_MESSAGES/kcmkpanel.mo
-share/locale/ca/LC_MESSAGES/kcmkwm.mo
-share/locale/ca/LC_MESSAGES/kcmlocale.mo
-share/locale/ca/LC_MESSAGES/kcmsamba.mo
-share/locale/ca/LC_MESSAGES/kcmsample.mo
-share/locale/ca/LC_MESSAGES/kcmsyssound.mo
-share/locale/ca/LC_MESSAGES/kcontrol.mo
-share/locale/ca/LC_MESSAGES/kdehelp.mo
-share/locale/ca/LC_MESSAGES/kdm.mo
-share/locale/ca/LC_MESSAGES/kdmconfig.mo
-share/locale/ca/LC_MESSAGES/kfind.mo
-share/locale/ca/LC_MESSAGES/kfm.mo
-share/locale/ca/LC_MESSAGES/kfontmanager.mo
-share/locale/ca/LC_MESSAGES/kikbd.mo
-share/locale/ca/LC_MESSAGES/klock.mo
-share/locale/ca/LC_MESSAGES/kmenuedit.mo
-share/locale/ca/LC_MESSAGES/konsole.mo
-share/locale/ca/LC_MESSAGES/kpager.mo
-share/locale/ca/LC_MESSAGES/kpanel.mo
-share/locale/ca/LC_MESSAGES/krootwm.mo
-share/locale/ca/LC_MESSAGES/kstart.mo
-share/locale/ca/LC_MESSAGES/kvt.mo
-share/locale/ca/LC_MESSAGES/kwm.mo
-share/locale/cs/LC_MESSAGES/kcmbell.mo
-share/locale/cs/LC_MESSAGES/kcmdisplay.mo
-share/locale/cs/LC_MESSAGES/kcminfo.mo
-share/locale/cs/LC_MESSAGES/kcminput.mo
-share/locale/cs/LC_MESSAGES/kcmkeys.mo
-share/locale/cs/LC_MESSAGES/kcmkfm.mo
-share/locale/cs/LC_MESSAGES/kcmkpanel.mo
-share/locale/cs/LC_MESSAGES/kcmkwm.mo
-share/locale/cs/LC_MESSAGES/kcmlocale.mo
-share/locale/cs/LC_MESSAGES/kcmsamba.mo
-share/locale/cs/LC_MESSAGES/kcmsample.mo
-share/locale/cs/LC_MESSAGES/kcmsyssound.mo
-share/locale/cs/LC_MESSAGES/kcontrol.mo
-share/locale/cs/LC_MESSAGES/kdehelp.mo
-share/locale/cs/LC_MESSAGES/kdm.mo
-share/locale/cs/LC_MESSAGES/kdmconfig.mo
-share/locale/cs/LC_MESSAGES/kfind.mo
-share/locale/cs/LC_MESSAGES/kfm.mo
-share/locale/cs/LC_MESSAGES/kfontmanager.mo
-share/locale/cs/LC_MESSAGES/kikbd.mo
-share/locale/cs/LC_MESSAGES/klock.mo
-share/locale/cs/LC_MESSAGES/kmenuedit.mo
-share/locale/cs/LC_MESSAGES/konsole.mo
-share/locale/cs/LC_MESSAGES/kpager.mo
-share/locale/cs/LC_MESSAGES/kpanel.mo
-share/locale/cs/LC_MESSAGES/krootwm.mo
-share/locale/cs/LC_MESSAGES/kstart.mo
-share/locale/cs/LC_MESSAGES/kvt.mo
-share/locale/cs/LC_MESSAGES/kwm.mo
-share/locale/da/LC_MESSAGES/kbgndwm.mo
-share/locale/da/LC_MESSAGES/kcmbell.mo
-share/locale/da/LC_MESSAGES/kcmdisplay.mo
-share/locale/da/LC_MESSAGES/kcminfo.mo
-share/locale/da/LC_MESSAGES/kcminput.mo
-share/locale/da/LC_MESSAGES/kcmkeys.mo
-share/locale/da/LC_MESSAGES/kcmkfm.mo
-share/locale/da/LC_MESSAGES/kcmkpanel.mo
-share/locale/da/LC_MESSAGES/kcmkwm.mo
-share/locale/da/LC_MESSAGES/kcmlocale.mo
-share/locale/da/LC_MESSAGES/kcmsamba.mo
-share/locale/da/LC_MESSAGES/kcmsample.mo
-share/locale/da/LC_MESSAGES/kcmsyssound.mo
-share/locale/da/LC_MESSAGES/kcontrol.mo
-share/locale/da/LC_MESSAGES/kdehelp.mo
-share/locale/da/LC_MESSAGES/kdm.mo
-share/locale/da/LC_MESSAGES/kdmconfig.mo
-share/locale/da/LC_MESSAGES/kfind.mo
-share/locale/da/LC_MESSAGES/kfm.mo
-share/locale/da/LC_MESSAGES/kfontmanager.mo
-share/locale/da/LC_MESSAGES/kikbd.mo
-share/locale/da/LC_MESSAGES/klock.mo
-share/locale/da/LC_MESSAGES/kmenuedit.mo
-share/locale/da/LC_MESSAGES/konsole.mo
-share/locale/da/LC_MESSAGES/kpager.mo
-share/locale/da/LC_MESSAGES/kpanel.mo
-share/locale/da/LC_MESSAGES/krootwm.mo
-share/locale/da/LC_MESSAGES/kstart.mo
-share/locale/da/LC_MESSAGES/kvt.mo
-share/locale/da/LC_MESSAGES/kwm.mo
-share/locale/de/LC_MESSAGES/kbgndwm.mo
-share/locale/de/LC_MESSAGES/kcmbell.mo
-share/locale/de/LC_MESSAGES/kcmdisplay.mo
-share/locale/de/LC_MESSAGES/kcminfo.mo
-share/locale/de/LC_MESSAGES/kcminput.mo
-share/locale/de/LC_MESSAGES/kcmkeys.mo
-share/locale/de/LC_MESSAGES/kcmkfm.mo
-share/locale/de/LC_MESSAGES/kcmkpanel.mo
-share/locale/de/LC_MESSAGES/kcmkwm.mo
-share/locale/de/LC_MESSAGES/kcmlocale.mo
-share/locale/de/LC_MESSAGES/kcmsamba.mo
-share/locale/de/LC_MESSAGES/kcmsample.mo
-share/locale/de/LC_MESSAGES/kcmsyssound.mo
-share/locale/de/LC_MESSAGES/kcontrol.mo
-share/locale/de/LC_MESSAGES/kdehelp.mo
-share/locale/de/LC_MESSAGES/kdm.mo
-share/locale/de/LC_MESSAGES/kdmconfig.mo
-share/locale/de/LC_MESSAGES/kfind.mo
-share/locale/de/LC_MESSAGES/kfm.mo
-share/locale/de/LC_MESSAGES/kfontmanager.mo
-share/locale/de/LC_MESSAGES/kikbd.mo
-share/locale/de/LC_MESSAGES/klock.mo
-share/locale/de/LC_MESSAGES/kmenuedit.mo
-share/locale/de/LC_MESSAGES/konsole.mo
-share/locale/de/LC_MESSAGES/kpager.mo
-share/locale/de/LC_MESSAGES/kpanel.mo
-share/locale/de/LC_MESSAGES/krootwm.mo
-share/locale/de/LC_MESSAGES/kstart.mo
-share/locale/de/LC_MESSAGES/kthememgr.mo
-share/locale/de/LC_MESSAGES/kvt.mo
-share/locale/de/LC_MESSAGES/kwm.mo
-share/locale/el/LC_MESSAGES/kcmbell.mo
-share/locale/el/LC_MESSAGES/kcmdisplay.mo
-share/locale/el/LC_MESSAGES/kcminfo.mo
-share/locale/el/LC_MESSAGES/kcminput.mo
-share/locale/el/LC_MESSAGES/kcmkpanel.mo
-share/locale/el/LC_MESSAGES/kcmkwm.mo
-share/locale/el/LC_MESSAGES/kcmlocale.mo
-share/locale/el/LC_MESSAGES/kcmsamba.mo
-share/locale/el/LC_MESSAGES/kcmsample.mo
-share/locale/el/LC_MESSAGES/kcmsyssound.mo
-share/locale/el/LC_MESSAGES/kcontrol.mo
-share/locale/el/LC_MESSAGES/kdehelp.mo
-share/locale/el/LC_MESSAGES/kdm.mo
-share/locale/el/LC_MESSAGES/kdmconfig.mo
-share/locale/el/LC_MESSAGES/kfind.mo
-share/locale/el/LC_MESSAGES/kfm.mo
-share/locale/el/LC_MESSAGES/kfontmanager.mo
-share/locale/el/LC_MESSAGES/klock.mo
-share/locale/el/LC_MESSAGES/kmenuedit.mo
-share/locale/el/LC_MESSAGES/kpanel.mo
-share/locale/el/LC_MESSAGES/krootwm.mo
-share/locale/el/LC_MESSAGES/kvt.mo
-share/locale/el/LC_MESSAGES/kwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmdisplay.mo
-share/locale/en_UK/LC_MESSAGES/kcmkwm.mo
-share/locale/en_UK/LC_MESSAGES/kcmsyssound.mo
-share/locale/en_UK/LC_MESSAGES/kdehelp.mo
-share/locale/en_UK/LC_MESSAGES/kdmconfig.mo
-share/locale/en_UK/LC_MESSAGES/klock.mo
-share/locale/en_UK/LC_MESSAGES/kvt.mo
-share/locale/en_UK/LC_MESSAGES/kwm.mo
-share/locale/eo/LC_MESSAGES/kbgndwm.mo
-share/locale/eo/LC_MESSAGES/kcmbell.mo
-share/locale/eo/LC_MESSAGES/kcmdisplay.mo
-share/locale/eo/LC_MESSAGES/kcminfo.mo
-share/locale/eo/LC_MESSAGES/kcminput.mo
-share/locale/eo/LC_MESSAGES/kcmkeys.mo
-share/locale/eo/LC_MESSAGES/kcmkfm.mo
-share/locale/eo/LC_MESSAGES/kcmkpanel.mo
-share/locale/eo/LC_MESSAGES/kcmkwm.mo
-share/locale/eo/LC_MESSAGES/kcmlocale.mo
-share/locale/eo/LC_MESSAGES/kcmsamba.mo
-share/locale/eo/LC_MESSAGES/kcmsample.mo
-share/locale/eo/LC_MESSAGES/kcmsyssound.mo
-share/locale/eo/LC_MESSAGES/kcontrol.mo
-share/locale/eo/LC_MESSAGES/kdehelp.mo
-share/locale/eo/LC_MESSAGES/kdm.mo
-share/locale/eo/LC_MESSAGES/kdmconfig.mo
-share/locale/eo/LC_MESSAGES/kfind.mo
-share/locale/eo/LC_MESSAGES/kfm.mo
-share/locale/eo/LC_MESSAGES/kfontmanager.mo
-share/locale/eo/LC_MESSAGES/kikbd.mo
-share/locale/eo/LC_MESSAGES/klock.mo
-share/locale/eo/LC_MESSAGES/kmenuedit.mo
-share/locale/eo/LC_MESSAGES/konsole.mo
-share/locale/eo/LC_MESSAGES/kpager.mo
-share/locale/eo/LC_MESSAGES/kpanel.mo
-share/locale/eo/LC_MESSAGES/krootwm.mo
-share/locale/eo/LC_MESSAGES/kstart.mo
-share/locale/eo/LC_MESSAGES/kvt.mo
-share/locale/eo/LC_MESSAGES/kwm.mo
-share/locale/es/LC_MESSAGES/kbgndwm.mo
-share/locale/es/LC_MESSAGES/kcmbell.mo
-share/locale/es/LC_MESSAGES/kcmdisplay.mo
-share/locale/es/LC_MESSAGES/kcminfo.mo
-share/locale/es/LC_MESSAGES/kcminput.mo
-share/locale/es/LC_MESSAGES/kcmkeys.mo
-share/locale/es/LC_MESSAGES/kcmkfm.mo
-share/locale/es/LC_MESSAGES/kcmkpanel.mo
-share/locale/es/LC_MESSAGES/kcmkwm.mo
-share/locale/es/LC_MESSAGES/kcmlocale.mo
-share/locale/es/LC_MESSAGES/kcmsamba.mo
-share/locale/es/LC_MESSAGES/kcmsample.mo
-share/locale/es/LC_MESSAGES/kcmsyssound.mo
-share/locale/es/LC_MESSAGES/kcontrol.mo
-share/locale/es/LC_MESSAGES/kdehelp.mo
-share/locale/es/LC_MESSAGES/kdm.mo
-share/locale/es/LC_MESSAGES/kdmconfig.mo
-share/locale/es/LC_MESSAGES/kfind.mo
-share/locale/es/LC_MESSAGES/kfm.mo
-share/locale/es/LC_MESSAGES/kfontmanager.mo
-share/locale/es/LC_MESSAGES/kikbd.mo
-share/locale/es/LC_MESSAGES/klock.mo
-share/locale/es/LC_MESSAGES/kmenuedit.mo
-share/locale/es/LC_MESSAGES/konsole.mo
-share/locale/es/LC_MESSAGES/kpager.mo
-share/locale/es/LC_MESSAGES/kpanel.mo
-share/locale/es/LC_MESSAGES/krootwm.mo
-share/locale/es/LC_MESSAGES/kstart.mo
-share/locale/es/LC_MESSAGES/kvt.mo
-share/locale/es/LC_MESSAGES/kwm.mo
-share/locale/et/LC_MESSAGES/kbgndwm.mo
-share/locale/et/LC_MESSAGES/kcmbell.mo
-share/locale/et/LC_MESSAGES/kcmdisplay.mo
-share/locale/et/LC_MESSAGES/kcminfo.mo
-share/locale/et/LC_MESSAGES/kcminput.mo
-share/locale/et/LC_MESSAGES/kcmkeys.mo
-share/locale/et/LC_MESSAGES/kcmkfm.mo
-share/locale/et/LC_MESSAGES/kcmkpanel.mo
-share/locale/et/LC_MESSAGES/kcmkwm.mo
-share/locale/et/LC_MESSAGES/kcmlocale.mo
-share/locale/et/LC_MESSAGES/kcmsamba.mo
-share/locale/et/LC_MESSAGES/kcmsample.mo
-share/locale/et/LC_MESSAGES/kcmsyssound.mo
-share/locale/et/LC_MESSAGES/kcontrol.mo
-share/locale/et/LC_MESSAGES/kdehelp.mo
-share/locale/et/LC_MESSAGES/kdm.mo
-share/locale/et/LC_MESSAGES/kdmconfig.mo
-share/locale/et/LC_MESSAGES/kfind.mo
-share/locale/et/LC_MESSAGES/kfm.mo
-share/locale/et/LC_MESSAGES/kfontmanager.mo
-share/locale/et/LC_MESSAGES/kikbd.mo
-share/locale/et/LC_MESSAGES/klock.mo
-share/locale/et/LC_MESSAGES/kmenuedit.mo
-share/locale/et/LC_MESSAGES/konsole.mo
-share/locale/et/LC_MESSAGES/kpager.mo
-share/locale/et/LC_MESSAGES/kpanel.mo
-share/locale/et/LC_MESSAGES/krootwm.mo
-share/locale/et/LC_MESSAGES/kstart.mo
-share/locale/et/LC_MESSAGES/kvt.mo
-share/locale/et/LC_MESSAGES/kwm.mo
-share/locale/fi/LC_MESSAGES/kbgndwm.mo
-share/locale/fi/LC_MESSAGES/kcmbell.mo
-share/locale/fi/LC_MESSAGES/kcmdisplay.mo
-share/locale/fi/LC_MESSAGES/kcminfo.mo
-share/locale/fi/LC_MESSAGES/kcminput.mo
-share/locale/fi/LC_MESSAGES/kcmkeys.mo
-share/locale/fi/LC_MESSAGES/kcmkfm.mo
-share/locale/fi/LC_MESSAGES/kcmkpanel.mo
-share/locale/fi/LC_MESSAGES/kcmkwm.mo
-share/locale/fi/LC_MESSAGES/kcmlocale.mo
-share/locale/fi/LC_MESSAGES/kcmsamba.mo
-share/locale/fi/LC_MESSAGES/kcmsample.mo
-share/locale/fi/LC_MESSAGES/kcmsyssound.mo
-share/locale/fi/LC_MESSAGES/kcontrol.mo
-share/locale/fi/LC_MESSAGES/kdehelp.mo
-share/locale/fi/LC_MESSAGES/kdm.mo
-share/locale/fi/LC_MESSAGES/kdmconfig.mo
-share/locale/fi/LC_MESSAGES/kfind.mo
-share/locale/fi/LC_MESSAGES/kfm.mo
-share/locale/fi/LC_MESSAGES/kfontmanager.mo
-share/locale/fi/LC_MESSAGES/kikbd.mo
-share/locale/fi/LC_MESSAGES/klock.mo
-share/locale/fi/LC_MESSAGES/kmenuedit.mo
-share/locale/fi/LC_MESSAGES/konsole.mo
-share/locale/fi/LC_MESSAGES/kpager.mo
-share/locale/fi/LC_MESSAGES/kpanel.mo
-share/locale/fi/LC_MESSAGES/krootwm.mo
-share/locale/fi/LC_MESSAGES/kstart.mo
-share/locale/fi/LC_MESSAGES/kthememgr.mo
-share/locale/fi/LC_MESSAGES/kvt.mo
-share/locale/fi/LC_MESSAGES/kwm.mo
-share/locale/fr/LC_MESSAGES/kbgndwm.mo
-share/locale/fr/LC_MESSAGES/kcmbell.mo
-share/locale/fr/LC_MESSAGES/kcmdisplay.mo
-share/locale/fr/LC_MESSAGES/kcminfo.mo
-share/locale/fr/LC_MESSAGES/kcminput.mo
-share/locale/fr/LC_MESSAGES/kcmkeys.mo
-share/locale/fr/LC_MESSAGES/kcmkfm.mo
-share/locale/fr/LC_MESSAGES/kcmkpanel.mo
-share/locale/fr/LC_MESSAGES/kcmkwm.mo
-share/locale/fr/LC_MESSAGES/kcmlocale.mo
-share/locale/fr/LC_MESSAGES/kcmsamba.mo
-share/locale/fr/LC_MESSAGES/kcmsample.mo
-share/locale/fr/LC_MESSAGES/kcmsyssound.mo
-share/locale/fr/LC_MESSAGES/kcontrol.mo
-share/locale/fr/LC_MESSAGES/kdehelp.mo
-share/locale/fr/LC_MESSAGES/kdm.mo
-share/locale/fr/LC_MESSAGES/kdmconfig.mo
-share/locale/fr/LC_MESSAGES/kfind.mo
-share/locale/fr/LC_MESSAGES/kfm.mo
-share/locale/fr/LC_MESSAGES/kfontmanager.mo
-share/locale/fr/LC_MESSAGES/kikbd.mo
-share/locale/fr/LC_MESSAGES/klock.mo
-share/locale/fr/LC_MESSAGES/kmenuedit.mo
-share/locale/fr/LC_MESSAGES/konsole.mo
-share/locale/fr/LC_MESSAGES/kpager.mo
-share/locale/fr/LC_MESSAGES/kpanel.mo
-share/locale/fr/LC_MESSAGES/krootwm.mo
-share/locale/fr/LC_MESSAGES/kstart.mo
-share/locale/fr/LC_MESSAGES/kthememgr.mo
-share/locale/fr/LC_MESSAGES/kvt.mo
-share/locale/fr/LC_MESSAGES/kwm.mo
-share/locale/he/LC_MESSAGES/kcmbell.mo
-share/locale/he/LC_MESSAGES/kcmdisplay.mo
-share/locale/he/LC_MESSAGES/kcminfo.mo
-share/locale/he/LC_MESSAGES/kcmkfm.mo
-share/locale/he/LC_MESSAGES/kcmkpanel.mo
-share/locale/he/LC_MESSAGES/kcmlocale.mo
-share/locale/he/LC_MESSAGES/kcontrol.mo
-share/locale/he/LC_MESSAGES/kdehelp.mo
-share/locale/he/LC_MESSAGES/kdm.mo
-share/locale/he/LC_MESSAGES/kfind.mo
-share/locale/he/LC_MESSAGES/kfm.mo
-share/locale/he/LC_MESSAGES/kpanel.mo
-share/locale/he/LC_MESSAGES/krootwm.mo
-share/locale/he/LC_MESSAGES/ksysv.mo
-share/locale/he/LC_MESSAGES/kuser.mo
-share/locale/he/LC_MESSAGES/kvt.mo
-share/locale/he/LC_MESSAGES/kwm.mo
-share/locale/hr/LC_MESSAGES/kbgndwm.mo
-share/locale/hr/LC_MESSAGES/kcmbell.mo
-share/locale/hr/LC_MESSAGES/kcmdisplay.mo
-share/locale/hr/LC_MESSAGES/kcminfo.mo
-share/locale/hr/LC_MESSAGES/kcminput.mo
-share/locale/hr/LC_MESSAGES/kcmkeys.mo
-share/locale/hr/LC_MESSAGES/kcmkfm.mo
-share/locale/hr/LC_MESSAGES/kcmkpanel.mo
-share/locale/hr/LC_MESSAGES/kcmkwm.mo
-share/locale/hr/LC_MESSAGES/kcmlocale.mo
-share/locale/hr/LC_MESSAGES/kcmsamba.mo
-share/locale/hr/LC_MESSAGES/kcmsample.mo
-share/locale/hr/LC_MESSAGES/kcmsyssound.mo
-share/locale/hr/LC_MESSAGES/kcontrol.mo
-share/locale/hr/LC_MESSAGES/kdehelp.mo
-share/locale/hr/LC_MESSAGES/kdm.mo
-share/locale/hr/LC_MESSAGES/kdmconfig.mo
-share/locale/hr/LC_MESSAGES/kfind.mo
-share/locale/hr/LC_MESSAGES/kfm.mo
-share/locale/hr/LC_MESSAGES/kfontmanager.mo
-share/locale/hr/LC_MESSAGES/kikbd.mo
-share/locale/hr/LC_MESSAGES/klock.mo
-share/locale/hr/LC_MESSAGES/kmenuedit.mo
-share/locale/hr/LC_MESSAGES/konsole.mo
-share/locale/hr/LC_MESSAGES/kpager.mo
-share/locale/hr/LC_MESSAGES/kpanel.mo
-share/locale/hr/LC_MESSAGES/krootwm.mo
-share/locale/hr/LC_MESSAGES/kstart.mo
-share/locale/hr/LC_MESSAGES/kvt.mo
-share/locale/hr/LC_MESSAGES/kwm.mo
-share/locale/hs/LC_MESSAGES/kcmkwm.mo
-share/locale/hs/LC_MESSAGES/kcmlocale.mo
-share/locale/hs/LC_MESSAGES/kcmpanel.mo
-share/locale/hs/LC_MESSAGES/kcontrol.mo
-share/locale/hs/LC_MESSAGES/kde.mo
-share/locale/hs/LC_MESSAGES/kdehelp.mo
-share/locale/hs/LC_MESSAGES/kdm.mo
-share/locale/hs/LC_MESSAGES/kdmconfig.mo
-share/locale/hs/LC_MESSAGES/kfm.mo
-share/locale/hs/LC_MESSAGES/konsole.mo
-share/locale/hs/LC_MESSAGES/kpanel.mo
-share/locale/hs/LC_MESSAGES/krootwm.mo
-share/locale/hs/LC_MESSAGES/kstart.mo
-share/locale/hs/LC_MESSAGES/kvt.mo
-share/locale/hs/LC_MESSAGES/kwm.mo
-share/locale/hu/LC_MESSAGES/kbgndwm.mo
-share/locale/hu/LC_MESSAGES/kcmbell.mo
-share/locale/hu/LC_MESSAGES/kcmdisplay.mo
-share/locale/hu/LC_MESSAGES/kcminfo.mo
-share/locale/hu/LC_MESSAGES/kcminput.mo
-share/locale/hu/LC_MESSAGES/kcmkeys.mo
-share/locale/hu/LC_MESSAGES/kcmkfm.mo
-share/locale/hu/LC_MESSAGES/kcmkpanel.mo
-share/locale/hu/LC_MESSAGES/kcmkwm.mo
-share/locale/hu/LC_MESSAGES/kcmlocale.mo
-share/locale/hu/LC_MESSAGES/kcmsamba.mo
-share/locale/hu/LC_MESSAGES/kcmsample.mo
-share/locale/hu/LC_MESSAGES/kcmsyssound.mo
-share/locale/hu/LC_MESSAGES/kcontrol.mo
-share/locale/hu/LC_MESSAGES/kdehelp.mo
-share/locale/hu/LC_MESSAGES/kdm.mo
-share/locale/hu/LC_MESSAGES/kdmconfig.mo
-share/locale/hu/LC_MESSAGES/kfind.mo
-share/locale/hu/LC_MESSAGES/kfm.mo
-share/locale/hu/LC_MESSAGES/kfontmanager.mo
-share/locale/hu/LC_MESSAGES/kikbd.mo
-share/locale/hu/LC_MESSAGES/klock.mo
-share/locale/hu/LC_MESSAGES/kmenuedit.mo
-share/locale/hu/LC_MESSAGES/konsole.mo
-share/locale/hu/LC_MESSAGES/kpager.mo
-share/locale/hu/LC_MESSAGES/kpanel.mo
-share/locale/hu/LC_MESSAGES/krootwm.mo
-share/locale/hu/LC_MESSAGES/kstart.mo
-share/locale/hu/LC_MESSAGES/kvt.mo
-share/locale/hu/LC_MESSAGES/kwm.mo
-share/locale/is/LC_MESSAGES/kbgndwm.mo
-share/locale/is/LC_MESSAGES/kcmbell.mo
-share/locale/is/LC_MESSAGES/kcmdisplay.mo
-share/locale/is/LC_MESSAGES/kcminfo.mo
-share/locale/is/LC_MESSAGES/kcminput.mo
-share/locale/is/LC_MESSAGES/kcmkeys.mo
-share/locale/is/LC_MESSAGES/kcmkfm.mo
-share/locale/is/LC_MESSAGES/kcmkpanel.mo
-share/locale/is/LC_MESSAGES/kcmkwm.mo
-share/locale/is/LC_MESSAGES/kcmlocale.mo
-share/locale/is/LC_MESSAGES/kcmsamba.mo
-share/locale/is/LC_MESSAGES/kcmsample.mo
-share/locale/is/LC_MESSAGES/kcmsyssound.mo
-share/locale/is/LC_MESSAGES/kcontrol.mo
-share/locale/is/LC_MESSAGES/kdehelp.mo
-share/locale/is/LC_MESSAGES/kdm.mo
-share/locale/is/LC_MESSAGES/kdmconfig.mo
-share/locale/is/LC_MESSAGES/kfind.mo
-share/locale/is/LC_MESSAGES/kfm.mo
-share/locale/is/LC_MESSAGES/kfontmanager.mo
-share/locale/is/LC_MESSAGES/kikbd.mo
-share/locale/is/LC_MESSAGES/klock.mo
-share/locale/is/LC_MESSAGES/kmenuedit.mo
-share/locale/is/LC_MESSAGES/konsole.mo
-share/locale/is/LC_MESSAGES/kpager.mo
-share/locale/is/LC_MESSAGES/kpanel.mo
-share/locale/is/LC_MESSAGES/krootwm.mo
-share/locale/is/LC_MESSAGES/kstart.mo
-share/locale/is/LC_MESSAGES/kthememgr.mo
-share/locale/is/LC_MESSAGES/kvt.mo
-share/locale/is/LC_MESSAGES/kwm.mo
-share/locale/it/LC_MESSAGES/kbgndwm.mo
-share/locale/it/LC_MESSAGES/kcmbell.mo
-share/locale/it/LC_MESSAGES/kcmdisplay.mo
-share/locale/it/LC_MESSAGES/kcminfo.mo
-share/locale/it/LC_MESSAGES/kcminput.mo
-share/locale/it/LC_MESSAGES/kcmkeys.mo
-share/locale/it/LC_MESSAGES/kcmkfm.mo
-share/locale/it/LC_MESSAGES/kcmkpanel.mo
-share/locale/it/LC_MESSAGES/kcmkwm.mo
-share/locale/it/LC_MESSAGES/kcmlocale.mo
-share/locale/it/LC_MESSAGES/kcmsamba.mo
-share/locale/it/LC_MESSAGES/kcmsample.mo
-share/locale/it/LC_MESSAGES/kcmsyssound.mo
-share/locale/it/LC_MESSAGES/kcontrol.mo
-share/locale/it/LC_MESSAGES/kdehelp.mo
-share/locale/it/LC_MESSAGES/kdm.mo
-share/locale/it/LC_MESSAGES/kdmconfig.mo
-share/locale/it/LC_MESSAGES/kfind.mo
-share/locale/it/LC_MESSAGES/kfm.mo
-share/locale/it/LC_MESSAGES/kfontmanager.mo
-share/locale/it/LC_MESSAGES/kikbd.mo
-share/locale/it/LC_MESSAGES/klock.mo
-share/locale/it/LC_MESSAGES/kmenuedit.mo
-share/locale/it/LC_MESSAGES/konsole.mo
-share/locale/it/LC_MESSAGES/kpager.mo
-share/locale/it/LC_MESSAGES/kpanel.mo
-share/locale/it/LC_MESSAGES/krootwm.mo
-share/locale/it/LC_MESSAGES/kstart.mo
-share/locale/it/LC_MESSAGES/kvt.mo
-share/locale/it/LC_MESSAGES/kwm.mo
-share/locale/ja/LC_MESSAGES/kbgndwm.mo
-share/locale/ja/LC_MESSAGES/kcmbell.mo
-share/locale/ja/LC_MESSAGES/kcmdisplay.mo
-share/locale/ja/LC_MESSAGES/kcminfo.mo
-share/locale/ja/LC_MESSAGES/kcminput.mo
-share/locale/ja/LC_MESSAGES/kcmkeys.mo
-share/locale/ja/LC_MESSAGES/kcmkfm.mo
-share/locale/ja/LC_MESSAGES/kcmkpanel.mo
-share/locale/ja/LC_MESSAGES/kcmkwm.mo
-share/locale/ja/LC_MESSAGES/kcmlocale.mo
-share/locale/ja/LC_MESSAGES/kcmsamba.mo
-share/locale/ja/LC_MESSAGES/kcmsample.mo
-share/locale/ja/LC_MESSAGES/kcmsyssound.mo
-share/locale/ja/LC_MESSAGES/kcontrol.mo
-share/locale/ja/LC_MESSAGES/kdehelp.mo
-share/locale/ja/LC_MESSAGES/kdm.mo
-share/locale/ja/LC_MESSAGES/kdmconfig.mo
-share/locale/ja/LC_MESSAGES/kfind.mo
-share/locale/ja/LC_MESSAGES/kfm.mo
-share/locale/ja/LC_MESSAGES/kfontmanager.mo
-share/locale/ja/LC_MESSAGES/kikbd.mo
-share/locale/ja/LC_MESSAGES/klock.mo
-share/locale/ja/LC_MESSAGES/kmenuedit.mo
-share/locale/ja/LC_MESSAGES/konsole.mo
-share/locale/ja/LC_MESSAGES/kpager.mo
-share/locale/ja/LC_MESSAGES/kpanel.mo
-share/locale/ja/LC_MESSAGES/krootwm.mo
-share/locale/ja/LC_MESSAGES/kvt.mo
-share/locale/ja/LC_MESSAGES/kwm.mo
-share/locale/ko/LC_MESSAGES/kcmbell.mo
-share/locale/ko/LC_MESSAGES/kcmdisplay.mo
-share/locale/ko/LC_MESSAGES/kcminfo.mo
-share/locale/ko/LC_MESSAGES/kcminput.mo
-share/locale/ko/LC_MESSAGES/kcmkpanel.mo
-share/locale/ko/LC_MESSAGES/kcmkwm.mo
-share/locale/ko/LC_MESSAGES/kcmlocale.mo
-share/locale/ko/LC_MESSAGES/kcmsamba.mo
-share/locale/ko/LC_MESSAGES/kcmsample.mo
-share/locale/ko/LC_MESSAGES/kcmsyssound.mo
-share/locale/ko/LC_MESSAGES/kcontrol.mo
-share/locale/ko/LC_MESSAGES/kdehelp.mo
-share/locale/ko/LC_MESSAGES/kdm.mo
-share/locale/ko/LC_MESSAGES/kdmconfig.mo
-share/locale/ko/LC_MESSAGES/kfind.mo
-share/locale/ko/LC_MESSAGES/kfm.mo
-share/locale/ko/LC_MESSAGES/kfontmanager.mo
-share/locale/ko/LC_MESSAGES/klock.mo
-share/locale/ko/LC_MESSAGES/kmenuedit.mo
-share/locale/ko/LC_MESSAGES/kpanel.mo
-share/locale/ko/LC_MESSAGES/krootwm.mo
-share/locale/ko/LC_MESSAGES/kvt.mo
-share/locale/ko/LC_MESSAGES/kwm.mo
-share/locale/mk/LC_MESSAGES/kcmdisplay.mo
-share/locale/mk/LC_MESSAGES/kdehelp.mo
-share/locale/mk/LC_MESSAGES/kdm.mo
-share/locale/mk/LC_MESSAGES/kfind.mo
-share/locale/mk/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kcmbell.mo
-share/locale/nl/LC_MESSAGES/kcmdisplay.mo
-share/locale/nl/LC_MESSAGES/kcminfo.mo
-share/locale/nl/LC_MESSAGES/kcminput.mo
-share/locale/nl/LC_MESSAGES/kcmkpanel.mo
-share/locale/nl/LC_MESSAGES/kcmkwm.mo
-share/locale/nl/LC_MESSAGES/kcmlocale.mo
-share/locale/nl/LC_MESSAGES/kcmsamba.mo
-share/locale/nl/LC_MESSAGES/kcmsample.mo
-share/locale/nl/LC_MESSAGES/kcmsyssound.mo
-share/locale/nl/LC_MESSAGES/kcontrol.mo
-share/locale/nl/LC_MESSAGES/kdehelp.mo
-share/locale/nl/LC_MESSAGES/kdm.mo
-share/locale/nl/LC_MESSAGES/kdmconfig.mo
-share/locale/nl/LC_MESSAGES/kfind.mo
-share/locale/nl/LC_MESSAGES/kfm.mo
-share/locale/nl/LC_MESSAGES/kfontmanager.mo
-share/locale/nl/LC_MESSAGES/kikbd.mo
-share/locale/nl/LC_MESSAGES/klock.mo
-share/locale/nl/LC_MESSAGES/kmenuedit.mo
-share/locale/nl/LC_MESSAGES/kpanel.mo
-share/locale/nl/LC_MESSAGES/krootwm.mo
-share/locale/nl/LC_MESSAGES/kvt.mo
-share/locale/nl/LC_MESSAGES/kwm.mo
-share/locale/no/LC_MESSAGES/kbgndwm.mo
-share/locale/no/LC_MESSAGES/kcmbell.mo
-share/locale/no/LC_MESSAGES/kcmdisplay.mo
-share/locale/no/LC_MESSAGES/kcminfo.mo
-share/locale/no/LC_MESSAGES/kcminput.mo
-share/locale/no/LC_MESSAGES/kcmkeys.mo
-share/locale/no/LC_MESSAGES/kcmkfm.mo
-share/locale/no/LC_MESSAGES/kcmkpanel.mo
-share/locale/no/LC_MESSAGES/kcmkwm.mo
-share/locale/no/LC_MESSAGES/kcmlocale.mo
-share/locale/no/LC_MESSAGES/kcmsamba.mo
-share/locale/no/LC_MESSAGES/kcmsample.mo
-share/locale/no/LC_MESSAGES/kcmsyssound.mo
-share/locale/no/LC_MESSAGES/kcontrol.mo
-share/locale/no/LC_MESSAGES/kdehelp.mo
-share/locale/no/LC_MESSAGES/kdm.mo
-share/locale/no/LC_MESSAGES/kdmconfig.mo
-share/locale/no/LC_MESSAGES/kfind.mo
-share/locale/no/LC_MESSAGES/kfm.mo
-share/locale/no/LC_MESSAGES/kfontmanager.mo
-share/locale/no/LC_MESSAGES/kikbd.mo
-share/locale/no/LC_MESSAGES/klock.mo
-share/locale/no/LC_MESSAGES/kmenuedit.mo
-share/locale/no/LC_MESSAGES/konsole.mo
-share/locale/no/LC_MESSAGES/kpager.mo
-share/locale/no/LC_MESSAGES/kpanel.mo
-share/locale/no/LC_MESSAGES/krootwm.mo
-share/locale/no/LC_MESSAGES/kstart.mo
-share/locale/no/LC_MESSAGES/kvt.mo
-share/locale/no/LC_MESSAGES/kwm.mo
-share/locale/pl/LC_MESSAGES/kbgndwm.mo
-share/locale/pl/LC_MESSAGES/kcmbell.mo
-share/locale/pl/LC_MESSAGES/kcmdisplay.mo
-share/locale/pl/LC_MESSAGES/kcminfo.mo
-share/locale/pl/LC_MESSAGES/kcminput.mo
-share/locale/pl/LC_MESSAGES/kcmkeys.mo
-share/locale/pl/LC_MESSAGES/kcmkfm.mo
-share/locale/pl/LC_MESSAGES/kcmkpanel.mo
-share/locale/pl/LC_MESSAGES/kcmkwm.mo
-share/locale/pl/LC_MESSAGES/kcmlocale.mo
-share/locale/pl/LC_MESSAGES/kcmsamba.mo
-share/locale/pl/LC_MESSAGES/kcmsample.mo
-share/locale/pl/LC_MESSAGES/kcmsyssound.mo
-share/locale/pl/LC_MESSAGES/kcontrol.mo
-share/locale/pl/LC_MESSAGES/kdehelp.mo
-share/locale/pl/LC_MESSAGES/kdm.mo
-share/locale/pl/LC_MESSAGES/kdmconfig.mo
-share/locale/pl/LC_MESSAGES/kfind.mo
-share/locale/pl/LC_MESSAGES/kfm.mo
-share/locale/pl/LC_MESSAGES/kfontmanager.mo
-share/locale/pl/LC_MESSAGES/kikbd.mo
-share/locale/pl/LC_MESSAGES/klock.mo
-share/locale/pl/LC_MESSAGES/kmenuedit.mo
-share/locale/pl/LC_MESSAGES/konsole.mo
-share/locale/pl/LC_MESSAGES/kpager.mo
-share/locale/pl/LC_MESSAGES/kpanel.mo
-share/locale/pl/LC_MESSAGES/krootwm.mo
-share/locale/pl/LC_MESSAGES/kstart.mo
-share/locale/pl/LC_MESSAGES/kthememgr.mo
-share/locale/pl/LC_MESSAGES/kvt.mo
-share/locale/pl/LC_MESSAGES/kwm.mo
-share/locale/pt/LC_MESSAGES/kcmbell.mo
-share/locale/pt/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt/LC_MESSAGES/kcminfo.mo
-share/locale/pt/LC_MESSAGES/kcminput.mo
-share/locale/pt/LC_MESSAGES/kcmkeys.mo
-share/locale/pt/LC_MESSAGES/kcmkfm.mo
-share/locale/pt/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt/LC_MESSAGES/kcmkwm.mo
-share/locale/pt/LC_MESSAGES/kcmlocale.mo
-share/locale/pt/LC_MESSAGES/kcmsamba.mo
-share/locale/pt/LC_MESSAGES/kcmsample.mo
-share/locale/pt/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt/LC_MESSAGES/kcontrol.mo
-share/locale/pt/LC_MESSAGES/kdehelp.mo
-share/locale/pt/LC_MESSAGES/kdm.mo
-share/locale/pt/LC_MESSAGES/kdmconfig.mo
-share/locale/pt/LC_MESSAGES/kfind.mo
-share/locale/pt/LC_MESSAGES/kfm.mo
-share/locale/pt/LC_MESSAGES/kfontmanager.mo
-share/locale/pt/LC_MESSAGES/kikbd.mo
-share/locale/pt/LC_MESSAGES/klock.mo
-share/locale/pt/LC_MESSAGES/kmenuedit.mo
-share/locale/pt/LC_MESSAGES/kpanel.mo
-share/locale/pt/LC_MESSAGES/krootwm.mo
-share/locale/pt/LC_MESSAGES/kstart.mo
-share/locale/pt/LC_MESSAGES/kvt.mo
-share/locale/pt/LC_MESSAGES/kwm.mo
-share/locale/pt_BR/LC_MESSAGES/kbgndwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmbell.mo
-share/locale/pt_BR/LC_MESSAGES/kcmdisplay.mo
-share/locale/pt_BR/LC_MESSAGES/kcminfo.mo
-share/locale/pt_BR/LC_MESSAGES/kcminput.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkeys.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkfm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkpanel.mo
-share/locale/pt_BR/LC_MESSAGES/kcmkwm.mo
-share/locale/pt_BR/LC_MESSAGES/kcmlocale.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsamba.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsample.mo
-share/locale/pt_BR/LC_MESSAGES/kcmsyssound.mo
-share/locale/pt_BR/LC_MESSAGES/kcontrol.mo
-share/locale/pt_BR/LC_MESSAGES/kdehelp.mo
-share/locale/pt_BR/LC_MESSAGES/kdm.mo
-share/locale/pt_BR/LC_MESSAGES/kdmconfig.mo
-share/locale/pt_BR/LC_MESSAGES/kfind.mo
-share/locale/pt_BR/LC_MESSAGES/kfm.mo
-share/locale/pt_BR/LC_MESSAGES/kfontmanager.mo
-share/locale/pt_BR/LC_MESSAGES/kikbd.mo
-share/locale/pt_BR/LC_MESSAGES/klock.mo
-share/locale/pt_BR/LC_MESSAGES/kmenuedit.mo
-share/locale/pt_BR/LC_MESSAGES/konsole.mo
-share/locale/pt_BR/LC_MESSAGES/kpager.mo
-share/locale/pt_BR/LC_MESSAGES/kpanel.mo
-share/locale/pt_BR/LC_MESSAGES/krootwm.mo
-share/locale/pt_BR/LC_MESSAGES/kstart.mo
-share/locale/pt_BR/LC_MESSAGES/kvt.mo
-share/locale/pt_BR/LC_MESSAGES/kwm.mo
-share/locale/ro/LC_MESSAGES/kbgndwm.mo
-share/locale/ro/LC_MESSAGES/kcmbell.mo
-share/locale/ro/LC_MESSAGES/kcmdisplay.mo
-share/locale/ro/LC_MESSAGES/kcminfo.mo
-share/locale/ro/LC_MESSAGES/kcminput.mo
-share/locale/ro/LC_MESSAGES/kcmkpanel.mo
-share/locale/ro/LC_MESSAGES/kcmkwm.mo
-share/locale/ro/LC_MESSAGES/kcmlocale.mo
-share/locale/ro/LC_MESSAGES/kcmsamba.mo
-share/locale/ro/LC_MESSAGES/kcmsample.mo
-share/locale/ro/LC_MESSAGES/kcmsyssound.mo
-share/locale/ro/LC_MESSAGES/kcontrol.mo
-share/locale/ro/LC_MESSAGES/kdehelp.mo
-share/locale/ro/LC_MESSAGES/kdm.mo
-share/locale/ro/LC_MESSAGES/kdmconfig.mo
-share/locale/ro/LC_MESSAGES/kfind.mo
-share/locale/ro/LC_MESSAGES/kfm.mo
-share/locale/ro/LC_MESSAGES/kfontmanager.mo
-share/locale/ro/LC_MESSAGES/klock.mo
-share/locale/ro/LC_MESSAGES/kmenuedit.mo
-share/locale/ro/LC_MESSAGES/kpanel.mo
-share/locale/ro/LC_MESSAGES/krootwm.mo
-share/locale/ro/LC_MESSAGES/kvt.mo
-share/locale/ro/LC_MESSAGES/kwm.mo
-share/locale/ru/LC_MESSAGES/kbgndwm.mo
-share/locale/ru/LC_MESSAGES/kcmbell.mo
-share/locale/ru/LC_MESSAGES/kcmdisplay.mo
-share/locale/ru/LC_MESSAGES/kcminfo.mo
-share/locale/ru/LC_MESSAGES/kcminput.mo
-share/locale/ru/LC_MESSAGES/kcmkeys.mo
-share/locale/ru/LC_MESSAGES/kcmkfm.mo
-share/locale/ru/LC_MESSAGES/kcmkpanel.mo
-share/locale/ru/LC_MESSAGES/kcmkwm.mo
-share/locale/ru/LC_MESSAGES/kcmlocale.mo
-share/locale/ru/LC_MESSAGES/kcmsamba.mo
-share/locale/ru/LC_MESSAGES/kcmsample.mo
-share/locale/ru/LC_MESSAGES/kcmsyssound.mo
-share/locale/ru/LC_MESSAGES/kcontrol.mo
-share/locale/ru/LC_MESSAGES/kdehelp.mo
-share/locale/ru/LC_MESSAGES/kdm.mo
-share/locale/ru/LC_MESSAGES/kdmconfig.mo
-share/locale/ru/LC_MESSAGES/kfind.mo
-share/locale/ru/LC_MESSAGES/kfm.mo
-share/locale/ru/LC_MESSAGES/kfontmanager.mo
-share/locale/ru/LC_MESSAGES/kikbd.mo
-share/locale/ru/LC_MESSAGES/klock.mo
-share/locale/ru/LC_MESSAGES/kmenuedit.mo
-share/locale/ru/LC_MESSAGES/konsole.mo
-share/locale/ru/LC_MESSAGES/kpager.mo
-share/locale/ru/LC_MESSAGES/kpanel.mo
-share/locale/ru/LC_MESSAGES/krootwm.mo
-share/locale/ru/LC_MESSAGES/kstart.mo
-share/locale/ru/LC_MESSAGES/kvt.mo
-share/locale/ru/LC_MESSAGES/kwm.mo
-share/locale/sk/LC_MESSAGES/kbgndwm.mo
-share/locale/sk/LC_MESSAGES/kcmbell.mo
-share/locale/sk/LC_MESSAGES/kcmdisplay.mo
-share/locale/sk/LC_MESSAGES/kcminfo.mo
-share/locale/sk/LC_MESSAGES/kcminput.mo
-share/locale/sk/LC_MESSAGES/kcmkeys.mo
-share/locale/sk/LC_MESSAGES/kcmkfm.mo
-share/locale/sk/LC_MESSAGES/kcmkpanel.mo
-share/locale/sk/LC_MESSAGES/kcmkwm.mo
-share/locale/sk/LC_MESSAGES/kcmlocale.mo
-share/locale/sk/LC_MESSAGES/kcmsamba.mo
-share/locale/sk/LC_MESSAGES/kcmsample.mo
-share/locale/sk/LC_MESSAGES/kcmsyssound.mo
-share/locale/sk/LC_MESSAGES/kcontrol.mo
-share/locale/sk/LC_MESSAGES/kdehelp.mo
-share/locale/sk/LC_MESSAGES/kdm.mo
-share/locale/sk/LC_MESSAGES/kdmconfig.mo
-share/locale/sk/LC_MESSAGES/kfind.mo
-share/locale/sk/LC_MESSAGES/kfm.mo
-share/locale/sk/LC_MESSAGES/kfontmanager.mo
-share/locale/sk/LC_MESSAGES/kikbd.mo
-share/locale/sk/LC_MESSAGES/klock.mo
-share/locale/sk/LC_MESSAGES/kmenuedit.mo
-share/locale/sk/LC_MESSAGES/konsole.mo
-share/locale/sk/LC_MESSAGES/kpager.mo
-share/locale/sk/LC_MESSAGES/kpanel.mo
-share/locale/sk/LC_MESSAGES/krootwm.mo
-share/locale/sk/LC_MESSAGES/kstart.mo
-share/locale/sk/LC_MESSAGES/kvt.mo
-share/locale/sk/LC_MESSAGES/kwm.mo
-share/locale/sl/LC_MESSAGES/kbgndwm.mo
-share/locale/sl/LC_MESSAGES/kcmbell.mo
-share/locale/sl/LC_MESSAGES/kcmdisplay.mo
-share/locale/sl/LC_MESSAGES/kcminfo.mo
-share/locale/sl/LC_MESSAGES/kcminput.mo
-share/locale/sl/LC_MESSAGES/kcmkeys.mo
-share/locale/sl/LC_MESSAGES/kcmkfm.mo
-share/locale/sl/LC_MESSAGES/kcmkpanel.mo
-share/locale/sl/LC_MESSAGES/kcmkwm.mo
-share/locale/sl/LC_MESSAGES/kcmlocale.mo
-share/locale/sl/LC_MESSAGES/kcmsamba.mo
-share/locale/sl/LC_MESSAGES/kcmsample.mo
-share/locale/sl/LC_MESSAGES/kcmsyssound.mo
-share/locale/sl/LC_MESSAGES/kcontrol.mo
-share/locale/sl/LC_MESSAGES/kdehelp.mo
-share/locale/sl/LC_MESSAGES/kdm.mo
-share/locale/sl/LC_MESSAGES/kdmconfig.mo
-share/locale/sl/LC_MESSAGES/kfind.mo
-share/locale/sl/LC_MESSAGES/kfm.mo
-share/locale/sl/LC_MESSAGES/kfontmanager.mo
-share/locale/sl/LC_MESSAGES/kikbd.mo
-share/locale/sl/LC_MESSAGES/klock.mo
-share/locale/sl/LC_MESSAGES/kmenuedit.mo
-share/locale/sl/LC_MESSAGES/konsole.mo
-share/locale/sl/LC_MESSAGES/kpager.mo
-share/locale/sl/LC_MESSAGES/kpanel.mo
-share/locale/sl/LC_MESSAGES/krootwm.mo
-share/locale/sl/LC_MESSAGES/kstart.mo
-share/locale/sl/LC_MESSAGES/kthememgr.mo
-share/locale/sl/LC_MESSAGES/kvt.mo
-share/locale/sl/LC_MESSAGES/kwm.mo
-share/locale/sv/LC_MESSAGES/kbgndwm.mo
-share/locale/sv/LC_MESSAGES/kcmbell.mo
-share/locale/sv/LC_MESSAGES/kcmdisplay.mo
-share/locale/sv/LC_MESSAGES/kcminfo.mo
-share/locale/sv/LC_MESSAGES/kcminput.mo
-share/locale/sv/LC_MESSAGES/kcmkeys.mo
-share/locale/sv/LC_MESSAGES/kcmkfm.mo
-share/locale/sv/LC_MESSAGES/kcmkpanel.mo
-share/locale/sv/LC_MESSAGES/kcmkwm.mo
-share/locale/sv/LC_MESSAGES/kcmlocale.mo
-share/locale/sv/LC_MESSAGES/kcmsamba.mo
-share/locale/sv/LC_MESSAGES/kcmsample.mo
-share/locale/sv/LC_MESSAGES/kcmsyssound.mo
-share/locale/sv/LC_MESSAGES/kcontrol.mo
-share/locale/sv/LC_MESSAGES/kdehelp.mo
-share/locale/sv/LC_MESSAGES/kdm.mo
-share/locale/sv/LC_MESSAGES/kdmconfig.mo
-share/locale/sv/LC_MESSAGES/kfind.mo
-share/locale/sv/LC_MESSAGES/kfm.mo
-share/locale/sv/LC_MESSAGES/kfontmanager.mo
-share/locale/sv/LC_MESSAGES/kikbd.mo
-share/locale/sv/LC_MESSAGES/klock.mo
-share/locale/sv/LC_MESSAGES/kmenuedit.mo
-share/locale/sv/LC_MESSAGES/konsole.mo
-share/locale/sv/LC_MESSAGES/kpager.mo
-share/locale/sv/LC_MESSAGES/kpanel.mo
-share/locale/sv/LC_MESSAGES/krootwm.mo
-share/locale/sv/LC_MESSAGES/kstart.mo
-share/locale/sv/LC_MESSAGES/kvt.mo
-share/locale/sv/LC_MESSAGES/kwm.mo
-share/locale/tr/LC_MESSAGES/kcmbell.mo
-share/locale/tr/LC_MESSAGES/kcmdisplay.mo
-share/locale/tr/LC_MESSAGES/kcminfo.mo
-share/locale/tr/LC_MESSAGES/kcminput.mo
-share/locale/tr/LC_MESSAGES/kcmkpanel.mo
-share/locale/tr/LC_MESSAGES/kcmkwm.mo
-share/locale/tr/LC_MESSAGES/kcmlocale.mo
-share/locale/tr/LC_MESSAGES/kcmsamba.mo
-share/locale/tr/LC_MESSAGES/kcmsample.mo
-share/locale/tr/LC_MESSAGES/kcmsyssound.mo
-share/locale/tr/LC_MESSAGES/kcontrol.mo
-share/locale/tr/LC_MESSAGES/kdehelp.mo
-share/locale/tr/LC_MESSAGES/kdm.mo
-share/locale/tr/LC_MESSAGES/kdmconfig.mo
-share/locale/tr/LC_MESSAGES/kfind.mo
-share/locale/tr/LC_MESSAGES/kfm.mo
-share/locale/tr/LC_MESSAGES/kfontmanager.mo
-share/locale/tr/LC_MESSAGES/klock.mo
-share/locale/tr/LC_MESSAGES/kmenuedit.mo
-share/locale/tr/LC_MESSAGES/kpanel.mo
-share/locale/tr/LC_MESSAGES/krootwm.mo
-share/locale/tr/LC_MESSAGES/kstart.mo
-share/locale/tr/LC_MESSAGES/kvt.mo
-share/locale/tr/LC_MESSAGES/kwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kbgndwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmbell.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminfo.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcminput.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkeys.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsample.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kcontrol.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdehelp.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfind.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kikbd.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/klock.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/konsole.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpager.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kpanel.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/krootwm.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kstart.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kvt.mo
-share/locale/zh_CN.GB2312/LC_MESSAGES/kwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmbell.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmdisplay.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminfo.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcminput.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmkwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmlocale.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsamba.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsample.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcmsyssound.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kcontrol.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdehelp.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kdmconfig.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfind.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kfontmanager.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/klock.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kmenuedit.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kpanel.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/krootwm.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kvt.mo
-share/locale/zh_TW.Big5/LC_MESSAGES/kwm.mo
-share/mimelnk/application/gzip.kdelnk
-share/mimelnk/application/octet-stream.kdelnk
-share/mimelnk/application/pdf.kdelnk
-share/mimelnk/application/postscript.kdelnk
-share/mimelnk/application/x-ar.kdelnk
-share/mimelnk/application/x-core.kdelnk
-share/mimelnk/application/x-dvi.kdelnk
-share/mimelnk/application/x-executable.kdelnk
-share/mimelnk/application/x-font.kdelnk
-share/mimelnk/application/x-java.kdelnk
-share/mimelnk/application/x-kdelnk.kdelnk
-share/mimelnk/application/x-lha.kdelnk
-share/mimelnk/application/x-object.kdelnk
-share/mimelnk/application/x-shellscript.kdelnk
-share/mimelnk/application/x-tar.kdelnk
-share/mimelnk/application/x-tbz.kdelnk
-share/mimelnk/application/x-tex-gf.kdelnk
-share/mimelnk/application/x-tex-pk.kdelnk
-share/mimelnk/application/x-trash.kdelnk
-share/mimelnk/application/x-zip.kdelnk
-share/mimelnk/audio/x-midi.kdelnk
-share/mimelnk/audio/x-mod.kdelnk
-share/mimelnk/audio/x-mp3.kdelnk
-share/mimelnk/audio/x-wav.kdelnk
-share/mimelnk/image/cgm.kdelnk
-share/mimelnk/image/fax-g3.kdelnk
-share/mimelnk/image/gif.kdelnk
-share/mimelnk/image/jpeg.kdelnk
-share/mimelnk/image/png.kdelnk
-share/mimelnk/image/tiff.kdelnk
-share/mimelnk/image/x-xbm.kdelnk
-share/mimelnk/image/x-xpm.kdelnk
-share/mimelnk/inode/block.kdelnk
-share/mimelnk/inode/chardevice.kdelnk
-share/mimelnk/inode/directory-locked.kdelnk
-share/mimelnk/inode/directory.kdelnk
-share/mimelnk/inode/fifo.kdelnk
-share/mimelnk/inode/socket.kdelnk
-share/mimelnk/magic
-share/mimelnk/text/english.kdelnk
-share/mimelnk/text/html.kdelnk
-share/mimelnk/text/plain.kdelnk
-share/mimelnk/text/rtf.kdelnk
-share/mimelnk/text/sgml.kdelnk
-share/mimelnk/text/x-c++.kdelnk
-share/mimelnk/text/x-c++hdr.kdelnk
-share/mimelnk/text/x-c++src.kdelnk
-share/mimelnk/text/x-c.kdelnk
-share/mimelnk/text/x-chdr.kdelnk
-share/mimelnk/text/x-csrc.kdelnk
-share/mimelnk/text/x-java.kdelnk
-share/mimelnk/text/x-makefile.kdelnk
-share/mimelnk/text/x-moc.kdelnk
-share/mimelnk/text/x-pascal.kdelnk
-share/mimelnk/text/x-tcl.kdelnk
-share/mimelnk/text/x-tex.kdelnk
-share/mimelnk/video/mpeg.kdelnk
-share/mimelnk/video/quicktime.kdelnk
-share/mimelnk/video/x-flic.kdelnk
-share/mimelnk/video/x-msvideo.kdelnk
-share/sounds/KDE_Close_Window.wav
-share/sounds/KDE_Logout.wav
-share/sounds/KDE_Startup.wav
-share/sounds/KDE_Window_DeIconify.wav
-share/sounds/KDE_Window_Iconify.wav
-share/sounds/KDE_Window_Maximize.wav
-share/sounds/KDE_Window_Shade_Down.wav
-share/sounds/KDE_Window_Shade_Up.wav
-share/sounds/KDE_Window_Sticky.wav
-share/sounds/KDE_Window_UnMaximize.wav
-share/sounds/KDE_Window_UnSticky.wav
-share/wallpapers/abnormal_fluid.jpg
-share/wallpapers/absolute_zero.jpg
-share/wallpapers/abstract_clay.jpg
-share/wallpapers/alien_riverbed.jpg
-share/wallpapers/ancient_glyphs.jpg
-share/wallpapers/aqua_ravines.jpg
-share/wallpapers/banana_squishie.jpg
-share/wallpapers/berries.jpg
-share/wallpapers/blkmarble.jpg
-share/wallpapers/bluegrnt.jpg
-share/wallpapers/boiling_centrifuge.jpg
-share/wallpapers/bowtie.jpg
-share/wallpapers/brass_trails.jpg
-share/wallpapers/brass_wiring.jpg
-share/wallpapers/bronze_tornado.jpg
-share/wallpapers/bubble_vortex.jpg
-share/wallpapers/burning_fire.jpg
-share/wallpapers/cellular_tetsuo.jpg
-share/wallpapers/chalk_marks.jpg
-share/wallpapers/chess.jpg
-share/wallpapers/chunky_spinach.jpg
-share/wallpapers/circuit.jpg
-share/wallpapers/clay_caverns.jpg
-share/wallpapers/cloth_bubbles.jpg
-share/wallpapers/cocoon_skin.jpg
-share/wallpapers/coloured_hearts.jpg
-share/wallpapers/copper_blur.jpg
-share/wallpapers/copper_liquid.jpg
-share/wallpapers/corroded_rock.jpg
-share/wallpapers/cosmic_gears.jpg
-share/wallpapers/cosmic_lillypads.jpg
-share/wallpapers/cracking_blueberry.jpg
-share/wallpapers/crayon_canyon.jpg
-share/wallpapers/cruising_color.jpg
-share/wallpapers/cubic1.jpg
-share/wallpapers/cubic2.jpg
-share/wallpapers/dancy_pants.jpg
-share/wallpapers/digital_waves.jpg
-share/wallpapers/distorted_anomaly.jpg
-share/wallpapers/engraved_gold.jpg
-share/wallpapers/eroding_sandstone.jpg
-share/wallpapers/expired_cornflakes.jpg
-share/wallpapers/face.jpg
-share/wallpapers/fisheye_lens.jpg
-share/wallpapers/foam_strands.jpg
-share/wallpapers/foggy1.jpg
-share/wallpapers/foggy2.jpg
-share/wallpapers/folded_space.jpg
-share/wallpapers/fractal_nebula.jpg
-share/wallpapers/freon_mist.jpg
-share/wallpapers/fudge_chunks.jpg
-share/wallpapers/fusion_fire.jpg
-share/wallpapers/future_farms.jpg
-share/wallpapers/gator_hide.jpg
-share/wallpapers/gelatin_chemical.jpg
-share/wallpapers/goldring_globe.jpg
-share/wallpapers/grablkwt.jpg
-share/wallpapers/gray2.jpg
-share/wallpapers/greek.jpg
-share/wallpapers/gremlin_buds.jpg
-share/wallpapers/ground_zero.jpg
-share/wallpapers/heat_ripple.jpg
-share/wallpapers/iceberg_tips.jpg
-share/wallpapers/indigo_paint.jpg
-share/wallpapers/infared_fossil.jpg
-share/wallpapers/infinity_cube.jpg
-share/wallpapers/inner_quasar.jpg
-share/wallpapers/isotope_threads.jpg
-share/wallpapers/jello_elbows.jpg
+share/doc/HTML/en/kwm/introduction.html
+share/doc/HTML/en/kwm/is-it-possible-to-add-kde-extensions-to-othe.html
+share/doc/HTML/en/kwm/minicli.html
+share/doc/HTML/en/kwm/mouse-control.html
+share/doc/HTML/en/kwm/shortcuts.html
+share/doc/HTML/en/kwm/soundevents.html
+share/doc/HTML/en/kwm/usingemphasiskwmemphasis.html
+share/doc/HTML/en/kwm/why-can-t-i-define-new-shortcuts-for-launchi.html
+share/doc/HTML/en/kwm/why-does-kwm-look-so-much-like-windows-95.html
+share/fonts/9x15.pcf.gz
+share/fonts/console8x16.pcf.gz
+share/fonts/console8x8.pcf.gz
+share/fonts/fonts.dir
+share/icons/hicolor/32x32/apps/bell.png
+share/icons/hicolor/32x32/apps/buttons.png
+share/icons/hicolor/32x32/apps/clock.png
+share/icons/hicolor/32x32/apps/colors.png
+share/icons/hicolor/32x32/apps/energy.png
+share/icons/hicolor/32x32/apps/fonts.png
+share/icons/hicolor/32x32/apps/go.png
+share/icons/hicolor/32x32/apps/icons.png
+share/icons/hicolor/32x32/apps/information.png
+share/icons/hicolor/32x32/apps/kcmdevices.png
+share/icons/hicolor/32x32/apps/kcmkwm.png
+share/icons/hicolor/32x32/apps/kcmmemory.png
+share/icons/hicolor/32x32/apps/kcmpartitions.png
+share/icons/hicolor/32x32/apps/kcmpci.png
+share/icons/hicolor/32x32/apps/kcmprocessor.png
+share/icons/hicolor/32x32/apps/kcmscsi.png
+share/icons/hicolor/32x32/apps/kcmsound.png
+share/icons/hicolor/32x32/apps/kcmsyssound.png
+share/icons/hicolor/32x32/apps/kcmx.png
+share/icons/hicolor/32x32/apps/kcontrol.png
+share/icons/hicolor/32x32/apps/kdisknav.png
+share/icons/hicolor/32x32/apps/kdmconfig.png
+share/icons/hicolor/32x32/apps/kfm_home.png
+share/icons/hicolor/32x32/apps/khelpcenter.png
+share/icons/hicolor/32x32/apps/knotify.png
+share/icons/hicolor/32x32/apps/konqueror.png
+share/icons/hicolor/32x32/apps/konsole.png
+share/icons/hicolor/32x32/apps/kthememgr.png
+share/icons/hicolor/32x32/apps/kwin.png
+share/icons/hicolor/32x32/apps/locale.png
+share/icons/hicolor/32x32/apps/mouse.png
+share/icons/hicolor/32x32/apps/package.png
+share/icons/hicolor/32x32/apps/package_applications.png
+share/icons/hicolor/32x32/apps/package_editors.png
+share/icons/hicolor/32x32/apps/package_favourite.png
+share/icons/hicolor/32x32/apps/package_games.png
+share/icons/hicolor/32x32/apps/package_graphics.png
+share/icons/hicolor/32x32/apps/package_multimedia.png
+share/icons/hicolor/32x32/apps/package_network.png
+share/icons/hicolor/32x32/apps/package_settings.png
+share/icons/hicolor/32x32/apps/package_system.png
+share/icons/hicolor/32x32/apps/package_utilities.png
+share/icons/hicolor/32x32/apps/password.png
+share/icons/hicolor/32x32/apps/screensaver.png
+share/icons/hicolor/32x32/apps/style.png
+share/icons/hicolor/32x32/apps/terminal.png
+share/icons/hicolor/32x32/apps/titlebar.png
+share/icons/hicolor/32x32/apps/window_list.png
+share/icons/hicolor/32x32/apps/winprops.png
+share/icons/hicolor/32x32/devices/3floppy_mount.png
+share/icons/hicolor/32x32/devices/3floppy_unmount.png
+share/icons/hicolor/32x32/devices/5floppy_mount.png
+share/icons/hicolor/32x32/devices/5floppy_unmount.png
+share/icons/hicolor/32x32/devices/cdrom_mount.png
+share/icons/hicolor/32x32/devices/cdrom_unmount.png
+share/icons/hicolor/32x32/devices/cdwriter_mount.png
+share/icons/hicolor/32x32/devices/cdwriter_unmount.png
+share/icons/hicolor/32x32/devices/hdd_mount.png
+share/icons/hicolor/32x32/devices/hdd_unmount.png
+share/icons/hicolor/32x32/devices/memory.png
+share/icons/hicolor/32x32/devices/mo_mount.png
+share/icons/hicolor/32x32/devices/mo_unmount.png
+share/icons/hicolor/32x32/devices/printer1.png
+share/icons/hicolor/32x32/devices/printer2.png
+share/icons/hicolor/32x32/devices/scanner.png
+share/icons/hicolor/32x32/devices/tablet.png
+share/icons/hicolor/32x32/devices/zip_mount.png
+share/icons/hicolor/32x32/devices/zip_unmount.png
+share/icons/hicolor/48x48/apps/background.png
+share/icons/hicolor/48x48/apps/bell.png
+share/icons/hicolor/48x48/apps/buttons.png
+share/icons/hicolor/48x48/apps/clock.png
+share/icons/hicolor/48x48/apps/colors.png
+share/icons/hicolor/48x48/apps/fonts.png
+share/icons/hicolor/48x48/apps/go.png
+share/icons/hicolor/48x48/apps/gvim.png
+share/icons/hicolor/48x48/apps/icons.png
+share/icons/hicolor/48x48/apps/kcmdevices.png
+share/icons/hicolor/48x48/apps/kcmkwm.png
+share/icons/hicolor/48x48/apps/kcmmemory.png
+share/icons/hicolor/48x48/apps/kcmpartitions.png
+share/icons/hicolor/48x48/apps/kcmpci.png
+share/icons/hicolor/48x48/apps/kcmprocessor.png
+share/icons/hicolor/48x48/apps/kcmscsi.png
+share/icons/hicolor/48x48/apps/kcmsyssound.png
+share/icons/hicolor/48x48/apps/kcontrol.png
+share/icons/hicolor/48x48/apps/kdehelp.png
+share/icons/hicolor/48x48/apps/kdisknav.png
+share/icons/hicolor/48x48/apps/kdmconfig.png
+share/icons/hicolor/48x48/apps/keyboard.png
+share/icons/hicolor/48x48/apps/kfm_home.png
+share/icons/hicolor/48x48/apps/khelpcenter.png
+share/icons/hicolor/48x48/apps/kmenuedit.png
+share/icons/hicolor/48x48/apps/knotify.png
+share/icons/hicolor/48x48/apps/konqueror.png
+share/icons/hicolor/48x48/apps/konsole.png
+share/icons/hicolor/48x48/apps/kthememgr.png
+share/icons/hicolor/48x48/apps/kwin.png
+share/icons/hicolor/48x48/apps/locale.png
+share/icons/hicolor/48x48/apps/mouse.png
+share/icons/hicolor/48x48/apps/package.png
+share/icons/hicolor/48x48/apps/package_applications.png
+share/icons/hicolor/48x48/apps/package_editors.png
+share/icons/hicolor/48x48/apps/package_favourite.png
+share/icons/hicolor/48x48/apps/package_games.png
+share/icons/hicolor/48x48/apps/package_graphics.png
+share/icons/hicolor/48x48/apps/package_multimedia.png
+share/icons/hicolor/48x48/apps/package_network.png
+share/icons/hicolor/48x48/apps/package_settings.png
+share/icons/hicolor/48x48/apps/package_system.png
+share/icons/hicolor/48x48/apps/package_utilities.png
+share/icons/hicolor/48x48/apps/password.png
+share/icons/hicolor/48x48/apps/screensaver.png
+share/icons/hicolor/48x48/apps/style.png
+share/icons/hicolor/48x48/apps/terminal.png
+share/icons/hicolor/48x48/apps/titlebar.png
+share/icons/hicolor/48x48/apps/window_list.png
+share/icons/hicolor/48x48/apps/winprops.png
+share/icons/hicolor/48x48/devices/3floppy_mount.png
+share/icons/hicolor/48x48/devices/3floppy_unmount.png
+share/icons/hicolor/48x48/devices/5floppy_mount.png
+share/icons/hicolor/48x48/devices/5floppy_unmount.png
+share/icons/hicolor/48x48/devices/cdrom_mount.png
+share/icons/hicolor/48x48/devices/cdrom_unmount.png
+share/icons/hicolor/48x48/devices/cdwriter_mount.png
+share/icons/hicolor/48x48/devices/cdwriter_unmount.png
+share/icons/hicolor/48x48/devices/hdd_mount.png
+share/icons/hicolor/48x48/devices/hdd_unmount.png
+share/icons/hicolor/48x48/devices/memory.png
+share/icons/hicolor/48x48/devices/mo_mount.png
+share/icons/hicolor/48x48/devices/mo_unmount.png
+share/icons/hicolor/48x48/devices/printer1.png
+share/icons/hicolor/48x48/devices/printer2.png
+share/icons/hicolor/48x48/devices/scanner.png
+share/icons/hicolor/48x48/devices/tablet.png
+share/icons/hicolor/48x48/devices/zip_mount.png
+share/icons/hicolor/48x48/devices/zip_unmount.png
+share/icons/locolor/16x16/apps/acroread.png
+share/icons/locolor/16x16/apps/application_settings.png
+share/icons/locolor/16x16/apps/applixware.png
+share/icons/locolor/16x16/apps/background.png
+share/icons/locolor/16x16/apps/bell.png
+share/icons/locolor/16x16/apps/buttons.png
+share/icons/locolor/16x16/apps/bx2.png
+share/icons/locolor/16x16/apps/clock.png
+share/icons/locolor/16x16/apps/colors.png
+share/icons/locolor/16x16/apps/desktop_settings.png
+share/icons/locolor/16x16/apps/dlgedit.png
+share/icons/locolor/16x16/apps/emacs.png
+share/icons/locolor/16x16/apps/email.png
+share/icons/locolor/16x16/apps/energy.png
+share/icons/locolor/16x16/apps/fonts.png
+share/icons/locolor/16x16/apps/general_settings.png
+share/icons/locolor/16x16/apps/gimp.png
+share/icons/locolor/16x16/apps/go.png
+share/icons/locolor/16x16/apps/gv.png
+share/icons/locolor/16x16/apps/gvim.png
+share/icons/locolor/16x16/apps/helpbook.png
+share/icons/locolor/16x16/apps/helpbook_open.png
+share/icons/locolor/16x16/apps/helpdoc.png
+share/icons/locolor/16x16/apps/icons.png
+share/icons/locolor/16x16/apps/information_settings.png
+share/icons/locolor/16x16/apps/input_devices_settings.png
+share/icons/locolor/16x16/apps/kcmdevices.png
+share/icons/locolor/16x16/apps/kcmkwm.png
+share/icons/locolor/16x16/apps/kcmmemory.png
+share/icons/locolor/16x16/apps/kcmpartitions.png
+share/icons/locolor/16x16/apps/kcmpci.png
+share/icons/locolor/16x16/apps/kcmprocessor.png
+share/icons/locolor/16x16/apps/kcmscsi.png
+share/icons/locolor/16x16/apps/kcmsound.png
+share/icons/locolor/16x16/apps/kcmsyssound.png
+share/icons/locolor/16x16/apps/kcmx.png
+share/icons/locolor/16x16/apps/kcontrol.png
+share/icons/locolor/16x16/apps/kdisknav.png
+share/icons/locolor/16x16/apps/kdmconfig.png
+share/icons/locolor/16x16/apps/keyboard.png
+share/icons/locolor/16x16/apps/kfm.png
+share/icons/locolor/16x16/apps/kfm_home.png
+share/icons/locolor/16x16/apps/khelpcenter.png
+share/icons/locolor/16x16/apps/knotify.png
+share/icons/locolor/16x16/apps/konqueror.png
+share/icons/locolor/16x16/apps/konsole.png
+share/icons/locolor/16x16/apps/kscreensaver.png
+share/icons/locolor/16x16/apps/kthememgr.png
+share/icons/locolor/16x16/apps/kwin.png
+share/icons/locolor/16x16/apps/locale.png
+share/icons/locolor/16x16/apps/lyx.png
+share/icons/locolor/16x16/apps/mathematica.png
+share/icons/locolor/16x16/apps/mouse.png
+share/icons/locolor/16x16/apps/nedit.png
+share/icons/locolor/16x16/apps/netscape.png
+share/icons/locolor/16x16/apps/network_settings.png
+share/icons/locolor/16x16/apps/package.png
+share/icons/locolor/16x16/apps/package_applications.png
+share/icons/locolor/16x16/apps/package_editors.png
+share/icons/locolor/16x16/apps/package_favourite.png
+share/icons/locolor/16x16/apps/package_games.png
+share/icons/locolor/16x16/apps/package_graphics.png
+share/icons/locolor/16x16/apps/package_multimedia.png
+share/icons/locolor/16x16/apps/package_network.png
+share/icons/locolor/16x16/apps/package_settings.png
+share/icons/locolor/16x16/apps/package_system.png
+share/icons/locolor/16x16/apps/package_utilities.png
+share/icons/locolor/16x16/apps/panel.png
+share/icons/locolor/16x16/apps/panel_settings.png
+share/icons/locolor/16x16/apps/pci.png
+share/icons/locolor/16x16/apps/penguin.png
+share/icons/locolor/16x16/apps/pinguin.png
+share/icons/locolor/16x16/apps/plan.png
+share/icons/locolor/16x16/apps/samba.png
+share/icons/locolor/16x16/apps/screensaver.png
+share/icons/locolor/16x16/apps/script.png
+share/icons/locolor/16x16/apps/smbstatus.png
+share/icons/locolor/16x16/apps/sound_settings.png
+share/icons/locolor/16x16/apps/style.png
+share/icons/locolor/16x16/apps/terminal.png
+share/icons/locolor/16x16/apps/titlebar.png
+share/icons/locolor/16x16/apps/wabi.png
+share/icons/locolor/16x16/apps/window_list.png
+share/icons/locolor/16x16/apps/windows.png
+share/icons/locolor/16x16/apps/winprops.png
+share/icons/locolor/16x16/apps/wp.png
+share/icons/locolor/16x16/apps/x.png
+share/icons/locolor/16x16/apps/xcalc.png
+share/icons/locolor/16x16/apps/xclipboard.png
+share/icons/locolor/16x16/apps/xclock.png
+share/icons/locolor/16x16/apps/xconsole.png
+share/icons/locolor/16x16/apps/xedit.png
+share/icons/locolor/16x16/apps/xemacs.png
+share/icons/locolor/16x16/apps/xeyes.png
+share/icons/locolor/16x16/apps/xfig.png
+share/icons/locolor/16x16/apps/xfmail.png
+share/icons/locolor/16x16/apps/xload.png
+share/icons/locolor/16x16/apps/xosview.png
+share/icons/locolor/16x16/apps/xpaint.png
+share/icons/locolor/16x16/apps/xscreensaver.png
+share/icons/locolor/16x16/apps/xslight.png
+share/icons/locolor/16x16/apps/xv.png
+share/icons/locolor/16x16/devices/3floppy_mount.png
+share/icons/locolor/16x16/devices/3floppy_unmount.png
+share/icons/locolor/16x16/devices/5floppy_mount.png
+share/icons/locolor/16x16/devices/5floppy_unmount.png
+share/icons/locolor/16x16/devices/cdrom_mount.png
+share/icons/locolor/16x16/devices/cdrom_unmount.png
+share/icons/locolor/16x16/devices/cdwriter_mount.png
+share/icons/locolor/16x16/devices/cdwriter_unmount.png
+share/icons/locolor/16x16/devices/hdd_mount.png
+share/icons/locolor/16x16/devices/hdd_unmount.png
+share/icons/locolor/16x16/devices/memory.png
+share/icons/locolor/16x16/devices/mo_mount.png
+share/icons/locolor/16x16/devices/mo_unmount.png
+share/icons/locolor/16x16/devices/printer1.png
+share/icons/locolor/16x16/devices/printer2.png
+share/icons/locolor/16x16/devices/scanner.png
+share/icons/locolor/16x16/devices/tablet.png
+share/icons/locolor/16x16/devices/zip_mount.png
+share/icons/locolor/16x16/devices/zip_unmount.png
+share/icons/locolor/32x32/apps/acroread.png
+share/icons/locolor/32x32/apps/application_settings.png
+share/icons/locolor/32x32/apps/applixware.png
+share/icons/locolor/32x32/apps/background.png
+share/icons/locolor/32x32/apps/bell.png
+share/icons/locolor/32x32/apps/buttons.png
+share/icons/locolor/32x32/apps/clock.png
+share/icons/locolor/32x32/apps/colors.png
+share/icons/locolor/32x32/apps/desktop_settings.png
+share/icons/locolor/32x32/apps/dlgedit.png
+share/icons/locolor/32x32/apps/edit.png
+share/icons/locolor/32x32/apps/emacs.png
+share/icons/locolor/32x32/apps/email.png
+share/icons/locolor/32x32/apps/energy.png
+share/icons/locolor/32x32/apps/error.png
+share/icons/locolor/32x32/apps/fonts.png
+share/icons/locolor/32x32/apps/general_settings.png
+share/icons/locolor/32x32/apps/gimp.png
+share/icons/locolor/32x32/apps/go.png
+share/icons/locolor/32x32/apps/gv.png
+share/icons/locolor/32x32/apps/gvim.png
+share/icons/locolor/32x32/apps/icons.png
+share/icons/locolor/32x32/apps/information.png
+share/icons/locolor/32x32/apps/information_settings.png
+share/icons/locolor/32x32/apps/input_devices_settings.png
+share/icons/locolor/32x32/apps/kcmdevices.png
+share/icons/locolor/32x32/apps/kcmkwm.png
+share/icons/locolor/32x32/apps/kcmmemory.png
+share/icons/locolor/32x32/apps/kcmpartitions.png
+share/icons/locolor/32x32/apps/kcmpci.png
+share/icons/locolor/32x32/apps/kcmprocessor.png
+share/icons/locolor/32x32/apps/kcmscsi.png
+share/icons/locolor/32x32/apps/kcmsound.png
+share/icons/locolor/32x32/apps/kcmsyssound.png
+share/icons/locolor/32x32/apps/kcmx.png
+share/icons/locolor/32x32/apps/kcontrol.png
+share/icons/locolor/32x32/apps/kdisknav.png
+share/icons/locolor/32x32/apps/kdmconfig.png
+share/icons/locolor/32x32/apps/keyboard.png
+share/icons/locolor/32x32/apps/kfm.png
+share/icons/locolor/32x32/apps/kfm_home.png
+share/icons/locolor/32x32/apps/khelpcenter.png
+share/icons/locolor/32x32/apps/knotify.png
+share/icons/locolor/32x32/apps/konqueror.png
+share/icons/locolor/32x32/apps/konsole.png
+share/icons/locolor/32x32/apps/kscreensaver.png
+share/icons/locolor/32x32/apps/kthememgr.png
+share/icons/locolor/32x32/apps/kwin.png
+share/icons/locolor/32x32/apps/locale.png
+share/icons/locolor/32x32/apps/logo.png
+share/icons/locolor/32x32/apps/lyx.png
+share/icons/locolor/32x32/apps/mathematica.png
+share/icons/locolor/32x32/apps/mouse.png
+share/icons/locolor/32x32/apps/nedit.png
+share/icons/locolor/32x32/apps/netscape.png
+share/icons/locolor/32x32/apps/network.png
+share/icons/locolor/32x32/apps/network_settings.png
+share/icons/locolor/32x32/apps/nogo.png
+share/icons/locolor/32x32/apps/package.png
+share/icons/locolor/32x32/apps/package_applications.png
+share/icons/locolor/32x32/apps/package_editors.png
+share/icons/locolor/32x32/apps/package_favourite.png
+share/icons/locolor/32x32/apps/package_games.png
+share/icons/locolor/32x32/apps/package_graphics.png
+share/icons/locolor/32x32/apps/package_multimedia.png
+share/icons/locolor/32x32/apps/package_network.png
+share/icons/locolor/32x32/apps/package_settings.png
+share/icons/locolor/32x32/apps/package_system.png
+share/icons/locolor/32x32/apps/package_utilities.png
+share/icons/locolor/32x32/apps/panel_settings.png
+share/icons/locolor/32x32/apps/password.png
+share/icons/locolor/32x32/apps/penguin.png
+share/icons/locolor/32x32/apps/pinguin.png
+share/icons/locolor/32x32/apps/plan.png
+share/icons/locolor/32x32/apps/samba.png
+share/icons/locolor/32x32/apps/screensaver.png
+share/icons/locolor/32x32/apps/script.png
+share/icons/locolor/32x32/apps/sound_settings.png
+share/icons/locolor/32x32/apps/style.png
+share/icons/locolor/32x32/apps/terminal.png
+share/icons/locolor/32x32/apps/titlebar.png
+share/icons/locolor/32x32/apps/wabi.png
+share/icons/locolor/32x32/apps/window_list.png
+share/icons/locolor/32x32/apps/winprops.png
+share/icons/locolor/32x32/apps/wp.png
+share/icons/locolor/32x32/apps/x.png
+share/icons/locolor/32x32/apps/xcalc.png
+share/icons/locolor/32x32/apps/xclipboard.png
+share/icons/locolor/32x32/apps/xclock.png
+share/icons/locolor/32x32/apps/xconsole.png
+share/icons/locolor/32x32/apps/xedit.png
+share/icons/locolor/32x32/apps/xemacs.png
+share/icons/locolor/32x32/apps/xeyes.png
+share/icons/locolor/32x32/apps/xfig.png
+share/icons/locolor/32x32/apps/xfmail.png
+share/icons/locolor/32x32/apps/xftp.png
+share/icons/locolor/32x32/apps/xload.png
+share/icons/locolor/32x32/apps/xmms.png
+share/icons/locolor/32x32/apps/xosview.png
+share/icons/locolor/32x32/apps/xpaint.png
+share/icons/locolor/32x32/apps/xscreensaver.png
+share/icons/locolor/32x32/apps/xv.png
+share/icons/locolor/32x32/devices/3floppy_mount.png
+share/icons/locolor/32x32/devices/3floppy_unmount.png
+share/icons/locolor/32x32/devices/5floppy_mount.png
+share/icons/locolor/32x32/devices/5floppy_unmount.png
+share/icons/locolor/32x32/devices/cdrom_mount.png
+share/icons/locolor/32x32/devices/cdrom_unmount.png
+share/icons/locolor/32x32/devices/cdwriter_mount.png
+share/icons/locolor/32x32/devices/cdwriter_unmount.png
+share/icons/locolor/32x32/devices/hdd_mount.png
+share/icons/locolor/32x32/devices/hdd_unmount.png
+share/icons/locolor/32x32/devices/memory.png
+share/icons/locolor/32x32/devices/mo_mount.png
+share/icons/locolor/32x32/devices/mo_unmount.png
+share/icons/locolor/32x32/devices/printer1.png
+share/icons/locolor/32x32/devices/printer2.png
+share/icons/locolor/32x32/devices/scanner.png
+share/icons/locolor/32x32/devices/tablet.png
+share/icons/locolor/32x32/devices/zip_mount.png
+share/icons/locolor/32x32/devices/zip_unmount.png
+share/locale/C/entry.desktop
+share/locale/C/flag.png
+share/locale/l10n/C/entry.desktop
+share/locale/l10n/C/flag.png
+share/locale/l10n/at/entry.desktop
+share/locale/l10n/at/flag.png
+share/locale/l10n/au/entry.desktop
+share/locale/l10n/au/flag.png
+share/locale/l10n/be/entry.desktop
+share/locale/l10n/be/flag.png
+share/locale/l10n/bg/entry.desktop
+share/locale/l10n/bg/flag.png
+share/locale/l10n/br/entry.desktop
+share/locale/l10n/br/flag.png
+share/locale/l10n/ch/entry.desktop
+share/locale/l10n/ch/flag.png
+share/locale/l10n/cs/entry.desktop
+share/locale/l10n/cs/flag.png
+share/locale/l10n/de/entry.desktop
+share/locale/l10n/de/flag.png
+share/locale/l10n/dk/entry.desktop
+share/locale/l10n/dk/flag.png
+share/locale/l10n/ee/entry.desktop
+share/locale/l10n/ee/flag.png
+share/locale/l10n/eo/entry.desktop
+share/locale/l10n/eo/flag.png
+share/locale/l10n/es/entry.desktop
+share/locale/l10n/es/flag.png
+share/locale/l10n/fi/entry.desktop
+share/locale/l10n/fi/flag.png
+share/locale/l10n/fr/entry.desktop
+share/locale/l10n/fr/flag.png
+share/locale/l10n/gb/entry.desktop
+share/locale/l10n/gb/flag.png
+share/locale/l10n/hu/entry.desktop
+share/locale/l10n/hu/flag.png
+share/locale/l10n/ie/entry.desktop
+share/locale/l10n/ie/flag.png
+share/locale/l10n/il/entry.desktop
+share/locale/l10n/il/flag.png
+share/locale/l10n/is/entry.desktop
+share/locale/l10n/is/flag.png
+share/locale/l10n/it/entry.desktop
+share/locale/l10n/it/flag.png
+share/locale/l10n/jp/entry.desktop
+share/locale/l10n/jp/flag.png
+share/locale/l10n/ko/entry.desktop
+share/locale/l10n/ko/flag.png
+share/locale/l10n/nl/README
+share/locale/l10n/nl/entry.desktop
+share/locale/l10n/nl/flag.png
+share/locale/l10n/no/entry.desktop
+share/locale/l10n/no/flag.png
+share/locale/l10n/nz/entry.desktop
+share/locale/l10n/nz/flag.png
+share/locale/l10n/pl/entry.desktop
+share/locale/l10n/pl/flag.png
+share/locale/l10n/pt/entry.desktop
+share/locale/l10n/pt/flag.png
+share/locale/l10n/ro/entry.desktop
+share/locale/l10n/ro/flag.png
+share/locale/l10n/ru/entry.desktop
+share/locale/l10n/ru/flag.png
+share/locale/l10n/se/entry.desktop
+share/locale/l10n/se/flag.png
+share/locale/l10n/si/entry.desktop
+share/locale/l10n/si/flag.png
+share/locale/l10n/sr/entry.desktop
+share/locale/l10n/sr/flag.png
+share/locale/l10n/tw/entry.desktop
+share/locale/l10n/tw/flag.png
+share/locale/l10n/us/entry.desktop
+share/locale/l10n/us/flag.png
+share/mimelnk/application/x-konsole.desktop
+share/services/khelpcenter.desktop
+share/services/konq_detailedlistview.desktop
+share/services/konq_dirtree.desktop
+share/services/konq_iconview.desktop
+share/services/konq_textview.desktop
+share/services/konq_treeview.desktop
+share/services/konqueror.desktop
+share/services/kshorturifilter.desktop
+share/services/kuriikwsfilter.desktop
+share/servicetypes/konq_plugin.desktop
+share/templates/.source/Device.desktop
+share/templates/.source/FtpURL.desktop
+share/templates/.source/HTMLFile.html
+share/templates/.source/Program.desktop
+share/templates/.source/TextFile.txt
+share/templates/.source/URL.desktop
+share/templates/.source/WWWURL.desktop
+share/templates/Directory.desktop
+share/templates/HTMLFile.desktop
+share/templates/TextFile.desktop
+share/templates/linkDevice.desktop
+share/templates/linkFtpURL.desktop
+share/templates/linkProgram.desktop
+share/templates/linkURL.desktop
+share/templates/linkWWWURL.desktop
+share/toolbar/brightness.png
+share/toolbar/colourness.png
+share/toolbar/contrast.png
+share/wallpapers/A-Little-Exercise-3.jpg
+share/wallpapers/All-Good-People-1.jpg
+share/wallpapers/Ancient_Glyphs.jpg
+share/wallpapers/Appropriately-Left-Handed-2.jpg
+share/wallpapers/Blkmarble.jpg
+share/wallpapers/Chicken-Songs-2.jpg
+share/wallpapers/Chunky_Spinach.jpg
+share/wallpapers/Circuit.jpg
+share/wallpapers/Dawn-Turns-To-Day-1.jpg
+share/wallpapers/Flock-Of-Seagulls-2.jpg
+share/wallpapers/Foggy1.jpg
+share/wallpapers/In-Vino-Veritas.jpg
+share/wallpapers/Just-A-Woman-1.jpg
+share/wallpapers/Light-Industry-1.jpg
+share/wallpapers/Lowdown-Popcorn-1.jpg
+share/wallpapers/Magneto_Bomb.jpg
+share/wallpapers/Marble01.jpg
+share/wallpapers/No-Ones-Laughing-3.jpg
+share/wallpapers/Paper01.jpg
+share/wallpapers/Penguin-Sushi-3.jpg
+share/wallpapers/Planning-And-Probing-1.jpg
+share/wallpapers/Prpbumps.jpg
+share/wallpapers/Sasquatch-Suction-1.jpg
+share/wallpapers/Schematic-Diagram-1.jpg
+share/wallpapers/Sleep-Deprivation-3.jpg
+share/wallpapers/Superfluous-Organ-1.jpg
+share/wallpapers/The-Alias-Line-4.jpg
+share/wallpapers/The-Good-Times-1.jpg
+share/wallpapers/There-You-Are-1.jpg
+share/wallpapers/Time-For-Lunch-2.jpg
+share/wallpapers/Totally-New-Product-1.jpg
+share/wallpapers/Unknown-Rheostat-1.jpg
+share/wallpapers/Water01.jpg
+share/wallpapers/Whirling_Spirit.jpg
+share/wallpapers/Won-Ton-Soup-3.jpg
share/wallpapers/kdm_bg.jpg
-share/wallpapers/liquid_helium.jpg
-share/wallpapers/lizard_scales.jpg
-share/wallpapers/lunar_jelly.jpg
-share/wallpapers/magnetic_field.jpg
-share/wallpapers/magneto_bomb.jpg
-share/wallpapers/marble01.jpg
-share/wallpapers/martian_silk.jpg
-share/wallpapers/melting_glass.jpg
-share/wallpapers/melting_honeycomb.jpg
-share/wallpapers/metal_beads.jpg
-share/wallpapers/million_minnows.jpg
-share/wallpapers/mustard_ketchup.jpg
-share/wallpapers/mutant_berries.jpg
-share/wallpapers/mystical_hourglass.jpg
-share/wallpapers/neon_flux.jpg
-share/wallpapers/nuclear_coral.jpg
-share/wallpapers/ocean01.jpg
-share/wallpapers/odd_atmosphere.jpg
-share/wallpapers/olive_wisps.jpg
-share/wallpapers/owl_elder.jpg
-share/wallpapers/paper01.jpg
-share/wallpapers/paper_umbrella.jpg
-share/wallpapers/parrots.jpg
-share/wallpapers/pebble_town.jpg
-share/wallpapers/pinkflam.jpg
-share/wallpapers/plant_formation.jpg
-share/wallpapers/plasmatic_globules.jpg
-share/wallpapers/plasmatic_points.jpg
-share/wallpapers/produce.jpg
-share/wallpapers/prpbumps.jpg
-share/wallpapers/quantum_threads.jpg
-share/wallpapers/rainbow_alleys.jpg
-share/wallpapers/red_big_bang.jpg
-share/wallpapers/redblue_filaments.jpg
-share/wallpapers/ringworm_circus.jpg
-share/wallpapers/rose_petals.jpg
-share/wallpapers/rotten_vegetables.jpg
-share/wallpapers/rubber_cds.jpg
-share/wallpapers/ruby_dunes.jpg
-share/wallpapers/ruins.jpg
-share/wallpapers/sandman.jpg
-share/wallpapers/sapphire_surface.jpg
-share/wallpapers/scattered_islands.jpg
-share/wallpapers/scraped_metal.jpg
-share/wallpapers/silver_vibration.jpg
-share/wallpapers/spinning_stones.jpg
-share/wallpapers/spoiled_sprouts.jpg
-share/wallpapers/stellar_shadows.jpg
-share/wallpapers/striped_fragments.jpg
-share/wallpapers/sulfur_lakes.jpg
-share/wallpapers/sunburnt_crust.jpg
-share/wallpapers/tarnished_rings.jpg
-share/wallpapers/techno_sharks.jpg
-share/wallpapers/terrain_relief.jpg
-share/wallpapers/theoretical_life.jpg
-share/wallpapers/thick_syrup.jpg
-share/wallpapers/thin_tentacles.jpg
-share/wallpapers/toe_paint.jpg
-share/wallpapers/tree_knobs.jpg
-share/wallpapers/tropical_leaves.jpg
-share/wallpapers/ufo_frenzy.jpg
-share/wallpapers/unstable_element.jpg
-share/wallpapers/vessel_swirl.jpg
-share/wallpapers/water01.jpg
-share/wallpapers/wavy_ribbons.jpg
-share/wallpapers/whiplash_vines.jpg
-share/wallpapers/whirling_spirit.jpg
-share/wallpapers/wind_chill.jpg
-share/wallpapers/wood1.jpg
-@dirrm share/doc/HTML/ru/kikbd
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmbell/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmdisplay/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminfo/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcminput/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkeys/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkfm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkpanel/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmkwm/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmlocale/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsamba/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kcmsyssound/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kdmconfig/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/kthememgr/common
+@unexec rm -f %D/share/doc/HTML/en/kcontrol/common
+@unexec rm -f %D/share/doc/HTML/en/kdebugdialog/common
+@unexec rm -f %D/share/doc/HTML/en/kdesu/common
+@unexec rm -f %D/share/doc/HTML/en/kdisknav/common
+@unexec rm -f %D/share/doc/HTML/en/kdm/common
+@unexec rm -f %D/share/doc/HTML/en/kfm/common
+@unexec rm -f %D/share/doc/HTML/en/kfontmanager/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/faq/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/quickstart/common
+@unexec rm -f %D/share/doc/HTML/en/khelpcenter/userguide/common
+@unexec rm -f %D/share/doc/HTML/en/kikbd/common
+@unexec rm -f %D/share/doc/HTML/en/konsole/common
+@unexec rm -f %D/share/doc/HTML/en/kpager/common
+@unexec rm -f %D/share/doc/HTML/en/kwm/common
+@dirrm share/wallpapers
+@dirrm share/toolbar
+@dirrm share/templates/.source/emptydir
+@dirrm share/templates/.source
+@dirrm share/templates
+@dirrm share/skel
+@dirrm share/servicetypes
+@dirrm share/services
+@dirrm share/icons/locolor/32x32/devices
+@dirrm share/icons/locolor/32x32/apps
+@dirrm share/icons/locolor/32x32
+@dirrm share/icons/locolor/16x16/devices
+@dirrm share/icons/locolor/16x16/apps
+@dirrm share/icons/locolor/16x16
+@dirrm share/icons/locolor
+@dirrm share/icons/hicolor/48x48/devices
+@dirrm share/icons/hicolor/48x48/apps
+@dirrm share/icons/hicolor/48x48
+@dirrm share/icons/hicolor/32x32/devices
+@dirrm share/icons/hicolor/32x32/apps
+@dirrm share/icons/hicolor/32x32
+@dirrm share/icons/hicolor
+@dirrm share/icons
@dirrm share/doc/HTML/en/kwm
-@dirrm share/doc/HTML/en/kvt
-@dirrm share/doc/HTML/en/kthememgr
-@dirrm share/doc/HTML/en/kpanel
@dirrm share/doc/HTML/en/kpager
@dirrm share/doc/HTML/en/konsole
-@dirrm share/doc/HTML/en/kmenuedit
-@dirrm share/doc/HTML/en/kmedia
@dirrm share/doc/HTML/en/kikbd
-@dirrm share/doc/HTML/en/kfontmanager
+@dirrm share/doc/HTML/en/khelpcenter/userguide
+@dirrm share/doc/HTML/en/khelpcenter/quickstart
+@dirrm share/doc/HTML/en/khelpcenter/faq
+@dirrm share/doc/HTML/en/khelpcenter
@dirrm share/doc/HTML/en/kfm
-@dirrm share/doc/HTML/en/kfind
@dirrm share/doc/HTML/en/kdm
@dirrm share/doc/HTML/en/kdisknav
-@dirrm share/doc/HTML/en/kdehelp/quickstart
-@dirrm share/doc/HTML/en/kdehelp/kwm
-@dirrm share/doc/HTML/en/kdehelp/kpanel
-@dirrm share/doc/HTML/en/kdehelp
+@dirrm share/doc/HTML/en/kdesu
+@dirrm share/doc/HTML/en/kdebugdialog
@dirrm share/doc/HTML/en/kcontrol/kthememgr
@dirrm share/doc/HTML/en/kcontrol/kdmconfig
@dirrm share/doc/HTML/en/kcontrol/kcmsyssound
@@ -2460,63 +1784,95 @@ share/wallpapers/wood1.jpg
@dirrm share/doc/HTML/en/kcontrol/kcmkpanel
@dirrm share/doc/HTML/en/kcontrol/kcmkfm
@dirrm share/doc/HTML/en/kcontrol/kcmkeys
+@dirrm share/doc/HTML/en/kcontrol/kcmkdesu
@dirrm share/doc/HTML/en/kcontrol/kcminput
@dirrm share/doc/HTML/en/kcontrol/kcminfo
@dirrm share/doc/HTML/en/kcontrol/kcmdisplay
@dirrm share/doc/HTML/en/kcontrol/kcmbell
@dirrm share/doc/HTML/en/kcontrol
+@dirrm share/apps/quickbrowser
@dirrm share/apps/kwm/pics
@dirrm share/apps/kwm
-@dirrm share/apps/kthememgr/Themes
-@dirrm share/apps/kthememgr
+@dirrm share/apps/kwin
+@dirrm share/apps/kwelcome/pics
+@dirrm share/apps/kwelcome
@dirrm share/apps/kscreensaver
-@dirrm share/apps/kpanel/pics/mini
-@dirrm share/apps/kpanel/pics/large
-@dirrm share/apps/kpanel/pics
-@dirrm share/apps/kpanel/default
-@dirrm share/apps/kpanel
@dirrm share/apps/konsole
-@dirrm share/apps/kikbd/codes
-@dirrm share/apps/kikbd
-@dirrm share/apps/kfm/pics
-@dirrm share/apps/kfm/Desktop/Templates
-@dirrm share/apps/kfm/Desktop
-@dirrm share/apps/kfm
-@dirrm share/apps/kfind/toolbar
-@dirrm share/apps/kfind
-@dirrm share/apps/kdmconfig/pics
-@dirrm share/apps/kdmconfig
+@dirrm share/apps/konqueror/pics
+@dirrm share/apps/konqueror/dirtree/remote/web
+@dirrm share/apps/konqueror/dirtree/remote/ftp
+@dirrm share/apps/konqueror/dirtree/remote
+@dirrm share/apps/konqueror/dirtree
+@dirrm share/apps/konqueror
+@dirrm share/apps/konqlistview
+@dirrm share/apps/konqiconview
+@dirrm share/apps/kio_info
+@dirrm share/apps/kicker/tiles
+@dirrm share/apps/kicker/pics
+@dirrm share/apps/kicker/internalapplets
+@dirrm share/apps/kicker/default
+@dirrm share/apps/kicker
+@dirrm share/apps/khelpcenter/plugins/Tutorials
+@dirrm share/apps/khelpcenter/plugins
+@dirrm share/apps/khelpcenter
@dirrm share/apps/kdm/pics/users
@dirrm share/apps/kdm/pics
@dirrm share/apps/kdm
@dirrm share/apps/kdisplay/color-schemes
@dirrm share/apps/kdisplay/app-defaults
@dirrm share/apps/kdisplay
-@dirrm share/apps/kdisknav
+@dirrm share/apps/kdewizard/pics
+@dirrm share/apps/kdewizard/html
+@dirrm share/apps/kdewizard
+@dirrm share/apps/kdesktop/programs
+@dirrm share/apps/kdesktop/pics
+@dirrm share/apps/kdesktop/patterns
+@dirrm share/apps/kdesktop/DesktopLinks
+@dirrm share/apps/kdesktop
@dirrm share/apps/kcontrol/pics
@dirrm share/apps/kcontrol
-@dirrm share/apps/kcmlocale/pics
-@dirrm share/apps/kcmlocale
-@dirrm share/apps/kappfinder/pics/mini
-@dirrm share/apps/kappfinder/pics/large
-@dirrm share/apps/kappfinder/pics
@dirrm share/apps/kappfinder/apps/WordProcessing
@dirrm share/apps/kappfinder/apps/Utilities
@dirrm share/apps/kappfinder/apps/Toys
+@dirrm share/apps/kappfinder/apps/System/ScreenSavers
@dirrm share/apps/kappfinder/apps/System
@dirrm share/apps/kappfinder/apps/Office
+@dirrm share/apps/kappfinder/apps/Multimedia
@dirrm share/apps/kappfinder/apps/Internet
-@dirrm share/apps/kappfinder/apps/Graphic
+@dirrm share/apps/kappfinder/apps/Graphics
@dirrm share/apps/kappfinder/apps/Editors
@dirrm share/apps/kappfinder/apps/Development
@dirrm share/apps/kappfinder/apps
@dirrm share/apps/kappfinder
-@dirrm share/applnk/Settings/Windows
+@dirrm share/apps/drkonqi/presets
+@dirrm share/apps/drkonqi/pics
+@dirrm share/apps/drkonqi
+@dirrm share/applnk/Utilities
+@dirrm share/applnk/Toys
+@dirrm share/applnk/System/ScreenSavers
+@dirrm share/applnk/System
+@dirrm share/applnk/Settings/System
@dirrm share/applnk/Settings/Sound
-@dirrm share/applnk/Settings/Network
-@dirrm share/applnk/Settings/Keys
-@dirrm share/applnk/Settings/Input_Devices
+@dirrm share/applnk/Settings/PowerControl
+@dirrm share/applnk/Settings/Personalization
+@dirrm share/applnk/Settings/Peripherals
+@dirrm share/applnk/Settings/LookNFeel/Windows
+@dirrm share/applnk/Settings/LookNFeel/Themes
+@dirrm share/applnk/Settings/LookNFeel/Desktop
+@dirrm share/applnk/Settings/LookNFeel
@dirrm share/applnk/Settings/Information
-@dirrm share/applnk/Settings/Desktop
+@dirrm share/applnk/Settings/Browsing/Web
+@dirrm share/applnk/Settings/Browsing/Neighbourhood
+@dirrm share/applnk/Settings/Browsing/Files
+@dirrm share/applnk/Settings/Browsing
+@dirrm share/applnk/Settings/Applications/System
@dirrm share/applnk/Settings/Applications
-@dirrm cgi-bin
+@dirrm share/applnk/Settings
+@dirrm share/applnk/Multimedia
+@dirrm share/applnk/Internet
+@dirrm share/applnk/Graphics
+@dirrm share/applnk/Games
+@dirrm share/applnk/Control
+@dirrm share/applnk/Applications
+@exec /sbin/ldconfig -m %D/lib
+@unexec /sbin/ldconfig -R