diff options
author | will <will@FreeBSD.org> | 2001-08-15 20:43:08 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-08-15 20:43:08 +0800 |
commit | 23147495997b85ea546398f34cf419d087c7513b (patch) | |
tree | cb3884a41c6faa05677af2e14338aa3202a61883 /x11 | |
parent | 5449e6cf16ffba429ee30a6243c85e99c388fd4d (diff) | |
download | freebsd-ports-gnome-23147495997b85ea546398f34cf419d087c7513b.tar.gz freebsd-ports-gnome-23147495997b85ea546398f34cf419d087c7513b.tar.zst freebsd-ports-gnome-23147495997b85ea546398f34cf419d087c7513b.zip |
Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
- Either obsoleted or merged into KDE.
* All pkg-plists:
- Huge diffs are due to mass conversion from static HTML pages
to XML/XSL versions.
* audio/kdemultimedia2:
- aRts + Noatun, etc. now work and play MP3s et al properly,
using the mpg123 aRtsplugin. Remove mpeglib[,_artsplug]
from compile.
* converters/kdesupport2:
- Obsolete. No longer used in this version of KDE.
* deskutils/kdepim:
- Use autoconf and account for brokenness in the configure
script by replacing invocations of INSTALL under libical
with the proper incantations.
- Per David O'Brien's request, move libimap to libkimap;
this was performed by Rik Hemsley <rikkus@kde.org>.
* devel/kdesdk:
- New module with some helpful tools. One in particular that
seems demanded is ``kbabel'', which, as I've been told, is
a translator's wet dream.
- Workaround dumb problem in kbabel's libgettext (which I could
not figure out how to remove) by replacing its error() with
errc(). KBabel seems to run fine with this patch.
* devel/kdevelop:
- Fix lame check for libkdeui.so.* by replacing it with just
a check for libkdeui.so. It's been/being removed from
kdevelop after 2.2.
* editors/koffice:
- Fix kivio compile errors by substituting in PTHREAD_LIBS
in the correct place. Compensate for kivio's dependency
on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
in kivio.desktop.
* games/kdegames2:
- Some new games.
* graphics/kdegraphics2:
- Fix link errors in libkscan and kamera where they
require gettext (ie: add -lintl).
- Fix compile error in kamera.cpp which is dependent on a
correctly done gphoto2.. of course, this will only help
people who've manually installed gphoto2 themselves.
* net/kdenetwork2:
- Mimelib was moved here (reason for removal of kdesupport2).
* misc/kdeaddons:
- New module to FreeBSD ports; some simple addons for KDE2.
Suggested by Lauri Watts <lauri@kde.org>.
* misc/kdeutils2:
- Added a couple manpages.
* x11-clocks/kdetoys2:
- Some new apps.
* sysutils/kdeadmin:
- Remove kuser from compile because it has some problems. ;\
* x11/kdelibs2:
- Add libFAM dependency to help people who run FAM; FAM
increases the overall desktop responsiveness.
Submitted by Lauri Watts <lauri@kde.org>.
- Add CUPS dependency to bring in KDE's new print system.
- Add bzip2/libxml2 dependencies to support the new help kioslave.
- Disable installation of libltdl stuff to prevent conflicts
with other stuff. Submitted by wjv.
- Add pkg-req script to avoid conflicts with kdelibs11; add
to Makefile too. Submitted by benno.
- Be sure to remove the pth header conflicts stuff from the
arts/mcop_mt section.
- Fix problem with configure trying to find -lfam in the
wrong place.
- Remove kspell and api subdirs from doc; we don't need them,
and there are problems trying to build/install them.
Submitted by Lauri Watts <lauri@kde.org>.
* x11/kdebase2:
- Solve link permissions problem by changing the modes on
files installed by kdesktop/init/Templates to 644.
Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
* x11/kde2:
- Bump version; no other changes.
Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system. I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.
I just noticed there are a couple other PRs in the PR db that need
to be addressed. I will take care of those by tomorrow. Sorry...
PR: 22735, 28549
Blanket approval by: demon (kdesdk, kdevelop)
Diffstat (limited to 'x11')
64 files changed, 9652 insertions, 10963 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 0145e4410a7f..f89a4e0aafc8 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdebase -PORTVERSION= 2.1.1 +PORTVERSION= 2.2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src @@ -22,7 +22,6 @@ USE_XPM= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes - CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \ --with-qt-dir=${X11BASE} \ --without-ldap \ @@ -35,4 +34,7 @@ pre-configure: ${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in ${PERL} -pi -e "s@TIME_WITH_SYS_TIME@INVALID_FOO@g" ${WRKSRC}/kioslave/ldap/kldap.h +post-configure: + ${PERL} -pi -e "s@444@644@g" ${WRKSRC}/kdesktop/init/Templates/Makefile + .include <bsd.port.mk> diff --git a/x11/kde4-baseapps/distinfo b/x11/kde4-baseapps/distinfo index 51619042121d..50331624747e 100644 --- a/x11/kde4-baseapps/distinfo +++ b/x11/kde4-baseapps/distinfo @@ -1 +1 @@ -MD5 (kdebase-2.1.1.tar.bz2) = 3bb3204fe90f1af9e828c1b518ecc577 +MD5 (kdebase-2.2.tar.bz2) = 15e0232aa73029ac10346157b6eb079b diff --git a/x11/kde4-baseapps/files/patch-ProcessList.c b/x11/kde4-baseapps/files/patch-ProcessList.c deleted file mode 100644 index 8574a62341eb..000000000000 --- a/x11/kde4-baseapps/files/patch-ProcessList.c +++ /dev/null @@ -1,108 +0,0 @@ ---- ksysguard/ksysguardd/FreeBSD/ProcessList.c Mon Jan 22 07:12:05 2001 -+++ ksysguard/ksysguardd/FreeBSD/ProcessList.c.new Mon Mar 5 08:56:20 2001 -@@ -29,6 +29,9 @@ - #include <sys/time.h> - #include <sys/param.h> - #include <sys/user.h> -+#if __FreeBSD_version > 500015 -+#include <sys/priority.h> -+#endif - #include <unistd.h> - #include <pwd.h> - #include <dirent.h> -@@ -162,7 +165,6 @@ - static char *statuses[] = { "idle","run","sleep","stop","zombie" }; - - ProcessInfo* ps; -- int userTime, sysTime; - struct passwd* pwent; - int mib[4]; - struct kinfo_proc p; -@@ -188,40 +190,56 @@ - if (sysctl(mib, 4, &p, &len, NULL, 0) == -1 || !len) - return -1; - -+#if __FreeBSD_version >= 500015 -+ ps->pid = p.ki_pid; -+ ps->ppid = p.ki_ppid; -+ ps->uid = p.ki_uid; -+ ps->gid = p.ki_pgid; -+ ps->priority = p.ki_pri.pri_user; -+ ps->niceLevel = p.ki_nice; -+#else - ps->pid = p.kp_proc.p_pid; - ps->ppid = p.kp_eproc.e_ppid; - ps->uid = p.kp_eproc.e_ucred.cr_uid; - ps->gid = p.kp_eproc.e_pgid; - ps->priority = p.kp_proc.p_priority; - ps->niceLevel = p.kp_proc.p_nice; -+#endif - - /* this isn't usertime -- it's total time (??) */ --#if __FreeBSD_version >= 300000 -+#if __FreeBSD_version >= 500015 -+ ps->userTime = p.ki_runtime / 10000; -+#elif __FreeBSD_version >= 300000 - ps->userTime = p.kp_proc.p_runtime / 10000; - #else -- ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100 -+ ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100; - #endif - ps->sysTime = 0; -- ps->userLoad = p.kp_proc.p_pctcpu / 100; - ps->sysLoad = 0; - -- /* memory */ -- ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -- p.kp_eproc.e_vm.vm_dsize + -- p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -- ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -- -- /* process name */ -- strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -- ps->name[sizeof(ps->name)-1]='\0'; -- -- /* find out user name with the process uid */ -- pwent = getpwuid(ps->uid); -+ /* memory, process name, process uid */ -+ /* find out user name with process uid */ -+ pwent = getpwuid(ps->uid); - strncpy(ps->userName,pwent&&pwent->pw_name? pwent->pw_name:"????",sizeof(ps->userName)); -- ps->userName[sizeof(ps->userName)-1]='\0'; -- -- /* status, a character, not a number */ -- strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+ ps->userName[sizeof(ps->userName)-1]='\0'; -+ -+#if __FreeBSD_version >= 500015 -+ ps->userLoad = p.ki_pctcpu / 100; -+ ps->vmSize = (p.ki_vmspace->vm_tsize + -+ p.ki_vmspace->vm_dsize + -+ p.ki_vmspace->vm_ssize) * getpagesize(); -+ ps->vmRss = p.ki_vmspace->vm_rssize * getpagesize(); -+ strncpy(ps->name,p.ki_comm? p.ki_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.ki_stat>=1)&&(p.ki_stat<=5)? statuses[p.ki_stat-1]:"????"); -+#else -+ ps->userLoad = p.kp_proc.p_pctcpu / 100; -+ ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -+ p.kp_eproc.e_vm.vm_dsize + -+ p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -+ ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -+ strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+#endif - - /* process command line */ - /*strncpy(ps->cmdline,p.kp_proc.p_args->ar_args,sizeof(ps->cmdline)); -@@ -296,7 +314,11 @@ - sysctl(mib, 3, p, &len, NULL, 0); - - for (num = 0; num < len / sizeof(struct kinfo_proc); num++) -+#if __FreeBSD_version >= 500015 -+ updateProcess(p[num].ki_pid); -+#else - updateProcess(p[num].kp_proc.p_pid); -+#endif - - cleanupProcessList(); - diff --git a/x11/kde4-baseapps/files/patch-TEPty.C b/x11/kde4-baseapps/files/patch-TEPty.C deleted file mode 100644 index 796ec243efbf..000000000000 --- a/x11/kde4-baseapps/files/patch-TEPty.C +++ /dev/null @@ -1,11 +0,0 @@ ---- konsole/src/TEPty.C Sun Feb 18 10:28:28 2001 -+++ konsole/src/TEPty.C.new Fri Feb 23 02:55:58 2001 -@@ -238,7 +238,7 @@ - #ifdef HAVE_UTEMPTER - removeLineFromUtmp(ttynam, fd); - #elif defined(USE_LOGIN) -- char *tty_name=ttyname(0); -+ char *tty_name=ttyname(fd); - if (tty_name) - { - if (strncmp(tty_name, "/dev/", 5) == 0) diff --git a/x11/kde4-baseapps/files/patch-kdeeject b/x11/kde4-baseapps/files/patch-kdeeject deleted file mode 100644 index 8a5870ad25ff..000000000000 --- a/x11/kde4-baseapps/files/patch-kdeeject +++ /dev/null @@ -1,12 +0,0 @@ ---- kdesktop/kdeeject Wed Dec 13 13:25:02 2000 -+++ kdesktop/kdeeject.new Fri Feb 23 02:59:54 2001 -@@ -11,7 +11,8 @@ - # TODO: On bsd, it should be 'cdcontrol -f $1 eject' - # Checking for stuff in the PATH is ugly with sh though. - # I guess this is the reason for making this a kde app... -- if eject $1; then -+ dev=`echo $1 | sed -E -e 's#/dev/##' -e 's/([0-9])./\1/'` -+ if cdcontrol -f $dev eject; then - # Success -> update icon - dcop kdesktop default refreshIcons - exit 0 diff --git a/x11/kde4-baseapps/pkg-plist b/x11/kde4-baseapps/pkg-plist index 7a6e901514f3..3b4202091f34 100644 --- a/x11/kde4-baseapps/pkg-plist +++ b/x11/kde4-baseapps/pkg-plist @@ -4,12 +4,13 @@ bin/conttest bin/drkonqi bin/extensionproxy bin/kaccess +bin/kaddressbook bin/kappfinder +bin/kate bin/kbanner.kss bin/kblankscrn.kss bin/kblob.kss bin/kbouboule.kss -bin/kbsod.kss bin/kcheckpass bin/kcminit bin/kcmshell @@ -17,20 +18,22 @@ bin/kcontrol bin/kdcop bin/kdebugdialog bin/kdeeject +bin/kdeprintfax bin/kdesktop bin/kdesu bin/kdesud bin/kdm +bin/kdm_config +bin/kdm_greet bin/kdmdesktop bin/keditbookmarks bin/keditfiletype bin/kfmclient bin/kfmexec bin/khelpcenter -bin/khop.kss bin/khotkeys -bin/khtmlindex bin/kicker +bin/kjobviewer bin/klegacyimport bin/klines.kss bin/klipper @@ -41,7 +44,10 @@ bin/konqueror bin/konsole bin/konsole_grantpty bin/kpager +bin/kpartsaver.kss +bin/kpersonalizer bin/kpolygon.kss +bin/kprinter bin/kpyro.kss bin/krandom.kss bin/krdb @@ -68,12 +74,20 @@ bin/kxmlrpcd bin/kxsconfig bin/kxsrun bin/startkde +etc/ksysguarddrc include/KBackgroundIface.h include/KDesktopIface.h include/KScreensaverIface.h include/KWinInterface.h include/KonquerorIface.h include/ccont.h +include/kate/application.h +include/kate/docmanager.h +include/kate/document.h +include/kate/mainwindow.h +include/kate/plugin.h +include/kate/view.h +include/kate/viewmanager.h include/kbookmark.h include/kbookmarkbar.h include/kbookmarkdrag.h @@ -103,6 +117,7 @@ include/konq_propsview.h include/konq_settings.h include/konq_undo.h include/kwin/client.h +include/kwin/kwinbutton.h include/kwin/options.h include/kwin/workspace.h include/thumbcreator.h @@ -110,18 +125,24 @@ lib/appletproxy.la lib/appletproxy.so lib/extensionproxy.la lib/extensionproxy.so -lib/kcminit.la -lib/kcminit.so -lib/kcmshell.la -lib/kcmshell.so -lib/kcontrol.la -lib/kcontrol.so +lib/kate.la +lib/kate.so +lib/kde2/gsthumbnail.la +lib/kde2/gsthumbnail.so lib/kde2/htmlthumbnail.la lib/kde2/htmlthumbnail.so lib/kde2/imagethumbnail.la lib/kde2/imagethumbnail.so lib/kde2/kaccess.la lib/kde2/kaccess.so +lib/kde2/kcminit.la +lib/kde2/kcminit.so +lib/kde2/kcmshell.la +lib/kde2/kcmshell.so +lib/kde2/kcontrol.la +lib/kde2/kcontrol.so +lib/kde2/khelpcenter.la +lib/kde2/khelpcenter.so lib/kde2/kio_filter.la lib/kde2/kio_filter.so lib/kde2/kio_finger.la @@ -130,8 +151,6 @@ lib/kde2/kio_floppy.la lib/kde2/kio_floppy.so lib/kde2/kio_gopher.la lib/kde2/kio_gopher.so -lib/kde2/kio_help.la -lib/kde2/kio_help.so lib/kde2/kio_imap4.la lib/kde2/kio_imap4.so lib/kde2/kio_info.la @@ -146,8 +165,6 @@ lib/kde2/kio_pop3.la lib/kde2/kio_pop3.so lib/kde2/kio_smb.la lib/kde2/kio_smb.so -lib/kde2/kio_smtp.la -lib/kde2/kio_smtp.so lib/kde2/kio_tar.la lib/kde2/kio_tar.so lib/kde2/kio_thumbnail.la @@ -166,6 +183,8 @@ lib/kde2/libkcm_colors.la lib/kde2/libkcm_colors.so lib/kde2/libkcm_crypto.la lib/kde2/libkcm_crypto.so +lib/kde2/libkcm_css.la +lib/kde2/libkcm_css.so lib/kde2/libkcm_email.la lib/kde2/libkcm_email.so lib/kde2/libkcm_energy.la @@ -180,6 +199,8 @@ lib/kde2/libkcm_info.la lib/kde2/libkcm_info.so lib/kde2/libkcm_input.la lib/kde2/libkcm_input.so +lib/kde2/libkcm_ioslaveinfo.la +lib/kde2/libkcm_ioslaveinfo.so lib/kde2/libkcm_kdm.la lib/kde2/libkcm_kdm.so lib/kde2/libkcm_keys.la @@ -196,34 +217,67 @@ lib/kde2/libkcm_konq.la lib/kde2/libkcm_konq.so lib/kde2/libkcm_konqhtml.la lib/kde2/libkcm_konqhtml.so +lib/kde2/libkcm_konsole.la +lib/kde2/libkcm_konsole.so lib/kde2/libkcm_kurifilt.la lib/kde2/libkcm_kurifilt.so +lib/kde2/libkcm_kwindecoration.la +lib/kde2/libkcm_kwindecoration.so lib/kde2/libkcm_kwinoptions.la lib/kde2/libkcm_kwinoptions.so +lib/kde2/libkcm_launch.la +lib/kde2/libkcm_launch.so +lib/kde2/libkcm_launch.so.0 lib/kde2/libkcm_locale.la lib/kde2/libkcm_locale.so lib/kde2/libkcm_midi.la lib/kde2/libkcm_midi.so lib/kde2/libkcm_passwords.la lib/kde2/libkcm_passwords.so +lib/kde2/libkcm_printmgr.la +lib/kde2/libkcm_printmgr.so lib/kde2/libkcm_samba.la lib/kde2/libkcm_samba.so lib/kde2/libkcm_screensaver.la lib/kde2/libkcm_screensaver.so lib/kde2/libkcm_smserver.la lib/kde2/libkcm_smserver.so +lib/kde2/libkcm_socks.la +lib/kde2/libkcm_socks.so +lib/kde2/libkcm_spellchecking.la +lib/kde2/libkcm_spellchecking.so lib/kde2/libkcm_style.la lib/kde2/libkcm_style.so lib/kde2/libkcm_taskbar.la lib/kde2/libkcm_taskbar.so lib/kde2/libkcm_themes.la lib/kde2/libkcm_themes.so +lib/kde2/libkcm_usb.la +lib/kde2/libkcm_usb.so +lib/kde2/libkded_favicons.la +lib/kde2/libkded_favicons.so lib/kde2/libkfindpart.la lib/kde2/libkfindpart.so +lib/kde2/libkhelpcenterpart.la +lib/kde2/libkhelpcenterpart.so lib/kde2/libkonqiconview.la lib/kde2/libkonqiconview.so lib/kde2/libkonqlistview.la lib/kde2/libkonqlistview.so +lib/kde2/libkonqsidebar_classic_wrap.la +lib/kde2/libkonqsidebar_classic_wrap.so +lib/kde2/libkonqsidebar_tree.la +lib/kde2/libkonqsidebar_tree.so +lib/kde2/libkonqsidebartree_bookmarks.la +lib/kde2/libkonqsidebartree_bookmarks.so +lib/kde2/libkonqsidebartree_bookmarks.so.0 +lib/kde2/libkonqsidebartree_dirtree.la +lib/kde2/libkonqsidebartree_dirtree.so +lib/kde2/libkonqsidebartree_history.la +lib/kde2/libkonqsidebartree_history.so +lib/kde2/libkonqsidebartree_history.so.0 +lib/kde2/libkonqsound.la +lib/kde2/libkonqsound.so lib/kde2/libkonqtree.la lib/kde2/libkonqtree.so lib/kde2/libkshellcmdplugin.la @@ -234,10 +288,16 @@ lib/kde2/libkuriikwsfilter.la lib/kde2/libkuriikwsfilter.so lib/kde2/libkurisearchfilter.la lib/kde2/libkurisearchfilter.so -lib/kde2/libkwin2k.la -lib/kde2/libkwin2k.so lib/kde2/libkwinb2.la lib/kde2/libkwinb2.so +lib/kde2/libkwindefault.la +lib/kde2/libkwindefault.so +lib/kde2/libkwindefault_config.la +lib/kde2/libkwindefault_config.so +lib/kde2/libkwinicewm.la +lib/kde2/libkwinicewm.so +lib/kde2/libkwinicewm_config.la +lib/kde2/libkwinicewm_config.so lib/kde2/libkwinkde1.la lib/kde2/libkwinkde1.so lib/kde2/libkwinkstep.la @@ -248,10 +308,22 @@ lib/kde2/libkwinlaptop.la lib/kde2/libkwinlaptop.so lib/kde2/libkwinmodernsys.la lib/kde2/libkwinmodernsys.so +lib/kde2/libkwinmodernsys_config.la +lib/kde2/libkwinmodernsys_config.so +lib/kde2/libkwinmwm.la +lib/kde2/libkwinmwm.so +lib/kde2/libkwinquartz.la +lib/kde2/libkwinquartz.so +lib/kde2/libkwinquartz_config.la +lib/kde2/libkwinquartz_config.so +lib/kde2/libkwinredmond.la +lib/kde2/libkwinredmond.so lib/kde2/libkwinriscos.la lib/kde2/libkwinriscos.so lib/kde2/libkwinsystem.la lib/kde2/libkwinsystem.so +lib/kde2/libkwinweb.la +lib/kde2/libkwinweb.so lib/kde2/textthumbnail.la lib/kde2/textthumbnail.so lib/kdesktop.la @@ -264,6 +336,8 @@ lib/khotkeys.la lib/khotkeys.so lib/kicker.la lib/kicker.so +lib/kjobviewer.la +lib/kjobviewer.so lib/klegacyimport.la lib/klegacyimport.so lib/klipper.la @@ -284,8 +358,6 @@ lib/kxkb.la lib/kxkb.so lib/kxmlrpcd.la lib/kxmlrpcd.so -lib/libKdmGreet.la -lib/libKdmGreet.so lib/libccont.a lib/libchildpanelextension.la lib/libchildpanelextension.so @@ -296,22 +368,17 @@ lib/libclockapplet.so.1 lib/libdockbarextension.la lib/libdockbarextension.so lib/libdockbarextension.so.1 -lib/libhtmlsearch.la -lib/libhtmlsearch.so lib/libkasbarextension.la lib/libkasbarextension.so lib/libkasbarextension.so.1 -lib/libkcm_htmlsearch.la -lib/libkcm_htmlsearch.so -lib/libkcm_ioslaveinfo.la -lib/libkcm_ioslaveinfo.so -lib/libkcm_layout.la -lib/libkcm_layout.so +lib/libkatecore.la +lib/libkatecore.so +lib/libkateinterfaces.la +lib/libkateinterfaces.so +lib/libkcm_keyboard.la +lib/libkcm_keyboard.so lib/libkcm_xmlrpcd.la lib/libkcm_xmlrpcd.so -lib/libkhelpcenter.la -lib/libkhelpcenter.so -lib/libkhelpcenter.so.4 lib/libkminipagerapplet.la lib/libkminipagerapplet.so lib/libkminipagerapplet.so.1 @@ -320,6 +387,10 @@ lib/libkonq.so lib/libkonq.so.4 lib/libkonqaboutpage.la lib/libkonqaboutpage.so +lib/libkonqsidebar.la +lib/libkonqsidebar.so +lib/libkonqsidebarplugin.la +lib/libkonqsidebarplugin.so lib/libkonsolepart.la lib/libkonsolepart.so lib/libkrunapplet.la @@ -331,20 +402,18 @@ lib/libksysguardapplet.so.1 lib/libksystemtrayapplet.la lib/libksystemtrayapplet.so lib/libksystemtrayapplet.so.1 -lib/libktaskbarapplet.la -lib/libktaskbarapplet.so -lib/libktaskbarapplet.so.1 -lib/libkwindefault.la -lib/libkwindefault.so -lib/libkwindefault.so.0 -lib/libkwritepart.la -lib/libkwritepart.so lib/libnaughtyapplet.la lib/libnaughtyapplet.so lib/libnaughtyapplet.so.1 lib/libquicklauncher.la lib/libquicklauncher.so lib/libquicklauncher.so.1 +lib/libtaskbar.la +lib/libtaskbar.so +lib/libtaskbar.so.1 +lib/libtaskbarapplet.la +lib/libtaskbarapplet.so +lib/libtaskbarapplet.so.1 lib/libtaskbarextension.la lib/libtaskbarextension.so lib/libtaskbarextension.so.1 @@ -355,30 +424,52 @@ share/applnk/.directory share/applnk/.hidden/konqfilemgr.desktop share/applnk/Applications/.directory share/applnk/Development/.directory +share/applnk/Development/designer.desktop share/applnk/Editors/.directory +share/applnk/Editors/gvim.desktop +share/applnk/Editors/kate.desktop share/applnk/Editors/kwrite.desktop +share/applnk/Editors/xedit.desktop share/applnk/Games/.directory +share/applnk/Games/Arcade/.directory +share/applnk/Games/Board/.directory +share/applnk/Games/Board/xboard.desktop +share/applnk/Games/Card/.directory +share/applnk/Games/TacticStrategy/.directory share/applnk/Graphics/.directory +share/applnk/Graphics/gimp.desktop share/applnk/Help.desktop share/applnk/Home.desktop share/applnk/Internet/.directory +share/applnk/Internet/Terminal/.directory +share/applnk/Internet/Terminal/mutt.desktop +share/applnk/Internet/ethereal.desktop share/applnk/Internet/keditbookmarks.desktop share/applnk/Internet/konqbrowser.desktop +share/applnk/Internet/licq.desktop +share/applnk/Internet/mozilla.desktop +share/applnk/Internet/netscape.desktop share/applnk/KControl.desktop share/applnk/Multimedia/.directory +share/applnk/Multimedia/aviplay.desktop +share/applnk/Multimedia/gtv.desktop +share/applnk/Multimedia/xawtv.desktop +share/applnk/Multimedia/xmms-enqueue.desktop +share/applnk/Multimedia/xmms.desktop share/applnk/Office/.directory share/applnk/Settings/.directory +share/applnk/Settings/Databases/.directory share/applnk/Settings/FileBrowsing/.directory share/applnk/Settings/FileBrowsing/filetypes.desktop share/applnk/Settings/FileBrowsing/kcmkonq.desktop share/applnk/Settings/Help/.directory -share/applnk/Settings/Help/htmlsearch.desktop share/applnk/Settings/Information/.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/ioslaveinfo.desktop +share/applnk/Settings/Information/kcmusb.desktop share/applnk/Settings/Information/memory.desktop share/applnk/Settings/Information/partitions.desktop share/applnk/Settings/Information/pci.desktop @@ -402,39 +493,49 @@ share/applnk/Settings/LookNFeel/colors.desktop share/applnk/Settings/LookNFeel/desktop.desktop share/applnk/Settings/LookNFeel/fonts.desktop share/applnk/Settings/LookNFeel/icons.desktop -share/applnk/Settings/LookNFeel/kcmnotify.desktop +share/applnk/Settings/LookNFeel/kcmlaunch.desktop share/applnk/Settings/LookNFeel/kcmtaskbar.desktop share/applnk/Settings/LookNFeel/keys.desktop share/applnk/Settings/LookNFeel/kthememgr.desktop +share/applnk/Settings/LookNFeel/kwindecoration.desktop share/applnk/Settings/LookNFeel/kwinoptions.desktop share/applnk/Settings/LookNFeel/panel.desktop share/applnk/Settings/LookNFeel/screensaver.desktop share/applnk/Settings/LookNFeel/style.desktop share/applnk/Settings/LookNFeel/virtualdesktops.desktop share/applnk/Settings/Network/.directory +share/applnk/Settings/Network/email.desktop +share/applnk/Settings/Network/ioslaveinfo.desktop +share/applnk/Settings/Network/netpref.desktop +share/applnk/Settings/Network/smb.desktop +share/applnk/Settings/Network/socks.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/crypto.desktop -share/applnk/Settings/Personalization/email.desktop share/applnk/Settings/Personalization/kcmaccess.desktop share/applnk/Settings/Personalization/kcmlayout.desktop share/applnk/Settings/Personalization/language.desktop share/applnk/Settings/Personalization/passwords.desktop +share/applnk/Settings/Personalization/spellchecking.desktop share/applnk/Settings/PowerControl/.directory share/applnk/Settings/PowerControl/energy.desktop share/applnk/Settings/Sound/.directory share/applnk/Settings/Sound/arts.desktop share/applnk/Settings/Sound/bell.desktop +share/applnk/Settings/Sound/kcmnotify.desktop share/applnk/Settings/Sound/midi.desktop share/applnk/Settings/System/.directory share/applnk/Settings/System/clock.desktop +share/applnk/Settings/System/kcmkonsole.desktop share/applnk/Settings/System/kcmsmserver.desktop share/applnk/Settings/System/kdm.desktop +share/applnk/Settings/System/printmgr.desktop share/applnk/Settings/WebBrowsing/.directory share/applnk/Settings/WebBrowsing/cookies.desktop share/applnk/Settings/WebBrowsing/ebrowsing.desktop +share/applnk/Settings/WebBrowsing/kcmcss.desktop share/applnk/Settings/WebBrowsing/konqhtml.desktop share/applnk/Settings/WebBrowsing/proxy.desktop share/applnk/Settings/WebBrowsing/smb.desktop @@ -445,8 +546,6 @@ share/applnk/System/ScreenSavers/KBanner.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/KHop.desktop share/applnk/System/ScreenSavers/KLines.desktop share/applnk/System/ScreenSavers/KLorenz.desktop share/applnk/System/ScreenSavers/KMatrix.desktop @@ -462,6 +561,10 @@ share/applnk/System/ScreenSavers/KSlideshow.desktop share/applnk/System/ScreenSavers/KSpace.desktop share/applnk/System/ScreenSavers/KSwarm.desktop share/applnk/System/ScreenSavers/KVm.desktop +share/applnk/System/ScreenSavers/Worm.desktop +share/applnk/System/ScreenSavers/kpartsaver.desktop +share/applnk/System/Terminal/.directory +share/applnk/System/Terminal/vmstat.desktop share/applnk/System/kappfinder.desktop share/applnk/System/kfmclient.desktop share/applnk/System/kfmclient_dir.desktop @@ -471,72 +574,92 @@ share/applnk/System/kmenuedit.desktop share/applnk/System/konquerorsu.desktop share/applnk/System/konsole.desktop share/applnk/System/konsolesu.desktop +share/applnk/System/kpersonalizer.desktop share/applnk/System/ksysguard.desktop share/applnk/Toys/.directory share/applnk/Toys/ktip.desktop +share/applnk/Toys/xeyes.desktop share/applnk/Utilities/.directory -share/applnk/Utilities/XUtilities/.directory +share/applnk/Utilities/XUtilities/xcalc.desktop share/applnk/Utilities/XUtilities/xclipboard.desktop share/applnk/Utilities/XUtilities/xclock.desktop share/applnk/Utilities/XUtilities/xconsole.desktop +share/applnk/Utilities/XUtilities/xload.desktop share/applnk/Utilities/XUtilities/xmag.desktop share/applnk/Utilities/XUtilities/xterm.desktop +share/applnk/Utilities/kaddressbook.desktop +share/applnk/Utilities/kdeprintfax.desktop +share/applnk/Utilities/kjobviewer.desktop share/applnk/Utilities/klipper.desktop share/applnk/Utilities/kpager.desktop +share/applnk/WordProcessing/.directory +share/applnk/WordProcessing/acroread.desktop +share/applnk/WordProcessing/gv.desktop +share/applnk/WordProcessing/xdvi.desktop +share/applnk/WordProcessing/xpdf.desktop +share/applnk/ksysguard/eventsrc share/apps/clockapplet/pics/lcd.png share/apps/drkonqi/debuggers/gdbrc 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/kaddressbook/kaddressbookui.rc +share/apps/kaddressbook/pics/abentry.xpm +share/apps/kaddressbook/pics/delete.xpm +share/apps/kaddressbook/pics/down.xpm +share/apps/kaddressbook/pics/filemail.xpm +share/apps/kaddressbook/pics/find.xpm +share/apps/kaddressbook/pics/group.xpm +share/apps/kaddressbook/pics/page.xpm +share/apps/kaddressbook/pics/up.xpm share/apps/kappfinder/apps/Development/ddd.desktop share/apps/kappfinder/apps/Development/designer.desktop share/apps/kappfinder/apps/Development/dlgedit.desktop -share/apps/kappfinder/apps/Editors/.directory +share/apps/kappfinder/apps/Development/linguist.desktop 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/Games/.directory +share/apps/kappfinder/apps/Games/Board/xboard.desktop +share/apps/kappfinder/apps/Games/Card/PySol.desktop share/apps/kappfinder/apps/Games/Clanbomber.desktop -share/apps/kappfinder/apps/Games/Qmamecat.desktop +share/apps/kappfinder/apps/Games/Emulators/qmamecat.desktop +share/apps/kappfinder/apps/Games/TacticStrategy/freeciv.desktop share/apps/kappfinder/apps/Games/defendguin.desktop -share/apps/kappfinder/apps/Games/freeciv.desktop share/apps/kappfinder/apps/Games/penguin-command.desktop share/apps/kappfinder/apps/Games/xshipwars.desktop -share/apps/kappfinder/apps/Graphics/.directory 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/Terminal/lftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/mutt.desktop +share/apps/kappfinder/apps/Internet/Terminal/ncftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/pine.desktop share/apps/kappfinder/apps/Internet/arena.desktop share/apps/kappfinder/apps/Internet/coolmail.desktop share/apps/kappfinder/apps/Internet/ethereal.desktop -share/apps/kappfinder/apps/Internet/ncftp.desktop +share/apps/kappfinder/apps/Internet/licq.desktop +share/apps/kappfinder/apps/Internet/mozilla.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/xchat.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/alevt.desktop share/apps/kappfinder/apps/Multimedia/aviplay.desktop share/apps/kappfinder/apps/Multimedia/gtv.desktop +share/apps/kappfinder/apps/Multimedia/mtv.desktop share/apps/kappfinder/apps/Multimedia/realplayer.desktop share/apps/kappfinder/apps/Multimedia/xawtv.desktop +share/apps/kappfinder/apps/Multimedia/xmms-enqueue.desktop share/apps/kappfinder/apps/Multimedia/xmms.desktop -share/apps/kappfinder/apps/Office/.directory 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/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 @@ -595,13 +718,12 @@ 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/Terminal/procinfo.desktop +share/apps/kappfinder/apps/System/Terminal/vmstat.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.desktop share/apps/kappfinder/apps/Toys/xpinguin.desktop -share/apps/kappfinder/apps/Utilities/.directory -share/apps/kappfinder/apps/Utilities/XUtilities/.directory share/apps/kappfinder/apps/Utilities/XUtilities/xcalc.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclipboard.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclock.desktop @@ -609,7 +731,6 @@ share/apps/kappfinder/apps/Utilities/XUtilities/xconsole.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xload.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xmag.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xterm.desktop -share/apps/kappfinder/apps/WordProcessing/.directory share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop share/apps/kappfinder/apps/WordProcessing/acroread.desktop @@ -619,10 +740,75 @@ share/apps/kappfinder/apps/WordProcessing/lyx.desktop share/apps/kappfinder/apps/WordProcessing/pybliographic.desktop share/apps/kappfinder/apps/WordProcessing/xdvi.desktop share/apps/kappfinder/apps/WordProcessing/xpdf.desktop +share/apps/kate/icons/hicolor/16x16/actions/curfiledir.png +share/apps/kate/icons/hicolor/16x16/actions/highlighting.png +share/apps/kate/icons/hicolor/16x16/actions/modified.png +share/apps/kate/icons/hicolor/16x16/actions/null.png +share/apps/kate/icons/hicolor/16x16/actions/save_all.png +share/apps/kate/icons/hicolor/22x22/actions/save_all.png +share/apps/kate/icons/hicolor/32x32/actions/highlighting.png +share/apps/kate/icons/hicolor/32x32/actions/indent.png +share/apps/kate/icons/hicolor/32x32/actions/unindent.png +share/apps/kate/icons/hicolor/48x48/actions/indent.png +share/apps/kate/icons/hicolor/48x48/actions/unindent.png +share/apps/kate/icons/locolor/16x16/actions/curfiledir.png +share/apps/kate/icons/locolor/16x16/actions/indent.png +share/apps/kate/icons/locolor/16x16/actions/modified.png +share/apps/kate/icons/locolor/16x16/actions/null.png +share/apps/kate/icons/locolor/16x16/actions/save_all.png +share/apps/kate/icons/locolor/16x16/actions/unindent.png +share/apps/kate/icons/locolor/22x22/actions/indent.png +share/apps/kate/icons/locolor/22x22/actions/save_all.png +share/apps/kate/icons/locolor/22x22/actions/unindent.png +share/apps/kate/katepartbrowserui.rc +share/apps/kate/katepartui.rc +share/apps/kate/kateui.rc +share/apps/kate/pics/fileselector.png +share/apps/kate/pics/indicator_empty.png +share/apps/kate/pics/indicator_viewactive.png +share/apps/kate/pics/openfiles.png +share/apps/kate/syntax/ada.xml +share/apps/kate/syntax/bash.xml +share/apps/kate/syntax/c.xml +share/apps/kate/syntax/changelog.xml +share/apps/kate/syntax/cpp.xml +share/apps/kate/syntax/css.xml +share/apps/kate/syntax/desktop.xml +share/apps/kate/syntax/diff.xml +share/apps/kate/syntax/html.xml +share/apps/kate/syntax/java.xml +share/apps/kate/syntax/kbasic.xml +share/apps/kate/syntax/language.dtd +share/apps/kate/syntax/latex.xml +share/apps/kate/syntax/objectivec.xml +share/apps/kate/syntax/perl.xml +share/apps/kate/syntax/php.xml +share/apps/kate/syntax/postscript.xml +share/apps/kate/syntax/rpmspec.xml +share/apps/kate/syntax/ruby.xml +share/apps/kate/syntax/sql.xml +share/apps/kate/syntax/syntax.template +share/apps/kate/syntax/vhdl.xml +share/apps/kate/syntax/xml.xml share/apps/kbookmark/directory_bookmarkbar.desktop +share/apps/kcmcss/template.css share/apps/kcminput/cursor_large.pcf.gz -share/apps/kcmkeys/standard/Unix.kksrc +share/apps/kcminput/pics/mouse_lh.png +share/apps/kcminput/pics/mouse_rh.png +share/apps/kcmkeys/global/global-kde3.kksrc +share/apps/kcmkeys/global/global-kde4.kksrc +share/apps/kcmkeys/global/global-mac3.kksrc +share/apps/kcmkeys/global/global-unix3.kksrc +share/apps/kcmkeys/global/global-win3.kksrc +share/apps/kcmkeys/global/global-win4.kksrc +share/apps/kcmkeys/standard/app-kde3.kksrc +share/apps/kcmkeys/standard/app-kde4.kksrc +share/apps/kcmkeys/standard/app-mac3.kksrc +share/apps/kcmkeys/standard/app-unix3.kksrc +share/apps/kcmkeys/standard/app-win3.kksrc share/apps/kcmlocale/pics/background.png +share/apps/kcmusb/usb.ids +share/apps/kconf_update/konsole.upd share/apps/kcontrol/kcontrolui.rc share/apps/kcontrol/pics/energybig.png share/apps/kcontrol/pics/lo-energy.png @@ -636,6 +822,10 @@ share/apps/kcontrol/pics/part2.png share/apps/kcontrol/pics/part3.png share/apps/kcontrol/pics/play.png share/apps/kdcop/kdcopui.rc +share/apps/kdeprintfax/anytops +share/apps/kdeprintfax/faxfilters +share/apps/kdeprintfax/icons/hicolor/16x16/actions/abentry.png +share/apps/kdeprintfax/kdeprintfaxui.rc share/apps/kdesktop/DesktopLinks/Home.desktop share/apps/kdesktop/directory.autostart share/apps/kdesktop/directory.desktop @@ -669,8 +859,10 @@ share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad share/apps/kdisplay/app-defaults/AAAMotif.ad share/apps/kdisplay/app-defaults/AAATk.ad share/apps/kdisplay/app-defaults/AAAXaw.ad +share/apps/kdisplay/app-defaults/AcroRead.ad share/apps/kdisplay/app-defaults/Editres.ad share/apps/kdisplay/app-defaults/Emacs.ad +share/apps/kdisplay/app-defaults/GV.ad share/apps/kdisplay/app-defaults/ML.ad share/apps/kdisplay/app-defaults/Nedit.ad share/apps/kdisplay/app-defaults/Netscape.ad @@ -681,6 +873,7 @@ share/apps/kdisplay/app-defaults/XOsview.ad share/apps/kdisplay/app-defaults/XTerm.ad share/apps/kdisplay/app-defaults/XV.ad share/apps/kdisplay/app-defaults/Xawtv.ad +share/apps/kdisplay/app-defaults/Xdvi.ad share/apps/kdisplay/app-defaults/Xpdf.ad share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc share/apps/kdisplay/color-schemes/BeOS.kcsrc @@ -689,7 +882,9 @@ 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/EveX.kcsrc share/apps/kdisplay/color-schemes/KDEOne.kcsrc +share/apps/kdisplay/color-schemes/MediaPeach.kcsrc share/apps/kdisplay/color-schemes/Next.kcsrc share/apps/kdisplay/color-schemes/PaleGray.kcsrc share/apps/kdisplay/color-schemes/PointReyesGreen.kcsrc @@ -697,6 +892,7 @@ 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/Windows2000.kcsrc share/apps/kdisplay/color-schemes/Windows95.kcsrc share/apps/kdm/pics/kdeflower.png share/apps/kdm/pics/kdelogo.png @@ -712,17 +908,9 @@ share/apps/kfind/icons/locolor/22x22/actions/info.png share/apps/kfind/icons/locolor/22x22/actions/openfile.png share/apps/kfind/icons/locolor/22x22/actions/save.png share/apps/kfind/icons/locolor/22x22/actions/search.png -share/apps/khelpcenter/en/bad_words -share/apps/khelpcenter/en/long.html -share/apps/khelpcenter/en/nomatch.html -share/apps/khelpcenter/en/short.html -share/apps/khelpcenter/en/syntax.html -share/apps/khelpcenter/en/wrapper.html -share/apps/khelpcenter/icons/locolor/16x16/apps/helpbook_open.png -share/apps/khelpcenter/pics/checked.xpm -share/apps/khelpcenter/pics/star.png -share/apps/khelpcenter/pics/star_blank.png -share/apps/khelpcenter/pics/unchecked.xpm +share/apps/khelpcenter/glossary.html.in +share/apps/khelpcenter/intro.html.in +share/apps/khelpcenter/khelpcenterui.rc share/apps/khelpcenter/plugins/Tutorials/.directory share/apps/khelpcenter/plugins/Tutorials/quickstart.desktop share/apps/khelpcenter/plugins/Tutorials/visualdict.desktop @@ -734,6 +922,7 @@ share/apps/kicker/applets/ksystemtrayapplet.desktop share/apps/kicker/applets/ktaskbarapplet.desktop share/apps/kicker/applets/naughtyapplet.desktop share/apps/kicker/applets/quicklauncher.desktop +share/apps/kicker/default-apps share/apps/kicker/extensions/childpanelextension.desktop share/apps/kicker/extensions/dockbarextension.desktop share/apps/kicker/extensions/kasbarextension.desktop @@ -855,6 +1044,8 @@ share/apps/kio_finger/kio_finger.css share/apps/kio_finger/kio_finger.pl share/apps/kio_info/kde-info2html share/apps/kio_info/kde-info2html.conf +share/apps/kioslave/smb.html +share/apps/kjobviewer/kjobviewerui.rc share/apps/kmenuedit/icons/hicolor/22x22/actions/menu_new.png share/apps/kmenuedit/icons/hicolor/32x32/actions/menu_new.png share/apps/kmenuedit/icons/locolor/16x16/actions/menu_new.png @@ -866,6 +1057,28 @@ share/apps/konqlistview/konq_detailedlistview.rc share/apps/konqlistview/konq_textview.rc share/apps/konqlistview/konq_treeview.rc share/apps/konqlistview/kpartplugins/kshellcmdplugin.rc +share/apps/konqsidebartng/add/sidebar_classic_add.desktop +share/apps/konqsidebartng/add/virtualfolderadd.desktop +share/apps/konqsidebartng/dirtree/bookmarks_module.desktop +share/apps/konqsidebartng/dirtree/dirtree_module.desktop +share/apps/konqsidebartng/dirtree/history_module.desktop +share/apps/konqsidebartng/entries/.version +share/apps/konqsidebartng/entries/bookmarks.desktop +share/apps/konqsidebartng/entries/history.desktop +share/apps/konqsidebartng/entries/home.desktop +share/apps/konqsidebartng/entries/remote.desktop +share/apps/konqsidebartng/entries/root.desktop +share/apps/konqsidebartng/entries/services.desktop +share/apps/konqsidebartng/entries/sidebar_classic.desktop +share/apps/konqsidebartng/virtual_folders/remote/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/kde_ftp.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/.directory +share/apps/konqsidebartng/virtual_folders/remote/web/apps_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/dot_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/kde_web.desktop +share/apps/konqsidebartng/virtual_folders/services/.directory +share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop share/apps/konqueror/about/back.png share/apps/konqueror/about/background.png share/apps/konqueror/about/bgtable.png @@ -875,6 +1088,7 @@ share/apps/konqueror/about/intro.html share/apps/konqueror/about/kdelogo2.png share/apps/konqueror/about/konq.css share/apps/konqueror/about/konqueror.png +share/apps/konqueror/about/lightning.png share/apps/konqueror/about/lines.png share/apps/konqueror/about/lines2.png share/apps/konqueror/about/locationbar_erase.png @@ -894,34 +1108,19 @@ 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/apps_web.desktop +share/apps/konqueror/dirtree/remote/web/dot_web.desktop share/apps/konqueror/dirtree/remote/web/kde_web.desktop share/apps/konqueror/dirtree/root.desktop -share/apps/konqueror/icons/hicolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/remove_view.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/remove_view.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_top_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/kde1.png -share/apps/konqueror/icons/locolor/16x16/actions/kde2.png -share/apps/konqueror/icons/locolor/16x16/actions/kde3.png -share/apps/konqueror/icons/locolor/16x16/actions/kde4.png -share/apps/konqueror/icons/locolor/16x16/actions/kde5.png -share/apps/konqueror/icons/locolor/16x16/actions/kde6.png -share/apps/konqueror/icons/locolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/locolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_top_bottom.png +share/apps/konqueror/dirtree/services/.directory +share/apps/konqueror/dirtree/services/audiocd.desktop +share/apps/konqueror/icons/hicolor/16x16/actions/history_clear.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde1.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde2.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde3.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde4.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde5.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde6.png share/apps/konqueror/konqueror.rc share/apps/konqueror/pics/indicator_anchor.png share/apps/konqueror/pics/indicator_connect.png @@ -956,6 +1155,7 @@ share/apps/konsole/README.KeyTab share/apps/konsole/README.Schema share/apps/konsole/Transparent.schema share/apps/konsole/Transparent_MC.schema +share/apps/konsole/Transparent_darkbg.schema share/apps/konsole/Transparent_lightbg.schema share/apps/konsole/WhiteOnBlack.schema share/apps/konsole/XTerm.schema @@ -970,13 +1170,18 @@ share/apps/konsole/pics/colourness.png share/apps/konsole/pics/contrast.png share/apps/konsole/shell.desktop share/apps/konsole/su.desktop +share/apps/konsole/sumc.desktop share/apps/konsole/syscolor.schema share/apps/konsole/vim.schema share/apps/konsole/vt100.keytab share/apps/konsole/vt420pc.keytab share/apps/konsole/x11r5.keytab -share/apps/kscreensaver/kscience-small.gif -share/apps/kscreensaver/kscience.gif +share/apps/kpersonalizer/pics/step1.png +share/apps/kpersonalizer/pics/step2.png +share/apps/kpersonalizer/pics/step3.png +share/apps/kpersonalizer/pics/step4.png +share/apps/kpersonalizer/pics/step5.png +share/apps/kscreensaver/kscience.png share/apps/ksplash/pics/locolor/splash_active_bar.png share/apps/ksplash/pics/locolor/splash_bottom.png share/apps/ksplash/pics/locolor/splash_inactive_bar.png @@ -988,56 +1193,19 @@ share/apps/ksplash/pics/splash_top.png share/apps/ksysguard/KSysGuardApplet.xml share/apps/ksysguard/ProcessTable.sgrd share/apps/ksysguard/SystemLoad.sgrd -share/apps/ksysguard/icons/locolor/16x16/apps/X.png -share/apps/ksysguard/icons/locolor/16x16/apps/artsd.png -share/apps/ksysguard/icons/locolor/16x16/apps/automount.png -share/apps/ksysguard/icons/locolor/16x16/apps/bash.png -share/apps/ksysguard/icons/locolor/16x16/apps/c++.png -share/apps/ksysguard/icons/locolor/16x16/apps/cc.png -share/apps/ksysguard/icons/locolor/16x16/apps/computer.png -share/apps/ksysguard/icons/locolor/16x16/apps/console.png -share/apps/ksysguard/icons/locolor/16x16/apps/csh.png -share/apps/ksysguard/icons/locolor/16x16/apps/emacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/g++.png -share/apps/ksysguard/icons/locolor/16x16/apps/gcc.png -share/apps/ksysguard/icons/locolor/16x16/apps/gdb.png -share/apps/ksysguard/icons/locolor/16x16/apps/httpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/in.identd.png -share/apps/ksysguard/icons/locolor/16x16/apps/inetd.png -share/apps/ksysguard/icons/locolor/16x16/apps/init.png -share/apps/ksysguard/icons/locolor/16x16/apps/kcookiejar.png -share/apps/ksysguard/icons/locolor/16x16/apps/kdesktop.png -share/apps/ksysguard/icons/locolor/16x16/apps/kflushd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kicker.png -share/apps/ksysguard/icons/locolor/16x16/apps/kio_file.png -share/apps/ksysguard/icons/locolor/16x16/apps/klauncher.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksh.png -share/apps/ksysguard/icons/locolor/16x16/apps/kswapd.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksysguardd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kupdate.png -share/apps/ksysguard/icons/locolor/16x16/apps/login.png -share/apps/ksysguard/icons/locolor/16x16/apps/lpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/mingetty.png -share/apps/ksysguard/icons/locolor/16x16/apps/mutt.png -share/apps/ksysguard/icons/locolor/16x16/apps/nscd.png -share/apps/ksysguard/icons/locolor/16x16/apps/pine.png -share/apps/ksysguard/icons/locolor/16x16/apps/portmap.png -share/apps/ksysguard/icons/locolor/16x16/apps/sendmail.png -share/apps/ksysguard/icons/locolor/16x16/apps/sh.png -share/apps/ksysguard/icons/locolor/16x16/apps/ssh.png -share/apps/ksysguard/icons/locolor/16x16/apps/startkde.png -share/apps/ksysguard/icons/locolor/16x16/apps/startx.png -share/apps/ksysguard/icons/locolor/16x16/apps/syslogd.png -share/apps/ksysguard/icons/locolor/16x16/apps/tcsh.png -share/apps/ksysguard/icons/locolor/16x16/apps/unknown.png -share/apps/ksysguard/icons/locolor/16x16/apps/xemacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/xinit.png -share/apps/ksysguard/icons/locolor/16x16/apps/xntpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/xterm.png -share/apps/ksysguard/icons/locolor/16x16/apps/ypbind.png share/apps/ksysguard/ksysguardui.rc +share/apps/ksysguard/pics/X.png +share/apps/ksysguard/pics/computer.png +share/apps/ksysguard/pics/daemon.png +share/apps/ksysguard/pics/kdeapp.png +share/apps/ksysguard/pics/kernel.png +share/apps/ksysguard/pics/ksysguardd.png +share/apps/ksysguard/pics/running.png +share/apps/ksysguard/pics/shell.png +share/apps/ksysguard/pics/tools.png +share/apps/ksysguard/pics/unknownapp.png +share/apps/ksysguard/pics/waiting.png share/apps/kthememgr/Themes/Default.ktheme -share/apps/kthememgr/Themes/Eclipse.ktheme share/apps/kthememgr/Themes/MGBreizh.ktheme share/apps/kthememgr/Themes/Nostalgy.ktheme share/apps/kthememgr/Themes/Template.themerc @@ -1045,11 +1213,45 @@ share/apps/kthememgr/Themes/Wood.ktheme share/apps/kthememgr/theme.mappings share/apps/kwin/b2.desktop share/apps/kwin/eventsrc -share/apps/kwin/kde.desktop +share/apps/kwin/icewm-themes/closeA.xpm +share/apps/kwin/icewm-themes/closeI.xpm +share/apps/kwin/icewm-themes/default.theme +share/apps/kwin/icewm-themes/depthA.xpm +share/apps/kwin/icewm-themes/depthI.xpm +share/apps/kwin/icewm-themes/maximizeA.xpm +share/apps/kwin/icewm-themes/maximizeI.xpm +share/apps/kwin/icewm-themes/menuButtonA.xpm +share/apps/kwin/icewm-themes/menuButtonI.xpm +share/apps/kwin/icewm-themes/minimizeA.xpm +share/apps/kwin/icewm-themes/minimizeI.xpm +share/apps/kwin/icewm-themes/restoreA.xpm +share/apps/kwin/icewm-themes/restoreI.xpm +share/apps/kwin/icewm-themes/rolldownA.xpm +share/apps/kwin/icewm-themes/rolldownI.xpm +share/apps/kwin/icewm-themes/rollupA.xpm +share/apps/kwin/icewm-themes/rollupI.xpm +share/apps/kwin/icewm-themes/titleAB.xpm +share/apps/kwin/icewm-themes/titleAJ.xpm +share/apps/kwin/icewm-themes/titleAM.xpm +share/apps/kwin/icewm-themes/titleAP.xpm +share/apps/kwin/icewm-themes/titleAQ.xpm +share/apps/kwin/icewm-themes/titleAR.xpm +share/apps/kwin/icewm-themes/titleAS.xpm +share/apps/kwin/icewm-themes/titleAT.xpm +share/apps/kwin/icewm-themes/titleIB.xpm +share/apps/kwin/icewm-themes/titleIJ.xpm +share/apps/kwin/icewm-themes/titleIM.xpm +share/apps/kwin/icewm-themes/titleIP.xpm +share/apps/kwin/icewm-themes/titleIQ.xpm +share/apps/kwin/icewm-themes/titleIR.xpm +share/apps/kwin/icewm-themes/titleIS.xpm +share/apps/kwin/icewm-themes/titleIT.xpm +share/apps/kwin/icewm.desktop share/apps/kwin/kde1.desktop share/apps/kwin/kstep.desktop share/apps/kwin/laptop.desktop share/apps/kwin/modernsystem.desktop +share/apps/kwin/mwm.desktop share/apps/kwin/pics/bluesun.png share/apps/kwin/pics/close.png share/apps/kwin/pics/fog-grey.png @@ -1063,18 +1265,18 @@ share/apps/kwin/pics/menu.png share/apps/kwin/pics/pindown.png share/apps/kwin/pics/pinup.png share/apps/kwin/pics/unknown.png +share/apps/kwin/quartz.desktop +share/apps/kwin/redmond.desktop share/apps/kwin/riscos.desktop share/apps/kwin/system.desktop -share/apps/kwin/win2k.desktop -share/apps/kwrite/kwrite_browser.rc -share/apps/kwrite/kwrite_shell.rc +share/apps/kwin/web.desktop share/apps/kwrite/kwriteui.rc -share/apps/kwrite/syntax.xml share/apps/naughtyapplet/pics/naughty-happy.png share/apps/naughtyapplet/pics/naughty-sad.png share/autostart/kdesktop.desktop share/autostart/khotkeys.desktop share/autostart/klipper.desktop +share/autostart/kpersonalizer.desktop share/autostart/ktip.desktop share/autostart/kwrited.desktop share/autostart/panel.desktop @@ -1101,8 +1303,10 @@ share/config/imsmaprc share/config/interferencerc share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdmrc +share/config/kdm/README +share/config/kdm/kdmrc share/config/klipperrc +share/config/konqsidebartng.rc share/config/konsolerc share/config/kshorturifilterrc share/config/kumpparc @@ -1112,56 +1316,29 @@ share/config/lissierc share/config/penroserc share/config/rocksrc share/config/sliprc -share/doc/HTML/en/kcontrol/.anchors -share/doc/HTML/en/kcontrol/action.html -share/doc/HTML/en/kcontrol/background.html -share/doc/HTML/en/kcontrol/batmon.html -share/doc/HTML/en/kcontrol/bell.html -share/doc/HTML/en/kcontrol/borders.html -share/doc/HTML/en/kcontrol/color.html +share/doc/HTML/en/kaddressbook/common +share/doc/HTML/en/kaddressbook/index.cache.bz2 +share/doc/HTML/en/kaddressbook/index.docbook +share/doc/HTML/en/kate/common +share/doc/HTML/en/kate/index.cache.bz2 +share/doc/HTML/en/kate/index.docbook share/doc/HTML/en/kcontrol/common -share/doc/HTML/en/kcontrol/control-center-exiting.html -share/doc/HTML/en/kcontrol/control-center-menus.html -share/doc/HTML/en/kcontrol/control-center-run-indiv.html -share/doc/HTML/en/kcontrol/control-center-screen.html -share/doc/HTML/en/kcontrol/control-center.html -share/doc/HTML/en/kcontrol/cookie.html -share/doc/HTML/en/kcontrol/credits.html -share/doc/HTML/en/kcontrol/crypto.html -share/doc/HTML/en/kcontrol/datetime.html -share/doc/HTML/en/kcontrol/desktop.html -share/doc/HTML/en/kcontrol/devices.html -share/doc/HTML/en/kcontrol/dma.html -share/doc/HTML/en/kcontrol/ebrowse.html -share/doc/HTML/en/kcontrol/email.html -share/doc/HTML/en/kcontrol/energy.html -share/doc/HTML/en/kcontrol/file-assoc.html -share/doc/HTML/en/kcontrol/file-manager.html -share/doc/HTML/en/kcontrol/fonts.html -share/doc/HTML/en/kcontrol/help-index.html -share/doc/HTML/en/kcontrol/icons.html +share/doc/HTML/en/kcontrol/index.cache.bz2 share/doc/HTML/en/kcontrol/index.docbook -share/doc/HTML/en/kcontrol/index.html -share/doc/HTML/en/kcontrol/interrupts.html -share/doc/HTML/en/kcontrol/introduction.html -share/doc/HTML/en/kcontrol/ioports.html -share/doc/HTML/en/kcontrol/kbd.html -share/doc/HTML/en/kcontrol/kblayout.html share/doc/HTML/en/kcontrol/kcmaccess.docbook share/doc/HTML/en/kcontrol/kcmaction.docbook share/doc/HTML/en/kcontrol/kcmbackgnd.docbook share/doc/HTML/en/kcontrol/kcmbatmon.docbook share/doc/HTML/en/kcontrol/kcmbell.docbook share/doc/HTML/en/kcontrol/kcmblockdev.docbook -share/doc/HTML/en/kcontrol/kcmborders.docbook share/doc/HTML/en/kcontrol/kcmcolor.docbook share/doc/HTML/en/kcontrol/kcmcookie.docbook share/doc/HTML/en/kcontrol/kcmcrypto.docbook +share/doc/HTML/en/kcontrol/kcmcss.docbook share/doc/HTML/en/kcontrol/kcmdatetime.docbook share/doc/HTML/en/kcontrol/kcmdesktop.docbook share/doc/HTML/en/kcontrol/kcmdeviceinfo.docbook share/doc/HTML/en/kcontrol/kcmdmainfo.docbook -share/doc/HTML/en/kcontrol/kcmdrkonqi.docbook share/doc/HTML/en/kcontrol/kcmebrowse.docbook share/doc/HTML/en/kcontrol/kcmemail.docbook share/doc/HTML/en/kcontrol/kcmenergy.docbook @@ -1170,13 +1347,15 @@ share/doc/HTML/en/kcontrol/kcmfileman.docbook share/doc/HTML/en/kcontrol/kcmfonts.docbook share/doc/HTML/en/kcontrol/kcmhelpindex.docbook share/doc/HTML/en/kcontrol/kcmicon.docbook -share/doc/HTML/en/kcontrol/kcmiconstyle.docbook share/doc/HTML/en/kcontrol/kcmintinfo.docbook share/doc/HTML/en/kcontrol/kcmioportinfo.docbook share/doc/HTML/en/kcontrol/kcmkbd.docbook -share/doc/HTML/en/kcontrol/kcmkblayout.docbook share/doc/HTML/en/kcontrol/kcmkbrowse.docbook share/doc/HTML/en/kcontrol/kcmkeybind.docbook +share/doc/HTML/en/kcontrol/kcmkonsole.docbook +share/doc/HTML/en/kcontrol/kcmkwintheme.docbook +share/doc/HTML/en/kcontrol/kcmlaunch.docbook +share/doc/HTML/en/kcontrol/kcmlisa.docbook share/doc/HTML/en/kcontrol/kcmlocate.docbook share/doc/HTML/en/kcontrol/kcmloginmanage.docbook share/doc/HTML/en/kcontrol/kcmlowbatcrit.docbook @@ -1185,9 +1364,7 @@ share/doc/HTML/en/kcontrol/kcmmemoryinfo.docbook share/doc/HTML/en/kcontrol/kcmmidi.docbook share/doc/HTML/en/kcontrol/kcmmixer.docbook share/doc/HTML/en/kcontrol/kcmmouse.docbook -share/doc/HTML/en/kcontrol/kcmmousebeh.docbook share/doc/HTML/en/kcontrol/kcmnetscapeplugins.docbook -share/doc/HTML/en/kcontrol/kcmnumbername.docbook share/doc/HTML/en/kcontrol/kcmpanel.docbook share/doc/HTML/en/kcontrol/kcmpartitioninfo.docbook share/doc/HTML/en/kcontrol/kcmpasswd.docbook @@ -1202,206 +1379,91 @@ share/doc/HTML/en/kcontrol/kcmsessionman.docbook share/doc/HTML/en/kcontrol/kcmsmbstat.docbook share/doc/HTML/en/kcontrol/kcmsndinfo.docbook share/doc/HTML/en/kcontrol/kcmsndsrv.docbook +share/doc/HTML/en/kcontrol/kcmsocks.docbook +share/doc/HTML/en/kcontrol/kcmspellchecking.docbook share/doc/HTML/en/kcontrol/kcmstyle.docbook share/doc/HTML/en/kcontrol/kcmsysnotify.docbook share/doc/HTML/en/kcontrol/kcmtalk.docbook share/doc/HTML/en/kcontrol/kcmtaskbar.docbook +share/doc/HTML/en/kcontrol/kcmusb.docbook share/doc/HTML/en/kcontrol/kcmuseragent.docbook share/doc/HTML/en/kcontrol/kcmwinshare.docbook share/doc/HTML/en/kcontrol/kcmxservinfo.docbook -share/doc/HTML/en/kcontrol/key-bindings.html share/doc/HTML/en/kcontrol/kfileman1.png share/doc/HTML/en/kcontrol/kfileman2.png -share/doc/HTML/en/kcontrol/konq-browsing.html -share/doc/HTML/en/kcontrol/laptop.html -share/doc/HTML/en/kcontrol/locale.html -share/doc/HTML/en/kcontrol/login-manager.html -share/doc/HTML/en/kcontrol/lowbatcrit.html -share/doc/HTML/en/kcontrol/lowbatwarn.html -share/doc/HTML/en/kcontrol/memory.html -share/doc/HTML/en/kcontrol/midi.html -share/doc/HTML/en/kcontrol/mixer.html -share/doc/HTML/en/kcontrol/module.html -share/doc/HTML/en/kcontrol/modules.html -share/doc/HTML/en/kcontrol/mouse-behav.html -share/doc/HTML/en/kcontrol/mouse.html -share/doc/HTML/en/kcontrol/nsplugins.html -share/doc/HTML/en/kcontrol/panel.html -share/doc/HTML/en/kcontrol/partitions.html -share/doc/HTML/en/kcontrol/passwords.html -share/doc/HTML/en/kcontrol/pci.html -share/doc/HTML/en/kcontrol/pcmcia.html -share/doc/HTML/en/kcontrol/powerctrl.html -share/doc/HTML/en/kcontrol/processor.html -share/doc/HTML/en/kcontrol/proxies.html -share/doc/HTML/en/kcontrol/sambastatus.html -share/doc/HTML/en/kcontrol/screensaver.html +share/doc/HTML/en/kcontrol/nettimeouts.docbook +share/doc/HTML/en/kcontrol/printmanager.docbook +share/doc/HTML/en/kcontrol/printsystem.docbook +share/doc/HTML/en/kcontrol/protocols.docbook share/doc/HTML/en/kcontrol/screenshot.png -share/doc/HTML/en/kcontrol/scsi.html -share/doc/HTML/en/kcontrol/sessions.html -share/doc/HTML/en/kcontrol/sndserver.html -share/doc/HTML/en/kcontrol/soundinfo.html -share/doc/HTML/en/kcontrol/style.html -share/doc/HTML/en/kcontrol/sys-notify.html -share/doc/HTML/en/kcontrol/taskbar.html -share/doc/HTML/en/kcontrol/user-agent.html -share/doc/HTML/en/kcontrol/windows-shares.html -share/doc/HTML/en/kcontrol/xserver.html -share/doc/HTML/en/kdebugdialog/.anchors +share/doc/HTML/en/kcontrol/systemcontrol.docbook +share/doc/HTML/en/kcontrol/thememgr.docbook share/doc/HTML/en/kdebugdialog/common +share/doc/HTML/en/kdebugdialog/index.cache.bz2 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/kdeprint/common +share/doc/HTML/en/kdeprint/cupsaddprinterwizard1.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard2_backendselection.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan_results.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard4_networkscan_config.png +share/doc/HTML/en/kdeprint/index.cache.bz2 +share/doc/HTML/en/kdeprint/index.docbook share/doc/HTML/en/kdesu/common -share/doc/HTML/en/kdesu/compiling.html -share/doc/HTML/en/kdesu/configuration.html +share/doc/HTML/en/kdesu/index.cache.bz2 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/sec-password-keeping.html -share/doc/HTML/en/kdesu/using-kdesu.html -share/doc/HTML/en/kdm/.anchors -share/doc/HTML/en/kdm/building-and-installing-kdm.html share/doc/HTML/en/kdm/common -share/doc/HTML/en/kdm/configuring-kdm.html -share/doc/HTML/en/kdm/configuring-your-system-for-kdm.html -share/doc/HTML/en/kdm/credits.html -share/doc/HTML/en/kdm/different-window-managers-with-kdm.html +share/doc/HTML/en/kdm/index.cache.bz2 share/doc/HTML/en/kdm/index.docbook -share/doc/HTML/en/kdm/index.html -share/doc/HTML/en/kdm/introduction.html -share/doc/HTML/en/kdm/kdmdesktop.html -share/doc/HTML/en/kdm/lilo.html -share/doc/HTML/en/kdm/locale.html -share/doc/HTML/en/kdm/other-information.html -share/doc/HTML/en/khelpcenter/.anchors share/doc/HTML/en/khelpcenter/background.png share/doc/HTML/en/khelpcenter/bgtable.png share/doc/HTML/en/khelpcenter/common -share/doc/HTML/en/khelpcenter/contact-developers.html -share/doc/HTML/en/khelpcenter/contact-more-information.html -share/doc/HTML/en/khelpcenter/contact-official.html -share/doc/HTML/en/khelpcenter/contact-the-kde-team.html share/doc/HTML/en/khelpcenter/contact.docbook -share/doc/HTML/en/khelpcenter/credits.html -share/doc/HTML/en/khelpcenter/faq/.anchors share/doc/HTML/en/khelpcenter/faq/TODO -share/doc/HTML/en/khelpcenter/faq/about.html -share/doc/HTML/en/khelpcenter/faq/applications.html +share/doc/HTML/en/khelpcenter/faq/about.docbook share/doc/HTML/en/khelpcenter/faq/common -share/doc/HTML/en/khelpcenter/faq/configure.html -share/doc/HTML/en/khelpcenter/faq/contribute.html -share/doc/HTML/en/khelpcenter/faq/credits.html -share/doc/HTML/en/khelpcenter/faq/desktop.html -share/doc/HTML/en/khelpcenter/faq/filemanager.html -share/doc/HTML/en/khelpcenter/faq/getting-kde.html +share/doc/HTML/en/khelpcenter/faq/configkde.docbook +share/doc/HTML/en/khelpcenter/faq/contrib.docbook +share/doc/HTML/en/khelpcenter/faq/desktop.docbook +share/doc/HTML/en/khelpcenter/faq/filemng.docbook +share/doc/HTML/en/khelpcenter/faq/getkde.docbook +share/doc/HTML/en/khelpcenter/faq/index.cache.bz2 share/doc/HTML/en/khelpcenter/faq/index.docbook -share/doc/HTML/en/khelpcenter/faq/index.html -share/doc/HTML/en/khelpcenter/faq/install.html -share/doc/HTML/en/khelpcenter/faq/introduction.html -share/doc/HTML/en/khelpcenter/faq/misc.html -share/doc/HTML/en/khelpcenter/faq/more-info.html -share/doc/HTML/en/khelpcenter/faq/non-kde-apps.html -share/doc/HTML/en/khelpcenter/faq/not-kde.html -share/doc/HTML/en/khelpcenter/faq/panel.html -share/doc/HTML/en/khelpcenter/faq/tips.html -share/doc/HTML/en/khelpcenter/faq/windowmanager.html -share/doc/HTML/en/khelpcenter/help-system-user-manual.html +share/doc/HTML/en/khelpcenter/faq/index.docbook.old +share/doc/HTML/en/khelpcenter/faq/install.docbook +share/doc/HTML/en/khelpcenter/faq/intro.docbook +share/doc/HTML/en/khelpcenter/faq/kdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/misc.docbook +share/doc/HTML/en/khelpcenter/faq/moreinfo.docbook +share/doc/HTML/en/khelpcenter/faq/nonkdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/notrelated.docbook +share/doc/HTML/en/khelpcenter/faq/panel.docbook +share/doc/HTML/en/khelpcenter/faq/tips.docbook +share/doc/HTML/en/khelpcenter/faq/winmng.docbook +share/doc/HTML/en/khelpcenter/glossary/common +share/doc/HTML/en/khelpcenter/glossary/index.cache.bz2 +share/doc/HTML/en/khelpcenter/glossary/index.docbook share/doc/HTML/en/khelpcenter/help.docbook +share/doc/HTML/en/khelpcenter/index.cache.bz2 share/doc/HTML/en/khelpcenter/index.docbook -share/doc/HTML/en/khelpcenter/index.html -share/doc/HTML/en/khelpcenter/interface-basics.html -share/doc/HTML/en/khelpcenter/invoking-help.html share/doc/HTML/en/khelpcenter/kdelogo2.png share/doc/HTML/en/khelpcenter/khelpcenter.png share/doc/HTML/en/khelpcenter/konq.css share/doc/HTML/en/khelpcenter/lines.png share/doc/HTML/en/khelpcenter/lines2.png share/doc/HTML/en/khelpcenter/links.docbook -share/doc/HTML/en/khelpcenter/main.html -share/doc/HTML/en/khelpcenter/no-html.html share/doc/HTML/en/khelpcenter/pointers.png -share/doc/HTML/en/khelpcenter/quickstart/.anchors -share/doc/HTML/en/khelpcenter/quickstart/advanced-topics.html -share/doc/HTML/en/khelpcenter/quickstart/an-overview-of-kde.html -share/doc/HTML/en/khelpcenter/quickstart/archives-and-networks.html share/doc/HTML/en/khelpcenter/quickstart/common -share/doc/HTML/en/khelpcenter/quickstart/configuration-modules.html -share/doc/HTML/en/khelpcenter/quickstart/configure.html -share/doc/HTML/en/khelpcenter/quickstart/credits.html +share/doc/HTML/en/khelpcenter/quickstart/index.cache.bz2 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/kde-an-exciting-journey.html -share/doc/HTML/en/khelpcenter/quickstart/launching-applications.html -share/doc/HTML/en/khelpcenter/quickstart/logging-out.html -share/doc/HTML/en/khelpcenter/quickstart/managing-your-files.html -share/doc/HTML/en/khelpcenter/quickstart/ready-set-go.html -share/doc/HTML/en/khelpcenter/quickstart/using-taskbar.html -share/doc/HTML/en/khelpcenter/quickstart/using-templates.html -share/doc/HTML/en/khelpcenter/quickstart/using-v-desktops.html -share/doc/HTML/en/khelpcenter/quickstart/want-command-line-back.html -share/doc/HTML/en/khelpcenter/quickstart/working-with-windows.html share/doc/HTML/en/khelpcenter/shadow1.png share/doc/HTML/en/khelpcenter/support.docbook -share/doc/HTML/en/khelpcenter/supporting-kde-financial-support.html -share/doc/HTML/en/khelpcenter/supporting-kde-get-started.html -share/doc/HTML/en/khelpcenter/supporting-kde.html -share/doc/HTML/en/khelpcenter/userguide/.anchors -share/doc/HTML/en/khelpcenter/userguide/about-this-preview.html -share/doc/HTML/en/khelpcenter/userguide/adding-programs.html -share/doc/HTML/en/khelpcenter/userguide/all-about-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html share/doc/HTML/en/khelpcenter/userguide/common -share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/desktop-components.html -share/doc/HTML/en/khelpcenter/userguide/docu-staff.html -share/doc/HTML/en/khelpcenter/userguide/entertainment-applications.html -share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html -share/doc/HTML/en/khelpcenter/userguide/first-impressions.html -share/doc/HTML/en/khelpcenter/userguide/frequently-asked-questions.html -share/doc/HTML/en/khelpcenter/userguide/getting-kde.html -share/doc/HTML/en/khelpcenter/userguide/getting-started.html -share/doc/HTML/en/khelpcenter/userguide/graphical-applications.html +share/doc/HTML/en/khelpcenter/userguide/index.cache.bz2 share/doc/HTML/en/khelpcenter/userguide/index.docbook -share/doc/HTML/en/khelpcenter/userguide/index.html -share/doc/HTML/en/khelpcenter/userguide/installation.html -share/doc/HTML/en/khelpcenter/userguide/installing-debian.html -share/doc/HTML/en/khelpcenter/userguide/introduction.html -share/doc/HTML/en/khelpcenter/userguide/kdeadmin-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdebase-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdepim-applications.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/license.html -share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms.html -share/doc/HTML/en/khelpcenter/userguide/more-help.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/multimedia-applications.html -share/doc/HTML/en/khelpcenter/userguide/network-applications.html -share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html -share/doc/HTML/en/khelpcenter/userguide/shortcuts.html -share/doc/HTML/en/khelpcenter/userguide/source-distribution.html -share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html -share/doc/HTML/en/khelpcenter/userguide/suse-install.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-templates.html -share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html -share/doc/HTML/en/khelpcenter/userguide/utility-applications.html -share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html -share/doc/HTML/en/khelpcenter/visualdict/.anchors share/doc/HTML/en/khelpcenter/visualdict/common -share/doc/HTML/en/khelpcenter/visualdict/credits.html +share/doc/HTML/en/khelpcenter/visualdict/index.cache.bz2 share/doc/HTML/en/khelpcenter/visualdict/index.docbook -share/doc/HTML/en/khelpcenter/visualdict/index.html share/doc/HTML/en/khelpcenter/visualdict/pict1.png share/doc/HTML/en/khelpcenter/visualdict/pict10.png share/doc/HTML/en/khelpcenter/visualdict/pict11.png @@ -1422,77 +1484,58 @@ share/doc/HTML/en/khelpcenter/visualdict/pict6.png share/doc/HTML/en/khelpcenter/visualdict/pict7.png share/doc/HTML/en/khelpcenter/visualdict/pict8.png share/doc/HTML/en/khelpcenter/visualdict/pict9.png -share/doc/HTML/en/khelpcenter/visualdict/visual-dictionary.html -share/doc/HTML/en/khelpcenter/web.html -share/doc/HTML/en/khelpcenter/welcome-to-kde.html share/doc/HTML/en/khelpcenter/welcome.docbook -share/doc/HTML/en/khelpcenter/what-is-kde-the-desktop.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-development-framework.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-office-suite.html -share/doc/HTML/en/khelpcenter/what-is-kde.html share/doc/HTML/en/khelpcenter/whatiskde.docbook -share/doc/HTML/en/kicker/.anchors -share/doc/HTML/en/kicker/applets.html -share/doc/HTML/en/kicker/application-group.html -share/doc/HTML/en/kicker/basics.html -share/doc/HTML/en/kicker/browsers.html -share/doc/HTML/en/kicker/child-panel-extension.html -share/doc/HTML/en/kicker/clock-applet.html -share/doc/HTML/en/kicker/commands.html +share/doc/HTML/en/kicker/bookmarks_icon.png share/doc/HTML/en/kicker/common -share/doc/HTML/en/kicker/compilation.html -share/doc/HTML/en/kicker/configuration.html -share/doc/HTML/en/kicker/configuring-apps.html -share/doc/HTML/en/kicker/configuring.html -share/doc/HTML/en/kicker/credits.html -share/doc/HTML/en/kicker/dock-application-bar-extension.html -share/doc/HTML/en/kicker/extensions.html -share/doc/HTML/en/kicker/faq.html +share/doc/HTML/en/kicker/desktop_icon.png +share/doc/HTML/en/kicker/index.cache.bz2 share/doc/HTML/en/kicker/index.docbook -share/doc/HTML/en/kicker/index.html -share/doc/HTML/en/kicker/installation.html -share/doc/HTML/en/kicker/introduction.html -share/doc/HTML/en/kicker/k-menu.html share/doc/HTML/en/kicker/k_menu_icon.png -share/doc/HTML/en/kicker/kasbar-extension.html -share/doc/HTML/en/kicker/kfind-advanced.html -share/doc/HTML/en/kicker/kfind-date-range.html -share/doc/HTML/en/kicker/kfind.html -share/doc/HTML/en/kicker/launcher-applet.html -share/doc/HTML/en/kicker/most-recently-group.html -share/doc/HTML/en/kicker/naughty-applet.html -share/doc/HTML/en/kicker/pager-applet.html -share/doc/HTML/en/kicker/panel-applets.html -share/doc/HTML/en/kicker/panel-buttons.html -share/doc/HTML/en/kicker/panel-looknfeel.html -share/doc/HTML/en/kicker/panel-menus.html -share/doc/HTML/en/kicker/requirements.html -share/doc/HTML/en/kicker/run-applet.html -share/doc/HTML/en/kicker/run-command.html +share/doc/HTML/en/kicker/recent_docs_icon.png share/doc/HTML/en/kicker/screenshot_left.png share/doc/HTML/en/kicker/screenshot_right.png -share/doc/HTML/en/kicker/systemtray-applet.html -share/doc/HTML/en/kicker/using-kicker.html +share/doc/HTML/en/kicker/taskbar_group.png +share/doc/HTML/en/kicker/terminals_icon.png share/doc/HTML/en/kicker/windowlist_icon.png -share/doc/HTML/en/klipper/.anchors -share/doc/HTML/en/klipper/actions.html +share/doc/HTML/en/kioslave/audiocd.docbook +share/doc/HTML/en/kioslave/bzip.docbook +share/doc/HTML/en/kioslave/bzip2.docbook +share/doc/HTML/en/kioslave/common +share/doc/HTML/en/kioslave/file.docbook +share/doc/HTML/en/kioslave/finger.docbook +share/doc/HTML/en/kioslave/floppy.docbook +share/doc/HTML/en/kioslave/ftp.docbook +share/doc/HTML/en/kioslave/gopher.docbook +share/doc/HTML/en/kioslave/gzip.docbook +share/doc/HTML/en/kioslave/help.docbook +share/doc/HTML/en/kioslave/http.docbook +share/doc/HTML/en/kioslave/https.docbook +share/doc/HTML/en/kioslave/imap.docbook +share/doc/HTML/en/kioslave/imaps.docbook +share/doc/HTML/en/kioslave/index.cache.bz2 +share/doc/HTML/en/kioslave/index.docbook +share/doc/HTML/en/kioslave/info.docbook +share/doc/HTML/en/kioslave/lan.docbook +share/doc/HTML/en/kioslave/ldap.docbook +share/doc/HTML/en/kioslave/mailto.docbook +share/doc/HTML/en/kioslave/man.docbook +share/doc/HTML/en/kioslave/news.docbook +share/doc/HTML/en/kioslave/nfs.docbook +share/doc/HTML/en/kioslave/nntp.docbook +share/doc/HTML/en/kioslave/pop3.docbook +share/doc/HTML/en/kioslave/pop3s.docbook +share/doc/HTML/en/kioslave/rlan.docbook +share/doc/HTML/en/kioslave/rlogin.docbook +share/doc/HTML/en/kioslave/smb.docbook +share/doc/HTML/en/kioslave/tar.docbook +share/doc/HTML/en/kioslave/telnet.docbook +share/doc/HTML/en/kioslave/thumbnail.docbook share/doc/HTML/en/klipper/common -share/doc/HTML/en/klipper/compilation.html -share/doc/HTML/en/klipper/configuration.html -share/doc/HTML/en/klipper/credits.html +share/doc/HTML/en/klipper/index.cache.bz2 share/doc/HTML/en/klipper/index.docbook -share/doc/HTML/en/klipper/index.html -share/doc/HTML/en/klipper/installation.html -share/doc/HTML/en/klipper/introduction.html -share/doc/HTML/en/klipper/requirements.html share/doc/HTML/en/klipper/screenshot.png -share/doc/HTML/en/klipper/using-klipper.html -share/doc/HTML/en/kmenuedit/.anchors share/doc/HTML/en/kmenuedit/common -share/doc/HTML/en/kmenuedit/compilation.html -share/doc/HTML/en/kmenuedit/credits.html -share/doc/HTML/en/kmenuedit/details-advanced.html -share/doc/HTML/en/kmenuedit/glossary.html share/doc/HTML/en/kmenuedit/i_copy.png share/doc/HTML/en/kmenuedit/i_cut.png share/doc/HTML/en/kmenuedit/i_delete.png @@ -1502,163 +1545,141 @@ share/doc/HTML/en/kmenuedit/i_new_submenu.png share/doc/HTML/en/kmenuedit/i_paste.png share/doc/HTML/en/kmenuedit/icon_sets.png share/doc/HTML/en/kmenuedit/icons.png +share/doc/HTML/en/kmenuedit/index.cache.bz2 share/doc/HTML/en/kmenuedit/index.docbook -share/doc/HTML/en/kmenuedit/index.html -share/doc/HTML/en/kmenuedit/installation.html -share/doc/HTML/en/kmenuedit/introduction.html -share/doc/HTML/en/kmenuedit/menu-reference.html -share/doc/HTML/en/kmenuedit/using-kmenuedit.html -share/doc/HTML/en/konqueror/.anchors -share/doc/HTML/en/konqueror/basics.html -share/doc/HTML/en/konqueror/bookmarks.html -share/doc/HTML/en/konqueror/browser.html -share/doc/HTML/en/konqueror/bubble.html share/doc/HTML/en/konqueror/cmndline.png -share/doc/HTML/en/konqueror/commandline.html -share/doc/HTML/en/konqueror/commands.html share/doc/HTML/en/konqueror/common -share/doc/HTML/en/konqueror/config.html -share/doc/HTML/en/konqueror/configfm.html -share/doc/HTML/en/konqueror/configure-browser.html -share/doc/HTML/en/konqueror/configure-enhanced-browsing.html -share/doc/HTML/en/konqueror/configure-proxy.html -share/doc/HTML/en/konqueror/configure-user-agent.html -share/doc/HTML/en/konqueror/cookies.html -share/doc/HTML/en/konqueror/credits.html -share/doc/HTML/en/konqueror/crypto.html -share/doc/HTML/en/konqueror/deleting.html share/doc/HTML/en/konqueror/dirtree.png share/doc/HTML/en/konqueror/dragdrop.png -share/doc/HTML/en/konqueror/faq.html -share/doc/HTML/en/konqueror/file-associations.html -share/doc/HTML/en/konqueror/filemanager.html share/doc/HTML/en/konqueror/filetype1.png share/doc/HTML/en/konqueror/filetype3.png share/doc/HTML/en/konqueror/filetype4.png -share/doc/HTML/en/konqueror/ftp.html +share/doc/HTML/en/konqueror/index.cache.bz2 share/doc/HTML/en/konqueror/index.docbook -share/doc/HTML/en/konqueror/index.html -share/doc/HTML/en/konqueror/installation.html share/doc/HTML/en/konqueror/konqorg.png -share/doc/HTML/en/konqueror/lmb-mmb.html -share/doc/HTML/en/konqueror/making.html -share/doc/HTML/en/konqueror/man-info.html -share/doc/HTML/en/konqueror/moving.html -share/doc/HTML/en/konqueror/multiple.html -share/doc/HTML/en/konqueror/newname.html -share/doc/HTML/en/konqueror/parts.html share/doc/HTML/en/konqueror/parts.png -share/doc/HTML/en/konqueror/plugin.html -share/doc/HTML/en/konqueror/rmb-menus.html share/doc/HTML/en/konqueror/samba.png -share/doc/HTML/en/konqueror/save-print-web.html -share/doc/HTML/en/konqueror/save-settings.html -share/doc/HTML/en/konqueror/surf.html -share/doc/HTML/en/konsole/.anchors -share/doc/HTML/en/konsole/command-line-options.html share/doc/HTML/en/konsole/common -share/doc/HTML/en/konsole/credits.html -share/doc/HTML/en/konsole/history-option.html +share/doc/HTML/en/konsole/index.cache.bz2 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/konsole.png share/doc/HTML/en/konsole/konsole1.gif share/doc/HTML/en/konsole/konsole2.gif -share/doc/HTML/en/konsole/menubar.html -share/doc/HTML/en/konsole/mousebuttons.html share/doc/HTML/en/konsole/techref.html -share/doc/HTML/en/konsole/toolbar.html -share/doc/HTML/en/konsole/use-of-konsole.html share/doc/HTML/en/konsole/vt100.gif -share/doc/HTML/en/kpager/.anchors -share/doc/HTML/en/kpager/commands.html share/doc/HTML/en/kpager/common -share/doc/HTML/en/kpager/compilation.html -share/doc/HTML/en/kpager/credits.html -share/doc/HTML/en/kpager/faq.html +share/doc/HTML/en/kpager/index.cache.bz2 share/doc/HTML/en/kpager/index.docbook -share/doc/HTML/en/kpager/index.html -share/doc/HTML/en/kpager/installation.html -share/doc/HTML/en/kpager/introduction.html -share/doc/HTML/en/kpager/kapp-settings.html -share/doc/HTML/en/kpager/requirements.html share/doc/HTML/en/kpager/screenshot.png share/doc/HTML/en/kpager/settings.png -share/doc/HTML/en/kpager/using-kapp.html -share/doc/HTML/en/ksysguard/.anchors share/doc/HTML/en/ksysguard/common -share/doc/HTML/en/ksysguard/compilationandinstallation.html -share/doc/HTML/en/ksysguard/credits-and-licenses.html +share/doc/HTML/en/ksysguard/index.cache.bz2 share/doc/HTML/en/ksysguard/index.docbook -share/doc/HTML/en/ksysguard/index.html -share/doc/HTML/en/ksysguard/installation.html -share/doc/HTML/en/ksysguard/introduction.html -share/doc/HTML/en/ksysguard/requirements.html -share/doc/HTML/en/ksysguard/the-sensor-browser.html -share/doc/HTML/en/ksysguard/the-workspace.html -share/doc/HTML/en/ksysguard/usingtheksysguard.html -share/doc/HTML/en/kwrite/.anchors -share/doc/HTML/en/kwrite/command-line-options.html share/doc/HTML/en/kwrite/common -share/doc/HTML/en/kwrite/credits.html -share/doc/HTML/en/kwrite/edit.html -share/doc/HTML/en/kwrite/go.html -share/doc/HTML/en/kwrite/help.html +share/doc/HTML/en/kwrite/index.cache.bz2 share/doc/HTML/en/kwrite/index.docbook -share/doc/HTML/en/kwrite/index.html -share/doc/HTML/en/kwrite/installation.html -share/doc/HTML/en/kwrite/introduction.html -share/doc/HTML/en/kwrite/keybindings.html -share/doc/HTML/en/kwrite/on-screen-fundamentals.html -share/doc/HTML/en/kwrite/pref-dialog.html -share/doc/HTML/en/kwrite/pref-edit.html -share/doc/HTML/en/kwrite/pref-highlighting.html -share/doc/HTML/en/kwrite/pref-indent.html -share/doc/HTML/en/kwrite/pref-select.html -share/doc/HTML/en/kwrite/prefspellchecker.html -share/doc/HTML/en/kwrite/settings.html -share/doc/HTML/en/kwrite/the-menu-entries.html -share/doc/HTML/en/kwrite/tools.html -share/doc/HTML/en/no-html.html share/fonts/9x15.pcf.gz share/fonts/console8x16.pcf.gz share/fonts/console8x8.pcf.gz share/fonts/fonts.dir share/fonts/override/fonts.dir +share/icons/hicolor/16x16/actions/view_choose.png +share/icons/hicolor/16x16/actions/view_detailed.png +share/icons/hicolor/16x16/actions/view_icon.png +share/icons/hicolor/16x16/actions/view_multicolumn.png +share/icons/hicolor/16x16/actions/view_text.png +share/icons/hicolor/16x16/actions/view_tree.png +share/icons/hicolor/16x16/apps/access.png +share/icons/hicolor/16x16/apps/acroread.png +share/icons/hicolor/16x16/apps/agent.png +share/icons/hicolor/16x16/apps/alevt.png +share/icons/hicolor/16x16/apps/applixware.png +share/icons/hicolor/16x16/apps/arts.png share/icons/hicolor/16x16/apps/background.png share/icons/hicolor/16x16/apps/bell.png +share/icons/hicolor/16x16/apps/blender.png +share/icons/hicolor/16x16/apps/clock.png +share/icons/hicolor/16x16/apps/colors.png share/icons/hicolor/16x16/apps/cookie.png +share/icons/hicolor/16x16/apps/date.png +share/icons/hicolor/16x16/apps/designer.png +share/icons/hicolor/16x16/apps/dlgedit.png +share/icons/hicolor/16x16/apps/emacs.png share/icons/hicolor/16x16/apps/email.png share/icons/hicolor/16x16/apps/energy.png +share/icons/hicolor/16x16/apps/energy_star.png share/icons/hicolor/16x16/apps/enhanced_browsing.png +share/icons/hicolor/16x16/apps/filetypes.png +share/icons/hicolor/16x16/apps/fonts.png +share/icons/hicolor/16x16/apps/gimp.png share/icons/hicolor/16x16/apps/go.png +share/icons/hicolor/16x16/apps/gv.png +share/icons/hicolor/16x16/apps/gvim.png +share/icons/hicolor/16x16/apps/help_index.png share/icons/hicolor/16x16/apps/hwinfo.png +share/icons/hicolor/16x16/apps/icons.png +share/icons/hicolor/16x16/apps/iconthemes.png share/icons/hicolor/16x16/apps/input_devices_settings.png +share/icons/hicolor/16x16/apps/kaddressbook.png share/icons/hicolor/16x16/apps/kappfinder.png +share/icons/hicolor/16x16/apps/kate.png +share/icons/hicolor/16x16/apps/kcmdevices.png +share/icons/hicolor/16x16/apps/kcmkicker.png share/icons/hicolor/16x16/apps/kcmkwm.png +share/icons/hicolor/16x16/apps/kcmmemory.png +share/icons/hicolor/16x16/apps/kcmmidi.png +share/icons/hicolor/16x16/apps/kcmpartitions.png +share/icons/hicolor/16x16/apps/kcmpci.png +share/icons/hicolor/16x16/apps/kcmprocessor.png +share/icons/hicolor/16x16/apps/kcmscsi.png +share/icons/hicolor/16x16/apps/kcmsound.png share/icons/hicolor/16x16/apps/kcmsystem.png +share/icons/hicolor/16x16/apps/kcmx.png share/icons/hicolor/16x16/apps/kcontrol.png +share/icons/hicolor/16x16/apps/kdeprintfax.png share/icons/hicolor/16x16/apps/kdisknav.png +share/icons/hicolor/16x16/apps/kdmconfig.png share/icons/hicolor/16x16/apps/keditbookmarks.png +share/icons/hicolor/16x16/apps/key_bindings.png +share/icons/hicolor/16x16/apps/keyboard.png +share/icons/hicolor/16x16/apps/keyboard_layout.png share/icons/hicolor/16x16/apps/kfm.png share/icons/hicolor/16x16/apps/kfm_home.png share/icons/hicolor/16x16/apps/khelpcenter.png +share/icons/hicolor/16x16/apps/kicker.png +share/icons/hicolor/16x16/apps/kjobviewer.png share/icons/hicolor/16x16/apps/klipper.png +share/icons/hicolor/16x16/apps/kmenuedit.png +share/icons/hicolor/16x16/apps/knotify.png share/icons/hicolor/16x16/apps/konqueror.png share/icons/hicolor/16x16/apps/konsole.png +share/icons/hicolor/16x16/apps/kpager.png +share/icons/hicolor/16x16/apps/kpersonalizer.png share/icons/hicolor/16x16/apps/kscreensaver.png share/icons/hicolor/16x16/apps/ksysguard.png +share/icons/hicolor/16x16/apps/kthememgr.png share/icons/hicolor/16x16/apps/ktip.png +share/icons/hicolor/16x16/apps/kwin.png share/icons/hicolor/16x16/apps/kwrite.png +share/icons/hicolor/16x16/apps/licq.png share/icons/hicolor/16x16/apps/locale.png share/icons/hicolor/16x16/apps/looknfeel.png +share/icons/hicolor/16x16/apps/lyx.png +share/icons/hicolor/16x16/apps/mathematica.png +share/icons/hicolor/16x16/apps/mouse.png +share/icons/hicolor/16x16/apps/mozilla.png share/icons/hicolor/16x16/apps/multimedia.png +share/icons/hicolor/16x16/apps/nedit.png share/icons/hicolor/16x16/apps/netscape.png share/icons/hicolor/16x16/apps/package_applications.png share/icons/hicolor/16x16/apps/package_development.png share/icons/hicolor/16x16/apps/package_editors.png +share/icons/hicolor/16x16/apps/package_favourite.png +share/icons/hicolor/16x16/apps/package_games.png +share/icons/hicolor/16x16/apps/package_games_arcade.png +share/icons/hicolor/16x16/apps/package_games_board.png +share/icons/hicolor/16x16/apps/package_games_card.png +share/icons/hicolor/16x16/apps/package_games_strategy.png share/icons/hicolor/16x16/apps/package_graphics.png share/icons/hicolor/16x16/apps/package_multimedia.png share/icons/hicolor/16x16/apps/package_network.png @@ -1667,25 +1688,41 @@ share/icons/hicolor/16x16/apps/package_system.png share/icons/hicolor/16x16/apps/package_toys.png share/icons/hicolor/16x16/apps/package_utilities.png share/icons/hicolor/16x16/apps/package_wordprocessing.png +share/icons/hicolor/16x16/apps/panel.png +share/icons/hicolor/16x16/apps/panel_settings.png +share/icons/hicolor/16x16/apps/password.png +share/icons/hicolor/16x16/apps/penguin.png +share/icons/hicolor/16x16/apps/personal.png +share/icons/hicolor/16x16/apps/plan.png +share/icons/hicolor/16x16/apps/printmgr.png +share/icons/hicolor/16x16/apps/proxy.png share/icons/hicolor/16x16/apps/pybliographic.png share/icons/hicolor/16x16/apps/realplayer.png share/icons/hicolor/16x16/apps/remote.png share/icons/hicolor/16x16/apps/samba.png share/icons/hicolor/16x16/apps/style.png +share/icons/hicolor/16x16/apps/stylesheet.png +share/icons/hicolor/16x16/apps/terminal.png +share/icons/hicolor/16x16/apps/usb.png +share/icons/hicolor/16x16/apps/wabi.png share/icons/hicolor/16x16/apps/window_list.png -share/icons/hicolor/16x16/devices/3floppy_mount.png -share/icons/hicolor/16x16/devices/3floppy_unmount.png -share/icons/hicolor/16x16/devices/cdaudio_mount.png -share/icons/hicolor/16x16/devices/cdaudio_unmount.png -share/icons/hicolor/16x16/devices/cdrom_mount.png -share/icons/hicolor/16x16/devices/cdrom_unmount.png -share/icons/hicolor/16x16/devices/dvd_mount.png -share/icons/hicolor/16x16/devices/dvd_unmount.png -share/icons/hicolor/16x16/devices/hdd_mount.png -share/icons/hicolor/16x16/devices/hdd_unmount.png -share/icons/hicolor/16x16/devices/nfs_mount.png -share/icons/hicolor/16x16/devices/nfs_unmount.png -share/icons/hicolor/16x16/devices/printer1.png +share/icons/hicolor/16x16/apps/winprops.png +share/icons/hicolor/16x16/apps/wp.png +share/icons/hicolor/16x16/apps/xcalc.png +share/icons/hicolor/16x16/apps/xclipboard.png +share/icons/hicolor/16x16/apps/xclock.png +share/icons/hicolor/16x16/apps/xconsole.png +share/icons/hicolor/16x16/apps/xedit.png +share/icons/hicolor/16x16/apps/xemacs.png +share/icons/hicolor/16x16/apps/xeyes.png +share/icons/hicolor/16x16/apps/xfig.png +share/icons/hicolor/16x16/apps/xfmail.png +share/icons/hicolor/16x16/apps/xload.png +share/icons/hicolor/16x16/apps/xmag.png +share/icons/hicolor/16x16/apps/xmms.png +share/icons/hicolor/16x16/apps/xosview.png +share/icons/hicolor/16x16/apps/xpaint.png +share/icons/hicolor/16x16/apps/xv.png share/icons/hicolor/16x16/filesystems/file_important.png share/icons/hicolor/16x16/filesystems/folder_important.png share/icons/hicolor/22x22/actions/view_choose.png @@ -1703,27 +1740,41 @@ share/icons/hicolor/32x32/actions/view_tree.png share/icons/hicolor/32x32/apps/access.png share/icons/hicolor/32x32/apps/acroread.png share/icons/hicolor/32x32/apps/agent.png +share/icons/hicolor/32x32/apps/alevt.png +share/icons/hicolor/32x32/apps/applixware.png +share/icons/hicolor/32x32/apps/background.png share/icons/hicolor/32x32/apps/bell.png share/icons/hicolor/32x32/apps/blender.png +share/icons/hicolor/32x32/apps/clanbomber.png share/icons/hicolor/32x32/apps/clock.png share/icons/hicolor/32x32/apps/colors.png share/icons/hicolor/32x32/apps/cookie.png share/icons/hicolor/32x32/apps/date.png share/icons/hicolor/32x32/apps/designer.png +share/icons/hicolor/32x32/apps/dlgedit.png share/icons/hicolor/32x32/apps/emacs.png share/icons/hicolor/32x32/apps/email.png share/icons/hicolor/32x32/apps/energy.png +share/icons/hicolor/32x32/apps/energy_star.png share/icons/hicolor/32x32/apps/enhanced_browsing.png +share/icons/hicolor/32x32/apps/error.png share/icons/hicolor/32x32/apps/filetypes.png share/icons/hicolor/32x32/apps/fonts.png +share/icons/hicolor/32x32/apps/gimp.png share/icons/hicolor/32x32/apps/go.png +share/icons/hicolor/32x32/apps/gv.png +share/icons/hicolor/32x32/apps/gvim.png share/icons/hicolor/32x32/apps/help_index.png share/icons/hicolor/32x32/apps/hwinfo.png share/icons/hicolor/32x32/apps/icons.png share/icons/hicolor/32x32/apps/iconthemes.png +share/icons/hicolor/32x32/apps/input_devices_settings.png +share/icons/hicolor/32x32/apps/kaddressbook.png share/icons/hicolor/32x32/apps/kappfinder.png +share/icons/hicolor/32x32/apps/kate.png share/icons/hicolor/32x32/apps/kcmdevices.png share/icons/hicolor/32x32/apps/kcmdrkonqi.png +share/icons/hicolor/32x32/apps/kcmkicker.png share/icons/hicolor/32x32/apps/kcmkwm.png share/icons/hicolor/32x32/apps/kcmmemory.png share/icons/hicolor/32x32/apps/kcmmidi.png @@ -1735,36 +1786,48 @@ share/icons/hicolor/32x32/apps/kcmsound.png share/icons/hicolor/32x32/apps/kcmsystem.png share/icons/hicolor/32x32/apps/kcmx.png share/icons/hicolor/32x32/apps/kcontrol.png +share/icons/hicolor/32x32/apps/kdeprintfax.png share/icons/hicolor/32x32/apps/kdisknav.png share/icons/hicolor/32x32/apps/kdmconfig.png share/icons/hicolor/32x32/apps/keditbookmarks.png share/icons/hicolor/32x32/apps/key_bindings.png +share/icons/hicolor/32x32/apps/keyboard.png share/icons/hicolor/32x32/apps/keyboard_layout.png share/icons/hicolor/32x32/apps/kfm.png share/icons/hicolor/32x32/apps/kfm_home.png share/icons/hicolor/32x32/apps/khelpcenter.png +share/icons/hicolor/32x32/apps/kjobviewer.png share/icons/hicolor/32x32/apps/klipper.png share/icons/hicolor/32x32/apps/kmenuedit.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/kpager.png +share/icons/hicolor/32x32/apps/kpersonalizer.png share/icons/hicolor/32x32/apps/kscreensaver.png share/icons/hicolor/32x32/apps/ksysguard.png share/icons/hicolor/32x32/apps/kthememgr.png share/icons/hicolor/32x32/apps/ktip.png share/icons/hicolor/32x32/apps/kwin.png share/icons/hicolor/32x32/apps/kwrite.png +share/icons/hicolor/32x32/apps/licq.png share/icons/hicolor/32x32/apps/locale.png share/icons/hicolor/32x32/apps/looknfeel.png +share/icons/hicolor/32x32/apps/lyx.png +share/icons/hicolor/32x32/apps/mathematica.png share/icons/hicolor/32x32/apps/mouse.png share/icons/hicolor/32x32/apps/multimedia.png +share/icons/hicolor/32x32/apps/nedit.png share/icons/hicolor/32x32/apps/netscape.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_games_arcade.png +share/icons/hicolor/32x32/apps/package_games_board.png +share/icons/hicolor/32x32/apps/package_games_card.png +share/icons/hicolor/32x32/apps/package_games_strategy.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 @@ -1774,44 +1837,41 @@ share/icons/hicolor/32x32/apps/package_toys.png share/icons/hicolor/32x32/apps/package_utilities.png share/icons/hicolor/32x32/apps/package_wordprocessing.png share/icons/hicolor/32x32/apps/password.png +share/icons/hicolor/32x32/apps/penguin.png +share/icons/hicolor/32x32/apps/personal.png +share/icons/hicolor/32x32/apps/plan.png +share/icons/hicolor/32x32/apps/printmgr.png share/icons/hicolor/32x32/apps/proxy.png share/icons/hicolor/32x32/apps/pybliographic.png +share/icons/hicolor/32x32/apps/pysol.png share/icons/hicolor/32x32/apps/realplayer.png +share/icons/hicolor/32x32/apps/samba.png share/icons/hicolor/32x32/apps/style.png +share/icons/hicolor/32x32/apps/stylesheet.png share/icons/hicolor/32x32/apps/terminal.png +share/icons/hicolor/32x32/apps/usb.png +share/icons/hicolor/32x32/apps/wabi.png share/icons/hicolor/32x32/apps/window_list.png share/icons/hicolor/32x32/apps/winprops.png +share/icons/hicolor/32x32/apps/wp.png +share/icons/hicolor/32x32/apps/x.png share/icons/hicolor/32x32/apps/xapp.png share/icons/hicolor/32x32/apps/xawtv.png +share/icons/hicolor/32x32/apps/xcalc.png +share/icons/hicolor/32x32/apps/xclipboard.png +share/icons/hicolor/32x32/apps/xclock.png +share/icons/hicolor/32x32/apps/xconsole.png share/icons/hicolor/32x32/apps/xedit.png share/icons/hicolor/32x32/apps/xemacs.png +share/icons/hicolor/32x32/apps/xeyes.png +share/icons/hicolor/32x32/apps/xfig.png +share/icons/hicolor/32x32/apps/xfmail.png +share/icons/hicolor/32x32/apps/xload.png share/icons/hicolor/32x32/apps/xmag.png +share/icons/hicolor/32x32/apps/xmms.png +share/icons/hicolor/32x32/apps/xosview.png +share/icons/hicolor/32x32/apps/xpaint.png share/icons/hicolor/32x32/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/32x32/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/32x32/devices/dvd_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/nfs_mount.png -share/icons/hicolor/32x32/devices/nfs_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/32x32/filesystems/file_important.png share/icons/hicolor/32x32/filesystems/folder_important.png share/icons/hicolor/48x48/apps/access.png @@ -1826,6 +1886,7 @@ share/icons/hicolor/48x48/apps/designer.png share/icons/hicolor/48x48/apps/emacs.png share/icons/hicolor/48x48/apps/email.png share/icons/hicolor/48x48/apps/energy.png +share/icons/hicolor/48x48/apps/energy_star.png share/icons/hicolor/48x48/apps/enhanced_browsing.png share/icons/hicolor/48x48/apps/filetypes.png share/icons/hicolor/48x48/apps/fonts.png @@ -1836,7 +1897,9 @@ share/icons/hicolor/48x48/apps/help_index.png share/icons/hicolor/48x48/apps/hwinfo.png share/icons/hicolor/48x48/apps/icons.png share/icons/hicolor/48x48/apps/iconthemes.png +share/icons/hicolor/48x48/apps/input_devices_settings.png share/icons/hicolor/48x48/apps/kappfinder.png +share/icons/hicolor/48x48/apps/kate.png share/icons/hicolor/48x48/apps/kcmdevices.png share/icons/hicolor/48x48/apps/kcmdrkonqi.png share/icons/hicolor/48x48/apps/kcmkwm.png @@ -1868,6 +1931,7 @@ share/icons/hicolor/48x48/apps/kthememgr.png share/icons/hicolor/48x48/apps/ktip.png share/icons/hicolor/48x48/apps/kwin.png share/icons/hicolor/48x48/apps/kwrite.png +share/icons/hicolor/48x48/apps/licq.png share/icons/hicolor/48x48/apps/locale.png share/icons/hicolor/48x48/apps/looknfeel.png share/icons/hicolor/48x48/apps/mouse.png @@ -1878,6 +1942,10 @@ 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_games_arcade.png +share/icons/hicolor/48x48/apps/package_games_board.png +share/icons/hicolor/48x48/apps/package_games_card.png +share/icons/hicolor/48x48/apps/package_games_strategy.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 @@ -1887,321 +1955,24 @@ share/icons/hicolor/48x48/apps/package_toys.png share/icons/hicolor/48x48/apps/package_utilities.png share/icons/hicolor/48x48/apps/package_wordprocessing.png share/icons/hicolor/48x48/apps/password.png +share/icons/hicolor/48x48/apps/personal.png share/icons/hicolor/48x48/apps/proxy.png share/icons/hicolor/48x48/apps/remote.png share/icons/hicolor/48x48/apps/samba.png share/icons/hicolor/48x48/apps/style.png +share/icons/hicolor/48x48/apps/stylesheet.png share/icons/hicolor/48x48/apps/terminal.png +share/icons/hicolor/48x48/apps/usb.png share/icons/hicolor/48x48/apps/window_list.png share/icons/hicolor/48x48/apps/winprops.png share/icons/hicolor/48x48/apps/xedit.png share/icons/hicolor/48x48/apps/xemacs.png share/icons/hicolor/48x48/apps/xmag.png share/icons/hicolor/48x48/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/48x48/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/48x48/devices/dvd_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/nfs_mount.png -share/icons/hicolor/48x48/devices/nfs_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/hicolor/48x48/filesystems/file_important.png share/icons/hicolor/48x48/filesystems/folder_important.png -share/icons/locolor/16x16/actions/bookmark_folder.png -share/icons/locolor/16x16/actions/view_choose.png -share/icons/locolor/16x16/actions/view_detailed.png -share/icons/locolor/16x16/actions/view_icon.png -share/icons/locolor/16x16/actions/view_multicolumn.png -share/icons/locolor/16x16/actions/view_text.png -share/icons/locolor/16x16/actions/view_tree.png -share/icons/locolor/16x16/apps/access.png -share/icons/locolor/16x16/apps/acroread.png -share/icons/locolor/16x16/apps/agent.png -share/icons/locolor/16x16/apps/alevt.png -share/icons/locolor/16x16/apps/applixware.png -share/icons/locolor/16x16/apps/arts.png -share/icons/locolor/16x16/apps/background.png share/icons/locolor/16x16/apps/bell.png -share/icons/locolor/16x16/apps/blender.png -share/icons/locolor/16x16/apps/clock.png -share/icons/locolor/16x16/apps/colors.png -share/icons/locolor/16x16/apps/cookie.png -share/icons/locolor/16x16/apps/date.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/enhanced_browsing.png -share/icons/locolor/16x16/apps/filetypes.png -share/icons/locolor/16x16/apps/fonts.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/help_index.png -share/icons/locolor/16x16/apps/hwinfo.png -share/icons/locolor/16x16/apps/icons.png -share/icons/locolor/16x16/apps/iconthemes.png -share/icons/locolor/16x16/apps/input_devices_settings.png -share/icons/locolor/16x16/apps/kappfinder.png -share/icons/locolor/16x16/apps/kcmdevices.png -share/icons/locolor/16x16/apps/kcmdrkonqi.png -share/icons/locolor/16x16/apps/kcmkicker.png -share/icons/locolor/16x16/apps/kcmkwm.png -share/icons/locolor/16x16/apps/kcmmemory.png -share/icons/locolor/16x16/apps/kcmmidi.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/kcmsystem.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/keditbookmarks.png -share/icons/locolor/16x16/apps/key_bindings.png -share/icons/locolor/16x16/apps/keyboard.png -share/icons/locolor/16x16/apps/keyboard_layout.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/kicker.png -share/icons/locolor/16x16/apps/klipper.png -share/icons/locolor/16x16/apps/kmenuedit.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/kpager.png -share/icons/locolor/16x16/apps/kscreensaver.png -share/icons/locolor/16x16/apps/ksysguard.png -share/icons/locolor/16x16/apps/kthememgr.png -share/icons/locolor/16x16/apps/ktip.png -share/icons/locolor/16x16/apps/kwin.png -share/icons/locolor/16x16/apps/kwrite.png -share/icons/locolor/16x16/apps/locale.png -share/icons/locolor/16x16/apps/looknfeel.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/mozilla.png -share/icons/locolor/16x16/apps/multimedia.png -share/icons/locolor/16x16/apps/nedit.png -share/icons/locolor/16x16/apps/netscape.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/password.png -share/icons/locolor/16x16/apps/penguin.png -share/icons/locolor/16x16/apps/plan.png -share/icons/locolor/16x16/apps/proxy.png -share/icons/locolor/16x16/apps/pybliographic.png -share/icons/locolor/16x16/apps/realplayer.png -share/icons/locolor/16x16/apps/remote.png -share/icons/locolor/16x16/apps/samba.png -share/icons/locolor/16x16/apps/style.png -share/icons/locolor/16x16/apps/terminal.png -share/icons/locolor/16x16/apps/wabi.png -share/icons/locolor/16x16/apps/window_list.png -share/icons/locolor/16x16/apps/winprops.png -share/icons/locolor/16x16/apps/wp.png -share/icons/locolor/16x16/apps/xapp.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/xmag.png -share/icons/locolor/16x16/apps/xosview.png -share/icons/locolor/16x16/apps/xpaint.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/access.png -share/icons/locolor/32x32/apps/acroread.png -share/icons/locolor/32x32/apps/agent.png -share/icons/locolor/32x32/apps/alevt.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/blender.png -share/icons/locolor/32x32/apps/clanbomber.png -share/icons/locolor/32x32/apps/clock.png -share/icons/locolor/32x32/apps/colors.png -share/icons/locolor/32x32/apps/cookie.png -share/icons/locolor/32x32/apps/date.png -share/icons/locolor/32x32/apps/dlgedit.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/enhanced_browsing.png -share/icons/locolor/32x32/apps/error.png -share/icons/locolor/32x32/apps/filetypes.png -share/icons/locolor/32x32/apps/fonts.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/help_index.png -share/icons/locolor/32x32/apps/hwinfo.png -share/icons/locolor/32x32/apps/icons.png -share/icons/locolor/32x32/apps/iconthemes.png -share/icons/locolor/32x32/apps/input_devices_settings.png -share/icons/locolor/32x32/apps/kappfinder.png -share/icons/locolor/32x32/apps/kcmdevices.png -share/icons/locolor/32x32/apps/kcmdrkonqi.png -share/icons/locolor/32x32/apps/kcmkicker.png -share/icons/locolor/32x32/apps/kcmkwm.png -share/icons/locolor/32x32/apps/kcmmemory.png -share/icons/locolor/32x32/apps/kcmmidi.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/kcmsystem.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/key_bindings.png -share/icons/locolor/32x32/apps/keyboard.png -share/icons/locolor/32x32/apps/keyboard_layout.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/klipper.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/kpager.png -share/icons/locolor/32x32/apps/kscreensaver.png -share/icons/locolor/32x32/apps/ksysguard.png -share/icons/locolor/32x32/apps/kthememgr.png -share/icons/locolor/32x32/apps/ktip.png -share/icons/locolor/32x32/apps/kwin.png -share/icons/locolor/32x32/apps/kwrite.png -share/icons/locolor/32x32/apps/locale.png -share/icons/locolor/32x32/apps/looknfeel.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/multimedia.png -share/icons/locolor/32x32/apps/nedit.png -share/icons/locolor/32x32/apps/netscape.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/plan.png -share/icons/locolor/32x32/apps/proxy.png -share/icons/locolor/32x32/apps/pybliographic.png -share/icons/locolor/32x32/apps/pysol.png -share/icons/locolor/32x32/apps/realplayer.png -share/icons/locolor/32x32/apps/samba.png -share/icons/locolor/32x32/apps/style.png -share/icons/locolor/32x32/apps/terminal.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/xapp.png -share/icons/locolor/32x32/apps/xawtv.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/xload.png -share/icons/locolor/32x32/apps/xmag.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/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 @@ -2216,6 +1987,8 @@ 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/az/entry.desktop +share/locale/l10n/az/flag.png share/locale/l10n/bb/entry.desktop share/locale/l10n/bb/flag.png share/locale/l10n/be/entry.desktop @@ -2299,9 +2072,10 @@ share/locale/l10n/lv/entry.desktop share/locale/l10n/lv/flag.png share/locale/l10n/mk/entry.desktop share/locale/l10n/mk/flag.png +share/locale/l10n/mt/entry.desktop +share/locale/l10n/mt/flag.png share/locale/l10n/mx/entry.desktop share/locale/l10n/mx/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 @@ -2358,20 +2132,23 @@ share/locale/l10n/westeurope.desktop share/locale/l10n/za/entry.desktop share/locale/l10n/za/flag.png share/mimelnk/application/x-konsole.desktop +share/mimelnk/application/x-ksysguard.desktop share/mimelnk/application/x-ktheme.desktop share/services/bzip.protocol share/services/bzip2.protocol share/services/finger.protocol share/services/floppy.protocol share/services/gopher.protocol +share/services/gsthumbnail.desktop share/services/gzip.protocol -share/services/help.protocol share/services/htmlthumbnail.desktop share/services/imagethumbnail.desktop share/services/imap4.protocol share/services/imaps.protocol share/services/info.protocol share/services/kaccess.desktop +share/services/kate_component.desktop +share/services/kded/favicons.desktop share/services/kfindpart.desktop share/services/khelpcenter.desktop share/services/konq_aboutpage.desktop @@ -2379,6 +2156,7 @@ share/services/konq_detailedlistview.desktop share/services/konq_dirtree.desktop share/services/konq_iconview.desktop share/services/konq_multicolumnview.desktop +share/services/konq_sidebartng.desktop share/services/konq_textview.desktop share/services/konq_treeview.desktop share/services/konqueror.desktop @@ -2416,17 +2194,37 @@ share/services/searchproviders/realnames.desktop share/services/searchproviders/rpmfind.desktop share/services/searchproviders/seek.desktop share/services/searchproviders/thesaurus.desktop +share/services/searchproviders/vivisimo.desktop share/services/searchproviders/voila.desktop share/services/searchproviders/webster.desktop +share/services/searchproviders/whatis.desktop share/services/smb.protocol -share/services/smtp.protocol share/services/tar.protocol share/services/textthumbnail.desktop share/services/thumbnail.protocol +share/services/useragentstrings/ie401onwinnt4.desktop +share/services/useragentstrings/ie45onwinnt5.desktop +share/services/useragentstrings/ie501onwinnt5.desktop +share/services/useragentstrings/ie50onppc.desktop +share/services/useragentstrings/ie50onwin95.desktop +share/services/useragentstrings/ie55onwin98.desktop +share/services/useragentstrings/ie55onwinnt5.desktop +share/services/useragentstrings/lynxoncurrent.desktop +share/services/useragentstrings/mozm18oncurrent.desktop +share/services/useragentstrings/mozm18onwinnt4.desktop +share/services/useragentstrings/nn301oncurrent.desktop +share/services/useragentstrings/nn475oncurrent.desktop +share/services/useragentstrings/nn475onwin95.desktop +share/services/useragentstrings/nn476onppc.desktop +share/services/useragentstrings/op403onwinnt4.desktop +share/services/useragentstrings/w3moncurrent.desktop +share/services/useragentstrings/wgetoncurrent.desktop share/servicetypes/findpart.desktop +share/servicetypes/kate_servicetype.desktop share/servicetypes/konqaboutpage.desktop share/servicetypes/searchprovider.desktop share/servicetypes/thumbcreator.desktop +share/servicetypes/uasprovider.desktop share/sounds/KDE_Beep_Ahem.wav share/sounds/KDE_Beep_Beep.wav share/sounds/KDE_Beep_Bottles.wav @@ -2441,12 +2239,28 @@ share/sounds/KDE_Beep_RimShot.wav share/sounds/KDE_Beep_RingRing.wav share/sounds/KDE_Beep_ShortBeep.wav share/sounds/KDE_Beep_Yo.wav +share/sounds/KDE_Click.wav share/sounds/KDE_Close_Window.wav +share/sounds/KDE_Critical_Error.wav +share/sounds/KDE_Desktop1.wav +share/sounds/KDE_Desktop2.wav +share/sounds/KDE_Desktop3.wav +share/sounds/KDE_Desktop4.wav +share/sounds/KDE_Desktop5.wav +share/sounds/KDE_Desktop6.wav +share/sounds/KDE_Desktop7.wav +share/sounds/KDE_Desktop8.wav +share/sounds/KDE_Dialog_Appear.wav +share/sounds/KDE_Dialog_Disappear.wav +share/sounds/KDE_Error.wav share/sounds/KDE_Logout.wav +share/sounds/KDE_Notify.wav share/sounds/KDE_Startup.wav +share/sounds/KDE_Window_Close.wav share/sounds/KDE_Window_DeIconify.wav share/sounds/KDE_Window_Iconify.wav share/sounds/KDE_Window_Maximize.wav +share/sounds/KDE_Window_Open.wav share/sounds/KDE_Window_Shade_Down.wav share/sounds/KDE_Window_Shade_Up.wav share/sounds/KDE_Window_Sticky.wav @@ -2455,6 +2269,7 @@ share/sounds/KDE_Window_UnSticky.wav share/sounds/pop.wav share/templates/.source/CDROM-Device.desktop share/templates/.source/Floppy.desktop +share/templates/.source/HD.desktop share/templates/.source/HTMLFile.html share/templates/.source/Program.desktop share/templates/.source/TextFile.txt @@ -2464,6 +2279,7 @@ share/templates/HTMLFile.desktop share/templates/TextFile.desktop share/templates/linkCDROM.desktop share/templates/linkFloppy.desktop +share/templates/linkHD.desktop share/templates/linkProgram.desktop share/templates/linkURL.desktop share/wallpapers/All-Good-People-1.jpg @@ -2488,6 +2304,7 @@ share/wallpapers/Whirling_Spirit.jpg share/wallpapers/Won-Ton-Soup-3.jpg share/wallpapers/blue_angle_swirl.jpg share/wallpapers/bluegreencrisscross.jpg +share/wallpapers/default_blue.jpg share/wallpapers/gold_crinkle.jpg share/wallpapers/kdm_bg.jpg share/wallpapers/northbeach.jpg @@ -2495,11 +2312,15 @@ share/wallpapers/simple_wallpaper.jpg share/wallpapers/sunday_brunch.jpg share/wallpapers/vegetative_fog.jpg @dirrm share/wallpapers -@dirrm share/templates/.source/emptydir @dirrm share/templates/.source @dirrm share/templates @dirrm share/sounds +@dirrm share/servicetypes +@dirrm share/services/useragentstrings @dirrm share/services/searchproviders +@dirrm share/services/kded +@dirrm share/services +@dirrm share/mimelnk/application @dirrm share/locale/l10n/za @dirrm share/locale/l10n/ve @dirrm share/locale/l10n/vc @@ -2526,6 +2347,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/no @dirrm share/locale/l10n/nl @dirrm share/locale/l10n/mx +@dirrm share/locale/l10n/mt @dirrm share/locale/l10n/mk @dirrm share/locale/l10n/lv @dirrm share/locale/l10n/lu @@ -2566,6 +2388,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/bg @dirrm share/locale/l10n/be @dirrm share/locale/l10n/bb +@dirrm share/locale/l10n/az @dirrm share/locale/l10n/au @dirrm share/locale/l10n/at @dirrm share/locale/l10n/ar @@ -2573,16 +2396,18 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/C @dirrm share/locale/l10n @dirrm share/locale/C -@dirrm share/icons/locolor/32x32/devices +@dirrm share/locale @dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/16x16/devices @dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/hicolor/48x48/devices +@dirrm share/icons/hicolor/48x48/filesystems @dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/32x32/devices +@dirrm share/icons/hicolor/32x32/filesystems @dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/16x16/devices +@dirrm share/icons/hicolor/32x32/actions +@dirrm share/icons/hicolor/22x22/actions +@dirrm share/icons/hicolor/16x16/filesystems @dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16/actions @dirrm share/fonts/override @dirrm share/fonts @dirrm share/doc/HTML/en/kwrite @@ -2592,69 +2417,77 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/doc/HTML/en/konqueror @dirrm share/doc/HTML/en/kmenuedit @dirrm share/doc/HTML/en/klipper +@dirrm share/doc/HTML/en/kioslave @dirrm share/doc/HTML/en/kicker @dirrm share/doc/HTML/en/khelpcenter/visualdict @dirrm share/doc/HTML/en/khelpcenter/userguide @dirrm share/doc/HTML/en/khelpcenter/quickstart +@dirrm share/doc/HTML/en/khelpcenter/glossary @dirrm share/doc/HTML/en/khelpcenter/faq @dirrm share/doc/HTML/en/khelpcenter @dirrm share/doc/HTML/en/kdm @dirrm share/doc/HTML/en/kdesu +@dirrm share/doc/HTML/en/kdeprint @dirrm share/doc/HTML/en/kdebugdialog @dirrm share/doc/HTML/en/kcontrol +@dirrm share/doc/HTML/en/kate +@dirrm share/doc/HTML/en/kaddressbook +@dirrm share/doc/HTML/en +@dirrm share/config/kdm +@dirrm share/config @dirrm share/autostart @dirrm share/apps/naughtyapplet/pics @dirrm share/apps/naughtyapplet @dirrm share/apps/kwrite @dirrm share/apps/kwin/pics +@dirrm share/apps/kwin/icewm-themes @dirrm share/apps/kwin @dirrm share/apps/kthememgr/Themes @dirrm share/apps/kthememgr -@dirrm share/apps/ksysguard/icons/locolor/16x16/apps -@dirrm share/apps/ksysguard/icons/locolor/16x16 -@dirrm share/apps/ksysguard/icons/locolor -@dirrm share/apps/ksysguard/icons +@dirrm share/apps/ksysguard/pics @dirrm share/apps/ksysguard @dirrm share/apps/ksplash/pics/locolor @dirrm share/apps/ksplash/pics @dirrm share/apps/ksplash @dirrm share/apps/kscreensaver +@dirrm share/apps/kpersonalizer/pics +@dirrm share/apps/kpersonalizer @dirrm share/apps/konsole/pics @dirrm share/apps/konsole @dirrm share/apps/konqueror/tiles @dirrm share/apps/konqueror/profiles @dirrm share/apps/konqueror/pics -@dirrm share/apps/konqueror/icons/locolor/16x16/actions -@dirrm share/apps/konqueror/icons/locolor/16x16 -@dirrm share/apps/konqueror/icons/locolor -@dirrm share/apps/konqueror/icons/hicolor/32x32/actions -@dirrm share/apps/konqueror/icons/hicolor/32x32 -@dirrm share/apps/konqueror/icons/hicolor/22x22/actions -@dirrm share/apps/konqueror/icons/hicolor/22x22 @dirrm share/apps/konqueror/icons/hicolor/16x16/actions @dirrm share/apps/konqueror/icons/hicolor/16x16 -@dirrm share/apps/konqueror/icons/hicolor -@dirrm share/apps/konqueror/icons +@dirrm share/apps/konqueror/dirtree/services @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/about @dirrm share/apps/konqueror +@dirrm share/apps/konqsidebartng/virtual_folders/services +@dirrm share/apps/konqsidebartng/virtual_folders/remote/web +@dirrm share/apps/konqsidebartng/virtual_folders/remote/ftp +@dirrm share/apps/konqsidebartng/virtual_folders/remote +@dirrm share/apps/konqsidebartng/virtual_folders +@dirrm share/apps/konqsidebartng/entries +@dirrm share/apps/konqsidebartng/dirtree +@dirrm share/apps/konqsidebartng/add +@dirrm share/apps/konqsidebartng @dirrm share/apps/konqlistview/kpartplugins @dirrm share/apps/konqlistview @dirrm share/apps/konqiconview/kpartplugins @dirrm share/apps/konqiconview @dirrm share/apps/kmenuedit/icons/locolor/16x16/actions @dirrm share/apps/kmenuedit/icons/locolor/16x16 -@dirrm share/apps/kmenuedit/icons/locolor @dirrm share/apps/kmenuedit/icons/hicolor/32x32/actions @dirrm share/apps/kmenuedit/icons/hicolor/32x32 @dirrm share/apps/kmenuedit/icons/hicolor/22x22/actions @dirrm share/apps/kmenuedit/icons/hicolor/22x22 -@dirrm share/apps/kmenuedit/icons/hicolor -@dirrm share/apps/kmenuedit/icons @dirrm share/apps/kmenuedit +@dirrm share/apps/kjobviewer +@dirrm share/apps/kioslave @dirrm share/apps/kio_info @dirrm share/apps/kio_finger @dirrm share/apps/kicker/wallpapers @@ -2662,28 +2495,16 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kicker/pics @dirrm share/apps/kicker/icons/locolor/16x16/actions @dirrm share/apps/kicker/icons/locolor/16x16 -@dirrm share/apps/kicker/icons/locolor @dirrm share/apps/kicker/icons/hicolor/16x16/actions @dirrm share/apps/kicker/icons/hicolor/16x16 -@dirrm share/apps/kicker/icons/hicolor -@dirrm share/apps/kicker/icons @dirrm share/apps/kicker/extensions @dirrm share/apps/kicker/applets @dirrm share/apps/kicker @dirrm share/apps/khelpcenter/plugins/Tutorials @dirrm share/apps/khelpcenter/plugins -@dirrm share/apps/khelpcenter/pics -@dirrm share/apps/khelpcenter/icons/locolor/16x16/apps -@dirrm share/apps/khelpcenter/icons/locolor/16x16 -@dirrm share/apps/khelpcenter/icons/locolor -@dirrm share/apps/khelpcenter/icons -@dirrm share/apps/khelpcenter/en @dirrm share/apps/khelpcenter @dirrm share/apps/kfind/icons/locolor/22x22/actions @dirrm share/apps/kfind/icons/locolor/22x22 -@dirrm share/apps/kfind/icons/locolor -@dirrm share/apps/kfind/icons -@dirrm share/apps/kfind @dirrm share/apps/keditbookmarks @dirrm share/apps/kdm/pics/users @dirrm share/apps/kdm/pics @@ -2698,40 +2519,78 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kdesktop/patterns @dirrm share/apps/kdesktop/DesktopLinks @dirrm share/apps/kdesktop +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16/actions +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16 +@dirrm share/apps/kdeprintfax/icons/hicolor +@dirrm share/apps/kdeprintfax/icons +@dirrm share/apps/kdeprintfax @dirrm share/apps/kdcop @dirrm share/apps/kcontrol/pics @dirrm share/apps/kcontrol +@dirrm share/apps/kconf_update +@dirrm share/apps/kcmusb @dirrm share/apps/kcmlocale/pics @dirrm share/apps/kcmlocale @dirrm share/apps/kcmkeys/standard +@dirrm share/apps/kcmkeys/global @dirrm share/apps/kcmkeys +@dirrm share/apps/kcminput/pics @dirrm share/apps/kcminput +@dirrm share/apps/kcmcss @dirrm share/apps/kbookmark +@dirrm share/apps/kate/syntax +@dirrm share/apps/kate/pics +@dirrm share/apps/kate/icons/locolor/22x22/actions +@dirrm share/apps/kate/icons/locolor/22x22 +@dirrm share/apps/kate/icons/locolor/16x16/actions +@dirrm share/apps/kate/icons/locolor/16x16 +@dirrm share/apps/kate/icons/locolor +@dirrm share/apps/kate/icons/hicolor/48x48/actions +@dirrm share/apps/kate/icons/hicolor/48x48 +@dirrm share/apps/kate/icons/hicolor/32x32/actions +@dirrm share/apps/kate/icons/hicolor/32x32 +@dirrm share/apps/kate/icons/hicolor/22x22/actions +@dirrm share/apps/kate/icons/hicolor/22x22 +@dirrm share/apps/kate/icons/hicolor/16x16/actions +@dirrm share/apps/kate/icons/hicolor/16x16 +@dirrm share/apps/kate/icons/hicolor +@dirrm share/apps/kate/icons +@dirrm share/apps/kate @dirrm share/apps/kappfinder/apps/WordProcessing @dirrm share/apps/kappfinder/apps/Utilities/XUtilities @dirrm share/apps/kappfinder/apps/Utilities @dirrm share/apps/kappfinder/apps/Toys +@dirrm share/apps/kappfinder/apps/System/Terminal @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/Terminal @dirrm share/apps/kappfinder/apps/Internet @dirrm share/apps/kappfinder/apps/Graphics +@dirrm share/apps/kappfinder/apps/Games/TacticStrategy +@dirrm share/apps/kappfinder/apps/Games/Emulators +@dirrm share/apps/kappfinder/apps/Games/Card +@dirrm share/apps/kappfinder/apps/Games/Board +@dirrm share/apps/kappfinder/apps/Games/Arcade @dirrm share/apps/kappfinder/apps/Games @dirrm share/apps/kappfinder/apps/Editors @dirrm share/apps/kappfinder/apps/Development @dirrm share/apps/kappfinder/apps -@dirrm share/apps/kappfinder +@dirrm share/apps/kaddressbook/pics +@dirrm share/apps/kaddressbook @dirrm share/apps/drkonqi/presets @dirrm share/apps/drkonqi/pics @dirrm share/apps/drkonqi/debuggers @dirrm share/apps/drkonqi @dirrm share/apps/clockapplet/pics @dirrm share/apps/clockapplet +@dirrm share/applnk/ksysguard @dirrm share/applnk/WordProcessing @dirrm share/applnk/Utilities/XUtilities @dirrm share/applnk/Utilities @dirrm share/applnk/Toys +@dirrm share/applnk/System/Terminal @dirrm share/applnk/System/ScreenSavers @dirrm share/applnk/System @dirrm share/applnk/Settings/WebBrowsing @@ -2748,15 +2607,22 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/applnk/Settings/Information @dirrm share/applnk/Settings/Help @dirrm share/applnk/Settings/FileBrowsing +@dirrm share/applnk/Settings/Databases @dirrm share/applnk/Settings @dirrm share/applnk/Office @dirrm share/applnk/Multimedia +@dirrm share/applnk/Internet/Terminal @dirrm share/applnk/Internet @dirrm share/applnk/Graphics +@dirrm share/applnk/Games/TacticStrategy +@dirrm share/applnk/Games/Card +@dirrm share/applnk/Games/Board +@dirrm share/applnk/Games/Arcade @dirrm share/applnk/Games @dirrm share/applnk/Editors @dirrm share/applnk/Development @dirrm share/applnk/Applications @dirrm share/applnk/.hidden -@dirrm share/applnk +@dirrm lib/kde2 @dirrm include/kwin +@dirrm include/kate diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 0145e4410a7f..f89a4e0aafc8 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdebase -PORTVERSION= 2.1.1 +PORTVERSION= 2.2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src @@ -22,7 +22,6 @@ USE_XPM= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes - CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \ --with-qt-dir=${X11BASE} \ --without-ldap \ @@ -35,4 +34,7 @@ pre-configure: ${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in ${PERL} -pi -e "s@TIME_WITH_SYS_TIME@INVALID_FOO@g" ${WRKSRC}/kioslave/ldap/kldap.h +post-configure: + ${PERL} -pi -e "s@444@644@g" ${WRKSRC}/kdesktop/init/Templates/Makefile + .include <bsd.port.mk> diff --git a/x11/kde4-runtime/distinfo b/x11/kde4-runtime/distinfo index 51619042121d..50331624747e 100644 --- a/x11/kde4-runtime/distinfo +++ b/x11/kde4-runtime/distinfo @@ -1 +1 @@ -MD5 (kdebase-2.1.1.tar.bz2) = 3bb3204fe90f1af9e828c1b518ecc577 +MD5 (kdebase-2.2.tar.bz2) = 15e0232aa73029ac10346157b6eb079b diff --git a/x11/kde4-runtime/files/patch-ProcessList.c b/x11/kde4-runtime/files/patch-ProcessList.c deleted file mode 100644 index 8574a62341eb..000000000000 --- a/x11/kde4-runtime/files/patch-ProcessList.c +++ /dev/null @@ -1,108 +0,0 @@ ---- ksysguard/ksysguardd/FreeBSD/ProcessList.c Mon Jan 22 07:12:05 2001 -+++ ksysguard/ksysguardd/FreeBSD/ProcessList.c.new Mon Mar 5 08:56:20 2001 -@@ -29,6 +29,9 @@ - #include <sys/time.h> - #include <sys/param.h> - #include <sys/user.h> -+#if __FreeBSD_version > 500015 -+#include <sys/priority.h> -+#endif - #include <unistd.h> - #include <pwd.h> - #include <dirent.h> -@@ -162,7 +165,6 @@ - static char *statuses[] = { "idle","run","sleep","stop","zombie" }; - - ProcessInfo* ps; -- int userTime, sysTime; - struct passwd* pwent; - int mib[4]; - struct kinfo_proc p; -@@ -188,40 +190,56 @@ - if (sysctl(mib, 4, &p, &len, NULL, 0) == -1 || !len) - return -1; - -+#if __FreeBSD_version >= 500015 -+ ps->pid = p.ki_pid; -+ ps->ppid = p.ki_ppid; -+ ps->uid = p.ki_uid; -+ ps->gid = p.ki_pgid; -+ ps->priority = p.ki_pri.pri_user; -+ ps->niceLevel = p.ki_nice; -+#else - ps->pid = p.kp_proc.p_pid; - ps->ppid = p.kp_eproc.e_ppid; - ps->uid = p.kp_eproc.e_ucred.cr_uid; - ps->gid = p.kp_eproc.e_pgid; - ps->priority = p.kp_proc.p_priority; - ps->niceLevel = p.kp_proc.p_nice; -+#endif - - /* this isn't usertime -- it's total time (??) */ --#if __FreeBSD_version >= 300000 -+#if __FreeBSD_version >= 500015 -+ ps->userTime = p.ki_runtime / 10000; -+#elif __FreeBSD_version >= 300000 - ps->userTime = p.kp_proc.p_runtime / 10000; - #else -- ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100 -+ ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100; - #endif - ps->sysTime = 0; -- ps->userLoad = p.kp_proc.p_pctcpu / 100; - ps->sysLoad = 0; - -- /* memory */ -- ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -- p.kp_eproc.e_vm.vm_dsize + -- p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -- ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -- -- /* process name */ -- strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -- ps->name[sizeof(ps->name)-1]='\0'; -- -- /* find out user name with the process uid */ -- pwent = getpwuid(ps->uid); -+ /* memory, process name, process uid */ -+ /* find out user name with process uid */ -+ pwent = getpwuid(ps->uid); - strncpy(ps->userName,pwent&&pwent->pw_name? pwent->pw_name:"????",sizeof(ps->userName)); -- ps->userName[sizeof(ps->userName)-1]='\0'; -- -- /* status, a character, not a number */ -- strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+ ps->userName[sizeof(ps->userName)-1]='\0'; -+ -+#if __FreeBSD_version >= 500015 -+ ps->userLoad = p.ki_pctcpu / 100; -+ ps->vmSize = (p.ki_vmspace->vm_tsize + -+ p.ki_vmspace->vm_dsize + -+ p.ki_vmspace->vm_ssize) * getpagesize(); -+ ps->vmRss = p.ki_vmspace->vm_rssize * getpagesize(); -+ strncpy(ps->name,p.ki_comm? p.ki_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.ki_stat>=1)&&(p.ki_stat<=5)? statuses[p.ki_stat-1]:"????"); -+#else -+ ps->userLoad = p.kp_proc.p_pctcpu / 100; -+ ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -+ p.kp_eproc.e_vm.vm_dsize + -+ p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -+ ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -+ strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+#endif - - /* process command line */ - /*strncpy(ps->cmdline,p.kp_proc.p_args->ar_args,sizeof(ps->cmdline)); -@@ -296,7 +314,11 @@ - sysctl(mib, 3, p, &len, NULL, 0); - - for (num = 0; num < len / sizeof(struct kinfo_proc); num++) -+#if __FreeBSD_version >= 500015 -+ updateProcess(p[num].ki_pid); -+#else - updateProcess(p[num].kp_proc.p_pid); -+#endif - - cleanupProcessList(); - diff --git a/x11/kde4-runtime/files/patch-TEPty.C b/x11/kde4-runtime/files/patch-TEPty.C deleted file mode 100644 index 796ec243efbf..000000000000 --- a/x11/kde4-runtime/files/patch-TEPty.C +++ /dev/null @@ -1,11 +0,0 @@ ---- konsole/src/TEPty.C Sun Feb 18 10:28:28 2001 -+++ konsole/src/TEPty.C.new Fri Feb 23 02:55:58 2001 -@@ -238,7 +238,7 @@ - #ifdef HAVE_UTEMPTER - removeLineFromUtmp(ttynam, fd); - #elif defined(USE_LOGIN) -- char *tty_name=ttyname(0); -+ char *tty_name=ttyname(fd); - if (tty_name) - { - if (strncmp(tty_name, "/dev/", 5) == 0) diff --git a/x11/kde4-runtime/files/patch-kdeeject b/x11/kde4-runtime/files/patch-kdeeject deleted file mode 100644 index 8a5870ad25ff..000000000000 --- a/x11/kde4-runtime/files/patch-kdeeject +++ /dev/null @@ -1,12 +0,0 @@ ---- kdesktop/kdeeject Wed Dec 13 13:25:02 2000 -+++ kdesktop/kdeeject.new Fri Feb 23 02:59:54 2001 -@@ -11,7 +11,8 @@ - # TODO: On bsd, it should be 'cdcontrol -f $1 eject' - # Checking for stuff in the PATH is ugly with sh though. - # I guess this is the reason for making this a kde app... -- if eject $1; then -+ dev=`echo $1 | sed -E -e 's#/dev/##' -e 's/([0-9])./\1/'` -+ if cdcontrol -f $dev eject; then - # Success -> update icon - dcop kdesktop default refreshIcons - exit 0 diff --git a/x11/kde4-runtime/pkg-plist b/x11/kde4-runtime/pkg-plist index 7a6e901514f3..3b4202091f34 100644 --- a/x11/kde4-runtime/pkg-plist +++ b/x11/kde4-runtime/pkg-plist @@ -4,12 +4,13 @@ bin/conttest bin/drkonqi bin/extensionproxy bin/kaccess +bin/kaddressbook bin/kappfinder +bin/kate bin/kbanner.kss bin/kblankscrn.kss bin/kblob.kss bin/kbouboule.kss -bin/kbsod.kss bin/kcheckpass bin/kcminit bin/kcmshell @@ -17,20 +18,22 @@ bin/kcontrol bin/kdcop bin/kdebugdialog bin/kdeeject +bin/kdeprintfax bin/kdesktop bin/kdesu bin/kdesud bin/kdm +bin/kdm_config +bin/kdm_greet bin/kdmdesktop bin/keditbookmarks bin/keditfiletype bin/kfmclient bin/kfmexec bin/khelpcenter -bin/khop.kss bin/khotkeys -bin/khtmlindex bin/kicker +bin/kjobviewer bin/klegacyimport bin/klines.kss bin/klipper @@ -41,7 +44,10 @@ bin/konqueror bin/konsole bin/konsole_grantpty bin/kpager +bin/kpartsaver.kss +bin/kpersonalizer bin/kpolygon.kss +bin/kprinter bin/kpyro.kss bin/krandom.kss bin/krdb @@ -68,12 +74,20 @@ bin/kxmlrpcd bin/kxsconfig bin/kxsrun bin/startkde +etc/ksysguarddrc include/KBackgroundIface.h include/KDesktopIface.h include/KScreensaverIface.h include/KWinInterface.h include/KonquerorIface.h include/ccont.h +include/kate/application.h +include/kate/docmanager.h +include/kate/document.h +include/kate/mainwindow.h +include/kate/plugin.h +include/kate/view.h +include/kate/viewmanager.h include/kbookmark.h include/kbookmarkbar.h include/kbookmarkdrag.h @@ -103,6 +117,7 @@ include/konq_propsview.h include/konq_settings.h include/konq_undo.h include/kwin/client.h +include/kwin/kwinbutton.h include/kwin/options.h include/kwin/workspace.h include/thumbcreator.h @@ -110,18 +125,24 @@ lib/appletproxy.la lib/appletproxy.so lib/extensionproxy.la lib/extensionproxy.so -lib/kcminit.la -lib/kcminit.so -lib/kcmshell.la -lib/kcmshell.so -lib/kcontrol.la -lib/kcontrol.so +lib/kate.la +lib/kate.so +lib/kde2/gsthumbnail.la +lib/kde2/gsthumbnail.so lib/kde2/htmlthumbnail.la lib/kde2/htmlthumbnail.so lib/kde2/imagethumbnail.la lib/kde2/imagethumbnail.so lib/kde2/kaccess.la lib/kde2/kaccess.so +lib/kde2/kcminit.la +lib/kde2/kcminit.so +lib/kde2/kcmshell.la +lib/kde2/kcmshell.so +lib/kde2/kcontrol.la +lib/kde2/kcontrol.so +lib/kde2/khelpcenter.la +lib/kde2/khelpcenter.so lib/kde2/kio_filter.la lib/kde2/kio_filter.so lib/kde2/kio_finger.la @@ -130,8 +151,6 @@ lib/kde2/kio_floppy.la lib/kde2/kio_floppy.so lib/kde2/kio_gopher.la lib/kde2/kio_gopher.so -lib/kde2/kio_help.la -lib/kde2/kio_help.so lib/kde2/kio_imap4.la lib/kde2/kio_imap4.so lib/kde2/kio_info.la @@ -146,8 +165,6 @@ lib/kde2/kio_pop3.la lib/kde2/kio_pop3.so lib/kde2/kio_smb.la lib/kde2/kio_smb.so -lib/kde2/kio_smtp.la -lib/kde2/kio_smtp.so lib/kde2/kio_tar.la lib/kde2/kio_tar.so lib/kde2/kio_thumbnail.la @@ -166,6 +183,8 @@ lib/kde2/libkcm_colors.la lib/kde2/libkcm_colors.so lib/kde2/libkcm_crypto.la lib/kde2/libkcm_crypto.so +lib/kde2/libkcm_css.la +lib/kde2/libkcm_css.so lib/kde2/libkcm_email.la lib/kde2/libkcm_email.so lib/kde2/libkcm_energy.la @@ -180,6 +199,8 @@ lib/kde2/libkcm_info.la lib/kde2/libkcm_info.so lib/kde2/libkcm_input.la lib/kde2/libkcm_input.so +lib/kde2/libkcm_ioslaveinfo.la +lib/kde2/libkcm_ioslaveinfo.so lib/kde2/libkcm_kdm.la lib/kde2/libkcm_kdm.so lib/kde2/libkcm_keys.la @@ -196,34 +217,67 @@ lib/kde2/libkcm_konq.la lib/kde2/libkcm_konq.so lib/kde2/libkcm_konqhtml.la lib/kde2/libkcm_konqhtml.so +lib/kde2/libkcm_konsole.la +lib/kde2/libkcm_konsole.so lib/kde2/libkcm_kurifilt.la lib/kde2/libkcm_kurifilt.so +lib/kde2/libkcm_kwindecoration.la +lib/kde2/libkcm_kwindecoration.so lib/kde2/libkcm_kwinoptions.la lib/kde2/libkcm_kwinoptions.so +lib/kde2/libkcm_launch.la +lib/kde2/libkcm_launch.so +lib/kde2/libkcm_launch.so.0 lib/kde2/libkcm_locale.la lib/kde2/libkcm_locale.so lib/kde2/libkcm_midi.la lib/kde2/libkcm_midi.so lib/kde2/libkcm_passwords.la lib/kde2/libkcm_passwords.so +lib/kde2/libkcm_printmgr.la +lib/kde2/libkcm_printmgr.so lib/kde2/libkcm_samba.la lib/kde2/libkcm_samba.so lib/kde2/libkcm_screensaver.la lib/kde2/libkcm_screensaver.so lib/kde2/libkcm_smserver.la lib/kde2/libkcm_smserver.so +lib/kde2/libkcm_socks.la +lib/kde2/libkcm_socks.so +lib/kde2/libkcm_spellchecking.la +lib/kde2/libkcm_spellchecking.so lib/kde2/libkcm_style.la lib/kde2/libkcm_style.so lib/kde2/libkcm_taskbar.la lib/kde2/libkcm_taskbar.so lib/kde2/libkcm_themes.la lib/kde2/libkcm_themes.so +lib/kde2/libkcm_usb.la +lib/kde2/libkcm_usb.so +lib/kde2/libkded_favicons.la +lib/kde2/libkded_favicons.so lib/kde2/libkfindpart.la lib/kde2/libkfindpart.so +lib/kde2/libkhelpcenterpart.la +lib/kde2/libkhelpcenterpart.so lib/kde2/libkonqiconview.la lib/kde2/libkonqiconview.so lib/kde2/libkonqlistview.la lib/kde2/libkonqlistview.so +lib/kde2/libkonqsidebar_classic_wrap.la +lib/kde2/libkonqsidebar_classic_wrap.so +lib/kde2/libkonqsidebar_tree.la +lib/kde2/libkonqsidebar_tree.so +lib/kde2/libkonqsidebartree_bookmarks.la +lib/kde2/libkonqsidebartree_bookmarks.so +lib/kde2/libkonqsidebartree_bookmarks.so.0 +lib/kde2/libkonqsidebartree_dirtree.la +lib/kde2/libkonqsidebartree_dirtree.so +lib/kde2/libkonqsidebartree_history.la +lib/kde2/libkonqsidebartree_history.so +lib/kde2/libkonqsidebartree_history.so.0 +lib/kde2/libkonqsound.la +lib/kde2/libkonqsound.so lib/kde2/libkonqtree.la lib/kde2/libkonqtree.so lib/kde2/libkshellcmdplugin.la @@ -234,10 +288,16 @@ lib/kde2/libkuriikwsfilter.la lib/kde2/libkuriikwsfilter.so lib/kde2/libkurisearchfilter.la lib/kde2/libkurisearchfilter.so -lib/kde2/libkwin2k.la -lib/kde2/libkwin2k.so lib/kde2/libkwinb2.la lib/kde2/libkwinb2.so +lib/kde2/libkwindefault.la +lib/kde2/libkwindefault.so +lib/kde2/libkwindefault_config.la +lib/kde2/libkwindefault_config.so +lib/kde2/libkwinicewm.la +lib/kde2/libkwinicewm.so +lib/kde2/libkwinicewm_config.la +lib/kde2/libkwinicewm_config.so lib/kde2/libkwinkde1.la lib/kde2/libkwinkde1.so lib/kde2/libkwinkstep.la @@ -248,10 +308,22 @@ lib/kde2/libkwinlaptop.la lib/kde2/libkwinlaptop.so lib/kde2/libkwinmodernsys.la lib/kde2/libkwinmodernsys.so +lib/kde2/libkwinmodernsys_config.la +lib/kde2/libkwinmodernsys_config.so +lib/kde2/libkwinmwm.la +lib/kde2/libkwinmwm.so +lib/kde2/libkwinquartz.la +lib/kde2/libkwinquartz.so +lib/kde2/libkwinquartz_config.la +lib/kde2/libkwinquartz_config.so +lib/kde2/libkwinredmond.la +lib/kde2/libkwinredmond.so lib/kde2/libkwinriscos.la lib/kde2/libkwinriscos.so lib/kde2/libkwinsystem.la lib/kde2/libkwinsystem.so +lib/kde2/libkwinweb.la +lib/kde2/libkwinweb.so lib/kde2/textthumbnail.la lib/kde2/textthumbnail.so lib/kdesktop.la @@ -264,6 +336,8 @@ lib/khotkeys.la lib/khotkeys.so lib/kicker.la lib/kicker.so +lib/kjobviewer.la +lib/kjobviewer.so lib/klegacyimport.la lib/klegacyimport.so lib/klipper.la @@ -284,8 +358,6 @@ lib/kxkb.la lib/kxkb.so lib/kxmlrpcd.la lib/kxmlrpcd.so -lib/libKdmGreet.la -lib/libKdmGreet.so lib/libccont.a lib/libchildpanelextension.la lib/libchildpanelextension.so @@ -296,22 +368,17 @@ lib/libclockapplet.so.1 lib/libdockbarextension.la lib/libdockbarextension.so lib/libdockbarextension.so.1 -lib/libhtmlsearch.la -lib/libhtmlsearch.so lib/libkasbarextension.la lib/libkasbarextension.so lib/libkasbarextension.so.1 -lib/libkcm_htmlsearch.la -lib/libkcm_htmlsearch.so -lib/libkcm_ioslaveinfo.la -lib/libkcm_ioslaveinfo.so -lib/libkcm_layout.la -lib/libkcm_layout.so +lib/libkatecore.la +lib/libkatecore.so +lib/libkateinterfaces.la +lib/libkateinterfaces.so +lib/libkcm_keyboard.la +lib/libkcm_keyboard.so lib/libkcm_xmlrpcd.la lib/libkcm_xmlrpcd.so -lib/libkhelpcenter.la -lib/libkhelpcenter.so -lib/libkhelpcenter.so.4 lib/libkminipagerapplet.la lib/libkminipagerapplet.so lib/libkminipagerapplet.so.1 @@ -320,6 +387,10 @@ lib/libkonq.so lib/libkonq.so.4 lib/libkonqaboutpage.la lib/libkonqaboutpage.so +lib/libkonqsidebar.la +lib/libkonqsidebar.so +lib/libkonqsidebarplugin.la +lib/libkonqsidebarplugin.so lib/libkonsolepart.la lib/libkonsolepart.so lib/libkrunapplet.la @@ -331,20 +402,18 @@ lib/libksysguardapplet.so.1 lib/libksystemtrayapplet.la lib/libksystemtrayapplet.so lib/libksystemtrayapplet.so.1 -lib/libktaskbarapplet.la -lib/libktaskbarapplet.so -lib/libktaskbarapplet.so.1 -lib/libkwindefault.la -lib/libkwindefault.so -lib/libkwindefault.so.0 -lib/libkwritepart.la -lib/libkwritepart.so lib/libnaughtyapplet.la lib/libnaughtyapplet.so lib/libnaughtyapplet.so.1 lib/libquicklauncher.la lib/libquicklauncher.so lib/libquicklauncher.so.1 +lib/libtaskbar.la +lib/libtaskbar.so +lib/libtaskbar.so.1 +lib/libtaskbarapplet.la +lib/libtaskbarapplet.so +lib/libtaskbarapplet.so.1 lib/libtaskbarextension.la lib/libtaskbarextension.so lib/libtaskbarextension.so.1 @@ -355,30 +424,52 @@ share/applnk/.directory share/applnk/.hidden/konqfilemgr.desktop share/applnk/Applications/.directory share/applnk/Development/.directory +share/applnk/Development/designer.desktop share/applnk/Editors/.directory +share/applnk/Editors/gvim.desktop +share/applnk/Editors/kate.desktop share/applnk/Editors/kwrite.desktop +share/applnk/Editors/xedit.desktop share/applnk/Games/.directory +share/applnk/Games/Arcade/.directory +share/applnk/Games/Board/.directory +share/applnk/Games/Board/xboard.desktop +share/applnk/Games/Card/.directory +share/applnk/Games/TacticStrategy/.directory share/applnk/Graphics/.directory +share/applnk/Graphics/gimp.desktop share/applnk/Help.desktop share/applnk/Home.desktop share/applnk/Internet/.directory +share/applnk/Internet/Terminal/.directory +share/applnk/Internet/Terminal/mutt.desktop +share/applnk/Internet/ethereal.desktop share/applnk/Internet/keditbookmarks.desktop share/applnk/Internet/konqbrowser.desktop +share/applnk/Internet/licq.desktop +share/applnk/Internet/mozilla.desktop +share/applnk/Internet/netscape.desktop share/applnk/KControl.desktop share/applnk/Multimedia/.directory +share/applnk/Multimedia/aviplay.desktop +share/applnk/Multimedia/gtv.desktop +share/applnk/Multimedia/xawtv.desktop +share/applnk/Multimedia/xmms-enqueue.desktop +share/applnk/Multimedia/xmms.desktop share/applnk/Office/.directory share/applnk/Settings/.directory +share/applnk/Settings/Databases/.directory share/applnk/Settings/FileBrowsing/.directory share/applnk/Settings/FileBrowsing/filetypes.desktop share/applnk/Settings/FileBrowsing/kcmkonq.desktop share/applnk/Settings/Help/.directory -share/applnk/Settings/Help/htmlsearch.desktop share/applnk/Settings/Information/.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/ioslaveinfo.desktop +share/applnk/Settings/Information/kcmusb.desktop share/applnk/Settings/Information/memory.desktop share/applnk/Settings/Information/partitions.desktop share/applnk/Settings/Information/pci.desktop @@ -402,39 +493,49 @@ share/applnk/Settings/LookNFeel/colors.desktop share/applnk/Settings/LookNFeel/desktop.desktop share/applnk/Settings/LookNFeel/fonts.desktop share/applnk/Settings/LookNFeel/icons.desktop -share/applnk/Settings/LookNFeel/kcmnotify.desktop +share/applnk/Settings/LookNFeel/kcmlaunch.desktop share/applnk/Settings/LookNFeel/kcmtaskbar.desktop share/applnk/Settings/LookNFeel/keys.desktop share/applnk/Settings/LookNFeel/kthememgr.desktop +share/applnk/Settings/LookNFeel/kwindecoration.desktop share/applnk/Settings/LookNFeel/kwinoptions.desktop share/applnk/Settings/LookNFeel/panel.desktop share/applnk/Settings/LookNFeel/screensaver.desktop share/applnk/Settings/LookNFeel/style.desktop share/applnk/Settings/LookNFeel/virtualdesktops.desktop share/applnk/Settings/Network/.directory +share/applnk/Settings/Network/email.desktop +share/applnk/Settings/Network/ioslaveinfo.desktop +share/applnk/Settings/Network/netpref.desktop +share/applnk/Settings/Network/smb.desktop +share/applnk/Settings/Network/socks.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/crypto.desktop -share/applnk/Settings/Personalization/email.desktop share/applnk/Settings/Personalization/kcmaccess.desktop share/applnk/Settings/Personalization/kcmlayout.desktop share/applnk/Settings/Personalization/language.desktop share/applnk/Settings/Personalization/passwords.desktop +share/applnk/Settings/Personalization/spellchecking.desktop share/applnk/Settings/PowerControl/.directory share/applnk/Settings/PowerControl/energy.desktop share/applnk/Settings/Sound/.directory share/applnk/Settings/Sound/arts.desktop share/applnk/Settings/Sound/bell.desktop +share/applnk/Settings/Sound/kcmnotify.desktop share/applnk/Settings/Sound/midi.desktop share/applnk/Settings/System/.directory share/applnk/Settings/System/clock.desktop +share/applnk/Settings/System/kcmkonsole.desktop share/applnk/Settings/System/kcmsmserver.desktop share/applnk/Settings/System/kdm.desktop +share/applnk/Settings/System/printmgr.desktop share/applnk/Settings/WebBrowsing/.directory share/applnk/Settings/WebBrowsing/cookies.desktop share/applnk/Settings/WebBrowsing/ebrowsing.desktop +share/applnk/Settings/WebBrowsing/kcmcss.desktop share/applnk/Settings/WebBrowsing/konqhtml.desktop share/applnk/Settings/WebBrowsing/proxy.desktop share/applnk/Settings/WebBrowsing/smb.desktop @@ -445,8 +546,6 @@ share/applnk/System/ScreenSavers/KBanner.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/KHop.desktop share/applnk/System/ScreenSavers/KLines.desktop share/applnk/System/ScreenSavers/KLorenz.desktop share/applnk/System/ScreenSavers/KMatrix.desktop @@ -462,6 +561,10 @@ share/applnk/System/ScreenSavers/KSlideshow.desktop share/applnk/System/ScreenSavers/KSpace.desktop share/applnk/System/ScreenSavers/KSwarm.desktop share/applnk/System/ScreenSavers/KVm.desktop +share/applnk/System/ScreenSavers/Worm.desktop +share/applnk/System/ScreenSavers/kpartsaver.desktop +share/applnk/System/Terminal/.directory +share/applnk/System/Terminal/vmstat.desktop share/applnk/System/kappfinder.desktop share/applnk/System/kfmclient.desktop share/applnk/System/kfmclient_dir.desktop @@ -471,72 +574,92 @@ share/applnk/System/kmenuedit.desktop share/applnk/System/konquerorsu.desktop share/applnk/System/konsole.desktop share/applnk/System/konsolesu.desktop +share/applnk/System/kpersonalizer.desktop share/applnk/System/ksysguard.desktop share/applnk/Toys/.directory share/applnk/Toys/ktip.desktop +share/applnk/Toys/xeyes.desktop share/applnk/Utilities/.directory -share/applnk/Utilities/XUtilities/.directory +share/applnk/Utilities/XUtilities/xcalc.desktop share/applnk/Utilities/XUtilities/xclipboard.desktop share/applnk/Utilities/XUtilities/xclock.desktop share/applnk/Utilities/XUtilities/xconsole.desktop +share/applnk/Utilities/XUtilities/xload.desktop share/applnk/Utilities/XUtilities/xmag.desktop share/applnk/Utilities/XUtilities/xterm.desktop +share/applnk/Utilities/kaddressbook.desktop +share/applnk/Utilities/kdeprintfax.desktop +share/applnk/Utilities/kjobviewer.desktop share/applnk/Utilities/klipper.desktop share/applnk/Utilities/kpager.desktop +share/applnk/WordProcessing/.directory +share/applnk/WordProcessing/acroread.desktop +share/applnk/WordProcessing/gv.desktop +share/applnk/WordProcessing/xdvi.desktop +share/applnk/WordProcessing/xpdf.desktop +share/applnk/ksysguard/eventsrc share/apps/clockapplet/pics/lcd.png share/apps/drkonqi/debuggers/gdbrc 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/kaddressbook/kaddressbookui.rc +share/apps/kaddressbook/pics/abentry.xpm +share/apps/kaddressbook/pics/delete.xpm +share/apps/kaddressbook/pics/down.xpm +share/apps/kaddressbook/pics/filemail.xpm +share/apps/kaddressbook/pics/find.xpm +share/apps/kaddressbook/pics/group.xpm +share/apps/kaddressbook/pics/page.xpm +share/apps/kaddressbook/pics/up.xpm share/apps/kappfinder/apps/Development/ddd.desktop share/apps/kappfinder/apps/Development/designer.desktop share/apps/kappfinder/apps/Development/dlgedit.desktop -share/apps/kappfinder/apps/Editors/.directory +share/apps/kappfinder/apps/Development/linguist.desktop 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/Games/.directory +share/apps/kappfinder/apps/Games/Board/xboard.desktop +share/apps/kappfinder/apps/Games/Card/PySol.desktop share/apps/kappfinder/apps/Games/Clanbomber.desktop -share/apps/kappfinder/apps/Games/Qmamecat.desktop +share/apps/kappfinder/apps/Games/Emulators/qmamecat.desktop +share/apps/kappfinder/apps/Games/TacticStrategy/freeciv.desktop share/apps/kappfinder/apps/Games/defendguin.desktop -share/apps/kappfinder/apps/Games/freeciv.desktop share/apps/kappfinder/apps/Games/penguin-command.desktop share/apps/kappfinder/apps/Games/xshipwars.desktop -share/apps/kappfinder/apps/Graphics/.directory 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/Terminal/lftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/mutt.desktop +share/apps/kappfinder/apps/Internet/Terminal/ncftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/pine.desktop share/apps/kappfinder/apps/Internet/arena.desktop share/apps/kappfinder/apps/Internet/coolmail.desktop share/apps/kappfinder/apps/Internet/ethereal.desktop -share/apps/kappfinder/apps/Internet/ncftp.desktop +share/apps/kappfinder/apps/Internet/licq.desktop +share/apps/kappfinder/apps/Internet/mozilla.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/xchat.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/alevt.desktop share/apps/kappfinder/apps/Multimedia/aviplay.desktop share/apps/kappfinder/apps/Multimedia/gtv.desktop +share/apps/kappfinder/apps/Multimedia/mtv.desktop share/apps/kappfinder/apps/Multimedia/realplayer.desktop share/apps/kappfinder/apps/Multimedia/xawtv.desktop +share/apps/kappfinder/apps/Multimedia/xmms-enqueue.desktop share/apps/kappfinder/apps/Multimedia/xmms.desktop -share/apps/kappfinder/apps/Office/.directory 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/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 @@ -595,13 +718,12 @@ 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/Terminal/procinfo.desktop +share/apps/kappfinder/apps/System/Terminal/vmstat.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.desktop share/apps/kappfinder/apps/Toys/xpinguin.desktop -share/apps/kappfinder/apps/Utilities/.directory -share/apps/kappfinder/apps/Utilities/XUtilities/.directory share/apps/kappfinder/apps/Utilities/XUtilities/xcalc.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclipboard.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclock.desktop @@ -609,7 +731,6 @@ share/apps/kappfinder/apps/Utilities/XUtilities/xconsole.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xload.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xmag.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xterm.desktop -share/apps/kappfinder/apps/WordProcessing/.directory share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop share/apps/kappfinder/apps/WordProcessing/acroread.desktop @@ -619,10 +740,75 @@ share/apps/kappfinder/apps/WordProcessing/lyx.desktop share/apps/kappfinder/apps/WordProcessing/pybliographic.desktop share/apps/kappfinder/apps/WordProcessing/xdvi.desktop share/apps/kappfinder/apps/WordProcessing/xpdf.desktop +share/apps/kate/icons/hicolor/16x16/actions/curfiledir.png +share/apps/kate/icons/hicolor/16x16/actions/highlighting.png +share/apps/kate/icons/hicolor/16x16/actions/modified.png +share/apps/kate/icons/hicolor/16x16/actions/null.png +share/apps/kate/icons/hicolor/16x16/actions/save_all.png +share/apps/kate/icons/hicolor/22x22/actions/save_all.png +share/apps/kate/icons/hicolor/32x32/actions/highlighting.png +share/apps/kate/icons/hicolor/32x32/actions/indent.png +share/apps/kate/icons/hicolor/32x32/actions/unindent.png +share/apps/kate/icons/hicolor/48x48/actions/indent.png +share/apps/kate/icons/hicolor/48x48/actions/unindent.png +share/apps/kate/icons/locolor/16x16/actions/curfiledir.png +share/apps/kate/icons/locolor/16x16/actions/indent.png +share/apps/kate/icons/locolor/16x16/actions/modified.png +share/apps/kate/icons/locolor/16x16/actions/null.png +share/apps/kate/icons/locolor/16x16/actions/save_all.png +share/apps/kate/icons/locolor/16x16/actions/unindent.png +share/apps/kate/icons/locolor/22x22/actions/indent.png +share/apps/kate/icons/locolor/22x22/actions/save_all.png +share/apps/kate/icons/locolor/22x22/actions/unindent.png +share/apps/kate/katepartbrowserui.rc +share/apps/kate/katepartui.rc +share/apps/kate/kateui.rc +share/apps/kate/pics/fileselector.png +share/apps/kate/pics/indicator_empty.png +share/apps/kate/pics/indicator_viewactive.png +share/apps/kate/pics/openfiles.png +share/apps/kate/syntax/ada.xml +share/apps/kate/syntax/bash.xml +share/apps/kate/syntax/c.xml +share/apps/kate/syntax/changelog.xml +share/apps/kate/syntax/cpp.xml +share/apps/kate/syntax/css.xml +share/apps/kate/syntax/desktop.xml +share/apps/kate/syntax/diff.xml +share/apps/kate/syntax/html.xml +share/apps/kate/syntax/java.xml +share/apps/kate/syntax/kbasic.xml +share/apps/kate/syntax/language.dtd +share/apps/kate/syntax/latex.xml +share/apps/kate/syntax/objectivec.xml +share/apps/kate/syntax/perl.xml +share/apps/kate/syntax/php.xml +share/apps/kate/syntax/postscript.xml +share/apps/kate/syntax/rpmspec.xml +share/apps/kate/syntax/ruby.xml +share/apps/kate/syntax/sql.xml +share/apps/kate/syntax/syntax.template +share/apps/kate/syntax/vhdl.xml +share/apps/kate/syntax/xml.xml share/apps/kbookmark/directory_bookmarkbar.desktop +share/apps/kcmcss/template.css share/apps/kcminput/cursor_large.pcf.gz -share/apps/kcmkeys/standard/Unix.kksrc +share/apps/kcminput/pics/mouse_lh.png +share/apps/kcminput/pics/mouse_rh.png +share/apps/kcmkeys/global/global-kde3.kksrc +share/apps/kcmkeys/global/global-kde4.kksrc +share/apps/kcmkeys/global/global-mac3.kksrc +share/apps/kcmkeys/global/global-unix3.kksrc +share/apps/kcmkeys/global/global-win3.kksrc +share/apps/kcmkeys/global/global-win4.kksrc +share/apps/kcmkeys/standard/app-kde3.kksrc +share/apps/kcmkeys/standard/app-kde4.kksrc +share/apps/kcmkeys/standard/app-mac3.kksrc +share/apps/kcmkeys/standard/app-unix3.kksrc +share/apps/kcmkeys/standard/app-win3.kksrc share/apps/kcmlocale/pics/background.png +share/apps/kcmusb/usb.ids +share/apps/kconf_update/konsole.upd share/apps/kcontrol/kcontrolui.rc share/apps/kcontrol/pics/energybig.png share/apps/kcontrol/pics/lo-energy.png @@ -636,6 +822,10 @@ share/apps/kcontrol/pics/part2.png share/apps/kcontrol/pics/part3.png share/apps/kcontrol/pics/play.png share/apps/kdcop/kdcopui.rc +share/apps/kdeprintfax/anytops +share/apps/kdeprintfax/faxfilters +share/apps/kdeprintfax/icons/hicolor/16x16/actions/abentry.png +share/apps/kdeprintfax/kdeprintfaxui.rc share/apps/kdesktop/DesktopLinks/Home.desktop share/apps/kdesktop/directory.autostart share/apps/kdesktop/directory.desktop @@ -669,8 +859,10 @@ share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad share/apps/kdisplay/app-defaults/AAAMotif.ad share/apps/kdisplay/app-defaults/AAATk.ad share/apps/kdisplay/app-defaults/AAAXaw.ad +share/apps/kdisplay/app-defaults/AcroRead.ad share/apps/kdisplay/app-defaults/Editres.ad share/apps/kdisplay/app-defaults/Emacs.ad +share/apps/kdisplay/app-defaults/GV.ad share/apps/kdisplay/app-defaults/ML.ad share/apps/kdisplay/app-defaults/Nedit.ad share/apps/kdisplay/app-defaults/Netscape.ad @@ -681,6 +873,7 @@ share/apps/kdisplay/app-defaults/XOsview.ad share/apps/kdisplay/app-defaults/XTerm.ad share/apps/kdisplay/app-defaults/XV.ad share/apps/kdisplay/app-defaults/Xawtv.ad +share/apps/kdisplay/app-defaults/Xdvi.ad share/apps/kdisplay/app-defaults/Xpdf.ad share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc share/apps/kdisplay/color-schemes/BeOS.kcsrc @@ -689,7 +882,9 @@ 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/EveX.kcsrc share/apps/kdisplay/color-schemes/KDEOne.kcsrc +share/apps/kdisplay/color-schemes/MediaPeach.kcsrc share/apps/kdisplay/color-schemes/Next.kcsrc share/apps/kdisplay/color-schemes/PaleGray.kcsrc share/apps/kdisplay/color-schemes/PointReyesGreen.kcsrc @@ -697,6 +892,7 @@ 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/Windows2000.kcsrc share/apps/kdisplay/color-schemes/Windows95.kcsrc share/apps/kdm/pics/kdeflower.png share/apps/kdm/pics/kdelogo.png @@ -712,17 +908,9 @@ share/apps/kfind/icons/locolor/22x22/actions/info.png share/apps/kfind/icons/locolor/22x22/actions/openfile.png share/apps/kfind/icons/locolor/22x22/actions/save.png share/apps/kfind/icons/locolor/22x22/actions/search.png -share/apps/khelpcenter/en/bad_words -share/apps/khelpcenter/en/long.html -share/apps/khelpcenter/en/nomatch.html -share/apps/khelpcenter/en/short.html -share/apps/khelpcenter/en/syntax.html -share/apps/khelpcenter/en/wrapper.html -share/apps/khelpcenter/icons/locolor/16x16/apps/helpbook_open.png -share/apps/khelpcenter/pics/checked.xpm -share/apps/khelpcenter/pics/star.png -share/apps/khelpcenter/pics/star_blank.png -share/apps/khelpcenter/pics/unchecked.xpm +share/apps/khelpcenter/glossary.html.in +share/apps/khelpcenter/intro.html.in +share/apps/khelpcenter/khelpcenterui.rc share/apps/khelpcenter/plugins/Tutorials/.directory share/apps/khelpcenter/plugins/Tutorials/quickstart.desktop share/apps/khelpcenter/plugins/Tutorials/visualdict.desktop @@ -734,6 +922,7 @@ share/apps/kicker/applets/ksystemtrayapplet.desktop share/apps/kicker/applets/ktaskbarapplet.desktop share/apps/kicker/applets/naughtyapplet.desktop share/apps/kicker/applets/quicklauncher.desktop +share/apps/kicker/default-apps share/apps/kicker/extensions/childpanelextension.desktop share/apps/kicker/extensions/dockbarextension.desktop share/apps/kicker/extensions/kasbarextension.desktop @@ -855,6 +1044,8 @@ share/apps/kio_finger/kio_finger.css share/apps/kio_finger/kio_finger.pl share/apps/kio_info/kde-info2html share/apps/kio_info/kde-info2html.conf +share/apps/kioslave/smb.html +share/apps/kjobviewer/kjobviewerui.rc share/apps/kmenuedit/icons/hicolor/22x22/actions/menu_new.png share/apps/kmenuedit/icons/hicolor/32x32/actions/menu_new.png share/apps/kmenuedit/icons/locolor/16x16/actions/menu_new.png @@ -866,6 +1057,28 @@ share/apps/konqlistview/konq_detailedlistview.rc share/apps/konqlistview/konq_textview.rc share/apps/konqlistview/konq_treeview.rc share/apps/konqlistview/kpartplugins/kshellcmdplugin.rc +share/apps/konqsidebartng/add/sidebar_classic_add.desktop +share/apps/konqsidebartng/add/virtualfolderadd.desktop +share/apps/konqsidebartng/dirtree/bookmarks_module.desktop +share/apps/konqsidebartng/dirtree/dirtree_module.desktop +share/apps/konqsidebartng/dirtree/history_module.desktop +share/apps/konqsidebartng/entries/.version +share/apps/konqsidebartng/entries/bookmarks.desktop +share/apps/konqsidebartng/entries/history.desktop +share/apps/konqsidebartng/entries/home.desktop +share/apps/konqsidebartng/entries/remote.desktop +share/apps/konqsidebartng/entries/root.desktop +share/apps/konqsidebartng/entries/services.desktop +share/apps/konqsidebartng/entries/sidebar_classic.desktop +share/apps/konqsidebartng/virtual_folders/remote/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/kde_ftp.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/.directory +share/apps/konqsidebartng/virtual_folders/remote/web/apps_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/dot_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/kde_web.desktop +share/apps/konqsidebartng/virtual_folders/services/.directory +share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop share/apps/konqueror/about/back.png share/apps/konqueror/about/background.png share/apps/konqueror/about/bgtable.png @@ -875,6 +1088,7 @@ share/apps/konqueror/about/intro.html share/apps/konqueror/about/kdelogo2.png share/apps/konqueror/about/konq.css share/apps/konqueror/about/konqueror.png +share/apps/konqueror/about/lightning.png share/apps/konqueror/about/lines.png share/apps/konqueror/about/lines2.png share/apps/konqueror/about/locationbar_erase.png @@ -894,34 +1108,19 @@ 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/apps_web.desktop +share/apps/konqueror/dirtree/remote/web/dot_web.desktop share/apps/konqueror/dirtree/remote/web/kde_web.desktop share/apps/konqueror/dirtree/root.desktop -share/apps/konqueror/icons/hicolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/remove_view.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/remove_view.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_top_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/kde1.png -share/apps/konqueror/icons/locolor/16x16/actions/kde2.png -share/apps/konqueror/icons/locolor/16x16/actions/kde3.png -share/apps/konqueror/icons/locolor/16x16/actions/kde4.png -share/apps/konqueror/icons/locolor/16x16/actions/kde5.png -share/apps/konqueror/icons/locolor/16x16/actions/kde6.png -share/apps/konqueror/icons/locolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/locolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_top_bottom.png +share/apps/konqueror/dirtree/services/.directory +share/apps/konqueror/dirtree/services/audiocd.desktop +share/apps/konqueror/icons/hicolor/16x16/actions/history_clear.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde1.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde2.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde3.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde4.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde5.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde6.png share/apps/konqueror/konqueror.rc share/apps/konqueror/pics/indicator_anchor.png share/apps/konqueror/pics/indicator_connect.png @@ -956,6 +1155,7 @@ share/apps/konsole/README.KeyTab share/apps/konsole/README.Schema share/apps/konsole/Transparent.schema share/apps/konsole/Transparent_MC.schema +share/apps/konsole/Transparent_darkbg.schema share/apps/konsole/Transparent_lightbg.schema share/apps/konsole/WhiteOnBlack.schema share/apps/konsole/XTerm.schema @@ -970,13 +1170,18 @@ share/apps/konsole/pics/colourness.png share/apps/konsole/pics/contrast.png share/apps/konsole/shell.desktop share/apps/konsole/su.desktop +share/apps/konsole/sumc.desktop share/apps/konsole/syscolor.schema share/apps/konsole/vim.schema share/apps/konsole/vt100.keytab share/apps/konsole/vt420pc.keytab share/apps/konsole/x11r5.keytab -share/apps/kscreensaver/kscience-small.gif -share/apps/kscreensaver/kscience.gif +share/apps/kpersonalizer/pics/step1.png +share/apps/kpersonalizer/pics/step2.png +share/apps/kpersonalizer/pics/step3.png +share/apps/kpersonalizer/pics/step4.png +share/apps/kpersonalizer/pics/step5.png +share/apps/kscreensaver/kscience.png share/apps/ksplash/pics/locolor/splash_active_bar.png share/apps/ksplash/pics/locolor/splash_bottom.png share/apps/ksplash/pics/locolor/splash_inactive_bar.png @@ -988,56 +1193,19 @@ share/apps/ksplash/pics/splash_top.png share/apps/ksysguard/KSysGuardApplet.xml share/apps/ksysguard/ProcessTable.sgrd share/apps/ksysguard/SystemLoad.sgrd -share/apps/ksysguard/icons/locolor/16x16/apps/X.png -share/apps/ksysguard/icons/locolor/16x16/apps/artsd.png -share/apps/ksysguard/icons/locolor/16x16/apps/automount.png -share/apps/ksysguard/icons/locolor/16x16/apps/bash.png -share/apps/ksysguard/icons/locolor/16x16/apps/c++.png -share/apps/ksysguard/icons/locolor/16x16/apps/cc.png -share/apps/ksysguard/icons/locolor/16x16/apps/computer.png -share/apps/ksysguard/icons/locolor/16x16/apps/console.png -share/apps/ksysguard/icons/locolor/16x16/apps/csh.png -share/apps/ksysguard/icons/locolor/16x16/apps/emacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/g++.png -share/apps/ksysguard/icons/locolor/16x16/apps/gcc.png -share/apps/ksysguard/icons/locolor/16x16/apps/gdb.png -share/apps/ksysguard/icons/locolor/16x16/apps/httpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/in.identd.png -share/apps/ksysguard/icons/locolor/16x16/apps/inetd.png -share/apps/ksysguard/icons/locolor/16x16/apps/init.png -share/apps/ksysguard/icons/locolor/16x16/apps/kcookiejar.png -share/apps/ksysguard/icons/locolor/16x16/apps/kdesktop.png -share/apps/ksysguard/icons/locolor/16x16/apps/kflushd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kicker.png -share/apps/ksysguard/icons/locolor/16x16/apps/kio_file.png -share/apps/ksysguard/icons/locolor/16x16/apps/klauncher.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksh.png -share/apps/ksysguard/icons/locolor/16x16/apps/kswapd.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksysguardd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kupdate.png -share/apps/ksysguard/icons/locolor/16x16/apps/login.png -share/apps/ksysguard/icons/locolor/16x16/apps/lpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/mingetty.png -share/apps/ksysguard/icons/locolor/16x16/apps/mutt.png -share/apps/ksysguard/icons/locolor/16x16/apps/nscd.png -share/apps/ksysguard/icons/locolor/16x16/apps/pine.png -share/apps/ksysguard/icons/locolor/16x16/apps/portmap.png -share/apps/ksysguard/icons/locolor/16x16/apps/sendmail.png -share/apps/ksysguard/icons/locolor/16x16/apps/sh.png -share/apps/ksysguard/icons/locolor/16x16/apps/ssh.png -share/apps/ksysguard/icons/locolor/16x16/apps/startkde.png -share/apps/ksysguard/icons/locolor/16x16/apps/startx.png -share/apps/ksysguard/icons/locolor/16x16/apps/syslogd.png -share/apps/ksysguard/icons/locolor/16x16/apps/tcsh.png -share/apps/ksysguard/icons/locolor/16x16/apps/unknown.png -share/apps/ksysguard/icons/locolor/16x16/apps/xemacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/xinit.png -share/apps/ksysguard/icons/locolor/16x16/apps/xntpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/xterm.png -share/apps/ksysguard/icons/locolor/16x16/apps/ypbind.png share/apps/ksysguard/ksysguardui.rc +share/apps/ksysguard/pics/X.png +share/apps/ksysguard/pics/computer.png +share/apps/ksysguard/pics/daemon.png +share/apps/ksysguard/pics/kdeapp.png +share/apps/ksysguard/pics/kernel.png +share/apps/ksysguard/pics/ksysguardd.png +share/apps/ksysguard/pics/running.png +share/apps/ksysguard/pics/shell.png +share/apps/ksysguard/pics/tools.png +share/apps/ksysguard/pics/unknownapp.png +share/apps/ksysguard/pics/waiting.png share/apps/kthememgr/Themes/Default.ktheme -share/apps/kthememgr/Themes/Eclipse.ktheme share/apps/kthememgr/Themes/MGBreizh.ktheme share/apps/kthememgr/Themes/Nostalgy.ktheme share/apps/kthememgr/Themes/Template.themerc @@ -1045,11 +1213,45 @@ share/apps/kthememgr/Themes/Wood.ktheme share/apps/kthememgr/theme.mappings share/apps/kwin/b2.desktop share/apps/kwin/eventsrc -share/apps/kwin/kde.desktop +share/apps/kwin/icewm-themes/closeA.xpm +share/apps/kwin/icewm-themes/closeI.xpm +share/apps/kwin/icewm-themes/default.theme +share/apps/kwin/icewm-themes/depthA.xpm +share/apps/kwin/icewm-themes/depthI.xpm +share/apps/kwin/icewm-themes/maximizeA.xpm +share/apps/kwin/icewm-themes/maximizeI.xpm +share/apps/kwin/icewm-themes/menuButtonA.xpm +share/apps/kwin/icewm-themes/menuButtonI.xpm +share/apps/kwin/icewm-themes/minimizeA.xpm +share/apps/kwin/icewm-themes/minimizeI.xpm +share/apps/kwin/icewm-themes/restoreA.xpm +share/apps/kwin/icewm-themes/restoreI.xpm +share/apps/kwin/icewm-themes/rolldownA.xpm +share/apps/kwin/icewm-themes/rolldownI.xpm +share/apps/kwin/icewm-themes/rollupA.xpm +share/apps/kwin/icewm-themes/rollupI.xpm +share/apps/kwin/icewm-themes/titleAB.xpm +share/apps/kwin/icewm-themes/titleAJ.xpm +share/apps/kwin/icewm-themes/titleAM.xpm +share/apps/kwin/icewm-themes/titleAP.xpm +share/apps/kwin/icewm-themes/titleAQ.xpm +share/apps/kwin/icewm-themes/titleAR.xpm +share/apps/kwin/icewm-themes/titleAS.xpm +share/apps/kwin/icewm-themes/titleAT.xpm +share/apps/kwin/icewm-themes/titleIB.xpm +share/apps/kwin/icewm-themes/titleIJ.xpm +share/apps/kwin/icewm-themes/titleIM.xpm +share/apps/kwin/icewm-themes/titleIP.xpm +share/apps/kwin/icewm-themes/titleIQ.xpm +share/apps/kwin/icewm-themes/titleIR.xpm +share/apps/kwin/icewm-themes/titleIS.xpm +share/apps/kwin/icewm-themes/titleIT.xpm +share/apps/kwin/icewm.desktop share/apps/kwin/kde1.desktop share/apps/kwin/kstep.desktop share/apps/kwin/laptop.desktop share/apps/kwin/modernsystem.desktop +share/apps/kwin/mwm.desktop share/apps/kwin/pics/bluesun.png share/apps/kwin/pics/close.png share/apps/kwin/pics/fog-grey.png @@ -1063,18 +1265,18 @@ share/apps/kwin/pics/menu.png share/apps/kwin/pics/pindown.png share/apps/kwin/pics/pinup.png share/apps/kwin/pics/unknown.png +share/apps/kwin/quartz.desktop +share/apps/kwin/redmond.desktop share/apps/kwin/riscos.desktop share/apps/kwin/system.desktop -share/apps/kwin/win2k.desktop -share/apps/kwrite/kwrite_browser.rc -share/apps/kwrite/kwrite_shell.rc +share/apps/kwin/web.desktop share/apps/kwrite/kwriteui.rc -share/apps/kwrite/syntax.xml share/apps/naughtyapplet/pics/naughty-happy.png share/apps/naughtyapplet/pics/naughty-sad.png share/autostart/kdesktop.desktop share/autostart/khotkeys.desktop share/autostart/klipper.desktop +share/autostart/kpersonalizer.desktop share/autostart/ktip.desktop share/autostart/kwrited.desktop share/autostart/panel.desktop @@ -1101,8 +1303,10 @@ share/config/imsmaprc share/config/interferencerc share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdmrc +share/config/kdm/README +share/config/kdm/kdmrc share/config/klipperrc +share/config/konqsidebartng.rc share/config/konsolerc share/config/kshorturifilterrc share/config/kumpparc @@ -1112,56 +1316,29 @@ share/config/lissierc share/config/penroserc share/config/rocksrc share/config/sliprc -share/doc/HTML/en/kcontrol/.anchors -share/doc/HTML/en/kcontrol/action.html -share/doc/HTML/en/kcontrol/background.html -share/doc/HTML/en/kcontrol/batmon.html -share/doc/HTML/en/kcontrol/bell.html -share/doc/HTML/en/kcontrol/borders.html -share/doc/HTML/en/kcontrol/color.html +share/doc/HTML/en/kaddressbook/common +share/doc/HTML/en/kaddressbook/index.cache.bz2 +share/doc/HTML/en/kaddressbook/index.docbook +share/doc/HTML/en/kate/common +share/doc/HTML/en/kate/index.cache.bz2 +share/doc/HTML/en/kate/index.docbook share/doc/HTML/en/kcontrol/common -share/doc/HTML/en/kcontrol/control-center-exiting.html -share/doc/HTML/en/kcontrol/control-center-menus.html -share/doc/HTML/en/kcontrol/control-center-run-indiv.html -share/doc/HTML/en/kcontrol/control-center-screen.html -share/doc/HTML/en/kcontrol/control-center.html -share/doc/HTML/en/kcontrol/cookie.html -share/doc/HTML/en/kcontrol/credits.html -share/doc/HTML/en/kcontrol/crypto.html -share/doc/HTML/en/kcontrol/datetime.html -share/doc/HTML/en/kcontrol/desktop.html -share/doc/HTML/en/kcontrol/devices.html -share/doc/HTML/en/kcontrol/dma.html -share/doc/HTML/en/kcontrol/ebrowse.html -share/doc/HTML/en/kcontrol/email.html -share/doc/HTML/en/kcontrol/energy.html -share/doc/HTML/en/kcontrol/file-assoc.html -share/doc/HTML/en/kcontrol/file-manager.html -share/doc/HTML/en/kcontrol/fonts.html -share/doc/HTML/en/kcontrol/help-index.html -share/doc/HTML/en/kcontrol/icons.html +share/doc/HTML/en/kcontrol/index.cache.bz2 share/doc/HTML/en/kcontrol/index.docbook -share/doc/HTML/en/kcontrol/index.html -share/doc/HTML/en/kcontrol/interrupts.html -share/doc/HTML/en/kcontrol/introduction.html -share/doc/HTML/en/kcontrol/ioports.html -share/doc/HTML/en/kcontrol/kbd.html -share/doc/HTML/en/kcontrol/kblayout.html share/doc/HTML/en/kcontrol/kcmaccess.docbook share/doc/HTML/en/kcontrol/kcmaction.docbook share/doc/HTML/en/kcontrol/kcmbackgnd.docbook share/doc/HTML/en/kcontrol/kcmbatmon.docbook share/doc/HTML/en/kcontrol/kcmbell.docbook share/doc/HTML/en/kcontrol/kcmblockdev.docbook -share/doc/HTML/en/kcontrol/kcmborders.docbook share/doc/HTML/en/kcontrol/kcmcolor.docbook share/doc/HTML/en/kcontrol/kcmcookie.docbook share/doc/HTML/en/kcontrol/kcmcrypto.docbook +share/doc/HTML/en/kcontrol/kcmcss.docbook share/doc/HTML/en/kcontrol/kcmdatetime.docbook share/doc/HTML/en/kcontrol/kcmdesktop.docbook share/doc/HTML/en/kcontrol/kcmdeviceinfo.docbook share/doc/HTML/en/kcontrol/kcmdmainfo.docbook -share/doc/HTML/en/kcontrol/kcmdrkonqi.docbook share/doc/HTML/en/kcontrol/kcmebrowse.docbook share/doc/HTML/en/kcontrol/kcmemail.docbook share/doc/HTML/en/kcontrol/kcmenergy.docbook @@ -1170,13 +1347,15 @@ share/doc/HTML/en/kcontrol/kcmfileman.docbook share/doc/HTML/en/kcontrol/kcmfonts.docbook share/doc/HTML/en/kcontrol/kcmhelpindex.docbook share/doc/HTML/en/kcontrol/kcmicon.docbook -share/doc/HTML/en/kcontrol/kcmiconstyle.docbook share/doc/HTML/en/kcontrol/kcmintinfo.docbook share/doc/HTML/en/kcontrol/kcmioportinfo.docbook share/doc/HTML/en/kcontrol/kcmkbd.docbook -share/doc/HTML/en/kcontrol/kcmkblayout.docbook share/doc/HTML/en/kcontrol/kcmkbrowse.docbook share/doc/HTML/en/kcontrol/kcmkeybind.docbook +share/doc/HTML/en/kcontrol/kcmkonsole.docbook +share/doc/HTML/en/kcontrol/kcmkwintheme.docbook +share/doc/HTML/en/kcontrol/kcmlaunch.docbook +share/doc/HTML/en/kcontrol/kcmlisa.docbook share/doc/HTML/en/kcontrol/kcmlocate.docbook share/doc/HTML/en/kcontrol/kcmloginmanage.docbook share/doc/HTML/en/kcontrol/kcmlowbatcrit.docbook @@ -1185,9 +1364,7 @@ share/doc/HTML/en/kcontrol/kcmmemoryinfo.docbook share/doc/HTML/en/kcontrol/kcmmidi.docbook share/doc/HTML/en/kcontrol/kcmmixer.docbook share/doc/HTML/en/kcontrol/kcmmouse.docbook -share/doc/HTML/en/kcontrol/kcmmousebeh.docbook share/doc/HTML/en/kcontrol/kcmnetscapeplugins.docbook -share/doc/HTML/en/kcontrol/kcmnumbername.docbook share/doc/HTML/en/kcontrol/kcmpanel.docbook share/doc/HTML/en/kcontrol/kcmpartitioninfo.docbook share/doc/HTML/en/kcontrol/kcmpasswd.docbook @@ -1202,206 +1379,91 @@ share/doc/HTML/en/kcontrol/kcmsessionman.docbook share/doc/HTML/en/kcontrol/kcmsmbstat.docbook share/doc/HTML/en/kcontrol/kcmsndinfo.docbook share/doc/HTML/en/kcontrol/kcmsndsrv.docbook +share/doc/HTML/en/kcontrol/kcmsocks.docbook +share/doc/HTML/en/kcontrol/kcmspellchecking.docbook share/doc/HTML/en/kcontrol/kcmstyle.docbook share/doc/HTML/en/kcontrol/kcmsysnotify.docbook share/doc/HTML/en/kcontrol/kcmtalk.docbook share/doc/HTML/en/kcontrol/kcmtaskbar.docbook +share/doc/HTML/en/kcontrol/kcmusb.docbook share/doc/HTML/en/kcontrol/kcmuseragent.docbook share/doc/HTML/en/kcontrol/kcmwinshare.docbook share/doc/HTML/en/kcontrol/kcmxservinfo.docbook -share/doc/HTML/en/kcontrol/key-bindings.html share/doc/HTML/en/kcontrol/kfileman1.png share/doc/HTML/en/kcontrol/kfileman2.png -share/doc/HTML/en/kcontrol/konq-browsing.html -share/doc/HTML/en/kcontrol/laptop.html -share/doc/HTML/en/kcontrol/locale.html -share/doc/HTML/en/kcontrol/login-manager.html -share/doc/HTML/en/kcontrol/lowbatcrit.html -share/doc/HTML/en/kcontrol/lowbatwarn.html -share/doc/HTML/en/kcontrol/memory.html -share/doc/HTML/en/kcontrol/midi.html -share/doc/HTML/en/kcontrol/mixer.html -share/doc/HTML/en/kcontrol/module.html -share/doc/HTML/en/kcontrol/modules.html -share/doc/HTML/en/kcontrol/mouse-behav.html -share/doc/HTML/en/kcontrol/mouse.html -share/doc/HTML/en/kcontrol/nsplugins.html -share/doc/HTML/en/kcontrol/panel.html -share/doc/HTML/en/kcontrol/partitions.html -share/doc/HTML/en/kcontrol/passwords.html -share/doc/HTML/en/kcontrol/pci.html -share/doc/HTML/en/kcontrol/pcmcia.html -share/doc/HTML/en/kcontrol/powerctrl.html -share/doc/HTML/en/kcontrol/processor.html -share/doc/HTML/en/kcontrol/proxies.html -share/doc/HTML/en/kcontrol/sambastatus.html -share/doc/HTML/en/kcontrol/screensaver.html +share/doc/HTML/en/kcontrol/nettimeouts.docbook +share/doc/HTML/en/kcontrol/printmanager.docbook +share/doc/HTML/en/kcontrol/printsystem.docbook +share/doc/HTML/en/kcontrol/protocols.docbook share/doc/HTML/en/kcontrol/screenshot.png -share/doc/HTML/en/kcontrol/scsi.html -share/doc/HTML/en/kcontrol/sessions.html -share/doc/HTML/en/kcontrol/sndserver.html -share/doc/HTML/en/kcontrol/soundinfo.html -share/doc/HTML/en/kcontrol/style.html -share/doc/HTML/en/kcontrol/sys-notify.html -share/doc/HTML/en/kcontrol/taskbar.html -share/doc/HTML/en/kcontrol/user-agent.html -share/doc/HTML/en/kcontrol/windows-shares.html -share/doc/HTML/en/kcontrol/xserver.html -share/doc/HTML/en/kdebugdialog/.anchors +share/doc/HTML/en/kcontrol/systemcontrol.docbook +share/doc/HTML/en/kcontrol/thememgr.docbook share/doc/HTML/en/kdebugdialog/common +share/doc/HTML/en/kdebugdialog/index.cache.bz2 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/kdeprint/common +share/doc/HTML/en/kdeprint/cupsaddprinterwizard1.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard2_backendselection.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan_results.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard4_networkscan_config.png +share/doc/HTML/en/kdeprint/index.cache.bz2 +share/doc/HTML/en/kdeprint/index.docbook share/doc/HTML/en/kdesu/common -share/doc/HTML/en/kdesu/compiling.html -share/doc/HTML/en/kdesu/configuration.html +share/doc/HTML/en/kdesu/index.cache.bz2 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/sec-password-keeping.html -share/doc/HTML/en/kdesu/using-kdesu.html -share/doc/HTML/en/kdm/.anchors -share/doc/HTML/en/kdm/building-and-installing-kdm.html share/doc/HTML/en/kdm/common -share/doc/HTML/en/kdm/configuring-kdm.html -share/doc/HTML/en/kdm/configuring-your-system-for-kdm.html -share/doc/HTML/en/kdm/credits.html -share/doc/HTML/en/kdm/different-window-managers-with-kdm.html +share/doc/HTML/en/kdm/index.cache.bz2 share/doc/HTML/en/kdm/index.docbook -share/doc/HTML/en/kdm/index.html -share/doc/HTML/en/kdm/introduction.html -share/doc/HTML/en/kdm/kdmdesktop.html -share/doc/HTML/en/kdm/lilo.html -share/doc/HTML/en/kdm/locale.html -share/doc/HTML/en/kdm/other-information.html -share/doc/HTML/en/khelpcenter/.anchors share/doc/HTML/en/khelpcenter/background.png share/doc/HTML/en/khelpcenter/bgtable.png share/doc/HTML/en/khelpcenter/common -share/doc/HTML/en/khelpcenter/contact-developers.html -share/doc/HTML/en/khelpcenter/contact-more-information.html -share/doc/HTML/en/khelpcenter/contact-official.html -share/doc/HTML/en/khelpcenter/contact-the-kde-team.html share/doc/HTML/en/khelpcenter/contact.docbook -share/doc/HTML/en/khelpcenter/credits.html -share/doc/HTML/en/khelpcenter/faq/.anchors share/doc/HTML/en/khelpcenter/faq/TODO -share/doc/HTML/en/khelpcenter/faq/about.html -share/doc/HTML/en/khelpcenter/faq/applications.html +share/doc/HTML/en/khelpcenter/faq/about.docbook share/doc/HTML/en/khelpcenter/faq/common -share/doc/HTML/en/khelpcenter/faq/configure.html -share/doc/HTML/en/khelpcenter/faq/contribute.html -share/doc/HTML/en/khelpcenter/faq/credits.html -share/doc/HTML/en/khelpcenter/faq/desktop.html -share/doc/HTML/en/khelpcenter/faq/filemanager.html -share/doc/HTML/en/khelpcenter/faq/getting-kde.html +share/doc/HTML/en/khelpcenter/faq/configkde.docbook +share/doc/HTML/en/khelpcenter/faq/contrib.docbook +share/doc/HTML/en/khelpcenter/faq/desktop.docbook +share/doc/HTML/en/khelpcenter/faq/filemng.docbook +share/doc/HTML/en/khelpcenter/faq/getkde.docbook +share/doc/HTML/en/khelpcenter/faq/index.cache.bz2 share/doc/HTML/en/khelpcenter/faq/index.docbook -share/doc/HTML/en/khelpcenter/faq/index.html -share/doc/HTML/en/khelpcenter/faq/install.html -share/doc/HTML/en/khelpcenter/faq/introduction.html -share/doc/HTML/en/khelpcenter/faq/misc.html -share/doc/HTML/en/khelpcenter/faq/more-info.html -share/doc/HTML/en/khelpcenter/faq/non-kde-apps.html -share/doc/HTML/en/khelpcenter/faq/not-kde.html -share/doc/HTML/en/khelpcenter/faq/panel.html -share/doc/HTML/en/khelpcenter/faq/tips.html -share/doc/HTML/en/khelpcenter/faq/windowmanager.html -share/doc/HTML/en/khelpcenter/help-system-user-manual.html +share/doc/HTML/en/khelpcenter/faq/index.docbook.old +share/doc/HTML/en/khelpcenter/faq/install.docbook +share/doc/HTML/en/khelpcenter/faq/intro.docbook +share/doc/HTML/en/khelpcenter/faq/kdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/misc.docbook +share/doc/HTML/en/khelpcenter/faq/moreinfo.docbook +share/doc/HTML/en/khelpcenter/faq/nonkdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/notrelated.docbook +share/doc/HTML/en/khelpcenter/faq/panel.docbook +share/doc/HTML/en/khelpcenter/faq/tips.docbook +share/doc/HTML/en/khelpcenter/faq/winmng.docbook +share/doc/HTML/en/khelpcenter/glossary/common +share/doc/HTML/en/khelpcenter/glossary/index.cache.bz2 +share/doc/HTML/en/khelpcenter/glossary/index.docbook share/doc/HTML/en/khelpcenter/help.docbook +share/doc/HTML/en/khelpcenter/index.cache.bz2 share/doc/HTML/en/khelpcenter/index.docbook -share/doc/HTML/en/khelpcenter/index.html -share/doc/HTML/en/khelpcenter/interface-basics.html -share/doc/HTML/en/khelpcenter/invoking-help.html share/doc/HTML/en/khelpcenter/kdelogo2.png share/doc/HTML/en/khelpcenter/khelpcenter.png share/doc/HTML/en/khelpcenter/konq.css share/doc/HTML/en/khelpcenter/lines.png share/doc/HTML/en/khelpcenter/lines2.png share/doc/HTML/en/khelpcenter/links.docbook -share/doc/HTML/en/khelpcenter/main.html -share/doc/HTML/en/khelpcenter/no-html.html share/doc/HTML/en/khelpcenter/pointers.png -share/doc/HTML/en/khelpcenter/quickstart/.anchors -share/doc/HTML/en/khelpcenter/quickstart/advanced-topics.html -share/doc/HTML/en/khelpcenter/quickstart/an-overview-of-kde.html -share/doc/HTML/en/khelpcenter/quickstart/archives-and-networks.html share/doc/HTML/en/khelpcenter/quickstart/common -share/doc/HTML/en/khelpcenter/quickstart/configuration-modules.html -share/doc/HTML/en/khelpcenter/quickstart/configure.html -share/doc/HTML/en/khelpcenter/quickstart/credits.html +share/doc/HTML/en/khelpcenter/quickstart/index.cache.bz2 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/kde-an-exciting-journey.html -share/doc/HTML/en/khelpcenter/quickstart/launching-applications.html -share/doc/HTML/en/khelpcenter/quickstart/logging-out.html -share/doc/HTML/en/khelpcenter/quickstart/managing-your-files.html -share/doc/HTML/en/khelpcenter/quickstart/ready-set-go.html -share/doc/HTML/en/khelpcenter/quickstart/using-taskbar.html -share/doc/HTML/en/khelpcenter/quickstart/using-templates.html -share/doc/HTML/en/khelpcenter/quickstart/using-v-desktops.html -share/doc/HTML/en/khelpcenter/quickstart/want-command-line-back.html -share/doc/HTML/en/khelpcenter/quickstart/working-with-windows.html share/doc/HTML/en/khelpcenter/shadow1.png share/doc/HTML/en/khelpcenter/support.docbook -share/doc/HTML/en/khelpcenter/supporting-kde-financial-support.html -share/doc/HTML/en/khelpcenter/supporting-kde-get-started.html -share/doc/HTML/en/khelpcenter/supporting-kde.html -share/doc/HTML/en/khelpcenter/userguide/.anchors -share/doc/HTML/en/khelpcenter/userguide/about-this-preview.html -share/doc/HTML/en/khelpcenter/userguide/adding-programs.html -share/doc/HTML/en/khelpcenter/userguide/all-about-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html share/doc/HTML/en/khelpcenter/userguide/common -share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/desktop-components.html -share/doc/HTML/en/khelpcenter/userguide/docu-staff.html -share/doc/HTML/en/khelpcenter/userguide/entertainment-applications.html -share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html -share/doc/HTML/en/khelpcenter/userguide/first-impressions.html -share/doc/HTML/en/khelpcenter/userguide/frequently-asked-questions.html -share/doc/HTML/en/khelpcenter/userguide/getting-kde.html -share/doc/HTML/en/khelpcenter/userguide/getting-started.html -share/doc/HTML/en/khelpcenter/userguide/graphical-applications.html +share/doc/HTML/en/khelpcenter/userguide/index.cache.bz2 share/doc/HTML/en/khelpcenter/userguide/index.docbook -share/doc/HTML/en/khelpcenter/userguide/index.html -share/doc/HTML/en/khelpcenter/userguide/installation.html -share/doc/HTML/en/khelpcenter/userguide/installing-debian.html -share/doc/HTML/en/khelpcenter/userguide/introduction.html -share/doc/HTML/en/khelpcenter/userguide/kdeadmin-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdebase-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdepim-applications.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/license.html -share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms.html -share/doc/HTML/en/khelpcenter/userguide/more-help.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/multimedia-applications.html -share/doc/HTML/en/khelpcenter/userguide/network-applications.html -share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html -share/doc/HTML/en/khelpcenter/userguide/shortcuts.html -share/doc/HTML/en/khelpcenter/userguide/source-distribution.html -share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html -share/doc/HTML/en/khelpcenter/userguide/suse-install.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-templates.html -share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html -share/doc/HTML/en/khelpcenter/userguide/utility-applications.html -share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html -share/doc/HTML/en/khelpcenter/visualdict/.anchors share/doc/HTML/en/khelpcenter/visualdict/common -share/doc/HTML/en/khelpcenter/visualdict/credits.html +share/doc/HTML/en/khelpcenter/visualdict/index.cache.bz2 share/doc/HTML/en/khelpcenter/visualdict/index.docbook -share/doc/HTML/en/khelpcenter/visualdict/index.html share/doc/HTML/en/khelpcenter/visualdict/pict1.png share/doc/HTML/en/khelpcenter/visualdict/pict10.png share/doc/HTML/en/khelpcenter/visualdict/pict11.png @@ -1422,77 +1484,58 @@ share/doc/HTML/en/khelpcenter/visualdict/pict6.png share/doc/HTML/en/khelpcenter/visualdict/pict7.png share/doc/HTML/en/khelpcenter/visualdict/pict8.png share/doc/HTML/en/khelpcenter/visualdict/pict9.png -share/doc/HTML/en/khelpcenter/visualdict/visual-dictionary.html -share/doc/HTML/en/khelpcenter/web.html -share/doc/HTML/en/khelpcenter/welcome-to-kde.html share/doc/HTML/en/khelpcenter/welcome.docbook -share/doc/HTML/en/khelpcenter/what-is-kde-the-desktop.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-development-framework.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-office-suite.html -share/doc/HTML/en/khelpcenter/what-is-kde.html share/doc/HTML/en/khelpcenter/whatiskde.docbook -share/doc/HTML/en/kicker/.anchors -share/doc/HTML/en/kicker/applets.html -share/doc/HTML/en/kicker/application-group.html -share/doc/HTML/en/kicker/basics.html -share/doc/HTML/en/kicker/browsers.html -share/doc/HTML/en/kicker/child-panel-extension.html -share/doc/HTML/en/kicker/clock-applet.html -share/doc/HTML/en/kicker/commands.html +share/doc/HTML/en/kicker/bookmarks_icon.png share/doc/HTML/en/kicker/common -share/doc/HTML/en/kicker/compilation.html -share/doc/HTML/en/kicker/configuration.html -share/doc/HTML/en/kicker/configuring-apps.html -share/doc/HTML/en/kicker/configuring.html -share/doc/HTML/en/kicker/credits.html -share/doc/HTML/en/kicker/dock-application-bar-extension.html -share/doc/HTML/en/kicker/extensions.html -share/doc/HTML/en/kicker/faq.html +share/doc/HTML/en/kicker/desktop_icon.png +share/doc/HTML/en/kicker/index.cache.bz2 share/doc/HTML/en/kicker/index.docbook -share/doc/HTML/en/kicker/index.html -share/doc/HTML/en/kicker/installation.html -share/doc/HTML/en/kicker/introduction.html -share/doc/HTML/en/kicker/k-menu.html share/doc/HTML/en/kicker/k_menu_icon.png -share/doc/HTML/en/kicker/kasbar-extension.html -share/doc/HTML/en/kicker/kfind-advanced.html -share/doc/HTML/en/kicker/kfind-date-range.html -share/doc/HTML/en/kicker/kfind.html -share/doc/HTML/en/kicker/launcher-applet.html -share/doc/HTML/en/kicker/most-recently-group.html -share/doc/HTML/en/kicker/naughty-applet.html -share/doc/HTML/en/kicker/pager-applet.html -share/doc/HTML/en/kicker/panel-applets.html -share/doc/HTML/en/kicker/panel-buttons.html -share/doc/HTML/en/kicker/panel-looknfeel.html -share/doc/HTML/en/kicker/panel-menus.html -share/doc/HTML/en/kicker/requirements.html -share/doc/HTML/en/kicker/run-applet.html -share/doc/HTML/en/kicker/run-command.html +share/doc/HTML/en/kicker/recent_docs_icon.png share/doc/HTML/en/kicker/screenshot_left.png share/doc/HTML/en/kicker/screenshot_right.png -share/doc/HTML/en/kicker/systemtray-applet.html -share/doc/HTML/en/kicker/using-kicker.html +share/doc/HTML/en/kicker/taskbar_group.png +share/doc/HTML/en/kicker/terminals_icon.png share/doc/HTML/en/kicker/windowlist_icon.png -share/doc/HTML/en/klipper/.anchors -share/doc/HTML/en/klipper/actions.html +share/doc/HTML/en/kioslave/audiocd.docbook +share/doc/HTML/en/kioslave/bzip.docbook +share/doc/HTML/en/kioslave/bzip2.docbook +share/doc/HTML/en/kioslave/common +share/doc/HTML/en/kioslave/file.docbook +share/doc/HTML/en/kioslave/finger.docbook +share/doc/HTML/en/kioslave/floppy.docbook +share/doc/HTML/en/kioslave/ftp.docbook +share/doc/HTML/en/kioslave/gopher.docbook +share/doc/HTML/en/kioslave/gzip.docbook +share/doc/HTML/en/kioslave/help.docbook +share/doc/HTML/en/kioslave/http.docbook +share/doc/HTML/en/kioslave/https.docbook +share/doc/HTML/en/kioslave/imap.docbook +share/doc/HTML/en/kioslave/imaps.docbook +share/doc/HTML/en/kioslave/index.cache.bz2 +share/doc/HTML/en/kioslave/index.docbook +share/doc/HTML/en/kioslave/info.docbook +share/doc/HTML/en/kioslave/lan.docbook +share/doc/HTML/en/kioslave/ldap.docbook +share/doc/HTML/en/kioslave/mailto.docbook +share/doc/HTML/en/kioslave/man.docbook +share/doc/HTML/en/kioslave/news.docbook +share/doc/HTML/en/kioslave/nfs.docbook +share/doc/HTML/en/kioslave/nntp.docbook +share/doc/HTML/en/kioslave/pop3.docbook +share/doc/HTML/en/kioslave/pop3s.docbook +share/doc/HTML/en/kioslave/rlan.docbook +share/doc/HTML/en/kioslave/rlogin.docbook +share/doc/HTML/en/kioslave/smb.docbook +share/doc/HTML/en/kioslave/tar.docbook +share/doc/HTML/en/kioslave/telnet.docbook +share/doc/HTML/en/kioslave/thumbnail.docbook share/doc/HTML/en/klipper/common -share/doc/HTML/en/klipper/compilation.html -share/doc/HTML/en/klipper/configuration.html -share/doc/HTML/en/klipper/credits.html +share/doc/HTML/en/klipper/index.cache.bz2 share/doc/HTML/en/klipper/index.docbook -share/doc/HTML/en/klipper/index.html -share/doc/HTML/en/klipper/installation.html -share/doc/HTML/en/klipper/introduction.html -share/doc/HTML/en/klipper/requirements.html share/doc/HTML/en/klipper/screenshot.png -share/doc/HTML/en/klipper/using-klipper.html -share/doc/HTML/en/kmenuedit/.anchors share/doc/HTML/en/kmenuedit/common -share/doc/HTML/en/kmenuedit/compilation.html -share/doc/HTML/en/kmenuedit/credits.html -share/doc/HTML/en/kmenuedit/details-advanced.html -share/doc/HTML/en/kmenuedit/glossary.html share/doc/HTML/en/kmenuedit/i_copy.png share/doc/HTML/en/kmenuedit/i_cut.png share/doc/HTML/en/kmenuedit/i_delete.png @@ -1502,163 +1545,141 @@ share/doc/HTML/en/kmenuedit/i_new_submenu.png share/doc/HTML/en/kmenuedit/i_paste.png share/doc/HTML/en/kmenuedit/icon_sets.png share/doc/HTML/en/kmenuedit/icons.png +share/doc/HTML/en/kmenuedit/index.cache.bz2 share/doc/HTML/en/kmenuedit/index.docbook -share/doc/HTML/en/kmenuedit/index.html -share/doc/HTML/en/kmenuedit/installation.html -share/doc/HTML/en/kmenuedit/introduction.html -share/doc/HTML/en/kmenuedit/menu-reference.html -share/doc/HTML/en/kmenuedit/using-kmenuedit.html -share/doc/HTML/en/konqueror/.anchors -share/doc/HTML/en/konqueror/basics.html -share/doc/HTML/en/konqueror/bookmarks.html -share/doc/HTML/en/konqueror/browser.html -share/doc/HTML/en/konqueror/bubble.html share/doc/HTML/en/konqueror/cmndline.png -share/doc/HTML/en/konqueror/commandline.html -share/doc/HTML/en/konqueror/commands.html share/doc/HTML/en/konqueror/common -share/doc/HTML/en/konqueror/config.html -share/doc/HTML/en/konqueror/configfm.html -share/doc/HTML/en/konqueror/configure-browser.html -share/doc/HTML/en/konqueror/configure-enhanced-browsing.html -share/doc/HTML/en/konqueror/configure-proxy.html -share/doc/HTML/en/konqueror/configure-user-agent.html -share/doc/HTML/en/konqueror/cookies.html -share/doc/HTML/en/konqueror/credits.html -share/doc/HTML/en/konqueror/crypto.html -share/doc/HTML/en/konqueror/deleting.html share/doc/HTML/en/konqueror/dirtree.png share/doc/HTML/en/konqueror/dragdrop.png -share/doc/HTML/en/konqueror/faq.html -share/doc/HTML/en/konqueror/file-associations.html -share/doc/HTML/en/konqueror/filemanager.html share/doc/HTML/en/konqueror/filetype1.png share/doc/HTML/en/konqueror/filetype3.png share/doc/HTML/en/konqueror/filetype4.png -share/doc/HTML/en/konqueror/ftp.html +share/doc/HTML/en/konqueror/index.cache.bz2 share/doc/HTML/en/konqueror/index.docbook -share/doc/HTML/en/konqueror/index.html -share/doc/HTML/en/konqueror/installation.html share/doc/HTML/en/konqueror/konqorg.png -share/doc/HTML/en/konqueror/lmb-mmb.html -share/doc/HTML/en/konqueror/making.html -share/doc/HTML/en/konqueror/man-info.html -share/doc/HTML/en/konqueror/moving.html -share/doc/HTML/en/konqueror/multiple.html -share/doc/HTML/en/konqueror/newname.html -share/doc/HTML/en/konqueror/parts.html share/doc/HTML/en/konqueror/parts.png -share/doc/HTML/en/konqueror/plugin.html -share/doc/HTML/en/konqueror/rmb-menus.html share/doc/HTML/en/konqueror/samba.png -share/doc/HTML/en/konqueror/save-print-web.html -share/doc/HTML/en/konqueror/save-settings.html -share/doc/HTML/en/konqueror/surf.html -share/doc/HTML/en/konsole/.anchors -share/doc/HTML/en/konsole/command-line-options.html share/doc/HTML/en/konsole/common -share/doc/HTML/en/konsole/credits.html -share/doc/HTML/en/konsole/history-option.html +share/doc/HTML/en/konsole/index.cache.bz2 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/konsole.png share/doc/HTML/en/konsole/konsole1.gif share/doc/HTML/en/konsole/konsole2.gif -share/doc/HTML/en/konsole/menubar.html -share/doc/HTML/en/konsole/mousebuttons.html share/doc/HTML/en/konsole/techref.html -share/doc/HTML/en/konsole/toolbar.html -share/doc/HTML/en/konsole/use-of-konsole.html share/doc/HTML/en/konsole/vt100.gif -share/doc/HTML/en/kpager/.anchors -share/doc/HTML/en/kpager/commands.html share/doc/HTML/en/kpager/common -share/doc/HTML/en/kpager/compilation.html -share/doc/HTML/en/kpager/credits.html -share/doc/HTML/en/kpager/faq.html +share/doc/HTML/en/kpager/index.cache.bz2 share/doc/HTML/en/kpager/index.docbook -share/doc/HTML/en/kpager/index.html -share/doc/HTML/en/kpager/installation.html -share/doc/HTML/en/kpager/introduction.html -share/doc/HTML/en/kpager/kapp-settings.html -share/doc/HTML/en/kpager/requirements.html share/doc/HTML/en/kpager/screenshot.png share/doc/HTML/en/kpager/settings.png -share/doc/HTML/en/kpager/using-kapp.html -share/doc/HTML/en/ksysguard/.anchors share/doc/HTML/en/ksysguard/common -share/doc/HTML/en/ksysguard/compilationandinstallation.html -share/doc/HTML/en/ksysguard/credits-and-licenses.html +share/doc/HTML/en/ksysguard/index.cache.bz2 share/doc/HTML/en/ksysguard/index.docbook -share/doc/HTML/en/ksysguard/index.html -share/doc/HTML/en/ksysguard/installation.html -share/doc/HTML/en/ksysguard/introduction.html -share/doc/HTML/en/ksysguard/requirements.html -share/doc/HTML/en/ksysguard/the-sensor-browser.html -share/doc/HTML/en/ksysguard/the-workspace.html -share/doc/HTML/en/ksysguard/usingtheksysguard.html -share/doc/HTML/en/kwrite/.anchors -share/doc/HTML/en/kwrite/command-line-options.html share/doc/HTML/en/kwrite/common -share/doc/HTML/en/kwrite/credits.html -share/doc/HTML/en/kwrite/edit.html -share/doc/HTML/en/kwrite/go.html -share/doc/HTML/en/kwrite/help.html +share/doc/HTML/en/kwrite/index.cache.bz2 share/doc/HTML/en/kwrite/index.docbook -share/doc/HTML/en/kwrite/index.html -share/doc/HTML/en/kwrite/installation.html -share/doc/HTML/en/kwrite/introduction.html -share/doc/HTML/en/kwrite/keybindings.html -share/doc/HTML/en/kwrite/on-screen-fundamentals.html -share/doc/HTML/en/kwrite/pref-dialog.html -share/doc/HTML/en/kwrite/pref-edit.html -share/doc/HTML/en/kwrite/pref-highlighting.html -share/doc/HTML/en/kwrite/pref-indent.html -share/doc/HTML/en/kwrite/pref-select.html -share/doc/HTML/en/kwrite/prefspellchecker.html -share/doc/HTML/en/kwrite/settings.html -share/doc/HTML/en/kwrite/the-menu-entries.html -share/doc/HTML/en/kwrite/tools.html -share/doc/HTML/en/no-html.html share/fonts/9x15.pcf.gz share/fonts/console8x16.pcf.gz share/fonts/console8x8.pcf.gz share/fonts/fonts.dir share/fonts/override/fonts.dir +share/icons/hicolor/16x16/actions/view_choose.png +share/icons/hicolor/16x16/actions/view_detailed.png +share/icons/hicolor/16x16/actions/view_icon.png +share/icons/hicolor/16x16/actions/view_multicolumn.png +share/icons/hicolor/16x16/actions/view_text.png +share/icons/hicolor/16x16/actions/view_tree.png +share/icons/hicolor/16x16/apps/access.png +share/icons/hicolor/16x16/apps/acroread.png +share/icons/hicolor/16x16/apps/agent.png +share/icons/hicolor/16x16/apps/alevt.png +share/icons/hicolor/16x16/apps/applixware.png +share/icons/hicolor/16x16/apps/arts.png share/icons/hicolor/16x16/apps/background.png share/icons/hicolor/16x16/apps/bell.png +share/icons/hicolor/16x16/apps/blender.png +share/icons/hicolor/16x16/apps/clock.png +share/icons/hicolor/16x16/apps/colors.png share/icons/hicolor/16x16/apps/cookie.png +share/icons/hicolor/16x16/apps/date.png +share/icons/hicolor/16x16/apps/designer.png +share/icons/hicolor/16x16/apps/dlgedit.png +share/icons/hicolor/16x16/apps/emacs.png share/icons/hicolor/16x16/apps/email.png share/icons/hicolor/16x16/apps/energy.png +share/icons/hicolor/16x16/apps/energy_star.png share/icons/hicolor/16x16/apps/enhanced_browsing.png +share/icons/hicolor/16x16/apps/filetypes.png +share/icons/hicolor/16x16/apps/fonts.png +share/icons/hicolor/16x16/apps/gimp.png share/icons/hicolor/16x16/apps/go.png +share/icons/hicolor/16x16/apps/gv.png +share/icons/hicolor/16x16/apps/gvim.png +share/icons/hicolor/16x16/apps/help_index.png share/icons/hicolor/16x16/apps/hwinfo.png +share/icons/hicolor/16x16/apps/icons.png +share/icons/hicolor/16x16/apps/iconthemes.png share/icons/hicolor/16x16/apps/input_devices_settings.png +share/icons/hicolor/16x16/apps/kaddressbook.png share/icons/hicolor/16x16/apps/kappfinder.png +share/icons/hicolor/16x16/apps/kate.png +share/icons/hicolor/16x16/apps/kcmdevices.png +share/icons/hicolor/16x16/apps/kcmkicker.png share/icons/hicolor/16x16/apps/kcmkwm.png +share/icons/hicolor/16x16/apps/kcmmemory.png +share/icons/hicolor/16x16/apps/kcmmidi.png +share/icons/hicolor/16x16/apps/kcmpartitions.png +share/icons/hicolor/16x16/apps/kcmpci.png +share/icons/hicolor/16x16/apps/kcmprocessor.png +share/icons/hicolor/16x16/apps/kcmscsi.png +share/icons/hicolor/16x16/apps/kcmsound.png share/icons/hicolor/16x16/apps/kcmsystem.png +share/icons/hicolor/16x16/apps/kcmx.png share/icons/hicolor/16x16/apps/kcontrol.png +share/icons/hicolor/16x16/apps/kdeprintfax.png share/icons/hicolor/16x16/apps/kdisknav.png +share/icons/hicolor/16x16/apps/kdmconfig.png share/icons/hicolor/16x16/apps/keditbookmarks.png +share/icons/hicolor/16x16/apps/key_bindings.png +share/icons/hicolor/16x16/apps/keyboard.png +share/icons/hicolor/16x16/apps/keyboard_layout.png share/icons/hicolor/16x16/apps/kfm.png share/icons/hicolor/16x16/apps/kfm_home.png share/icons/hicolor/16x16/apps/khelpcenter.png +share/icons/hicolor/16x16/apps/kicker.png +share/icons/hicolor/16x16/apps/kjobviewer.png share/icons/hicolor/16x16/apps/klipper.png +share/icons/hicolor/16x16/apps/kmenuedit.png +share/icons/hicolor/16x16/apps/knotify.png share/icons/hicolor/16x16/apps/konqueror.png share/icons/hicolor/16x16/apps/konsole.png +share/icons/hicolor/16x16/apps/kpager.png +share/icons/hicolor/16x16/apps/kpersonalizer.png share/icons/hicolor/16x16/apps/kscreensaver.png share/icons/hicolor/16x16/apps/ksysguard.png +share/icons/hicolor/16x16/apps/kthememgr.png share/icons/hicolor/16x16/apps/ktip.png +share/icons/hicolor/16x16/apps/kwin.png share/icons/hicolor/16x16/apps/kwrite.png +share/icons/hicolor/16x16/apps/licq.png share/icons/hicolor/16x16/apps/locale.png share/icons/hicolor/16x16/apps/looknfeel.png +share/icons/hicolor/16x16/apps/lyx.png +share/icons/hicolor/16x16/apps/mathematica.png +share/icons/hicolor/16x16/apps/mouse.png +share/icons/hicolor/16x16/apps/mozilla.png share/icons/hicolor/16x16/apps/multimedia.png +share/icons/hicolor/16x16/apps/nedit.png share/icons/hicolor/16x16/apps/netscape.png share/icons/hicolor/16x16/apps/package_applications.png share/icons/hicolor/16x16/apps/package_development.png share/icons/hicolor/16x16/apps/package_editors.png +share/icons/hicolor/16x16/apps/package_favourite.png +share/icons/hicolor/16x16/apps/package_games.png +share/icons/hicolor/16x16/apps/package_games_arcade.png +share/icons/hicolor/16x16/apps/package_games_board.png +share/icons/hicolor/16x16/apps/package_games_card.png +share/icons/hicolor/16x16/apps/package_games_strategy.png share/icons/hicolor/16x16/apps/package_graphics.png share/icons/hicolor/16x16/apps/package_multimedia.png share/icons/hicolor/16x16/apps/package_network.png @@ -1667,25 +1688,41 @@ share/icons/hicolor/16x16/apps/package_system.png share/icons/hicolor/16x16/apps/package_toys.png share/icons/hicolor/16x16/apps/package_utilities.png share/icons/hicolor/16x16/apps/package_wordprocessing.png +share/icons/hicolor/16x16/apps/panel.png +share/icons/hicolor/16x16/apps/panel_settings.png +share/icons/hicolor/16x16/apps/password.png +share/icons/hicolor/16x16/apps/penguin.png +share/icons/hicolor/16x16/apps/personal.png +share/icons/hicolor/16x16/apps/plan.png +share/icons/hicolor/16x16/apps/printmgr.png +share/icons/hicolor/16x16/apps/proxy.png share/icons/hicolor/16x16/apps/pybliographic.png share/icons/hicolor/16x16/apps/realplayer.png share/icons/hicolor/16x16/apps/remote.png share/icons/hicolor/16x16/apps/samba.png share/icons/hicolor/16x16/apps/style.png +share/icons/hicolor/16x16/apps/stylesheet.png +share/icons/hicolor/16x16/apps/terminal.png +share/icons/hicolor/16x16/apps/usb.png +share/icons/hicolor/16x16/apps/wabi.png share/icons/hicolor/16x16/apps/window_list.png -share/icons/hicolor/16x16/devices/3floppy_mount.png -share/icons/hicolor/16x16/devices/3floppy_unmount.png -share/icons/hicolor/16x16/devices/cdaudio_mount.png -share/icons/hicolor/16x16/devices/cdaudio_unmount.png -share/icons/hicolor/16x16/devices/cdrom_mount.png -share/icons/hicolor/16x16/devices/cdrom_unmount.png -share/icons/hicolor/16x16/devices/dvd_mount.png -share/icons/hicolor/16x16/devices/dvd_unmount.png -share/icons/hicolor/16x16/devices/hdd_mount.png -share/icons/hicolor/16x16/devices/hdd_unmount.png -share/icons/hicolor/16x16/devices/nfs_mount.png -share/icons/hicolor/16x16/devices/nfs_unmount.png -share/icons/hicolor/16x16/devices/printer1.png +share/icons/hicolor/16x16/apps/winprops.png +share/icons/hicolor/16x16/apps/wp.png +share/icons/hicolor/16x16/apps/xcalc.png +share/icons/hicolor/16x16/apps/xclipboard.png +share/icons/hicolor/16x16/apps/xclock.png +share/icons/hicolor/16x16/apps/xconsole.png +share/icons/hicolor/16x16/apps/xedit.png +share/icons/hicolor/16x16/apps/xemacs.png +share/icons/hicolor/16x16/apps/xeyes.png +share/icons/hicolor/16x16/apps/xfig.png +share/icons/hicolor/16x16/apps/xfmail.png +share/icons/hicolor/16x16/apps/xload.png +share/icons/hicolor/16x16/apps/xmag.png +share/icons/hicolor/16x16/apps/xmms.png +share/icons/hicolor/16x16/apps/xosview.png +share/icons/hicolor/16x16/apps/xpaint.png +share/icons/hicolor/16x16/apps/xv.png share/icons/hicolor/16x16/filesystems/file_important.png share/icons/hicolor/16x16/filesystems/folder_important.png share/icons/hicolor/22x22/actions/view_choose.png @@ -1703,27 +1740,41 @@ share/icons/hicolor/32x32/actions/view_tree.png share/icons/hicolor/32x32/apps/access.png share/icons/hicolor/32x32/apps/acroread.png share/icons/hicolor/32x32/apps/agent.png +share/icons/hicolor/32x32/apps/alevt.png +share/icons/hicolor/32x32/apps/applixware.png +share/icons/hicolor/32x32/apps/background.png share/icons/hicolor/32x32/apps/bell.png share/icons/hicolor/32x32/apps/blender.png +share/icons/hicolor/32x32/apps/clanbomber.png share/icons/hicolor/32x32/apps/clock.png share/icons/hicolor/32x32/apps/colors.png share/icons/hicolor/32x32/apps/cookie.png share/icons/hicolor/32x32/apps/date.png share/icons/hicolor/32x32/apps/designer.png +share/icons/hicolor/32x32/apps/dlgedit.png share/icons/hicolor/32x32/apps/emacs.png share/icons/hicolor/32x32/apps/email.png share/icons/hicolor/32x32/apps/energy.png +share/icons/hicolor/32x32/apps/energy_star.png share/icons/hicolor/32x32/apps/enhanced_browsing.png +share/icons/hicolor/32x32/apps/error.png share/icons/hicolor/32x32/apps/filetypes.png share/icons/hicolor/32x32/apps/fonts.png +share/icons/hicolor/32x32/apps/gimp.png share/icons/hicolor/32x32/apps/go.png +share/icons/hicolor/32x32/apps/gv.png +share/icons/hicolor/32x32/apps/gvim.png share/icons/hicolor/32x32/apps/help_index.png share/icons/hicolor/32x32/apps/hwinfo.png share/icons/hicolor/32x32/apps/icons.png share/icons/hicolor/32x32/apps/iconthemes.png +share/icons/hicolor/32x32/apps/input_devices_settings.png +share/icons/hicolor/32x32/apps/kaddressbook.png share/icons/hicolor/32x32/apps/kappfinder.png +share/icons/hicolor/32x32/apps/kate.png share/icons/hicolor/32x32/apps/kcmdevices.png share/icons/hicolor/32x32/apps/kcmdrkonqi.png +share/icons/hicolor/32x32/apps/kcmkicker.png share/icons/hicolor/32x32/apps/kcmkwm.png share/icons/hicolor/32x32/apps/kcmmemory.png share/icons/hicolor/32x32/apps/kcmmidi.png @@ -1735,36 +1786,48 @@ share/icons/hicolor/32x32/apps/kcmsound.png share/icons/hicolor/32x32/apps/kcmsystem.png share/icons/hicolor/32x32/apps/kcmx.png share/icons/hicolor/32x32/apps/kcontrol.png +share/icons/hicolor/32x32/apps/kdeprintfax.png share/icons/hicolor/32x32/apps/kdisknav.png share/icons/hicolor/32x32/apps/kdmconfig.png share/icons/hicolor/32x32/apps/keditbookmarks.png share/icons/hicolor/32x32/apps/key_bindings.png +share/icons/hicolor/32x32/apps/keyboard.png share/icons/hicolor/32x32/apps/keyboard_layout.png share/icons/hicolor/32x32/apps/kfm.png share/icons/hicolor/32x32/apps/kfm_home.png share/icons/hicolor/32x32/apps/khelpcenter.png +share/icons/hicolor/32x32/apps/kjobviewer.png share/icons/hicolor/32x32/apps/klipper.png share/icons/hicolor/32x32/apps/kmenuedit.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/kpager.png +share/icons/hicolor/32x32/apps/kpersonalizer.png share/icons/hicolor/32x32/apps/kscreensaver.png share/icons/hicolor/32x32/apps/ksysguard.png share/icons/hicolor/32x32/apps/kthememgr.png share/icons/hicolor/32x32/apps/ktip.png share/icons/hicolor/32x32/apps/kwin.png share/icons/hicolor/32x32/apps/kwrite.png +share/icons/hicolor/32x32/apps/licq.png share/icons/hicolor/32x32/apps/locale.png share/icons/hicolor/32x32/apps/looknfeel.png +share/icons/hicolor/32x32/apps/lyx.png +share/icons/hicolor/32x32/apps/mathematica.png share/icons/hicolor/32x32/apps/mouse.png share/icons/hicolor/32x32/apps/multimedia.png +share/icons/hicolor/32x32/apps/nedit.png share/icons/hicolor/32x32/apps/netscape.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_games_arcade.png +share/icons/hicolor/32x32/apps/package_games_board.png +share/icons/hicolor/32x32/apps/package_games_card.png +share/icons/hicolor/32x32/apps/package_games_strategy.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 @@ -1774,44 +1837,41 @@ share/icons/hicolor/32x32/apps/package_toys.png share/icons/hicolor/32x32/apps/package_utilities.png share/icons/hicolor/32x32/apps/package_wordprocessing.png share/icons/hicolor/32x32/apps/password.png +share/icons/hicolor/32x32/apps/penguin.png +share/icons/hicolor/32x32/apps/personal.png +share/icons/hicolor/32x32/apps/plan.png +share/icons/hicolor/32x32/apps/printmgr.png share/icons/hicolor/32x32/apps/proxy.png share/icons/hicolor/32x32/apps/pybliographic.png +share/icons/hicolor/32x32/apps/pysol.png share/icons/hicolor/32x32/apps/realplayer.png +share/icons/hicolor/32x32/apps/samba.png share/icons/hicolor/32x32/apps/style.png +share/icons/hicolor/32x32/apps/stylesheet.png share/icons/hicolor/32x32/apps/terminal.png +share/icons/hicolor/32x32/apps/usb.png +share/icons/hicolor/32x32/apps/wabi.png share/icons/hicolor/32x32/apps/window_list.png share/icons/hicolor/32x32/apps/winprops.png +share/icons/hicolor/32x32/apps/wp.png +share/icons/hicolor/32x32/apps/x.png share/icons/hicolor/32x32/apps/xapp.png share/icons/hicolor/32x32/apps/xawtv.png +share/icons/hicolor/32x32/apps/xcalc.png +share/icons/hicolor/32x32/apps/xclipboard.png +share/icons/hicolor/32x32/apps/xclock.png +share/icons/hicolor/32x32/apps/xconsole.png share/icons/hicolor/32x32/apps/xedit.png share/icons/hicolor/32x32/apps/xemacs.png +share/icons/hicolor/32x32/apps/xeyes.png +share/icons/hicolor/32x32/apps/xfig.png +share/icons/hicolor/32x32/apps/xfmail.png +share/icons/hicolor/32x32/apps/xload.png share/icons/hicolor/32x32/apps/xmag.png +share/icons/hicolor/32x32/apps/xmms.png +share/icons/hicolor/32x32/apps/xosview.png +share/icons/hicolor/32x32/apps/xpaint.png share/icons/hicolor/32x32/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/32x32/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/32x32/devices/dvd_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/nfs_mount.png -share/icons/hicolor/32x32/devices/nfs_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/32x32/filesystems/file_important.png share/icons/hicolor/32x32/filesystems/folder_important.png share/icons/hicolor/48x48/apps/access.png @@ -1826,6 +1886,7 @@ share/icons/hicolor/48x48/apps/designer.png share/icons/hicolor/48x48/apps/emacs.png share/icons/hicolor/48x48/apps/email.png share/icons/hicolor/48x48/apps/energy.png +share/icons/hicolor/48x48/apps/energy_star.png share/icons/hicolor/48x48/apps/enhanced_browsing.png share/icons/hicolor/48x48/apps/filetypes.png share/icons/hicolor/48x48/apps/fonts.png @@ -1836,7 +1897,9 @@ share/icons/hicolor/48x48/apps/help_index.png share/icons/hicolor/48x48/apps/hwinfo.png share/icons/hicolor/48x48/apps/icons.png share/icons/hicolor/48x48/apps/iconthemes.png +share/icons/hicolor/48x48/apps/input_devices_settings.png share/icons/hicolor/48x48/apps/kappfinder.png +share/icons/hicolor/48x48/apps/kate.png share/icons/hicolor/48x48/apps/kcmdevices.png share/icons/hicolor/48x48/apps/kcmdrkonqi.png share/icons/hicolor/48x48/apps/kcmkwm.png @@ -1868,6 +1931,7 @@ share/icons/hicolor/48x48/apps/kthememgr.png share/icons/hicolor/48x48/apps/ktip.png share/icons/hicolor/48x48/apps/kwin.png share/icons/hicolor/48x48/apps/kwrite.png +share/icons/hicolor/48x48/apps/licq.png share/icons/hicolor/48x48/apps/locale.png share/icons/hicolor/48x48/apps/looknfeel.png share/icons/hicolor/48x48/apps/mouse.png @@ -1878,6 +1942,10 @@ 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_games_arcade.png +share/icons/hicolor/48x48/apps/package_games_board.png +share/icons/hicolor/48x48/apps/package_games_card.png +share/icons/hicolor/48x48/apps/package_games_strategy.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 @@ -1887,321 +1955,24 @@ share/icons/hicolor/48x48/apps/package_toys.png share/icons/hicolor/48x48/apps/package_utilities.png share/icons/hicolor/48x48/apps/package_wordprocessing.png share/icons/hicolor/48x48/apps/password.png +share/icons/hicolor/48x48/apps/personal.png share/icons/hicolor/48x48/apps/proxy.png share/icons/hicolor/48x48/apps/remote.png share/icons/hicolor/48x48/apps/samba.png share/icons/hicolor/48x48/apps/style.png +share/icons/hicolor/48x48/apps/stylesheet.png share/icons/hicolor/48x48/apps/terminal.png +share/icons/hicolor/48x48/apps/usb.png share/icons/hicolor/48x48/apps/window_list.png share/icons/hicolor/48x48/apps/winprops.png share/icons/hicolor/48x48/apps/xedit.png share/icons/hicolor/48x48/apps/xemacs.png share/icons/hicolor/48x48/apps/xmag.png share/icons/hicolor/48x48/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/48x48/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/48x48/devices/dvd_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/nfs_mount.png -share/icons/hicolor/48x48/devices/nfs_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/hicolor/48x48/filesystems/file_important.png share/icons/hicolor/48x48/filesystems/folder_important.png -share/icons/locolor/16x16/actions/bookmark_folder.png -share/icons/locolor/16x16/actions/view_choose.png -share/icons/locolor/16x16/actions/view_detailed.png -share/icons/locolor/16x16/actions/view_icon.png -share/icons/locolor/16x16/actions/view_multicolumn.png -share/icons/locolor/16x16/actions/view_text.png -share/icons/locolor/16x16/actions/view_tree.png -share/icons/locolor/16x16/apps/access.png -share/icons/locolor/16x16/apps/acroread.png -share/icons/locolor/16x16/apps/agent.png -share/icons/locolor/16x16/apps/alevt.png -share/icons/locolor/16x16/apps/applixware.png -share/icons/locolor/16x16/apps/arts.png -share/icons/locolor/16x16/apps/background.png share/icons/locolor/16x16/apps/bell.png -share/icons/locolor/16x16/apps/blender.png -share/icons/locolor/16x16/apps/clock.png -share/icons/locolor/16x16/apps/colors.png -share/icons/locolor/16x16/apps/cookie.png -share/icons/locolor/16x16/apps/date.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/enhanced_browsing.png -share/icons/locolor/16x16/apps/filetypes.png -share/icons/locolor/16x16/apps/fonts.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/help_index.png -share/icons/locolor/16x16/apps/hwinfo.png -share/icons/locolor/16x16/apps/icons.png -share/icons/locolor/16x16/apps/iconthemes.png -share/icons/locolor/16x16/apps/input_devices_settings.png -share/icons/locolor/16x16/apps/kappfinder.png -share/icons/locolor/16x16/apps/kcmdevices.png -share/icons/locolor/16x16/apps/kcmdrkonqi.png -share/icons/locolor/16x16/apps/kcmkicker.png -share/icons/locolor/16x16/apps/kcmkwm.png -share/icons/locolor/16x16/apps/kcmmemory.png -share/icons/locolor/16x16/apps/kcmmidi.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/kcmsystem.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/keditbookmarks.png -share/icons/locolor/16x16/apps/key_bindings.png -share/icons/locolor/16x16/apps/keyboard.png -share/icons/locolor/16x16/apps/keyboard_layout.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/kicker.png -share/icons/locolor/16x16/apps/klipper.png -share/icons/locolor/16x16/apps/kmenuedit.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/kpager.png -share/icons/locolor/16x16/apps/kscreensaver.png -share/icons/locolor/16x16/apps/ksysguard.png -share/icons/locolor/16x16/apps/kthememgr.png -share/icons/locolor/16x16/apps/ktip.png -share/icons/locolor/16x16/apps/kwin.png -share/icons/locolor/16x16/apps/kwrite.png -share/icons/locolor/16x16/apps/locale.png -share/icons/locolor/16x16/apps/looknfeel.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/mozilla.png -share/icons/locolor/16x16/apps/multimedia.png -share/icons/locolor/16x16/apps/nedit.png -share/icons/locolor/16x16/apps/netscape.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/password.png -share/icons/locolor/16x16/apps/penguin.png -share/icons/locolor/16x16/apps/plan.png -share/icons/locolor/16x16/apps/proxy.png -share/icons/locolor/16x16/apps/pybliographic.png -share/icons/locolor/16x16/apps/realplayer.png -share/icons/locolor/16x16/apps/remote.png -share/icons/locolor/16x16/apps/samba.png -share/icons/locolor/16x16/apps/style.png -share/icons/locolor/16x16/apps/terminal.png -share/icons/locolor/16x16/apps/wabi.png -share/icons/locolor/16x16/apps/window_list.png -share/icons/locolor/16x16/apps/winprops.png -share/icons/locolor/16x16/apps/wp.png -share/icons/locolor/16x16/apps/xapp.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/xmag.png -share/icons/locolor/16x16/apps/xosview.png -share/icons/locolor/16x16/apps/xpaint.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/access.png -share/icons/locolor/32x32/apps/acroread.png -share/icons/locolor/32x32/apps/agent.png -share/icons/locolor/32x32/apps/alevt.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/blender.png -share/icons/locolor/32x32/apps/clanbomber.png -share/icons/locolor/32x32/apps/clock.png -share/icons/locolor/32x32/apps/colors.png -share/icons/locolor/32x32/apps/cookie.png -share/icons/locolor/32x32/apps/date.png -share/icons/locolor/32x32/apps/dlgedit.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/enhanced_browsing.png -share/icons/locolor/32x32/apps/error.png -share/icons/locolor/32x32/apps/filetypes.png -share/icons/locolor/32x32/apps/fonts.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/help_index.png -share/icons/locolor/32x32/apps/hwinfo.png -share/icons/locolor/32x32/apps/icons.png -share/icons/locolor/32x32/apps/iconthemes.png -share/icons/locolor/32x32/apps/input_devices_settings.png -share/icons/locolor/32x32/apps/kappfinder.png -share/icons/locolor/32x32/apps/kcmdevices.png -share/icons/locolor/32x32/apps/kcmdrkonqi.png -share/icons/locolor/32x32/apps/kcmkicker.png -share/icons/locolor/32x32/apps/kcmkwm.png -share/icons/locolor/32x32/apps/kcmmemory.png -share/icons/locolor/32x32/apps/kcmmidi.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/kcmsystem.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/key_bindings.png -share/icons/locolor/32x32/apps/keyboard.png -share/icons/locolor/32x32/apps/keyboard_layout.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/klipper.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/kpager.png -share/icons/locolor/32x32/apps/kscreensaver.png -share/icons/locolor/32x32/apps/ksysguard.png -share/icons/locolor/32x32/apps/kthememgr.png -share/icons/locolor/32x32/apps/ktip.png -share/icons/locolor/32x32/apps/kwin.png -share/icons/locolor/32x32/apps/kwrite.png -share/icons/locolor/32x32/apps/locale.png -share/icons/locolor/32x32/apps/looknfeel.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/multimedia.png -share/icons/locolor/32x32/apps/nedit.png -share/icons/locolor/32x32/apps/netscape.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/plan.png -share/icons/locolor/32x32/apps/proxy.png -share/icons/locolor/32x32/apps/pybliographic.png -share/icons/locolor/32x32/apps/pysol.png -share/icons/locolor/32x32/apps/realplayer.png -share/icons/locolor/32x32/apps/samba.png -share/icons/locolor/32x32/apps/style.png -share/icons/locolor/32x32/apps/terminal.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/xapp.png -share/icons/locolor/32x32/apps/xawtv.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/xload.png -share/icons/locolor/32x32/apps/xmag.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/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 @@ -2216,6 +1987,8 @@ 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/az/entry.desktop +share/locale/l10n/az/flag.png share/locale/l10n/bb/entry.desktop share/locale/l10n/bb/flag.png share/locale/l10n/be/entry.desktop @@ -2299,9 +2072,10 @@ share/locale/l10n/lv/entry.desktop share/locale/l10n/lv/flag.png share/locale/l10n/mk/entry.desktop share/locale/l10n/mk/flag.png +share/locale/l10n/mt/entry.desktop +share/locale/l10n/mt/flag.png share/locale/l10n/mx/entry.desktop share/locale/l10n/mx/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 @@ -2358,20 +2132,23 @@ share/locale/l10n/westeurope.desktop share/locale/l10n/za/entry.desktop share/locale/l10n/za/flag.png share/mimelnk/application/x-konsole.desktop +share/mimelnk/application/x-ksysguard.desktop share/mimelnk/application/x-ktheme.desktop share/services/bzip.protocol share/services/bzip2.protocol share/services/finger.protocol share/services/floppy.protocol share/services/gopher.protocol +share/services/gsthumbnail.desktop share/services/gzip.protocol -share/services/help.protocol share/services/htmlthumbnail.desktop share/services/imagethumbnail.desktop share/services/imap4.protocol share/services/imaps.protocol share/services/info.protocol share/services/kaccess.desktop +share/services/kate_component.desktop +share/services/kded/favicons.desktop share/services/kfindpart.desktop share/services/khelpcenter.desktop share/services/konq_aboutpage.desktop @@ -2379,6 +2156,7 @@ share/services/konq_detailedlistview.desktop share/services/konq_dirtree.desktop share/services/konq_iconview.desktop share/services/konq_multicolumnview.desktop +share/services/konq_sidebartng.desktop share/services/konq_textview.desktop share/services/konq_treeview.desktop share/services/konqueror.desktop @@ -2416,17 +2194,37 @@ share/services/searchproviders/realnames.desktop share/services/searchproviders/rpmfind.desktop share/services/searchproviders/seek.desktop share/services/searchproviders/thesaurus.desktop +share/services/searchproviders/vivisimo.desktop share/services/searchproviders/voila.desktop share/services/searchproviders/webster.desktop +share/services/searchproviders/whatis.desktop share/services/smb.protocol -share/services/smtp.protocol share/services/tar.protocol share/services/textthumbnail.desktop share/services/thumbnail.protocol +share/services/useragentstrings/ie401onwinnt4.desktop +share/services/useragentstrings/ie45onwinnt5.desktop +share/services/useragentstrings/ie501onwinnt5.desktop +share/services/useragentstrings/ie50onppc.desktop +share/services/useragentstrings/ie50onwin95.desktop +share/services/useragentstrings/ie55onwin98.desktop +share/services/useragentstrings/ie55onwinnt5.desktop +share/services/useragentstrings/lynxoncurrent.desktop +share/services/useragentstrings/mozm18oncurrent.desktop +share/services/useragentstrings/mozm18onwinnt4.desktop +share/services/useragentstrings/nn301oncurrent.desktop +share/services/useragentstrings/nn475oncurrent.desktop +share/services/useragentstrings/nn475onwin95.desktop +share/services/useragentstrings/nn476onppc.desktop +share/services/useragentstrings/op403onwinnt4.desktop +share/services/useragentstrings/w3moncurrent.desktop +share/services/useragentstrings/wgetoncurrent.desktop share/servicetypes/findpart.desktop +share/servicetypes/kate_servicetype.desktop share/servicetypes/konqaboutpage.desktop share/servicetypes/searchprovider.desktop share/servicetypes/thumbcreator.desktop +share/servicetypes/uasprovider.desktop share/sounds/KDE_Beep_Ahem.wav share/sounds/KDE_Beep_Beep.wav share/sounds/KDE_Beep_Bottles.wav @@ -2441,12 +2239,28 @@ share/sounds/KDE_Beep_RimShot.wav share/sounds/KDE_Beep_RingRing.wav share/sounds/KDE_Beep_ShortBeep.wav share/sounds/KDE_Beep_Yo.wav +share/sounds/KDE_Click.wav share/sounds/KDE_Close_Window.wav +share/sounds/KDE_Critical_Error.wav +share/sounds/KDE_Desktop1.wav +share/sounds/KDE_Desktop2.wav +share/sounds/KDE_Desktop3.wav +share/sounds/KDE_Desktop4.wav +share/sounds/KDE_Desktop5.wav +share/sounds/KDE_Desktop6.wav +share/sounds/KDE_Desktop7.wav +share/sounds/KDE_Desktop8.wav +share/sounds/KDE_Dialog_Appear.wav +share/sounds/KDE_Dialog_Disappear.wav +share/sounds/KDE_Error.wav share/sounds/KDE_Logout.wav +share/sounds/KDE_Notify.wav share/sounds/KDE_Startup.wav +share/sounds/KDE_Window_Close.wav share/sounds/KDE_Window_DeIconify.wav share/sounds/KDE_Window_Iconify.wav share/sounds/KDE_Window_Maximize.wav +share/sounds/KDE_Window_Open.wav share/sounds/KDE_Window_Shade_Down.wav share/sounds/KDE_Window_Shade_Up.wav share/sounds/KDE_Window_Sticky.wav @@ -2455,6 +2269,7 @@ share/sounds/KDE_Window_UnSticky.wav share/sounds/pop.wav share/templates/.source/CDROM-Device.desktop share/templates/.source/Floppy.desktop +share/templates/.source/HD.desktop share/templates/.source/HTMLFile.html share/templates/.source/Program.desktop share/templates/.source/TextFile.txt @@ -2464,6 +2279,7 @@ share/templates/HTMLFile.desktop share/templates/TextFile.desktop share/templates/linkCDROM.desktop share/templates/linkFloppy.desktop +share/templates/linkHD.desktop share/templates/linkProgram.desktop share/templates/linkURL.desktop share/wallpapers/All-Good-People-1.jpg @@ -2488,6 +2304,7 @@ share/wallpapers/Whirling_Spirit.jpg share/wallpapers/Won-Ton-Soup-3.jpg share/wallpapers/blue_angle_swirl.jpg share/wallpapers/bluegreencrisscross.jpg +share/wallpapers/default_blue.jpg share/wallpapers/gold_crinkle.jpg share/wallpapers/kdm_bg.jpg share/wallpapers/northbeach.jpg @@ -2495,11 +2312,15 @@ share/wallpapers/simple_wallpaper.jpg share/wallpapers/sunday_brunch.jpg share/wallpapers/vegetative_fog.jpg @dirrm share/wallpapers -@dirrm share/templates/.source/emptydir @dirrm share/templates/.source @dirrm share/templates @dirrm share/sounds +@dirrm share/servicetypes +@dirrm share/services/useragentstrings @dirrm share/services/searchproviders +@dirrm share/services/kded +@dirrm share/services +@dirrm share/mimelnk/application @dirrm share/locale/l10n/za @dirrm share/locale/l10n/ve @dirrm share/locale/l10n/vc @@ -2526,6 +2347,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/no @dirrm share/locale/l10n/nl @dirrm share/locale/l10n/mx +@dirrm share/locale/l10n/mt @dirrm share/locale/l10n/mk @dirrm share/locale/l10n/lv @dirrm share/locale/l10n/lu @@ -2566,6 +2388,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/bg @dirrm share/locale/l10n/be @dirrm share/locale/l10n/bb +@dirrm share/locale/l10n/az @dirrm share/locale/l10n/au @dirrm share/locale/l10n/at @dirrm share/locale/l10n/ar @@ -2573,16 +2396,18 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/C @dirrm share/locale/l10n @dirrm share/locale/C -@dirrm share/icons/locolor/32x32/devices +@dirrm share/locale @dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/16x16/devices @dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/hicolor/48x48/devices +@dirrm share/icons/hicolor/48x48/filesystems @dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/32x32/devices +@dirrm share/icons/hicolor/32x32/filesystems @dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/16x16/devices +@dirrm share/icons/hicolor/32x32/actions +@dirrm share/icons/hicolor/22x22/actions +@dirrm share/icons/hicolor/16x16/filesystems @dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16/actions @dirrm share/fonts/override @dirrm share/fonts @dirrm share/doc/HTML/en/kwrite @@ -2592,69 +2417,77 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/doc/HTML/en/konqueror @dirrm share/doc/HTML/en/kmenuedit @dirrm share/doc/HTML/en/klipper +@dirrm share/doc/HTML/en/kioslave @dirrm share/doc/HTML/en/kicker @dirrm share/doc/HTML/en/khelpcenter/visualdict @dirrm share/doc/HTML/en/khelpcenter/userguide @dirrm share/doc/HTML/en/khelpcenter/quickstart +@dirrm share/doc/HTML/en/khelpcenter/glossary @dirrm share/doc/HTML/en/khelpcenter/faq @dirrm share/doc/HTML/en/khelpcenter @dirrm share/doc/HTML/en/kdm @dirrm share/doc/HTML/en/kdesu +@dirrm share/doc/HTML/en/kdeprint @dirrm share/doc/HTML/en/kdebugdialog @dirrm share/doc/HTML/en/kcontrol +@dirrm share/doc/HTML/en/kate +@dirrm share/doc/HTML/en/kaddressbook +@dirrm share/doc/HTML/en +@dirrm share/config/kdm +@dirrm share/config @dirrm share/autostart @dirrm share/apps/naughtyapplet/pics @dirrm share/apps/naughtyapplet @dirrm share/apps/kwrite @dirrm share/apps/kwin/pics +@dirrm share/apps/kwin/icewm-themes @dirrm share/apps/kwin @dirrm share/apps/kthememgr/Themes @dirrm share/apps/kthememgr -@dirrm share/apps/ksysguard/icons/locolor/16x16/apps -@dirrm share/apps/ksysguard/icons/locolor/16x16 -@dirrm share/apps/ksysguard/icons/locolor -@dirrm share/apps/ksysguard/icons +@dirrm share/apps/ksysguard/pics @dirrm share/apps/ksysguard @dirrm share/apps/ksplash/pics/locolor @dirrm share/apps/ksplash/pics @dirrm share/apps/ksplash @dirrm share/apps/kscreensaver +@dirrm share/apps/kpersonalizer/pics +@dirrm share/apps/kpersonalizer @dirrm share/apps/konsole/pics @dirrm share/apps/konsole @dirrm share/apps/konqueror/tiles @dirrm share/apps/konqueror/profiles @dirrm share/apps/konqueror/pics -@dirrm share/apps/konqueror/icons/locolor/16x16/actions -@dirrm share/apps/konqueror/icons/locolor/16x16 -@dirrm share/apps/konqueror/icons/locolor -@dirrm share/apps/konqueror/icons/hicolor/32x32/actions -@dirrm share/apps/konqueror/icons/hicolor/32x32 -@dirrm share/apps/konqueror/icons/hicolor/22x22/actions -@dirrm share/apps/konqueror/icons/hicolor/22x22 @dirrm share/apps/konqueror/icons/hicolor/16x16/actions @dirrm share/apps/konqueror/icons/hicolor/16x16 -@dirrm share/apps/konqueror/icons/hicolor -@dirrm share/apps/konqueror/icons +@dirrm share/apps/konqueror/dirtree/services @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/about @dirrm share/apps/konqueror +@dirrm share/apps/konqsidebartng/virtual_folders/services +@dirrm share/apps/konqsidebartng/virtual_folders/remote/web +@dirrm share/apps/konqsidebartng/virtual_folders/remote/ftp +@dirrm share/apps/konqsidebartng/virtual_folders/remote +@dirrm share/apps/konqsidebartng/virtual_folders +@dirrm share/apps/konqsidebartng/entries +@dirrm share/apps/konqsidebartng/dirtree +@dirrm share/apps/konqsidebartng/add +@dirrm share/apps/konqsidebartng @dirrm share/apps/konqlistview/kpartplugins @dirrm share/apps/konqlistview @dirrm share/apps/konqiconview/kpartplugins @dirrm share/apps/konqiconview @dirrm share/apps/kmenuedit/icons/locolor/16x16/actions @dirrm share/apps/kmenuedit/icons/locolor/16x16 -@dirrm share/apps/kmenuedit/icons/locolor @dirrm share/apps/kmenuedit/icons/hicolor/32x32/actions @dirrm share/apps/kmenuedit/icons/hicolor/32x32 @dirrm share/apps/kmenuedit/icons/hicolor/22x22/actions @dirrm share/apps/kmenuedit/icons/hicolor/22x22 -@dirrm share/apps/kmenuedit/icons/hicolor -@dirrm share/apps/kmenuedit/icons @dirrm share/apps/kmenuedit +@dirrm share/apps/kjobviewer +@dirrm share/apps/kioslave @dirrm share/apps/kio_info @dirrm share/apps/kio_finger @dirrm share/apps/kicker/wallpapers @@ -2662,28 +2495,16 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kicker/pics @dirrm share/apps/kicker/icons/locolor/16x16/actions @dirrm share/apps/kicker/icons/locolor/16x16 -@dirrm share/apps/kicker/icons/locolor @dirrm share/apps/kicker/icons/hicolor/16x16/actions @dirrm share/apps/kicker/icons/hicolor/16x16 -@dirrm share/apps/kicker/icons/hicolor -@dirrm share/apps/kicker/icons @dirrm share/apps/kicker/extensions @dirrm share/apps/kicker/applets @dirrm share/apps/kicker @dirrm share/apps/khelpcenter/plugins/Tutorials @dirrm share/apps/khelpcenter/plugins -@dirrm share/apps/khelpcenter/pics -@dirrm share/apps/khelpcenter/icons/locolor/16x16/apps -@dirrm share/apps/khelpcenter/icons/locolor/16x16 -@dirrm share/apps/khelpcenter/icons/locolor -@dirrm share/apps/khelpcenter/icons -@dirrm share/apps/khelpcenter/en @dirrm share/apps/khelpcenter @dirrm share/apps/kfind/icons/locolor/22x22/actions @dirrm share/apps/kfind/icons/locolor/22x22 -@dirrm share/apps/kfind/icons/locolor -@dirrm share/apps/kfind/icons -@dirrm share/apps/kfind @dirrm share/apps/keditbookmarks @dirrm share/apps/kdm/pics/users @dirrm share/apps/kdm/pics @@ -2698,40 +2519,78 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kdesktop/patterns @dirrm share/apps/kdesktop/DesktopLinks @dirrm share/apps/kdesktop +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16/actions +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16 +@dirrm share/apps/kdeprintfax/icons/hicolor +@dirrm share/apps/kdeprintfax/icons +@dirrm share/apps/kdeprintfax @dirrm share/apps/kdcop @dirrm share/apps/kcontrol/pics @dirrm share/apps/kcontrol +@dirrm share/apps/kconf_update +@dirrm share/apps/kcmusb @dirrm share/apps/kcmlocale/pics @dirrm share/apps/kcmlocale @dirrm share/apps/kcmkeys/standard +@dirrm share/apps/kcmkeys/global @dirrm share/apps/kcmkeys +@dirrm share/apps/kcminput/pics @dirrm share/apps/kcminput +@dirrm share/apps/kcmcss @dirrm share/apps/kbookmark +@dirrm share/apps/kate/syntax +@dirrm share/apps/kate/pics +@dirrm share/apps/kate/icons/locolor/22x22/actions +@dirrm share/apps/kate/icons/locolor/22x22 +@dirrm share/apps/kate/icons/locolor/16x16/actions +@dirrm share/apps/kate/icons/locolor/16x16 +@dirrm share/apps/kate/icons/locolor +@dirrm share/apps/kate/icons/hicolor/48x48/actions +@dirrm share/apps/kate/icons/hicolor/48x48 +@dirrm share/apps/kate/icons/hicolor/32x32/actions +@dirrm share/apps/kate/icons/hicolor/32x32 +@dirrm share/apps/kate/icons/hicolor/22x22/actions +@dirrm share/apps/kate/icons/hicolor/22x22 +@dirrm share/apps/kate/icons/hicolor/16x16/actions +@dirrm share/apps/kate/icons/hicolor/16x16 +@dirrm share/apps/kate/icons/hicolor +@dirrm share/apps/kate/icons +@dirrm share/apps/kate @dirrm share/apps/kappfinder/apps/WordProcessing @dirrm share/apps/kappfinder/apps/Utilities/XUtilities @dirrm share/apps/kappfinder/apps/Utilities @dirrm share/apps/kappfinder/apps/Toys +@dirrm share/apps/kappfinder/apps/System/Terminal @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/Terminal @dirrm share/apps/kappfinder/apps/Internet @dirrm share/apps/kappfinder/apps/Graphics +@dirrm share/apps/kappfinder/apps/Games/TacticStrategy +@dirrm share/apps/kappfinder/apps/Games/Emulators +@dirrm share/apps/kappfinder/apps/Games/Card +@dirrm share/apps/kappfinder/apps/Games/Board +@dirrm share/apps/kappfinder/apps/Games/Arcade @dirrm share/apps/kappfinder/apps/Games @dirrm share/apps/kappfinder/apps/Editors @dirrm share/apps/kappfinder/apps/Development @dirrm share/apps/kappfinder/apps -@dirrm share/apps/kappfinder +@dirrm share/apps/kaddressbook/pics +@dirrm share/apps/kaddressbook @dirrm share/apps/drkonqi/presets @dirrm share/apps/drkonqi/pics @dirrm share/apps/drkonqi/debuggers @dirrm share/apps/drkonqi @dirrm share/apps/clockapplet/pics @dirrm share/apps/clockapplet +@dirrm share/applnk/ksysguard @dirrm share/applnk/WordProcessing @dirrm share/applnk/Utilities/XUtilities @dirrm share/applnk/Utilities @dirrm share/applnk/Toys +@dirrm share/applnk/System/Terminal @dirrm share/applnk/System/ScreenSavers @dirrm share/applnk/System @dirrm share/applnk/Settings/WebBrowsing @@ -2748,15 +2607,22 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/applnk/Settings/Information @dirrm share/applnk/Settings/Help @dirrm share/applnk/Settings/FileBrowsing +@dirrm share/applnk/Settings/Databases @dirrm share/applnk/Settings @dirrm share/applnk/Office @dirrm share/applnk/Multimedia +@dirrm share/applnk/Internet/Terminal @dirrm share/applnk/Internet @dirrm share/applnk/Graphics +@dirrm share/applnk/Games/TacticStrategy +@dirrm share/applnk/Games/Card +@dirrm share/applnk/Games/Board +@dirrm share/applnk/Games/Arcade @dirrm share/applnk/Games @dirrm share/applnk/Editors @dirrm share/applnk/Development @dirrm share/applnk/Applications @dirrm share/applnk/.hidden -@dirrm share/applnk +@dirrm lib/kde2 @dirrm include/kwin +@dirrm include/kate diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 0145e4410a7f..f89a4e0aafc8 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdebase -PORTVERSION= 2.1.1 +PORTVERSION= 2.2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src @@ -22,7 +22,6 @@ USE_XPM= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes - CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \ --with-qt-dir=${X11BASE} \ --without-ldap \ @@ -35,4 +34,7 @@ pre-configure: ${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in ${PERL} -pi -e "s@TIME_WITH_SYS_TIME@INVALID_FOO@g" ${WRKSRC}/kioslave/ldap/kldap.h +post-configure: + ${PERL} -pi -e "s@444@644@g" ${WRKSRC}/kdesktop/init/Templates/Makefile + .include <bsd.port.mk> diff --git a/x11/kde4-workspace/distinfo b/x11/kde4-workspace/distinfo index 51619042121d..50331624747e 100644 --- a/x11/kde4-workspace/distinfo +++ b/x11/kde4-workspace/distinfo @@ -1 +1 @@ -MD5 (kdebase-2.1.1.tar.bz2) = 3bb3204fe90f1af9e828c1b518ecc577 +MD5 (kdebase-2.2.tar.bz2) = 15e0232aa73029ac10346157b6eb079b diff --git a/x11/kde4-workspace/files/patch-ProcessList.c b/x11/kde4-workspace/files/patch-ProcessList.c deleted file mode 100644 index 8574a62341eb..000000000000 --- a/x11/kde4-workspace/files/patch-ProcessList.c +++ /dev/null @@ -1,108 +0,0 @@ ---- ksysguard/ksysguardd/FreeBSD/ProcessList.c Mon Jan 22 07:12:05 2001 -+++ ksysguard/ksysguardd/FreeBSD/ProcessList.c.new Mon Mar 5 08:56:20 2001 -@@ -29,6 +29,9 @@ - #include <sys/time.h> - #include <sys/param.h> - #include <sys/user.h> -+#if __FreeBSD_version > 500015 -+#include <sys/priority.h> -+#endif - #include <unistd.h> - #include <pwd.h> - #include <dirent.h> -@@ -162,7 +165,6 @@ - static char *statuses[] = { "idle","run","sleep","stop","zombie" }; - - ProcessInfo* ps; -- int userTime, sysTime; - struct passwd* pwent; - int mib[4]; - struct kinfo_proc p; -@@ -188,40 +190,56 @@ - if (sysctl(mib, 4, &p, &len, NULL, 0) == -1 || !len) - return -1; - -+#if __FreeBSD_version >= 500015 -+ ps->pid = p.ki_pid; -+ ps->ppid = p.ki_ppid; -+ ps->uid = p.ki_uid; -+ ps->gid = p.ki_pgid; -+ ps->priority = p.ki_pri.pri_user; -+ ps->niceLevel = p.ki_nice; -+#else - ps->pid = p.kp_proc.p_pid; - ps->ppid = p.kp_eproc.e_ppid; - ps->uid = p.kp_eproc.e_ucred.cr_uid; - ps->gid = p.kp_eproc.e_pgid; - ps->priority = p.kp_proc.p_priority; - ps->niceLevel = p.kp_proc.p_nice; -+#endif - - /* this isn't usertime -- it's total time (??) */ --#if __FreeBSD_version >= 300000 -+#if __FreeBSD_version >= 500015 -+ ps->userTime = p.ki_runtime / 10000; -+#elif __FreeBSD_version >= 300000 - ps->userTime = p.kp_proc.p_runtime / 10000; - #else -- ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100 -+ ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100; - #endif - ps->sysTime = 0; -- ps->userLoad = p.kp_proc.p_pctcpu / 100; - ps->sysLoad = 0; - -- /* memory */ -- ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -- p.kp_eproc.e_vm.vm_dsize + -- p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -- ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -- -- /* process name */ -- strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -- ps->name[sizeof(ps->name)-1]='\0'; -- -- /* find out user name with the process uid */ -- pwent = getpwuid(ps->uid); -+ /* memory, process name, process uid */ -+ /* find out user name with process uid */ -+ pwent = getpwuid(ps->uid); - strncpy(ps->userName,pwent&&pwent->pw_name? pwent->pw_name:"????",sizeof(ps->userName)); -- ps->userName[sizeof(ps->userName)-1]='\0'; -- -- /* status, a character, not a number */ -- strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+ ps->userName[sizeof(ps->userName)-1]='\0'; -+ -+#if __FreeBSD_version >= 500015 -+ ps->userLoad = p.ki_pctcpu / 100; -+ ps->vmSize = (p.ki_vmspace->vm_tsize + -+ p.ki_vmspace->vm_dsize + -+ p.ki_vmspace->vm_ssize) * getpagesize(); -+ ps->vmRss = p.ki_vmspace->vm_rssize * getpagesize(); -+ strncpy(ps->name,p.ki_comm? p.ki_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.ki_stat>=1)&&(p.ki_stat<=5)? statuses[p.ki_stat-1]:"????"); -+#else -+ ps->userLoad = p.kp_proc.p_pctcpu / 100; -+ ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -+ p.kp_eproc.e_vm.vm_dsize + -+ p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -+ ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -+ strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+#endif - - /* process command line */ - /*strncpy(ps->cmdline,p.kp_proc.p_args->ar_args,sizeof(ps->cmdline)); -@@ -296,7 +314,11 @@ - sysctl(mib, 3, p, &len, NULL, 0); - - for (num = 0; num < len / sizeof(struct kinfo_proc); num++) -+#if __FreeBSD_version >= 500015 -+ updateProcess(p[num].ki_pid); -+#else - updateProcess(p[num].kp_proc.p_pid); -+#endif - - cleanupProcessList(); - diff --git a/x11/kde4-workspace/files/patch-TEPty.C b/x11/kde4-workspace/files/patch-TEPty.C deleted file mode 100644 index 796ec243efbf..000000000000 --- a/x11/kde4-workspace/files/patch-TEPty.C +++ /dev/null @@ -1,11 +0,0 @@ ---- konsole/src/TEPty.C Sun Feb 18 10:28:28 2001 -+++ konsole/src/TEPty.C.new Fri Feb 23 02:55:58 2001 -@@ -238,7 +238,7 @@ - #ifdef HAVE_UTEMPTER - removeLineFromUtmp(ttynam, fd); - #elif defined(USE_LOGIN) -- char *tty_name=ttyname(0); -+ char *tty_name=ttyname(fd); - if (tty_name) - { - if (strncmp(tty_name, "/dev/", 5) == 0) diff --git a/x11/kde4-workspace/files/patch-kdeeject b/x11/kde4-workspace/files/patch-kdeeject deleted file mode 100644 index 8a5870ad25ff..000000000000 --- a/x11/kde4-workspace/files/patch-kdeeject +++ /dev/null @@ -1,12 +0,0 @@ ---- kdesktop/kdeeject Wed Dec 13 13:25:02 2000 -+++ kdesktop/kdeeject.new Fri Feb 23 02:59:54 2001 -@@ -11,7 +11,8 @@ - # TODO: On bsd, it should be 'cdcontrol -f $1 eject' - # Checking for stuff in the PATH is ugly with sh though. - # I guess this is the reason for making this a kde app... -- if eject $1; then -+ dev=`echo $1 | sed -E -e 's#/dev/##' -e 's/([0-9])./\1/'` -+ if cdcontrol -f $dev eject; then - # Success -> update icon - dcop kdesktop default refreshIcons - exit 0 diff --git a/x11/kde4-workspace/pkg-plist b/x11/kde4-workspace/pkg-plist index 7a6e901514f3..3b4202091f34 100644 --- a/x11/kde4-workspace/pkg-plist +++ b/x11/kde4-workspace/pkg-plist @@ -4,12 +4,13 @@ bin/conttest bin/drkonqi bin/extensionproxy bin/kaccess +bin/kaddressbook bin/kappfinder +bin/kate bin/kbanner.kss bin/kblankscrn.kss bin/kblob.kss bin/kbouboule.kss -bin/kbsod.kss bin/kcheckpass bin/kcminit bin/kcmshell @@ -17,20 +18,22 @@ bin/kcontrol bin/kdcop bin/kdebugdialog bin/kdeeject +bin/kdeprintfax bin/kdesktop bin/kdesu bin/kdesud bin/kdm +bin/kdm_config +bin/kdm_greet bin/kdmdesktop bin/keditbookmarks bin/keditfiletype bin/kfmclient bin/kfmexec bin/khelpcenter -bin/khop.kss bin/khotkeys -bin/khtmlindex bin/kicker +bin/kjobviewer bin/klegacyimport bin/klines.kss bin/klipper @@ -41,7 +44,10 @@ bin/konqueror bin/konsole bin/konsole_grantpty bin/kpager +bin/kpartsaver.kss +bin/kpersonalizer bin/kpolygon.kss +bin/kprinter bin/kpyro.kss bin/krandom.kss bin/krdb @@ -68,12 +74,20 @@ bin/kxmlrpcd bin/kxsconfig bin/kxsrun bin/startkde +etc/ksysguarddrc include/KBackgroundIface.h include/KDesktopIface.h include/KScreensaverIface.h include/KWinInterface.h include/KonquerorIface.h include/ccont.h +include/kate/application.h +include/kate/docmanager.h +include/kate/document.h +include/kate/mainwindow.h +include/kate/plugin.h +include/kate/view.h +include/kate/viewmanager.h include/kbookmark.h include/kbookmarkbar.h include/kbookmarkdrag.h @@ -103,6 +117,7 @@ include/konq_propsview.h include/konq_settings.h include/konq_undo.h include/kwin/client.h +include/kwin/kwinbutton.h include/kwin/options.h include/kwin/workspace.h include/thumbcreator.h @@ -110,18 +125,24 @@ lib/appletproxy.la lib/appletproxy.so lib/extensionproxy.la lib/extensionproxy.so -lib/kcminit.la -lib/kcminit.so -lib/kcmshell.la -lib/kcmshell.so -lib/kcontrol.la -lib/kcontrol.so +lib/kate.la +lib/kate.so +lib/kde2/gsthumbnail.la +lib/kde2/gsthumbnail.so lib/kde2/htmlthumbnail.la lib/kde2/htmlthumbnail.so lib/kde2/imagethumbnail.la lib/kde2/imagethumbnail.so lib/kde2/kaccess.la lib/kde2/kaccess.so +lib/kde2/kcminit.la +lib/kde2/kcminit.so +lib/kde2/kcmshell.la +lib/kde2/kcmshell.so +lib/kde2/kcontrol.la +lib/kde2/kcontrol.so +lib/kde2/khelpcenter.la +lib/kde2/khelpcenter.so lib/kde2/kio_filter.la lib/kde2/kio_filter.so lib/kde2/kio_finger.la @@ -130,8 +151,6 @@ lib/kde2/kio_floppy.la lib/kde2/kio_floppy.so lib/kde2/kio_gopher.la lib/kde2/kio_gopher.so -lib/kde2/kio_help.la -lib/kde2/kio_help.so lib/kde2/kio_imap4.la lib/kde2/kio_imap4.so lib/kde2/kio_info.la @@ -146,8 +165,6 @@ lib/kde2/kio_pop3.la lib/kde2/kio_pop3.so lib/kde2/kio_smb.la lib/kde2/kio_smb.so -lib/kde2/kio_smtp.la -lib/kde2/kio_smtp.so lib/kde2/kio_tar.la lib/kde2/kio_tar.so lib/kde2/kio_thumbnail.la @@ -166,6 +183,8 @@ lib/kde2/libkcm_colors.la lib/kde2/libkcm_colors.so lib/kde2/libkcm_crypto.la lib/kde2/libkcm_crypto.so +lib/kde2/libkcm_css.la +lib/kde2/libkcm_css.so lib/kde2/libkcm_email.la lib/kde2/libkcm_email.so lib/kde2/libkcm_energy.la @@ -180,6 +199,8 @@ lib/kde2/libkcm_info.la lib/kde2/libkcm_info.so lib/kde2/libkcm_input.la lib/kde2/libkcm_input.so +lib/kde2/libkcm_ioslaveinfo.la +lib/kde2/libkcm_ioslaveinfo.so lib/kde2/libkcm_kdm.la lib/kde2/libkcm_kdm.so lib/kde2/libkcm_keys.la @@ -196,34 +217,67 @@ lib/kde2/libkcm_konq.la lib/kde2/libkcm_konq.so lib/kde2/libkcm_konqhtml.la lib/kde2/libkcm_konqhtml.so +lib/kde2/libkcm_konsole.la +lib/kde2/libkcm_konsole.so lib/kde2/libkcm_kurifilt.la lib/kde2/libkcm_kurifilt.so +lib/kde2/libkcm_kwindecoration.la +lib/kde2/libkcm_kwindecoration.so lib/kde2/libkcm_kwinoptions.la lib/kde2/libkcm_kwinoptions.so +lib/kde2/libkcm_launch.la +lib/kde2/libkcm_launch.so +lib/kde2/libkcm_launch.so.0 lib/kde2/libkcm_locale.la lib/kde2/libkcm_locale.so lib/kde2/libkcm_midi.la lib/kde2/libkcm_midi.so lib/kde2/libkcm_passwords.la lib/kde2/libkcm_passwords.so +lib/kde2/libkcm_printmgr.la +lib/kde2/libkcm_printmgr.so lib/kde2/libkcm_samba.la lib/kde2/libkcm_samba.so lib/kde2/libkcm_screensaver.la lib/kde2/libkcm_screensaver.so lib/kde2/libkcm_smserver.la lib/kde2/libkcm_smserver.so +lib/kde2/libkcm_socks.la +lib/kde2/libkcm_socks.so +lib/kde2/libkcm_spellchecking.la +lib/kde2/libkcm_spellchecking.so lib/kde2/libkcm_style.la lib/kde2/libkcm_style.so lib/kde2/libkcm_taskbar.la lib/kde2/libkcm_taskbar.so lib/kde2/libkcm_themes.la lib/kde2/libkcm_themes.so +lib/kde2/libkcm_usb.la +lib/kde2/libkcm_usb.so +lib/kde2/libkded_favicons.la +lib/kde2/libkded_favicons.so lib/kde2/libkfindpart.la lib/kde2/libkfindpart.so +lib/kde2/libkhelpcenterpart.la +lib/kde2/libkhelpcenterpart.so lib/kde2/libkonqiconview.la lib/kde2/libkonqiconview.so lib/kde2/libkonqlistview.la lib/kde2/libkonqlistview.so +lib/kde2/libkonqsidebar_classic_wrap.la +lib/kde2/libkonqsidebar_classic_wrap.so +lib/kde2/libkonqsidebar_tree.la +lib/kde2/libkonqsidebar_tree.so +lib/kde2/libkonqsidebartree_bookmarks.la +lib/kde2/libkonqsidebartree_bookmarks.so +lib/kde2/libkonqsidebartree_bookmarks.so.0 +lib/kde2/libkonqsidebartree_dirtree.la +lib/kde2/libkonqsidebartree_dirtree.so +lib/kde2/libkonqsidebartree_history.la +lib/kde2/libkonqsidebartree_history.so +lib/kde2/libkonqsidebartree_history.so.0 +lib/kde2/libkonqsound.la +lib/kde2/libkonqsound.so lib/kde2/libkonqtree.la lib/kde2/libkonqtree.so lib/kde2/libkshellcmdplugin.la @@ -234,10 +288,16 @@ lib/kde2/libkuriikwsfilter.la lib/kde2/libkuriikwsfilter.so lib/kde2/libkurisearchfilter.la lib/kde2/libkurisearchfilter.so -lib/kde2/libkwin2k.la -lib/kde2/libkwin2k.so lib/kde2/libkwinb2.la lib/kde2/libkwinb2.so +lib/kde2/libkwindefault.la +lib/kde2/libkwindefault.so +lib/kde2/libkwindefault_config.la +lib/kde2/libkwindefault_config.so +lib/kde2/libkwinicewm.la +lib/kde2/libkwinicewm.so +lib/kde2/libkwinicewm_config.la +lib/kde2/libkwinicewm_config.so lib/kde2/libkwinkde1.la lib/kde2/libkwinkde1.so lib/kde2/libkwinkstep.la @@ -248,10 +308,22 @@ lib/kde2/libkwinlaptop.la lib/kde2/libkwinlaptop.so lib/kde2/libkwinmodernsys.la lib/kde2/libkwinmodernsys.so +lib/kde2/libkwinmodernsys_config.la +lib/kde2/libkwinmodernsys_config.so +lib/kde2/libkwinmwm.la +lib/kde2/libkwinmwm.so +lib/kde2/libkwinquartz.la +lib/kde2/libkwinquartz.so +lib/kde2/libkwinquartz_config.la +lib/kde2/libkwinquartz_config.so +lib/kde2/libkwinredmond.la +lib/kde2/libkwinredmond.so lib/kde2/libkwinriscos.la lib/kde2/libkwinriscos.so lib/kde2/libkwinsystem.la lib/kde2/libkwinsystem.so +lib/kde2/libkwinweb.la +lib/kde2/libkwinweb.so lib/kde2/textthumbnail.la lib/kde2/textthumbnail.so lib/kdesktop.la @@ -264,6 +336,8 @@ lib/khotkeys.la lib/khotkeys.so lib/kicker.la lib/kicker.so +lib/kjobviewer.la +lib/kjobviewer.so lib/klegacyimport.la lib/klegacyimport.so lib/klipper.la @@ -284,8 +358,6 @@ lib/kxkb.la lib/kxkb.so lib/kxmlrpcd.la lib/kxmlrpcd.so -lib/libKdmGreet.la -lib/libKdmGreet.so lib/libccont.a lib/libchildpanelextension.la lib/libchildpanelextension.so @@ -296,22 +368,17 @@ lib/libclockapplet.so.1 lib/libdockbarextension.la lib/libdockbarextension.so lib/libdockbarextension.so.1 -lib/libhtmlsearch.la -lib/libhtmlsearch.so lib/libkasbarextension.la lib/libkasbarextension.so lib/libkasbarextension.so.1 -lib/libkcm_htmlsearch.la -lib/libkcm_htmlsearch.so -lib/libkcm_ioslaveinfo.la -lib/libkcm_ioslaveinfo.so -lib/libkcm_layout.la -lib/libkcm_layout.so +lib/libkatecore.la +lib/libkatecore.so +lib/libkateinterfaces.la +lib/libkateinterfaces.so +lib/libkcm_keyboard.la +lib/libkcm_keyboard.so lib/libkcm_xmlrpcd.la lib/libkcm_xmlrpcd.so -lib/libkhelpcenter.la -lib/libkhelpcenter.so -lib/libkhelpcenter.so.4 lib/libkminipagerapplet.la lib/libkminipagerapplet.so lib/libkminipagerapplet.so.1 @@ -320,6 +387,10 @@ lib/libkonq.so lib/libkonq.so.4 lib/libkonqaboutpage.la lib/libkonqaboutpage.so +lib/libkonqsidebar.la +lib/libkonqsidebar.so +lib/libkonqsidebarplugin.la +lib/libkonqsidebarplugin.so lib/libkonsolepart.la lib/libkonsolepart.so lib/libkrunapplet.la @@ -331,20 +402,18 @@ lib/libksysguardapplet.so.1 lib/libksystemtrayapplet.la lib/libksystemtrayapplet.so lib/libksystemtrayapplet.so.1 -lib/libktaskbarapplet.la -lib/libktaskbarapplet.so -lib/libktaskbarapplet.so.1 -lib/libkwindefault.la -lib/libkwindefault.so -lib/libkwindefault.so.0 -lib/libkwritepart.la -lib/libkwritepart.so lib/libnaughtyapplet.la lib/libnaughtyapplet.so lib/libnaughtyapplet.so.1 lib/libquicklauncher.la lib/libquicklauncher.so lib/libquicklauncher.so.1 +lib/libtaskbar.la +lib/libtaskbar.so +lib/libtaskbar.so.1 +lib/libtaskbarapplet.la +lib/libtaskbarapplet.so +lib/libtaskbarapplet.so.1 lib/libtaskbarextension.la lib/libtaskbarextension.so lib/libtaskbarextension.so.1 @@ -355,30 +424,52 @@ share/applnk/.directory share/applnk/.hidden/konqfilemgr.desktop share/applnk/Applications/.directory share/applnk/Development/.directory +share/applnk/Development/designer.desktop share/applnk/Editors/.directory +share/applnk/Editors/gvim.desktop +share/applnk/Editors/kate.desktop share/applnk/Editors/kwrite.desktop +share/applnk/Editors/xedit.desktop share/applnk/Games/.directory +share/applnk/Games/Arcade/.directory +share/applnk/Games/Board/.directory +share/applnk/Games/Board/xboard.desktop +share/applnk/Games/Card/.directory +share/applnk/Games/TacticStrategy/.directory share/applnk/Graphics/.directory +share/applnk/Graphics/gimp.desktop share/applnk/Help.desktop share/applnk/Home.desktop share/applnk/Internet/.directory +share/applnk/Internet/Terminal/.directory +share/applnk/Internet/Terminal/mutt.desktop +share/applnk/Internet/ethereal.desktop share/applnk/Internet/keditbookmarks.desktop share/applnk/Internet/konqbrowser.desktop +share/applnk/Internet/licq.desktop +share/applnk/Internet/mozilla.desktop +share/applnk/Internet/netscape.desktop share/applnk/KControl.desktop share/applnk/Multimedia/.directory +share/applnk/Multimedia/aviplay.desktop +share/applnk/Multimedia/gtv.desktop +share/applnk/Multimedia/xawtv.desktop +share/applnk/Multimedia/xmms-enqueue.desktop +share/applnk/Multimedia/xmms.desktop share/applnk/Office/.directory share/applnk/Settings/.directory +share/applnk/Settings/Databases/.directory share/applnk/Settings/FileBrowsing/.directory share/applnk/Settings/FileBrowsing/filetypes.desktop share/applnk/Settings/FileBrowsing/kcmkonq.desktop share/applnk/Settings/Help/.directory -share/applnk/Settings/Help/htmlsearch.desktop share/applnk/Settings/Information/.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/ioslaveinfo.desktop +share/applnk/Settings/Information/kcmusb.desktop share/applnk/Settings/Information/memory.desktop share/applnk/Settings/Information/partitions.desktop share/applnk/Settings/Information/pci.desktop @@ -402,39 +493,49 @@ share/applnk/Settings/LookNFeel/colors.desktop share/applnk/Settings/LookNFeel/desktop.desktop share/applnk/Settings/LookNFeel/fonts.desktop share/applnk/Settings/LookNFeel/icons.desktop -share/applnk/Settings/LookNFeel/kcmnotify.desktop +share/applnk/Settings/LookNFeel/kcmlaunch.desktop share/applnk/Settings/LookNFeel/kcmtaskbar.desktop share/applnk/Settings/LookNFeel/keys.desktop share/applnk/Settings/LookNFeel/kthememgr.desktop +share/applnk/Settings/LookNFeel/kwindecoration.desktop share/applnk/Settings/LookNFeel/kwinoptions.desktop share/applnk/Settings/LookNFeel/panel.desktop share/applnk/Settings/LookNFeel/screensaver.desktop share/applnk/Settings/LookNFeel/style.desktop share/applnk/Settings/LookNFeel/virtualdesktops.desktop share/applnk/Settings/Network/.directory +share/applnk/Settings/Network/email.desktop +share/applnk/Settings/Network/ioslaveinfo.desktop +share/applnk/Settings/Network/netpref.desktop +share/applnk/Settings/Network/smb.desktop +share/applnk/Settings/Network/socks.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/crypto.desktop -share/applnk/Settings/Personalization/email.desktop share/applnk/Settings/Personalization/kcmaccess.desktop share/applnk/Settings/Personalization/kcmlayout.desktop share/applnk/Settings/Personalization/language.desktop share/applnk/Settings/Personalization/passwords.desktop +share/applnk/Settings/Personalization/spellchecking.desktop share/applnk/Settings/PowerControl/.directory share/applnk/Settings/PowerControl/energy.desktop share/applnk/Settings/Sound/.directory share/applnk/Settings/Sound/arts.desktop share/applnk/Settings/Sound/bell.desktop +share/applnk/Settings/Sound/kcmnotify.desktop share/applnk/Settings/Sound/midi.desktop share/applnk/Settings/System/.directory share/applnk/Settings/System/clock.desktop +share/applnk/Settings/System/kcmkonsole.desktop share/applnk/Settings/System/kcmsmserver.desktop share/applnk/Settings/System/kdm.desktop +share/applnk/Settings/System/printmgr.desktop share/applnk/Settings/WebBrowsing/.directory share/applnk/Settings/WebBrowsing/cookies.desktop share/applnk/Settings/WebBrowsing/ebrowsing.desktop +share/applnk/Settings/WebBrowsing/kcmcss.desktop share/applnk/Settings/WebBrowsing/konqhtml.desktop share/applnk/Settings/WebBrowsing/proxy.desktop share/applnk/Settings/WebBrowsing/smb.desktop @@ -445,8 +546,6 @@ share/applnk/System/ScreenSavers/KBanner.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/KHop.desktop share/applnk/System/ScreenSavers/KLines.desktop share/applnk/System/ScreenSavers/KLorenz.desktop share/applnk/System/ScreenSavers/KMatrix.desktop @@ -462,6 +561,10 @@ share/applnk/System/ScreenSavers/KSlideshow.desktop share/applnk/System/ScreenSavers/KSpace.desktop share/applnk/System/ScreenSavers/KSwarm.desktop share/applnk/System/ScreenSavers/KVm.desktop +share/applnk/System/ScreenSavers/Worm.desktop +share/applnk/System/ScreenSavers/kpartsaver.desktop +share/applnk/System/Terminal/.directory +share/applnk/System/Terminal/vmstat.desktop share/applnk/System/kappfinder.desktop share/applnk/System/kfmclient.desktop share/applnk/System/kfmclient_dir.desktop @@ -471,72 +574,92 @@ share/applnk/System/kmenuedit.desktop share/applnk/System/konquerorsu.desktop share/applnk/System/konsole.desktop share/applnk/System/konsolesu.desktop +share/applnk/System/kpersonalizer.desktop share/applnk/System/ksysguard.desktop share/applnk/Toys/.directory share/applnk/Toys/ktip.desktop +share/applnk/Toys/xeyes.desktop share/applnk/Utilities/.directory -share/applnk/Utilities/XUtilities/.directory +share/applnk/Utilities/XUtilities/xcalc.desktop share/applnk/Utilities/XUtilities/xclipboard.desktop share/applnk/Utilities/XUtilities/xclock.desktop share/applnk/Utilities/XUtilities/xconsole.desktop +share/applnk/Utilities/XUtilities/xload.desktop share/applnk/Utilities/XUtilities/xmag.desktop share/applnk/Utilities/XUtilities/xterm.desktop +share/applnk/Utilities/kaddressbook.desktop +share/applnk/Utilities/kdeprintfax.desktop +share/applnk/Utilities/kjobviewer.desktop share/applnk/Utilities/klipper.desktop share/applnk/Utilities/kpager.desktop +share/applnk/WordProcessing/.directory +share/applnk/WordProcessing/acroread.desktop +share/applnk/WordProcessing/gv.desktop +share/applnk/WordProcessing/xdvi.desktop +share/applnk/WordProcessing/xpdf.desktop +share/applnk/ksysguard/eventsrc share/apps/clockapplet/pics/lcd.png share/apps/drkonqi/debuggers/gdbrc 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/kaddressbook/kaddressbookui.rc +share/apps/kaddressbook/pics/abentry.xpm +share/apps/kaddressbook/pics/delete.xpm +share/apps/kaddressbook/pics/down.xpm +share/apps/kaddressbook/pics/filemail.xpm +share/apps/kaddressbook/pics/find.xpm +share/apps/kaddressbook/pics/group.xpm +share/apps/kaddressbook/pics/page.xpm +share/apps/kaddressbook/pics/up.xpm share/apps/kappfinder/apps/Development/ddd.desktop share/apps/kappfinder/apps/Development/designer.desktop share/apps/kappfinder/apps/Development/dlgedit.desktop -share/apps/kappfinder/apps/Editors/.directory +share/apps/kappfinder/apps/Development/linguist.desktop 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/Games/.directory +share/apps/kappfinder/apps/Games/Board/xboard.desktop +share/apps/kappfinder/apps/Games/Card/PySol.desktop share/apps/kappfinder/apps/Games/Clanbomber.desktop -share/apps/kappfinder/apps/Games/Qmamecat.desktop +share/apps/kappfinder/apps/Games/Emulators/qmamecat.desktop +share/apps/kappfinder/apps/Games/TacticStrategy/freeciv.desktop share/apps/kappfinder/apps/Games/defendguin.desktop -share/apps/kappfinder/apps/Games/freeciv.desktop share/apps/kappfinder/apps/Games/penguin-command.desktop share/apps/kappfinder/apps/Games/xshipwars.desktop -share/apps/kappfinder/apps/Graphics/.directory 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/Terminal/lftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/mutt.desktop +share/apps/kappfinder/apps/Internet/Terminal/ncftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/pine.desktop share/apps/kappfinder/apps/Internet/arena.desktop share/apps/kappfinder/apps/Internet/coolmail.desktop share/apps/kappfinder/apps/Internet/ethereal.desktop -share/apps/kappfinder/apps/Internet/ncftp.desktop +share/apps/kappfinder/apps/Internet/licq.desktop +share/apps/kappfinder/apps/Internet/mozilla.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/xchat.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/alevt.desktop share/apps/kappfinder/apps/Multimedia/aviplay.desktop share/apps/kappfinder/apps/Multimedia/gtv.desktop +share/apps/kappfinder/apps/Multimedia/mtv.desktop share/apps/kappfinder/apps/Multimedia/realplayer.desktop share/apps/kappfinder/apps/Multimedia/xawtv.desktop +share/apps/kappfinder/apps/Multimedia/xmms-enqueue.desktop share/apps/kappfinder/apps/Multimedia/xmms.desktop -share/apps/kappfinder/apps/Office/.directory 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/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 @@ -595,13 +718,12 @@ 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/Terminal/procinfo.desktop +share/apps/kappfinder/apps/System/Terminal/vmstat.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.desktop share/apps/kappfinder/apps/Toys/xpinguin.desktop -share/apps/kappfinder/apps/Utilities/.directory -share/apps/kappfinder/apps/Utilities/XUtilities/.directory share/apps/kappfinder/apps/Utilities/XUtilities/xcalc.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclipboard.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclock.desktop @@ -609,7 +731,6 @@ share/apps/kappfinder/apps/Utilities/XUtilities/xconsole.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xload.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xmag.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xterm.desktop -share/apps/kappfinder/apps/WordProcessing/.directory share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop share/apps/kappfinder/apps/WordProcessing/acroread.desktop @@ -619,10 +740,75 @@ share/apps/kappfinder/apps/WordProcessing/lyx.desktop share/apps/kappfinder/apps/WordProcessing/pybliographic.desktop share/apps/kappfinder/apps/WordProcessing/xdvi.desktop share/apps/kappfinder/apps/WordProcessing/xpdf.desktop +share/apps/kate/icons/hicolor/16x16/actions/curfiledir.png +share/apps/kate/icons/hicolor/16x16/actions/highlighting.png +share/apps/kate/icons/hicolor/16x16/actions/modified.png +share/apps/kate/icons/hicolor/16x16/actions/null.png +share/apps/kate/icons/hicolor/16x16/actions/save_all.png +share/apps/kate/icons/hicolor/22x22/actions/save_all.png +share/apps/kate/icons/hicolor/32x32/actions/highlighting.png +share/apps/kate/icons/hicolor/32x32/actions/indent.png +share/apps/kate/icons/hicolor/32x32/actions/unindent.png +share/apps/kate/icons/hicolor/48x48/actions/indent.png +share/apps/kate/icons/hicolor/48x48/actions/unindent.png +share/apps/kate/icons/locolor/16x16/actions/curfiledir.png +share/apps/kate/icons/locolor/16x16/actions/indent.png +share/apps/kate/icons/locolor/16x16/actions/modified.png +share/apps/kate/icons/locolor/16x16/actions/null.png +share/apps/kate/icons/locolor/16x16/actions/save_all.png +share/apps/kate/icons/locolor/16x16/actions/unindent.png +share/apps/kate/icons/locolor/22x22/actions/indent.png +share/apps/kate/icons/locolor/22x22/actions/save_all.png +share/apps/kate/icons/locolor/22x22/actions/unindent.png +share/apps/kate/katepartbrowserui.rc +share/apps/kate/katepartui.rc +share/apps/kate/kateui.rc +share/apps/kate/pics/fileselector.png +share/apps/kate/pics/indicator_empty.png +share/apps/kate/pics/indicator_viewactive.png +share/apps/kate/pics/openfiles.png +share/apps/kate/syntax/ada.xml +share/apps/kate/syntax/bash.xml +share/apps/kate/syntax/c.xml +share/apps/kate/syntax/changelog.xml +share/apps/kate/syntax/cpp.xml +share/apps/kate/syntax/css.xml +share/apps/kate/syntax/desktop.xml +share/apps/kate/syntax/diff.xml +share/apps/kate/syntax/html.xml +share/apps/kate/syntax/java.xml +share/apps/kate/syntax/kbasic.xml +share/apps/kate/syntax/language.dtd +share/apps/kate/syntax/latex.xml +share/apps/kate/syntax/objectivec.xml +share/apps/kate/syntax/perl.xml +share/apps/kate/syntax/php.xml +share/apps/kate/syntax/postscript.xml +share/apps/kate/syntax/rpmspec.xml +share/apps/kate/syntax/ruby.xml +share/apps/kate/syntax/sql.xml +share/apps/kate/syntax/syntax.template +share/apps/kate/syntax/vhdl.xml +share/apps/kate/syntax/xml.xml share/apps/kbookmark/directory_bookmarkbar.desktop +share/apps/kcmcss/template.css share/apps/kcminput/cursor_large.pcf.gz -share/apps/kcmkeys/standard/Unix.kksrc +share/apps/kcminput/pics/mouse_lh.png +share/apps/kcminput/pics/mouse_rh.png +share/apps/kcmkeys/global/global-kde3.kksrc +share/apps/kcmkeys/global/global-kde4.kksrc +share/apps/kcmkeys/global/global-mac3.kksrc +share/apps/kcmkeys/global/global-unix3.kksrc +share/apps/kcmkeys/global/global-win3.kksrc +share/apps/kcmkeys/global/global-win4.kksrc +share/apps/kcmkeys/standard/app-kde3.kksrc +share/apps/kcmkeys/standard/app-kde4.kksrc +share/apps/kcmkeys/standard/app-mac3.kksrc +share/apps/kcmkeys/standard/app-unix3.kksrc +share/apps/kcmkeys/standard/app-win3.kksrc share/apps/kcmlocale/pics/background.png +share/apps/kcmusb/usb.ids +share/apps/kconf_update/konsole.upd share/apps/kcontrol/kcontrolui.rc share/apps/kcontrol/pics/energybig.png share/apps/kcontrol/pics/lo-energy.png @@ -636,6 +822,10 @@ share/apps/kcontrol/pics/part2.png share/apps/kcontrol/pics/part3.png share/apps/kcontrol/pics/play.png share/apps/kdcop/kdcopui.rc +share/apps/kdeprintfax/anytops +share/apps/kdeprintfax/faxfilters +share/apps/kdeprintfax/icons/hicolor/16x16/actions/abentry.png +share/apps/kdeprintfax/kdeprintfaxui.rc share/apps/kdesktop/DesktopLinks/Home.desktop share/apps/kdesktop/directory.autostart share/apps/kdesktop/directory.desktop @@ -669,8 +859,10 @@ share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad share/apps/kdisplay/app-defaults/AAAMotif.ad share/apps/kdisplay/app-defaults/AAATk.ad share/apps/kdisplay/app-defaults/AAAXaw.ad +share/apps/kdisplay/app-defaults/AcroRead.ad share/apps/kdisplay/app-defaults/Editres.ad share/apps/kdisplay/app-defaults/Emacs.ad +share/apps/kdisplay/app-defaults/GV.ad share/apps/kdisplay/app-defaults/ML.ad share/apps/kdisplay/app-defaults/Nedit.ad share/apps/kdisplay/app-defaults/Netscape.ad @@ -681,6 +873,7 @@ share/apps/kdisplay/app-defaults/XOsview.ad share/apps/kdisplay/app-defaults/XTerm.ad share/apps/kdisplay/app-defaults/XV.ad share/apps/kdisplay/app-defaults/Xawtv.ad +share/apps/kdisplay/app-defaults/Xdvi.ad share/apps/kdisplay/app-defaults/Xpdf.ad share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc share/apps/kdisplay/color-schemes/BeOS.kcsrc @@ -689,7 +882,9 @@ 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/EveX.kcsrc share/apps/kdisplay/color-schemes/KDEOne.kcsrc +share/apps/kdisplay/color-schemes/MediaPeach.kcsrc share/apps/kdisplay/color-schemes/Next.kcsrc share/apps/kdisplay/color-schemes/PaleGray.kcsrc share/apps/kdisplay/color-schemes/PointReyesGreen.kcsrc @@ -697,6 +892,7 @@ 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/Windows2000.kcsrc share/apps/kdisplay/color-schemes/Windows95.kcsrc share/apps/kdm/pics/kdeflower.png share/apps/kdm/pics/kdelogo.png @@ -712,17 +908,9 @@ share/apps/kfind/icons/locolor/22x22/actions/info.png share/apps/kfind/icons/locolor/22x22/actions/openfile.png share/apps/kfind/icons/locolor/22x22/actions/save.png share/apps/kfind/icons/locolor/22x22/actions/search.png -share/apps/khelpcenter/en/bad_words -share/apps/khelpcenter/en/long.html -share/apps/khelpcenter/en/nomatch.html -share/apps/khelpcenter/en/short.html -share/apps/khelpcenter/en/syntax.html -share/apps/khelpcenter/en/wrapper.html -share/apps/khelpcenter/icons/locolor/16x16/apps/helpbook_open.png -share/apps/khelpcenter/pics/checked.xpm -share/apps/khelpcenter/pics/star.png -share/apps/khelpcenter/pics/star_blank.png -share/apps/khelpcenter/pics/unchecked.xpm +share/apps/khelpcenter/glossary.html.in +share/apps/khelpcenter/intro.html.in +share/apps/khelpcenter/khelpcenterui.rc share/apps/khelpcenter/plugins/Tutorials/.directory share/apps/khelpcenter/plugins/Tutorials/quickstart.desktop share/apps/khelpcenter/plugins/Tutorials/visualdict.desktop @@ -734,6 +922,7 @@ share/apps/kicker/applets/ksystemtrayapplet.desktop share/apps/kicker/applets/ktaskbarapplet.desktop share/apps/kicker/applets/naughtyapplet.desktop share/apps/kicker/applets/quicklauncher.desktop +share/apps/kicker/default-apps share/apps/kicker/extensions/childpanelextension.desktop share/apps/kicker/extensions/dockbarextension.desktop share/apps/kicker/extensions/kasbarextension.desktop @@ -855,6 +1044,8 @@ share/apps/kio_finger/kio_finger.css share/apps/kio_finger/kio_finger.pl share/apps/kio_info/kde-info2html share/apps/kio_info/kde-info2html.conf +share/apps/kioslave/smb.html +share/apps/kjobviewer/kjobviewerui.rc share/apps/kmenuedit/icons/hicolor/22x22/actions/menu_new.png share/apps/kmenuedit/icons/hicolor/32x32/actions/menu_new.png share/apps/kmenuedit/icons/locolor/16x16/actions/menu_new.png @@ -866,6 +1057,28 @@ share/apps/konqlistview/konq_detailedlistview.rc share/apps/konqlistview/konq_textview.rc share/apps/konqlistview/konq_treeview.rc share/apps/konqlistview/kpartplugins/kshellcmdplugin.rc +share/apps/konqsidebartng/add/sidebar_classic_add.desktop +share/apps/konqsidebartng/add/virtualfolderadd.desktop +share/apps/konqsidebartng/dirtree/bookmarks_module.desktop +share/apps/konqsidebartng/dirtree/dirtree_module.desktop +share/apps/konqsidebartng/dirtree/history_module.desktop +share/apps/konqsidebartng/entries/.version +share/apps/konqsidebartng/entries/bookmarks.desktop +share/apps/konqsidebartng/entries/history.desktop +share/apps/konqsidebartng/entries/home.desktop +share/apps/konqsidebartng/entries/remote.desktop +share/apps/konqsidebartng/entries/root.desktop +share/apps/konqsidebartng/entries/services.desktop +share/apps/konqsidebartng/entries/sidebar_classic.desktop +share/apps/konqsidebartng/virtual_folders/remote/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/kde_ftp.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/.directory +share/apps/konqsidebartng/virtual_folders/remote/web/apps_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/dot_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/kde_web.desktop +share/apps/konqsidebartng/virtual_folders/services/.directory +share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop share/apps/konqueror/about/back.png share/apps/konqueror/about/background.png share/apps/konqueror/about/bgtable.png @@ -875,6 +1088,7 @@ share/apps/konqueror/about/intro.html share/apps/konqueror/about/kdelogo2.png share/apps/konqueror/about/konq.css share/apps/konqueror/about/konqueror.png +share/apps/konqueror/about/lightning.png share/apps/konqueror/about/lines.png share/apps/konqueror/about/lines2.png share/apps/konqueror/about/locationbar_erase.png @@ -894,34 +1108,19 @@ 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/apps_web.desktop +share/apps/konqueror/dirtree/remote/web/dot_web.desktop share/apps/konqueror/dirtree/remote/web/kde_web.desktop share/apps/konqueror/dirtree/root.desktop -share/apps/konqueror/icons/hicolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/remove_view.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/remove_view.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_top_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/kde1.png -share/apps/konqueror/icons/locolor/16x16/actions/kde2.png -share/apps/konqueror/icons/locolor/16x16/actions/kde3.png -share/apps/konqueror/icons/locolor/16x16/actions/kde4.png -share/apps/konqueror/icons/locolor/16x16/actions/kde5.png -share/apps/konqueror/icons/locolor/16x16/actions/kde6.png -share/apps/konqueror/icons/locolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/locolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_top_bottom.png +share/apps/konqueror/dirtree/services/.directory +share/apps/konqueror/dirtree/services/audiocd.desktop +share/apps/konqueror/icons/hicolor/16x16/actions/history_clear.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde1.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde2.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde3.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde4.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde5.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde6.png share/apps/konqueror/konqueror.rc share/apps/konqueror/pics/indicator_anchor.png share/apps/konqueror/pics/indicator_connect.png @@ -956,6 +1155,7 @@ share/apps/konsole/README.KeyTab share/apps/konsole/README.Schema share/apps/konsole/Transparent.schema share/apps/konsole/Transparent_MC.schema +share/apps/konsole/Transparent_darkbg.schema share/apps/konsole/Transparent_lightbg.schema share/apps/konsole/WhiteOnBlack.schema share/apps/konsole/XTerm.schema @@ -970,13 +1170,18 @@ share/apps/konsole/pics/colourness.png share/apps/konsole/pics/contrast.png share/apps/konsole/shell.desktop share/apps/konsole/su.desktop +share/apps/konsole/sumc.desktop share/apps/konsole/syscolor.schema share/apps/konsole/vim.schema share/apps/konsole/vt100.keytab share/apps/konsole/vt420pc.keytab share/apps/konsole/x11r5.keytab -share/apps/kscreensaver/kscience-small.gif -share/apps/kscreensaver/kscience.gif +share/apps/kpersonalizer/pics/step1.png +share/apps/kpersonalizer/pics/step2.png +share/apps/kpersonalizer/pics/step3.png +share/apps/kpersonalizer/pics/step4.png +share/apps/kpersonalizer/pics/step5.png +share/apps/kscreensaver/kscience.png share/apps/ksplash/pics/locolor/splash_active_bar.png share/apps/ksplash/pics/locolor/splash_bottom.png share/apps/ksplash/pics/locolor/splash_inactive_bar.png @@ -988,56 +1193,19 @@ share/apps/ksplash/pics/splash_top.png share/apps/ksysguard/KSysGuardApplet.xml share/apps/ksysguard/ProcessTable.sgrd share/apps/ksysguard/SystemLoad.sgrd -share/apps/ksysguard/icons/locolor/16x16/apps/X.png -share/apps/ksysguard/icons/locolor/16x16/apps/artsd.png -share/apps/ksysguard/icons/locolor/16x16/apps/automount.png -share/apps/ksysguard/icons/locolor/16x16/apps/bash.png -share/apps/ksysguard/icons/locolor/16x16/apps/c++.png -share/apps/ksysguard/icons/locolor/16x16/apps/cc.png -share/apps/ksysguard/icons/locolor/16x16/apps/computer.png -share/apps/ksysguard/icons/locolor/16x16/apps/console.png -share/apps/ksysguard/icons/locolor/16x16/apps/csh.png -share/apps/ksysguard/icons/locolor/16x16/apps/emacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/g++.png -share/apps/ksysguard/icons/locolor/16x16/apps/gcc.png -share/apps/ksysguard/icons/locolor/16x16/apps/gdb.png -share/apps/ksysguard/icons/locolor/16x16/apps/httpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/in.identd.png -share/apps/ksysguard/icons/locolor/16x16/apps/inetd.png -share/apps/ksysguard/icons/locolor/16x16/apps/init.png -share/apps/ksysguard/icons/locolor/16x16/apps/kcookiejar.png -share/apps/ksysguard/icons/locolor/16x16/apps/kdesktop.png -share/apps/ksysguard/icons/locolor/16x16/apps/kflushd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kicker.png -share/apps/ksysguard/icons/locolor/16x16/apps/kio_file.png -share/apps/ksysguard/icons/locolor/16x16/apps/klauncher.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksh.png -share/apps/ksysguard/icons/locolor/16x16/apps/kswapd.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksysguardd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kupdate.png -share/apps/ksysguard/icons/locolor/16x16/apps/login.png -share/apps/ksysguard/icons/locolor/16x16/apps/lpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/mingetty.png -share/apps/ksysguard/icons/locolor/16x16/apps/mutt.png -share/apps/ksysguard/icons/locolor/16x16/apps/nscd.png -share/apps/ksysguard/icons/locolor/16x16/apps/pine.png -share/apps/ksysguard/icons/locolor/16x16/apps/portmap.png -share/apps/ksysguard/icons/locolor/16x16/apps/sendmail.png -share/apps/ksysguard/icons/locolor/16x16/apps/sh.png -share/apps/ksysguard/icons/locolor/16x16/apps/ssh.png -share/apps/ksysguard/icons/locolor/16x16/apps/startkde.png -share/apps/ksysguard/icons/locolor/16x16/apps/startx.png -share/apps/ksysguard/icons/locolor/16x16/apps/syslogd.png -share/apps/ksysguard/icons/locolor/16x16/apps/tcsh.png -share/apps/ksysguard/icons/locolor/16x16/apps/unknown.png -share/apps/ksysguard/icons/locolor/16x16/apps/xemacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/xinit.png -share/apps/ksysguard/icons/locolor/16x16/apps/xntpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/xterm.png -share/apps/ksysguard/icons/locolor/16x16/apps/ypbind.png share/apps/ksysguard/ksysguardui.rc +share/apps/ksysguard/pics/X.png +share/apps/ksysguard/pics/computer.png +share/apps/ksysguard/pics/daemon.png +share/apps/ksysguard/pics/kdeapp.png +share/apps/ksysguard/pics/kernel.png +share/apps/ksysguard/pics/ksysguardd.png +share/apps/ksysguard/pics/running.png +share/apps/ksysguard/pics/shell.png +share/apps/ksysguard/pics/tools.png +share/apps/ksysguard/pics/unknownapp.png +share/apps/ksysguard/pics/waiting.png share/apps/kthememgr/Themes/Default.ktheme -share/apps/kthememgr/Themes/Eclipse.ktheme share/apps/kthememgr/Themes/MGBreizh.ktheme share/apps/kthememgr/Themes/Nostalgy.ktheme share/apps/kthememgr/Themes/Template.themerc @@ -1045,11 +1213,45 @@ share/apps/kthememgr/Themes/Wood.ktheme share/apps/kthememgr/theme.mappings share/apps/kwin/b2.desktop share/apps/kwin/eventsrc -share/apps/kwin/kde.desktop +share/apps/kwin/icewm-themes/closeA.xpm +share/apps/kwin/icewm-themes/closeI.xpm +share/apps/kwin/icewm-themes/default.theme +share/apps/kwin/icewm-themes/depthA.xpm +share/apps/kwin/icewm-themes/depthI.xpm +share/apps/kwin/icewm-themes/maximizeA.xpm +share/apps/kwin/icewm-themes/maximizeI.xpm +share/apps/kwin/icewm-themes/menuButtonA.xpm +share/apps/kwin/icewm-themes/menuButtonI.xpm +share/apps/kwin/icewm-themes/minimizeA.xpm +share/apps/kwin/icewm-themes/minimizeI.xpm +share/apps/kwin/icewm-themes/restoreA.xpm +share/apps/kwin/icewm-themes/restoreI.xpm +share/apps/kwin/icewm-themes/rolldownA.xpm +share/apps/kwin/icewm-themes/rolldownI.xpm +share/apps/kwin/icewm-themes/rollupA.xpm +share/apps/kwin/icewm-themes/rollupI.xpm +share/apps/kwin/icewm-themes/titleAB.xpm +share/apps/kwin/icewm-themes/titleAJ.xpm +share/apps/kwin/icewm-themes/titleAM.xpm +share/apps/kwin/icewm-themes/titleAP.xpm +share/apps/kwin/icewm-themes/titleAQ.xpm +share/apps/kwin/icewm-themes/titleAR.xpm +share/apps/kwin/icewm-themes/titleAS.xpm +share/apps/kwin/icewm-themes/titleAT.xpm +share/apps/kwin/icewm-themes/titleIB.xpm +share/apps/kwin/icewm-themes/titleIJ.xpm +share/apps/kwin/icewm-themes/titleIM.xpm +share/apps/kwin/icewm-themes/titleIP.xpm +share/apps/kwin/icewm-themes/titleIQ.xpm +share/apps/kwin/icewm-themes/titleIR.xpm +share/apps/kwin/icewm-themes/titleIS.xpm +share/apps/kwin/icewm-themes/titleIT.xpm +share/apps/kwin/icewm.desktop share/apps/kwin/kde1.desktop share/apps/kwin/kstep.desktop share/apps/kwin/laptop.desktop share/apps/kwin/modernsystem.desktop +share/apps/kwin/mwm.desktop share/apps/kwin/pics/bluesun.png share/apps/kwin/pics/close.png share/apps/kwin/pics/fog-grey.png @@ -1063,18 +1265,18 @@ share/apps/kwin/pics/menu.png share/apps/kwin/pics/pindown.png share/apps/kwin/pics/pinup.png share/apps/kwin/pics/unknown.png +share/apps/kwin/quartz.desktop +share/apps/kwin/redmond.desktop share/apps/kwin/riscos.desktop share/apps/kwin/system.desktop -share/apps/kwin/win2k.desktop -share/apps/kwrite/kwrite_browser.rc -share/apps/kwrite/kwrite_shell.rc +share/apps/kwin/web.desktop share/apps/kwrite/kwriteui.rc -share/apps/kwrite/syntax.xml share/apps/naughtyapplet/pics/naughty-happy.png share/apps/naughtyapplet/pics/naughty-sad.png share/autostart/kdesktop.desktop share/autostart/khotkeys.desktop share/autostart/klipper.desktop +share/autostart/kpersonalizer.desktop share/autostart/ktip.desktop share/autostart/kwrited.desktop share/autostart/panel.desktop @@ -1101,8 +1303,10 @@ share/config/imsmaprc share/config/interferencerc share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdmrc +share/config/kdm/README +share/config/kdm/kdmrc share/config/klipperrc +share/config/konqsidebartng.rc share/config/konsolerc share/config/kshorturifilterrc share/config/kumpparc @@ -1112,56 +1316,29 @@ share/config/lissierc share/config/penroserc share/config/rocksrc share/config/sliprc -share/doc/HTML/en/kcontrol/.anchors -share/doc/HTML/en/kcontrol/action.html -share/doc/HTML/en/kcontrol/background.html -share/doc/HTML/en/kcontrol/batmon.html -share/doc/HTML/en/kcontrol/bell.html -share/doc/HTML/en/kcontrol/borders.html -share/doc/HTML/en/kcontrol/color.html +share/doc/HTML/en/kaddressbook/common +share/doc/HTML/en/kaddressbook/index.cache.bz2 +share/doc/HTML/en/kaddressbook/index.docbook +share/doc/HTML/en/kate/common +share/doc/HTML/en/kate/index.cache.bz2 +share/doc/HTML/en/kate/index.docbook share/doc/HTML/en/kcontrol/common -share/doc/HTML/en/kcontrol/control-center-exiting.html -share/doc/HTML/en/kcontrol/control-center-menus.html -share/doc/HTML/en/kcontrol/control-center-run-indiv.html -share/doc/HTML/en/kcontrol/control-center-screen.html -share/doc/HTML/en/kcontrol/control-center.html -share/doc/HTML/en/kcontrol/cookie.html -share/doc/HTML/en/kcontrol/credits.html -share/doc/HTML/en/kcontrol/crypto.html -share/doc/HTML/en/kcontrol/datetime.html -share/doc/HTML/en/kcontrol/desktop.html -share/doc/HTML/en/kcontrol/devices.html -share/doc/HTML/en/kcontrol/dma.html -share/doc/HTML/en/kcontrol/ebrowse.html -share/doc/HTML/en/kcontrol/email.html -share/doc/HTML/en/kcontrol/energy.html -share/doc/HTML/en/kcontrol/file-assoc.html -share/doc/HTML/en/kcontrol/file-manager.html -share/doc/HTML/en/kcontrol/fonts.html -share/doc/HTML/en/kcontrol/help-index.html -share/doc/HTML/en/kcontrol/icons.html +share/doc/HTML/en/kcontrol/index.cache.bz2 share/doc/HTML/en/kcontrol/index.docbook -share/doc/HTML/en/kcontrol/index.html -share/doc/HTML/en/kcontrol/interrupts.html -share/doc/HTML/en/kcontrol/introduction.html -share/doc/HTML/en/kcontrol/ioports.html -share/doc/HTML/en/kcontrol/kbd.html -share/doc/HTML/en/kcontrol/kblayout.html share/doc/HTML/en/kcontrol/kcmaccess.docbook share/doc/HTML/en/kcontrol/kcmaction.docbook share/doc/HTML/en/kcontrol/kcmbackgnd.docbook share/doc/HTML/en/kcontrol/kcmbatmon.docbook share/doc/HTML/en/kcontrol/kcmbell.docbook share/doc/HTML/en/kcontrol/kcmblockdev.docbook -share/doc/HTML/en/kcontrol/kcmborders.docbook share/doc/HTML/en/kcontrol/kcmcolor.docbook share/doc/HTML/en/kcontrol/kcmcookie.docbook share/doc/HTML/en/kcontrol/kcmcrypto.docbook +share/doc/HTML/en/kcontrol/kcmcss.docbook share/doc/HTML/en/kcontrol/kcmdatetime.docbook share/doc/HTML/en/kcontrol/kcmdesktop.docbook share/doc/HTML/en/kcontrol/kcmdeviceinfo.docbook share/doc/HTML/en/kcontrol/kcmdmainfo.docbook -share/doc/HTML/en/kcontrol/kcmdrkonqi.docbook share/doc/HTML/en/kcontrol/kcmebrowse.docbook share/doc/HTML/en/kcontrol/kcmemail.docbook share/doc/HTML/en/kcontrol/kcmenergy.docbook @@ -1170,13 +1347,15 @@ share/doc/HTML/en/kcontrol/kcmfileman.docbook share/doc/HTML/en/kcontrol/kcmfonts.docbook share/doc/HTML/en/kcontrol/kcmhelpindex.docbook share/doc/HTML/en/kcontrol/kcmicon.docbook -share/doc/HTML/en/kcontrol/kcmiconstyle.docbook share/doc/HTML/en/kcontrol/kcmintinfo.docbook share/doc/HTML/en/kcontrol/kcmioportinfo.docbook share/doc/HTML/en/kcontrol/kcmkbd.docbook -share/doc/HTML/en/kcontrol/kcmkblayout.docbook share/doc/HTML/en/kcontrol/kcmkbrowse.docbook share/doc/HTML/en/kcontrol/kcmkeybind.docbook +share/doc/HTML/en/kcontrol/kcmkonsole.docbook +share/doc/HTML/en/kcontrol/kcmkwintheme.docbook +share/doc/HTML/en/kcontrol/kcmlaunch.docbook +share/doc/HTML/en/kcontrol/kcmlisa.docbook share/doc/HTML/en/kcontrol/kcmlocate.docbook share/doc/HTML/en/kcontrol/kcmloginmanage.docbook share/doc/HTML/en/kcontrol/kcmlowbatcrit.docbook @@ -1185,9 +1364,7 @@ share/doc/HTML/en/kcontrol/kcmmemoryinfo.docbook share/doc/HTML/en/kcontrol/kcmmidi.docbook share/doc/HTML/en/kcontrol/kcmmixer.docbook share/doc/HTML/en/kcontrol/kcmmouse.docbook -share/doc/HTML/en/kcontrol/kcmmousebeh.docbook share/doc/HTML/en/kcontrol/kcmnetscapeplugins.docbook -share/doc/HTML/en/kcontrol/kcmnumbername.docbook share/doc/HTML/en/kcontrol/kcmpanel.docbook share/doc/HTML/en/kcontrol/kcmpartitioninfo.docbook share/doc/HTML/en/kcontrol/kcmpasswd.docbook @@ -1202,206 +1379,91 @@ share/doc/HTML/en/kcontrol/kcmsessionman.docbook share/doc/HTML/en/kcontrol/kcmsmbstat.docbook share/doc/HTML/en/kcontrol/kcmsndinfo.docbook share/doc/HTML/en/kcontrol/kcmsndsrv.docbook +share/doc/HTML/en/kcontrol/kcmsocks.docbook +share/doc/HTML/en/kcontrol/kcmspellchecking.docbook share/doc/HTML/en/kcontrol/kcmstyle.docbook share/doc/HTML/en/kcontrol/kcmsysnotify.docbook share/doc/HTML/en/kcontrol/kcmtalk.docbook share/doc/HTML/en/kcontrol/kcmtaskbar.docbook +share/doc/HTML/en/kcontrol/kcmusb.docbook share/doc/HTML/en/kcontrol/kcmuseragent.docbook share/doc/HTML/en/kcontrol/kcmwinshare.docbook share/doc/HTML/en/kcontrol/kcmxservinfo.docbook -share/doc/HTML/en/kcontrol/key-bindings.html share/doc/HTML/en/kcontrol/kfileman1.png share/doc/HTML/en/kcontrol/kfileman2.png -share/doc/HTML/en/kcontrol/konq-browsing.html -share/doc/HTML/en/kcontrol/laptop.html -share/doc/HTML/en/kcontrol/locale.html -share/doc/HTML/en/kcontrol/login-manager.html -share/doc/HTML/en/kcontrol/lowbatcrit.html -share/doc/HTML/en/kcontrol/lowbatwarn.html -share/doc/HTML/en/kcontrol/memory.html -share/doc/HTML/en/kcontrol/midi.html -share/doc/HTML/en/kcontrol/mixer.html -share/doc/HTML/en/kcontrol/module.html -share/doc/HTML/en/kcontrol/modules.html -share/doc/HTML/en/kcontrol/mouse-behav.html -share/doc/HTML/en/kcontrol/mouse.html -share/doc/HTML/en/kcontrol/nsplugins.html -share/doc/HTML/en/kcontrol/panel.html -share/doc/HTML/en/kcontrol/partitions.html -share/doc/HTML/en/kcontrol/passwords.html -share/doc/HTML/en/kcontrol/pci.html -share/doc/HTML/en/kcontrol/pcmcia.html -share/doc/HTML/en/kcontrol/powerctrl.html -share/doc/HTML/en/kcontrol/processor.html -share/doc/HTML/en/kcontrol/proxies.html -share/doc/HTML/en/kcontrol/sambastatus.html -share/doc/HTML/en/kcontrol/screensaver.html +share/doc/HTML/en/kcontrol/nettimeouts.docbook +share/doc/HTML/en/kcontrol/printmanager.docbook +share/doc/HTML/en/kcontrol/printsystem.docbook +share/doc/HTML/en/kcontrol/protocols.docbook share/doc/HTML/en/kcontrol/screenshot.png -share/doc/HTML/en/kcontrol/scsi.html -share/doc/HTML/en/kcontrol/sessions.html -share/doc/HTML/en/kcontrol/sndserver.html -share/doc/HTML/en/kcontrol/soundinfo.html -share/doc/HTML/en/kcontrol/style.html -share/doc/HTML/en/kcontrol/sys-notify.html -share/doc/HTML/en/kcontrol/taskbar.html -share/doc/HTML/en/kcontrol/user-agent.html -share/doc/HTML/en/kcontrol/windows-shares.html -share/doc/HTML/en/kcontrol/xserver.html -share/doc/HTML/en/kdebugdialog/.anchors +share/doc/HTML/en/kcontrol/systemcontrol.docbook +share/doc/HTML/en/kcontrol/thememgr.docbook share/doc/HTML/en/kdebugdialog/common +share/doc/HTML/en/kdebugdialog/index.cache.bz2 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/kdeprint/common +share/doc/HTML/en/kdeprint/cupsaddprinterwizard1.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard2_backendselection.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan_results.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard4_networkscan_config.png +share/doc/HTML/en/kdeprint/index.cache.bz2 +share/doc/HTML/en/kdeprint/index.docbook share/doc/HTML/en/kdesu/common -share/doc/HTML/en/kdesu/compiling.html -share/doc/HTML/en/kdesu/configuration.html +share/doc/HTML/en/kdesu/index.cache.bz2 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/sec-password-keeping.html -share/doc/HTML/en/kdesu/using-kdesu.html -share/doc/HTML/en/kdm/.anchors -share/doc/HTML/en/kdm/building-and-installing-kdm.html share/doc/HTML/en/kdm/common -share/doc/HTML/en/kdm/configuring-kdm.html -share/doc/HTML/en/kdm/configuring-your-system-for-kdm.html -share/doc/HTML/en/kdm/credits.html -share/doc/HTML/en/kdm/different-window-managers-with-kdm.html +share/doc/HTML/en/kdm/index.cache.bz2 share/doc/HTML/en/kdm/index.docbook -share/doc/HTML/en/kdm/index.html -share/doc/HTML/en/kdm/introduction.html -share/doc/HTML/en/kdm/kdmdesktop.html -share/doc/HTML/en/kdm/lilo.html -share/doc/HTML/en/kdm/locale.html -share/doc/HTML/en/kdm/other-information.html -share/doc/HTML/en/khelpcenter/.anchors share/doc/HTML/en/khelpcenter/background.png share/doc/HTML/en/khelpcenter/bgtable.png share/doc/HTML/en/khelpcenter/common -share/doc/HTML/en/khelpcenter/contact-developers.html -share/doc/HTML/en/khelpcenter/contact-more-information.html -share/doc/HTML/en/khelpcenter/contact-official.html -share/doc/HTML/en/khelpcenter/contact-the-kde-team.html share/doc/HTML/en/khelpcenter/contact.docbook -share/doc/HTML/en/khelpcenter/credits.html -share/doc/HTML/en/khelpcenter/faq/.anchors share/doc/HTML/en/khelpcenter/faq/TODO -share/doc/HTML/en/khelpcenter/faq/about.html -share/doc/HTML/en/khelpcenter/faq/applications.html +share/doc/HTML/en/khelpcenter/faq/about.docbook share/doc/HTML/en/khelpcenter/faq/common -share/doc/HTML/en/khelpcenter/faq/configure.html -share/doc/HTML/en/khelpcenter/faq/contribute.html -share/doc/HTML/en/khelpcenter/faq/credits.html -share/doc/HTML/en/khelpcenter/faq/desktop.html -share/doc/HTML/en/khelpcenter/faq/filemanager.html -share/doc/HTML/en/khelpcenter/faq/getting-kde.html +share/doc/HTML/en/khelpcenter/faq/configkde.docbook +share/doc/HTML/en/khelpcenter/faq/contrib.docbook +share/doc/HTML/en/khelpcenter/faq/desktop.docbook +share/doc/HTML/en/khelpcenter/faq/filemng.docbook +share/doc/HTML/en/khelpcenter/faq/getkde.docbook +share/doc/HTML/en/khelpcenter/faq/index.cache.bz2 share/doc/HTML/en/khelpcenter/faq/index.docbook -share/doc/HTML/en/khelpcenter/faq/index.html -share/doc/HTML/en/khelpcenter/faq/install.html -share/doc/HTML/en/khelpcenter/faq/introduction.html -share/doc/HTML/en/khelpcenter/faq/misc.html -share/doc/HTML/en/khelpcenter/faq/more-info.html -share/doc/HTML/en/khelpcenter/faq/non-kde-apps.html -share/doc/HTML/en/khelpcenter/faq/not-kde.html -share/doc/HTML/en/khelpcenter/faq/panel.html -share/doc/HTML/en/khelpcenter/faq/tips.html -share/doc/HTML/en/khelpcenter/faq/windowmanager.html -share/doc/HTML/en/khelpcenter/help-system-user-manual.html +share/doc/HTML/en/khelpcenter/faq/index.docbook.old +share/doc/HTML/en/khelpcenter/faq/install.docbook +share/doc/HTML/en/khelpcenter/faq/intro.docbook +share/doc/HTML/en/khelpcenter/faq/kdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/misc.docbook +share/doc/HTML/en/khelpcenter/faq/moreinfo.docbook +share/doc/HTML/en/khelpcenter/faq/nonkdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/notrelated.docbook +share/doc/HTML/en/khelpcenter/faq/panel.docbook +share/doc/HTML/en/khelpcenter/faq/tips.docbook +share/doc/HTML/en/khelpcenter/faq/winmng.docbook +share/doc/HTML/en/khelpcenter/glossary/common +share/doc/HTML/en/khelpcenter/glossary/index.cache.bz2 +share/doc/HTML/en/khelpcenter/glossary/index.docbook share/doc/HTML/en/khelpcenter/help.docbook +share/doc/HTML/en/khelpcenter/index.cache.bz2 share/doc/HTML/en/khelpcenter/index.docbook -share/doc/HTML/en/khelpcenter/index.html -share/doc/HTML/en/khelpcenter/interface-basics.html -share/doc/HTML/en/khelpcenter/invoking-help.html share/doc/HTML/en/khelpcenter/kdelogo2.png share/doc/HTML/en/khelpcenter/khelpcenter.png share/doc/HTML/en/khelpcenter/konq.css share/doc/HTML/en/khelpcenter/lines.png share/doc/HTML/en/khelpcenter/lines2.png share/doc/HTML/en/khelpcenter/links.docbook -share/doc/HTML/en/khelpcenter/main.html -share/doc/HTML/en/khelpcenter/no-html.html share/doc/HTML/en/khelpcenter/pointers.png -share/doc/HTML/en/khelpcenter/quickstart/.anchors -share/doc/HTML/en/khelpcenter/quickstart/advanced-topics.html -share/doc/HTML/en/khelpcenter/quickstart/an-overview-of-kde.html -share/doc/HTML/en/khelpcenter/quickstart/archives-and-networks.html share/doc/HTML/en/khelpcenter/quickstart/common -share/doc/HTML/en/khelpcenter/quickstart/configuration-modules.html -share/doc/HTML/en/khelpcenter/quickstart/configure.html -share/doc/HTML/en/khelpcenter/quickstart/credits.html +share/doc/HTML/en/khelpcenter/quickstart/index.cache.bz2 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/kde-an-exciting-journey.html -share/doc/HTML/en/khelpcenter/quickstart/launching-applications.html -share/doc/HTML/en/khelpcenter/quickstart/logging-out.html -share/doc/HTML/en/khelpcenter/quickstart/managing-your-files.html -share/doc/HTML/en/khelpcenter/quickstart/ready-set-go.html -share/doc/HTML/en/khelpcenter/quickstart/using-taskbar.html -share/doc/HTML/en/khelpcenter/quickstart/using-templates.html -share/doc/HTML/en/khelpcenter/quickstart/using-v-desktops.html -share/doc/HTML/en/khelpcenter/quickstart/want-command-line-back.html -share/doc/HTML/en/khelpcenter/quickstart/working-with-windows.html share/doc/HTML/en/khelpcenter/shadow1.png share/doc/HTML/en/khelpcenter/support.docbook -share/doc/HTML/en/khelpcenter/supporting-kde-financial-support.html -share/doc/HTML/en/khelpcenter/supporting-kde-get-started.html -share/doc/HTML/en/khelpcenter/supporting-kde.html -share/doc/HTML/en/khelpcenter/userguide/.anchors -share/doc/HTML/en/khelpcenter/userguide/about-this-preview.html -share/doc/HTML/en/khelpcenter/userguide/adding-programs.html -share/doc/HTML/en/khelpcenter/userguide/all-about-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html share/doc/HTML/en/khelpcenter/userguide/common -share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/desktop-components.html -share/doc/HTML/en/khelpcenter/userguide/docu-staff.html -share/doc/HTML/en/khelpcenter/userguide/entertainment-applications.html -share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html -share/doc/HTML/en/khelpcenter/userguide/first-impressions.html -share/doc/HTML/en/khelpcenter/userguide/frequently-asked-questions.html -share/doc/HTML/en/khelpcenter/userguide/getting-kde.html -share/doc/HTML/en/khelpcenter/userguide/getting-started.html -share/doc/HTML/en/khelpcenter/userguide/graphical-applications.html +share/doc/HTML/en/khelpcenter/userguide/index.cache.bz2 share/doc/HTML/en/khelpcenter/userguide/index.docbook -share/doc/HTML/en/khelpcenter/userguide/index.html -share/doc/HTML/en/khelpcenter/userguide/installation.html -share/doc/HTML/en/khelpcenter/userguide/installing-debian.html -share/doc/HTML/en/khelpcenter/userguide/introduction.html -share/doc/HTML/en/khelpcenter/userguide/kdeadmin-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdebase-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdepim-applications.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/license.html -share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms.html -share/doc/HTML/en/khelpcenter/userguide/more-help.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/multimedia-applications.html -share/doc/HTML/en/khelpcenter/userguide/network-applications.html -share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html -share/doc/HTML/en/khelpcenter/userguide/shortcuts.html -share/doc/HTML/en/khelpcenter/userguide/source-distribution.html -share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html -share/doc/HTML/en/khelpcenter/userguide/suse-install.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-templates.html -share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html -share/doc/HTML/en/khelpcenter/userguide/utility-applications.html -share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html -share/doc/HTML/en/khelpcenter/visualdict/.anchors share/doc/HTML/en/khelpcenter/visualdict/common -share/doc/HTML/en/khelpcenter/visualdict/credits.html +share/doc/HTML/en/khelpcenter/visualdict/index.cache.bz2 share/doc/HTML/en/khelpcenter/visualdict/index.docbook -share/doc/HTML/en/khelpcenter/visualdict/index.html share/doc/HTML/en/khelpcenter/visualdict/pict1.png share/doc/HTML/en/khelpcenter/visualdict/pict10.png share/doc/HTML/en/khelpcenter/visualdict/pict11.png @@ -1422,77 +1484,58 @@ share/doc/HTML/en/khelpcenter/visualdict/pict6.png share/doc/HTML/en/khelpcenter/visualdict/pict7.png share/doc/HTML/en/khelpcenter/visualdict/pict8.png share/doc/HTML/en/khelpcenter/visualdict/pict9.png -share/doc/HTML/en/khelpcenter/visualdict/visual-dictionary.html -share/doc/HTML/en/khelpcenter/web.html -share/doc/HTML/en/khelpcenter/welcome-to-kde.html share/doc/HTML/en/khelpcenter/welcome.docbook -share/doc/HTML/en/khelpcenter/what-is-kde-the-desktop.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-development-framework.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-office-suite.html -share/doc/HTML/en/khelpcenter/what-is-kde.html share/doc/HTML/en/khelpcenter/whatiskde.docbook -share/doc/HTML/en/kicker/.anchors -share/doc/HTML/en/kicker/applets.html -share/doc/HTML/en/kicker/application-group.html -share/doc/HTML/en/kicker/basics.html -share/doc/HTML/en/kicker/browsers.html -share/doc/HTML/en/kicker/child-panel-extension.html -share/doc/HTML/en/kicker/clock-applet.html -share/doc/HTML/en/kicker/commands.html +share/doc/HTML/en/kicker/bookmarks_icon.png share/doc/HTML/en/kicker/common -share/doc/HTML/en/kicker/compilation.html -share/doc/HTML/en/kicker/configuration.html -share/doc/HTML/en/kicker/configuring-apps.html -share/doc/HTML/en/kicker/configuring.html -share/doc/HTML/en/kicker/credits.html -share/doc/HTML/en/kicker/dock-application-bar-extension.html -share/doc/HTML/en/kicker/extensions.html -share/doc/HTML/en/kicker/faq.html +share/doc/HTML/en/kicker/desktop_icon.png +share/doc/HTML/en/kicker/index.cache.bz2 share/doc/HTML/en/kicker/index.docbook -share/doc/HTML/en/kicker/index.html -share/doc/HTML/en/kicker/installation.html -share/doc/HTML/en/kicker/introduction.html -share/doc/HTML/en/kicker/k-menu.html share/doc/HTML/en/kicker/k_menu_icon.png -share/doc/HTML/en/kicker/kasbar-extension.html -share/doc/HTML/en/kicker/kfind-advanced.html -share/doc/HTML/en/kicker/kfind-date-range.html -share/doc/HTML/en/kicker/kfind.html -share/doc/HTML/en/kicker/launcher-applet.html -share/doc/HTML/en/kicker/most-recently-group.html -share/doc/HTML/en/kicker/naughty-applet.html -share/doc/HTML/en/kicker/pager-applet.html -share/doc/HTML/en/kicker/panel-applets.html -share/doc/HTML/en/kicker/panel-buttons.html -share/doc/HTML/en/kicker/panel-looknfeel.html -share/doc/HTML/en/kicker/panel-menus.html -share/doc/HTML/en/kicker/requirements.html -share/doc/HTML/en/kicker/run-applet.html -share/doc/HTML/en/kicker/run-command.html +share/doc/HTML/en/kicker/recent_docs_icon.png share/doc/HTML/en/kicker/screenshot_left.png share/doc/HTML/en/kicker/screenshot_right.png -share/doc/HTML/en/kicker/systemtray-applet.html -share/doc/HTML/en/kicker/using-kicker.html +share/doc/HTML/en/kicker/taskbar_group.png +share/doc/HTML/en/kicker/terminals_icon.png share/doc/HTML/en/kicker/windowlist_icon.png -share/doc/HTML/en/klipper/.anchors -share/doc/HTML/en/klipper/actions.html +share/doc/HTML/en/kioslave/audiocd.docbook +share/doc/HTML/en/kioslave/bzip.docbook +share/doc/HTML/en/kioslave/bzip2.docbook +share/doc/HTML/en/kioslave/common +share/doc/HTML/en/kioslave/file.docbook +share/doc/HTML/en/kioslave/finger.docbook +share/doc/HTML/en/kioslave/floppy.docbook +share/doc/HTML/en/kioslave/ftp.docbook +share/doc/HTML/en/kioslave/gopher.docbook +share/doc/HTML/en/kioslave/gzip.docbook +share/doc/HTML/en/kioslave/help.docbook +share/doc/HTML/en/kioslave/http.docbook +share/doc/HTML/en/kioslave/https.docbook +share/doc/HTML/en/kioslave/imap.docbook +share/doc/HTML/en/kioslave/imaps.docbook +share/doc/HTML/en/kioslave/index.cache.bz2 +share/doc/HTML/en/kioslave/index.docbook +share/doc/HTML/en/kioslave/info.docbook +share/doc/HTML/en/kioslave/lan.docbook +share/doc/HTML/en/kioslave/ldap.docbook +share/doc/HTML/en/kioslave/mailto.docbook +share/doc/HTML/en/kioslave/man.docbook +share/doc/HTML/en/kioslave/news.docbook +share/doc/HTML/en/kioslave/nfs.docbook +share/doc/HTML/en/kioslave/nntp.docbook +share/doc/HTML/en/kioslave/pop3.docbook +share/doc/HTML/en/kioslave/pop3s.docbook +share/doc/HTML/en/kioslave/rlan.docbook +share/doc/HTML/en/kioslave/rlogin.docbook +share/doc/HTML/en/kioslave/smb.docbook +share/doc/HTML/en/kioslave/tar.docbook +share/doc/HTML/en/kioslave/telnet.docbook +share/doc/HTML/en/kioslave/thumbnail.docbook share/doc/HTML/en/klipper/common -share/doc/HTML/en/klipper/compilation.html -share/doc/HTML/en/klipper/configuration.html -share/doc/HTML/en/klipper/credits.html +share/doc/HTML/en/klipper/index.cache.bz2 share/doc/HTML/en/klipper/index.docbook -share/doc/HTML/en/klipper/index.html -share/doc/HTML/en/klipper/installation.html -share/doc/HTML/en/klipper/introduction.html -share/doc/HTML/en/klipper/requirements.html share/doc/HTML/en/klipper/screenshot.png -share/doc/HTML/en/klipper/using-klipper.html -share/doc/HTML/en/kmenuedit/.anchors share/doc/HTML/en/kmenuedit/common -share/doc/HTML/en/kmenuedit/compilation.html -share/doc/HTML/en/kmenuedit/credits.html -share/doc/HTML/en/kmenuedit/details-advanced.html -share/doc/HTML/en/kmenuedit/glossary.html share/doc/HTML/en/kmenuedit/i_copy.png share/doc/HTML/en/kmenuedit/i_cut.png share/doc/HTML/en/kmenuedit/i_delete.png @@ -1502,163 +1545,141 @@ share/doc/HTML/en/kmenuedit/i_new_submenu.png share/doc/HTML/en/kmenuedit/i_paste.png share/doc/HTML/en/kmenuedit/icon_sets.png share/doc/HTML/en/kmenuedit/icons.png +share/doc/HTML/en/kmenuedit/index.cache.bz2 share/doc/HTML/en/kmenuedit/index.docbook -share/doc/HTML/en/kmenuedit/index.html -share/doc/HTML/en/kmenuedit/installation.html -share/doc/HTML/en/kmenuedit/introduction.html -share/doc/HTML/en/kmenuedit/menu-reference.html -share/doc/HTML/en/kmenuedit/using-kmenuedit.html -share/doc/HTML/en/konqueror/.anchors -share/doc/HTML/en/konqueror/basics.html -share/doc/HTML/en/konqueror/bookmarks.html -share/doc/HTML/en/konqueror/browser.html -share/doc/HTML/en/konqueror/bubble.html share/doc/HTML/en/konqueror/cmndline.png -share/doc/HTML/en/konqueror/commandline.html -share/doc/HTML/en/konqueror/commands.html share/doc/HTML/en/konqueror/common -share/doc/HTML/en/konqueror/config.html -share/doc/HTML/en/konqueror/configfm.html -share/doc/HTML/en/konqueror/configure-browser.html -share/doc/HTML/en/konqueror/configure-enhanced-browsing.html -share/doc/HTML/en/konqueror/configure-proxy.html -share/doc/HTML/en/konqueror/configure-user-agent.html -share/doc/HTML/en/konqueror/cookies.html -share/doc/HTML/en/konqueror/credits.html -share/doc/HTML/en/konqueror/crypto.html -share/doc/HTML/en/konqueror/deleting.html share/doc/HTML/en/konqueror/dirtree.png share/doc/HTML/en/konqueror/dragdrop.png -share/doc/HTML/en/konqueror/faq.html -share/doc/HTML/en/konqueror/file-associations.html -share/doc/HTML/en/konqueror/filemanager.html share/doc/HTML/en/konqueror/filetype1.png share/doc/HTML/en/konqueror/filetype3.png share/doc/HTML/en/konqueror/filetype4.png -share/doc/HTML/en/konqueror/ftp.html +share/doc/HTML/en/konqueror/index.cache.bz2 share/doc/HTML/en/konqueror/index.docbook -share/doc/HTML/en/konqueror/index.html -share/doc/HTML/en/konqueror/installation.html share/doc/HTML/en/konqueror/konqorg.png -share/doc/HTML/en/konqueror/lmb-mmb.html -share/doc/HTML/en/konqueror/making.html -share/doc/HTML/en/konqueror/man-info.html -share/doc/HTML/en/konqueror/moving.html -share/doc/HTML/en/konqueror/multiple.html -share/doc/HTML/en/konqueror/newname.html -share/doc/HTML/en/konqueror/parts.html share/doc/HTML/en/konqueror/parts.png -share/doc/HTML/en/konqueror/plugin.html -share/doc/HTML/en/konqueror/rmb-menus.html share/doc/HTML/en/konqueror/samba.png -share/doc/HTML/en/konqueror/save-print-web.html -share/doc/HTML/en/konqueror/save-settings.html -share/doc/HTML/en/konqueror/surf.html -share/doc/HTML/en/konsole/.anchors -share/doc/HTML/en/konsole/command-line-options.html share/doc/HTML/en/konsole/common -share/doc/HTML/en/konsole/credits.html -share/doc/HTML/en/konsole/history-option.html +share/doc/HTML/en/konsole/index.cache.bz2 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/konsole.png share/doc/HTML/en/konsole/konsole1.gif share/doc/HTML/en/konsole/konsole2.gif -share/doc/HTML/en/konsole/menubar.html -share/doc/HTML/en/konsole/mousebuttons.html share/doc/HTML/en/konsole/techref.html -share/doc/HTML/en/konsole/toolbar.html -share/doc/HTML/en/konsole/use-of-konsole.html share/doc/HTML/en/konsole/vt100.gif -share/doc/HTML/en/kpager/.anchors -share/doc/HTML/en/kpager/commands.html share/doc/HTML/en/kpager/common -share/doc/HTML/en/kpager/compilation.html -share/doc/HTML/en/kpager/credits.html -share/doc/HTML/en/kpager/faq.html +share/doc/HTML/en/kpager/index.cache.bz2 share/doc/HTML/en/kpager/index.docbook -share/doc/HTML/en/kpager/index.html -share/doc/HTML/en/kpager/installation.html -share/doc/HTML/en/kpager/introduction.html -share/doc/HTML/en/kpager/kapp-settings.html -share/doc/HTML/en/kpager/requirements.html share/doc/HTML/en/kpager/screenshot.png share/doc/HTML/en/kpager/settings.png -share/doc/HTML/en/kpager/using-kapp.html -share/doc/HTML/en/ksysguard/.anchors share/doc/HTML/en/ksysguard/common -share/doc/HTML/en/ksysguard/compilationandinstallation.html -share/doc/HTML/en/ksysguard/credits-and-licenses.html +share/doc/HTML/en/ksysguard/index.cache.bz2 share/doc/HTML/en/ksysguard/index.docbook -share/doc/HTML/en/ksysguard/index.html -share/doc/HTML/en/ksysguard/installation.html -share/doc/HTML/en/ksysguard/introduction.html -share/doc/HTML/en/ksysguard/requirements.html -share/doc/HTML/en/ksysguard/the-sensor-browser.html -share/doc/HTML/en/ksysguard/the-workspace.html -share/doc/HTML/en/ksysguard/usingtheksysguard.html -share/doc/HTML/en/kwrite/.anchors -share/doc/HTML/en/kwrite/command-line-options.html share/doc/HTML/en/kwrite/common -share/doc/HTML/en/kwrite/credits.html -share/doc/HTML/en/kwrite/edit.html -share/doc/HTML/en/kwrite/go.html -share/doc/HTML/en/kwrite/help.html +share/doc/HTML/en/kwrite/index.cache.bz2 share/doc/HTML/en/kwrite/index.docbook -share/doc/HTML/en/kwrite/index.html -share/doc/HTML/en/kwrite/installation.html -share/doc/HTML/en/kwrite/introduction.html -share/doc/HTML/en/kwrite/keybindings.html -share/doc/HTML/en/kwrite/on-screen-fundamentals.html -share/doc/HTML/en/kwrite/pref-dialog.html -share/doc/HTML/en/kwrite/pref-edit.html -share/doc/HTML/en/kwrite/pref-highlighting.html -share/doc/HTML/en/kwrite/pref-indent.html -share/doc/HTML/en/kwrite/pref-select.html -share/doc/HTML/en/kwrite/prefspellchecker.html -share/doc/HTML/en/kwrite/settings.html -share/doc/HTML/en/kwrite/the-menu-entries.html -share/doc/HTML/en/kwrite/tools.html -share/doc/HTML/en/no-html.html share/fonts/9x15.pcf.gz share/fonts/console8x16.pcf.gz share/fonts/console8x8.pcf.gz share/fonts/fonts.dir share/fonts/override/fonts.dir +share/icons/hicolor/16x16/actions/view_choose.png +share/icons/hicolor/16x16/actions/view_detailed.png +share/icons/hicolor/16x16/actions/view_icon.png +share/icons/hicolor/16x16/actions/view_multicolumn.png +share/icons/hicolor/16x16/actions/view_text.png +share/icons/hicolor/16x16/actions/view_tree.png +share/icons/hicolor/16x16/apps/access.png +share/icons/hicolor/16x16/apps/acroread.png +share/icons/hicolor/16x16/apps/agent.png +share/icons/hicolor/16x16/apps/alevt.png +share/icons/hicolor/16x16/apps/applixware.png +share/icons/hicolor/16x16/apps/arts.png share/icons/hicolor/16x16/apps/background.png share/icons/hicolor/16x16/apps/bell.png +share/icons/hicolor/16x16/apps/blender.png +share/icons/hicolor/16x16/apps/clock.png +share/icons/hicolor/16x16/apps/colors.png share/icons/hicolor/16x16/apps/cookie.png +share/icons/hicolor/16x16/apps/date.png +share/icons/hicolor/16x16/apps/designer.png +share/icons/hicolor/16x16/apps/dlgedit.png +share/icons/hicolor/16x16/apps/emacs.png share/icons/hicolor/16x16/apps/email.png share/icons/hicolor/16x16/apps/energy.png +share/icons/hicolor/16x16/apps/energy_star.png share/icons/hicolor/16x16/apps/enhanced_browsing.png +share/icons/hicolor/16x16/apps/filetypes.png +share/icons/hicolor/16x16/apps/fonts.png +share/icons/hicolor/16x16/apps/gimp.png share/icons/hicolor/16x16/apps/go.png +share/icons/hicolor/16x16/apps/gv.png +share/icons/hicolor/16x16/apps/gvim.png +share/icons/hicolor/16x16/apps/help_index.png share/icons/hicolor/16x16/apps/hwinfo.png +share/icons/hicolor/16x16/apps/icons.png +share/icons/hicolor/16x16/apps/iconthemes.png share/icons/hicolor/16x16/apps/input_devices_settings.png +share/icons/hicolor/16x16/apps/kaddressbook.png share/icons/hicolor/16x16/apps/kappfinder.png +share/icons/hicolor/16x16/apps/kate.png +share/icons/hicolor/16x16/apps/kcmdevices.png +share/icons/hicolor/16x16/apps/kcmkicker.png share/icons/hicolor/16x16/apps/kcmkwm.png +share/icons/hicolor/16x16/apps/kcmmemory.png +share/icons/hicolor/16x16/apps/kcmmidi.png +share/icons/hicolor/16x16/apps/kcmpartitions.png +share/icons/hicolor/16x16/apps/kcmpci.png +share/icons/hicolor/16x16/apps/kcmprocessor.png +share/icons/hicolor/16x16/apps/kcmscsi.png +share/icons/hicolor/16x16/apps/kcmsound.png share/icons/hicolor/16x16/apps/kcmsystem.png +share/icons/hicolor/16x16/apps/kcmx.png share/icons/hicolor/16x16/apps/kcontrol.png +share/icons/hicolor/16x16/apps/kdeprintfax.png share/icons/hicolor/16x16/apps/kdisknav.png +share/icons/hicolor/16x16/apps/kdmconfig.png share/icons/hicolor/16x16/apps/keditbookmarks.png +share/icons/hicolor/16x16/apps/key_bindings.png +share/icons/hicolor/16x16/apps/keyboard.png +share/icons/hicolor/16x16/apps/keyboard_layout.png share/icons/hicolor/16x16/apps/kfm.png share/icons/hicolor/16x16/apps/kfm_home.png share/icons/hicolor/16x16/apps/khelpcenter.png +share/icons/hicolor/16x16/apps/kicker.png +share/icons/hicolor/16x16/apps/kjobviewer.png share/icons/hicolor/16x16/apps/klipper.png +share/icons/hicolor/16x16/apps/kmenuedit.png +share/icons/hicolor/16x16/apps/knotify.png share/icons/hicolor/16x16/apps/konqueror.png share/icons/hicolor/16x16/apps/konsole.png +share/icons/hicolor/16x16/apps/kpager.png +share/icons/hicolor/16x16/apps/kpersonalizer.png share/icons/hicolor/16x16/apps/kscreensaver.png share/icons/hicolor/16x16/apps/ksysguard.png +share/icons/hicolor/16x16/apps/kthememgr.png share/icons/hicolor/16x16/apps/ktip.png +share/icons/hicolor/16x16/apps/kwin.png share/icons/hicolor/16x16/apps/kwrite.png +share/icons/hicolor/16x16/apps/licq.png share/icons/hicolor/16x16/apps/locale.png share/icons/hicolor/16x16/apps/looknfeel.png +share/icons/hicolor/16x16/apps/lyx.png +share/icons/hicolor/16x16/apps/mathematica.png +share/icons/hicolor/16x16/apps/mouse.png +share/icons/hicolor/16x16/apps/mozilla.png share/icons/hicolor/16x16/apps/multimedia.png +share/icons/hicolor/16x16/apps/nedit.png share/icons/hicolor/16x16/apps/netscape.png share/icons/hicolor/16x16/apps/package_applications.png share/icons/hicolor/16x16/apps/package_development.png share/icons/hicolor/16x16/apps/package_editors.png +share/icons/hicolor/16x16/apps/package_favourite.png +share/icons/hicolor/16x16/apps/package_games.png +share/icons/hicolor/16x16/apps/package_games_arcade.png +share/icons/hicolor/16x16/apps/package_games_board.png +share/icons/hicolor/16x16/apps/package_games_card.png +share/icons/hicolor/16x16/apps/package_games_strategy.png share/icons/hicolor/16x16/apps/package_graphics.png share/icons/hicolor/16x16/apps/package_multimedia.png share/icons/hicolor/16x16/apps/package_network.png @@ -1667,25 +1688,41 @@ share/icons/hicolor/16x16/apps/package_system.png share/icons/hicolor/16x16/apps/package_toys.png share/icons/hicolor/16x16/apps/package_utilities.png share/icons/hicolor/16x16/apps/package_wordprocessing.png +share/icons/hicolor/16x16/apps/panel.png +share/icons/hicolor/16x16/apps/panel_settings.png +share/icons/hicolor/16x16/apps/password.png +share/icons/hicolor/16x16/apps/penguin.png +share/icons/hicolor/16x16/apps/personal.png +share/icons/hicolor/16x16/apps/plan.png +share/icons/hicolor/16x16/apps/printmgr.png +share/icons/hicolor/16x16/apps/proxy.png share/icons/hicolor/16x16/apps/pybliographic.png share/icons/hicolor/16x16/apps/realplayer.png share/icons/hicolor/16x16/apps/remote.png share/icons/hicolor/16x16/apps/samba.png share/icons/hicolor/16x16/apps/style.png +share/icons/hicolor/16x16/apps/stylesheet.png +share/icons/hicolor/16x16/apps/terminal.png +share/icons/hicolor/16x16/apps/usb.png +share/icons/hicolor/16x16/apps/wabi.png share/icons/hicolor/16x16/apps/window_list.png -share/icons/hicolor/16x16/devices/3floppy_mount.png -share/icons/hicolor/16x16/devices/3floppy_unmount.png -share/icons/hicolor/16x16/devices/cdaudio_mount.png -share/icons/hicolor/16x16/devices/cdaudio_unmount.png -share/icons/hicolor/16x16/devices/cdrom_mount.png -share/icons/hicolor/16x16/devices/cdrom_unmount.png -share/icons/hicolor/16x16/devices/dvd_mount.png -share/icons/hicolor/16x16/devices/dvd_unmount.png -share/icons/hicolor/16x16/devices/hdd_mount.png -share/icons/hicolor/16x16/devices/hdd_unmount.png -share/icons/hicolor/16x16/devices/nfs_mount.png -share/icons/hicolor/16x16/devices/nfs_unmount.png -share/icons/hicolor/16x16/devices/printer1.png +share/icons/hicolor/16x16/apps/winprops.png +share/icons/hicolor/16x16/apps/wp.png +share/icons/hicolor/16x16/apps/xcalc.png +share/icons/hicolor/16x16/apps/xclipboard.png +share/icons/hicolor/16x16/apps/xclock.png +share/icons/hicolor/16x16/apps/xconsole.png +share/icons/hicolor/16x16/apps/xedit.png +share/icons/hicolor/16x16/apps/xemacs.png +share/icons/hicolor/16x16/apps/xeyes.png +share/icons/hicolor/16x16/apps/xfig.png +share/icons/hicolor/16x16/apps/xfmail.png +share/icons/hicolor/16x16/apps/xload.png +share/icons/hicolor/16x16/apps/xmag.png +share/icons/hicolor/16x16/apps/xmms.png +share/icons/hicolor/16x16/apps/xosview.png +share/icons/hicolor/16x16/apps/xpaint.png +share/icons/hicolor/16x16/apps/xv.png share/icons/hicolor/16x16/filesystems/file_important.png share/icons/hicolor/16x16/filesystems/folder_important.png share/icons/hicolor/22x22/actions/view_choose.png @@ -1703,27 +1740,41 @@ share/icons/hicolor/32x32/actions/view_tree.png share/icons/hicolor/32x32/apps/access.png share/icons/hicolor/32x32/apps/acroread.png share/icons/hicolor/32x32/apps/agent.png +share/icons/hicolor/32x32/apps/alevt.png +share/icons/hicolor/32x32/apps/applixware.png +share/icons/hicolor/32x32/apps/background.png share/icons/hicolor/32x32/apps/bell.png share/icons/hicolor/32x32/apps/blender.png +share/icons/hicolor/32x32/apps/clanbomber.png share/icons/hicolor/32x32/apps/clock.png share/icons/hicolor/32x32/apps/colors.png share/icons/hicolor/32x32/apps/cookie.png share/icons/hicolor/32x32/apps/date.png share/icons/hicolor/32x32/apps/designer.png +share/icons/hicolor/32x32/apps/dlgedit.png share/icons/hicolor/32x32/apps/emacs.png share/icons/hicolor/32x32/apps/email.png share/icons/hicolor/32x32/apps/energy.png +share/icons/hicolor/32x32/apps/energy_star.png share/icons/hicolor/32x32/apps/enhanced_browsing.png +share/icons/hicolor/32x32/apps/error.png share/icons/hicolor/32x32/apps/filetypes.png share/icons/hicolor/32x32/apps/fonts.png +share/icons/hicolor/32x32/apps/gimp.png share/icons/hicolor/32x32/apps/go.png +share/icons/hicolor/32x32/apps/gv.png +share/icons/hicolor/32x32/apps/gvim.png share/icons/hicolor/32x32/apps/help_index.png share/icons/hicolor/32x32/apps/hwinfo.png share/icons/hicolor/32x32/apps/icons.png share/icons/hicolor/32x32/apps/iconthemes.png +share/icons/hicolor/32x32/apps/input_devices_settings.png +share/icons/hicolor/32x32/apps/kaddressbook.png share/icons/hicolor/32x32/apps/kappfinder.png +share/icons/hicolor/32x32/apps/kate.png share/icons/hicolor/32x32/apps/kcmdevices.png share/icons/hicolor/32x32/apps/kcmdrkonqi.png +share/icons/hicolor/32x32/apps/kcmkicker.png share/icons/hicolor/32x32/apps/kcmkwm.png share/icons/hicolor/32x32/apps/kcmmemory.png share/icons/hicolor/32x32/apps/kcmmidi.png @@ -1735,36 +1786,48 @@ share/icons/hicolor/32x32/apps/kcmsound.png share/icons/hicolor/32x32/apps/kcmsystem.png share/icons/hicolor/32x32/apps/kcmx.png share/icons/hicolor/32x32/apps/kcontrol.png +share/icons/hicolor/32x32/apps/kdeprintfax.png share/icons/hicolor/32x32/apps/kdisknav.png share/icons/hicolor/32x32/apps/kdmconfig.png share/icons/hicolor/32x32/apps/keditbookmarks.png share/icons/hicolor/32x32/apps/key_bindings.png +share/icons/hicolor/32x32/apps/keyboard.png share/icons/hicolor/32x32/apps/keyboard_layout.png share/icons/hicolor/32x32/apps/kfm.png share/icons/hicolor/32x32/apps/kfm_home.png share/icons/hicolor/32x32/apps/khelpcenter.png +share/icons/hicolor/32x32/apps/kjobviewer.png share/icons/hicolor/32x32/apps/klipper.png share/icons/hicolor/32x32/apps/kmenuedit.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/kpager.png +share/icons/hicolor/32x32/apps/kpersonalizer.png share/icons/hicolor/32x32/apps/kscreensaver.png share/icons/hicolor/32x32/apps/ksysguard.png share/icons/hicolor/32x32/apps/kthememgr.png share/icons/hicolor/32x32/apps/ktip.png share/icons/hicolor/32x32/apps/kwin.png share/icons/hicolor/32x32/apps/kwrite.png +share/icons/hicolor/32x32/apps/licq.png share/icons/hicolor/32x32/apps/locale.png share/icons/hicolor/32x32/apps/looknfeel.png +share/icons/hicolor/32x32/apps/lyx.png +share/icons/hicolor/32x32/apps/mathematica.png share/icons/hicolor/32x32/apps/mouse.png share/icons/hicolor/32x32/apps/multimedia.png +share/icons/hicolor/32x32/apps/nedit.png share/icons/hicolor/32x32/apps/netscape.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_games_arcade.png +share/icons/hicolor/32x32/apps/package_games_board.png +share/icons/hicolor/32x32/apps/package_games_card.png +share/icons/hicolor/32x32/apps/package_games_strategy.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 @@ -1774,44 +1837,41 @@ share/icons/hicolor/32x32/apps/package_toys.png share/icons/hicolor/32x32/apps/package_utilities.png share/icons/hicolor/32x32/apps/package_wordprocessing.png share/icons/hicolor/32x32/apps/password.png +share/icons/hicolor/32x32/apps/penguin.png +share/icons/hicolor/32x32/apps/personal.png +share/icons/hicolor/32x32/apps/plan.png +share/icons/hicolor/32x32/apps/printmgr.png share/icons/hicolor/32x32/apps/proxy.png share/icons/hicolor/32x32/apps/pybliographic.png +share/icons/hicolor/32x32/apps/pysol.png share/icons/hicolor/32x32/apps/realplayer.png +share/icons/hicolor/32x32/apps/samba.png share/icons/hicolor/32x32/apps/style.png +share/icons/hicolor/32x32/apps/stylesheet.png share/icons/hicolor/32x32/apps/terminal.png +share/icons/hicolor/32x32/apps/usb.png +share/icons/hicolor/32x32/apps/wabi.png share/icons/hicolor/32x32/apps/window_list.png share/icons/hicolor/32x32/apps/winprops.png +share/icons/hicolor/32x32/apps/wp.png +share/icons/hicolor/32x32/apps/x.png share/icons/hicolor/32x32/apps/xapp.png share/icons/hicolor/32x32/apps/xawtv.png +share/icons/hicolor/32x32/apps/xcalc.png +share/icons/hicolor/32x32/apps/xclipboard.png +share/icons/hicolor/32x32/apps/xclock.png +share/icons/hicolor/32x32/apps/xconsole.png share/icons/hicolor/32x32/apps/xedit.png share/icons/hicolor/32x32/apps/xemacs.png +share/icons/hicolor/32x32/apps/xeyes.png +share/icons/hicolor/32x32/apps/xfig.png +share/icons/hicolor/32x32/apps/xfmail.png +share/icons/hicolor/32x32/apps/xload.png share/icons/hicolor/32x32/apps/xmag.png +share/icons/hicolor/32x32/apps/xmms.png +share/icons/hicolor/32x32/apps/xosview.png +share/icons/hicolor/32x32/apps/xpaint.png share/icons/hicolor/32x32/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/32x32/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/32x32/devices/dvd_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/nfs_mount.png -share/icons/hicolor/32x32/devices/nfs_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/32x32/filesystems/file_important.png share/icons/hicolor/32x32/filesystems/folder_important.png share/icons/hicolor/48x48/apps/access.png @@ -1826,6 +1886,7 @@ share/icons/hicolor/48x48/apps/designer.png share/icons/hicolor/48x48/apps/emacs.png share/icons/hicolor/48x48/apps/email.png share/icons/hicolor/48x48/apps/energy.png +share/icons/hicolor/48x48/apps/energy_star.png share/icons/hicolor/48x48/apps/enhanced_browsing.png share/icons/hicolor/48x48/apps/filetypes.png share/icons/hicolor/48x48/apps/fonts.png @@ -1836,7 +1897,9 @@ share/icons/hicolor/48x48/apps/help_index.png share/icons/hicolor/48x48/apps/hwinfo.png share/icons/hicolor/48x48/apps/icons.png share/icons/hicolor/48x48/apps/iconthemes.png +share/icons/hicolor/48x48/apps/input_devices_settings.png share/icons/hicolor/48x48/apps/kappfinder.png +share/icons/hicolor/48x48/apps/kate.png share/icons/hicolor/48x48/apps/kcmdevices.png share/icons/hicolor/48x48/apps/kcmdrkonqi.png share/icons/hicolor/48x48/apps/kcmkwm.png @@ -1868,6 +1931,7 @@ share/icons/hicolor/48x48/apps/kthememgr.png share/icons/hicolor/48x48/apps/ktip.png share/icons/hicolor/48x48/apps/kwin.png share/icons/hicolor/48x48/apps/kwrite.png +share/icons/hicolor/48x48/apps/licq.png share/icons/hicolor/48x48/apps/locale.png share/icons/hicolor/48x48/apps/looknfeel.png share/icons/hicolor/48x48/apps/mouse.png @@ -1878,6 +1942,10 @@ 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_games_arcade.png +share/icons/hicolor/48x48/apps/package_games_board.png +share/icons/hicolor/48x48/apps/package_games_card.png +share/icons/hicolor/48x48/apps/package_games_strategy.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 @@ -1887,321 +1955,24 @@ share/icons/hicolor/48x48/apps/package_toys.png share/icons/hicolor/48x48/apps/package_utilities.png share/icons/hicolor/48x48/apps/package_wordprocessing.png share/icons/hicolor/48x48/apps/password.png +share/icons/hicolor/48x48/apps/personal.png share/icons/hicolor/48x48/apps/proxy.png share/icons/hicolor/48x48/apps/remote.png share/icons/hicolor/48x48/apps/samba.png share/icons/hicolor/48x48/apps/style.png +share/icons/hicolor/48x48/apps/stylesheet.png share/icons/hicolor/48x48/apps/terminal.png +share/icons/hicolor/48x48/apps/usb.png share/icons/hicolor/48x48/apps/window_list.png share/icons/hicolor/48x48/apps/winprops.png share/icons/hicolor/48x48/apps/xedit.png share/icons/hicolor/48x48/apps/xemacs.png share/icons/hicolor/48x48/apps/xmag.png share/icons/hicolor/48x48/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/48x48/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/48x48/devices/dvd_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/nfs_mount.png -share/icons/hicolor/48x48/devices/nfs_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/hicolor/48x48/filesystems/file_important.png share/icons/hicolor/48x48/filesystems/folder_important.png -share/icons/locolor/16x16/actions/bookmark_folder.png -share/icons/locolor/16x16/actions/view_choose.png -share/icons/locolor/16x16/actions/view_detailed.png -share/icons/locolor/16x16/actions/view_icon.png -share/icons/locolor/16x16/actions/view_multicolumn.png -share/icons/locolor/16x16/actions/view_text.png -share/icons/locolor/16x16/actions/view_tree.png -share/icons/locolor/16x16/apps/access.png -share/icons/locolor/16x16/apps/acroread.png -share/icons/locolor/16x16/apps/agent.png -share/icons/locolor/16x16/apps/alevt.png -share/icons/locolor/16x16/apps/applixware.png -share/icons/locolor/16x16/apps/arts.png -share/icons/locolor/16x16/apps/background.png share/icons/locolor/16x16/apps/bell.png -share/icons/locolor/16x16/apps/blender.png -share/icons/locolor/16x16/apps/clock.png -share/icons/locolor/16x16/apps/colors.png -share/icons/locolor/16x16/apps/cookie.png -share/icons/locolor/16x16/apps/date.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/enhanced_browsing.png -share/icons/locolor/16x16/apps/filetypes.png -share/icons/locolor/16x16/apps/fonts.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/help_index.png -share/icons/locolor/16x16/apps/hwinfo.png -share/icons/locolor/16x16/apps/icons.png -share/icons/locolor/16x16/apps/iconthemes.png -share/icons/locolor/16x16/apps/input_devices_settings.png -share/icons/locolor/16x16/apps/kappfinder.png -share/icons/locolor/16x16/apps/kcmdevices.png -share/icons/locolor/16x16/apps/kcmdrkonqi.png -share/icons/locolor/16x16/apps/kcmkicker.png -share/icons/locolor/16x16/apps/kcmkwm.png -share/icons/locolor/16x16/apps/kcmmemory.png -share/icons/locolor/16x16/apps/kcmmidi.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/kcmsystem.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/keditbookmarks.png -share/icons/locolor/16x16/apps/key_bindings.png -share/icons/locolor/16x16/apps/keyboard.png -share/icons/locolor/16x16/apps/keyboard_layout.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/kicker.png -share/icons/locolor/16x16/apps/klipper.png -share/icons/locolor/16x16/apps/kmenuedit.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/kpager.png -share/icons/locolor/16x16/apps/kscreensaver.png -share/icons/locolor/16x16/apps/ksysguard.png -share/icons/locolor/16x16/apps/kthememgr.png -share/icons/locolor/16x16/apps/ktip.png -share/icons/locolor/16x16/apps/kwin.png -share/icons/locolor/16x16/apps/kwrite.png -share/icons/locolor/16x16/apps/locale.png -share/icons/locolor/16x16/apps/looknfeel.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/mozilla.png -share/icons/locolor/16x16/apps/multimedia.png -share/icons/locolor/16x16/apps/nedit.png -share/icons/locolor/16x16/apps/netscape.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/password.png -share/icons/locolor/16x16/apps/penguin.png -share/icons/locolor/16x16/apps/plan.png -share/icons/locolor/16x16/apps/proxy.png -share/icons/locolor/16x16/apps/pybliographic.png -share/icons/locolor/16x16/apps/realplayer.png -share/icons/locolor/16x16/apps/remote.png -share/icons/locolor/16x16/apps/samba.png -share/icons/locolor/16x16/apps/style.png -share/icons/locolor/16x16/apps/terminal.png -share/icons/locolor/16x16/apps/wabi.png -share/icons/locolor/16x16/apps/window_list.png -share/icons/locolor/16x16/apps/winprops.png -share/icons/locolor/16x16/apps/wp.png -share/icons/locolor/16x16/apps/xapp.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/xmag.png -share/icons/locolor/16x16/apps/xosview.png -share/icons/locolor/16x16/apps/xpaint.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/access.png -share/icons/locolor/32x32/apps/acroread.png -share/icons/locolor/32x32/apps/agent.png -share/icons/locolor/32x32/apps/alevt.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/blender.png -share/icons/locolor/32x32/apps/clanbomber.png -share/icons/locolor/32x32/apps/clock.png -share/icons/locolor/32x32/apps/colors.png -share/icons/locolor/32x32/apps/cookie.png -share/icons/locolor/32x32/apps/date.png -share/icons/locolor/32x32/apps/dlgedit.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/enhanced_browsing.png -share/icons/locolor/32x32/apps/error.png -share/icons/locolor/32x32/apps/filetypes.png -share/icons/locolor/32x32/apps/fonts.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/help_index.png -share/icons/locolor/32x32/apps/hwinfo.png -share/icons/locolor/32x32/apps/icons.png -share/icons/locolor/32x32/apps/iconthemes.png -share/icons/locolor/32x32/apps/input_devices_settings.png -share/icons/locolor/32x32/apps/kappfinder.png -share/icons/locolor/32x32/apps/kcmdevices.png -share/icons/locolor/32x32/apps/kcmdrkonqi.png -share/icons/locolor/32x32/apps/kcmkicker.png -share/icons/locolor/32x32/apps/kcmkwm.png -share/icons/locolor/32x32/apps/kcmmemory.png -share/icons/locolor/32x32/apps/kcmmidi.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/kcmsystem.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/key_bindings.png -share/icons/locolor/32x32/apps/keyboard.png -share/icons/locolor/32x32/apps/keyboard_layout.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/klipper.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/kpager.png -share/icons/locolor/32x32/apps/kscreensaver.png -share/icons/locolor/32x32/apps/ksysguard.png -share/icons/locolor/32x32/apps/kthememgr.png -share/icons/locolor/32x32/apps/ktip.png -share/icons/locolor/32x32/apps/kwin.png -share/icons/locolor/32x32/apps/kwrite.png -share/icons/locolor/32x32/apps/locale.png -share/icons/locolor/32x32/apps/looknfeel.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/multimedia.png -share/icons/locolor/32x32/apps/nedit.png -share/icons/locolor/32x32/apps/netscape.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/plan.png -share/icons/locolor/32x32/apps/proxy.png -share/icons/locolor/32x32/apps/pybliographic.png -share/icons/locolor/32x32/apps/pysol.png -share/icons/locolor/32x32/apps/realplayer.png -share/icons/locolor/32x32/apps/samba.png -share/icons/locolor/32x32/apps/style.png -share/icons/locolor/32x32/apps/terminal.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/xapp.png -share/icons/locolor/32x32/apps/xawtv.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/xload.png -share/icons/locolor/32x32/apps/xmag.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/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 @@ -2216,6 +1987,8 @@ 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/az/entry.desktop +share/locale/l10n/az/flag.png share/locale/l10n/bb/entry.desktop share/locale/l10n/bb/flag.png share/locale/l10n/be/entry.desktop @@ -2299,9 +2072,10 @@ share/locale/l10n/lv/entry.desktop share/locale/l10n/lv/flag.png share/locale/l10n/mk/entry.desktop share/locale/l10n/mk/flag.png +share/locale/l10n/mt/entry.desktop +share/locale/l10n/mt/flag.png share/locale/l10n/mx/entry.desktop share/locale/l10n/mx/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 @@ -2358,20 +2132,23 @@ share/locale/l10n/westeurope.desktop share/locale/l10n/za/entry.desktop share/locale/l10n/za/flag.png share/mimelnk/application/x-konsole.desktop +share/mimelnk/application/x-ksysguard.desktop share/mimelnk/application/x-ktheme.desktop share/services/bzip.protocol share/services/bzip2.protocol share/services/finger.protocol share/services/floppy.protocol share/services/gopher.protocol +share/services/gsthumbnail.desktop share/services/gzip.protocol -share/services/help.protocol share/services/htmlthumbnail.desktop share/services/imagethumbnail.desktop share/services/imap4.protocol share/services/imaps.protocol share/services/info.protocol share/services/kaccess.desktop +share/services/kate_component.desktop +share/services/kded/favicons.desktop share/services/kfindpart.desktop share/services/khelpcenter.desktop share/services/konq_aboutpage.desktop @@ -2379,6 +2156,7 @@ share/services/konq_detailedlistview.desktop share/services/konq_dirtree.desktop share/services/konq_iconview.desktop share/services/konq_multicolumnview.desktop +share/services/konq_sidebartng.desktop share/services/konq_textview.desktop share/services/konq_treeview.desktop share/services/konqueror.desktop @@ -2416,17 +2194,37 @@ share/services/searchproviders/realnames.desktop share/services/searchproviders/rpmfind.desktop share/services/searchproviders/seek.desktop share/services/searchproviders/thesaurus.desktop +share/services/searchproviders/vivisimo.desktop share/services/searchproviders/voila.desktop share/services/searchproviders/webster.desktop +share/services/searchproviders/whatis.desktop share/services/smb.protocol -share/services/smtp.protocol share/services/tar.protocol share/services/textthumbnail.desktop share/services/thumbnail.protocol +share/services/useragentstrings/ie401onwinnt4.desktop +share/services/useragentstrings/ie45onwinnt5.desktop +share/services/useragentstrings/ie501onwinnt5.desktop +share/services/useragentstrings/ie50onppc.desktop +share/services/useragentstrings/ie50onwin95.desktop +share/services/useragentstrings/ie55onwin98.desktop +share/services/useragentstrings/ie55onwinnt5.desktop +share/services/useragentstrings/lynxoncurrent.desktop +share/services/useragentstrings/mozm18oncurrent.desktop +share/services/useragentstrings/mozm18onwinnt4.desktop +share/services/useragentstrings/nn301oncurrent.desktop +share/services/useragentstrings/nn475oncurrent.desktop +share/services/useragentstrings/nn475onwin95.desktop +share/services/useragentstrings/nn476onppc.desktop +share/services/useragentstrings/op403onwinnt4.desktop +share/services/useragentstrings/w3moncurrent.desktop +share/services/useragentstrings/wgetoncurrent.desktop share/servicetypes/findpart.desktop +share/servicetypes/kate_servicetype.desktop share/servicetypes/konqaboutpage.desktop share/servicetypes/searchprovider.desktop share/servicetypes/thumbcreator.desktop +share/servicetypes/uasprovider.desktop share/sounds/KDE_Beep_Ahem.wav share/sounds/KDE_Beep_Beep.wav share/sounds/KDE_Beep_Bottles.wav @@ -2441,12 +2239,28 @@ share/sounds/KDE_Beep_RimShot.wav share/sounds/KDE_Beep_RingRing.wav share/sounds/KDE_Beep_ShortBeep.wav share/sounds/KDE_Beep_Yo.wav +share/sounds/KDE_Click.wav share/sounds/KDE_Close_Window.wav +share/sounds/KDE_Critical_Error.wav +share/sounds/KDE_Desktop1.wav +share/sounds/KDE_Desktop2.wav +share/sounds/KDE_Desktop3.wav +share/sounds/KDE_Desktop4.wav +share/sounds/KDE_Desktop5.wav +share/sounds/KDE_Desktop6.wav +share/sounds/KDE_Desktop7.wav +share/sounds/KDE_Desktop8.wav +share/sounds/KDE_Dialog_Appear.wav +share/sounds/KDE_Dialog_Disappear.wav +share/sounds/KDE_Error.wav share/sounds/KDE_Logout.wav +share/sounds/KDE_Notify.wav share/sounds/KDE_Startup.wav +share/sounds/KDE_Window_Close.wav share/sounds/KDE_Window_DeIconify.wav share/sounds/KDE_Window_Iconify.wav share/sounds/KDE_Window_Maximize.wav +share/sounds/KDE_Window_Open.wav share/sounds/KDE_Window_Shade_Down.wav share/sounds/KDE_Window_Shade_Up.wav share/sounds/KDE_Window_Sticky.wav @@ -2455,6 +2269,7 @@ share/sounds/KDE_Window_UnSticky.wav share/sounds/pop.wav share/templates/.source/CDROM-Device.desktop share/templates/.source/Floppy.desktop +share/templates/.source/HD.desktop share/templates/.source/HTMLFile.html share/templates/.source/Program.desktop share/templates/.source/TextFile.txt @@ -2464,6 +2279,7 @@ share/templates/HTMLFile.desktop share/templates/TextFile.desktop share/templates/linkCDROM.desktop share/templates/linkFloppy.desktop +share/templates/linkHD.desktop share/templates/linkProgram.desktop share/templates/linkURL.desktop share/wallpapers/All-Good-People-1.jpg @@ -2488,6 +2304,7 @@ share/wallpapers/Whirling_Spirit.jpg share/wallpapers/Won-Ton-Soup-3.jpg share/wallpapers/blue_angle_swirl.jpg share/wallpapers/bluegreencrisscross.jpg +share/wallpapers/default_blue.jpg share/wallpapers/gold_crinkle.jpg share/wallpapers/kdm_bg.jpg share/wallpapers/northbeach.jpg @@ -2495,11 +2312,15 @@ share/wallpapers/simple_wallpaper.jpg share/wallpapers/sunday_brunch.jpg share/wallpapers/vegetative_fog.jpg @dirrm share/wallpapers -@dirrm share/templates/.source/emptydir @dirrm share/templates/.source @dirrm share/templates @dirrm share/sounds +@dirrm share/servicetypes +@dirrm share/services/useragentstrings @dirrm share/services/searchproviders +@dirrm share/services/kded +@dirrm share/services +@dirrm share/mimelnk/application @dirrm share/locale/l10n/za @dirrm share/locale/l10n/ve @dirrm share/locale/l10n/vc @@ -2526,6 +2347,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/no @dirrm share/locale/l10n/nl @dirrm share/locale/l10n/mx +@dirrm share/locale/l10n/mt @dirrm share/locale/l10n/mk @dirrm share/locale/l10n/lv @dirrm share/locale/l10n/lu @@ -2566,6 +2388,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/bg @dirrm share/locale/l10n/be @dirrm share/locale/l10n/bb +@dirrm share/locale/l10n/az @dirrm share/locale/l10n/au @dirrm share/locale/l10n/at @dirrm share/locale/l10n/ar @@ -2573,16 +2396,18 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/C @dirrm share/locale/l10n @dirrm share/locale/C -@dirrm share/icons/locolor/32x32/devices +@dirrm share/locale @dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/16x16/devices @dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/hicolor/48x48/devices +@dirrm share/icons/hicolor/48x48/filesystems @dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/32x32/devices +@dirrm share/icons/hicolor/32x32/filesystems @dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/16x16/devices +@dirrm share/icons/hicolor/32x32/actions +@dirrm share/icons/hicolor/22x22/actions +@dirrm share/icons/hicolor/16x16/filesystems @dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16/actions @dirrm share/fonts/override @dirrm share/fonts @dirrm share/doc/HTML/en/kwrite @@ -2592,69 +2417,77 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/doc/HTML/en/konqueror @dirrm share/doc/HTML/en/kmenuedit @dirrm share/doc/HTML/en/klipper +@dirrm share/doc/HTML/en/kioslave @dirrm share/doc/HTML/en/kicker @dirrm share/doc/HTML/en/khelpcenter/visualdict @dirrm share/doc/HTML/en/khelpcenter/userguide @dirrm share/doc/HTML/en/khelpcenter/quickstart +@dirrm share/doc/HTML/en/khelpcenter/glossary @dirrm share/doc/HTML/en/khelpcenter/faq @dirrm share/doc/HTML/en/khelpcenter @dirrm share/doc/HTML/en/kdm @dirrm share/doc/HTML/en/kdesu +@dirrm share/doc/HTML/en/kdeprint @dirrm share/doc/HTML/en/kdebugdialog @dirrm share/doc/HTML/en/kcontrol +@dirrm share/doc/HTML/en/kate +@dirrm share/doc/HTML/en/kaddressbook +@dirrm share/doc/HTML/en +@dirrm share/config/kdm +@dirrm share/config @dirrm share/autostart @dirrm share/apps/naughtyapplet/pics @dirrm share/apps/naughtyapplet @dirrm share/apps/kwrite @dirrm share/apps/kwin/pics +@dirrm share/apps/kwin/icewm-themes @dirrm share/apps/kwin @dirrm share/apps/kthememgr/Themes @dirrm share/apps/kthememgr -@dirrm share/apps/ksysguard/icons/locolor/16x16/apps -@dirrm share/apps/ksysguard/icons/locolor/16x16 -@dirrm share/apps/ksysguard/icons/locolor -@dirrm share/apps/ksysguard/icons +@dirrm share/apps/ksysguard/pics @dirrm share/apps/ksysguard @dirrm share/apps/ksplash/pics/locolor @dirrm share/apps/ksplash/pics @dirrm share/apps/ksplash @dirrm share/apps/kscreensaver +@dirrm share/apps/kpersonalizer/pics +@dirrm share/apps/kpersonalizer @dirrm share/apps/konsole/pics @dirrm share/apps/konsole @dirrm share/apps/konqueror/tiles @dirrm share/apps/konqueror/profiles @dirrm share/apps/konqueror/pics -@dirrm share/apps/konqueror/icons/locolor/16x16/actions -@dirrm share/apps/konqueror/icons/locolor/16x16 -@dirrm share/apps/konqueror/icons/locolor -@dirrm share/apps/konqueror/icons/hicolor/32x32/actions -@dirrm share/apps/konqueror/icons/hicolor/32x32 -@dirrm share/apps/konqueror/icons/hicolor/22x22/actions -@dirrm share/apps/konqueror/icons/hicolor/22x22 @dirrm share/apps/konqueror/icons/hicolor/16x16/actions @dirrm share/apps/konqueror/icons/hicolor/16x16 -@dirrm share/apps/konqueror/icons/hicolor -@dirrm share/apps/konqueror/icons +@dirrm share/apps/konqueror/dirtree/services @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/about @dirrm share/apps/konqueror +@dirrm share/apps/konqsidebartng/virtual_folders/services +@dirrm share/apps/konqsidebartng/virtual_folders/remote/web +@dirrm share/apps/konqsidebartng/virtual_folders/remote/ftp +@dirrm share/apps/konqsidebartng/virtual_folders/remote +@dirrm share/apps/konqsidebartng/virtual_folders +@dirrm share/apps/konqsidebartng/entries +@dirrm share/apps/konqsidebartng/dirtree +@dirrm share/apps/konqsidebartng/add +@dirrm share/apps/konqsidebartng @dirrm share/apps/konqlistview/kpartplugins @dirrm share/apps/konqlistview @dirrm share/apps/konqiconview/kpartplugins @dirrm share/apps/konqiconview @dirrm share/apps/kmenuedit/icons/locolor/16x16/actions @dirrm share/apps/kmenuedit/icons/locolor/16x16 -@dirrm share/apps/kmenuedit/icons/locolor @dirrm share/apps/kmenuedit/icons/hicolor/32x32/actions @dirrm share/apps/kmenuedit/icons/hicolor/32x32 @dirrm share/apps/kmenuedit/icons/hicolor/22x22/actions @dirrm share/apps/kmenuedit/icons/hicolor/22x22 -@dirrm share/apps/kmenuedit/icons/hicolor -@dirrm share/apps/kmenuedit/icons @dirrm share/apps/kmenuedit +@dirrm share/apps/kjobviewer +@dirrm share/apps/kioslave @dirrm share/apps/kio_info @dirrm share/apps/kio_finger @dirrm share/apps/kicker/wallpapers @@ -2662,28 +2495,16 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kicker/pics @dirrm share/apps/kicker/icons/locolor/16x16/actions @dirrm share/apps/kicker/icons/locolor/16x16 -@dirrm share/apps/kicker/icons/locolor @dirrm share/apps/kicker/icons/hicolor/16x16/actions @dirrm share/apps/kicker/icons/hicolor/16x16 -@dirrm share/apps/kicker/icons/hicolor -@dirrm share/apps/kicker/icons @dirrm share/apps/kicker/extensions @dirrm share/apps/kicker/applets @dirrm share/apps/kicker @dirrm share/apps/khelpcenter/plugins/Tutorials @dirrm share/apps/khelpcenter/plugins -@dirrm share/apps/khelpcenter/pics -@dirrm share/apps/khelpcenter/icons/locolor/16x16/apps -@dirrm share/apps/khelpcenter/icons/locolor/16x16 -@dirrm share/apps/khelpcenter/icons/locolor -@dirrm share/apps/khelpcenter/icons -@dirrm share/apps/khelpcenter/en @dirrm share/apps/khelpcenter @dirrm share/apps/kfind/icons/locolor/22x22/actions @dirrm share/apps/kfind/icons/locolor/22x22 -@dirrm share/apps/kfind/icons/locolor -@dirrm share/apps/kfind/icons -@dirrm share/apps/kfind @dirrm share/apps/keditbookmarks @dirrm share/apps/kdm/pics/users @dirrm share/apps/kdm/pics @@ -2698,40 +2519,78 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kdesktop/patterns @dirrm share/apps/kdesktop/DesktopLinks @dirrm share/apps/kdesktop +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16/actions +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16 +@dirrm share/apps/kdeprintfax/icons/hicolor +@dirrm share/apps/kdeprintfax/icons +@dirrm share/apps/kdeprintfax @dirrm share/apps/kdcop @dirrm share/apps/kcontrol/pics @dirrm share/apps/kcontrol +@dirrm share/apps/kconf_update +@dirrm share/apps/kcmusb @dirrm share/apps/kcmlocale/pics @dirrm share/apps/kcmlocale @dirrm share/apps/kcmkeys/standard +@dirrm share/apps/kcmkeys/global @dirrm share/apps/kcmkeys +@dirrm share/apps/kcminput/pics @dirrm share/apps/kcminput +@dirrm share/apps/kcmcss @dirrm share/apps/kbookmark +@dirrm share/apps/kate/syntax +@dirrm share/apps/kate/pics +@dirrm share/apps/kate/icons/locolor/22x22/actions +@dirrm share/apps/kate/icons/locolor/22x22 +@dirrm share/apps/kate/icons/locolor/16x16/actions +@dirrm share/apps/kate/icons/locolor/16x16 +@dirrm share/apps/kate/icons/locolor +@dirrm share/apps/kate/icons/hicolor/48x48/actions +@dirrm share/apps/kate/icons/hicolor/48x48 +@dirrm share/apps/kate/icons/hicolor/32x32/actions +@dirrm share/apps/kate/icons/hicolor/32x32 +@dirrm share/apps/kate/icons/hicolor/22x22/actions +@dirrm share/apps/kate/icons/hicolor/22x22 +@dirrm share/apps/kate/icons/hicolor/16x16/actions +@dirrm share/apps/kate/icons/hicolor/16x16 +@dirrm share/apps/kate/icons/hicolor +@dirrm share/apps/kate/icons +@dirrm share/apps/kate @dirrm share/apps/kappfinder/apps/WordProcessing @dirrm share/apps/kappfinder/apps/Utilities/XUtilities @dirrm share/apps/kappfinder/apps/Utilities @dirrm share/apps/kappfinder/apps/Toys +@dirrm share/apps/kappfinder/apps/System/Terminal @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/Terminal @dirrm share/apps/kappfinder/apps/Internet @dirrm share/apps/kappfinder/apps/Graphics +@dirrm share/apps/kappfinder/apps/Games/TacticStrategy +@dirrm share/apps/kappfinder/apps/Games/Emulators +@dirrm share/apps/kappfinder/apps/Games/Card +@dirrm share/apps/kappfinder/apps/Games/Board +@dirrm share/apps/kappfinder/apps/Games/Arcade @dirrm share/apps/kappfinder/apps/Games @dirrm share/apps/kappfinder/apps/Editors @dirrm share/apps/kappfinder/apps/Development @dirrm share/apps/kappfinder/apps -@dirrm share/apps/kappfinder +@dirrm share/apps/kaddressbook/pics +@dirrm share/apps/kaddressbook @dirrm share/apps/drkonqi/presets @dirrm share/apps/drkonqi/pics @dirrm share/apps/drkonqi/debuggers @dirrm share/apps/drkonqi @dirrm share/apps/clockapplet/pics @dirrm share/apps/clockapplet +@dirrm share/applnk/ksysguard @dirrm share/applnk/WordProcessing @dirrm share/applnk/Utilities/XUtilities @dirrm share/applnk/Utilities @dirrm share/applnk/Toys +@dirrm share/applnk/System/Terminal @dirrm share/applnk/System/ScreenSavers @dirrm share/applnk/System @dirrm share/applnk/Settings/WebBrowsing @@ -2748,15 +2607,22 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/applnk/Settings/Information @dirrm share/applnk/Settings/Help @dirrm share/applnk/Settings/FileBrowsing +@dirrm share/applnk/Settings/Databases @dirrm share/applnk/Settings @dirrm share/applnk/Office @dirrm share/applnk/Multimedia +@dirrm share/applnk/Internet/Terminal @dirrm share/applnk/Internet @dirrm share/applnk/Graphics +@dirrm share/applnk/Games/TacticStrategy +@dirrm share/applnk/Games/Card +@dirrm share/applnk/Games/Board +@dirrm share/applnk/Games/Arcade @dirrm share/applnk/Games @dirrm share/applnk/Editors @dirrm share/applnk/Development @dirrm share/applnk/Applications @dirrm share/applnk/.hidden -@dirrm share/applnk +@dirrm lib/kde2 @dirrm include/kwin +@dirrm include/kate diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile index 0145e4410a7f..f89a4e0aafc8 100644 --- a/x11/kdebase2/Makefile +++ b/x11/kdebase2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdebase -PORTVERSION= 2.1.1 +PORTVERSION= 2.2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src @@ -22,7 +22,6 @@ USE_XPM= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes - CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \ --with-qt-dir=${X11BASE} \ --without-ldap \ @@ -35,4 +34,7 @@ pre-configure: ${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in ${PERL} -pi -e "s@TIME_WITH_SYS_TIME@INVALID_FOO@g" ${WRKSRC}/kioslave/ldap/kldap.h +post-configure: + ${PERL} -pi -e "s@444@644@g" ${WRKSRC}/kdesktop/init/Templates/Makefile + .include <bsd.port.mk> diff --git a/x11/kdebase2/distinfo b/x11/kdebase2/distinfo index 51619042121d..50331624747e 100644 --- a/x11/kdebase2/distinfo +++ b/x11/kdebase2/distinfo @@ -1 +1 @@ -MD5 (kdebase-2.1.1.tar.bz2) = 3bb3204fe90f1af9e828c1b518ecc577 +MD5 (kdebase-2.2.tar.bz2) = 15e0232aa73029ac10346157b6eb079b diff --git a/x11/kdebase2/files/patch-ProcessList.c b/x11/kdebase2/files/patch-ProcessList.c deleted file mode 100644 index 8574a62341eb..000000000000 --- a/x11/kdebase2/files/patch-ProcessList.c +++ /dev/null @@ -1,108 +0,0 @@ ---- ksysguard/ksysguardd/FreeBSD/ProcessList.c Mon Jan 22 07:12:05 2001 -+++ ksysguard/ksysguardd/FreeBSD/ProcessList.c.new Mon Mar 5 08:56:20 2001 -@@ -29,6 +29,9 @@ - #include <sys/time.h> - #include <sys/param.h> - #include <sys/user.h> -+#if __FreeBSD_version > 500015 -+#include <sys/priority.h> -+#endif - #include <unistd.h> - #include <pwd.h> - #include <dirent.h> -@@ -162,7 +165,6 @@ - static char *statuses[] = { "idle","run","sleep","stop","zombie" }; - - ProcessInfo* ps; -- int userTime, sysTime; - struct passwd* pwent; - int mib[4]; - struct kinfo_proc p; -@@ -188,40 +190,56 @@ - if (sysctl(mib, 4, &p, &len, NULL, 0) == -1 || !len) - return -1; - -+#if __FreeBSD_version >= 500015 -+ ps->pid = p.ki_pid; -+ ps->ppid = p.ki_ppid; -+ ps->uid = p.ki_uid; -+ ps->gid = p.ki_pgid; -+ ps->priority = p.ki_pri.pri_user; -+ ps->niceLevel = p.ki_nice; -+#else - ps->pid = p.kp_proc.p_pid; - ps->ppid = p.kp_eproc.e_ppid; - ps->uid = p.kp_eproc.e_ucred.cr_uid; - ps->gid = p.kp_eproc.e_pgid; - ps->priority = p.kp_proc.p_priority; - ps->niceLevel = p.kp_proc.p_nice; -+#endif - - /* this isn't usertime -- it's total time (??) */ --#if __FreeBSD_version >= 300000 -+#if __FreeBSD_version >= 500015 -+ ps->userTime = p.ki_runtime / 10000; -+#elif __FreeBSD_version >= 300000 - ps->userTime = p.kp_proc.p_runtime / 10000; - #else -- ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100 -+ ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100; - #endif - ps->sysTime = 0; -- ps->userLoad = p.kp_proc.p_pctcpu / 100; - ps->sysLoad = 0; - -- /* memory */ -- ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -- p.kp_eproc.e_vm.vm_dsize + -- p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -- ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -- -- /* process name */ -- strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -- ps->name[sizeof(ps->name)-1]='\0'; -- -- /* find out user name with the process uid */ -- pwent = getpwuid(ps->uid); -+ /* memory, process name, process uid */ -+ /* find out user name with process uid */ -+ pwent = getpwuid(ps->uid); - strncpy(ps->userName,pwent&&pwent->pw_name? pwent->pw_name:"????",sizeof(ps->userName)); -- ps->userName[sizeof(ps->userName)-1]='\0'; -- -- /* status, a character, not a number */ -- strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+ ps->userName[sizeof(ps->userName)-1]='\0'; -+ -+#if __FreeBSD_version >= 500015 -+ ps->userLoad = p.ki_pctcpu / 100; -+ ps->vmSize = (p.ki_vmspace->vm_tsize + -+ p.ki_vmspace->vm_dsize + -+ p.ki_vmspace->vm_ssize) * getpagesize(); -+ ps->vmRss = p.ki_vmspace->vm_rssize * getpagesize(); -+ strncpy(ps->name,p.ki_comm? p.ki_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.ki_stat>=1)&&(p.ki_stat<=5)? statuses[p.ki_stat-1]:"????"); -+#else -+ ps->userLoad = p.kp_proc.p_pctcpu / 100; -+ ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -+ p.kp_eproc.e_vm.vm_dsize + -+ p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -+ ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -+ strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+#endif - - /* process command line */ - /*strncpy(ps->cmdline,p.kp_proc.p_args->ar_args,sizeof(ps->cmdline)); -@@ -296,7 +314,11 @@ - sysctl(mib, 3, p, &len, NULL, 0); - - for (num = 0; num < len / sizeof(struct kinfo_proc); num++) -+#if __FreeBSD_version >= 500015 -+ updateProcess(p[num].ki_pid); -+#else - updateProcess(p[num].kp_proc.p_pid); -+#endif - - cleanupProcessList(); - diff --git a/x11/kdebase2/files/patch-TEPty.C b/x11/kdebase2/files/patch-TEPty.C deleted file mode 100644 index 796ec243efbf..000000000000 --- a/x11/kdebase2/files/patch-TEPty.C +++ /dev/null @@ -1,11 +0,0 @@ ---- konsole/src/TEPty.C Sun Feb 18 10:28:28 2001 -+++ konsole/src/TEPty.C.new Fri Feb 23 02:55:58 2001 -@@ -238,7 +238,7 @@ - #ifdef HAVE_UTEMPTER - removeLineFromUtmp(ttynam, fd); - #elif defined(USE_LOGIN) -- char *tty_name=ttyname(0); -+ char *tty_name=ttyname(fd); - if (tty_name) - { - if (strncmp(tty_name, "/dev/", 5) == 0) diff --git a/x11/kdebase2/files/patch-kdeeject b/x11/kdebase2/files/patch-kdeeject deleted file mode 100644 index 8a5870ad25ff..000000000000 --- a/x11/kdebase2/files/patch-kdeeject +++ /dev/null @@ -1,12 +0,0 @@ ---- kdesktop/kdeeject Wed Dec 13 13:25:02 2000 -+++ kdesktop/kdeeject.new Fri Feb 23 02:59:54 2001 -@@ -11,7 +11,8 @@ - # TODO: On bsd, it should be 'cdcontrol -f $1 eject' - # Checking for stuff in the PATH is ugly with sh though. - # I guess this is the reason for making this a kde app... -- if eject $1; then -+ dev=`echo $1 | sed -E -e 's#/dev/##' -e 's/([0-9])./\1/'` -+ if cdcontrol -f $dev eject; then - # Success -> update icon - dcop kdesktop default refreshIcons - exit 0 diff --git a/x11/kdebase2/pkg-plist b/x11/kdebase2/pkg-plist index 7a6e901514f3..3b4202091f34 100644 --- a/x11/kdebase2/pkg-plist +++ b/x11/kdebase2/pkg-plist @@ -4,12 +4,13 @@ bin/conttest bin/drkonqi bin/extensionproxy bin/kaccess +bin/kaddressbook bin/kappfinder +bin/kate bin/kbanner.kss bin/kblankscrn.kss bin/kblob.kss bin/kbouboule.kss -bin/kbsod.kss bin/kcheckpass bin/kcminit bin/kcmshell @@ -17,20 +18,22 @@ bin/kcontrol bin/kdcop bin/kdebugdialog bin/kdeeject +bin/kdeprintfax bin/kdesktop bin/kdesu bin/kdesud bin/kdm +bin/kdm_config +bin/kdm_greet bin/kdmdesktop bin/keditbookmarks bin/keditfiletype bin/kfmclient bin/kfmexec bin/khelpcenter -bin/khop.kss bin/khotkeys -bin/khtmlindex bin/kicker +bin/kjobviewer bin/klegacyimport bin/klines.kss bin/klipper @@ -41,7 +44,10 @@ bin/konqueror bin/konsole bin/konsole_grantpty bin/kpager +bin/kpartsaver.kss +bin/kpersonalizer bin/kpolygon.kss +bin/kprinter bin/kpyro.kss bin/krandom.kss bin/krdb @@ -68,12 +74,20 @@ bin/kxmlrpcd bin/kxsconfig bin/kxsrun bin/startkde +etc/ksysguarddrc include/KBackgroundIface.h include/KDesktopIface.h include/KScreensaverIface.h include/KWinInterface.h include/KonquerorIface.h include/ccont.h +include/kate/application.h +include/kate/docmanager.h +include/kate/document.h +include/kate/mainwindow.h +include/kate/plugin.h +include/kate/view.h +include/kate/viewmanager.h include/kbookmark.h include/kbookmarkbar.h include/kbookmarkdrag.h @@ -103,6 +117,7 @@ include/konq_propsview.h include/konq_settings.h include/konq_undo.h include/kwin/client.h +include/kwin/kwinbutton.h include/kwin/options.h include/kwin/workspace.h include/thumbcreator.h @@ -110,18 +125,24 @@ lib/appletproxy.la lib/appletproxy.so lib/extensionproxy.la lib/extensionproxy.so -lib/kcminit.la -lib/kcminit.so -lib/kcmshell.la -lib/kcmshell.so -lib/kcontrol.la -lib/kcontrol.so +lib/kate.la +lib/kate.so +lib/kde2/gsthumbnail.la +lib/kde2/gsthumbnail.so lib/kde2/htmlthumbnail.la lib/kde2/htmlthumbnail.so lib/kde2/imagethumbnail.la lib/kde2/imagethumbnail.so lib/kde2/kaccess.la lib/kde2/kaccess.so +lib/kde2/kcminit.la +lib/kde2/kcminit.so +lib/kde2/kcmshell.la +lib/kde2/kcmshell.so +lib/kde2/kcontrol.la +lib/kde2/kcontrol.so +lib/kde2/khelpcenter.la +lib/kde2/khelpcenter.so lib/kde2/kio_filter.la lib/kde2/kio_filter.so lib/kde2/kio_finger.la @@ -130,8 +151,6 @@ lib/kde2/kio_floppy.la lib/kde2/kio_floppy.so lib/kde2/kio_gopher.la lib/kde2/kio_gopher.so -lib/kde2/kio_help.la -lib/kde2/kio_help.so lib/kde2/kio_imap4.la lib/kde2/kio_imap4.so lib/kde2/kio_info.la @@ -146,8 +165,6 @@ lib/kde2/kio_pop3.la lib/kde2/kio_pop3.so lib/kde2/kio_smb.la lib/kde2/kio_smb.so -lib/kde2/kio_smtp.la -lib/kde2/kio_smtp.so lib/kde2/kio_tar.la lib/kde2/kio_tar.so lib/kde2/kio_thumbnail.la @@ -166,6 +183,8 @@ lib/kde2/libkcm_colors.la lib/kde2/libkcm_colors.so lib/kde2/libkcm_crypto.la lib/kde2/libkcm_crypto.so +lib/kde2/libkcm_css.la +lib/kde2/libkcm_css.so lib/kde2/libkcm_email.la lib/kde2/libkcm_email.so lib/kde2/libkcm_energy.la @@ -180,6 +199,8 @@ lib/kde2/libkcm_info.la lib/kde2/libkcm_info.so lib/kde2/libkcm_input.la lib/kde2/libkcm_input.so +lib/kde2/libkcm_ioslaveinfo.la +lib/kde2/libkcm_ioslaveinfo.so lib/kde2/libkcm_kdm.la lib/kde2/libkcm_kdm.so lib/kde2/libkcm_keys.la @@ -196,34 +217,67 @@ lib/kde2/libkcm_konq.la lib/kde2/libkcm_konq.so lib/kde2/libkcm_konqhtml.la lib/kde2/libkcm_konqhtml.so +lib/kde2/libkcm_konsole.la +lib/kde2/libkcm_konsole.so lib/kde2/libkcm_kurifilt.la lib/kde2/libkcm_kurifilt.so +lib/kde2/libkcm_kwindecoration.la +lib/kde2/libkcm_kwindecoration.so lib/kde2/libkcm_kwinoptions.la lib/kde2/libkcm_kwinoptions.so +lib/kde2/libkcm_launch.la +lib/kde2/libkcm_launch.so +lib/kde2/libkcm_launch.so.0 lib/kde2/libkcm_locale.la lib/kde2/libkcm_locale.so lib/kde2/libkcm_midi.la lib/kde2/libkcm_midi.so lib/kde2/libkcm_passwords.la lib/kde2/libkcm_passwords.so +lib/kde2/libkcm_printmgr.la +lib/kde2/libkcm_printmgr.so lib/kde2/libkcm_samba.la lib/kde2/libkcm_samba.so lib/kde2/libkcm_screensaver.la lib/kde2/libkcm_screensaver.so lib/kde2/libkcm_smserver.la lib/kde2/libkcm_smserver.so +lib/kde2/libkcm_socks.la +lib/kde2/libkcm_socks.so +lib/kde2/libkcm_spellchecking.la +lib/kde2/libkcm_spellchecking.so lib/kde2/libkcm_style.la lib/kde2/libkcm_style.so lib/kde2/libkcm_taskbar.la lib/kde2/libkcm_taskbar.so lib/kde2/libkcm_themes.la lib/kde2/libkcm_themes.so +lib/kde2/libkcm_usb.la +lib/kde2/libkcm_usb.so +lib/kde2/libkded_favicons.la +lib/kde2/libkded_favicons.so lib/kde2/libkfindpart.la lib/kde2/libkfindpart.so +lib/kde2/libkhelpcenterpart.la +lib/kde2/libkhelpcenterpart.so lib/kde2/libkonqiconview.la lib/kde2/libkonqiconview.so lib/kde2/libkonqlistview.la lib/kde2/libkonqlistview.so +lib/kde2/libkonqsidebar_classic_wrap.la +lib/kde2/libkonqsidebar_classic_wrap.so +lib/kde2/libkonqsidebar_tree.la +lib/kde2/libkonqsidebar_tree.so +lib/kde2/libkonqsidebartree_bookmarks.la +lib/kde2/libkonqsidebartree_bookmarks.so +lib/kde2/libkonqsidebartree_bookmarks.so.0 +lib/kde2/libkonqsidebartree_dirtree.la +lib/kde2/libkonqsidebartree_dirtree.so +lib/kde2/libkonqsidebartree_history.la +lib/kde2/libkonqsidebartree_history.so +lib/kde2/libkonqsidebartree_history.so.0 +lib/kde2/libkonqsound.la +lib/kde2/libkonqsound.so lib/kde2/libkonqtree.la lib/kde2/libkonqtree.so lib/kde2/libkshellcmdplugin.la @@ -234,10 +288,16 @@ lib/kde2/libkuriikwsfilter.la lib/kde2/libkuriikwsfilter.so lib/kde2/libkurisearchfilter.la lib/kde2/libkurisearchfilter.so -lib/kde2/libkwin2k.la -lib/kde2/libkwin2k.so lib/kde2/libkwinb2.la lib/kde2/libkwinb2.so +lib/kde2/libkwindefault.la +lib/kde2/libkwindefault.so +lib/kde2/libkwindefault_config.la +lib/kde2/libkwindefault_config.so +lib/kde2/libkwinicewm.la +lib/kde2/libkwinicewm.so +lib/kde2/libkwinicewm_config.la +lib/kde2/libkwinicewm_config.so lib/kde2/libkwinkde1.la lib/kde2/libkwinkde1.so lib/kde2/libkwinkstep.la @@ -248,10 +308,22 @@ lib/kde2/libkwinlaptop.la lib/kde2/libkwinlaptop.so lib/kde2/libkwinmodernsys.la lib/kde2/libkwinmodernsys.so +lib/kde2/libkwinmodernsys_config.la +lib/kde2/libkwinmodernsys_config.so +lib/kde2/libkwinmwm.la +lib/kde2/libkwinmwm.so +lib/kde2/libkwinquartz.la +lib/kde2/libkwinquartz.so +lib/kde2/libkwinquartz_config.la +lib/kde2/libkwinquartz_config.so +lib/kde2/libkwinredmond.la +lib/kde2/libkwinredmond.so lib/kde2/libkwinriscos.la lib/kde2/libkwinriscos.so lib/kde2/libkwinsystem.la lib/kde2/libkwinsystem.so +lib/kde2/libkwinweb.la +lib/kde2/libkwinweb.so lib/kde2/textthumbnail.la lib/kde2/textthumbnail.so lib/kdesktop.la @@ -264,6 +336,8 @@ lib/khotkeys.la lib/khotkeys.so lib/kicker.la lib/kicker.so +lib/kjobviewer.la +lib/kjobviewer.so lib/klegacyimport.la lib/klegacyimport.so lib/klipper.la @@ -284,8 +358,6 @@ lib/kxkb.la lib/kxkb.so lib/kxmlrpcd.la lib/kxmlrpcd.so -lib/libKdmGreet.la -lib/libKdmGreet.so lib/libccont.a lib/libchildpanelextension.la lib/libchildpanelextension.so @@ -296,22 +368,17 @@ lib/libclockapplet.so.1 lib/libdockbarextension.la lib/libdockbarextension.so lib/libdockbarextension.so.1 -lib/libhtmlsearch.la -lib/libhtmlsearch.so lib/libkasbarextension.la lib/libkasbarextension.so lib/libkasbarextension.so.1 -lib/libkcm_htmlsearch.la -lib/libkcm_htmlsearch.so -lib/libkcm_ioslaveinfo.la -lib/libkcm_ioslaveinfo.so -lib/libkcm_layout.la -lib/libkcm_layout.so +lib/libkatecore.la +lib/libkatecore.so +lib/libkateinterfaces.la +lib/libkateinterfaces.so +lib/libkcm_keyboard.la +lib/libkcm_keyboard.so lib/libkcm_xmlrpcd.la lib/libkcm_xmlrpcd.so -lib/libkhelpcenter.la -lib/libkhelpcenter.so -lib/libkhelpcenter.so.4 lib/libkminipagerapplet.la lib/libkminipagerapplet.so lib/libkminipagerapplet.so.1 @@ -320,6 +387,10 @@ lib/libkonq.so lib/libkonq.so.4 lib/libkonqaboutpage.la lib/libkonqaboutpage.so +lib/libkonqsidebar.la +lib/libkonqsidebar.so +lib/libkonqsidebarplugin.la +lib/libkonqsidebarplugin.so lib/libkonsolepart.la lib/libkonsolepart.so lib/libkrunapplet.la @@ -331,20 +402,18 @@ lib/libksysguardapplet.so.1 lib/libksystemtrayapplet.la lib/libksystemtrayapplet.so lib/libksystemtrayapplet.so.1 -lib/libktaskbarapplet.la -lib/libktaskbarapplet.so -lib/libktaskbarapplet.so.1 -lib/libkwindefault.la -lib/libkwindefault.so -lib/libkwindefault.so.0 -lib/libkwritepart.la -lib/libkwritepart.so lib/libnaughtyapplet.la lib/libnaughtyapplet.so lib/libnaughtyapplet.so.1 lib/libquicklauncher.la lib/libquicklauncher.so lib/libquicklauncher.so.1 +lib/libtaskbar.la +lib/libtaskbar.so +lib/libtaskbar.so.1 +lib/libtaskbarapplet.la +lib/libtaskbarapplet.so +lib/libtaskbarapplet.so.1 lib/libtaskbarextension.la lib/libtaskbarextension.so lib/libtaskbarextension.so.1 @@ -355,30 +424,52 @@ share/applnk/.directory share/applnk/.hidden/konqfilemgr.desktop share/applnk/Applications/.directory share/applnk/Development/.directory +share/applnk/Development/designer.desktop share/applnk/Editors/.directory +share/applnk/Editors/gvim.desktop +share/applnk/Editors/kate.desktop share/applnk/Editors/kwrite.desktop +share/applnk/Editors/xedit.desktop share/applnk/Games/.directory +share/applnk/Games/Arcade/.directory +share/applnk/Games/Board/.directory +share/applnk/Games/Board/xboard.desktop +share/applnk/Games/Card/.directory +share/applnk/Games/TacticStrategy/.directory share/applnk/Graphics/.directory +share/applnk/Graphics/gimp.desktop share/applnk/Help.desktop share/applnk/Home.desktop share/applnk/Internet/.directory +share/applnk/Internet/Terminal/.directory +share/applnk/Internet/Terminal/mutt.desktop +share/applnk/Internet/ethereal.desktop share/applnk/Internet/keditbookmarks.desktop share/applnk/Internet/konqbrowser.desktop +share/applnk/Internet/licq.desktop +share/applnk/Internet/mozilla.desktop +share/applnk/Internet/netscape.desktop share/applnk/KControl.desktop share/applnk/Multimedia/.directory +share/applnk/Multimedia/aviplay.desktop +share/applnk/Multimedia/gtv.desktop +share/applnk/Multimedia/xawtv.desktop +share/applnk/Multimedia/xmms-enqueue.desktop +share/applnk/Multimedia/xmms.desktop share/applnk/Office/.directory share/applnk/Settings/.directory +share/applnk/Settings/Databases/.directory share/applnk/Settings/FileBrowsing/.directory share/applnk/Settings/FileBrowsing/filetypes.desktop share/applnk/Settings/FileBrowsing/kcmkonq.desktop share/applnk/Settings/Help/.directory -share/applnk/Settings/Help/htmlsearch.desktop share/applnk/Settings/Information/.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/ioslaveinfo.desktop +share/applnk/Settings/Information/kcmusb.desktop share/applnk/Settings/Information/memory.desktop share/applnk/Settings/Information/partitions.desktop share/applnk/Settings/Information/pci.desktop @@ -402,39 +493,49 @@ share/applnk/Settings/LookNFeel/colors.desktop share/applnk/Settings/LookNFeel/desktop.desktop share/applnk/Settings/LookNFeel/fonts.desktop share/applnk/Settings/LookNFeel/icons.desktop -share/applnk/Settings/LookNFeel/kcmnotify.desktop +share/applnk/Settings/LookNFeel/kcmlaunch.desktop share/applnk/Settings/LookNFeel/kcmtaskbar.desktop share/applnk/Settings/LookNFeel/keys.desktop share/applnk/Settings/LookNFeel/kthememgr.desktop +share/applnk/Settings/LookNFeel/kwindecoration.desktop share/applnk/Settings/LookNFeel/kwinoptions.desktop share/applnk/Settings/LookNFeel/panel.desktop share/applnk/Settings/LookNFeel/screensaver.desktop share/applnk/Settings/LookNFeel/style.desktop share/applnk/Settings/LookNFeel/virtualdesktops.desktop share/applnk/Settings/Network/.directory +share/applnk/Settings/Network/email.desktop +share/applnk/Settings/Network/ioslaveinfo.desktop +share/applnk/Settings/Network/netpref.desktop +share/applnk/Settings/Network/smb.desktop +share/applnk/Settings/Network/socks.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/crypto.desktop -share/applnk/Settings/Personalization/email.desktop share/applnk/Settings/Personalization/kcmaccess.desktop share/applnk/Settings/Personalization/kcmlayout.desktop share/applnk/Settings/Personalization/language.desktop share/applnk/Settings/Personalization/passwords.desktop +share/applnk/Settings/Personalization/spellchecking.desktop share/applnk/Settings/PowerControl/.directory share/applnk/Settings/PowerControl/energy.desktop share/applnk/Settings/Sound/.directory share/applnk/Settings/Sound/arts.desktop share/applnk/Settings/Sound/bell.desktop +share/applnk/Settings/Sound/kcmnotify.desktop share/applnk/Settings/Sound/midi.desktop share/applnk/Settings/System/.directory share/applnk/Settings/System/clock.desktop +share/applnk/Settings/System/kcmkonsole.desktop share/applnk/Settings/System/kcmsmserver.desktop share/applnk/Settings/System/kdm.desktop +share/applnk/Settings/System/printmgr.desktop share/applnk/Settings/WebBrowsing/.directory share/applnk/Settings/WebBrowsing/cookies.desktop share/applnk/Settings/WebBrowsing/ebrowsing.desktop +share/applnk/Settings/WebBrowsing/kcmcss.desktop share/applnk/Settings/WebBrowsing/konqhtml.desktop share/applnk/Settings/WebBrowsing/proxy.desktop share/applnk/Settings/WebBrowsing/smb.desktop @@ -445,8 +546,6 @@ share/applnk/System/ScreenSavers/KBanner.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/KHop.desktop share/applnk/System/ScreenSavers/KLines.desktop share/applnk/System/ScreenSavers/KLorenz.desktop share/applnk/System/ScreenSavers/KMatrix.desktop @@ -462,6 +561,10 @@ share/applnk/System/ScreenSavers/KSlideshow.desktop share/applnk/System/ScreenSavers/KSpace.desktop share/applnk/System/ScreenSavers/KSwarm.desktop share/applnk/System/ScreenSavers/KVm.desktop +share/applnk/System/ScreenSavers/Worm.desktop +share/applnk/System/ScreenSavers/kpartsaver.desktop +share/applnk/System/Terminal/.directory +share/applnk/System/Terminal/vmstat.desktop share/applnk/System/kappfinder.desktop share/applnk/System/kfmclient.desktop share/applnk/System/kfmclient_dir.desktop @@ -471,72 +574,92 @@ share/applnk/System/kmenuedit.desktop share/applnk/System/konquerorsu.desktop share/applnk/System/konsole.desktop share/applnk/System/konsolesu.desktop +share/applnk/System/kpersonalizer.desktop share/applnk/System/ksysguard.desktop share/applnk/Toys/.directory share/applnk/Toys/ktip.desktop +share/applnk/Toys/xeyes.desktop share/applnk/Utilities/.directory -share/applnk/Utilities/XUtilities/.directory +share/applnk/Utilities/XUtilities/xcalc.desktop share/applnk/Utilities/XUtilities/xclipboard.desktop share/applnk/Utilities/XUtilities/xclock.desktop share/applnk/Utilities/XUtilities/xconsole.desktop +share/applnk/Utilities/XUtilities/xload.desktop share/applnk/Utilities/XUtilities/xmag.desktop share/applnk/Utilities/XUtilities/xterm.desktop +share/applnk/Utilities/kaddressbook.desktop +share/applnk/Utilities/kdeprintfax.desktop +share/applnk/Utilities/kjobviewer.desktop share/applnk/Utilities/klipper.desktop share/applnk/Utilities/kpager.desktop +share/applnk/WordProcessing/.directory +share/applnk/WordProcessing/acroread.desktop +share/applnk/WordProcessing/gv.desktop +share/applnk/WordProcessing/xdvi.desktop +share/applnk/WordProcessing/xpdf.desktop +share/applnk/ksysguard/eventsrc share/apps/clockapplet/pics/lcd.png share/apps/drkonqi/debuggers/gdbrc 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/kaddressbook/kaddressbookui.rc +share/apps/kaddressbook/pics/abentry.xpm +share/apps/kaddressbook/pics/delete.xpm +share/apps/kaddressbook/pics/down.xpm +share/apps/kaddressbook/pics/filemail.xpm +share/apps/kaddressbook/pics/find.xpm +share/apps/kaddressbook/pics/group.xpm +share/apps/kaddressbook/pics/page.xpm +share/apps/kaddressbook/pics/up.xpm share/apps/kappfinder/apps/Development/ddd.desktop share/apps/kappfinder/apps/Development/designer.desktop share/apps/kappfinder/apps/Development/dlgedit.desktop -share/apps/kappfinder/apps/Editors/.directory +share/apps/kappfinder/apps/Development/linguist.desktop 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/Games/.directory +share/apps/kappfinder/apps/Games/Board/xboard.desktop +share/apps/kappfinder/apps/Games/Card/PySol.desktop share/apps/kappfinder/apps/Games/Clanbomber.desktop -share/apps/kappfinder/apps/Games/Qmamecat.desktop +share/apps/kappfinder/apps/Games/Emulators/qmamecat.desktop +share/apps/kappfinder/apps/Games/TacticStrategy/freeciv.desktop share/apps/kappfinder/apps/Games/defendguin.desktop -share/apps/kappfinder/apps/Games/freeciv.desktop share/apps/kappfinder/apps/Games/penguin-command.desktop share/apps/kappfinder/apps/Games/xshipwars.desktop -share/apps/kappfinder/apps/Graphics/.directory 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/Terminal/lftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/mutt.desktop +share/apps/kappfinder/apps/Internet/Terminal/ncftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/pine.desktop share/apps/kappfinder/apps/Internet/arena.desktop share/apps/kappfinder/apps/Internet/coolmail.desktop share/apps/kappfinder/apps/Internet/ethereal.desktop -share/apps/kappfinder/apps/Internet/ncftp.desktop +share/apps/kappfinder/apps/Internet/licq.desktop +share/apps/kappfinder/apps/Internet/mozilla.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/xchat.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/alevt.desktop share/apps/kappfinder/apps/Multimedia/aviplay.desktop share/apps/kappfinder/apps/Multimedia/gtv.desktop +share/apps/kappfinder/apps/Multimedia/mtv.desktop share/apps/kappfinder/apps/Multimedia/realplayer.desktop share/apps/kappfinder/apps/Multimedia/xawtv.desktop +share/apps/kappfinder/apps/Multimedia/xmms-enqueue.desktop share/apps/kappfinder/apps/Multimedia/xmms.desktop -share/apps/kappfinder/apps/Office/.directory 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/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 @@ -595,13 +718,12 @@ 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/Terminal/procinfo.desktop +share/apps/kappfinder/apps/System/Terminal/vmstat.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.desktop share/apps/kappfinder/apps/Toys/xpinguin.desktop -share/apps/kappfinder/apps/Utilities/.directory -share/apps/kappfinder/apps/Utilities/XUtilities/.directory share/apps/kappfinder/apps/Utilities/XUtilities/xcalc.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclipboard.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclock.desktop @@ -609,7 +731,6 @@ share/apps/kappfinder/apps/Utilities/XUtilities/xconsole.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xload.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xmag.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xterm.desktop -share/apps/kappfinder/apps/WordProcessing/.directory share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop share/apps/kappfinder/apps/WordProcessing/acroread.desktop @@ -619,10 +740,75 @@ share/apps/kappfinder/apps/WordProcessing/lyx.desktop share/apps/kappfinder/apps/WordProcessing/pybliographic.desktop share/apps/kappfinder/apps/WordProcessing/xdvi.desktop share/apps/kappfinder/apps/WordProcessing/xpdf.desktop +share/apps/kate/icons/hicolor/16x16/actions/curfiledir.png +share/apps/kate/icons/hicolor/16x16/actions/highlighting.png +share/apps/kate/icons/hicolor/16x16/actions/modified.png +share/apps/kate/icons/hicolor/16x16/actions/null.png +share/apps/kate/icons/hicolor/16x16/actions/save_all.png +share/apps/kate/icons/hicolor/22x22/actions/save_all.png +share/apps/kate/icons/hicolor/32x32/actions/highlighting.png +share/apps/kate/icons/hicolor/32x32/actions/indent.png +share/apps/kate/icons/hicolor/32x32/actions/unindent.png +share/apps/kate/icons/hicolor/48x48/actions/indent.png +share/apps/kate/icons/hicolor/48x48/actions/unindent.png +share/apps/kate/icons/locolor/16x16/actions/curfiledir.png +share/apps/kate/icons/locolor/16x16/actions/indent.png +share/apps/kate/icons/locolor/16x16/actions/modified.png +share/apps/kate/icons/locolor/16x16/actions/null.png +share/apps/kate/icons/locolor/16x16/actions/save_all.png +share/apps/kate/icons/locolor/16x16/actions/unindent.png +share/apps/kate/icons/locolor/22x22/actions/indent.png +share/apps/kate/icons/locolor/22x22/actions/save_all.png +share/apps/kate/icons/locolor/22x22/actions/unindent.png +share/apps/kate/katepartbrowserui.rc +share/apps/kate/katepartui.rc +share/apps/kate/kateui.rc +share/apps/kate/pics/fileselector.png +share/apps/kate/pics/indicator_empty.png +share/apps/kate/pics/indicator_viewactive.png +share/apps/kate/pics/openfiles.png +share/apps/kate/syntax/ada.xml +share/apps/kate/syntax/bash.xml +share/apps/kate/syntax/c.xml +share/apps/kate/syntax/changelog.xml +share/apps/kate/syntax/cpp.xml +share/apps/kate/syntax/css.xml +share/apps/kate/syntax/desktop.xml +share/apps/kate/syntax/diff.xml +share/apps/kate/syntax/html.xml +share/apps/kate/syntax/java.xml +share/apps/kate/syntax/kbasic.xml +share/apps/kate/syntax/language.dtd +share/apps/kate/syntax/latex.xml +share/apps/kate/syntax/objectivec.xml +share/apps/kate/syntax/perl.xml +share/apps/kate/syntax/php.xml +share/apps/kate/syntax/postscript.xml +share/apps/kate/syntax/rpmspec.xml +share/apps/kate/syntax/ruby.xml +share/apps/kate/syntax/sql.xml +share/apps/kate/syntax/syntax.template +share/apps/kate/syntax/vhdl.xml +share/apps/kate/syntax/xml.xml share/apps/kbookmark/directory_bookmarkbar.desktop +share/apps/kcmcss/template.css share/apps/kcminput/cursor_large.pcf.gz -share/apps/kcmkeys/standard/Unix.kksrc +share/apps/kcminput/pics/mouse_lh.png +share/apps/kcminput/pics/mouse_rh.png +share/apps/kcmkeys/global/global-kde3.kksrc +share/apps/kcmkeys/global/global-kde4.kksrc +share/apps/kcmkeys/global/global-mac3.kksrc +share/apps/kcmkeys/global/global-unix3.kksrc +share/apps/kcmkeys/global/global-win3.kksrc +share/apps/kcmkeys/global/global-win4.kksrc +share/apps/kcmkeys/standard/app-kde3.kksrc +share/apps/kcmkeys/standard/app-kde4.kksrc +share/apps/kcmkeys/standard/app-mac3.kksrc +share/apps/kcmkeys/standard/app-unix3.kksrc +share/apps/kcmkeys/standard/app-win3.kksrc share/apps/kcmlocale/pics/background.png +share/apps/kcmusb/usb.ids +share/apps/kconf_update/konsole.upd share/apps/kcontrol/kcontrolui.rc share/apps/kcontrol/pics/energybig.png share/apps/kcontrol/pics/lo-energy.png @@ -636,6 +822,10 @@ share/apps/kcontrol/pics/part2.png share/apps/kcontrol/pics/part3.png share/apps/kcontrol/pics/play.png share/apps/kdcop/kdcopui.rc +share/apps/kdeprintfax/anytops +share/apps/kdeprintfax/faxfilters +share/apps/kdeprintfax/icons/hicolor/16x16/actions/abentry.png +share/apps/kdeprintfax/kdeprintfaxui.rc share/apps/kdesktop/DesktopLinks/Home.desktop share/apps/kdesktop/directory.autostart share/apps/kdesktop/directory.desktop @@ -669,8 +859,10 @@ share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad share/apps/kdisplay/app-defaults/AAAMotif.ad share/apps/kdisplay/app-defaults/AAATk.ad share/apps/kdisplay/app-defaults/AAAXaw.ad +share/apps/kdisplay/app-defaults/AcroRead.ad share/apps/kdisplay/app-defaults/Editres.ad share/apps/kdisplay/app-defaults/Emacs.ad +share/apps/kdisplay/app-defaults/GV.ad share/apps/kdisplay/app-defaults/ML.ad share/apps/kdisplay/app-defaults/Nedit.ad share/apps/kdisplay/app-defaults/Netscape.ad @@ -681,6 +873,7 @@ share/apps/kdisplay/app-defaults/XOsview.ad share/apps/kdisplay/app-defaults/XTerm.ad share/apps/kdisplay/app-defaults/XV.ad share/apps/kdisplay/app-defaults/Xawtv.ad +share/apps/kdisplay/app-defaults/Xdvi.ad share/apps/kdisplay/app-defaults/Xpdf.ad share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc share/apps/kdisplay/color-schemes/BeOS.kcsrc @@ -689,7 +882,9 @@ 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/EveX.kcsrc share/apps/kdisplay/color-schemes/KDEOne.kcsrc +share/apps/kdisplay/color-schemes/MediaPeach.kcsrc share/apps/kdisplay/color-schemes/Next.kcsrc share/apps/kdisplay/color-schemes/PaleGray.kcsrc share/apps/kdisplay/color-schemes/PointReyesGreen.kcsrc @@ -697,6 +892,7 @@ 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/Windows2000.kcsrc share/apps/kdisplay/color-schemes/Windows95.kcsrc share/apps/kdm/pics/kdeflower.png share/apps/kdm/pics/kdelogo.png @@ -712,17 +908,9 @@ share/apps/kfind/icons/locolor/22x22/actions/info.png share/apps/kfind/icons/locolor/22x22/actions/openfile.png share/apps/kfind/icons/locolor/22x22/actions/save.png share/apps/kfind/icons/locolor/22x22/actions/search.png -share/apps/khelpcenter/en/bad_words -share/apps/khelpcenter/en/long.html -share/apps/khelpcenter/en/nomatch.html -share/apps/khelpcenter/en/short.html -share/apps/khelpcenter/en/syntax.html -share/apps/khelpcenter/en/wrapper.html -share/apps/khelpcenter/icons/locolor/16x16/apps/helpbook_open.png -share/apps/khelpcenter/pics/checked.xpm -share/apps/khelpcenter/pics/star.png -share/apps/khelpcenter/pics/star_blank.png -share/apps/khelpcenter/pics/unchecked.xpm +share/apps/khelpcenter/glossary.html.in +share/apps/khelpcenter/intro.html.in +share/apps/khelpcenter/khelpcenterui.rc share/apps/khelpcenter/plugins/Tutorials/.directory share/apps/khelpcenter/plugins/Tutorials/quickstart.desktop share/apps/khelpcenter/plugins/Tutorials/visualdict.desktop @@ -734,6 +922,7 @@ share/apps/kicker/applets/ksystemtrayapplet.desktop share/apps/kicker/applets/ktaskbarapplet.desktop share/apps/kicker/applets/naughtyapplet.desktop share/apps/kicker/applets/quicklauncher.desktop +share/apps/kicker/default-apps share/apps/kicker/extensions/childpanelextension.desktop share/apps/kicker/extensions/dockbarextension.desktop share/apps/kicker/extensions/kasbarextension.desktop @@ -855,6 +1044,8 @@ share/apps/kio_finger/kio_finger.css share/apps/kio_finger/kio_finger.pl share/apps/kio_info/kde-info2html share/apps/kio_info/kde-info2html.conf +share/apps/kioslave/smb.html +share/apps/kjobviewer/kjobviewerui.rc share/apps/kmenuedit/icons/hicolor/22x22/actions/menu_new.png share/apps/kmenuedit/icons/hicolor/32x32/actions/menu_new.png share/apps/kmenuedit/icons/locolor/16x16/actions/menu_new.png @@ -866,6 +1057,28 @@ share/apps/konqlistview/konq_detailedlistview.rc share/apps/konqlistview/konq_textview.rc share/apps/konqlistview/konq_treeview.rc share/apps/konqlistview/kpartplugins/kshellcmdplugin.rc +share/apps/konqsidebartng/add/sidebar_classic_add.desktop +share/apps/konqsidebartng/add/virtualfolderadd.desktop +share/apps/konqsidebartng/dirtree/bookmarks_module.desktop +share/apps/konqsidebartng/dirtree/dirtree_module.desktop +share/apps/konqsidebartng/dirtree/history_module.desktop +share/apps/konqsidebartng/entries/.version +share/apps/konqsidebartng/entries/bookmarks.desktop +share/apps/konqsidebartng/entries/history.desktop +share/apps/konqsidebartng/entries/home.desktop +share/apps/konqsidebartng/entries/remote.desktop +share/apps/konqsidebartng/entries/root.desktop +share/apps/konqsidebartng/entries/services.desktop +share/apps/konqsidebartng/entries/sidebar_classic.desktop +share/apps/konqsidebartng/virtual_folders/remote/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/kde_ftp.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/.directory +share/apps/konqsidebartng/virtual_folders/remote/web/apps_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/dot_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/kde_web.desktop +share/apps/konqsidebartng/virtual_folders/services/.directory +share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop share/apps/konqueror/about/back.png share/apps/konqueror/about/background.png share/apps/konqueror/about/bgtable.png @@ -875,6 +1088,7 @@ share/apps/konqueror/about/intro.html share/apps/konqueror/about/kdelogo2.png share/apps/konqueror/about/konq.css share/apps/konqueror/about/konqueror.png +share/apps/konqueror/about/lightning.png share/apps/konqueror/about/lines.png share/apps/konqueror/about/lines2.png share/apps/konqueror/about/locationbar_erase.png @@ -894,34 +1108,19 @@ 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/apps_web.desktop +share/apps/konqueror/dirtree/remote/web/dot_web.desktop share/apps/konqueror/dirtree/remote/web/kde_web.desktop share/apps/konqueror/dirtree/root.desktop -share/apps/konqueror/icons/hicolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/remove_view.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/remove_view.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_top_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/kde1.png -share/apps/konqueror/icons/locolor/16x16/actions/kde2.png -share/apps/konqueror/icons/locolor/16x16/actions/kde3.png -share/apps/konqueror/icons/locolor/16x16/actions/kde4.png -share/apps/konqueror/icons/locolor/16x16/actions/kde5.png -share/apps/konqueror/icons/locolor/16x16/actions/kde6.png -share/apps/konqueror/icons/locolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/locolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_top_bottom.png +share/apps/konqueror/dirtree/services/.directory +share/apps/konqueror/dirtree/services/audiocd.desktop +share/apps/konqueror/icons/hicolor/16x16/actions/history_clear.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde1.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde2.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde3.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde4.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde5.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde6.png share/apps/konqueror/konqueror.rc share/apps/konqueror/pics/indicator_anchor.png share/apps/konqueror/pics/indicator_connect.png @@ -956,6 +1155,7 @@ share/apps/konsole/README.KeyTab share/apps/konsole/README.Schema share/apps/konsole/Transparent.schema share/apps/konsole/Transparent_MC.schema +share/apps/konsole/Transparent_darkbg.schema share/apps/konsole/Transparent_lightbg.schema share/apps/konsole/WhiteOnBlack.schema share/apps/konsole/XTerm.schema @@ -970,13 +1170,18 @@ share/apps/konsole/pics/colourness.png share/apps/konsole/pics/contrast.png share/apps/konsole/shell.desktop share/apps/konsole/su.desktop +share/apps/konsole/sumc.desktop share/apps/konsole/syscolor.schema share/apps/konsole/vim.schema share/apps/konsole/vt100.keytab share/apps/konsole/vt420pc.keytab share/apps/konsole/x11r5.keytab -share/apps/kscreensaver/kscience-small.gif -share/apps/kscreensaver/kscience.gif +share/apps/kpersonalizer/pics/step1.png +share/apps/kpersonalizer/pics/step2.png +share/apps/kpersonalizer/pics/step3.png +share/apps/kpersonalizer/pics/step4.png +share/apps/kpersonalizer/pics/step5.png +share/apps/kscreensaver/kscience.png share/apps/ksplash/pics/locolor/splash_active_bar.png share/apps/ksplash/pics/locolor/splash_bottom.png share/apps/ksplash/pics/locolor/splash_inactive_bar.png @@ -988,56 +1193,19 @@ share/apps/ksplash/pics/splash_top.png share/apps/ksysguard/KSysGuardApplet.xml share/apps/ksysguard/ProcessTable.sgrd share/apps/ksysguard/SystemLoad.sgrd -share/apps/ksysguard/icons/locolor/16x16/apps/X.png -share/apps/ksysguard/icons/locolor/16x16/apps/artsd.png -share/apps/ksysguard/icons/locolor/16x16/apps/automount.png -share/apps/ksysguard/icons/locolor/16x16/apps/bash.png -share/apps/ksysguard/icons/locolor/16x16/apps/c++.png -share/apps/ksysguard/icons/locolor/16x16/apps/cc.png -share/apps/ksysguard/icons/locolor/16x16/apps/computer.png -share/apps/ksysguard/icons/locolor/16x16/apps/console.png -share/apps/ksysguard/icons/locolor/16x16/apps/csh.png -share/apps/ksysguard/icons/locolor/16x16/apps/emacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/g++.png -share/apps/ksysguard/icons/locolor/16x16/apps/gcc.png -share/apps/ksysguard/icons/locolor/16x16/apps/gdb.png -share/apps/ksysguard/icons/locolor/16x16/apps/httpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/in.identd.png -share/apps/ksysguard/icons/locolor/16x16/apps/inetd.png -share/apps/ksysguard/icons/locolor/16x16/apps/init.png -share/apps/ksysguard/icons/locolor/16x16/apps/kcookiejar.png -share/apps/ksysguard/icons/locolor/16x16/apps/kdesktop.png -share/apps/ksysguard/icons/locolor/16x16/apps/kflushd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kicker.png -share/apps/ksysguard/icons/locolor/16x16/apps/kio_file.png -share/apps/ksysguard/icons/locolor/16x16/apps/klauncher.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksh.png -share/apps/ksysguard/icons/locolor/16x16/apps/kswapd.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksysguardd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kupdate.png -share/apps/ksysguard/icons/locolor/16x16/apps/login.png -share/apps/ksysguard/icons/locolor/16x16/apps/lpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/mingetty.png -share/apps/ksysguard/icons/locolor/16x16/apps/mutt.png -share/apps/ksysguard/icons/locolor/16x16/apps/nscd.png -share/apps/ksysguard/icons/locolor/16x16/apps/pine.png -share/apps/ksysguard/icons/locolor/16x16/apps/portmap.png -share/apps/ksysguard/icons/locolor/16x16/apps/sendmail.png -share/apps/ksysguard/icons/locolor/16x16/apps/sh.png -share/apps/ksysguard/icons/locolor/16x16/apps/ssh.png -share/apps/ksysguard/icons/locolor/16x16/apps/startkde.png -share/apps/ksysguard/icons/locolor/16x16/apps/startx.png -share/apps/ksysguard/icons/locolor/16x16/apps/syslogd.png -share/apps/ksysguard/icons/locolor/16x16/apps/tcsh.png -share/apps/ksysguard/icons/locolor/16x16/apps/unknown.png -share/apps/ksysguard/icons/locolor/16x16/apps/xemacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/xinit.png -share/apps/ksysguard/icons/locolor/16x16/apps/xntpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/xterm.png -share/apps/ksysguard/icons/locolor/16x16/apps/ypbind.png share/apps/ksysguard/ksysguardui.rc +share/apps/ksysguard/pics/X.png +share/apps/ksysguard/pics/computer.png +share/apps/ksysguard/pics/daemon.png +share/apps/ksysguard/pics/kdeapp.png +share/apps/ksysguard/pics/kernel.png +share/apps/ksysguard/pics/ksysguardd.png +share/apps/ksysguard/pics/running.png +share/apps/ksysguard/pics/shell.png +share/apps/ksysguard/pics/tools.png +share/apps/ksysguard/pics/unknownapp.png +share/apps/ksysguard/pics/waiting.png share/apps/kthememgr/Themes/Default.ktheme -share/apps/kthememgr/Themes/Eclipse.ktheme share/apps/kthememgr/Themes/MGBreizh.ktheme share/apps/kthememgr/Themes/Nostalgy.ktheme share/apps/kthememgr/Themes/Template.themerc @@ -1045,11 +1213,45 @@ share/apps/kthememgr/Themes/Wood.ktheme share/apps/kthememgr/theme.mappings share/apps/kwin/b2.desktop share/apps/kwin/eventsrc -share/apps/kwin/kde.desktop +share/apps/kwin/icewm-themes/closeA.xpm +share/apps/kwin/icewm-themes/closeI.xpm +share/apps/kwin/icewm-themes/default.theme +share/apps/kwin/icewm-themes/depthA.xpm +share/apps/kwin/icewm-themes/depthI.xpm +share/apps/kwin/icewm-themes/maximizeA.xpm +share/apps/kwin/icewm-themes/maximizeI.xpm +share/apps/kwin/icewm-themes/menuButtonA.xpm +share/apps/kwin/icewm-themes/menuButtonI.xpm +share/apps/kwin/icewm-themes/minimizeA.xpm +share/apps/kwin/icewm-themes/minimizeI.xpm +share/apps/kwin/icewm-themes/restoreA.xpm +share/apps/kwin/icewm-themes/restoreI.xpm +share/apps/kwin/icewm-themes/rolldownA.xpm +share/apps/kwin/icewm-themes/rolldownI.xpm +share/apps/kwin/icewm-themes/rollupA.xpm +share/apps/kwin/icewm-themes/rollupI.xpm +share/apps/kwin/icewm-themes/titleAB.xpm +share/apps/kwin/icewm-themes/titleAJ.xpm +share/apps/kwin/icewm-themes/titleAM.xpm +share/apps/kwin/icewm-themes/titleAP.xpm +share/apps/kwin/icewm-themes/titleAQ.xpm +share/apps/kwin/icewm-themes/titleAR.xpm +share/apps/kwin/icewm-themes/titleAS.xpm +share/apps/kwin/icewm-themes/titleAT.xpm +share/apps/kwin/icewm-themes/titleIB.xpm +share/apps/kwin/icewm-themes/titleIJ.xpm +share/apps/kwin/icewm-themes/titleIM.xpm +share/apps/kwin/icewm-themes/titleIP.xpm +share/apps/kwin/icewm-themes/titleIQ.xpm +share/apps/kwin/icewm-themes/titleIR.xpm +share/apps/kwin/icewm-themes/titleIS.xpm +share/apps/kwin/icewm-themes/titleIT.xpm +share/apps/kwin/icewm.desktop share/apps/kwin/kde1.desktop share/apps/kwin/kstep.desktop share/apps/kwin/laptop.desktop share/apps/kwin/modernsystem.desktop +share/apps/kwin/mwm.desktop share/apps/kwin/pics/bluesun.png share/apps/kwin/pics/close.png share/apps/kwin/pics/fog-grey.png @@ -1063,18 +1265,18 @@ share/apps/kwin/pics/menu.png share/apps/kwin/pics/pindown.png share/apps/kwin/pics/pinup.png share/apps/kwin/pics/unknown.png +share/apps/kwin/quartz.desktop +share/apps/kwin/redmond.desktop share/apps/kwin/riscos.desktop share/apps/kwin/system.desktop -share/apps/kwin/win2k.desktop -share/apps/kwrite/kwrite_browser.rc -share/apps/kwrite/kwrite_shell.rc +share/apps/kwin/web.desktop share/apps/kwrite/kwriteui.rc -share/apps/kwrite/syntax.xml share/apps/naughtyapplet/pics/naughty-happy.png share/apps/naughtyapplet/pics/naughty-sad.png share/autostart/kdesktop.desktop share/autostart/khotkeys.desktop share/autostart/klipper.desktop +share/autostart/kpersonalizer.desktop share/autostart/ktip.desktop share/autostart/kwrited.desktop share/autostart/panel.desktop @@ -1101,8 +1303,10 @@ share/config/imsmaprc share/config/interferencerc share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdmrc +share/config/kdm/README +share/config/kdm/kdmrc share/config/klipperrc +share/config/konqsidebartng.rc share/config/konsolerc share/config/kshorturifilterrc share/config/kumpparc @@ -1112,56 +1316,29 @@ share/config/lissierc share/config/penroserc share/config/rocksrc share/config/sliprc -share/doc/HTML/en/kcontrol/.anchors -share/doc/HTML/en/kcontrol/action.html -share/doc/HTML/en/kcontrol/background.html -share/doc/HTML/en/kcontrol/batmon.html -share/doc/HTML/en/kcontrol/bell.html -share/doc/HTML/en/kcontrol/borders.html -share/doc/HTML/en/kcontrol/color.html +share/doc/HTML/en/kaddressbook/common +share/doc/HTML/en/kaddressbook/index.cache.bz2 +share/doc/HTML/en/kaddressbook/index.docbook +share/doc/HTML/en/kate/common +share/doc/HTML/en/kate/index.cache.bz2 +share/doc/HTML/en/kate/index.docbook share/doc/HTML/en/kcontrol/common -share/doc/HTML/en/kcontrol/control-center-exiting.html -share/doc/HTML/en/kcontrol/control-center-menus.html -share/doc/HTML/en/kcontrol/control-center-run-indiv.html -share/doc/HTML/en/kcontrol/control-center-screen.html -share/doc/HTML/en/kcontrol/control-center.html -share/doc/HTML/en/kcontrol/cookie.html -share/doc/HTML/en/kcontrol/credits.html -share/doc/HTML/en/kcontrol/crypto.html -share/doc/HTML/en/kcontrol/datetime.html -share/doc/HTML/en/kcontrol/desktop.html -share/doc/HTML/en/kcontrol/devices.html -share/doc/HTML/en/kcontrol/dma.html -share/doc/HTML/en/kcontrol/ebrowse.html -share/doc/HTML/en/kcontrol/email.html -share/doc/HTML/en/kcontrol/energy.html -share/doc/HTML/en/kcontrol/file-assoc.html -share/doc/HTML/en/kcontrol/file-manager.html -share/doc/HTML/en/kcontrol/fonts.html -share/doc/HTML/en/kcontrol/help-index.html -share/doc/HTML/en/kcontrol/icons.html +share/doc/HTML/en/kcontrol/index.cache.bz2 share/doc/HTML/en/kcontrol/index.docbook -share/doc/HTML/en/kcontrol/index.html -share/doc/HTML/en/kcontrol/interrupts.html -share/doc/HTML/en/kcontrol/introduction.html -share/doc/HTML/en/kcontrol/ioports.html -share/doc/HTML/en/kcontrol/kbd.html -share/doc/HTML/en/kcontrol/kblayout.html share/doc/HTML/en/kcontrol/kcmaccess.docbook share/doc/HTML/en/kcontrol/kcmaction.docbook share/doc/HTML/en/kcontrol/kcmbackgnd.docbook share/doc/HTML/en/kcontrol/kcmbatmon.docbook share/doc/HTML/en/kcontrol/kcmbell.docbook share/doc/HTML/en/kcontrol/kcmblockdev.docbook -share/doc/HTML/en/kcontrol/kcmborders.docbook share/doc/HTML/en/kcontrol/kcmcolor.docbook share/doc/HTML/en/kcontrol/kcmcookie.docbook share/doc/HTML/en/kcontrol/kcmcrypto.docbook +share/doc/HTML/en/kcontrol/kcmcss.docbook share/doc/HTML/en/kcontrol/kcmdatetime.docbook share/doc/HTML/en/kcontrol/kcmdesktop.docbook share/doc/HTML/en/kcontrol/kcmdeviceinfo.docbook share/doc/HTML/en/kcontrol/kcmdmainfo.docbook -share/doc/HTML/en/kcontrol/kcmdrkonqi.docbook share/doc/HTML/en/kcontrol/kcmebrowse.docbook share/doc/HTML/en/kcontrol/kcmemail.docbook share/doc/HTML/en/kcontrol/kcmenergy.docbook @@ -1170,13 +1347,15 @@ share/doc/HTML/en/kcontrol/kcmfileman.docbook share/doc/HTML/en/kcontrol/kcmfonts.docbook share/doc/HTML/en/kcontrol/kcmhelpindex.docbook share/doc/HTML/en/kcontrol/kcmicon.docbook -share/doc/HTML/en/kcontrol/kcmiconstyle.docbook share/doc/HTML/en/kcontrol/kcmintinfo.docbook share/doc/HTML/en/kcontrol/kcmioportinfo.docbook share/doc/HTML/en/kcontrol/kcmkbd.docbook -share/doc/HTML/en/kcontrol/kcmkblayout.docbook share/doc/HTML/en/kcontrol/kcmkbrowse.docbook share/doc/HTML/en/kcontrol/kcmkeybind.docbook +share/doc/HTML/en/kcontrol/kcmkonsole.docbook +share/doc/HTML/en/kcontrol/kcmkwintheme.docbook +share/doc/HTML/en/kcontrol/kcmlaunch.docbook +share/doc/HTML/en/kcontrol/kcmlisa.docbook share/doc/HTML/en/kcontrol/kcmlocate.docbook share/doc/HTML/en/kcontrol/kcmloginmanage.docbook share/doc/HTML/en/kcontrol/kcmlowbatcrit.docbook @@ -1185,9 +1364,7 @@ share/doc/HTML/en/kcontrol/kcmmemoryinfo.docbook share/doc/HTML/en/kcontrol/kcmmidi.docbook share/doc/HTML/en/kcontrol/kcmmixer.docbook share/doc/HTML/en/kcontrol/kcmmouse.docbook -share/doc/HTML/en/kcontrol/kcmmousebeh.docbook share/doc/HTML/en/kcontrol/kcmnetscapeplugins.docbook -share/doc/HTML/en/kcontrol/kcmnumbername.docbook share/doc/HTML/en/kcontrol/kcmpanel.docbook share/doc/HTML/en/kcontrol/kcmpartitioninfo.docbook share/doc/HTML/en/kcontrol/kcmpasswd.docbook @@ -1202,206 +1379,91 @@ share/doc/HTML/en/kcontrol/kcmsessionman.docbook share/doc/HTML/en/kcontrol/kcmsmbstat.docbook share/doc/HTML/en/kcontrol/kcmsndinfo.docbook share/doc/HTML/en/kcontrol/kcmsndsrv.docbook +share/doc/HTML/en/kcontrol/kcmsocks.docbook +share/doc/HTML/en/kcontrol/kcmspellchecking.docbook share/doc/HTML/en/kcontrol/kcmstyle.docbook share/doc/HTML/en/kcontrol/kcmsysnotify.docbook share/doc/HTML/en/kcontrol/kcmtalk.docbook share/doc/HTML/en/kcontrol/kcmtaskbar.docbook +share/doc/HTML/en/kcontrol/kcmusb.docbook share/doc/HTML/en/kcontrol/kcmuseragent.docbook share/doc/HTML/en/kcontrol/kcmwinshare.docbook share/doc/HTML/en/kcontrol/kcmxservinfo.docbook -share/doc/HTML/en/kcontrol/key-bindings.html share/doc/HTML/en/kcontrol/kfileman1.png share/doc/HTML/en/kcontrol/kfileman2.png -share/doc/HTML/en/kcontrol/konq-browsing.html -share/doc/HTML/en/kcontrol/laptop.html -share/doc/HTML/en/kcontrol/locale.html -share/doc/HTML/en/kcontrol/login-manager.html -share/doc/HTML/en/kcontrol/lowbatcrit.html -share/doc/HTML/en/kcontrol/lowbatwarn.html -share/doc/HTML/en/kcontrol/memory.html -share/doc/HTML/en/kcontrol/midi.html -share/doc/HTML/en/kcontrol/mixer.html -share/doc/HTML/en/kcontrol/module.html -share/doc/HTML/en/kcontrol/modules.html -share/doc/HTML/en/kcontrol/mouse-behav.html -share/doc/HTML/en/kcontrol/mouse.html -share/doc/HTML/en/kcontrol/nsplugins.html -share/doc/HTML/en/kcontrol/panel.html -share/doc/HTML/en/kcontrol/partitions.html -share/doc/HTML/en/kcontrol/passwords.html -share/doc/HTML/en/kcontrol/pci.html -share/doc/HTML/en/kcontrol/pcmcia.html -share/doc/HTML/en/kcontrol/powerctrl.html -share/doc/HTML/en/kcontrol/processor.html -share/doc/HTML/en/kcontrol/proxies.html -share/doc/HTML/en/kcontrol/sambastatus.html -share/doc/HTML/en/kcontrol/screensaver.html +share/doc/HTML/en/kcontrol/nettimeouts.docbook +share/doc/HTML/en/kcontrol/printmanager.docbook +share/doc/HTML/en/kcontrol/printsystem.docbook +share/doc/HTML/en/kcontrol/protocols.docbook share/doc/HTML/en/kcontrol/screenshot.png -share/doc/HTML/en/kcontrol/scsi.html -share/doc/HTML/en/kcontrol/sessions.html -share/doc/HTML/en/kcontrol/sndserver.html -share/doc/HTML/en/kcontrol/soundinfo.html -share/doc/HTML/en/kcontrol/style.html -share/doc/HTML/en/kcontrol/sys-notify.html -share/doc/HTML/en/kcontrol/taskbar.html -share/doc/HTML/en/kcontrol/user-agent.html -share/doc/HTML/en/kcontrol/windows-shares.html -share/doc/HTML/en/kcontrol/xserver.html -share/doc/HTML/en/kdebugdialog/.anchors +share/doc/HTML/en/kcontrol/systemcontrol.docbook +share/doc/HTML/en/kcontrol/thememgr.docbook share/doc/HTML/en/kdebugdialog/common +share/doc/HTML/en/kdebugdialog/index.cache.bz2 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/kdeprint/common +share/doc/HTML/en/kdeprint/cupsaddprinterwizard1.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard2_backendselection.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan_results.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard4_networkscan_config.png +share/doc/HTML/en/kdeprint/index.cache.bz2 +share/doc/HTML/en/kdeprint/index.docbook share/doc/HTML/en/kdesu/common -share/doc/HTML/en/kdesu/compiling.html -share/doc/HTML/en/kdesu/configuration.html +share/doc/HTML/en/kdesu/index.cache.bz2 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/sec-password-keeping.html -share/doc/HTML/en/kdesu/using-kdesu.html -share/doc/HTML/en/kdm/.anchors -share/doc/HTML/en/kdm/building-and-installing-kdm.html share/doc/HTML/en/kdm/common -share/doc/HTML/en/kdm/configuring-kdm.html -share/doc/HTML/en/kdm/configuring-your-system-for-kdm.html -share/doc/HTML/en/kdm/credits.html -share/doc/HTML/en/kdm/different-window-managers-with-kdm.html +share/doc/HTML/en/kdm/index.cache.bz2 share/doc/HTML/en/kdm/index.docbook -share/doc/HTML/en/kdm/index.html -share/doc/HTML/en/kdm/introduction.html -share/doc/HTML/en/kdm/kdmdesktop.html -share/doc/HTML/en/kdm/lilo.html -share/doc/HTML/en/kdm/locale.html -share/doc/HTML/en/kdm/other-information.html -share/doc/HTML/en/khelpcenter/.anchors share/doc/HTML/en/khelpcenter/background.png share/doc/HTML/en/khelpcenter/bgtable.png share/doc/HTML/en/khelpcenter/common -share/doc/HTML/en/khelpcenter/contact-developers.html -share/doc/HTML/en/khelpcenter/contact-more-information.html -share/doc/HTML/en/khelpcenter/contact-official.html -share/doc/HTML/en/khelpcenter/contact-the-kde-team.html share/doc/HTML/en/khelpcenter/contact.docbook -share/doc/HTML/en/khelpcenter/credits.html -share/doc/HTML/en/khelpcenter/faq/.anchors share/doc/HTML/en/khelpcenter/faq/TODO -share/doc/HTML/en/khelpcenter/faq/about.html -share/doc/HTML/en/khelpcenter/faq/applications.html +share/doc/HTML/en/khelpcenter/faq/about.docbook share/doc/HTML/en/khelpcenter/faq/common -share/doc/HTML/en/khelpcenter/faq/configure.html -share/doc/HTML/en/khelpcenter/faq/contribute.html -share/doc/HTML/en/khelpcenter/faq/credits.html -share/doc/HTML/en/khelpcenter/faq/desktop.html -share/doc/HTML/en/khelpcenter/faq/filemanager.html -share/doc/HTML/en/khelpcenter/faq/getting-kde.html +share/doc/HTML/en/khelpcenter/faq/configkde.docbook +share/doc/HTML/en/khelpcenter/faq/contrib.docbook +share/doc/HTML/en/khelpcenter/faq/desktop.docbook +share/doc/HTML/en/khelpcenter/faq/filemng.docbook +share/doc/HTML/en/khelpcenter/faq/getkde.docbook +share/doc/HTML/en/khelpcenter/faq/index.cache.bz2 share/doc/HTML/en/khelpcenter/faq/index.docbook -share/doc/HTML/en/khelpcenter/faq/index.html -share/doc/HTML/en/khelpcenter/faq/install.html -share/doc/HTML/en/khelpcenter/faq/introduction.html -share/doc/HTML/en/khelpcenter/faq/misc.html -share/doc/HTML/en/khelpcenter/faq/more-info.html -share/doc/HTML/en/khelpcenter/faq/non-kde-apps.html -share/doc/HTML/en/khelpcenter/faq/not-kde.html -share/doc/HTML/en/khelpcenter/faq/panel.html -share/doc/HTML/en/khelpcenter/faq/tips.html -share/doc/HTML/en/khelpcenter/faq/windowmanager.html -share/doc/HTML/en/khelpcenter/help-system-user-manual.html +share/doc/HTML/en/khelpcenter/faq/index.docbook.old +share/doc/HTML/en/khelpcenter/faq/install.docbook +share/doc/HTML/en/khelpcenter/faq/intro.docbook +share/doc/HTML/en/khelpcenter/faq/kdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/misc.docbook +share/doc/HTML/en/khelpcenter/faq/moreinfo.docbook +share/doc/HTML/en/khelpcenter/faq/nonkdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/notrelated.docbook +share/doc/HTML/en/khelpcenter/faq/panel.docbook +share/doc/HTML/en/khelpcenter/faq/tips.docbook +share/doc/HTML/en/khelpcenter/faq/winmng.docbook +share/doc/HTML/en/khelpcenter/glossary/common +share/doc/HTML/en/khelpcenter/glossary/index.cache.bz2 +share/doc/HTML/en/khelpcenter/glossary/index.docbook share/doc/HTML/en/khelpcenter/help.docbook +share/doc/HTML/en/khelpcenter/index.cache.bz2 share/doc/HTML/en/khelpcenter/index.docbook -share/doc/HTML/en/khelpcenter/index.html -share/doc/HTML/en/khelpcenter/interface-basics.html -share/doc/HTML/en/khelpcenter/invoking-help.html share/doc/HTML/en/khelpcenter/kdelogo2.png share/doc/HTML/en/khelpcenter/khelpcenter.png share/doc/HTML/en/khelpcenter/konq.css share/doc/HTML/en/khelpcenter/lines.png share/doc/HTML/en/khelpcenter/lines2.png share/doc/HTML/en/khelpcenter/links.docbook -share/doc/HTML/en/khelpcenter/main.html -share/doc/HTML/en/khelpcenter/no-html.html share/doc/HTML/en/khelpcenter/pointers.png -share/doc/HTML/en/khelpcenter/quickstart/.anchors -share/doc/HTML/en/khelpcenter/quickstart/advanced-topics.html -share/doc/HTML/en/khelpcenter/quickstart/an-overview-of-kde.html -share/doc/HTML/en/khelpcenter/quickstart/archives-and-networks.html share/doc/HTML/en/khelpcenter/quickstart/common -share/doc/HTML/en/khelpcenter/quickstart/configuration-modules.html -share/doc/HTML/en/khelpcenter/quickstart/configure.html -share/doc/HTML/en/khelpcenter/quickstart/credits.html +share/doc/HTML/en/khelpcenter/quickstart/index.cache.bz2 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/kde-an-exciting-journey.html -share/doc/HTML/en/khelpcenter/quickstart/launching-applications.html -share/doc/HTML/en/khelpcenter/quickstart/logging-out.html -share/doc/HTML/en/khelpcenter/quickstart/managing-your-files.html -share/doc/HTML/en/khelpcenter/quickstart/ready-set-go.html -share/doc/HTML/en/khelpcenter/quickstart/using-taskbar.html -share/doc/HTML/en/khelpcenter/quickstart/using-templates.html -share/doc/HTML/en/khelpcenter/quickstart/using-v-desktops.html -share/doc/HTML/en/khelpcenter/quickstart/want-command-line-back.html -share/doc/HTML/en/khelpcenter/quickstart/working-with-windows.html share/doc/HTML/en/khelpcenter/shadow1.png share/doc/HTML/en/khelpcenter/support.docbook -share/doc/HTML/en/khelpcenter/supporting-kde-financial-support.html -share/doc/HTML/en/khelpcenter/supporting-kde-get-started.html -share/doc/HTML/en/khelpcenter/supporting-kde.html -share/doc/HTML/en/khelpcenter/userguide/.anchors -share/doc/HTML/en/khelpcenter/userguide/about-this-preview.html -share/doc/HTML/en/khelpcenter/userguide/adding-programs.html -share/doc/HTML/en/khelpcenter/userguide/all-about-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html share/doc/HTML/en/khelpcenter/userguide/common -share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/desktop-components.html -share/doc/HTML/en/khelpcenter/userguide/docu-staff.html -share/doc/HTML/en/khelpcenter/userguide/entertainment-applications.html -share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html -share/doc/HTML/en/khelpcenter/userguide/first-impressions.html -share/doc/HTML/en/khelpcenter/userguide/frequently-asked-questions.html -share/doc/HTML/en/khelpcenter/userguide/getting-kde.html -share/doc/HTML/en/khelpcenter/userguide/getting-started.html -share/doc/HTML/en/khelpcenter/userguide/graphical-applications.html +share/doc/HTML/en/khelpcenter/userguide/index.cache.bz2 share/doc/HTML/en/khelpcenter/userguide/index.docbook -share/doc/HTML/en/khelpcenter/userguide/index.html -share/doc/HTML/en/khelpcenter/userguide/installation.html -share/doc/HTML/en/khelpcenter/userguide/installing-debian.html -share/doc/HTML/en/khelpcenter/userguide/introduction.html -share/doc/HTML/en/khelpcenter/userguide/kdeadmin-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdebase-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdepim-applications.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/license.html -share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms.html -share/doc/HTML/en/khelpcenter/userguide/more-help.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/multimedia-applications.html -share/doc/HTML/en/khelpcenter/userguide/network-applications.html -share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html -share/doc/HTML/en/khelpcenter/userguide/shortcuts.html -share/doc/HTML/en/khelpcenter/userguide/source-distribution.html -share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html -share/doc/HTML/en/khelpcenter/userguide/suse-install.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-templates.html -share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html -share/doc/HTML/en/khelpcenter/userguide/utility-applications.html -share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html -share/doc/HTML/en/khelpcenter/visualdict/.anchors share/doc/HTML/en/khelpcenter/visualdict/common -share/doc/HTML/en/khelpcenter/visualdict/credits.html +share/doc/HTML/en/khelpcenter/visualdict/index.cache.bz2 share/doc/HTML/en/khelpcenter/visualdict/index.docbook -share/doc/HTML/en/khelpcenter/visualdict/index.html share/doc/HTML/en/khelpcenter/visualdict/pict1.png share/doc/HTML/en/khelpcenter/visualdict/pict10.png share/doc/HTML/en/khelpcenter/visualdict/pict11.png @@ -1422,77 +1484,58 @@ share/doc/HTML/en/khelpcenter/visualdict/pict6.png share/doc/HTML/en/khelpcenter/visualdict/pict7.png share/doc/HTML/en/khelpcenter/visualdict/pict8.png share/doc/HTML/en/khelpcenter/visualdict/pict9.png -share/doc/HTML/en/khelpcenter/visualdict/visual-dictionary.html -share/doc/HTML/en/khelpcenter/web.html -share/doc/HTML/en/khelpcenter/welcome-to-kde.html share/doc/HTML/en/khelpcenter/welcome.docbook -share/doc/HTML/en/khelpcenter/what-is-kde-the-desktop.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-development-framework.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-office-suite.html -share/doc/HTML/en/khelpcenter/what-is-kde.html share/doc/HTML/en/khelpcenter/whatiskde.docbook -share/doc/HTML/en/kicker/.anchors -share/doc/HTML/en/kicker/applets.html -share/doc/HTML/en/kicker/application-group.html -share/doc/HTML/en/kicker/basics.html -share/doc/HTML/en/kicker/browsers.html -share/doc/HTML/en/kicker/child-panel-extension.html -share/doc/HTML/en/kicker/clock-applet.html -share/doc/HTML/en/kicker/commands.html +share/doc/HTML/en/kicker/bookmarks_icon.png share/doc/HTML/en/kicker/common -share/doc/HTML/en/kicker/compilation.html -share/doc/HTML/en/kicker/configuration.html -share/doc/HTML/en/kicker/configuring-apps.html -share/doc/HTML/en/kicker/configuring.html -share/doc/HTML/en/kicker/credits.html -share/doc/HTML/en/kicker/dock-application-bar-extension.html -share/doc/HTML/en/kicker/extensions.html -share/doc/HTML/en/kicker/faq.html +share/doc/HTML/en/kicker/desktop_icon.png +share/doc/HTML/en/kicker/index.cache.bz2 share/doc/HTML/en/kicker/index.docbook -share/doc/HTML/en/kicker/index.html -share/doc/HTML/en/kicker/installation.html -share/doc/HTML/en/kicker/introduction.html -share/doc/HTML/en/kicker/k-menu.html share/doc/HTML/en/kicker/k_menu_icon.png -share/doc/HTML/en/kicker/kasbar-extension.html -share/doc/HTML/en/kicker/kfind-advanced.html -share/doc/HTML/en/kicker/kfind-date-range.html -share/doc/HTML/en/kicker/kfind.html -share/doc/HTML/en/kicker/launcher-applet.html -share/doc/HTML/en/kicker/most-recently-group.html -share/doc/HTML/en/kicker/naughty-applet.html -share/doc/HTML/en/kicker/pager-applet.html -share/doc/HTML/en/kicker/panel-applets.html -share/doc/HTML/en/kicker/panel-buttons.html -share/doc/HTML/en/kicker/panel-looknfeel.html -share/doc/HTML/en/kicker/panel-menus.html -share/doc/HTML/en/kicker/requirements.html -share/doc/HTML/en/kicker/run-applet.html -share/doc/HTML/en/kicker/run-command.html +share/doc/HTML/en/kicker/recent_docs_icon.png share/doc/HTML/en/kicker/screenshot_left.png share/doc/HTML/en/kicker/screenshot_right.png -share/doc/HTML/en/kicker/systemtray-applet.html -share/doc/HTML/en/kicker/using-kicker.html +share/doc/HTML/en/kicker/taskbar_group.png +share/doc/HTML/en/kicker/terminals_icon.png share/doc/HTML/en/kicker/windowlist_icon.png -share/doc/HTML/en/klipper/.anchors -share/doc/HTML/en/klipper/actions.html +share/doc/HTML/en/kioslave/audiocd.docbook +share/doc/HTML/en/kioslave/bzip.docbook +share/doc/HTML/en/kioslave/bzip2.docbook +share/doc/HTML/en/kioslave/common +share/doc/HTML/en/kioslave/file.docbook +share/doc/HTML/en/kioslave/finger.docbook +share/doc/HTML/en/kioslave/floppy.docbook +share/doc/HTML/en/kioslave/ftp.docbook +share/doc/HTML/en/kioslave/gopher.docbook +share/doc/HTML/en/kioslave/gzip.docbook +share/doc/HTML/en/kioslave/help.docbook +share/doc/HTML/en/kioslave/http.docbook +share/doc/HTML/en/kioslave/https.docbook +share/doc/HTML/en/kioslave/imap.docbook +share/doc/HTML/en/kioslave/imaps.docbook +share/doc/HTML/en/kioslave/index.cache.bz2 +share/doc/HTML/en/kioslave/index.docbook +share/doc/HTML/en/kioslave/info.docbook +share/doc/HTML/en/kioslave/lan.docbook +share/doc/HTML/en/kioslave/ldap.docbook +share/doc/HTML/en/kioslave/mailto.docbook +share/doc/HTML/en/kioslave/man.docbook +share/doc/HTML/en/kioslave/news.docbook +share/doc/HTML/en/kioslave/nfs.docbook +share/doc/HTML/en/kioslave/nntp.docbook +share/doc/HTML/en/kioslave/pop3.docbook +share/doc/HTML/en/kioslave/pop3s.docbook +share/doc/HTML/en/kioslave/rlan.docbook +share/doc/HTML/en/kioslave/rlogin.docbook +share/doc/HTML/en/kioslave/smb.docbook +share/doc/HTML/en/kioslave/tar.docbook +share/doc/HTML/en/kioslave/telnet.docbook +share/doc/HTML/en/kioslave/thumbnail.docbook share/doc/HTML/en/klipper/common -share/doc/HTML/en/klipper/compilation.html -share/doc/HTML/en/klipper/configuration.html -share/doc/HTML/en/klipper/credits.html +share/doc/HTML/en/klipper/index.cache.bz2 share/doc/HTML/en/klipper/index.docbook -share/doc/HTML/en/klipper/index.html -share/doc/HTML/en/klipper/installation.html -share/doc/HTML/en/klipper/introduction.html -share/doc/HTML/en/klipper/requirements.html share/doc/HTML/en/klipper/screenshot.png -share/doc/HTML/en/klipper/using-klipper.html -share/doc/HTML/en/kmenuedit/.anchors share/doc/HTML/en/kmenuedit/common -share/doc/HTML/en/kmenuedit/compilation.html -share/doc/HTML/en/kmenuedit/credits.html -share/doc/HTML/en/kmenuedit/details-advanced.html -share/doc/HTML/en/kmenuedit/glossary.html share/doc/HTML/en/kmenuedit/i_copy.png share/doc/HTML/en/kmenuedit/i_cut.png share/doc/HTML/en/kmenuedit/i_delete.png @@ -1502,163 +1545,141 @@ share/doc/HTML/en/kmenuedit/i_new_submenu.png share/doc/HTML/en/kmenuedit/i_paste.png share/doc/HTML/en/kmenuedit/icon_sets.png share/doc/HTML/en/kmenuedit/icons.png +share/doc/HTML/en/kmenuedit/index.cache.bz2 share/doc/HTML/en/kmenuedit/index.docbook -share/doc/HTML/en/kmenuedit/index.html -share/doc/HTML/en/kmenuedit/installation.html -share/doc/HTML/en/kmenuedit/introduction.html -share/doc/HTML/en/kmenuedit/menu-reference.html -share/doc/HTML/en/kmenuedit/using-kmenuedit.html -share/doc/HTML/en/konqueror/.anchors -share/doc/HTML/en/konqueror/basics.html -share/doc/HTML/en/konqueror/bookmarks.html -share/doc/HTML/en/konqueror/browser.html -share/doc/HTML/en/konqueror/bubble.html share/doc/HTML/en/konqueror/cmndline.png -share/doc/HTML/en/konqueror/commandline.html -share/doc/HTML/en/konqueror/commands.html share/doc/HTML/en/konqueror/common -share/doc/HTML/en/konqueror/config.html -share/doc/HTML/en/konqueror/configfm.html -share/doc/HTML/en/konqueror/configure-browser.html -share/doc/HTML/en/konqueror/configure-enhanced-browsing.html -share/doc/HTML/en/konqueror/configure-proxy.html -share/doc/HTML/en/konqueror/configure-user-agent.html -share/doc/HTML/en/konqueror/cookies.html -share/doc/HTML/en/konqueror/credits.html -share/doc/HTML/en/konqueror/crypto.html -share/doc/HTML/en/konqueror/deleting.html share/doc/HTML/en/konqueror/dirtree.png share/doc/HTML/en/konqueror/dragdrop.png -share/doc/HTML/en/konqueror/faq.html -share/doc/HTML/en/konqueror/file-associations.html -share/doc/HTML/en/konqueror/filemanager.html share/doc/HTML/en/konqueror/filetype1.png share/doc/HTML/en/konqueror/filetype3.png share/doc/HTML/en/konqueror/filetype4.png -share/doc/HTML/en/konqueror/ftp.html +share/doc/HTML/en/konqueror/index.cache.bz2 share/doc/HTML/en/konqueror/index.docbook -share/doc/HTML/en/konqueror/index.html -share/doc/HTML/en/konqueror/installation.html share/doc/HTML/en/konqueror/konqorg.png -share/doc/HTML/en/konqueror/lmb-mmb.html -share/doc/HTML/en/konqueror/making.html -share/doc/HTML/en/konqueror/man-info.html -share/doc/HTML/en/konqueror/moving.html -share/doc/HTML/en/konqueror/multiple.html -share/doc/HTML/en/konqueror/newname.html -share/doc/HTML/en/konqueror/parts.html share/doc/HTML/en/konqueror/parts.png -share/doc/HTML/en/konqueror/plugin.html -share/doc/HTML/en/konqueror/rmb-menus.html share/doc/HTML/en/konqueror/samba.png -share/doc/HTML/en/konqueror/save-print-web.html -share/doc/HTML/en/konqueror/save-settings.html -share/doc/HTML/en/konqueror/surf.html -share/doc/HTML/en/konsole/.anchors -share/doc/HTML/en/konsole/command-line-options.html share/doc/HTML/en/konsole/common -share/doc/HTML/en/konsole/credits.html -share/doc/HTML/en/konsole/history-option.html +share/doc/HTML/en/konsole/index.cache.bz2 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/konsole.png share/doc/HTML/en/konsole/konsole1.gif share/doc/HTML/en/konsole/konsole2.gif -share/doc/HTML/en/konsole/menubar.html -share/doc/HTML/en/konsole/mousebuttons.html share/doc/HTML/en/konsole/techref.html -share/doc/HTML/en/konsole/toolbar.html -share/doc/HTML/en/konsole/use-of-konsole.html share/doc/HTML/en/konsole/vt100.gif -share/doc/HTML/en/kpager/.anchors -share/doc/HTML/en/kpager/commands.html share/doc/HTML/en/kpager/common -share/doc/HTML/en/kpager/compilation.html -share/doc/HTML/en/kpager/credits.html -share/doc/HTML/en/kpager/faq.html +share/doc/HTML/en/kpager/index.cache.bz2 share/doc/HTML/en/kpager/index.docbook -share/doc/HTML/en/kpager/index.html -share/doc/HTML/en/kpager/installation.html -share/doc/HTML/en/kpager/introduction.html -share/doc/HTML/en/kpager/kapp-settings.html -share/doc/HTML/en/kpager/requirements.html share/doc/HTML/en/kpager/screenshot.png share/doc/HTML/en/kpager/settings.png -share/doc/HTML/en/kpager/using-kapp.html -share/doc/HTML/en/ksysguard/.anchors share/doc/HTML/en/ksysguard/common -share/doc/HTML/en/ksysguard/compilationandinstallation.html -share/doc/HTML/en/ksysguard/credits-and-licenses.html +share/doc/HTML/en/ksysguard/index.cache.bz2 share/doc/HTML/en/ksysguard/index.docbook -share/doc/HTML/en/ksysguard/index.html -share/doc/HTML/en/ksysguard/installation.html -share/doc/HTML/en/ksysguard/introduction.html -share/doc/HTML/en/ksysguard/requirements.html -share/doc/HTML/en/ksysguard/the-sensor-browser.html -share/doc/HTML/en/ksysguard/the-workspace.html -share/doc/HTML/en/ksysguard/usingtheksysguard.html -share/doc/HTML/en/kwrite/.anchors -share/doc/HTML/en/kwrite/command-line-options.html share/doc/HTML/en/kwrite/common -share/doc/HTML/en/kwrite/credits.html -share/doc/HTML/en/kwrite/edit.html -share/doc/HTML/en/kwrite/go.html -share/doc/HTML/en/kwrite/help.html +share/doc/HTML/en/kwrite/index.cache.bz2 share/doc/HTML/en/kwrite/index.docbook -share/doc/HTML/en/kwrite/index.html -share/doc/HTML/en/kwrite/installation.html -share/doc/HTML/en/kwrite/introduction.html -share/doc/HTML/en/kwrite/keybindings.html -share/doc/HTML/en/kwrite/on-screen-fundamentals.html -share/doc/HTML/en/kwrite/pref-dialog.html -share/doc/HTML/en/kwrite/pref-edit.html -share/doc/HTML/en/kwrite/pref-highlighting.html -share/doc/HTML/en/kwrite/pref-indent.html -share/doc/HTML/en/kwrite/pref-select.html -share/doc/HTML/en/kwrite/prefspellchecker.html -share/doc/HTML/en/kwrite/settings.html -share/doc/HTML/en/kwrite/the-menu-entries.html -share/doc/HTML/en/kwrite/tools.html -share/doc/HTML/en/no-html.html share/fonts/9x15.pcf.gz share/fonts/console8x16.pcf.gz share/fonts/console8x8.pcf.gz share/fonts/fonts.dir share/fonts/override/fonts.dir +share/icons/hicolor/16x16/actions/view_choose.png +share/icons/hicolor/16x16/actions/view_detailed.png +share/icons/hicolor/16x16/actions/view_icon.png +share/icons/hicolor/16x16/actions/view_multicolumn.png +share/icons/hicolor/16x16/actions/view_text.png +share/icons/hicolor/16x16/actions/view_tree.png +share/icons/hicolor/16x16/apps/access.png +share/icons/hicolor/16x16/apps/acroread.png +share/icons/hicolor/16x16/apps/agent.png +share/icons/hicolor/16x16/apps/alevt.png +share/icons/hicolor/16x16/apps/applixware.png +share/icons/hicolor/16x16/apps/arts.png share/icons/hicolor/16x16/apps/background.png share/icons/hicolor/16x16/apps/bell.png +share/icons/hicolor/16x16/apps/blender.png +share/icons/hicolor/16x16/apps/clock.png +share/icons/hicolor/16x16/apps/colors.png share/icons/hicolor/16x16/apps/cookie.png +share/icons/hicolor/16x16/apps/date.png +share/icons/hicolor/16x16/apps/designer.png +share/icons/hicolor/16x16/apps/dlgedit.png +share/icons/hicolor/16x16/apps/emacs.png share/icons/hicolor/16x16/apps/email.png share/icons/hicolor/16x16/apps/energy.png +share/icons/hicolor/16x16/apps/energy_star.png share/icons/hicolor/16x16/apps/enhanced_browsing.png +share/icons/hicolor/16x16/apps/filetypes.png +share/icons/hicolor/16x16/apps/fonts.png +share/icons/hicolor/16x16/apps/gimp.png share/icons/hicolor/16x16/apps/go.png +share/icons/hicolor/16x16/apps/gv.png +share/icons/hicolor/16x16/apps/gvim.png +share/icons/hicolor/16x16/apps/help_index.png share/icons/hicolor/16x16/apps/hwinfo.png +share/icons/hicolor/16x16/apps/icons.png +share/icons/hicolor/16x16/apps/iconthemes.png share/icons/hicolor/16x16/apps/input_devices_settings.png +share/icons/hicolor/16x16/apps/kaddressbook.png share/icons/hicolor/16x16/apps/kappfinder.png +share/icons/hicolor/16x16/apps/kate.png +share/icons/hicolor/16x16/apps/kcmdevices.png +share/icons/hicolor/16x16/apps/kcmkicker.png share/icons/hicolor/16x16/apps/kcmkwm.png +share/icons/hicolor/16x16/apps/kcmmemory.png +share/icons/hicolor/16x16/apps/kcmmidi.png +share/icons/hicolor/16x16/apps/kcmpartitions.png +share/icons/hicolor/16x16/apps/kcmpci.png +share/icons/hicolor/16x16/apps/kcmprocessor.png +share/icons/hicolor/16x16/apps/kcmscsi.png +share/icons/hicolor/16x16/apps/kcmsound.png share/icons/hicolor/16x16/apps/kcmsystem.png +share/icons/hicolor/16x16/apps/kcmx.png share/icons/hicolor/16x16/apps/kcontrol.png +share/icons/hicolor/16x16/apps/kdeprintfax.png share/icons/hicolor/16x16/apps/kdisknav.png +share/icons/hicolor/16x16/apps/kdmconfig.png share/icons/hicolor/16x16/apps/keditbookmarks.png +share/icons/hicolor/16x16/apps/key_bindings.png +share/icons/hicolor/16x16/apps/keyboard.png +share/icons/hicolor/16x16/apps/keyboard_layout.png share/icons/hicolor/16x16/apps/kfm.png share/icons/hicolor/16x16/apps/kfm_home.png share/icons/hicolor/16x16/apps/khelpcenter.png +share/icons/hicolor/16x16/apps/kicker.png +share/icons/hicolor/16x16/apps/kjobviewer.png share/icons/hicolor/16x16/apps/klipper.png +share/icons/hicolor/16x16/apps/kmenuedit.png +share/icons/hicolor/16x16/apps/knotify.png share/icons/hicolor/16x16/apps/konqueror.png share/icons/hicolor/16x16/apps/konsole.png +share/icons/hicolor/16x16/apps/kpager.png +share/icons/hicolor/16x16/apps/kpersonalizer.png share/icons/hicolor/16x16/apps/kscreensaver.png share/icons/hicolor/16x16/apps/ksysguard.png +share/icons/hicolor/16x16/apps/kthememgr.png share/icons/hicolor/16x16/apps/ktip.png +share/icons/hicolor/16x16/apps/kwin.png share/icons/hicolor/16x16/apps/kwrite.png +share/icons/hicolor/16x16/apps/licq.png share/icons/hicolor/16x16/apps/locale.png share/icons/hicolor/16x16/apps/looknfeel.png +share/icons/hicolor/16x16/apps/lyx.png +share/icons/hicolor/16x16/apps/mathematica.png +share/icons/hicolor/16x16/apps/mouse.png +share/icons/hicolor/16x16/apps/mozilla.png share/icons/hicolor/16x16/apps/multimedia.png +share/icons/hicolor/16x16/apps/nedit.png share/icons/hicolor/16x16/apps/netscape.png share/icons/hicolor/16x16/apps/package_applications.png share/icons/hicolor/16x16/apps/package_development.png share/icons/hicolor/16x16/apps/package_editors.png +share/icons/hicolor/16x16/apps/package_favourite.png +share/icons/hicolor/16x16/apps/package_games.png +share/icons/hicolor/16x16/apps/package_games_arcade.png +share/icons/hicolor/16x16/apps/package_games_board.png +share/icons/hicolor/16x16/apps/package_games_card.png +share/icons/hicolor/16x16/apps/package_games_strategy.png share/icons/hicolor/16x16/apps/package_graphics.png share/icons/hicolor/16x16/apps/package_multimedia.png share/icons/hicolor/16x16/apps/package_network.png @@ -1667,25 +1688,41 @@ share/icons/hicolor/16x16/apps/package_system.png share/icons/hicolor/16x16/apps/package_toys.png share/icons/hicolor/16x16/apps/package_utilities.png share/icons/hicolor/16x16/apps/package_wordprocessing.png +share/icons/hicolor/16x16/apps/panel.png +share/icons/hicolor/16x16/apps/panel_settings.png +share/icons/hicolor/16x16/apps/password.png +share/icons/hicolor/16x16/apps/penguin.png +share/icons/hicolor/16x16/apps/personal.png +share/icons/hicolor/16x16/apps/plan.png +share/icons/hicolor/16x16/apps/printmgr.png +share/icons/hicolor/16x16/apps/proxy.png share/icons/hicolor/16x16/apps/pybliographic.png share/icons/hicolor/16x16/apps/realplayer.png share/icons/hicolor/16x16/apps/remote.png share/icons/hicolor/16x16/apps/samba.png share/icons/hicolor/16x16/apps/style.png +share/icons/hicolor/16x16/apps/stylesheet.png +share/icons/hicolor/16x16/apps/terminal.png +share/icons/hicolor/16x16/apps/usb.png +share/icons/hicolor/16x16/apps/wabi.png share/icons/hicolor/16x16/apps/window_list.png -share/icons/hicolor/16x16/devices/3floppy_mount.png -share/icons/hicolor/16x16/devices/3floppy_unmount.png -share/icons/hicolor/16x16/devices/cdaudio_mount.png -share/icons/hicolor/16x16/devices/cdaudio_unmount.png -share/icons/hicolor/16x16/devices/cdrom_mount.png -share/icons/hicolor/16x16/devices/cdrom_unmount.png -share/icons/hicolor/16x16/devices/dvd_mount.png -share/icons/hicolor/16x16/devices/dvd_unmount.png -share/icons/hicolor/16x16/devices/hdd_mount.png -share/icons/hicolor/16x16/devices/hdd_unmount.png -share/icons/hicolor/16x16/devices/nfs_mount.png -share/icons/hicolor/16x16/devices/nfs_unmount.png -share/icons/hicolor/16x16/devices/printer1.png +share/icons/hicolor/16x16/apps/winprops.png +share/icons/hicolor/16x16/apps/wp.png +share/icons/hicolor/16x16/apps/xcalc.png +share/icons/hicolor/16x16/apps/xclipboard.png +share/icons/hicolor/16x16/apps/xclock.png +share/icons/hicolor/16x16/apps/xconsole.png +share/icons/hicolor/16x16/apps/xedit.png +share/icons/hicolor/16x16/apps/xemacs.png +share/icons/hicolor/16x16/apps/xeyes.png +share/icons/hicolor/16x16/apps/xfig.png +share/icons/hicolor/16x16/apps/xfmail.png +share/icons/hicolor/16x16/apps/xload.png +share/icons/hicolor/16x16/apps/xmag.png +share/icons/hicolor/16x16/apps/xmms.png +share/icons/hicolor/16x16/apps/xosview.png +share/icons/hicolor/16x16/apps/xpaint.png +share/icons/hicolor/16x16/apps/xv.png share/icons/hicolor/16x16/filesystems/file_important.png share/icons/hicolor/16x16/filesystems/folder_important.png share/icons/hicolor/22x22/actions/view_choose.png @@ -1703,27 +1740,41 @@ share/icons/hicolor/32x32/actions/view_tree.png share/icons/hicolor/32x32/apps/access.png share/icons/hicolor/32x32/apps/acroread.png share/icons/hicolor/32x32/apps/agent.png +share/icons/hicolor/32x32/apps/alevt.png +share/icons/hicolor/32x32/apps/applixware.png +share/icons/hicolor/32x32/apps/background.png share/icons/hicolor/32x32/apps/bell.png share/icons/hicolor/32x32/apps/blender.png +share/icons/hicolor/32x32/apps/clanbomber.png share/icons/hicolor/32x32/apps/clock.png share/icons/hicolor/32x32/apps/colors.png share/icons/hicolor/32x32/apps/cookie.png share/icons/hicolor/32x32/apps/date.png share/icons/hicolor/32x32/apps/designer.png +share/icons/hicolor/32x32/apps/dlgedit.png share/icons/hicolor/32x32/apps/emacs.png share/icons/hicolor/32x32/apps/email.png share/icons/hicolor/32x32/apps/energy.png +share/icons/hicolor/32x32/apps/energy_star.png share/icons/hicolor/32x32/apps/enhanced_browsing.png +share/icons/hicolor/32x32/apps/error.png share/icons/hicolor/32x32/apps/filetypes.png share/icons/hicolor/32x32/apps/fonts.png +share/icons/hicolor/32x32/apps/gimp.png share/icons/hicolor/32x32/apps/go.png +share/icons/hicolor/32x32/apps/gv.png +share/icons/hicolor/32x32/apps/gvim.png share/icons/hicolor/32x32/apps/help_index.png share/icons/hicolor/32x32/apps/hwinfo.png share/icons/hicolor/32x32/apps/icons.png share/icons/hicolor/32x32/apps/iconthemes.png +share/icons/hicolor/32x32/apps/input_devices_settings.png +share/icons/hicolor/32x32/apps/kaddressbook.png share/icons/hicolor/32x32/apps/kappfinder.png +share/icons/hicolor/32x32/apps/kate.png share/icons/hicolor/32x32/apps/kcmdevices.png share/icons/hicolor/32x32/apps/kcmdrkonqi.png +share/icons/hicolor/32x32/apps/kcmkicker.png share/icons/hicolor/32x32/apps/kcmkwm.png share/icons/hicolor/32x32/apps/kcmmemory.png share/icons/hicolor/32x32/apps/kcmmidi.png @@ -1735,36 +1786,48 @@ share/icons/hicolor/32x32/apps/kcmsound.png share/icons/hicolor/32x32/apps/kcmsystem.png share/icons/hicolor/32x32/apps/kcmx.png share/icons/hicolor/32x32/apps/kcontrol.png +share/icons/hicolor/32x32/apps/kdeprintfax.png share/icons/hicolor/32x32/apps/kdisknav.png share/icons/hicolor/32x32/apps/kdmconfig.png share/icons/hicolor/32x32/apps/keditbookmarks.png share/icons/hicolor/32x32/apps/key_bindings.png +share/icons/hicolor/32x32/apps/keyboard.png share/icons/hicolor/32x32/apps/keyboard_layout.png share/icons/hicolor/32x32/apps/kfm.png share/icons/hicolor/32x32/apps/kfm_home.png share/icons/hicolor/32x32/apps/khelpcenter.png +share/icons/hicolor/32x32/apps/kjobviewer.png share/icons/hicolor/32x32/apps/klipper.png share/icons/hicolor/32x32/apps/kmenuedit.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/kpager.png +share/icons/hicolor/32x32/apps/kpersonalizer.png share/icons/hicolor/32x32/apps/kscreensaver.png share/icons/hicolor/32x32/apps/ksysguard.png share/icons/hicolor/32x32/apps/kthememgr.png share/icons/hicolor/32x32/apps/ktip.png share/icons/hicolor/32x32/apps/kwin.png share/icons/hicolor/32x32/apps/kwrite.png +share/icons/hicolor/32x32/apps/licq.png share/icons/hicolor/32x32/apps/locale.png share/icons/hicolor/32x32/apps/looknfeel.png +share/icons/hicolor/32x32/apps/lyx.png +share/icons/hicolor/32x32/apps/mathematica.png share/icons/hicolor/32x32/apps/mouse.png share/icons/hicolor/32x32/apps/multimedia.png +share/icons/hicolor/32x32/apps/nedit.png share/icons/hicolor/32x32/apps/netscape.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_games_arcade.png +share/icons/hicolor/32x32/apps/package_games_board.png +share/icons/hicolor/32x32/apps/package_games_card.png +share/icons/hicolor/32x32/apps/package_games_strategy.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 @@ -1774,44 +1837,41 @@ share/icons/hicolor/32x32/apps/package_toys.png share/icons/hicolor/32x32/apps/package_utilities.png share/icons/hicolor/32x32/apps/package_wordprocessing.png share/icons/hicolor/32x32/apps/password.png +share/icons/hicolor/32x32/apps/penguin.png +share/icons/hicolor/32x32/apps/personal.png +share/icons/hicolor/32x32/apps/plan.png +share/icons/hicolor/32x32/apps/printmgr.png share/icons/hicolor/32x32/apps/proxy.png share/icons/hicolor/32x32/apps/pybliographic.png +share/icons/hicolor/32x32/apps/pysol.png share/icons/hicolor/32x32/apps/realplayer.png +share/icons/hicolor/32x32/apps/samba.png share/icons/hicolor/32x32/apps/style.png +share/icons/hicolor/32x32/apps/stylesheet.png share/icons/hicolor/32x32/apps/terminal.png +share/icons/hicolor/32x32/apps/usb.png +share/icons/hicolor/32x32/apps/wabi.png share/icons/hicolor/32x32/apps/window_list.png share/icons/hicolor/32x32/apps/winprops.png +share/icons/hicolor/32x32/apps/wp.png +share/icons/hicolor/32x32/apps/x.png share/icons/hicolor/32x32/apps/xapp.png share/icons/hicolor/32x32/apps/xawtv.png +share/icons/hicolor/32x32/apps/xcalc.png +share/icons/hicolor/32x32/apps/xclipboard.png +share/icons/hicolor/32x32/apps/xclock.png +share/icons/hicolor/32x32/apps/xconsole.png share/icons/hicolor/32x32/apps/xedit.png share/icons/hicolor/32x32/apps/xemacs.png +share/icons/hicolor/32x32/apps/xeyes.png +share/icons/hicolor/32x32/apps/xfig.png +share/icons/hicolor/32x32/apps/xfmail.png +share/icons/hicolor/32x32/apps/xload.png share/icons/hicolor/32x32/apps/xmag.png +share/icons/hicolor/32x32/apps/xmms.png +share/icons/hicolor/32x32/apps/xosview.png +share/icons/hicolor/32x32/apps/xpaint.png share/icons/hicolor/32x32/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/32x32/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/32x32/devices/dvd_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/nfs_mount.png -share/icons/hicolor/32x32/devices/nfs_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/32x32/filesystems/file_important.png share/icons/hicolor/32x32/filesystems/folder_important.png share/icons/hicolor/48x48/apps/access.png @@ -1826,6 +1886,7 @@ share/icons/hicolor/48x48/apps/designer.png share/icons/hicolor/48x48/apps/emacs.png share/icons/hicolor/48x48/apps/email.png share/icons/hicolor/48x48/apps/energy.png +share/icons/hicolor/48x48/apps/energy_star.png share/icons/hicolor/48x48/apps/enhanced_browsing.png share/icons/hicolor/48x48/apps/filetypes.png share/icons/hicolor/48x48/apps/fonts.png @@ -1836,7 +1897,9 @@ share/icons/hicolor/48x48/apps/help_index.png share/icons/hicolor/48x48/apps/hwinfo.png share/icons/hicolor/48x48/apps/icons.png share/icons/hicolor/48x48/apps/iconthemes.png +share/icons/hicolor/48x48/apps/input_devices_settings.png share/icons/hicolor/48x48/apps/kappfinder.png +share/icons/hicolor/48x48/apps/kate.png share/icons/hicolor/48x48/apps/kcmdevices.png share/icons/hicolor/48x48/apps/kcmdrkonqi.png share/icons/hicolor/48x48/apps/kcmkwm.png @@ -1868,6 +1931,7 @@ share/icons/hicolor/48x48/apps/kthememgr.png share/icons/hicolor/48x48/apps/ktip.png share/icons/hicolor/48x48/apps/kwin.png share/icons/hicolor/48x48/apps/kwrite.png +share/icons/hicolor/48x48/apps/licq.png share/icons/hicolor/48x48/apps/locale.png share/icons/hicolor/48x48/apps/looknfeel.png share/icons/hicolor/48x48/apps/mouse.png @@ -1878,6 +1942,10 @@ 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_games_arcade.png +share/icons/hicolor/48x48/apps/package_games_board.png +share/icons/hicolor/48x48/apps/package_games_card.png +share/icons/hicolor/48x48/apps/package_games_strategy.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 @@ -1887,321 +1955,24 @@ share/icons/hicolor/48x48/apps/package_toys.png share/icons/hicolor/48x48/apps/package_utilities.png share/icons/hicolor/48x48/apps/package_wordprocessing.png share/icons/hicolor/48x48/apps/password.png +share/icons/hicolor/48x48/apps/personal.png share/icons/hicolor/48x48/apps/proxy.png share/icons/hicolor/48x48/apps/remote.png share/icons/hicolor/48x48/apps/samba.png share/icons/hicolor/48x48/apps/style.png +share/icons/hicolor/48x48/apps/stylesheet.png share/icons/hicolor/48x48/apps/terminal.png +share/icons/hicolor/48x48/apps/usb.png share/icons/hicolor/48x48/apps/window_list.png share/icons/hicolor/48x48/apps/winprops.png share/icons/hicolor/48x48/apps/xedit.png share/icons/hicolor/48x48/apps/xemacs.png share/icons/hicolor/48x48/apps/xmag.png share/icons/hicolor/48x48/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/48x48/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/48x48/devices/dvd_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/nfs_mount.png -share/icons/hicolor/48x48/devices/nfs_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/hicolor/48x48/filesystems/file_important.png share/icons/hicolor/48x48/filesystems/folder_important.png -share/icons/locolor/16x16/actions/bookmark_folder.png -share/icons/locolor/16x16/actions/view_choose.png -share/icons/locolor/16x16/actions/view_detailed.png -share/icons/locolor/16x16/actions/view_icon.png -share/icons/locolor/16x16/actions/view_multicolumn.png -share/icons/locolor/16x16/actions/view_text.png -share/icons/locolor/16x16/actions/view_tree.png -share/icons/locolor/16x16/apps/access.png -share/icons/locolor/16x16/apps/acroread.png -share/icons/locolor/16x16/apps/agent.png -share/icons/locolor/16x16/apps/alevt.png -share/icons/locolor/16x16/apps/applixware.png -share/icons/locolor/16x16/apps/arts.png -share/icons/locolor/16x16/apps/background.png share/icons/locolor/16x16/apps/bell.png -share/icons/locolor/16x16/apps/blender.png -share/icons/locolor/16x16/apps/clock.png -share/icons/locolor/16x16/apps/colors.png -share/icons/locolor/16x16/apps/cookie.png -share/icons/locolor/16x16/apps/date.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/enhanced_browsing.png -share/icons/locolor/16x16/apps/filetypes.png -share/icons/locolor/16x16/apps/fonts.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/help_index.png -share/icons/locolor/16x16/apps/hwinfo.png -share/icons/locolor/16x16/apps/icons.png -share/icons/locolor/16x16/apps/iconthemes.png -share/icons/locolor/16x16/apps/input_devices_settings.png -share/icons/locolor/16x16/apps/kappfinder.png -share/icons/locolor/16x16/apps/kcmdevices.png -share/icons/locolor/16x16/apps/kcmdrkonqi.png -share/icons/locolor/16x16/apps/kcmkicker.png -share/icons/locolor/16x16/apps/kcmkwm.png -share/icons/locolor/16x16/apps/kcmmemory.png -share/icons/locolor/16x16/apps/kcmmidi.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/kcmsystem.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/keditbookmarks.png -share/icons/locolor/16x16/apps/key_bindings.png -share/icons/locolor/16x16/apps/keyboard.png -share/icons/locolor/16x16/apps/keyboard_layout.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/kicker.png -share/icons/locolor/16x16/apps/klipper.png -share/icons/locolor/16x16/apps/kmenuedit.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/kpager.png -share/icons/locolor/16x16/apps/kscreensaver.png -share/icons/locolor/16x16/apps/ksysguard.png -share/icons/locolor/16x16/apps/kthememgr.png -share/icons/locolor/16x16/apps/ktip.png -share/icons/locolor/16x16/apps/kwin.png -share/icons/locolor/16x16/apps/kwrite.png -share/icons/locolor/16x16/apps/locale.png -share/icons/locolor/16x16/apps/looknfeel.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/mozilla.png -share/icons/locolor/16x16/apps/multimedia.png -share/icons/locolor/16x16/apps/nedit.png -share/icons/locolor/16x16/apps/netscape.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/password.png -share/icons/locolor/16x16/apps/penguin.png -share/icons/locolor/16x16/apps/plan.png -share/icons/locolor/16x16/apps/proxy.png -share/icons/locolor/16x16/apps/pybliographic.png -share/icons/locolor/16x16/apps/realplayer.png -share/icons/locolor/16x16/apps/remote.png -share/icons/locolor/16x16/apps/samba.png -share/icons/locolor/16x16/apps/style.png -share/icons/locolor/16x16/apps/terminal.png -share/icons/locolor/16x16/apps/wabi.png -share/icons/locolor/16x16/apps/window_list.png -share/icons/locolor/16x16/apps/winprops.png -share/icons/locolor/16x16/apps/wp.png -share/icons/locolor/16x16/apps/xapp.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/xmag.png -share/icons/locolor/16x16/apps/xosview.png -share/icons/locolor/16x16/apps/xpaint.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/access.png -share/icons/locolor/32x32/apps/acroread.png -share/icons/locolor/32x32/apps/agent.png -share/icons/locolor/32x32/apps/alevt.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/blender.png -share/icons/locolor/32x32/apps/clanbomber.png -share/icons/locolor/32x32/apps/clock.png -share/icons/locolor/32x32/apps/colors.png -share/icons/locolor/32x32/apps/cookie.png -share/icons/locolor/32x32/apps/date.png -share/icons/locolor/32x32/apps/dlgedit.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/enhanced_browsing.png -share/icons/locolor/32x32/apps/error.png -share/icons/locolor/32x32/apps/filetypes.png -share/icons/locolor/32x32/apps/fonts.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/help_index.png -share/icons/locolor/32x32/apps/hwinfo.png -share/icons/locolor/32x32/apps/icons.png -share/icons/locolor/32x32/apps/iconthemes.png -share/icons/locolor/32x32/apps/input_devices_settings.png -share/icons/locolor/32x32/apps/kappfinder.png -share/icons/locolor/32x32/apps/kcmdevices.png -share/icons/locolor/32x32/apps/kcmdrkonqi.png -share/icons/locolor/32x32/apps/kcmkicker.png -share/icons/locolor/32x32/apps/kcmkwm.png -share/icons/locolor/32x32/apps/kcmmemory.png -share/icons/locolor/32x32/apps/kcmmidi.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/kcmsystem.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/key_bindings.png -share/icons/locolor/32x32/apps/keyboard.png -share/icons/locolor/32x32/apps/keyboard_layout.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/klipper.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/kpager.png -share/icons/locolor/32x32/apps/kscreensaver.png -share/icons/locolor/32x32/apps/ksysguard.png -share/icons/locolor/32x32/apps/kthememgr.png -share/icons/locolor/32x32/apps/ktip.png -share/icons/locolor/32x32/apps/kwin.png -share/icons/locolor/32x32/apps/kwrite.png -share/icons/locolor/32x32/apps/locale.png -share/icons/locolor/32x32/apps/looknfeel.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/multimedia.png -share/icons/locolor/32x32/apps/nedit.png -share/icons/locolor/32x32/apps/netscape.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/plan.png -share/icons/locolor/32x32/apps/proxy.png -share/icons/locolor/32x32/apps/pybliographic.png -share/icons/locolor/32x32/apps/pysol.png -share/icons/locolor/32x32/apps/realplayer.png -share/icons/locolor/32x32/apps/samba.png -share/icons/locolor/32x32/apps/style.png -share/icons/locolor/32x32/apps/terminal.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/xapp.png -share/icons/locolor/32x32/apps/xawtv.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/xload.png -share/icons/locolor/32x32/apps/xmag.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/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 @@ -2216,6 +1987,8 @@ 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/az/entry.desktop +share/locale/l10n/az/flag.png share/locale/l10n/bb/entry.desktop share/locale/l10n/bb/flag.png share/locale/l10n/be/entry.desktop @@ -2299,9 +2072,10 @@ share/locale/l10n/lv/entry.desktop share/locale/l10n/lv/flag.png share/locale/l10n/mk/entry.desktop share/locale/l10n/mk/flag.png +share/locale/l10n/mt/entry.desktop +share/locale/l10n/mt/flag.png share/locale/l10n/mx/entry.desktop share/locale/l10n/mx/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 @@ -2358,20 +2132,23 @@ share/locale/l10n/westeurope.desktop share/locale/l10n/za/entry.desktop share/locale/l10n/za/flag.png share/mimelnk/application/x-konsole.desktop +share/mimelnk/application/x-ksysguard.desktop share/mimelnk/application/x-ktheme.desktop share/services/bzip.protocol share/services/bzip2.protocol share/services/finger.protocol share/services/floppy.protocol share/services/gopher.protocol +share/services/gsthumbnail.desktop share/services/gzip.protocol -share/services/help.protocol share/services/htmlthumbnail.desktop share/services/imagethumbnail.desktop share/services/imap4.protocol share/services/imaps.protocol share/services/info.protocol share/services/kaccess.desktop +share/services/kate_component.desktop +share/services/kded/favicons.desktop share/services/kfindpart.desktop share/services/khelpcenter.desktop share/services/konq_aboutpage.desktop @@ -2379,6 +2156,7 @@ share/services/konq_detailedlistview.desktop share/services/konq_dirtree.desktop share/services/konq_iconview.desktop share/services/konq_multicolumnview.desktop +share/services/konq_sidebartng.desktop share/services/konq_textview.desktop share/services/konq_treeview.desktop share/services/konqueror.desktop @@ -2416,17 +2194,37 @@ share/services/searchproviders/realnames.desktop share/services/searchproviders/rpmfind.desktop share/services/searchproviders/seek.desktop share/services/searchproviders/thesaurus.desktop +share/services/searchproviders/vivisimo.desktop share/services/searchproviders/voila.desktop share/services/searchproviders/webster.desktop +share/services/searchproviders/whatis.desktop share/services/smb.protocol -share/services/smtp.protocol share/services/tar.protocol share/services/textthumbnail.desktop share/services/thumbnail.protocol +share/services/useragentstrings/ie401onwinnt4.desktop +share/services/useragentstrings/ie45onwinnt5.desktop +share/services/useragentstrings/ie501onwinnt5.desktop +share/services/useragentstrings/ie50onppc.desktop +share/services/useragentstrings/ie50onwin95.desktop +share/services/useragentstrings/ie55onwin98.desktop +share/services/useragentstrings/ie55onwinnt5.desktop +share/services/useragentstrings/lynxoncurrent.desktop +share/services/useragentstrings/mozm18oncurrent.desktop +share/services/useragentstrings/mozm18onwinnt4.desktop +share/services/useragentstrings/nn301oncurrent.desktop +share/services/useragentstrings/nn475oncurrent.desktop +share/services/useragentstrings/nn475onwin95.desktop +share/services/useragentstrings/nn476onppc.desktop +share/services/useragentstrings/op403onwinnt4.desktop +share/services/useragentstrings/w3moncurrent.desktop +share/services/useragentstrings/wgetoncurrent.desktop share/servicetypes/findpart.desktop +share/servicetypes/kate_servicetype.desktop share/servicetypes/konqaboutpage.desktop share/servicetypes/searchprovider.desktop share/servicetypes/thumbcreator.desktop +share/servicetypes/uasprovider.desktop share/sounds/KDE_Beep_Ahem.wav share/sounds/KDE_Beep_Beep.wav share/sounds/KDE_Beep_Bottles.wav @@ -2441,12 +2239,28 @@ share/sounds/KDE_Beep_RimShot.wav share/sounds/KDE_Beep_RingRing.wav share/sounds/KDE_Beep_ShortBeep.wav share/sounds/KDE_Beep_Yo.wav +share/sounds/KDE_Click.wav share/sounds/KDE_Close_Window.wav +share/sounds/KDE_Critical_Error.wav +share/sounds/KDE_Desktop1.wav +share/sounds/KDE_Desktop2.wav +share/sounds/KDE_Desktop3.wav +share/sounds/KDE_Desktop4.wav +share/sounds/KDE_Desktop5.wav +share/sounds/KDE_Desktop6.wav +share/sounds/KDE_Desktop7.wav +share/sounds/KDE_Desktop8.wav +share/sounds/KDE_Dialog_Appear.wav +share/sounds/KDE_Dialog_Disappear.wav +share/sounds/KDE_Error.wav share/sounds/KDE_Logout.wav +share/sounds/KDE_Notify.wav share/sounds/KDE_Startup.wav +share/sounds/KDE_Window_Close.wav share/sounds/KDE_Window_DeIconify.wav share/sounds/KDE_Window_Iconify.wav share/sounds/KDE_Window_Maximize.wav +share/sounds/KDE_Window_Open.wav share/sounds/KDE_Window_Shade_Down.wav share/sounds/KDE_Window_Shade_Up.wav share/sounds/KDE_Window_Sticky.wav @@ -2455,6 +2269,7 @@ share/sounds/KDE_Window_UnSticky.wav share/sounds/pop.wav share/templates/.source/CDROM-Device.desktop share/templates/.source/Floppy.desktop +share/templates/.source/HD.desktop share/templates/.source/HTMLFile.html share/templates/.source/Program.desktop share/templates/.source/TextFile.txt @@ -2464,6 +2279,7 @@ share/templates/HTMLFile.desktop share/templates/TextFile.desktop share/templates/linkCDROM.desktop share/templates/linkFloppy.desktop +share/templates/linkHD.desktop share/templates/linkProgram.desktop share/templates/linkURL.desktop share/wallpapers/All-Good-People-1.jpg @@ -2488,6 +2304,7 @@ share/wallpapers/Whirling_Spirit.jpg share/wallpapers/Won-Ton-Soup-3.jpg share/wallpapers/blue_angle_swirl.jpg share/wallpapers/bluegreencrisscross.jpg +share/wallpapers/default_blue.jpg share/wallpapers/gold_crinkle.jpg share/wallpapers/kdm_bg.jpg share/wallpapers/northbeach.jpg @@ -2495,11 +2312,15 @@ share/wallpapers/simple_wallpaper.jpg share/wallpapers/sunday_brunch.jpg share/wallpapers/vegetative_fog.jpg @dirrm share/wallpapers -@dirrm share/templates/.source/emptydir @dirrm share/templates/.source @dirrm share/templates @dirrm share/sounds +@dirrm share/servicetypes +@dirrm share/services/useragentstrings @dirrm share/services/searchproviders +@dirrm share/services/kded +@dirrm share/services +@dirrm share/mimelnk/application @dirrm share/locale/l10n/za @dirrm share/locale/l10n/ve @dirrm share/locale/l10n/vc @@ -2526,6 +2347,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/no @dirrm share/locale/l10n/nl @dirrm share/locale/l10n/mx +@dirrm share/locale/l10n/mt @dirrm share/locale/l10n/mk @dirrm share/locale/l10n/lv @dirrm share/locale/l10n/lu @@ -2566,6 +2388,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/bg @dirrm share/locale/l10n/be @dirrm share/locale/l10n/bb +@dirrm share/locale/l10n/az @dirrm share/locale/l10n/au @dirrm share/locale/l10n/at @dirrm share/locale/l10n/ar @@ -2573,16 +2396,18 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/C @dirrm share/locale/l10n @dirrm share/locale/C -@dirrm share/icons/locolor/32x32/devices +@dirrm share/locale @dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/16x16/devices @dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/hicolor/48x48/devices +@dirrm share/icons/hicolor/48x48/filesystems @dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/32x32/devices +@dirrm share/icons/hicolor/32x32/filesystems @dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/16x16/devices +@dirrm share/icons/hicolor/32x32/actions +@dirrm share/icons/hicolor/22x22/actions +@dirrm share/icons/hicolor/16x16/filesystems @dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16/actions @dirrm share/fonts/override @dirrm share/fonts @dirrm share/doc/HTML/en/kwrite @@ -2592,69 +2417,77 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/doc/HTML/en/konqueror @dirrm share/doc/HTML/en/kmenuedit @dirrm share/doc/HTML/en/klipper +@dirrm share/doc/HTML/en/kioslave @dirrm share/doc/HTML/en/kicker @dirrm share/doc/HTML/en/khelpcenter/visualdict @dirrm share/doc/HTML/en/khelpcenter/userguide @dirrm share/doc/HTML/en/khelpcenter/quickstart +@dirrm share/doc/HTML/en/khelpcenter/glossary @dirrm share/doc/HTML/en/khelpcenter/faq @dirrm share/doc/HTML/en/khelpcenter @dirrm share/doc/HTML/en/kdm @dirrm share/doc/HTML/en/kdesu +@dirrm share/doc/HTML/en/kdeprint @dirrm share/doc/HTML/en/kdebugdialog @dirrm share/doc/HTML/en/kcontrol +@dirrm share/doc/HTML/en/kate +@dirrm share/doc/HTML/en/kaddressbook +@dirrm share/doc/HTML/en +@dirrm share/config/kdm +@dirrm share/config @dirrm share/autostart @dirrm share/apps/naughtyapplet/pics @dirrm share/apps/naughtyapplet @dirrm share/apps/kwrite @dirrm share/apps/kwin/pics +@dirrm share/apps/kwin/icewm-themes @dirrm share/apps/kwin @dirrm share/apps/kthememgr/Themes @dirrm share/apps/kthememgr -@dirrm share/apps/ksysguard/icons/locolor/16x16/apps -@dirrm share/apps/ksysguard/icons/locolor/16x16 -@dirrm share/apps/ksysguard/icons/locolor -@dirrm share/apps/ksysguard/icons +@dirrm share/apps/ksysguard/pics @dirrm share/apps/ksysguard @dirrm share/apps/ksplash/pics/locolor @dirrm share/apps/ksplash/pics @dirrm share/apps/ksplash @dirrm share/apps/kscreensaver +@dirrm share/apps/kpersonalizer/pics +@dirrm share/apps/kpersonalizer @dirrm share/apps/konsole/pics @dirrm share/apps/konsole @dirrm share/apps/konqueror/tiles @dirrm share/apps/konqueror/profiles @dirrm share/apps/konqueror/pics -@dirrm share/apps/konqueror/icons/locolor/16x16/actions -@dirrm share/apps/konqueror/icons/locolor/16x16 -@dirrm share/apps/konqueror/icons/locolor -@dirrm share/apps/konqueror/icons/hicolor/32x32/actions -@dirrm share/apps/konqueror/icons/hicolor/32x32 -@dirrm share/apps/konqueror/icons/hicolor/22x22/actions -@dirrm share/apps/konqueror/icons/hicolor/22x22 @dirrm share/apps/konqueror/icons/hicolor/16x16/actions @dirrm share/apps/konqueror/icons/hicolor/16x16 -@dirrm share/apps/konqueror/icons/hicolor -@dirrm share/apps/konqueror/icons +@dirrm share/apps/konqueror/dirtree/services @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/about @dirrm share/apps/konqueror +@dirrm share/apps/konqsidebartng/virtual_folders/services +@dirrm share/apps/konqsidebartng/virtual_folders/remote/web +@dirrm share/apps/konqsidebartng/virtual_folders/remote/ftp +@dirrm share/apps/konqsidebartng/virtual_folders/remote +@dirrm share/apps/konqsidebartng/virtual_folders +@dirrm share/apps/konqsidebartng/entries +@dirrm share/apps/konqsidebartng/dirtree +@dirrm share/apps/konqsidebartng/add +@dirrm share/apps/konqsidebartng @dirrm share/apps/konqlistview/kpartplugins @dirrm share/apps/konqlistview @dirrm share/apps/konqiconview/kpartplugins @dirrm share/apps/konqiconview @dirrm share/apps/kmenuedit/icons/locolor/16x16/actions @dirrm share/apps/kmenuedit/icons/locolor/16x16 -@dirrm share/apps/kmenuedit/icons/locolor @dirrm share/apps/kmenuedit/icons/hicolor/32x32/actions @dirrm share/apps/kmenuedit/icons/hicolor/32x32 @dirrm share/apps/kmenuedit/icons/hicolor/22x22/actions @dirrm share/apps/kmenuedit/icons/hicolor/22x22 -@dirrm share/apps/kmenuedit/icons/hicolor -@dirrm share/apps/kmenuedit/icons @dirrm share/apps/kmenuedit +@dirrm share/apps/kjobviewer +@dirrm share/apps/kioslave @dirrm share/apps/kio_info @dirrm share/apps/kio_finger @dirrm share/apps/kicker/wallpapers @@ -2662,28 +2495,16 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kicker/pics @dirrm share/apps/kicker/icons/locolor/16x16/actions @dirrm share/apps/kicker/icons/locolor/16x16 -@dirrm share/apps/kicker/icons/locolor @dirrm share/apps/kicker/icons/hicolor/16x16/actions @dirrm share/apps/kicker/icons/hicolor/16x16 -@dirrm share/apps/kicker/icons/hicolor -@dirrm share/apps/kicker/icons @dirrm share/apps/kicker/extensions @dirrm share/apps/kicker/applets @dirrm share/apps/kicker @dirrm share/apps/khelpcenter/plugins/Tutorials @dirrm share/apps/khelpcenter/plugins -@dirrm share/apps/khelpcenter/pics -@dirrm share/apps/khelpcenter/icons/locolor/16x16/apps -@dirrm share/apps/khelpcenter/icons/locolor/16x16 -@dirrm share/apps/khelpcenter/icons/locolor -@dirrm share/apps/khelpcenter/icons -@dirrm share/apps/khelpcenter/en @dirrm share/apps/khelpcenter @dirrm share/apps/kfind/icons/locolor/22x22/actions @dirrm share/apps/kfind/icons/locolor/22x22 -@dirrm share/apps/kfind/icons/locolor -@dirrm share/apps/kfind/icons -@dirrm share/apps/kfind @dirrm share/apps/keditbookmarks @dirrm share/apps/kdm/pics/users @dirrm share/apps/kdm/pics @@ -2698,40 +2519,78 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kdesktop/patterns @dirrm share/apps/kdesktop/DesktopLinks @dirrm share/apps/kdesktop +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16/actions +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16 +@dirrm share/apps/kdeprintfax/icons/hicolor +@dirrm share/apps/kdeprintfax/icons +@dirrm share/apps/kdeprintfax @dirrm share/apps/kdcop @dirrm share/apps/kcontrol/pics @dirrm share/apps/kcontrol +@dirrm share/apps/kconf_update +@dirrm share/apps/kcmusb @dirrm share/apps/kcmlocale/pics @dirrm share/apps/kcmlocale @dirrm share/apps/kcmkeys/standard +@dirrm share/apps/kcmkeys/global @dirrm share/apps/kcmkeys +@dirrm share/apps/kcminput/pics @dirrm share/apps/kcminput +@dirrm share/apps/kcmcss @dirrm share/apps/kbookmark +@dirrm share/apps/kate/syntax +@dirrm share/apps/kate/pics +@dirrm share/apps/kate/icons/locolor/22x22/actions +@dirrm share/apps/kate/icons/locolor/22x22 +@dirrm share/apps/kate/icons/locolor/16x16/actions +@dirrm share/apps/kate/icons/locolor/16x16 +@dirrm share/apps/kate/icons/locolor +@dirrm share/apps/kate/icons/hicolor/48x48/actions +@dirrm share/apps/kate/icons/hicolor/48x48 +@dirrm share/apps/kate/icons/hicolor/32x32/actions +@dirrm share/apps/kate/icons/hicolor/32x32 +@dirrm share/apps/kate/icons/hicolor/22x22/actions +@dirrm share/apps/kate/icons/hicolor/22x22 +@dirrm share/apps/kate/icons/hicolor/16x16/actions +@dirrm share/apps/kate/icons/hicolor/16x16 +@dirrm share/apps/kate/icons/hicolor +@dirrm share/apps/kate/icons +@dirrm share/apps/kate @dirrm share/apps/kappfinder/apps/WordProcessing @dirrm share/apps/kappfinder/apps/Utilities/XUtilities @dirrm share/apps/kappfinder/apps/Utilities @dirrm share/apps/kappfinder/apps/Toys +@dirrm share/apps/kappfinder/apps/System/Terminal @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/Terminal @dirrm share/apps/kappfinder/apps/Internet @dirrm share/apps/kappfinder/apps/Graphics +@dirrm share/apps/kappfinder/apps/Games/TacticStrategy +@dirrm share/apps/kappfinder/apps/Games/Emulators +@dirrm share/apps/kappfinder/apps/Games/Card +@dirrm share/apps/kappfinder/apps/Games/Board +@dirrm share/apps/kappfinder/apps/Games/Arcade @dirrm share/apps/kappfinder/apps/Games @dirrm share/apps/kappfinder/apps/Editors @dirrm share/apps/kappfinder/apps/Development @dirrm share/apps/kappfinder/apps -@dirrm share/apps/kappfinder +@dirrm share/apps/kaddressbook/pics +@dirrm share/apps/kaddressbook @dirrm share/apps/drkonqi/presets @dirrm share/apps/drkonqi/pics @dirrm share/apps/drkonqi/debuggers @dirrm share/apps/drkonqi @dirrm share/apps/clockapplet/pics @dirrm share/apps/clockapplet +@dirrm share/applnk/ksysguard @dirrm share/applnk/WordProcessing @dirrm share/applnk/Utilities/XUtilities @dirrm share/applnk/Utilities @dirrm share/applnk/Toys +@dirrm share/applnk/System/Terminal @dirrm share/applnk/System/ScreenSavers @dirrm share/applnk/System @dirrm share/applnk/Settings/WebBrowsing @@ -2748,15 +2607,22 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/applnk/Settings/Information @dirrm share/applnk/Settings/Help @dirrm share/applnk/Settings/FileBrowsing +@dirrm share/applnk/Settings/Databases @dirrm share/applnk/Settings @dirrm share/applnk/Office @dirrm share/applnk/Multimedia +@dirrm share/applnk/Internet/Terminal @dirrm share/applnk/Internet @dirrm share/applnk/Graphics +@dirrm share/applnk/Games/TacticStrategy +@dirrm share/applnk/Games/Card +@dirrm share/applnk/Games/Board +@dirrm share/applnk/Games/Arcade @dirrm share/applnk/Games @dirrm share/applnk/Editors @dirrm share/applnk/Development @dirrm share/applnk/Applications @dirrm share/applnk/.hidden -@dirrm share/applnk +@dirrm lib/kde2 @dirrm include/kwin +@dirrm include/kate diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 0145e4410a7f..f89a4e0aafc8 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdebase -PORTVERSION= 2.1.1 +PORTVERSION= 2.2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src @@ -22,7 +22,6 @@ USE_XPM= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes - CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \ --with-qt-dir=${X11BASE} \ --without-ldap \ @@ -35,4 +34,7 @@ pre-configure: ${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in ${PERL} -pi -e "s@TIME_WITH_SYS_TIME@INVALID_FOO@g" ${WRKSRC}/kioslave/ldap/kldap.h +post-configure: + ${PERL} -pi -e "s@444@644@g" ${WRKSRC}/kdesktop/init/Templates/Makefile + .include <bsd.port.mk> diff --git a/x11/kdebase3/distinfo b/x11/kdebase3/distinfo index 51619042121d..50331624747e 100644 --- a/x11/kdebase3/distinfo +++ b/x11/kdebase3/distinfo @@ -1 +1 @@ -MD5 (kdebase-2.1.1.tar.bz2) = 3bb3204fe90f1af9e828c1b518ecc577 +MD5 (kdebase-2.2.tar.bz2) = 15e0232aa73029ac10346157b6eb079b diff --git a/x11/kdebase3/files/patch-ProcessList.c b/x11/kdebase3/files/patch-ProcessList.c deleted file mode 100644 index 8574a62341eb..000000000000 --- a/x11/kdebase3/files/patch-ProcessList.c +++ /dev/null @@ -1,108 +0,0 @@ ---- ksysguard/ksysguardd/FreeBSD/ProcessList.c Mon Jan 22 07:12:05 2001 -+++ ksysguard/ksysguardd/FreeBSD/ProcessList.c.new Mon Mar 5 08:56:20 2001 -@@ -29,6 +29,9 @@ - #include <sys/time.h> - #include <sys/param.h> - #include <sys/user.h> -+#if __FreeBSD_version > 500015 -+#include <sys/priority.h> -+#endif - #include <unistd.h> - #include <pwd.h> - #include <dirent.h> -@@ -162,7 +165,6 @@ - static char *statuses[] = { "idle","run","sleep","stop","zombie" }; - - ProcessInfo* ps; -- int userTime, sysTime; - struct passwd* pwent; - int mib[4]; - struct kinfo_proc p; -@@ -188,40 +190,56 @@ - if (sysctl(mib, 4, &p, &len, NULL, 0) == -1 || !len) - return -1; - -+#if __FreeBSD_version >= 500015 -+ ps->pid = p.ki_pid; -+ ps->ppid = p.ki_ppid; -+ ps->uid = p.ki_uid; -+ ps->gid = p.ki_pgid; -+ ps->priority = p.ki_pri.pri_user; -+ ps->niceLevel = p.ki_nice; -+#else - ps->pid = p.kp_proc.p_pid; - ps->ppid = p.kp_eproc.e_ppid; - ps->uid = p.kp_eproc.e_ucred.cr_uid; - ps->gid = p.kp_eproc.e_pgid; - ps->priority = p.kp_proc.p_priority; - ps->niceLevel = p.kp_proc.p_nice; -+#endif - - /* this isn't usertime -- it's total time (??) */ --#if __FreeBSD_version >= 300000 -+#if __FreeBSD_version >= 500015 -+ ps->userTime = p.ki_runtime / 10000; -+#elif __FreeBSD_version >= 300000 - ps->userTime = p.kp_proc.p_runtime / 10000; - #else -- ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100 -+ ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100; - #endif - ps->sysTime = 0; -- ps->userLoad = p.kp_proc.p_pctcpu / 100; - ps->sysLoad = 0; - -- /* memory */ -- ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -- p.kp_eproc.e_vm.vm_dsize + -- p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -- ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -- -- /* process name */ -- strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -- ps->name[sizeof(ps->name)-1]='\0'; -- -- /* find out user name with the process uid */ -- pwent = getpwuid(ps->uid); -+ /* memory, process name, process uid */ -+ /* find out user name with process uid */ -+ pwent = getpwuid(ps->uid); - strncpy(ps->userName,pwent&&pwent->pw_name? pwent->pw_name:"????",sizeof(ps->userName)); -- ps->userName[sizeof(ps->userName)-1]='\0'; -- -- /* status, a character, not a number */ -- strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+ ps->userName[sizeof(ps->userName)-1]='\0'; -+ -+#if __FreeBSD_version >= 500015 -+ ps->userLoad = p.ki_pctcpu / 100; -+ ps->vmSize = (p.ki_vmspace->vm_tsize + -+ p.ki_vmspace->vm_dsize + -+ p.ki_vmspace->vm_ssize) * getpagesize(); -+ ps->vmRss = p.ki_vmspace->vm_rssize * getpagesize(); -+ strncpy(ps->name,p.ki_comm? p.ki_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.ki_stat>=1)&&(p.ki_stat<=5)? statuses[p.ki_stat-1]:"????"); -+#else -+ ps->userLoad = p.kp_proc.p_pctcpu / 100; -+ ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -+ p.kp_eproc.e_vm.vm_dsize + -+ p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -+ ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -+ strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+#endif - - /* process command line */ - /*strncpy(ps->cmdline,p.kp_proc.p_args->ar_args,sizeof(ps->cmdline)); -@@ -296,7 +314,11 @@ - sysctl(mib, 3, p, &len, NULL, 0); - - for (num = 0; num < len / sizeof(struct kinfo_proc); num++) -+#if __FreeBSD_version >= 500015 -+ updateProcess(p[num].ki_pid); -+#else - updateProcess(p[num].kp_proc.p_pid); -+#endif - - cleanupProcessList(); - diff --git a/x11/kdebase3/files/patch-TEPty.C b/x11/kdebase3/files/patch-TEPty.C deleted file mode 100644 index 796ec243efbf..000000000000 --- a/x11/kdebase3/files/patch-TEPty.C +++ /dev/null @@ -1,11 +0,0 @@ ---- konsole/src/TEPty.C Sun Feb 18 10:28:28 2001 -+++ konsole/src/TEPty.C.new Fri Feb 23 02:55:58 2001 -@@ -238,7 +238,7 @@ - #ifdef HAVE_UTEMPTER - removeLineFromUtmp(ttynam, fd); - #elif defined(USE_LOGIN) -- char *tty_name=ttyname(0); -+ char *tty_name=ttyname(fd); - if (tty_name) - { - if (strncmp(tty_name, "/dev/", 5) == 0) diff --git a/x11/kdebase3/files/patch-kdeeject b/x11/kdebase3/files/patch-kdeeject deleted file mode 100644 index 8a5870ad25ff..000000000000 --- a/x11/kdebase3/files/patch-kdeeject +++ /dev/null @@ -1,12 +0,0 @@ ---- kdesktop/kdeeject Wed Dec 13 13:25:02 2000 -+++ kdesktop/kdeeject.new Fri Feb 23 02:59:54 2001 -@@ -11,7 +11,8 @@ - # TODO: On bsd, it should be 'cdcontrol -f $1 eject' - # Checking for stuff in the PATH is ugly with sh though. - # I guess this is the reason for making this a kde app... -- if eject $1; then -+ dev=`echo $1 | sed -E -e 's#/dev/##' -e 's/([0-9])./\1/'` -+ if cdcontrol -f $dev eject; then - # Success -> update icon - dcop kdesktop default refreshIcons - exit 0 diff --git a/x11/kdebase3/pkg-plist b/x11/kdebase3/pkg-plist index 7a6e901514f3..3b4202091f34 100644 --- a/x11/kdebase3/pkg-plist +++ b/x11/kdebase3/pkg-plist @@ -4,12 +4,13 @@ bin/conttest bin/drkonqi bin/extensionproxy bin/kaccess +bin/kaddressbook bin/kappfinder +bin/kate bin/kbanner.kss bin/kblankscrn.kss bin/kblob.kss bin/kbouboule.kss -bin/kbsod.kss bin/kcheckpass bin/kcminit bin/kcmshell @@ -17,20 +18,22 @@ bin/kcontrol bin/kdcop bin/kdebugdialog bin/kdeeject +bin/kdeprintfax bin/kdesktop bin/kdesu bin/kdesud bin/kdm +bin/kdm_config +bin/kdm_greet bin/kdmdesktop bin/keditbookmarks bin/keditfiletype bin/kfmclient bin/kfmexec bin/khelpcenter -bin/khop.kss bin/khotkeys -bin/khtmlindex bin/kicker +bin/kjobviewer bin/klegacyimport bin/klines.kss bin/klipper @@ -41,7 +44,10 @@ bin/konqueror bin/konsole bin/konsole_grantpty bin/kpager +bin/kpartsaver.kss +bin/kpersonalizer bin/kpolygon.kss +bin/kprinter bin/kpyro.kss bin/krandom.kss bin/krdb @@ -68,12 +74,20 @@ bin/kxmlrpcd bin/kxsconfig bin/kxsrun bin/startkde +etc/ksysguarddrc include/KBackgroundIface.h include/KDesktopIface.h include/KScreensaverIface.h include/KWinInterface.h include/KonquerorIface.h include/ccont.h +include/kate/application.h +include/kate/docmanager.h +include/kate/document.h +include/kate/mainwindow.h +include/kate/plugin.h +include/kate/view.h +include/kate/viewmanager.h include/kbookmark.h include/kbookmarkbar.h include/kbookmarkdrag.h @@ -103,6 +117,7 @@ include/konq_propsview.h include/konq_settings.h include/konq_undo.h include/kwin/client.h +include/kwin/kwinbutton.h include/kwin/options.h include/kwin/workspace.h include/thumbcreator.h @@ -110,18 +125,24 @@ lib/appletproxy.la lib/appletproxy.so lib/extensionproxy.la lib/extensionproxy.so -lib/kcminit.la -lib/kcminit.so -lib/kcmshell.la -lib/kcmshell.so -lib/kcontrol.la -lib/kcontrol.so +lib/kate.la +lib/kate.so +lib/kde2/gsthumbnail.la +lib/kde2/gsthumbnail.so lib/kde2/htmlthumbnail.la lib/kde2/htmlthumbnail.so lib/kde2/imagethumbnail.la lib/kde2/imagethumbnail.so lib/kde2/kaccess.la lib/kde2/kaccess.so +lib/kde2/kcminit.la +lib/kde2/kcminit.so +lib/kde2/kcmshell.la +lib/kde2/kcmshell.so +lib/kde2/kcontrol.la +lib/kde2/kcontrol.so +lib/kde2/khelpcenter.la +lib/kde2/khelpcenter.so lib/kde2/kio_filter.la lib/kde2/kio_filter.so lib/kde2/kio_finger.la @@ -130,8 +151,6 @@ lib/kde2/kio_floppy.la lib/kde2/kio_floppy.so lib/kde2/kio_gopher.la lib/kde2/kio_gopher.so -lib/kde2/kio_help.la -lib/kde2/kio_help.so lib/kde2/kio_imap4.la lib/kde2/kio_imap4.so lib/kde2/kio_info.la @@ -146,8 +165,6 @@ lib/kde2/kio_pop3.la lib/kde2/kio_pop3.so lib/kde2/kio_smb.la lib/kde2/kio_smb.so -lib/kde2/kio_smtp.la -lib/kde2/kio_smtp.so lib/kde2/kio_tar.la lib/kde2/kio_tar.so lib/kde2/kio_thumbnail.la @@ -166,6 +183,8 @@ lib/kde2/libkcm_colors.la lib/kde2/libkcm_colors.so lib/kde2/libkcm_crypto.la lib/kde2/libkcm_crypto.so +lib/kde2/libkcm_css.la +lib/kde2/libkcm_css.so lib/kde2/libkcm_email.la lib/kde2/libkcm_email.so lib/kde2/libkcm_energy.la @@ -180,6 +199,8 @@ lib/kde2/libkcm_info.la lib/kde2/libkcm_info.so lib/kde2/libkcm_input.la lib/kde2/libkcm_input.so +lib/kde2/libkcm_ioslaveinfo.la +lib/kde2/libkcm_ioslaveinfo.so lib/kde2/libkcm_kdm.la lib/kde2/libkcm_kdm.so lib/kde2/libkcm_keys.la @@ -196,34 +217,67 @@ lib/kde2/libkcm_konq.la lib/kde2/libkcm_konq.so lib/kde2/libkcm_konqhtml.la lib/kde2/libkcm_konqhtml.so +lib/kde2/libkcm_konsole.la +lib/kde2/libkcm_konsole.so lib/kde2/libkcm_kurifilt.la lib/kde2/libkcm_kurifilt.so +lib/kde2/libkcm_kwindecoration.la +lib/kde2/libkcm_kwindecoration.so lib/kde2/libkcm_kwinoptions.la lib/kde2/libkcm_kwinoptions.so +lib/kde2/libkcm_launch.la +lib/kde2/libkcm_launch.so +lib/kde2/libkcm_launch.so.0 lib/kde2/libkcm_locale.la lib/kde2/libkcm_locale.so lib/kde2/libkcm_midi.la lib/kde2/libkcm_midi.so lib/kde2/libkcm_passwords.la lib/kde2/libkcm_passwords.so +lib/kde2/libkcm_printmgr.la +lib/kde2/libkcm_printmgr.so lib/kde2/libkcm_samba.la lib/kde2/libkcm_samba.so lib/kde2/libkcm_screensaver.la lib/kde2/libkcm_screensaver.so lib/kde2/libkcm_smserver.la lib/kde2/libkcm_smserver.so +lib/kde2/libkcm_socks.la +lib/kde2/libkcm_socks.so +lib/kde2/libkcm_spellchecking.la +lib/kde2/libkcm_spellchecking.so lib/kde2/libkcm_style.la lib/kde2/libkcm_style.so lib/kde2/libkcm_taskbar.la lib/kde2/libkcm_taskbar.so lib/kde2/libkcm_themes.la lib/kde2/libkcm_themes.so +lib/kde2/libkcm_usb.la +lib/kde2/libkcm_usb.so +lib/kde2/libkded_favicons.la +lib/kde2/libkded_favicons.so lib/kde2/libkfindpart.la lib/kde2/libkfindpart.so +lib/kde2/libkhelpcenterpart.la +lib/kde2/libkhelpcenterpart.so lib/kde2/libkonqiconview.la lib/kde2/libkonqiconview.so lib/kde2/libkonqlistview.la lib/kde2/libkonqlistview.so +lib/kde2/libkonqsidebar_classic_wrap.la +lib/kde2/libkonqsidebar_classic_wrap.so +lib/kde2/libkonqsidebar_tree.la +lib/kde2/libkonqsidebar_tree.so +lib/kde2/libkonqsidebartree_bookmarks.la +lib/kde2/libkonqsidebartree_bookmarks.so +lib/kde2/libkonqsidebartree_bookmarks.so.0 +lib/kde2/libkonqsidebartree_dirtree.la +lib/kde2/libkonqsidebartree_dirtree.so +lib/kde2/libkonqsidebartree_history.la +lib/kde2/libkonqsidebartree_history.so +lib/kde2/libkonqsidebartree_history.so.0 +lib/kde2/libkonqsound.la +lib/kde2/libkonqsound.so lib/kde2/libkonqtree.la lib/kde2/libkonqtree.so lib/kde2/libkshellcmdplugin.la @@ -234,10 +288,16 @@ lib/kde2/libkuriikwsfilter.la lib/kde2/libkuriikwsfilter.so lib/kde2/libkurisearchfilter.la lib/kde2/libkurisearchfilter.so -lib/kde2/libkwin2k.la -lib/kde2/libkwin2k.so lib/kde2/libkwinb2.la lib/kde2/libkwinb2.so +lib/kde2/libkwindefault.la +lib/kde2/libkwindefault.so +lib/kde2/libkwindefault_config.la +lib/kde2/libkwindefault_config.so +lib/kde2/libkwinicewm.la +lib/kde2/libkwinicewm.so +lib/kde2/libkwinicewm_config.la +lib/kde2/libkwinicewm_config.so lib/kde2/libkwinkde1.la lib/kde2/libkwinkde1.so lib/kde2/libkwinkstep.la @@ -248,10 +308,22 @@ lib/kde2/libkwinlaptop.la lib/kde2/libkwinlaptop.so lib/kde2/libkwinmodernsys.la lib/kde2/libkwinmodernsys.so +lib/kde2/libkwinmodernsys_config.la +lib/kde2/libkwinmodernsys_config.so +lib/kde2/libkwinmwm.la +lib/kde2/libkwinmwm.so +lib/kde2/libkwinquartz.la +lib/kde2/libkwinquartz.so +lib/kde2/libkwinquartz_config.la +lib/kde2/libkwinquartz_config.so +lib/kde2/libkwinredmond.la +lib/kde2/libkwinredmond.so lib/kde2/libkwinriscos.la lib/kde2/libkwinriscos.so lib/kde2/libkwinsystem.la lib/kde2/libkwinsystem.so +lib/kde2/libkwinweb.la +lib/kde2/libkwinweb.so lib/kde2/textthumbnail.la lib/kde2/textthumbnail.so lib/kdesktop.la @@ -264,6 +336,8 @@ lib/khotkeys.la lib/khotkeys.so lib/kicker.la lib/kicker.so +lib/kjobviewer.la +lib/kjobviewer.so lib/klegacyimport.la lib/klegacyimport.so lib/klipper.la @@ -284,8 +358,6 @@ lib/kxkb.la lib/kxkb.so lib/kxmlrpcd.la lib/kxmlrpcd.so -lib/libKdmGreet.la -lib/libKdmGreet.so lib/libccont.a lib/libchildpanelextension.la lib/libchildpanelextension.so @@ -296,22 +368,17 @@ lib/libclockapplet.so.1 lib/libdockbarextension.la lib/libdockbarextension.so lib/libdockbarextension.so.1 -lib/libhtmlsearch.la -lib/libhtmlsearch.so lib/libkasbarextension.la lib/libkasbarextension.so lib/libkasbarextension.so.1 -lib/libkcm_htmlsearch.la -lib/libkcm_htmlsearch.so -lib/libkcm_ioslaveinfo.la -lib/libkcm_ioslaveinfo.so -lib/libkcm_layout.la -lib/libkcm_layout.so +lib/libkatecore.la +lib/libkatecore.so +lib/libkateinterfaces.la +lib/libkateinterfaces.so +lib/libkcm_keyboard.la +lib/libkcm_keyboard.so lib/libkcm_xmlrpcd.la lib/libkcm_xmlrpcd.so -lib/libkhelpcenter.la -lib/libkhelpcenter.so -lib/libkhelpcenter.so.4 lib/libkminipagerapplet.la lib/libkminipagerapplet.so lib/libkminipagerapplet.so.1 @@ -320,6 +387,10 @@ lib/libkonq.so lib/libkonq.so.4 lib/libkonqaboutpage.la lib/libkonqaboutpage.so +lib/libkonqsidebar.la +lib/libkonqsidebar.so +lib/libkonqsidebarplugin.la +lib/libkonqsidebarplugin.so lib/libkonsolepart.la lib/libkonsolepart.so lib/libkrunapplet.la @@ -331,20 +402,18 @@ lib/libksysguardapplet.so.1 lib/libksystemtrayapplet.la lib/libksystemtrayapplet.so lib/libksystemtrayapplet.so.1 -lib/libktaskbarapplet.la -lib/libktaskbarapplet.so -lib/libktaskbarapplet.so.1 -lib/libkwindefault.la -lib/libkwindefault.so -lib/libkwindefault.so.0 -lib/libkwritepart.la -lib/libkwritepart.so lib/libnaughtyapplet.la lib/libnaughtyapplet.so lib/libnaughtyapplet.so.1 lib/libquicklauncher.la lib/libquicklauncher.so lib/libquicklauncher.so.1 +lib/libtaskbar.la +lib/libtaskbar.so +lib/libtaskbar.so.1 +lib/libtaskbarapplet.la +lib/libtaskbarapplet.so +lib/libtaskbarapplet.so.1 lib/libtaskbarextension.la lib/libtaskbarextension.so lib/libtaskbarextension.so.1 @@ -355,30 +424,52 @@ share/applnk/.directory share/applnk/.hidden/konqfilemgr.desktop share/applnk/Applications/.directory share/applnk/Development/.directory +share/applnk/Development/designer.desktop share/applnk/Editors/.directory +share/applnk/Editors/gvim.desktop +share/applnk/Editors/kate.desktop share/applnk/Editors/kwrite.desktop +share/applnk/Editors/xedit.desktop share/applnk/Games/.directory +share/applnk/Games/Arcade/.directory +share/applnk/Games/Board/.directory +share/applnk/Games/Board/xboard.desktop +share/applnk/Games/Card/.directory +share/applnk/Games/TacticStrategy/.directory share/applnk/Graphics/.directory +share/applnk/Graphics/gimp.desktop share/applnk/Help.desktop share/applnk/Home.desktop share/applnk/Internet/.directory +share/applnk/Internet/Terminal/.directory +share/applnk/Internet/Terminal/mutt.desktop +share/applnk/Internet/ethereal.desktop share/applnk/Internet/keditbookmarks.desktop share/applnk/Internet/konqbrowser.desktop +share/applnk/Internet/licq.desktop +share/applnk/Internet/mozilla.desktop +share/applnk/Internet/netscape.desktop share/applnk/KControl.desktop share/applnk/Multimedia/.directory +share/applnk/Multimedia/aviplay.desktop +share/applnk/Multimedia/gtv.desktop +share/applnk/Multimedia/xawtv.desktop +share/applnk/Multimedia/xmms-enqueue.desktop +share/applnk/Multimedia/xmms.desktop share/applnk/Office/.directory share/applnk/Settings/.directory +share/applnk/Settings/Databases/.directory share/applnk/Settings/FileBrowsing/.directory share/applnk/Settings/FileBrowsing/filetypes.desktop share/applnk/Settings/FileBrowsing/kcmkonq.desktop share/applnk/Settings/Help/.directory -share/applnk/Settings/Help/htmlsearch.desktop share/applnk/Settings/Information/.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/ioslaveinfo.desktop +share/applnk/Settings/Information/kcmusb.desktop share/applnk/Settings/Information/memory.desktop share/applnk/Settings/Information/partitions.desktop share/applnk/Settings/Information/pci.desktop @@ -402,39 +493,49 @@ share/applnk/Settings/LookNFeel/colors.desktop share/applnk/Settings/LookNFeel/desktop.desktop share/applnk/Settings/LookNFeel/fonts.desktop share/applnk/Settings/LookNFeel/icons.desktop -share/applnk/Settings/LookNFeel/kcmnotify.desktop +share/applnk/Settings/LookNFeel/kcmlaunch.desktop share/applnk/Settings/LookNFeel/kcmtaskbar.desktop share/applnk/Settings/LookNFeel/keys.desktop share/applnk/Settings/LookNFeel/kthememgr.desktop +share/applnk/Settings/LookNFeel/kwindecoration.desktop share/applnk/Settings/LookNFeel/kwinoptions.desktop share/applnk/Settings/LookNFeel/panel.desktop share/applnk/Settings/LookNFeel/screensaver.desktop share/applnk/Settings/LookNFeel/style.desktop share/applnk/Settings/LookNFeel/virtualdesktops.desktop share/applnk/Settings/Network/.directory +share/applnk/Settings/Network/email.desktop +share/applnk/Settings/Network/ioslaveinfo.desktop +share/applnk/Settings/Network/netpref.desktop +share/applnk/Settings/Network/smb.desktop +share/applnk/Settings/Network/socks.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/crypto.desktop -share/applnk/Settings/Personalization/email.desktop share/applnk/Settings/Personalization/kcmaccess.desktop share/applnk/Settings/Personalization/kcmlayout.desktop share/applnk/Settings/Personalization/language.desktop share/applnk/Settings/Personalization/passwords.desktop +share/applnk/Settings/Personalization/spellchecking.desktop share/applnk/Settings/PowerControl/.directory share/applnk/Settings/PowerControl/energy.desktop share/applnk/Settings/Sound/.directory share/applnk/Settings/Sound/arts.desktop share/applnk/Settings/Sound/bell.desktop +share/applnk/Settings/Sound/kcmnotify.desktop share/applnk/Settings/Sound/midi.desktop share/applnk/Settings/System/.directory share/applnk/Settings/System/clock.desktop +share/applnk/Settings/System/kcmkonsole.desktop share/applnk/Settings/System/kcmsmserver.desktop share/applnk/Settings/System/kdm.desktop +share/applnk/Settings/System/printmgr.desktop share/applnk/Settings/WebBrowsing/.directory share/applnk/Settings/WebBrowsing/cookies.desktop share/applnk/Settings/WebBrowsing/ebrowsing.desktop +share/applnk/Settings/WebBrowsing/kcmcss.desktop share/applnk/Settings/WebBrowsing/konqhtml.desktop share/applnk/Settings/WebBrowsing/proxy.desktop share/applnk/Settings/WebBrowsing/smb.desktop @@ -445,8 +546,6 @@ share/applnk/System/ScreenSavers/KBanner.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/KHop.desktop share/applnk/System/ScreenSavers/KLines.desktop share/applnk/System/ScreenSavers/KLorenz.desktop share/applnk/System/ScreenSavers/KMatrix.desktop @@ -462,6 +561,10 @@ share/applnk/System/ScreenSavers/KSlideshow.desktop share/applnk/System/ScreenSavers/KSpace.desktop share/applnk/System/ScreenSavers/KSwarm.desktop share/applnk/System/ScreenSavers/KVm.desktop +share/applnk/System/ScreenSavers/Worm.desktop +share/applnk/System/ScreenSavers/kpartsaver.desktop +share/applnk/System/Terminal/.directory +share/applnk/System/Terminal/vmstat.desktop share/applnk/System/kappfinder.desktop share/applnk/System/kfmclient.desktop share/applnk/System/kfmclient_dir.desktop @@ -471,72 +574,92 @@ share/applnk/System/kmenuedit.desktop share/applnk/System/konquerorsu.desktop share/applnk/System/konsole.desktop share/applnk/System/konsolesu.desktop +share/applnk/System/kpersonalizer.desktop share/applnk/System/ksysguard.desktop share/applnk/Toys/.directory share/applnk/Toys/ktip.desktop +share/applnk/Toys/xeyes.desktop share/applnk/Utilities/.directory -share/applnk/Utilities/XUtilities/.directory +share/applnk/Utilities/XUtilities/xcalc.desktop share/applnk/Utilities/XUtilities/xclipboard.desktop share/applnk/Utilities/XUtilities/xclock.desktop share/applnk/Utilities/XUtilities/xconsole.desktop +share/applnk/Utilities/XUtilities/xload.desktop share/applnk/Utilities/XUtilities/xmag.desktop share/applnk/Utilities/XUtilities/xterm.desktop +share/applnk/Utilities/kaddressbook.desktop +share/applnk/Utilities/kdeprintfax.desktop +share/applnk/Utilities/kjobviewer.desktop share/applnk/Utilities/klipper.desktop share/applnk/Utilities/kpager.desktop +share/applnk/WordProcessing/.directory +share/applnk/WordProcessing/acroread.desktop +share/applnk/WordProcessing/gv.desktop +share/applnk/WordProcessing/xdvi.desktop +share/applnk/WordProcessing/xpdf.desktop +share/applnk/ksysguard/eventsrc share/apps/clockapplet/pics/lcd.png share/apps/drkonqi/debuggers/gdbrc 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/kaddressbook/kaddressbookui.rc +share/apps/kaddressbook/pics/abentry.xpm +share/apps/kaddressbook/pics/delete.xpm +share/apps/kaddressbook/pics/down.xpm +share/apps/kaddressbook/pics/filemail.xpm +share/apps/kaddressbook/pics/find.xpm +share/apps/kaddressbook/pics/group.xpm +share/apps/kaddressbook/pics/page.xpm +share/apps/kaddressbook/pics/up.xpm share/apps/kappfinder/apps/Development/ddd.desktop share/apps/kappfinder/apps/Development/designer.desktop share/apps/kappfinder/apps/Development/dlgedit.desktop -share/apps/kappfinder/apps/Editors/.directory +share/apps/kappfinder/apps/Development/linguist.desktop 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/Games/.directory +share/apps/kappfinder/apps/Games/Board/xboard.desktop +share/apps/kappfinder/apps/Games/Card/PySol.desktop share/apps/kappfinder/apps/Games/Clanbomber.desktop -share/apps/kappfinder/apps/Games/Qmamecat.desktop +share/apps/kappfinder/apps/Games/Emulators/qmamecat.desktop +share/apps/kappfinder/apps/Games/TacticStrategy/freeciv.desktop share/apps/kappfinder/apps/Games/defendguin.desktop -share/apps/kappfinder/apps/Games/freeciv.desktop share/apps/kappfinder/apps/Games/penguin-command.desktop share/apps/kappfinder/apps/Games/xshipwars.desktop -share/apps/kappfinder/apps/Graphics/.directory 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/Terminal/lftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/mutt.desktop +share/apps/kappfinder/apps/Internet/Terminal/ncftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/pine.desktop share/apps/kappfinder/apps/Internet/arena.desktop share/apps/kappfinder/apps/Internet/coolmail.desktop share/apps/kappfinder/apps/Internet/ethereal.desktop -share/apps/kappfinder/apps/Internet/ncftp.desktop +share/apps/kappfinder/apps/Internet/licq.desktop +share/apps/kappfinder/apps/Internet/mozilla.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/xchat.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/alevt.desktop share/apps/kappfinder/apps/Multimedia/aviplay.desktop share/apps/kappfinder/apps/Multimedia/gtv.desktop +share/apps/kappfinder/apps/Multimedia/mtv.desktop share/apps/kappfinder/apps/Multimedia/realplayer.desktop share/apps/kappfinder/apps/Multimedia/xawtv.desktop +share/apps/kappfinder/apps/Multimedia/xmms-enqueue.desktop share/apps/kappfinder/apps/Multimedia/xmms.desktop -share/apps/kappfinder/apps/Office/.directory 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/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 @@ -595,13 +718,12 @@ 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/Terminal/procinfo.desktop +share/apps/kappfinder/apps/System/Terminal/vmstat.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.desktop share/apps/kappfinder/apps/Toys/xpinguin.desktop -share/apps/kappfinder/apps/Utilities/.directory -share/apps/kappfinder/apps/Utilities/XUtilities/.directory share/apps/kappfinder/apps/Utilities/XUtilities/xcalc.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclipboard.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclock.desktop @@ -609,7 +731,6 @@ share/apps/kappfinder/apps/Utilities/XUtilities/xconsole.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xload.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xmag.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xterm.desktop -share/apps/kappfinder/apps/WordProcessing/.directory share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop share/apps/kappfinder/apps/WordProcessing/acroread.desktop @@ -619,10 +740,75 @@ share/apps/kappfinder/apps/WordProcessing/lyx.desktop share/apps/kappfinder/apps/WordProcessing/pybliographic.desktop share/apps/kappfinder/apps/WordProcessing/xdvi.desktop share/apps/kappfinder/apps/WordProcessing/xpdf.desktop +share/apps/kate/icons/hicolor/16x16/actions/curfiledir.png +share/apps/kate/icons/hicolor/16x16/actions/highlighting.png +share/apps/kate/icons/hicolor/16x16/actions/modified.png +share/apps/kate/icons/hicolor/16x16/actions/null.png +share/apps/kate/icons/hicolor/16x16/actions/save_all.png +share/apps/kate/icons/hicolor/22x22/actions/save_all.png +share/apps/kate/icons/hicolor/32x32/actions/highlighting.png +share/apps/kate/icons/hicolor/32x32/actions/indent.png +share/apps/kate/icons/hicolor/32x32/actions/unindent.png +share/apps/kate/icons/hicolor/48x48/actions/indent.png +share/apps/kate/icons/hicolor/48x48/actions/unindent.png +share/apps/kate/icons/locolor/16x16/actions/curfiledir.png +share/apps/kate/icons/locolor/16x16/actions/indent.png +share/apps/kate/icons/locolor/16x16/actions/modified.png +share/apps/kate/icons/locolor/16x16/actions/null.png +share/apps/kate/icons/locolor/16x16/actions/save_all.png +share/apps/kate/icons/locolor/16x16/actions/unindent.png +share/apps/kate/icons/locolor/22x22/actions/indent.png +share/apps/kate/icons/locolor/22x22/actions/save_all.png +share/apps/kate/icons/locolor/22x22/actions/unindent.png +share/apps/kate/katepartbrowserui.rc +share/apps/kate/katepartui.rc +share/apps/kate/kateui.rc +share/apps/kate/pics/fileselector.png +share/apps/kate/pics/indicator_empty.png +share/apps/kate/pics/indicator_viewactive.png +share/apps/kate/pics/openfiles.png +share/apps/kate/syntax/ada.xml +share/apps/kate/syntax/bash.xml +share/apps/kate/syntax/c.xml +share/apps/kate/syntax/changelog.xml +share/apps/kate/syntax/cpp.xml +share/apps/kate/syntax/css.xml +share/apps/kate/syntax/desktop.xml +share/apps/kate/syntax/diff.xml +share/apps/kate/syntax/html.xml +share/apps/kate/syntax/java.xml +share/apps/kate/syntax/kbasic.xml +share/apps/kate/syntax/language.dtd +share/apps/kate/syntax/latex.xml +share/apps/kate/syntax/objectivec.xml +share/apps/kate/syntax/perl.xml +share/apps/kate/syntax/php.xml +share/apps/kate/syntax/postscript.xml +share/apps/kate/syntax/rpmspec.xml +share/apps/kate/syntax/ruby.xml +share/apps/kate/syntax/sql.xml +share/apps/kate/syntax/syntax.template +share/apps/kate/syntax/vhdl.xml +share/apps/kate/syntax/xml.xml share/apps/kbookmark/directory_bookmarkbar.desktop +share/apps/kcmcss/template.css share/apps/kcminput/cursor_large.pcf.gz -share/apps/kcmkeys/standard/Unix.kksrc +share/apps/kcminput/pics/mouse_lh.png +share/apps/kcminput/pics/mouse_rh.png +share/apps/kcmkeys/global/global-kde3.kksrc +share/apps/kcmkeys/global/global-kde4.kksrc +share/apps/kcmkeys/global/global-mac3.kksrc +share/apps/kcmkeys/global/global-unix3.kksrc +share/apps/kcmkeys/global/global-win3.kksrc +share/apps/kcmkeys/global/global-win4.kksrc +share/apps/kcmkeys/standard/app-kde3.kksrc +share/apps/kcmkeys/standard/app-kde4.kksrc +share/apps/kcmkeys/standard/app-mac3.kksrc +share/apps/kcmkeys/standard/app-unix3.kksrc +share/apps/kcmkeys/standard/app-win3.kksrc share/apps/kcmlocale/pics/background.png +share/apps/kcmusb/usb.ids +share/apps/kconf_update/konsole.upd share/apps/kcontrol/kcontrolui.rc share/apps/kcontrol/pics/energybig.png share/apps/kcontrol/pics/lo-energy.png @@ -636,6 +822,10 @@ share/apps/kcontrol/pics/part2.png share/apps/kcontrol/pics/part3.png share/apps/kcontrol/pics/play.png share/apps/kdcop/kdcopui.rc +share/apps/kdeprintfax/anytops +share/apps/kdeprintfax/faxfilters +share/apps/kdeprintfax/icons/hicolor/16x16/actions/abentry.png +share/apps/kdeprintfax/kdeprintfaxui.rc share/apps/kdesktop/DesktopLinks/Home.desktop share/apps/kdesktop/directory.autostart share/apps/kdesktop/directory.desktop @@ -669,8 +859,10 @@ share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad share/apps/kdisplay/app-defaults/AAAMotif.ad share/apps/kdisplay/app-defaults/AAATk.ad share/apps/kdisplay/app-defaults/AAAXaw.ad +share/apps/kdisplay/app-defaults/AcroRead.ad share/apps/kdisplay/app-defaults/Editres.ad share/apps/kdisplay/app-defaults/Emacs.ad +share/apps/kdisplay/app-defaults/GV.ad share/apps/kdisplay/app-defaults/ML.ad share/apps/kdisplay/app-defaults/Nedit.ad share/apps/kdisplay/app-defaults/Netscape.ad @@ -681,6 +873,7 @@ share/apps/kdisplay/app-defaults/XOsview.ad share/apps/kdisplay/app-defaults/XTerm.ad share/apps/kdisplay/app-defaults/XV.ad share/apps/kdisplay/app-defaults/Xawtv.ad +share/apps/kdisplay/app-defaults/Xdvi.ad share/apps/kdisplay/app-defaults/Xpdf.ad share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc share/apps/kdisplay/color-schemes/BeOS.kcsrc @@ -689,7 +882,9 @@ 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/EveX.kcsrc share/apps/kdisplay/color-schemes/KDEOne.kcsrc +share/apps/kdisplay/color-schemes/MediaPeach.kcsrc share/apps/kdisplay/color-schemes/Next.kcsrc share/apps/kdisplay/color-schemes/PaleGray.kcsrc share/apps/kdisplay/color-schemes/PointReyesGreen.kcsrc @@ -697,6 +892,7 @@ 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/Windows2000.kcsrc share/apps/kdisplay/color-schemes/Windows95.kcsrc share/apps/kdm/pics/kdeflower.png share/apps/kdm/pics/kdelogo.png @@ -712,17 +908,9 @@ share/apps/kfind/icons/locolor/22x22/actions/info.png share/apps/kfind/icons/locolor/22x22/actions/openfile.png share/apps/kfind/icons/locolor/22x22/actions/save.png share/apps/kfind/icons/locolor/22x22/actions/search.png -share/apps/khelpcenter/en/bad_words -share/apps/khelpcenter/en/long.html -share/apps/khelpcenter/en/nomatch.html -share/apps/khelpcenter/en/short.html -share/apps/khelpcenter/en/syntax.html -share/apps/khelpcenter/en/wrapper.html -share/apps/khelpcenter/icons/locolor/16x16/apps/helpbook_open.png -share/apps/khelpcenter/pics/checked.xpm -share/apps/khelpcenter/pics/star.png -share/apps/khelpcenter/pics/star_blank.png -share/apps/khelpcenter/pics/unchecked.xpm +share/apps/khelpcenter/glossary.html.in +share/apps/khelpcenter/intro.html.in +share/apps/khelpcenter/khelpcenterui.rc share/apps/khelpcenter/plugins/Tutorials/.directory share/apps/khelpcenter/plugins/Tutorials/quickstart.desktop share/apps/khelpcenter/plugins/Tutorials/visualdict.desktop @@ -734,6 +922,7 @@ share/apps/kicker/applets/ksystemtrayapplet.desktop share/apps/kicker/applets/ktaskbarapplet.desktop share/apps/kicker/applets/naughtyapplet.desktop share/apps/kicker/applets/quicklauncher.desktop +share/apps/kicker/default-apps share/apps/kicker/extensions/childpanelextension.desktop share/apps/kicker/extensions/dockbarextension.desktop share/apps/kicker/extensions/kasbarextension.desktop @@ -855,6 +1044,8 @@ share/apps/kio_finger/kio_finger.css share/apps/kio_finger/kio_finger.pl share/apps/kio_info/kde-info2html share/apps/kio_info/kde-info2html.conf +share/apps/kioslave/smb.html +share/apps/kjobviewer/kjobviewerui.rc share/apps/kmenuedit/icons/hicolor/22x22/actions/menu_new.png share/apps/kmenuedit/icons/hicolor/32x32/actions/menu_new.png share/apps/kmenuedit/icons/locolor/16x16/actions/menu_new.png @@ -866,6 +1057,28 @@ share/apps/konqlistview/konq_detailedlistview.rc share/apps/konqlistview/konq_textview.rc share/apps/konqlistview/konq_treeview.rc share/apps/konqlistview/kpartplugins/kshellcmdplugin.rc +share/apps/konqsidebartng/add/sidebar_classic_add.desktop +share/apps/konqsidebartng/add/virtualfolderadd.desktop +share/apps/konqsidebartng/dirtree/bookmarks_module.desktop +share/apps/konqsidebartng/dirtree/dirtree_module.desktop +share/apps/konqsidebartng/dirtree/history_module.desktop +share/apps/konqsidebartng/entries/.version +share/apps/konqsidebartng/entries/bookmarks.desktop +share/apps/konqsidebartng/entries/history.desktop +share/apps/konqsidebartng/entries/home.desktop +share/apps/konqsidebartng/entries/remote.desktop +share/apps/konqsidebartng/entries/root.desktop +share/apps/konqsidebartng/entries/services.desktop +share/apps/konqsidebartng/entries/sidebar_classic.desktop +share/apps/konqsidebartng/virtual_folders/remote/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/kde_ftp.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/.directory +share/apps/konqsidebartng/virtual_folders/remote/web/apps_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/dot_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/kde_web.desktop +share/apps/konqsidebartng/virtual_folders/services/.directory +share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop share/apps/konqueror/about/back.png share/apps/konqueror/about/background.png share/apps/konqueror/about/bgtable.png @@ -875,6 +1088,7 @@ share/apps/konqueror/about/intro.html share/apps/konqueror/about/kdelogo2.png share/apps/konqueror/about/konq.css share/apps/konqueror/about/konqueror.png +share/apps/konqueror/about/lightning.png share/apps/konqueror/about/lines.png share/apps/konqueror/about/lines2.png share/apps/konqueror/about/locationbar_erase.png @@ -894,34 +1108,19 @@ 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/apps_web.desktop +share/apps/konqueror/dirtree/remote/web/dot_web.desktop share/apps/konqueror/dirtree/remote/web/kde_web.desktop share/apps/konqueror/dirtree/root.desktop -share/apps/konqueror/icons/hicolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/remove_view.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/remove_view.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_top_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/kde1.png -share/apps/konqueror/icons/locolor/16x16/actions/kde2.png -share/apps/konqueror/icons/locolor/16x16/actions/kde3.png -share/apps/konqueror/icons/locolor/16x16/actions/kde4.png -share/apps/konqueror/icons/locolor/16x16/actions/kde5.png -share/apps/konqueror/icons/locolor/16x16/actions/kde6.png -share/apps/konqueror/icons/locolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/locolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_top_bottom.png +share/apps/konqueror/dirtree/services/.directory +share/apps/konqueror/dirtree/services/audiocd.desktop +share/apps/konqueror/icons/hicolor/16x16/actions/history_clear.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde1.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde2.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde3.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde4.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde5.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde6.png share/apps/konqueror/konqueror.rc share/apps/konqueror/pics/indicator_anchor.png share/apps/konqueror/pics/indicator_connect.png @@ -956,6 +1155,7 @@ share/apps/konsole/README.KeyTab share/apps/konsole/README.Schema share/apps/konsole/Transparent.schema share/apps/konsole/Transparent_MC.schema +share/apps/konsole/Transparent_darkbg.schema share/apps/konsole/Transparent_lightbg.schema share/apps/konsole/WhiteOnBlack.schema share/apps/konsole/XTerm.schema @@ -970,13 +1170,18 @@ share/apps/konsole/pics/colourness.png share/apps/konsole/pics/contrast.png share/apps/konsole/shell.desktop share/apps/konsole/su.desktop +share/apps/konsole/sumc.desktop share/apps/konsole/syscolor.schema share/apps/konsole/vim.schema share/apps/konsole/vt100.keytab share/apps/konsole/vt420pc.keytab share/apps/konsole/x11r5.keytab -share/apps/kscreensaver/kscience-small.gif -share/apps/kscreensaver/kscience.gif +share/apps/kpersonalizer/pics/step1.png +share/apps/kpersonalizer/pics/step2.png +share/apps/kpersonalizer/pics/step3.png +share/apps/kpersonalizer/pics/step4.png +share/apps/kpersonalizer/pics/step5.png +share/apps/kscreensaver/kscience.png share/apps/ksplash/pics/locolor/splash_active_bar.png share/apps/ksplash/pics/locolor/splash_bottom.png share/apps/ksplash/pics/locolor/splash_inactive_bar.png @@ -988,56 +1193,19 @@ share/apps/ksplash/pics/splash_top.png share/apps/ksysguard/KSysGuardApplet.xml share/apps/ksysguard/ProcessTable.sgrd share/apps/ksysguard/SystemLoad.sgrd -share/apps/ksysguard/icons/locolor/16x16/apps/X.png -share/apps/ksysguard/icons/locolor/16x16/apps/artsd.png -share/apps/ksysguard/icons/locolor/16x16/apps/automount.png -share/apps/ksysguard/icons/locolor/16x16/apps/bash.png -share/apps/ksysguard/icons/locolor/16x16/apps/c++.png -share/apps/ksysguard/icons/locolor/16x16/apps/cc.png -share/apps/ksysguard/icons/locolor/16x16/apps/computer.png -share/apps/ksysguard/icons/locolor/16x16/apps/console.png -share/apps/ksysguard/icons/locolor/16x16/apps/csh.png -share/apps/ksysguard/icons/locolor/16x16/apps/emacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/g++.png -share/apps/ksysguard/icons/locolor/16x16/apps/gcc.png -share/apps/ksysguard/icons/locolor/16x16/apps/gdb.png -share/apps/ksysguard/icons/locolor/16x16/apps/httpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/in.identd.png -share/apps/ksysguard/icons/locolor/16x16/apps/inetd.png -share/apps/ksysguard/icons/locolor/16x16/apps/init.png -share/apps/ksysguard/icons/locolor/16x16/apps/kcookiejar.png -share/apps/ksysguard/icons/locolor/16x16/apps/kdesktop.png -share/apps/ksysguard/icons/locolor/16x16/apps/kflushd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kicker.png -share/apps/ksysguard/icons/locolor/16x16/apps/kio_file.png -share/apps/ksysguard/icons/locolor/16x16/apps/klauncher.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksh.png -share/apps/ksysguard/icons/locolor/16x16/apps/kswapd.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksysguardd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kupdate.png -share/apps/ksysguard/icons/locolor/16x16/apps/login.png -share/apps/ksysguard/icons/locolor/16x16/apps/lpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/mingetty.png -share/apps/ksysguard/icons/locolor/16x16/apps/mutt.png -share/apps/ksysguard/icons/locolor/16x16/apps/nscd.png -share/apps/ksysguard/icons/locolor/16x16/apps/pine.png -share/apps/ksysguard/icons/locolor/16x16/apps/portmap.png -share/apps/ksysguard/icons/locolor/16x16/apps/sendmail.png -share/apps/ksysguard/icons/locolor/16x16/apps/sh.png -share/apps/ksysguard/icons/locolor/16x16/apps/ssh.png -share/apps/ksysguard/icons/locolor/16x16/apps/startkde.png -share/apps/ksysguard/icons/locolor/16x16/apps/startx.png -share/apps/ksysguard/icons/locolor/16x16/apps/syslogd.png -share/apps/ksysguard/icons/locolor/16x16/apps/tcsh.png -share/apps/ksysguard/icons/locolor/16x16/apps/unknown.png -share/apps/ksysguard/icons/locolor/16x16/apps/xemacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/xinit.png -share/apps/ksysguard/icons/locolor/16x16/apps/xntpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/xterm.png -share/apps/ksysguard/icons/locolor/16x16/apps/ypbind.png share/apps/ksysguard/ksysguardui.rc +share/apps/ksysguard/pics/X.png +share/apps/ksysguard/pics/computer.png +share/apps/ksysguard/pics/daemon.png +share/apps/ksysguard/pics/kdeapp.png +share/apps/ksysguard/pics/kernel.png +share/apps/ksysguard/pics/ksysguardd.png +share/apps/ksysguard/pics/running.png +share/apps/ksysguard/pics/shell.png +share/apps/ksysguard/pics/tools.png +share/apps/ksysguard/pics/unknownapp.png +share/apps/ksysguard/pics/waiting.png share/apps/kthememgr/Themes/Default.ktheme -share/apps/kthememgr/Themes/Eclipse.ktheme share/apps/kthememgr/Themes/MGBreizh.ktheme share/apps/kthememgr/Themes/Nostalgy.ktheme share/apps/kthememgr/Themes/Template.themerc @@ -1045,11 +1213,45 @@ share/apps/kthememgr/Themes/Wood.ktheme share/apps/kthememgr/theme.mappings share/apps/kwin/b2.desktop share/apps/kwin/eventsrc -share/apps/kwin/kde.desktop +share/apps/kwin/icewm-themes/closeA.xpm +share/apps/kwin/icewm-themes/closeI.xpm +share/apps/kwin/icewm-themes/default.theme +share/apps/kwin/icewm-themes/depthA.xpm +share/apps/kwin/icewm-themes/depthI.xpm +share/apps/kwin/icewm-themes/maximizeA.xpm +share/apps/kwin/icewm-themes/maximizeI.xpm +share/apps/kwin/icewm-themes/menuButtonA.xpm +share/apps/kwin/icewm-themes/menuButtonI.xpm +share/apps/kwin/icewm-themes/minimizeA.xpm +share/apps/kwin/icewm-themes/minimizeI.xpm +share/apps/kwin/icewm-themes/restoreA.xpm +share/apps/kwin/icewm-themes/restoreI.xpm +share/apps/kwin/icewm-themes/rolldownA.xpm +share/apps/kwin/icewm-themes/rolldownI.xpm +share/apps/kwin/icewm-themes/rollupA.xpm +share/apps/kwin/icewm-themes/rollupI.xpm +share/apps/kwin/icewm-themes/titleAB.xpm +share/apps/kwin/icewm-themes/titleAJ.xpm +share/apps/kwin/icewm-themes/titleAM.xpm +share/apps/kwin/icewm-themes/titleAP.xpm +share/apps/kwin/icewm-themes/titleAQ.xpm +share/apps/kwin/icewm-themes/titleAR.xpm +share/apps/kwin/icewm-themes/titleAS.xpm +share/apps/kwin/icewm-themes/titleAT.xpm +share/apps/kwin/icewm-themes/titleIB.xpm +share/apps/kwin/icewm-themes/titleIJ.xpm +share/apps/kwin/icewm-themes/titleIM.xpm +share/apps/kwin/icewm-themes/titleIP.xpm +share/apps/kwin/icewm-themes/titleIQ.xpm +share/apps/kwin/icewm-themes/titleIR.xpm +share/apps/kwin/icewm-themes/titleIS.xpm +share/apps/kwin/icewm-themes/titleIT.xpm +share/apps/kwin/icewm.desktop share/apps/kwin/kde1.desktop share/apps/kwin/kstep.desktop share/apps/kwin/laptop.desktop share/apps/kwin/modernsystem.desktop +share/apps/kwin/mwm.desktop share/apps/kwin/pics/bluesun.png share/apps/kwin/pics/close.png share/apps/kwin/pics/fog-grey.png @@ -1063,18 +1265,18 @@ share/apps/kwin/pics/menu.png share/apps/kwin/pics/pindown.png share/apps/kwin/pics/pinup.png share/apps/kwin/pics/unknown.png +share/apps/kwin/quartz.desktop +share/apps/kwin/redmond.desktop share/apps/kwin/riscos.desktop share/apps/kwin/system.desktop -share/apps/kwin/win2k.desktop -share/apps/kwrite/kwrite_browser.rc -share/apps/kwrite/kwrite_shell.rc +share/apps/kwin/web.desktop share/apps/kwrite/kwriteui.rc -share/apps/kwrite/syntax.xml share/apps/naughtyapplet/pics/naughty-happy.png share/apps/naughtyapplet/pics/naughty-sad.png share/autostart/kdesktop.desktop share/autostart/khotkeys.desktop share/autostart/klipper.desktop +share/autostart/kpersonalizer.desktop share/autostart/ktip.desktop share/autostart/kwrited.desktop share/autostart/panel.desktop @@ -1101,8 +1303,10 @@ share/config/imsmaprc share/config/interferencerc share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdmrc +share/config/kdm/README +share/config/kdm/kdmrc share/config/klipperrc +share/config/konqsidebartng.rc share/config/konsolerc share/config/kshorturifilterrc share/config/kumpparc @@ -1112,56 +1316,29 @@ share/config/lissierc share/config/penroserc share/config/rocksrc share/config/sliprc -share/doc/HTML/en/kcontrol/.anchors -share/doc/HTML/en/kcontrol/action.html -share/doc/HTML/en/kcontrol/background.html -share/doc/HTML/en/kcontrol/batmon.html -share/doc/HTML/en/kcontrol/bell.html -share/doc/HTML/en/kcontrol/borders.html -share/doc/HTML/en/kcontrol/color.html +share/doc/HTML/en/kaddressbook/common +share/doc/HTML/en/kaddressbook/index.cache.bz2 +share/doc/HTML/en/kaddressbook/index.docbook +share/doc/HTML/en/kate/common +share/doc/HTML/en/kate/index.cache.bz2 +share/doc/HTML/en/kate/index.docbook share/doc/HTML/en/kcontrol/common -share/doc/HTML/en/kcontrol/control-center-exiting.html -share/doc/HTML/en/kcontrol/control-center-menus.html -share/doc/HTML/en/kcontrol/control-center-run-indiv.html -share/doc/HTML/en/kcontrol/control-center-screen.html -share/doc/HTML/en/kcontrol/control-center.html -share/doc/HTML/en/kcontrol/cookie.html -share/doc/HTML/en/kcontrol/credits.html -share/doc/HTML/en/kcontrol/crypto.html -share/doc/HTML/en/kcontrol/datetime.html -share/doc/HTML/en/kcontrol/desktop.html -share/doc/HTML/en/kcontrol/devices.html -share/doc/HTML/en/kcontrol/dma.html -share/doc/HTML/en/kcontrol/ebrowse.html -share/doc/HTML/en/kcontrol/email.html -share/doc/HTML/en/kcontrol/energy.html -share/doc/HTML/en/kcontrol/file-assoc.html -share/doc/HTML/en/kcontrol/file-manager.html -share/doc/HTML/en/kcontrol/fonts.html -share/doc/HTML/en/kcontrol/help-index.html -share/doc/HTML/en/kcontrol/icons.html +share/doc/HTML/en/kcontrol/index.cache.bz2 share/doc/HTML/en/kcontrol/index.docbook -share/doc/HTML/en/kcontrol/index.html -share/doc/HTML/en/kcontrol/interrupts.html -share/doc/HTML/en/kcontrol/introduction.html -share/doc/HTML/en/kcontrol/ioports.html -share/doc/HTML/en/kcontrol/kbd.html -share/doc/HTML/en/kcontrol/kblayout.html share/doc/HTML/en/kcontrol/kcmaccess.docbook share/doc/HTML/en/kcontrol/kcmaction.docbook share/doc/HTML/en/kcontrol/kcmbackgnd.docbook share/doc/HTML/en/kcontrol/kcmbatmon.docbook share/doc/HTML/en/kcontrol/kcmbell.docbook share/doc/HTML/en/kcontrol/kcmblockdev.docbook -share/doc/HTML/en/kcontrol/kcmborders.docbook share/doc/HTML/en/kcontrol/kcmcolor.docbook share/doc/HTML/en/kcontrol/kcmcookie.docbook share/doc/HTML/en/kcontrol/kcmcrypto.docbook +share/doc/HTML/en/kcontrol/kcmcss.docbook share/doc/HTML/en/kcontrol/kcmdatetime.docbook share/doc/HTML/en/kcontrol/kcmdesktop.docbook share/doc/HTML/en/kcontrol/kcmdeviceinfo.docbook share/doc/HTML/en/kcontrol/kcmdmainfo.docbook -share/doc/HTML/en/kcontrol/kcmdrkonqi.docbook share/doc/HTML/en/kcontrol/kcmebrowse.docbook share/doc/HTML/en/kcontrol/kcmemail.docbook share/doc/HTML/en/kcontrol/kcmenergy.docbook @@ -1170,13 +1347,15 @@ share/doc/HTML/en/kcontrol/kcmfileman.docbook share/doc/HTML/en/kcontrol/kcmfonts.docbook share/doc/HTML/en/kcontrol/kcmhelpindex.docbook share/doc/HTML/en/kcontrol/kcmicon.docbook -share/doc/HTML/en/kcontrol/kcmiconstyle.docbook share/doc/HTML/en/kcontrol/kcmintinfo.docbook share/doc/HTML/en/kcontrol/kcmioportinfo.docbook share/doc/HTML/en/kcontrol/kcmkbd.docbook -share/doc/HTML/en/kcontrol/kcmkblayout.docbook share/doc/HTML/en/kcontrol/kcmkbrowse.docbook share/doc/HTML/en/kcontrol/kcmkeybind.docbook +share/doc/HTML/en/kcontrol/kcmkonsole.docbook +share/doc/HTML/en/kcontrol/kcmkwintheme.docbook +share/doc/HTML/en/kcontrol/kcmlaunch.docbook +share/doc/HTML/en/kcontrol/kcmlisa.docbook share/doc/HTML/en/kcontrol/kcmlocate.docbook share/doc/HTML/en/kcontrol/kcmloginmanage.docbook share/doc/HTML/en/kcontrol/kcmlowbatcrit.docbook @@ -1185,9 +1364,7 @@ share/doc/HTML/en/kcontrol/kcmmemoryinfo.docbook share/doc/HTML/en/kcontrol/kcmmidi.docbook share/doc/HTML/en/kcontrol/kcmmixer.docbook share/doc/HTML/en/kcontrol/kcmmouse.docbook -share/doc/HTML/en/kcontrol/kcmmousebeh.docbook share/doc/HTML/en/kcontrol/kcmnetscapeplugins.docbook -share/doc/HTML/en/kcontrol/kcmnumbername.docbook share/doc/HTML/en/kcontrol/kcmpanel.docbook share/doc/HTML/en/kcontrol/kcmpartitioninfo.docbook share/doc/HTML/en/kcontrol/kcmpasswd.docbook @@ -1202,206 +1379,91 @@ share/doc/HTML/en/kcontrol/kcmsessionman.docbook share/doc/HTML/en/kcontrol/kcmsmbstat.docbook share/doc/HTML/en/kcontrol/kcmsndinfo.docbook share/doc/HTML/en/kcontrol/kcmsndsrv.docbook +share/doc/HTML/en/kcontrol/kcmsocks.docbook +share/doc/HTML/en/kcontrol/kcmspellchecking.docbook share/doc/HTML/en/kcontrol/kcmstyle.docbook share/doc/HTML/en/kcontrol/kcmsysnotify.docbook share/doc/HTML/en/kcontrol/kcmtalk.docbook share/doc/HTML/en/kcontrol/kcmtaskbar.docbook +share/doc/HTML/en/kcontrol/kcmusb.docbook share/doc/HTML/en/kcontrol/kcmuseragent.docbook share/doc/HTML/en/kcontrol/kcmwinshare.docbook share/doc/HTML/en/kcontrol/kcmxservinfo.docbook -share/doc/HTML/en/kcontrol/key-bindings.html share/doc/HTML/en/kcontrol/kfileman1.png share/doc/HTML/en/kcontrol/kfileman2.png -share/doc/HTML/en/kcontrol/konq-browsing.html -share/doc/HTML/en/kcontrol/laptop.html -share/doc/HTML/en/kcontrol/locale.html -share/doc/HTML/en/kcontrol/login-manager.html -share/doc/HTML/en/kcontrol/lowbatcrit.html -share/doc/HTML/en/kcontrol/lowbatwarn.html -share/doc/HTML/en/kcontrol/memory.html -share/doc/HTML/en/kcontrol/midi.html -share/doc/HTML/en/kcontrol/mixer.html -share/doc/HTML/en/kcontrol/module.html -share/doc/HTML/en/kcontrol/modules.html -share/doc/HTML/en/kcontrol/mouse-behav.html -share/doc/HTML/en/kcontrol/mouse.html -share/doc/HTML/en/kcontrol/nsplugins.html -share/doc/HTML/en/kcontrol/panel.html -share/doc/HTML/en/kcontrol/partitions.html -share/doc/HTML/en/kcontrol/passwords.html -share/doc/HTML/en/kcontrol/pci.html -share/doc/HTML/en/kcontrol/pcmcia.html -share/doc/HTML/en/kcontrol/powerctrl.html -share/doc/HTML/en/kcontrol/processor.html -share/doc/HTML/en/kcontrol/proxies.html -share/doc/HTML/en/kcontrol/sambastatus.html -share/doc/HTML/en/kcontrol/screensaver.html +share/doc/HTML/en/kcontrol/nettimeouts.docbook +share/doc/HTML/en/kcontrol/printmanager.docbook +share/doc/HTML/en/kcontrol/printsystem.docbook +share/doc/HTML/en/kcontrol/protocols.docbook share/doc/HTML/en/kcontrol/screenshot.png -share/doc/HTML/en/kcontrol/scsi.html -share/doc/HTML/en/kcontrol/sessions.html -share/doc/HTML/en/kcontrol/sndserver.html -share/doc/HTML/en/kcontrol/soundinfo.html -share/doc/HTML/en/kcontrol/style.html -share/doc/HTML/en/kcontrol/sys-notify.html -share/doc/HTML/en/kcontrol/taskbar.html -share/doc/HTML/en/kcontrol/user-agent.html -share/doc/HTML/en/kcontrol/windows-shares.html -share/doc/HTML/en/kcontrol/xserver.html -share/doc/HTML/en/kdebugdialog/.anchors +share/doc/HTML/en/kcontrol/systemcontrol.docbook +share/doc/HTML/en/kcontrol/thememgr.docbook share/doc/HTML/en/kdebugdialog/common +share/doc/HTML/en/kdebugdialog/index.cache.bz2 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/kdeprint/common +share/doc/HTML/en/kdeprint/cupsaddprinterwizard1.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard2_backendselection.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan_results.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard4_networkscan_config.png +share/doc/HTML/en/kdeprint/index.cache.bz2 +share/doc/HTML/en/kdeprint/index.docbook share/doc/HTML/en/kdesu/common -share/doc/HTML/en/kdesu/compiling.html -share/doc/HTML/en/kdesu/configuration.html +share/doc/HTML/en/kdesu/index.cache.bz2 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/sec-password-keeping.html -share/doc/HTML/en/kdesu/using-kdesu.html -share/doc/HTML/en/kdm/.anchors -share/doc/HTML/en/kdm/building-and-installing-kdm.html share/doc/HTML/en/kdm/common -share/doc/HTML/en/kdm/configuring-kdm.html -share/doc/HTML/en/kdm/configuring-your-system-for-kdm.html -share/doc/HTML/en/kdm/credits.html -share/doc/HTML/en/kdm/different-window-managers-with-kdm.html +share/doc/HTML/en/kdm/index.cache.bz2 share/doc/HTML/en/kdm/index.docbook -share/doc/HTML/en/kdm/index.html -share/doc/HTML/en/kdm/introduction.html -share/doc/HTML/en/kdm/kdmdesktop.html -share/doc/HTML/en/kdm/lilo.html -share/doc/HTML/en/kdm/locale.html -share/doc/HTML/en/kdm/other-information.html -share/doc/HTML/en/khelpcenter/.anchors share/doc/HTML/en/khelpcenter/background.png share/doc/HTML/en/khelpcenter/bgtable.png share/doc/HTML/en/khelpcenter/common -share/doc/HTML/en/khelpcenter/contact-developers.html -share/doc/HTML/en/khelpcenter/contact-more-information.html -share/doc/HTML/en/khelpcenter/contact-official.html -share/doc/HTML/en/khelpcenter/contact-the-kde-team.html share/doc/HTML/en/khelpcenter/contact.docbook -share/doc/HTML/en/khelpcenter/credits.html -share/doc/HTML/en/khelpcenter/faq/.anchors share/doc/HTML/en/khelpcenter/faq/TODO -share/doc/HTML/en/khelpcenter/faq/about.html -share/doc/HTML/en/khelpcenter/faq/applications.html +share/doc/HTML/en/khelpcenter/faq/about.docbook share/doc/HTML/en/khelpcenter/faq/common -share/doc/HTML/en/khelpcenter/faq/configure.html -share/doc/HTML/en/khelpcenter/faq/contribute.html -share/doc/HTML/en/khelpcenter/faq/credits.html -share/doc/HTML/en/khelpcenter/faq/desktop.html -share/doc/HTML/en/khelpcenter/faq/filemanager.html -share/doc/HTML/en/khelpcenter/faq/getting-kde.html +share/doc/HTML/en/khelpcenter/faq/configkde.docbook +share/doc/HTML/en/khelpcenter/faq/contrib.docbook +share/doc/HTML/en/khelpcenter/faq/desktop.docbook +share/doc/HTML/en/khelpcenter/faq/filemng.docbook +share/doc/HTML/en/khelpcenter/faq/getkde.docbook +share/doc/HTML/en/khelpcenter/faq/index.cache.bz2 share/doc/HTML/en/khelpcenter/faq/index.docbook -share/doc/HTML/en/khelpcenter/faq/index.html -share/doc/HTML/en/khelpcenter/faq/install.html -share/doc/HTML/en/khelpcenter/faq/introduction.html -share/doc/HTML/en/khelpcenter/faq/misc.html -share/doc/HTML/en/khelpcenter/faq/more-info.html -share/doc/HTML/en/khelpcenter/faq/non-kde-apps.html -share/doc/HTML/en/khelpcenter/faq/not-kde.html -share/doc/HTML/en/khelpcenter/faq/panel.html -share/doc/HTML/en/khelpcenter/faq/tips.html -share/doc/HTML/en/khelpcenter/faq/windowmanager.html -share/doc/HTML/en/khelpcenter/help-system-user-manual.html +share/doc/HTML/en/khelpcenter/faq/index.docbook.old +share/doc/HTML/en/khelpcenter/faq/install.docbook +share/doc/HTML/en/khelpcenter/faq/intro.docbook +share/doc/HTML/en/khelpcenter/faq/kdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/misc.docbook +share/doc/HTML/en/khelpcenter/faq/moreinfo.docbook +share/doc/HTML/en/khelpcenter/faq/nonkdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/notrelated.docbook +share/doc/HTML/en/khelpcenter/faq/panel.docbook +share/doc/HTML/en/khelpcenter/faq/tips.docbook +share/doc/HTML/en/khelpcenter/faq/winmng.docbook +share/doc/HTML/en/khelpcenter/glossary/common +share/doc/HTML/en/khelpcenter/glossary/index.cache.bz2 +share/doc/HTML/en/khelpcenter/glossary/index.docbook share/doc/HTML/en/khelpcenter/help.docbook +share/doc/HTML/en/khelpcenter/index.cache.bz2 share/doc/HTML/en/khelpcenter/index.docbook -share/doc/HTML/en/khelpcenter/index.html -share/doc/HTML/en/khelpcenter/interface-basics.html -share/doc/HTML/en/khelpcenter/invoking-help.html share/doc/HTML/en/khelpcenter/kdelogo2.png share/doc/HTML/en/khelpcenter/khelpcenter.png share/doc/HTML/en/khelpcenter/konq.css share/doc/HTML/en/khelpcenter/lines.png share/doc/HTML/en/khelpcenter/lines2.png share/doc/HTML/en/khelpcenter/links.docbook -share/doc/HTML/en/khelpcenter/main.html -share/doc/HTML/en/khelpcenter/no-html.html share/doc/HTML/en/khelpcenter/pointers.png -share/doc/HTML/en/khelpcenter/quickstart/.anchors -share/doc/HTML/en/khelpcenter/quickstart/advanced-topics.html -share/doc/HTML/en/khelpcenter/quickstart/an-overview-of-kde.html -share/doc/HTML/en/khelpcenter/quickstart/archives-and-networks.html share/doc/HTML/en/khelpcenter/quickstart/common -share/doc/HTML/en/khelpcenter/quickstart/configuration-modules.html -share/doc/HTML/en/khelpcenter/quickstart/configure.html -share/doc/HTML/en/khelpcenter/quickstart/credits.html +share/doc/HTML/en/khelpcenter/quickstart/index.cache.bz2 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/kde-an-exciting-journey.html -share/doc/HTML/en/khelpcenter/quickstart/launching-applications.html -share/doc/HTML/en/khelpcenter/quickstart/logging-out.html -share/doc/HTML/en/khelpcenter/quickstart/managing-your-files.html -share/doc/HTML/en/khelpcenter/quickstart/ready-set-go.html -share/doc/HTML/en/khelpcenter/quickstart/using-taskbar.html -share/doc/HTML/en/khelpcenter/quickstart/using-templates.html -share/doc/HTML/en/khelpcenter/quickstart/using-v-desktops.html -share/doc/HTML/en/khelpcenter/quickstart/want-command-line-back.html -share/doc/HTML/en/khelpcenter/quickstart/working-with-windows.html share/doc/HTML/en/khelpcenter/shadow1.png share/doc/HTML/en/khelpcenter/support.docbook -share/doc/HTML/en/khelpcenter/supporting-kde-financial-support.html -share/doc/HTML/en/khelpcenter/supporting-kde-get-started.html -share/doc/HTML/en/khelpcenter/supporting-kde.html -share/doc/HTML/en/khelpcenter/userguide/.anchors -share/doc/HTML/en/khelpcenter/userguide/about-this-preview.html -share/doc/HTML/en/khelpcenter/userguide/adding-programs.html -share/doc/HTML/en/khelpcenter/userguide/all-about-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html share/doc/HTML/en/khelpcenter/userguide/common -share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/desktop-components.html -share/doc/HTML/en/khelpcenter/userguide/docu-staff.html -share/doc/HTML/en/khelpcenter/userguide/entertainment-applications.html -share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html -share/doc/HTML/en/khelpcenter/userguide/first-impressions.html -share/doc/HTML/en/khelpcenter/userguide/frequently-asked-questions.html -share/doc/HTML/en/khelpcenter/userguide/getting-kde.html -share/doc/HTML/en/khelpcenter/userguide/getting-started.html -share/doc/HTML/en/khelpcenter/userguide/graphical-applications.html +share/doc/HTML/en/khelpcenter/userguide/index.cache.bz2 share/doc/HTML/en/khelpcenter/userguide/index.docbook -share/doc/HTML/en/khelpcenter/userguide/index.html -share/doc/HTML/en/khelpcenter/userguide/installation.html -share/doc/HTML/en/khelpcenter/userguide/installing-debian.html -share/doc/HTML/en/khelpcenter/userguide/introduction.html -share/doc/HTML/en/khelpcenter/userguide/kdeadmin-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdebase-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdepim-applications.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/license.html -share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms.html -share/doc/HTML/en/khelpcenter/userguide/more-help.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/multimedia-applications.html -share/doc/HTML/en/khelpcenter/userguide/network-applications.html -share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html -share/doc/HTML/en/khelpcenter/userguide/shortcuts.html -share/doc/HTML/en/khelpcenter/userguide/source-distribution.html -share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html -share/doc/HTML/en/khelpcenter/userguide/suse-install.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-templates.html -share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html -share/doc/HTML/en/khelpcenter/userguide/utility-applications.html -share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html -share/doc/HTML/en/khelpcenter/visualdict/.anchors share/doc/HTML/en/khelpcenter/visualdict/common -share/doc/HTML/en/khelpcenter/visualdict/credits.html +share/doc/HTML/en/khelpcenter/visualdict/index.cache.bz2 share/doc/HTML/en/khelpcenter/visualdict/index.docbook -share/doc/HTML/en/khelpcenter/visualdict/index.html share/doc/HTML/en/khelpcenter/visualdict/pict1.png share/doc/HTML/en/khelpcenter/visualdict/pict10.png share/doc/HTML/en/khelpcenter/visualdict/pict11.png @@ -1422,77 +1484,58 @@ share/doc/HTML/en/khelpcenter/visualdict/pict6.png share/doc/HTML/en/khelpcenter/visualdict/pict7.png share/doc/HTML/en/khelpcenter/visualdict/pict8.png share/doc/HTML/en/khelpcenter/visualdict/pict9.png -share/doc/HTML/en/khelpcenter/visualdict/visual-dictionary.html -share/doc/HTML/en/khelpcenter/web.html -share/doc/HTML/en/khelpcenter/welcome-to-kde.html share/doc/HTML/en/khelpcenter/welcome.docbook -share/doc/HTML/en/khelpcenter/what-is-kde-the-desktop.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-development-framework.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-office-suite.html -share/doc/HTML/en/khelpcenter/what-is-kde.html share/doc/HTML/en/khelpcenter/whatiskde.docbook -share/doc/HTML/en/kicker/.anchors -share/doc/HTML/en/kicker/applets.html -share/doc/HTML/en/kicker/application-group.html -share/doc/HTML/en/kicker/basics.html -share/doc/HTML/en/kicker/browsers.html -share/doc/HTML/en/kicker/child-panel-extension.html -share/doc/HTML/en/kicker/clock-applet.html -share/doc/HTML/en/kicker/commands.html +share/doc/HTML/en/kicker/bookmarks_icon.png share/doc/HTML/en/kicker/common -share/doc/HTML/en/kicker/compilation.html -share/doc/HTML/en/kicker/configuration.html -share/doc/HTML/en/kicker/configuring-apps.html -share/doc/HTML/en/kicker/configuring.html -share/doc/HTML/en/kicker/credits.html -share/doc/HTML/en/kicker/dock-application-bar-extension.html -share/doc/HTML/en/kicker/extensions.html -share/doc/HTML/en/kicker/faq.html +share/doc/HTML/en/kicker/desktop_icon.png +share/doc/HTML/en/kicker/index.cache.bz2 share/doc/HTML/en/kicker/index.docbook -share/doc/HTML/en/kicker/index.html -share/doc/HTML/en/kicker/installation.html -share/doc/HTML/en/kicker/introduction.html -share/doc/HTML/en/kicker/k-menu.html share/doc/HTML/en/kicker/k_menu_icon.png -share/doc/HTML/en/kicker/kasbar-extension.html -share/doc/HTML/en/kicker/kfind-advanced.html -share/doc/HTML/en/kicker/kfind-date-range.html -share/doc/HTML/en/kicker/kfind.html -share/doc/HTML/en/kicker/launcher-applet.html -share/doc/HTML/en/kicker/most-recently-group.html -share/doc/HTML/en/kicker/naughty-applet.html -share/doc/HTML/en/kicker/pager-applet.html -share/doc/HTML/en/kicker/panel-applets.html -share/doc/HTML/en/kicker/panel-buttons.html -share/doc/HTML/en/kicker/panel-looknfeel.html -share/doc/HTML/en/kicker/panel-menus.html -share/doc/HTML/en/kicker/requirements.html -share/doc/HTML/en/kicker/run-applet.html -share/doc/HTML/en/kicker/run-command.html +share/doc/HTML/en/kicker/recent_docs_icon.png share/doc/HTML/en/kicker/screenshot_left.png share/doc/HTML/en/kicker/screenshot_right.png -share/doc/HTML/en/kicker/systemtray-applet.html -share/doc/HTML/en/kicker/using-kicker.html +share/doc/HTML/en/kicker/taskbar_group.png +share/doc/HTML/en/kicker/terminals_icon.png share/doc/HTML/en/kicker/windowlist_icon.png -share/doc/HTML/en/klipper/.anchors -share/doc/HTML/en/klipper/actions.html +share/doc/HTML/en/kioslave/audiocd.docbook +share/doc/HTML/en/kioslave/bzip.docbook +share/doc/HTML/en/kioslave/bzip2.docbook +share/doc/HTML/en/kioslave/common +share/doc/HTML/en/kioslave/file.docbook +share/doc/HTML/en/kioslave/finger.docbook +share/doc/HTML/en/kioslave/floppy.docbook +share/doc/HTML/en/kioslave/ftp.docbook +share/doc/HTML/en/kioslave/gopher.docbook +share/doc/HTML/en/kioslave/gzip.docbook +share/doc/HTML/en/kioslave/help.docbook +share/doc/HTML/en/kioslave/http.docbook +share/doc/HTML/en/kioslave/https.docbook +share/doc/HTML/en/kioslave/imap.docbook +share/doc/HTML/en/kioslave/imaps.docbook +share/doc/HTML/en/kioslave/index.cache.bz2 +share/doc/HTML/en/kioslave/index.docbook +share/doc/HTML/en/kioslave/info.docbook +share/doc/HTML/en/kioslave/lan.docbook +share/doc/HTML/en/kioslave/ldap.docbook +share/doc/HTML/en/kioslave/mailto.docbook +share/doc/HTML/en/kioslave/man.docbook +share/doc/HTML/en/kioslave/news.docbook +share/doc/HTML/en/kioslave/nfs.docbook +share/doc/HTML/en/kioslave/nntp.docbook +share/doc/HTML/en/kioslave/pop3.docbook +share/doc/HTML/en/kioslave/pop3s.docbook +share/doc/HTML/en/kioslave/rlan.docbook +share/doc/HTML/en/kioslave/rlogin.docbook +share/doc/HTML/en/kioslave/smb.docbook +share/doc/HTML/en/kioslave/tar.docbook +share/doc/HTML/en/kioslave/telnet.docbook +share/doc/HTML/en/kioslave/thumbnail.docbook share/doc/HTML/en/klipper/common -share/doc/HTML/en/klipper/compilation.html -share/doc/HTML/en/klipper/configuration.html -share/doc/HTML/en/klipper/credits.html +share/doc/HTML/en/klipper/index.cache.bz2 share/doc/HTML/en/klipper/index.docbook -share/doc/HTML/en/klipper/index.html -share/doc/HTML/en/klipper/installation.html -share/doc/HTML/en/klipper/introduction.html -share/doc/HTML/en/klipper/requirements.html share/doc/HTML/en/klipper/screenshot.png -share/doc/HTML/en/klipper/using-klipper.html -share/doc/HTML/en/kmenuedit/.anchors share/doc/HTML/en/kmenuedit/common -share/doc/HTML/en/kmenuedit/compilation.html -share/doc/HTML/en/kmenuedit/credits.html -share/doc/HTML/en/kmenuedit/details-advanced.html -share/doc/HTML/en/kmenuedit/glossary.html share/doc/HTML/en/kmenuedit/i_copy.png share/doc/HTML/en/kmenuedit/i_cut.png share/doc/HTML/en/kmenuedit/i_delete.png @@ -1502,163 +1545,141 @@ share/doc/HTML/en/kmenuedit/i_new_submenu.png share/doc/HTML/en/kmenuedit/i_paste.png share/doc/HTML/en/kmenuedit/icon_sets.png share/doc/HTML/en/kmenuedit/icons.png +share/doc/HTML/en/kmenuedit/index.cache.bz2 share/doc/HTML/en/kmenuedit/index.docbook -share/doc/HTML/en/kmenuedit/index.html -share/doc/HTML/en/kmenuedit/installation.html -share/doc/HTML/en/kmenuedit/introduction.html -share/doc/HTML/en/kmenuedit/menu-reference.html -share/doc/HTML/en/kmenuedit/using-kmenuedit.html -share/doc/HTML/en/konqueror/.anchors -share/doc/HTML/en/konqueror/basics.html -share/doc/HTML/en/konqueror/bookmarks.html -share/doc/HTML/en/konqueror/browser.html -share/doc/HTML/en/konqueror/bubble.html share/doc/HTML/en/konqueror/cmndline.png -share/doc/HTML/en/konqueror/commandline.html -share/doc/HTML/en/konqueror/commands.html share/doc/HTML/en/konqueror/common -share/doc/HTML/en/konqueror/config.html -share/doc/HTML/en/konqueror/configfm.html -share/doc/HTML/en/konqueror/configure-browser.html -share/doc/HTML/en/konqueror/configure-enhanced-browsing.html -share/doc/HTML/en/konqueror/configure-proxy.html -share/doc/HTML/en/konqueror/configure-user-agent.html -share/doc/HTML/en/konqueror/cookies.html -share/doc/HTML/en/konqueror/credits.html -share/doc/HTML/en/konqueror/crypto.html -share/doc/HTML/en/konqueror/deleting.html share/doc/HTML/en/konqueror/dirtree.png share/doc/HTML/en/konqueror/dragdrop.png -share/doc/HTML/en/konqueror/faq.html -share/doc/HTML/en/konqueror/file-associations.html -share/doc/HTML/en/konqueror/filemanager.html share/doc/HTML/en/konqueror/filetype1.png share/doc/HTML/en/konqueror/filetype3.png share/doc/HTML/en/konqueror/filetype4.png -share/doc/HTML/en/konqueror/ftp.html +share/doc/HTML/en/konqueror/index.cache.bz2 share/doc/HTML/en/konqueror/index.docbook -share/doc/HTML/en/konqueror/index.html -share/doc/HTML/en/konqueror/installation.html share/doc/HTML/en/konqueror/konqorg.png -share/doc/HTML/en/konqueror/lmb-mmb.html -share/doc/HTML/en/konqueror/making.html -share/doc/HTML/en/konqueror/man-info.html -share/doc/HTML/en/konqueror/moving.html -share/doc/HTML/en/konqueror/multiple.html -share/doc/HTML/en/konqueror/newname.html -share/doc/HTML/en/konqueror/parts.html share/doc/HTML/en/konqueror/parts.png -share/doc/HTML/en/konqueror/plugin.html -share/doc/HTML/en/konqueror/rmb-menus.html share/doc/HTML/en/konqueror/samba.png -share/doc/HTML/en/konqueror/save-print-web.html -share/doc/HTML/en/konqueror/save-settings.html -share/doc/HTML/en/konqueror/surf.html -share/doc/HTML/en/konsole/.anchors -share/doc/HTML/en/konsole/command-line-options.html share/doc/HTML/en/konsole/common -share/doc/HTML/en/konsole/credits.html -share/doc/HTML/en/konsole/history-option.html +share/doc/HTML/en/konsole/index.cache.bz2 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/konsole.png share/doc/HTML/en/konsole/konsole1.gif share/doc/HTML/en/konsole/konsole2.gif -share/doc/HTML/en/konsole/menubar.html -share/doc/HTML/en/konsole/mousebuttons.html share/doc/HTML/en/konsole/techref.html -share/doc/HTML/en/konsole/toolbar.html -share/doc/HTML/en/konsole/use-of-konsole.html share/doc/HTML/en/konsole/vt100.gif -share/doc/HTML/en/kpager/.anchors -share/doc/HTML/en/kpager/commands.html share/doc/HTML/en/kpager/common -share/doc/HTML/en/kpager/compilation.html -share/doc/HTML/en/kpager/credits.html -share/doc/HTML/en/kpager/faq.html +share/doc/HTML/en/kpager/index.cache.bz2 share/doc/HTML/en/kpager/index.docbook -share/doc/HTML/en/kpager/index.html -share/doc/HTML/en/kpager/installation.html -share/doc/HTML/en/kpager/introduction.html -share/doc/HTML/en/kpager/kapp-settings.html -share/doc/HTML/en/kpager/requirements.html share/doc/HTML/en/kpager/screenshot.png share/doc/HTML/en/kpager/settings.png -share/doc/HTML/en/kpager/using-kapp.html -share/doc/HTML/en/ksysguard/.anchors share/doc/HTML/en/ksysguard/common -share/doc/HTML/en/ksysguard/compilationandinstallation.html -share/doc/HTML/en/ksysguard/credits-and-licenses.html +share/doc/HTML/en/ksysguard/index.cache.bz2 share/doc/HTML/en/ksysguard/index.docbook -share/doc/HTML/en/ksysguard/index.html -share/doc/HTML/en/ksysguard/installation.html -share/doc/HTML/en/ksysguard/introduction.html -share/doc/HTML/en/ksysguard/requirements.html -share/doc/HTML/en/ksysguard/the-sensor-browser.html -share/doc/HTML/en/ksysguard/the-workspace.html -share/doc/HTML/en/ksysguard/usingtheksysguard.html -share/doc/HTML/en/kwrite/.anchors -share/doc/HTML/en/kwrite/command-line-options.html share/doc/HTML/en/kwrite/common -share/doc/HTML/en/kwrite/credits.html -share/doc/HTML/en/kwrite/edit.html -share/doc/HTML/en/kwrite/go.html -share/doc/HTML/en/kwrite/help.html +share/doc/HTML/en/kwrite/index.cache.bz2 share/doc/HTML/en/kwrite/index.docbook -share/doc/HTML/en/kwrite/index.html -share/doc/HTML/en/kwrite/installation.html -share/doc/HTML/en/kwrite/introduction.html -share/doc/HTML/en/kwrite/keybindings.html -share/doc/HTML/en/kwrite/on-screen-fundamentals.html -share/doc/HTML/en/kwrite/pref-dialog.html -share/doc/HTML/en/kwrite/pref-edit.html -share/doc/HTML/en/kwrite/pref-highlighting.html -share/doc/HTML/en/kwrite/pref-indent.html -share/doc/HTML/en/kwrite/pref-select.html -share/doc/HTML/en/kwrite/prefspellchecker.html -share/doc/HTML/en/kwrite/settings.html -share/doc/HTML/en/kwrite/the-menu-entries.html -share/doc/HTML/en/kwrite/tools.html -share/doc/HTML/en/no-html.html share/fonts/9x15.pcf.gz share/fonts/console8x16.pcf.gz share/fonts/console8x8.pcf.gz share/fonts/fonts.dir share/fonts/override/fonts.dir +share/icons/hicolor/16x16/actions/view_choose.png +share/icons/hicolor/16x16/actions/view_detailed.png +share/icons/hicolor/16x16/actions/view_icon.png +share/icons/hicolor/16x16/actions/view_multicolumn.png +share/icons/hicolor/16x16/actions/view_text.png +share/icons/hicolor/16x16/actions/view_tree.png +share/icons/hicolor/16x16/apps/access.png +share/icons/hicolor/16x16/apps/acroread.png +share/icons/hicolor/16x16/apps/agent.png +share/icons/hicolor/16x16/apps/alevt.png +share/icons/hicolor/16x16/apps/applixware.png +share/icons/hicolor/16x16/apps/arts.png share/icons/hicolor/16x16/apps/background.png share/icons/hicolor/16x16/apps/bell.png +share/icons/hicolor/16x16/apps/blender.png +share/icons/hicolor/16x16/apps/clock.png +share/icons/hicolor/16x16/apps/colors.png share/icons/hicolor/16x16/apps/cookie.png +share/icons/hicolor/16x16/apps/date.png +share/icons/hicolor/16x16/apps/designer.png +share/icons/hicolor/16x16/apps/dlgedit.png +share/icons/hicolor/16x16/apps/emacs.png share/icons/hicolor/16x16/apps/email.png share/icons/hicolor/16x16/apps/energy.png +share/icons/hicolor/16x16/apps/energy_star.png share/icons/hicolor/16x16/apps/enhanced_browsing.png +share/icons/hicolor/16x16/apps/filetypes.png +share/icons/hicolor/16x16/apps/fonts.png +share/icons/hicolor/16x16/apps/gimp.png share/icons/hicolor/16x16/apps/go.png +share/icons/hicolor/16x16/apps/gv.png +share/icons/hicolor/16x16/apps/gvim.png +share/icons/hicolor/16x16/apps/help_index.png share/icons/hicolor/16x16/apps/hwinfo.png +share/icons/hicolor/16x16/apps/icons.png +share/icons/hicolor/16x16/apps/iconthemes.png share/icons/hicolor/16x16/apps/input_devices_settings.png +share/icons/hicolor/16x16/apps/kaddressbook.png share/icons/hicolor/16x16/apps/kappfinder.png +share/icons/hicolor/16x16/apps/kate.png +share/icons/hicolor/16x16/apps/kcmdevices.png +share/icons/hicolor/16x16/apps/kcmkicker.png share/icons/hicolor/16x16/apps/kcmkwm.png +share/icons/hicolor/16x16/apps/kcmmemory.png +share/icons/hicolor/16x16/apps/kcmmidi.png +share/icons/hicolor/16x16/apps/kcmpartitions.png +share/icons/hicolor/16x16/apps/kcmpci.png +share/icons/hicolor/16x16/apps/kcmprocessor.png +share/icons/hicolor/16x16/apps/kcmscsi.png +share/icons/hicolor/16x16/apps/kcmsound.png share/icons/hicolor/16x16/apps/kcmsystem.png +share/icons/hicolor/16x16/apps/kcmx.png share/icons/hicolor/16x16/apps/kcontrol.png +share/icons/hicolor/16x16/apps/kdeprintfax.png share/icons/hicolor/16x16/apps/kdisknav.png +share/icons/hicolor/16x16/apps/kdmconfig.png share/icons/hicolor/16x16/apps/keditbookmarks.png +share/icons/hicolor/16x16/apps/key_bindings.png +share/icons/hicolor/16x16/apps/keyboard.png +share/icons/hicolor/16x16/apps/keyboard_layout.png share/icons/hicolor/16x16/apps/kfm.png share/icons/hicolor/16x16/apps/kfm_home.png share/icons/hicolor/16x16/apps/khelpcenter.png +share/icons/hicolor/16x16/apps/kicker.png +share/icons/hicolor/16x16/apps/kjobviewer.png share/icons/hicolor/16x16/apps/klipper.png +share/icons/hicolor/16x16/apps/kmenuedit.png +share/icons/hicolor/16x16/apps/knotify.png share/icons/hicolor/16x16/apps/konqueror.png share/icons/hicolor/16x16/apps/konsole.png +share/icons/hicolor/16x16/apps/kpager.png +share/icons/hicolor/16x16/apps/kpersonalizer.png share/icons/hicolor/16x16/apps/kscreensaver.png share/icons/hicolor/16x16/apps/ksysguard.png +share/icons/hicolor/16x16/apps/kthememgr.png share/icons/hicolor/16x16/apps/ktip.png +share/icons/hicolor/16x16/apps/kwin.png share/icons/hicolor/16x16/apps/kwrite.png +share/icons/hicolor/16x16/apps/licq.png share/icons/hicolor/16x16/apps/locale.png share/icons/hicolor/16x16/apps/looknfeel.png +share/icons/hicolor/16x16/apps/lyx.png +share/icons/hicolor/16x16/apps/mathematica.png +share/icons/hicolor/16x16/apps/mouse.png +share/icons/hicolor/16x16/apps/mozilla.png share/icons/hicolor/16x16/apps/multimedia.png +share/icons/hicolor/16x16/apps/nedit.png share/icons/hicolor/16x16/apps/netscape.png share/icons/hicolor/16x16/apps/package_applications.png share/icons/hicolor/16x16/apps/package_development.png share/icons/hicolor/16x16/apps/package_editors.png +share/icons/hicolor/16x16/apps/package_favourite.png +share/icons/hicolor/16x16/apps/package_games.png +share/icons/hicolor/16x16/apps/package_games_arcade.png +share/icons/hicolor/16x16/apps/package_games_board.png +share/icons/hicolor/16x16/apps/package_games_card.png +share/icons/hicolor/16x16/apps/package_games_strategy.png share/icons/hicolor/16x16/apps/package_graphics.png share/icons/hicolor/16x16/apps/package_multimedia.png share/icons/hicolor/16x16/apps/package_network.png @@ -1667,25 +1688,41 @@ share/icons/hicolor/16x16/apps/package_system.png share/icons/hicolor/16x16/apps/package_toys.png share/icons/hicolor/16x16/apps/package_utilities.png share/icons/hicolor/16x16/apps/package_wordprocessing.png +share/icons/hicolor/16x16/apps/panel.png +share/icons/hicolor/16x16/apps/panel_settings.png +share/icons/hicolor/16x16/apps/password.png +share/icons/hicolor/16x16/apps/penguin.png +share/icons/hicolor/16x16/apps/personal.png +share/icons/hicolor/16x16/apps/plan.png +share/icons/hicolor/16x16/apps/printmgr.png +share/icons/hicolor/16x16/apps/proxy.png share/icons/hicolor/16x16/apps/pybliographic.png share/icons/hicolor/16x16/apps/realplayer.png share/icons/hicolor/16x16/apps/remote.png share/icons/hicolor/16x16/apps/samba.png share/icons/hicolor/16x16/apps/style.png +share/icons/hicolor/16x16/apps/stylesheet.png +share/icons/hicolor/16x16/apps/terminal.png +share/icons/hicolor/16x16/apps/usb.png +share/icons/hicolor/16x16/apps/wabi.png share/icons/hicolor/16x16/apps/window_list.png -share/icons/hicolor/16x16/devices/3floppy_mount.png -share/icons/hicolor/16x16/devices/3floppy_unmount.png -share/icons/hicolor/16x16/devices/cdaudio_mount.png -share/icons/hicolor/16x16/devices/cdaudio_unmount.png -share/icons/hicolor/16x16/devices/cdrom_mount.png -share/icons/hicolor/16x16/devices/cdrom_unmount.png -share/icons/hicolor/16x16/devices/dvd_mount.png -share/icons/hicolor/16x16/devices/dvd_unmount.png -share/icons/hicolor/16x16/devices/hdd_mount.png -share/icons/hicolor/16x16/devices/hdd_unmount.png -share/icons/hicolor/16x16/devices/nfs_mount.png -share/icons/hicolor/16x16/devices/nfs_unmount.png -share/icons/hicolor/16x16/devices/printer1.png +share/icons/hicolor/16x16/apps/winprops.png +share/icons/hicolor/16x16/apps/wp.png +share/icons/hicolor/16x16/apps/xcalc.png +share/icons/hicolor/16x16/apps/xclipboard.png +share/icons/hicolor/16x16/apps/xclock.png +share/icons/hicolor/16x16/apps/xconsole.png +share/icons/hicolor/16x16/apps/xedit.png +share/icons/hicolor/16x16/apps/xemacs.png +share/icons/hicolor/16x16/apps/xeyes.png +share/icons/hicolor/16x16/apps/xfig.png +share/icons/hicolor/16x16/apps/xfmail.png +share/icons/hicolor/16x16/apps/xload.png +share/icons/hicolor/16x16/apps/xmag.png +share/icons/hicolor/16x16/apps/xmms.png +share/icons/hicolor/16x16/apps/xosview.png +share/icons/hicolor/16x16/apps/xpaint.png +share/icons/hicolor/16x16/apps/xv.png share/icons/hicolor/16x16/filesystems/file_important.png share/icons/hicolor/16x16/filesystems/folder_important.png share/icons/hicolor/22x22/actions/view_choose.png @@ -1703,27 +1740,41 @@ share/icons/hicolor/32x32/actions/view_tree.png share/icons/hicolor/32x32/apps/access.png share/icons/hicolor/32x32/apps/acroread.png share/icons/hicolor/32x32/apps/agent.png +share/icons/hicolor/32x32/apps/alevt.png +share/icons/hicolor/32x32/apps/applixware.png +share/icons/hicolor/32x32/apps/background.png share/icons/hicolor/32x32/apps/bell.png share/icons/hicolor/32x32/apps/blender.png +share/icons/hicolor/32x32/apps/clanbomber.png share/icons/hicolor/32x32/apps/clock.png share/icons/hicolor/32x32/apps/colors.png share/icons/hicolor/32x32/apps/cookie.png share/icons/hicolor/32x32/apps/date.png share/icons/hicolor/32x32/apps/designer.png +share/icons/hicolor/32x32/apps/dlgedit.png share/icons/hicolor/32x32/apps/emacs.png share/icons/hicolor/32x32/apps/email.png share/icons/hicolor/32x32/apps/energy.png +share/icons/hicolor/32x32/apps/energy_star.png share/icons/hicolor/32x32/apps/enhanced_browsing.png +share/icons/hicolor/32x32/apps/error.png share/icons/hicolor/32x32/apps/filetypes.png share/icons/hicolor/32x32/apps/fonts.png +share/icons/hicolor/32x32/apps/gimp.png share/icons/hicolor/32x32/apps/go.png +share/icons/hicolor/32x32/apps/gv.png +share/icons/hicolor/32x32/apps/gvim.png share/icons/hicolor/32x32/apps/help_index.png share/icons/hicolor/32x32/apps/hwinfo.png share/icons/hicolor/32x32/apps/icons.png share/icons/hicolor/32x32/apps/iconthemes.png +share/icons/hicolor/32x32/apps/input_devices_settings.png +share/icons/hicolor/32x32/apps/kaddressbook.png share/icons/hicolor/32x32/apps/kappfinder.png +share/icons/hicolor/32x32/apps/kate.png share/icons/hicolor/32x32/apps/kcmdevices.png share/icons/hicolor/32x32/apps/kcmdrkonqi.png +share/icons/hicolor/32x32/apps/kcmkicker.png share/icons/hicolor/32x32/apps/kcmkwm.png share/icons/hicolor/32x32/apps/kcmmemory.png share/icons/hicolor/32x32/apps/kcmmidi.png @@ -1735,36 +1786,48 @@ share/icons/hicolor/32x32/apps/kcmsound.png share/icons/hicolor/32x32/apps/kcmsystem.png share/icons/hicolor/32x32/apps/kcmx.png share/icons/hicolor/32x32/apps/kcontrol.png +share/icons/hicolor/32x32/apps/kdeprintfax.png share/icons/hicolor/32x32/apps/kdisknav.png share/icons/hicolor/32x32/apps/kdmconfig.png share/icons/hicolor/32x32/apps/keditbookmarks.png share/icons/hicolor/32x32/apps/key_bindings.png +share/icons/hicolor/32x32/apps/keyboard.png share/icons/hicolor/32x32/apps/keyboard_layout.png share/icons/hicolor/32x32/apps/kfm.png share/icons/hicolor/32x32/apps/kfm_home.png share/icons/hicolor/32x32/apps/khelpcenter.png +share/icons/hicolor/32x32/apps/kjobviewer.png share/icons/hicolor/32x32/apps/klipper.png share/icons/hicolor/32x32/apps/kmenuedit.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/kpager.png +share/icons/hicolor/32x32/apps/kpersonalizer.png share/icons/hicolor/32x32/apps/kscreensaver.png share/icons/hicolor/32x32/apps/ksysguard.png share/icons/hicolor/32x32/apps/kthememgr.png share/icons/hicolor/32x32/apps/ktip.png share/icons/hicolor/32x32/apps/kwin.png share/icons/hicolor/32x32/apps/kwrite.png +share/icons/hicolor/32x32/apps/licq.png share/icons/hicolor/32x32/apps/locale.png share/icons/hicolor/32x32/apps/looknfeel.png +share/icons/hicolor/32x32/apps/lyx.png +share/icons/hicolor/32x32/apps/mathematica.png share/icons/hicolor/32x32/apps/mouse.png share/icons/hicolor/32x32/apps/multimedia.png +share/icons/hicolor/32x32/apps/nedit.png share/icons/hicolor/32x32/apps/netscape.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_games_arcade.png +share/icons/hicolor/32x32/apps/package_games_board.png +share/icons/hicolor/32x32/apps/package_games_card.png +share/icons/hicolor/32x32/apps/package_games_strategy.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 @@ -1774,44 +1837,41 @@ share/icons/hicolor/32x32/apps/package_toys.png share/icons/hicolor/32x32/apps/package_utilities.png share/icons/hicolor/32x32/apps/package_wordprocessing.png share/icons/hicolor/32x32/apps/password.png +share/icons/hicolor/32x32/apps/penguin.png +share/icons/hicolor/32x32/apps/personal.png +share/icons/hicolor/32x32/apps/plan.png +share/icons/hicolor/32x32/apps/printmgr.png share/icons/hicolor/32x32/apps/proxy.png share/icons/hicolor/32x32/apps/pybliographic.png +share/icons/hicolor/32x32/apps/pysol.png share/icons/hicolor/32x32/apps/realplayer.png +share/icons/hicolor/32x32/apps/samba.png share/icons/hicolor/32x32/apps/style.png +share/icons/hicolor/32x32/apps/stylesheet.png share/icons/hicolor/32x32/apps/terminal.png +share/icons/hicolor/32x32/apps/usb.png +share/icons/hicolor/32x32/apps/wabi.png share/icons/hicolor/32x32/apps/window_list.png share/icons/hicolor/32x32/apps/winprops.png +share/icons/hicolor/32x32/apps/wp.png +share/icons/hicolor/32x32/apps/x.png share/icons/hicolor/32x32/apps/xapp.png share/icons/hicolor/32x32/apps/xawtv.png +share/icons/hicolor/32x32/apps/xcalc.png +share/icons/hicolor/32x32/apps/xclipboard.png +share/icons/hicolor/32x32/apps/xclock.png +share/icons/hicolor/32x32/apps/xconsole.png share/icons/hicolor/32x32/apps/xedit.png share/icons/hicolor/32x32/apps/xemacs.png +share/icons/hicolor/32x32/apps/xeyes.png +share/icons/hicolor/32x32/apps/xfig.png +share/icons/hicolor/32x32/apps/xfmail.png +share/icons/hicolor/32x32/apps/xload.png share/icons/hicolor/32x32/apps/xmag.png +share/icons/hicolor/32x32/apps/xmms.png +share/icons/hicolor/32x32/apps/xosview.png +share/icons/hicolor/32x32/apps/xpaint.png share/icons/hicolor/32x32/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/32x32/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/32x32/devices/dvd_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/nfs_mount.png -share/icons/hicolor/32x32/devices/nfs_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/32x32/filesystems/file_important.png share/icons/hicolor/32x32/filesystems/folder_important.png share/icons/hicolor/48x48/apps/access.png @@ -1826,6 +1886,7 @@ share/icons/hicolor/48x48/apps/designer.png share/icons/hicolor/48x48/apps/emacs.png share/icons/hicolor/48x48/apps/email.png share/icons/hicolor/48x48/apps/energy.png +share/icons/hicolor/48x48/apps/energy_star.png share/icons/hicolor/48x48/apps/enhanced_browsing.png share/icons/hicolor/48x48/apps/filetypes.png share/icons/hicolor/48x48/apps/fonts.png @@ -1836,7 +1897,9 @@ share/icons/hicolor/48x48/apps/help_index.png share/icons/hicolor/48x48/apps/hwinfo.png share/icons/hicolor/48x48/apps/icons.png share/icons/hicolor/48x48/apps/iconthemes.png +share/icons/hicolor/48x48/apps/input_devices_settings.png share/icons/hicolor/48x48/apps/kappfinder.png +share/icons/hicolor/48x48/apps/kate.png share/icons/hicolor/48x48/apps/kcmdevices.png share/icons/hicolor/48x48/apps/kcmdrkonqi.png share/icons/hicolor/48x48/apps/kcmkwm.png @@ -1868,6 +1931,7 @@ share/icons/hicolor/48x48/apps/kthememgr.png share/icons/hicolor/48x48/apps/ktip.png share/icons/hicolor/48x48/apps/kwin.png share/icons/hicolor/48x48/apps/kwrite.png +share/icons/hicolor/48x48/apps/licq.png share/icons/hicolor/48x48/apps/locale.png share/icons/hicolor/48x48/apps/looknfeel.png share/icons/hicolor/48x48/apps/mouse.png @@ -1878,6 +1942,10 @@ 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_games_arcade.png +share/icons/hicolor/48x48/apps/package_games_board.png +share/icons/hicolor/48x48/apps/package_games_card.png +share/icons/hicolor/48x48/apps/package_games_strategy.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 @@ -1887,321 +1955,24 @@ share/icons/hicolor/48x48/apps/package_toys.png share/icons/hicolor/48x48/apps/package_utilities.png share/icons/hicolor/48x48/apps/package_wordprocessing.png share/icons/hicolor/48x48/apps/password.png +share/icons/hicolor/48x48/apps/personal.png share/icons/hicolor/48x48/apps/proxy.png share/icons/hicolor/48x48/apps/remote.png share/icons/hicolor/48x48/apps/samba.png share/icons/hicolor/48x48/apps/style.png +share/icons/hicolor/48x48/apps/stylesheet.png share/icons/hicolor/48x48/apps/terminal.png +share/icons/hicolor/48x48/apps/usb.png share/icons/hicolor/48x48/apps/window_list.png share/icons/hicolor/48x48/apps/winprops.png share/icons/hicolor/48x48/apps/xedit.png share/icons/hicolor/48x48/apps/xemacs.png share/icons/hicolor/48x48/apps/xmag.png share/icons/hicolor/48x48/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/48x48/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/48x48/devices/dvd_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/nfs_mount.png -share/icons/hicolor/48x48/devices/nfs_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/hicolor/48x48/filesystems/file_important.png share/icons/hicolor/48x48/filesystems/folder_important.png -share/icons/locolor/16x16/actions/bookmark_folder.png -share/icons/locolor/16x16/actions/view_choose.png -share/icons/locolor/16x16/actions/view_detailed.png -share/icons/locolor/16x16/actions/view_icon.png -share/icons/locolor/16x16/actions/view_multicolumn.png -share/icons/locolor/16x16/actions/view_text.png -share/icons/locolor/16x16/actions/view_tree.png -share/icons/locolor/16x16/apps/access.png -share/icons/locolor/16x16/apps/acroread.png -share/icons/locolor/16x16/apps/agent.png -share/icons/locolor/16x16/apps/alevt.png -share/icons/locolor/16x16/apps/applixware.png -share/icons/locolor/16x16/apps/arts.png -share/icons/locolor/16x16/apps/background.png share/icons/locolor/16x16/apps/bell.png -share/icons/locolor/16x16/apps/blender.png -share/icons/locolor/16x16/apps/clock.png -share/icons/locolor/16x16/apps/colors.png -share/icons/locolor/16x16/apps/cookie.png -share/icons/locolor/16x16/apps/date.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/enhanced_browsing.png -share/icons/locolor/16x16/apps/filetypes.png -share/icons/locolor/16x16/apps/fonts.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/help_index.png -share/icons/locolor/16x16/apps/hwinfo.png -share/icons/locolor/16x16/apps/icons.png -share/icons/locolor/16x16/apps/iconthemes.png -share/icons/locolor/16x16/apps/input_devices_settings.png -share/icons/locolor/16x16/apps/kappfinder.png -share/icons/locolor/16x16/apps/kcmdevices.png -share/icons/locolor/16x16/apps/kcmdrkonqi.png -share/icons/locolor/16x16/apps/kcmkicker.png -share/icons/locolor/16x16/apps/kcmkwm.png -share/icons/locolor/16x16/apps/kcmmemory.png -share/icons/locolor/16x16/apps/kcmmidi.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/kcmsystem.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/keditbookmarks.png -share/icons/locolor/16x16/apps/key_bindings.png -share/icons/locolor/16x16/apps/keyboard.png -share/icons/locolor/16x16/apps/keyboard_layout.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/kicker.png -share/icons/locolor/16x16/apps/klipper.png -share/icons/locolor/16x16/apps/kmenuedit.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/kpager.png -share/icons/locolor/16x16/apps/kscreensaver.png -share/icons/locolor/16x16/apps/ksysguard.png -share/icons/locolor/16x16/apps/kthememgr.png -share/icons/locolor/16x16/apps/ktip.png -share/icons/locolor/16x16/apps/kwin.png -share/icons/locolor/16x16/apps/kwrite.png -share/icons/locolor/16x16/apps/locale.png -share/icons/locolor/16x16/apps/looknfeel.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/mozilla.png -share/icons/locolor/16x16/apps/multimedia.png -share/icons/locolor/16x16/apps/nedit.png -share/icons/locolor/16x16/apps/netscape.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/password.png -share/icons/locolor/16x16/apps/penguin.png -share/icons/locolor/16x16/apps/plan.png -share/icons/locolor/16x16/apps/proxy.png -share/icons/locolor/16x16/apps/pybliographic.png -share/icons/locolor/16x16/apps/realplayer.png -share/icons/locolor/16x16/apps/remote.png -share/icons/locolor/16x16/apps/samba.png -share/icons/locolor/16x16/apps/style.png -share/icons/locolor/16x16/apps/terminal.png -share/icons/locolor/16x16/apps/wabi.png -share/icons/locolor/16x16/apps/window_list.png -share/icons/locolor/16x16/apps/winprops.png -share/icons/locolor/16x16/apps/wp.png -share/icons/locolor/16x16/apps/xapp.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/xmag.png -share/icons/locolor/16x16/apps/xosview.png -share/icons/locolor/16x16/apps/xpaint.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/access.png -share/icons/locolor/32x32/apps/acroread.png -share/icons/locolor/32x32/apps/agent.png -share/icons/locolor/32x32/apps/alevt.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/blender.png -share/icons/locolor/32x32/apps/clanbomber.png -share/icons/locolor/32x32/apps/clock.png -share/icons/locolor/32x32/apps/colors.png -share/icons/locolor/32x32/apps/cookie.png -share/icons/locolor/32x32/apps/date.png -share/icons/locolor/32x32/apps/dlgedit.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/enhanced_browsing.png -share/icons/locolor/32x32/apps/error.png -share/icons/locolor/32x32/apps/filetypes.png -share/icons/locolor/32x32/apps/fonts.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/help_index.png -share/icons/locolor/32x32/apps/hwinfo.png -share/icons/locolor/32x32/apps/icons.png -share/icons/locolor/32x32/apps/iconthemes.png -share/icons/locolor/32x32/apps/input_devices_settings.png -share/icons/locolor/32x32/apps/kappfinder.png -share/icons/locolor/32x32/apps/kcmdevices.png -share/icons/locolor/32x32/apps/kcmdrkonqi.png -share/icons/locolor/32x32/apps/kcmkicker.png -share/icons/locolor/32x32/apps/kcmkwm.png -share/icons/locolor/32x32/apps/kcmmemory.png -share/icons/locolor/32x32/apps/kcmmidi.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/kcmsystem.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/key_bindings.png -share/icons/locolor/32x32/apps/keyboard.png -share/icons/locolor/32x32/apps/keyboard_layout.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/klipper.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/kpager.png -share/icons/locolor/32x32/apps/kscreensaver.png -share/icons/locolor/32x32/apps/ksysguard.png -share/icons/locolor/32x32/apps/kthememgr.png -share/icons/locolor/32x32/apps/ktip.png -share/icons/locolor/32x32/apps/kwin.png -share/icons/locolor/32x32/apps/kwrite.png -share/icons/locolor/32x32/apps/locale.png -share/icons/locolor/32x32/apps/looknfeel.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/multimedia.png -share/icons/locolor/32x32/apps/nedit.png -share/icons/locolor/32x32/apps/netscape.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/plan.png -share/icons/locolor/32x32/apps/proxy.png -share/icons/locolor/32x32/apps/pybliographic.png -share/icons/locolor/32x32/apps/pysol.png -share/icons/locolor/32x32/apps/realplayer.png -share/icons/locolor/32x32/apps/samba.png -share/icons/locolor/32x32/apps/style.png -share/icons/locolor/32x32/apps/terminal.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/xapp.png -share/icons/locolor/32x32/apps/xawtv.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/xload.png -share/icons/locolor/32x32/apps/xmag.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/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 @@ -2216,6 +1987,8 @@ 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/az/entry.desktop +share/locale/l10n/az/flag.png share/locale/l10n/bb/entry.desktop share/locale/l10n/bb/flag.png share/locale/l10n/be/entry.desktop @@ -2299,9 +2072,10 @@ share/locale/l10n/lv/entry.desktop share/locale/l10n/lv/flag.png share/locale/l10n/mk/entry.desktop share/locale/l10n/mk/flag.png +share/locale/l10n/mt/entry.desktop +share/locale/l10n/mt/flag.png share/locale/l10n/mx/entry.desktop share/locale/l10n/mx/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 @@ -2358,20 +2132,23 @@ share/locale/l10n/westeurope.desktop share/locale/l10n/za/entry.desktop share/locale/l10n/za/flag.png share/mimelnk/application/x-konsole.desktop +share/mimelnk/application/x-ksysguard.desktop share/mimelnk/application/x-ktheme.desktop share/services/bzip.protocol share/services/bzip2.protocol share/services/finger.protocol share/services/floppy.protocol share/services/gopher.protocol +share/services/gsthumbnail.desktop share/services/gzip.protocol -share/services/help.protocol share/services/htmlthumbnail.desktop share/services/imagethumbnail.desktop share/services/imap4.protocol share/services/imaps.protocol share/services/info.protocol share/services/kaccess.desktop +share/services/kate_component.desktop +share/services/kded/favicons.desktop share/services/kfindpart.desktop share/services/khelpcenter.desktop share/services/konq_aboutpage.desktop @@ -2379,6 +2156,7 @@ share/services/konq_detailedlistview.desktop share/services/konq_dirtree.desktop share/services/konq_iconview.desktop share/services/konq_multicolumnview.desktop +share/services/konq_sidebartng.desktop share/services/konq_textview.desktop share/services/konq_treeview.desktop share/services/konqueror.desktop @@ -2416,17 +2194,37 @@ share/services/searchproviders/realnames.desktop share/services/searchproviders/rpmfind.desktop share/services/searchproviders/seek.desktop share/services/searchproviders/thesaurus.desktop +share/services/searchproviders/vivisimo.desktop share/services/searchproviders/voila.desktop share/services/searchproviders/webster.desktop +share/services/searchproviders/whatis.desktop share/services/smb.protocol -share/services/smtp.protocol share/services/tar.protocol share/services/textthumbnail.desktop share/services/thumbnail.protocol +share/services/useragentstrings/ie401onwinnt4.desktop +share/services/useragentstrings/ie45onwinnt5.desktop +share/services/useragentstrings/ie501onwinnt5.desktop +share/services/useragentstrings/ie50onppc.desktop +share/services/useragentstrings/ie50onwin95.desktop +share/services/useragentstrings/ie55onwin98.desktop +share/services/useragentstrings/ie55onwinnt5.desktop +share/services/useragentstrings/lynxoncurrent.desktop +share/services/useragentstrings/mozm18oncurrent.desktop +share/services/useragentstrings/mozm18onwinnt4.desktop +share/services/useragentstrings/nn301oncurrent.desktop +share/services/useragentstrings/nn475oncurrent.desktop +share/services/useragentstrings/nn475onwin95.desktop +share/services/useragentstrings/nn476onppc.desktop +share/services/useragentstrings/op403onwinnt4.desktop +share/services/useragentstrings/w3moncurrent.desktop +share/services/useragentstrings/wgetoncurrent.desktop share/servicetypes/findpart.desktop +share/servicetypes/kate_servicetype.desktop share/servicetypes/konqaboutpage.desktop share/servicetypes/searchprovider.desktop share/servicetypes/thumbcreator.desktop +share/servicetypes/uasprovider.desktop share/sounds/KDE_Beep_Ahem.wav share/sounds/KDE_Beep_Beep.wav share/sounds/KDE_Beep_Bottles.wav @@ -2441,12 +2239,28 @@ share/sounds/KDE_Beep_RimShot.wav share/sounds/KDE_Beep_RingRing.wav share/sounds/KDE_Beep_ShortBeep.wav share/sounds/KDE_Beep_Yo.wav +share/sounds/KDE_Click.wav share/sounds/KDE_Close_Window.wav +share/sounds/KDE_Critical_Error.wav +share/sounds/KDE_Desktop1.wav +share/sounds/KDE_Desktop2.wav +share/sounds/KDE_Desktop3.wav +share/sounds/KDE_Desktop4.wav +share/sounds/KDE_Desktop5.wav +share/sounds/KDE_Desktop6.wav +share/sounds/KDE_Desktop7.wav +share/sounds/KDE_Desktop8.wav +share/sounds/KDE_Dialog_Appear.wav +share/sounds/KDE_Dialog_Disappear.wav +share/sounds/KDE_Error.wav share/sounds/KDE_Logout.wav +share/sounds/KDE_Notify.wav share/sounds/KDE_Startup.wav +share/sounds/KDE_Window_Close.wav share/sounds/KDE_Window_DeIconify.wav share/sounds/KDE_Window_Iconify.wav share/sounds/KDE_Window_Maximize.wav +share/sounds/KDE_Window_Open.wav share/sounds/KDE_Window_Shade_Down.wav share/sounds/KDE_Window_Shade_Up.wav share/sounds/KDE_Window_Sticky.wav @@ -2455,6 +2269,7 @@ share/sounds/KDE_Window_UnSticky.wav share/sounds/pop.wav share/templates/.source/CDROM-Device.desktop share/templates/.source/Floppy.desktop +share/templates/.source/HD.desktop share/templates/.source/HTMLFile.html share/templates/.source/Program.desktop share/templates/.source/TextFile.txt @@ -2464,6 +2279,7 @@ share/templates/HTMLFile.desktop share/templates/TextFile.desktop share/templates/linkCDROM.desktop share/templates/linkFloppy.desktop +share/templates/linkHD.desktop share/templates/linkProgram.desktop share/templates/linkURL.desktop share/wallpapers/All-Good-People-1.jpg @@ -2488,6 +2304,7 @@ share/wallpapers/Whirling_Spirit.jpg share/wallpapers/Won-Ton-Soup-3.jpg share/wallpapers/blue_angle_swirl.jpg share/wallpapers/bluegreencrisscross.jpg +share/wallpapers/default_blue.jpg share/wallpapers/gold_crinkle.jpg share/wallpapers/kdm_bg.jpg share/wallpapers/northbeach.jpg @@ -2495,11 +2312,15 @@ share/wallpapers/simple_wallpaper.jpg share/wallpapers/sunday_brunch.jpg share/wallpapers/vegetative_fog.jpg @dirrm share/wallpapers -@dirrm share/templates/.source/emptydir @dirrm share/templates/.source @dirrm share/templates @dirrm share/sounds +@dirrm share/servicetypes +@dirrm share/services/useragentstrings @dirrm share/services/searchproviders +@dirrm share/services/kded +@dirrm share/services +@dirrm share/mimelnk/application @dirrm share/locale/l10n/za @dirrm share/locale/l10n/ve @dirrm share/locale/l10n/vc @@ -2526,6 +2347,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/no @dirrm share/locale/l10n/nl @dirrm share/locale/l10n/mx +@dirrm share/locale/l10n/mt @dirrm share/locale/l10n/mk @dirrm share/locale/l10n/lv @dirrm share/locale/l10n/lu @@ -2566,6 +2388,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/bg @dirrm share/locale/l10n/be @dirrm share/locale/l10n/bb +@dirrm share/locale/l10n/az @dirrm share/locale/l10n/au @dirrm share/locale/l10n/at @dirrm share/locale/l10n/ar @@ -2573,16 +2396,18 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/C @dirrm share/locale/l10n @dirrm share/locale/C -@dirrm share/icons/locolor/32x32/devices +@dirrm share/locale @dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/16x16/devices @dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/hicolor/48x48/devices +@dirrm share/icons/hicolor/48x48/filesystems @dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/32x32/devices +@dirrm share/icons/hicolor/32x32/filesystems @dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/16x16/devices +@dirrm share/icons/hicolor/32x32/actions +@dirrm share/icons/hicolor/22x22/actions +@dirrm share/icons/hicolor/16x16/filesystems @dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16/actions @dirrm share/fonts/override @dirrm share/fonts @dirrm share/doc/HTML/en/kwrite @@ -2592,69 +2417,77 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/doc/HTML/en/konqueror @dirrm share/doc/HTML/en/kmenuedit @dirrm share/doc/HTML/en/klipper +@dirrm share/doc/HTML/en/kioslave @dirrm share/doc/HTML/en/kicker @dirrm share/doc/HTML/en/khelpcenter/visualdict @dirrm share/doc/HTML/en/khelpcenter/userguide @dirrm share/doc/HTML/en/khelpcenter/quickstart +@dirrm share/doc/HTML/en/khelpcenter/glossary @dirrm share/doc/HTML/en/khelpcenter/faq @dirrm share/doc/HTML/en/khelpcenter @dirrm share/doc/HTML/en/kdm @dirrm share/doc/HTML/en/kdesu +@dirrm share/doc/HTML/en/kdeprint @dirrm share/doc/HTML/en/kdebugdialog @dirrm share/doc/HTML/en/kcontrol +@dirrm share/doc/HTML/en/kate +@dirrm share/doc/HTML/en/kaddressbook +@dirrm share/doc/HTML/en +@dirrm share/config/kdm +@dirrm share/config @dirrm share/autostart @dirrm share/apps/naughtyapplet/pics @dirrm share/apps/naughtyapplet @dirrm share/apps/kwrite @dirrm share/apps/kwin/pics +@dirrm share/apps/kwin/icewm-themes @dirrm share/apps/kwin @dirrm share/apps/kthememgr/Themes @dirrm share/apps/kthememgr -@dirrm share/apps/ksysguard/icons/locolor/16x16/apps -@dirrm share/apps/ksysguard/icons/locolor/16x16 -@dirrm share/apps/ksysguard/icons/locolor -@dirrm share/apps/ksysguard/icons +@dirrm share/apps/ksysguard/pics @dirrm share/apps/ksysguard @dirrm share/apps/ksplash/pics/locolor @dirrm share/apps/ksplash/pics @dirrm share/apps/ksplash @dirrm share/apps/kscreensaver +@dirrm share/apps/kpersonalizer/pics +@dirrm share/apps/kpersonalizer @dirrm share/apps/konsole/pics @dirrm share/apps/konsole @dirrm share/apps/konqueror/tiles @dirrm share/apps/konqueror/profiles @dirrm share/apps/konqueror/pics -@dirrm share/apps/konqueror/icons/locolor/16x16/actions -@dirrm share/apps/konqueror/icons/locolor/16x16 -@dirrm share/apps/konqueror/icons/locolor -@dirrm share/apps/konqueror/icons/hicolor/32x32/actions -@dirrm share/apps/konqueror/icons/hicolor/32x32 -@dirrm share/apps/konqueror/icons/hicolor/22x22/actions -@dirrm share/apps/konqueror/icons/hicolor/22x22 @dirrm share/apps/konqueror/icons/hicolor/16x16/actions @dirrm share/apps/konqueror/icons/hicolor/16x16 -@dirrm share/apps/konqueror/icons/hicolor -@dirrm share/apps/konqueror/icons +@dirrm share/apps/konqueror/dirtree/services @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/about @dirrm share/apps/konqueror +@dirrm share/apps/konqsidebartng/virtual_folders/services +@dirrm share/apps/konqsidebartng/virtual_folders/remote/web +@dirrm share/apps/konqsidebartng/virtual_folders/remote/ftp +@dirrm share/apps/konqsidebartng/virtual_folders/remote +@dirrm share/apps/konqsidebartng/virtual_folders +@dirrm share/apps/konqsidebartng/entries +@dirrm share/apps/konqsidebartng/dirtree +@dirrm share/apps/konqsidebartng/add +@dirrm share/apps/konqsidebartng @dirrm share/apps/konqlistview/kpartplugins @dirrm share/apps/konqlistview @dirrm share/apps/konqiconview/kpartplugins @dirrm share/apps/konqiconview @dirrm share/apps/kmenuedit/icons/locolor/16x16/actions @dirrm share/apps/kmenuedit/icons/locolor/16x16 -@dirrm share/apps/kmenuedit/icons/locolor @dirrm share/apps/kmenuedit/icons/hicolor/32x32/actions @dirrm share/apps/kmenuedit/icons/hicolor/32x32 @dirrm share/apps/kmenuedit/icons/hicolor/22x22/actions @dirrm share/apps/kmenuedit/icons/hicolor/22x22 -@dirrm share/apps/kmenuedit/icons/hicolor -@dirrm share/apps/kmenuedit/icons @dirrm share/apps/kmenuedit +@dirrm share/apps/kjobviewer +@dirrm share/apps/kioslave @dirrm share/apps/kio_info @dirrm share/apps/kio_finger @dirrm share/apps/kicker/wallpapers @@ -2662,28 +2495,16 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kicker/pics @dirrm share/apps/kicker/icons/locolor/16x16/actions @dirrm share/apps/kicker/icons/locolor/16x16 -@dirrm share/apps/kicker/icons/locolor @dirrm share/apps/kicker/icons/hicolor/16x16/actions @dirrm share/apps/kicker/icons/hicolor/16x16 -@dirrm share/apps/kicker/icons/hicolor -@dirrm share/apps/kicker/icons @dirrm share/apps/kicker/extensions @dirrm share/apps/kicker/applets @dirrm share/apps/kicker @dirrm share/apps/khelpcenter/plugins/Tutorials @dirrm share/apps/khelpcenter/plugins -@dirrm share/apps/khelpcenter/pics -@dirrm share/apps/khelpcenter/icons/locolor/16x16/apps -@dirrm share/apps/khelpcenter/icons/locolor/16x16 -@dirrm share/apps/khelpcenter/icons/locolor -@dirrm share/apps/khelpcenter/icons -@dirrm share/apps/khelpcenter/en @dirrm share/apps/khelpcenter @dirrm share/apps/kfind/icons/locolor/22x22/actions @dirrm share/apps/kfind/icons/locolor/22x22 -@dirrm share/apps/kfind/icons/locolor -@dirrm share/apps/kfind/icons -@dirrm share/apps/kfind @dirrm share/apps/keditbookmarks @dirrm share/apps/kdm/pics/users @dirrm share/apps/kdm/pics @@ -2698,40 +2519,78 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kdesktop/patterns @dirrm share/apps/kdesktop/DesktopLinks @dirrm share/apps/kdesktop +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16/actions +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16 +@dirrm share/apps/kdeprintfax/icons/hicolor +@dirrm share/apps/kdeprintfax/icons +@dirrm share/apps/kdeprintfax @dirrm share/apps/kdcop @dirrm share/apps/kcontrol/pics @dirrm share/apps/kcontrol +@dirrm share/apps/kconf_update +@dirrm share/apps/kcmusb @dirrm share/apps/kcmlocale/pics @dirrm share/apps/kcmlocale @dirrm share/apps/kcmkeys/standard +@dirrm share/apps/kcmkeys/global @dirrm share/apps/kcmkeys +@dirrm share/apps/kcminput/pics @dirrm share/apps/kcminput +@dirrm share/apps/kcmcss @dirrm share/apps/kbookmark +@dirrm share/apps/kate/syntax +@dirrm share/apps/kate/pics +@dirrm share/apps/kate/icons/locolor/22x22/actions +@dirrm share/apps/kate/icons/locolor/22x22 +@dirrm share/apps/kate/icons/locolor/16x16/actions +@dirrm share/apps/kate/icons/locolor/16x16 +@dirrm share/apps/kate/icons/locolor +@dirrm share/apps/kate/icons/hicolor/48x48/actions +@dirrm share/apps/kate/icons/hicolor/48x48 +@dirrm share/apps/kate/icons/hicolor/32x32/actions +@dirrm share/apps/kate/icons/hicolor/32x32 +@dirrm share/apps/kate/icons/hicolor/22x22/actions +@dirrm share/apps/kate/icons/hicolor/22x22 +@dirrm share/apps/kate/icons/hicolor/16x16/actions +@dirrm share/apps/kate/icons/hicolor/16x16 +@dirrm share/apps/kate/icons/hicolor +@dirrm share/apps/kate/icons +@dirrm share/apps/kate @dirrm share/apps/kappfinder/apps/WordProcessing @dirrm share/apps/kappfinder/apps/Utilities/XUtilities @dirrm share/apps/kappfinder/apps/Utilities @dirrm share/apps/kappfinder/apps/Toys +@dirrm share/apps/kappfinder/apps/System/Terminal @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/Terminal @dirrm share/apps/kappfinder/apps/Internet @dirrm share/apps/kappfinder/apps/Graphics +@dirrm share/apps/kappfinder/apps/Games/TacticStrategy +@dirrm share/apps/kappfinder/apps/Games/Emulators +@dirrm share/apps/kappfinder/apps/Games/Card +@dirrm share/apps/kappfinder/apps/Games/Board +@dirrm share/apps/kappfinder/apps/Games/Arcade @dirrm share/apps/kappfinder/apps/Games @dirrm share/apps/kappfinder/apps/Editors @dirrm share/apps/kappfinder/apps/Development @dirrm share/apps/kappfinder/apps -@dirrm share/apps/kappfinder +@dirrm share/apps/kaddressbook/pics +@dirrm share/apps/kaddressbook @dirrm share/apps/drkonqi/presets @dirrm share/apps/drkonqi/pics @dirrm share/apps/drkonqi/debuggers @dirrm share/apps/drkonqi @dirrm share/apps/clockapplet/pics @dirrm share/apps/clockapplet +@dirrm share/applnk/ksysguard @dirrm share/applnk/WordProcessing @dirrm share/applnk/Utilities/XUtilities @dirrm share/applnk/Utilities @dirrm share/applnk/Toys +@dirrm share/applnk/System/Terminal @dirrm share/applnk/System/ScreenSavers @dirrm share/applnk/System @dirrm share/applnk/Settings/WebBrowsing @@ -2748,15 +2607,22 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/applnk/Settings/Information @dirrm share/applnk/Settings/Help @dirrm share/applnk/Settings/FileBrowsing +@dirrm share/applnk/Settings/Databases @dirrm share/applnk/Settings @dirrm share/applnk/Office @dirrm share/applnk/Multimedia +@dirrm share/applnk/Internet/Terminal @dirrm share/applnk/Internet @dirrm share/applnk/Graphics +@dirrm share/applnk/Games/TacticStrategy +@dirrm share/applnk/Games/Card +@dirrm share/applnk/Games/Board +@dirrm share/applnk/Games/Arcade @dirrm share/applnk/Games @dirrm share/applnk/Editors @dirrm share/applnk/Development @dirrm share/applnk/Applications @dirrm share/applnk/.hidden -@dirrm share/applnk +@dirrm lib/kde2 @dirrm include/kwin +@dirrm include/kate diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 0145e4410a7f..f89a4e0aafc8 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdebase -PORTVERSION= 2.1.1 +PORTVERSION= 2.2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src @@ -22,7 +22,6 @@ USE_XPM= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes - CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \ --with-qt-dir=${X11BASE} \ --without-ldap \ @@ -35,4 +34,7 @@ pre-configure: ${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in ${PERL} -pi -e "s@TIME_WITH_SYS_TIME@INVALID_FOO@g" ${WRKSRC}/kioslave/ldap/kldap.h +post-configure: + ${PERL} -pi -e "s@444@644@g" ${WRKSRC}/kdesktop/init/Templates/Makefile + .include <bsd.port.mk> diff --git a/x11/kdebase4-runtime/distinfo b/x11/kdebase4-runtime/distinfo index 51619042121d..50331624747e 100644 --- a/x11/kdebase4-runtime/distinfo +++ b/x11/kdebase4-runtime/distinfo @@ -1 +1 @@ -MD5 (kdebase-2.1.1.tar.bz2) = 3bb3204fe90f1af9e828c1b518ecc577 +MD5 (kdebase-2.2.tar.bz2) = 15e0232aa73029ac10346157b6eb079b diff --git a/x11/kdebase4-runtime/files/patch-ProcessList.c b/x11/kdebase4-runtime/files/patch-ProcessList.c deleted file mode 100644 index 8574a62341eb..000000000000 --- a/x11/kdebase4-runtime/files/patch-ProcessList.c +++ /dev/null @@ -1,108 +0,0 @@ ---- ksysguard/ksysguardd/FreeBSD/ProcessList.c Mon Jan 22 07:12:05 2001 -+++ ksysguard/ksysguardd/FreeBSD/ProcessList.c.new Mon Mar 5 08:56:20 2001 -@@ -29,6 +29,9 @@ - #include <sys/time.h> - #include <sys/param.h> - #include <sys/user.h> -+#if __FreeBSD_version > 500015 -+#include <sys/priority.h> -+#endif - #include <unistd.h> - #include <pwd.h> - #include <dirent.h> -@@ -162,7 +165,6 @@ - static char *statuses[] = { "idle","run","sleep","stop","zombie" }; - - ProcessInfo* ps; -- int userTime, sysTime; - struct passwd* pwent; - int mib[4]; - struct kinfo_proc p; -@@ -188,40 +190,56 @@ - if (sysctl(mib, 4, &p, &len, NULL, 0) == -1 || !len) - return -1; - -+#if __FreeBSD_version >= 500015 -+ ps->pid = p.ki_pid; -+ ps->ppid = p.ki_ppid; -+ ps->uid = p.ki_uid; -+ ps->gid = p.ki_pgid; -+ ps->priority = p.ki_pri.pri_user; -+ ps->niceLevel = p.ki_nice; -+#else - ps->pid = p.kp_proc.p_pid; - ps->ppid = p.kp_eproc.e_ppid; - ps->uid = p.kp_eproc.e_ucred.cr_uid; - ps->gid = p.kp_eproc.e_pgid; - ps->priority = p.kp_proc.p_priority; - ps->niceLevel = p.kp_proc.p_nice; -+#endif - - /* this isn't usertime -- it's total time (??) */ --#if __FreeBSD_version >= 300000 -+#if __FreeBSD_version >= 500015 -+ ps->userTime = p.ki_runtime / 10000; -+#elif __FreeBSD_version >= 300000 - ps->userTime = p.kp_proc.p_runtime / 10000; - #else -- ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100 -+ ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100; - #endif - ps->sysTime = 0; -- ps->userLoad = p.kp_proc.p_pctcpu / 100; - ps->sysLoad = 0; - -- /* memory */ -- ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -- p.kp_eproc.e_vm.vm_dsize + -- p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -- ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -- -- /* process name */ -- strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -- ps->name[sizeof(ps->name)-1]='\0'; -- -- /* find out user name with the process uid */ -- pwent = getpwuid(ps->uid); -+ /* memory, process name, process uid */ -+ /* find out user name with process uid */ -+ pwent = getpwuid(ps->uid); - strncpy(ps->userName,pwent&&pwent->pw_name? pwent->pw_name:"????",sizeof(ps->userName)); -- ps->userName[sizeof(ps->userName)-1]='\0'; -- -- /* status, a character, not a number */ -- strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+ ps->userName[sizeof(ps->userName)-1]='\0'; -+ -+#if __FreeBSD_version >= 500015 -+ ps->userLoad = p.ki_pctcpu / 100; -+ ps->vmSize = (p.ki_vmspace->vm_tsize + -+ p.ki_vmspace->vm_dsize + -+ p.ki_vmspace->vm_ssize) * getpagesize(); -+ ps->vmRss = p.ki_vmspace->vm_rssize * getpagesize(); -+ strncpy(ps->name,p.ki_comm? p.ki_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.ki_stat>=1)&&(p.ki_stat<=5)? statuses[p.ki_stat-1]:"????"); -+#else -+ ps->userLoad = p.kp_proc.p_pctcpu / 100; -+ ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -+ p.kp_eproc.e_vm.vm_dsize + -+ p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -+ ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -+ strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+#endif - - /* process command line */ - /*strncpy(ps->cmdline,p.kp_proc.p_args->ar_args,sizeof(ps->cmdline)); -@@ -296,7 +314,11 @@ - sysctl(mib, 3, p, &len, NULL, 0); - - for (num = 0; num < len / sizeof(struct kinfo_proc); num++) -+#if __FreeBSD_version >= 500015 -+ updateProcess(p[num].ki_pid); -+#else - updateProcess(p[num].kp_proc.p_pid); -+#endif - - cleanupProcessList(); - diff --git a/x11/kdebase4-runtime/files/patch-TEPty.C b/x11/kdebase4-runtime/files/patch-TEPty.C deleted file mode 100644 index 796ec243efbf..000000000000 --- a/x11/kdebase4-runtime/files/patch-TEPty.C +++ /dev/null @@ -1,11 +0,0 @@ ---- konsole/src/TEPty.C Sun Feb 18 10:28:28 2001 -+++ konsole/src/TEPty.C.new Fri Feb 23 02:55:58 2001 -@@ -238,7 +238,7 @@ - #ifdef HAVE_UTEMPTER - removeLineFromUtmp(ttynam, fd); - #elif defined(USE_LOGIN) -- char *tty_name=ttyname(0); -+ char *tty_name=ttyname(fd); - if (tty_name) - { - if (strncmp(tty_name, "/dev/", 5) == 0) diff --git a/x11/kdebase4-runtime/files/patch-kdeeject b/x11/kdebase4-runtime/files/patch-kdeeject deleted file mode 100644 index 8a5870ad25ff..000000000000 --- a/x11/kdebase4-runtime/files/patch-kdeeject +++ /dev/null @@ -1,12 +0,0 @@ ---- kdesktop/kdeeject Wed Dec 13 13:25:02 2000 -+++ kdesktop/kdeeject.new Fri Feb 23 02:59:54 2001 -@@ -11,7 +11,8 @@ - # TODO: On bsd, it should be 'cdcontrol -f $1 eject' - # Checking for stuff in the PATH is ugly with sh though. - # I guess this is the reason for making this a kde app... -- if eject $1; then -+ dev=`echo $1 | sed -E -e 's#/dev/##' -e 's/([0-9])./\1/'` -+ if cdcontrol -f $dev eject; then - # Success -> update icon - dcop kdesktop default refreshIcons - exit 0 diff --git a/x11/kdebase4-runtime/pkg-plist b/x11/kdebase4-runtime/pkg-plist index 7a6e901514f3..3b4202091f34 100644 --- a/x11/kdebase4-runtime/pkg-plist +++ b/x11/kdebase4-runtime/pkg-plist @@ -4,12 +4,13 @@ bin/conttest bin/drkonqi bin/extensionproxy bin/kaccess +bin/kaddressbook bin/kappfinder +bin/kate bin/kbanner.kss bin/kblankscrn.kss bin/kblob.kss bin/kbouboule.kss -bin/kbsod.kss bin/kcheckpass bin/kcminit bin/kcmshell @@ -17,20 +18,22 @@ bin/kcontrol bin/kdcop bin/kdebugdialog bin/kdeeject +bin/kdeprintfax bin/kdesktop bin/kdesu bin/kdesud bin/kdm +bin/kdm_config +bin/kdm_greet bin/kdmdesktop bin/keditbookmarks bin/keditfiletype bin/kfmclient bin/kfmexec bin/khelpcenter -bin/khop.kss bin/khotkeys -bin/khtmlindex bin/kicker +bin/kjobviewer bin/klegacyimport bin/klines.kss bin/klipper @@ -41,7 +44,10 @@ bin/konqueror bin/konsole bin/konsole_grantpty bin/kpager +bin/kpartsaver.kss +bin/kpersonalizer bin/kpolygon.kss +bin/kprinter bin/kpyro.kss bin/krandom.kss bin/krdb @@ -68,12 +74,20 @@ bin/kxmlrpcd bin/kxsconfig bin/kxsrun bin/startkde +etc/ksysguarddrc include/KBackgroundIface.h include/KDesktopIface.h include/KScreensaverIface.h include/KWinInterface.h include/KonquerorIface.h include/ccont.h +include/kate/application.h +include/kate/docmanager.h +include/kate/document.h +include/kate/mainwindow.h +include/kate/plugin.h +include/kate/view.h +include/kate/viewmanager.h include/kbookmark.h include/kbookmarkbar.h include/kbookmarkdrag.h @@ -103,6 +117,7 @@ include/konq_propsview.h include/konq_settings.h include/konq_undo.h include/kwin/client.h +include/kwin/kwinbutton.h include/kwin/options.h include/kwin/workspace.h include/thumbcreator.h @@ -110,18 +125,24 @@ lib/appletproxy.la lib/appletproxy.so lib/extensionproxy.la lib/extensionproxy.so -lib/kcminit.la -lib/kcminit.so -lib/kcmshell.la -lib/kcmshell.so -lib/kcontrol.la -lib/kcontrol.so +lib/kate.la +lib/kate.so +lib/kde2/gsthumbnail.la +lib/kde2/gsthumbnail.so lib/kde2/htmlthumbnail.la lib/kde2/htmlthumbnail.so lib/kde2/imagethumbnail.la lib/kde2/imagethumbnail.so lib/kde2/kaccess.la lib/kde2/kaccess.so +lib/kde2/kcminit.la +lib/kde2/kcminit.so +lib/kde2/kcmshell.la +lib/kde2/kcmshell.so +lib/kde2/kcontrol.la +lib/kde2/kcontrol.so +lib/kde2/khelpcenter.la +lib/kde2/khelpcenter.so lib/kde2/kio_filter.la lib/kde2/kio_filter.so lib/kde2/kio_finger.la @@ -130,8 +151,6 @@ lib/kde2/kio_floppy.la lib/kde2/kio_floppy.so lib/kde2/kio_gopher.la lib/kde2/kio_gopher.so -lib/kde2/kio_help.la -lib/kde2/kio_help.so lib/kde2/kio_imap4.la lib/kde2/kio_imap4.so lib/kde2/kio_info.la @@ -146,8 +165,6 @@ lib/kde2/kio_pop3.la lib/kde2/kio_pop3.so lib/kde2/kio_smb.la lib/kde2/kio_smb.so -lib/kde2/kio_smtp.la -lib/kde2/kio_smtp.so lib/kde2/kio_tar.la lib/kde2/kio_tar.so lib/kde2/kio_thumbnail.la @@ -166,6 +183,8 @@ lib/kde2/libkcm_colors.la lib/kde2/libkcm_colors.so lib/kde2/libkcm_crypto.la lib/kde2/libkcm_crypto.so +lib/kde2/libkcm_css.la +lib/kde2/libkcm_css.so lib/kde2/libkcm_email.la lib/kde2/libkcm_email.so lib/kde2/libkcm_energy.la @@ -180,6 +199,8 @@ lib/kde2/libkcm_info.la lib/kde2/libkcm_info.so lib/kde2/libkcm_input.la lib/kde2/libkcm_input.so +lib/kde2/libkcm_ioslaveinfo.la +lib/kde2/libkcm_ioslaveinfo.so lib/kde2/libkcm_kdm.la lib/kde2/libkcm_kdm.so lib/kde2/libkcm_keys.la @@ -196,34 +217,67 @@ lib/kde2/libkcm_konq.la lib/kde2/libkcm_konq.so lib/kde2/libkcm_konqhtml.la lib/kde2/libkcm_konqhtml.so +lib/kde2/libkcm_konsole.la +lib/kde2/libkcm_konsole.so lib/kde2/libkcm_kurifilt.la lib/kde2/libkcm_kurifilt.so +lib/kde2/libkcm_kwindecoration.la +lib/kde2/libkcm_kwindecoration.so lib/kde2/libkcm_kwinoptions.la lib/kde2/libkcm_kwinoptions.so +lib/kde2/libkcm_launch.la +lib/kde2/libkcm_launch.so +lib/kde2/libkcm_launch.so.0 lib/kde2/libkcm_locale.la lib/kde2/libkcm_locale.so lib/kde2/libkcm_midi.la lib/kde2/libkcm_midi.so lib/kde2/libkcm_passwords.la lib/kde2/libkcm_passwords.so +lib/kde2/libkcm_printmgr.la +lib/kde2/libkcm_printmgr.so lib/kde2/libkcm_samba.la lib/kde2/libkcm_samba.so lib/kde2/libkcm_screensaver.la lib/kde2/libkcm_screensaver.so lib/kde2/libkcm_smserver.la lib/kde2/libkcm_smserver.so +lib/kde2/libkcm_socks.la +lib/kde2/libkcm_socks.so +lib/kde2/libkcm_spellchecking.la +lib/kde2/libkcm_spellchecking.so lib/kde2/libkcm_style.la lib/kde2/libkcm_style.so lib/kde2/libkcm_taskbar.la lib/kde2/libkcm_taskbar.so lib/kde2/libkcm_themes.la lib/kde2/libkcm_themes.so +lib/kde2/libkcm_usb.la +lib/kde2/libkcm_usb.so +lib/kde2/libkded_favicons.la +lib/kde2/libkded_favicons.so lib/kde2/libkfindpart.la lib/kde2/libkfindpart.so +lib/kde2/libkhelpcenterpart.la +lib/kde2/libkhelpcenterpart.so lib/kde2/libkonqiconview.la lib/kde2/libkonqiconview.so lib/kde2/libkonqlistview.la lib/kde2/libkonqlistview.so +lib/kde2/libkonqsidebar_classic_wrap.la +lib/kde2/libkonqsidebar_classic_wrap.so +lib/kde2/libkonqsidebar_tree.la +lib/kde2/libkonqsidebar_tree.so +lib/kde2/libkonqsidebartree_bookmarks.la +lib/kde2/libkonqsidebartree_bookmarks.so +lib/kde2/libkonqsidebartree_bookmarks.so.0 +lib/kde2/libkonqsidebartree_dirtree.la +lib/kde2/libkonqsidebartree_dirtree.so +lib/kde2/libkonqsidebartree_history.la +lib/kde2/libkonqsidebartree_history.so +lib/kde2/libkonqsidebartree_history.so.0 +lib/kde2/libkonqsound.la +lib/kde2/libkonqsound.so lib/kde2/libkonqtree.la lib/kde2/libkonqtree.so lib/kde2/libkshellcmdplugin.la @@ -234,10 +288,16 @@ lib/kde2/libkuriikwsfilter.la lib/kde2/libkuriikwsfilter.so lib/kde2/libkurisearchfilter.la lib/kde2/libkurisearchfilter.so -lib/kde2/libkwin2k.la -lib/kde2/libkwin2k.so lib/kde2/libkwinb2.la lib/kde2/libkwinb2.so +lib/kde2/libkwindefault.la +lib/kde2/libkwindefault.so +lib/kde2/libkwindefault_config.la +lib/kde2/libkwindefault_config.so +lib/kde2/libkwinicewm.la +lib/kde2/libkwinicewm.so +lib/kde2/libkwinicewm_config.la +lib/kde2/libkwinicewm_config.so lib/kde2/libkwinkde1.la lib/kde2/libkwinkde1.so lib/kde2/libkwinkstep.la @@ -248,10 +308,22 @@ lib/kde2/libkwinlaptop.la lib/kde2/libkwinlaptop.so lib/kde2/libkwinmodernsys.la lib/kde2/libkwinmodernsys.so +lib/kde2/libkwinmodernsys_config.la +lib/kde2/libkwinmodernsys_config.so +lib/kde2/libkwinmwm.la +lib/kde2/libkwinmwm.so +lib/kde2/libkwinquartz.la +lib/kde2/libkwinquartz.so +lib/kde2/libkwinquartz_config.la +lib/kde2/libkwinquartz_config.so +lib/kde2/libkwinredmond.la +lib/kde2/libkwinredmond.so lib/kde2/libkwinriscos.la lib/kde2/libkwinriscos.so lib/kde2/libkwinsystem.la lib/kde2/libkwinsystem.so +lib/kde2/libkwinweb.la +lib/kde2/libkwinweb.so lib/kde2/textthumbnail.la lib/kde2/textthumbnail.so lib/kdesktop.la @@ -264,6 +336,8 @@ lib/khotkeys.la lib/khotkeys.so lib/kicker.la lib/kicker.so +lib/kjobviewer.la +lib/kjobviewer.so lib/klegacyimport.la lib/klegacyimport.so lib/klipper.la @@ -284,8 +358,6 @@ lib/kxkb.la lib/kxkb.so lib/kxmlrpcd.la lib/kxmlrpcd.so -lib/libKdmGreet.la -lib/libKdmGreet.so lib/libccont.a lib/libchildpanelextension.la lib/libchildpanelextension.so @@ -296,22 +368,17 @@ lib/libclockapplet.so.1 lib/libdockbarextension.la lib/libdockbarextension.so lib/libdockbarextension.so.1 -lib/libhtmlsearch.la -lib/libhtmlsearch.so lib/libkasbarextension.la lib/libkasbarextension.so lib/libkasbarextension.so.1 -lib/libkcm_htmlsearch.la -lib/libkcm_htmlsearch.so -lib/libkcm_ioslaveinfo.la -lib/libkcm_ioslaveinfo.so -lib/libkcm_layout.la -lib/libkcm_layout.so +lib/libkatecore.la +lib/libkatecore.so +lib/libkateinterfaces.la +lib/libkateinterfaces.so +lib/libkcm_keyboard.la +lib/libkcm_keyboard.so lib/libkcm_xmlrpcd.la lib/libkcm_xmlrpcd.so -lib/libkhelpcenter.la -lib/libkhelpcenter.so -lib/libkhelpcenter.so.4 lib/libkminipagerapplet.la lib/libkminipagerapplet.so lib/libkminipagerapplet.so.1 @@ -320,6 +387,10 @@ lib/libkonq.so lib/libkonq.so.4 lib/libkonqaboutpage.la lib/libkonqaboutpage.so +lib/libkonqsidebar.la +lib/libkonqsidebar.so +lib/libkonqsidebarplugin.la +lib/libkonqsidebarplugin.so lib/libkonsolepart.la lib/libkonsolepart.so lib/libkrunapplet.la @@ -331,20 +402,18 @@ lib/libksysguardapplet.so.1 lib/libksystemtrayapplet.la lib/libksystemtrayapplet.so lib/libksystemtrayapplet.so.1 -lib/libktaskbarapplet.la -lib/libktaskbarapplet.so -lib/libktaskbarapplet.so.1 -lib/libkwindefault.la -lib/libkwindefault.so -lib/libkwindefault.so.0 -lib/libkwritepart.la -lib/libkwritepart.so lib/libnaughtyapplet.la lib/libnaughtyapplet.so lib/libnaughtyapplet.so.1 lib/libquicklauncher.la lib/libquicklauncher.so lib/libquicklauncher.so.1 +lib/libtaskbar.la +lib/libtaskbar.so +lib/libtaskbar.so.1 +lib/libtaskbarapplet.la +lib/libtaskbarapplet.so +lib/libtaskbarapplet.so.1 lib/libtaskbarextension.la lib/libtaskbarextension.so lib/libtaskbarextension.so.1 @@ -355,30 +424,52 @@ share/applnk/.directory share/applnk/.hidden/konqfilemgr.desktop share/applnk/Applications/.directory share/applnk/Development/.directory +share/applnk/Development/designer.desktop share/applnk/Editors/.directory +share/applnk/Editors/gvim.desktop +share/applnk/Editors/kate.desktop share/applnk/Editors/kwrite.desktop +share/applnk/Editors/xedit.desktop share/applnk/Games/.directory +share/applnk/Games/Arcade/.directory +share/applnk/Games/Board/.directory +share/applnk/Games/Board/xboard.desktop +share/applnk/Games/Card/.directory +share/applnk/Games/TacticStrategy/.directory share/applnk/Graphics/.directory +share/applnk/Graphics/gimp.desktop share/applnk/Help.desktop share/applnk/Home.desktop share/applnk/Internet/.directory +share/applnk/Internet/Terminal/.directory +share/applnk/Internet/Terminal/mutt.desktop +share/applnk/Internet/ethereal.desktop share/applnk/Internet/keditbookmarks.desktop share/applnk/Internet/konqbrowser.desktop +share/applnk/Internet/licq.desktop +share/applnk/Internet/mozilla.desktop +share/applnk/Internet/netscape.desktop share/applnk/KControl.desktop share/applnk/Multimedia/.directory +share/applnk/Multimedia/aviplay.desktop +share/applnk/Multimedia/gtv.desktop +share/applnk/Multimedia/xawtv.desktop +share/applnk/Multimedia/xmms-enqueue.desktop +share/applnk/Multimedia/xmms.desktop share/applnk/Office/.directory share/applnk/Settings/.directory +share/applnk/Settings/Databases/.directory share/applnk/Settings/FileBrowsing/.directory share/applnk/Settings/FileBrowsing/filetypes.desktop share/applnk/Settings/FileBrowsing/kcmkonq.desktop share/applnk/Settings/Help/.directory -share/applnk/Settings/Help/htmlsearch.desktop share/applnk/Settings/Information/.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/ioslaveinfo.desktop +share/applnk/Settings/Information/kcmusb.desktop share/applnk/Settings/Information/memory.desktop share/applnk/Settings/Information/partitions.desktop share/applnk/Settings/Information/pci.desktop @@ -402,39 +493,49 @@ share/applnk/Settings/LookNFeel/colors.desktop share/applnk/Settings/LookNFeel/desktop.desktop share/applnk/Settings/LookNFeel/fonts.desktop share/applnk/Settings/LookNFeel/icons.desktop -share/applnk/Settings/LookNFeel/kcmnotify.desktop +share/applnk/Settings/LookNFeel/kcmlaunch.desktop share/applnk/Settings/LookNFeel/kcmtaskbar.desktop share/applnk/Settings/LookNFeel/keys.desktop share/applnk/Settings/LookNFeel/kthememgr.desktop +share/applnk/Settings/LookNFeel/kwindecoration.desktop share/applnk/Settings/LookNFeel/kwinoptions.desktop share/applnk/Settings/LookNFeel/panel.desktop share/applnk/Settings/LookNFeel/screensaver.desktop share/applnk/Settings/LookNFeel/style.desktop share/applnk/Settings/LookNFeel/virtualdesktops.desktop share/applnk/Settings/Network/.directory +share/applnk/Settings/Network/email.desktop +share/applnk/Settings/Network/ioslaveinfo.desktop +share/applnk/Settings/Network/netpref.desktop +share/applnk/Settings/Network/smb.desktop +share/applnk/Settings/Network/socks.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/crypto.desktop -share/applnk/Settings/Personalization/email.desktop share/applnk/Settings/Personalization/kcmaccess.desktop share/applnk/Settings/Personalization/kcmlayout.desktop share/applnk/Settings/Personalization/language.desktop share/applnk/Settings/Personalization/passwords.desktop +share/applnk/Settings/Personalization/spellchecking.desktop share/applnk/Settings/PowerControl/.directory share/applnk/Settings/PowerControl/energy.desktop share/applnk/Settings/Sound/.directory share/applnk/Settings/Sound/arts.desktop share/applnk/Settings/Sound/bell.desktop +share/applnk/Settings/Sound/kcmnotify.desktop share/applnk/Settings/Sound/midi.desktop share/applnk/Settings/System/.directory share/applnk/Settings/System/clock.desktop +share/applnk/Settings/System/kcmkonsole.desktop share/applnk/Settings/System/kcmsmserver.desktop share/applnk/Settings/System/kdm.desktop +share/applnk/Settings/System/printmgr.desktop share/applnk/Settings/WebBrowsing/.directory share/applnk/Settings/WebBrowsing/cookies.desktop share/applnk/Settings/WebBrowsing/ebrowsing.desktop +share/applnk/Settings/WebBrowsing/kcmcss.desktop share/applnk/Settings/WebBrowsing/konqhtml.desktop share/applnk/Settings/WebBrowsing/proxy.desktop share/applnk/Settings/WebBrowsing/smb.desktop @@ -445,8 +546,6 @@ share/applnk/System/ScreenSavers/KBanner.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/KHop.desktop share/applnk/System/ScreenSavers/KLines.desktop share/applnk/System/ScreenSavers/KLorenz.desktop share/applnk/System/ScreenSavers/KMatrix.desktop @@ -462,6 +561,10 @@ share/applnk/System/ScreenSavers/KSlideshow.desktop share/applnk/System/ScreenSavers/KSpace.desktop share/applnk/System/ScreenSavers/KSwarm.desktop share/applnk/System/ScreenSavers/KVm.desktop +share/applnk/System/ScreenSavers/Worm.desktop +share/applnk/System/ScreenSavers/kpartsaver.desktop +share/applnk/System/Terminal/.directory +share/applnk/System/Terminal/vmstat.desktop share/applnk/System/kappfinder.desktop share/applnk/System/kfmclient.desktop share/applnk/System/kfmclient_dir.desktop @@ -471,72 +574,92 @@ share/applnk/System/kmenuedit.desktop share/applnk/System/konquerorsu.desktop share/applnk/System/konsole.desktop share/applnk/System/konsolesu.desktop +share/applnk/System/kpersonalizer.desktop share/applnk/System/ksysguard.desktop share/applnk/Toys/.directory share/applnk/Toys/ktip.desktop +share/applnk/Toys/xeyes.desktop share/applnk/Utilities/.directory -share/applnk/Utilities/XUtilities/.directory +share/applnk/Utilities/XUtilities/xcalc.desktop share/applnk/Utilities/XUtilities/xclipboard.desktop share/applnk/Utilities/XUtilities/xclock.desktop share/applnk/Utilities/XUtilities/xconsole.desktop +share/applnk/Utilities/XUtilities/xload.desktop share/applnk/Utilities/XUtilities/xmag.desktop share/applnk/Utilities/XUtilities/xterm.desktop +share/applnk/Utilities/kaddressbook.desktop +share/applnk/Utilities/kdeprintfax.desktop +share/applnk/Utilities/kjobviewer.desktop share/applnk/Utilities/klipper.desktop share/applnk/Utilities/kpager.desktop +share/applnk/WordProcessing/.directory +share/applnk/WordProcessing/acroread.desktop +share/applnk/WordProcessing/gv.desktop +share/applnk/WordProcessing/xdvi.desktop +share/applnk/WordProcessing/xpdf.desktop +share/applnk/ksysguard/eventsrc share/apps/clockapplet/pics/lcd.png share/apps/drkonqi/debuggers/gdbrc 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/kaddressbook/kaddressbookui.rc +share/apps/kaddressbook/pics/abentry.xpm +share/apps/kaddressbook/pics/delete.xpm +share/apps/kaddressbook/pics/down.xpm +share/apps/kaddressbook/pics/filemail.xpm +share/apps/kaddressbook/pics/find.xpm +share/apps/kaddressbook/pics/group.xpm +share/apps/kaddressbook/pics/page.xpm +share/apps/kaddressbook/pics/up.xpm share/apps/kappfinder/apps/Development/ddd.desktop share/apps/kappfinder/apps/Development/designer.desktop share/apps/kappfinder/apps/Development/dlgedit.desktop -share/apps/kappfinder/apps/Editors/.directory +share/apps/kappfinder/apps/Development/linguist.desktop 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/Games/.directory +share/apps/kappfinder/apps/Games/Board/xboard.desktop +share/apps/kappfinder/apps/Games/Card/PySol.desktop share/apps/kappfinder/apps/Games/Clanbomber.desktop -share/apps/kappfinder/apps/Games/Qmamecat.desktop +share/apps/kappfinder/apps/Games/Emulators/qmamecat.desktop +share/apps/kappfinder/apps/Games/TacticStrategy/freeciv.desktop share/apps/kappfinder/apps/Games/defendguin.desktop -share/apps/kappfinder/apps/Games/freeciv.desktop share/apps/kappfinder/apps/Games/penguin-command.desktop share/apps/kappfinder/apps/Games/xshipwars.desktop -share/apps/kappfinder/apps/Graphics/.directory 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/Terminal/lftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/mutt.desktop +share/apps/kappfinder/apps/Internet/Terminal/ncftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/pine.desktop share/apps/kappfinder/apps/Internet/arena.desktop share/apps/kappfinder/apps/Internet/coolmail.desktop share/apps/kappfinder/apps/Internet/ethereal.desktop -share/apps/kappfinder/apps/Internet/ncftp.desktop +share/apps/kappfinder/apps/Internet/licq.desktop +share/apps/kappfinder/apps/Internet/mozilla.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/xchat.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/alevt.desktop share/apps/kappfinder/apps/Multimedia/aviplay.desktop share/apps/kappfinder/apps/Multimedia/gtv.desktop +share/apps/kappfinder/apps/Multimedia/mtv.desktop share/apps/kappfinder/apps/Multimedia/realplayer.desktop share/apps/kappfinder/apps/Multimedia/xawtv.desktop +share/apps/kappfinder/apps/Multimedia/xmms-enqueue.desktop share/apps/kappfinder/apps/Multimedia/xmms.desktop -share/apps/kappfinder/apps/Office/.directory 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/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 @@ -595,13 +718,12 @@ 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/Terminal/procinfo.desktop +share/apps/kappfinder/apps/System/Terminal/vmstat.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.desktop share/apps/kappfinder/apps/Toys/xpinguin.desktop -share/apps/kappfinder/apps/Utilities/.directory -share/apps/kappfinder/apps/Utilities/XUtilities/.directory share/apps/kappfinder/apps/Utilities/XUtilities/xcalc.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclipboard.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclock.desktop @@ -609,7 +731,6 @@ share/apps/kappfinder/apps/Utilities/XUtilities/xconsole.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xload.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xmag.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xterm.desktop -share/apps/kappfinder/apps/WordProcessing/.directory share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop share/apps/kappfinder/apps/WordProcessing/acroread.desktop @@ -619,10 +740,75 @@ share/apps/kappfinder/apps/WordProcessing/lyx.desktop share/apps/kappfinder/apps/WordProcessing/pybliographic.desktop share/apps/kappfinder/apps/WordProcessing/xdvi.desktop share/apps/kappfinder/apps/WordProcessing/xpdf.desktop +share/apps/kate/icons/hicolor/16x16/actions/curfiledir.png +share/apps/kate/icons/hicolor/16x16/actions/highlighting.png +share/apps/kate/icons/hicolor/16x16/actions/modified.png +share/apps/kate/icons/hicolor/16x16/actions/null.png +share/apps/kate/icons/hicolor/16x16/actions/save_all.png +share/apps/kate/icons/hicolor/22x22/actions/save_all.png +share/apps/kate/icons/hicolor/32x32/actions/highlighting.png +share/apps/kate/icons/hicolor/32x32/actions/indent.png +share/apps/kate/icons/hicolor/32x32/actions/unindent.png +share/apps/kate/icons/hicolor/48x48/actions/indent.png +share/apps/kate/icons/hicolor/48x48/actions/unindent.png +share/apps/kate/icons/locolor/16x16/actions/curfiledir.png +share/apps/kate/icons/locolor/16x16/actions/indent.png +share/apps/kate/icons/locolor/16x16/actions/modified.png +share/apps/kate/icons/locolor/16x16/actions/null.png +share/apps/kate/icons/locolor/16x16/actions/save_all.png +share/apps/kate/icons/locolor/16x16/actions/unindent.png +share/apps/kate/icons/locolor/22x22/actions/indent.png +share/apps/kate/icons/locolor/22x22/actions/save_all.png +share/apps/kate/icons/locolor/22x22/actions/unindent.png +share/apps/kate/katepartbrowserui.rc +share/apps/kate/katepartui.rc +share/apps/kate/kateui.rc +share/apps/kate/pics/fileselector.png +share/apps/kate/pics/indicator_empty.png +share/apps/kate/pics/indicator_viewactive.png +share/apps/kate/pics/openfiles.png +share/apps/kate/syntax/ada.xml +share/apps/kate/syntax/bash.xml +share/apps/kate/syntax/c.xml +share/apps/kate/syntax/changelog.xml +share/apps/kate/syntax/cpp.xml +share/apps/kate/syntax/css.xml +share/apps/kate/syntax/desktop.xml +share/apps/kate/syntax/diff.xml +share/apps/kate/syntax/html.xml +share/apps/kate/syntax/java.xml +share/apps/kate/syntax/kbasic.xml +share/apps/kate/syntax/language.dtd +share/apps/kate/syntax/latex.xml +share/apps/kate/syntax/objectivec.xml +share/apps/kate/syntax/perl.xml +share/apps/kate/syntax/php.xml +share/apps/kate/syntax/postscript.xml +share/apps/kate/syntax/rpmspec.xml +share/apps/kate/syntax/ruby.xml +share/apps/kate/syntax/sql.xml +share/apps/kate/syntax/syntax.template +share/apps/kate/syntax/vhdl.xml +share/apps/kate/syntax/xml.xml share/apps/kbookmark/directory_bookmarkbar.desktop +share/apps/kcmcss/template.css share/apps/kcminput/cursor_large.pcf.gz -share/apps/kcmkeys/standard/Unix.kksrc +share/apps/kcminput/pics/mouse_lh.png +share/apps/kcminput/pics/mouse_rh.png +share/apps/kcmkeys/global/global-kde3.kksrc +share/apps/kcmkeys/global/global-kde4.kksrc +share/apps/kcmkeys/global/global-mac3.kksrc +share/apps/kcmkeys/global/global-unix3.kksrc +share/apps/kcmkeys/global/global-win3.kksrc +share/apps/kcmkeys/global/global-win4.kksrc +share/apps/kcmkeys/standard/app-kde3.kksrc +share/apps/kcmkeys/standard/app-kde4.kksrc +share/apps/kcmkeys/standard/app-mac3.kksrc +share/apps/kcmkeys/standard/app-unix3.kksrc +share/apps/kcmkeys/standard/app-win3.kksrc share/apps/kcmlocale/pics/background.png +share/apps/kcmusb/usb.ids +share/apps/kconf_update/konsole.upd share/apps/kcontrol/kcontrolui.rc share/apps/kcontrol/pics/energybig.png share/apps/kcontrol/pics/lo-energy.png @@ -636,6 +822,10 @@ share/apps/kcontrol/pics/part2.png share/apps/kcontrol/pics/part3.png share/apps/kcontrol/pics/play.png share/apps/kdcop/kdcopui.rc +share/apps/kdeprintfax/anytops +share/apps/kdeprintfax/faxfilters +share/apps/kdeprintfax/icons/hicolor/16x16/actions/abentry.png +share/apps/kdeprintfax/kdeprintfaxui.rc share/apps/kdesktop/DesktopLinks/Home.desktop share/apps/kdesktop/directory.autostart share/apps/kdesktop/directory.desktop @@ -669,8 +859,10 @@ share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad share/apps/kdisplay/app-defaults/AAAMotif.ad share/apps/kdisplay/app-defaults/AAATk.ad share/apps/kdisplay/app-defaults/AAAXaw.ad +share/apps/kdisplay/app-defaults/AcroRead.ad share/apps/kdisplay/app-defaults/Editres.ad share/apps/kdisplay/app-defaults/Emacs.ad +share/apps/kdisplay/app-defaults/GV.ad share/apps/kdisplay/app-defaults/ML.ad share/apps/kdisplay/app-defaults/Nedit.ad share/apps/kdisplay/app-defaults/Netscape.ad @@ -681,6 +873,7 @@ share/apps/kdisplay/app-defaults/XOsview.ad share/apps/kdisplay/app-defaults/XTerm.ad share/apps/kdisplay/app-defaults/XV.ad share/apps/kdisplay/app-defaults/Xawtv.ad +share/apps/kdisplay/app-defaults/Xdvi.ad share/apps/kdisplay/app-defaults/Xpdf.ad share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc share/apps/kdisplay/color-schemes/BeOS.kcsrc @@ -689,7 +882,9 @@ 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/EveX.kcsrc share/apps/kdisplay/color-schemes/KDEOne.kcsrc +share/apps/kdisplay/color-schemes/MediaPeach.kcsrc share/apps/kdisplay/color-schemes/Next.kcsrc share/apps/kdisplay/color-schemes/PaleGray.kcsrc share/apps/kdisplay/color-schemes/PointReyesGreen.kcsrc @@ -697,6 +892,7 @@ 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/Windows2000.kcsrc share/apps/kdisplay/color-schemes/Windows95.kcsrc share/apps/kdm/pics/kdeflower.png share/apps/kdm/pics/kdelogo.png @@ -712,17 +908,9 @@ share/apps/kfind/icons/locolor/22x22/actions/info.png share/apps/kfind/icons/locolor/22x22/actions/openfile.png share/apps/kfind/icons/locolor/22x22/actions/save.png share/apps/kfind/icons/locolor/22x22/actions/search.png -share/apps/khelpcenter/en/bad_words -share/apps/khelpcenter/en/long.html -share/apps/khelpcenter/en/nomatch.html -share/apps/khelpcenter/en/short.html -share/apps/khelpcenter/en/syntax.html -share/apps/khelpcenter/en/wrapper.html -share/apps/khelpcenter/icons/locolor/16x16/apps/helpbook_open.png -share/apps/khelpcenter/pics/checked.xpm -share/apps/khelpcenter/pics/star.png -share/apps/khelpcenter/pics/star_blank.png -share/apps/khelpcenter/pics/unchecked.xpm +share/apps/khelpcenter/glossary.html.in +share/apps/khelpcenter/intro.html.in +share/apps/khelpcenter/khelpcenterui.rc share/apps/khelpcenter/plugins/Tutorials/.directory share/apps/khelpcenter/plugins/Tutorials/quickstart.desktop share/apps/khelpcenter/plugins/Tutorials/visualdict.desktop @@ -734,6 +922,7 @@ share/apps/kicker/applets/ksystemtrayapplet.desktop share/apps/kicker/applets/ktaskbarapplet.desktop share/apps/kicker/applets/naughtyapplet.desktop share/apps/kicker/applets/quicklauncher.desktop +share/apps/kicker/default-apps share/apps/kicker/extensions/childpanelextension.desktop share/apps/kicker/extensions/dockbarextension.desktop share/apps/kicker/extensions/kasbarextension.desktop @@ -855,6 +1044,8 @@ share/apps/kio_finger/kio_finger.css share/apps/kio_finger/kio_finger.pl share/apps/kio_info/kde-info2html share/apps/kio_info/kde-info2html.conf +share/apps/kioslave/smb.html +share/apps/kjobviewer/kjobviewerui.rc share/apps/kmenuedit/icons/hicolor/22x22/actions/menu_new.png share/apps/kmenuedit/icons/hicolor/32x32/actions/menu_new.png share/apps/kmenuedit/icons/locolor/16x16/actions/menu_new.png @@ -866,6 +1057,28 @@ share/apps/konqlistview/konq_detailedlistview.rc share/apps/konqlistview/konq_textview.rc share/apps/konqlistview/konq_treeview.rc share/apps/konqlistview/kpartplugins/kshellcmdplugin.rc +share/apps/konqsidebartng/add/sidebar_classic_add.desktop +share/apps/konqsidebartng/add/virtualfolderadd.desktop +share/apps/konqsidebartng/dirtree/bookmarks_module.desktop +share/apps/konqsidebartng/dirtree/dirtree_module.desktop +share/apps/konqsidebartng/dirtree/history_module.desktop +share/apps/konqsidebartng/entries/.version +share/apps/konqsidebartng/entries/bookmarks.desktop +share/apps/konqsidebartng/entries/history.desktop +share/apps/konqsidebartng/entries/home.desktop +share/apps/konqsidebartng/entries/remote.desktop +share/apps/konqsidebartng/entries/root.desktop +share/apps/konqsidebartng/entries/services.desktop +share/apps/konqsidebartng/entries/sidebar_classic.desktop +share/apps/konqsidebartng/virtual_folders/remote/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/kde_ftp.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/.directory +share/apps/konqsidebartng/virtual_folders/remote/web/apps_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/dot_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/kde_web.desktop +share/apps/konqsidebartng/virtual_folders/services/.directory +share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop share/apps/konqueror/about/back.png share/apps/konqueror/about/background.png share/apps/konqueror/about/bgtable.png @@ -875,6 +1088,7 @@ share/apps/konqueror/about/intro.html share/apps/konqueror/about/kdelogo2.png share/apps/konqueror/about/konq.css share/apps/konqueror/about/konqueror.png +share/apps/konqueror/about/lightning.png share/apps/konqueror/about/lines.png share/apps/konqueror/about/lines2.png share/apps/konqueror/about/locationbar_erase.png @@ -894,34 +1108,19 @@ 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/apps_web.desktop +share/apps/konqueror/dirtree/remote/web/dot_web.desktop share/apps/konqueror/dirtree/remote/web/kde_web.desktop share/apps/konqueror/dirtree/root.desktop -share/apps/konqueror/icons/hicolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/remove_view.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/remove_view.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_top_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/kde1.png -share/apps/konqueror/icons/locolor/16x16/actions/kde2.png -share/apps/konqueror/icons/locolor/16x16/actions/kde3.png -share/apps/konqueror/icons/locolor/16x16/actions/kde4.png -share/apps/konqueror/icons/locolor/16x16/actions/kde5.png -share/apps/konqueror/icons/locolor/16x16/actions/kde6.png -share/apps/konqueror/icons/locolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/locolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_top_bottom.png +share/apps/konqueror/dirtree/services/.directory +share/apps/konqueror/dirtree/services/audiocd.desktop +share/apps/konqueror/icons/hicolor/16x16/actions/history_clear.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde1.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde2.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde3.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde4.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde5.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde6.png share/apps/konqueror/konqueror.rc share/apps/konqueror/pics/indicator_anchor.png share/apps/konqueror/pics/indicator_connect.png @@ -956,6 +1155,7 @@ share/apps/konsole/README.KeyTab share/apps/konsole/README.Schema share/apps/konsole/Transparent.schema share/apps/konsole/Transparent_MC.schema +share/apps/konsole/Transparent_darkbg.schema share/apps/konsole/Transparent_lightbg.schema share/apps/konsole/WhiteOnBlack.schema share/apps/konsole/XTerm.schema @@ -970,13 +1170,18 @@ share/apps/konsole/pics/colourness.png share/apps/konsole/pics/contrast.png share/apps/konsole/shell.desktop share/apps/konsole/su.desktop +share/apps/konsole/sumc.desktop share/apps/konsole/syscolor.schema share/apps/konsole/vim.schema share/apps/konsole/vt100.keytab share/apps/konsole/vt420pc.keytab share/apps/konsole/x11r5.keytab -share/apps/kscreensaver/kscience-small.gif -share/apps/kscreensaver/kscience.gif +share/apps/kpersonalizer/pics/step1.png +share/apps/kpersonalizer/pics/step2.png +share/apps/kpersonalizer/pics/step3.png +share/apps/kpersonalizer/pics/step4.png +share/apps/kpersonalizer/pics/step5.png +share/apps/kscreensaver/kscience.png share/apps/ksplash/pics/locolor/splash_active_bar.png share/apps/ksplash/pics/locolor/splash_bottom.png share/apps/ksplash/pics/locolor/splash_inactive_bar.png @@ -988,56 +1193,19 @@ share/apps/ksplash/pics/splash_top.png share/apps/ksysguard/KSysGuardApplet.xml share/apps/ksysguard/ProcessTable.sgrd share/apps/ksysguard/SystemLoad.sgrd -share/apps/ksysguard/icons/locolor/16x16/apps/X.png -share/apps/ksysguard/icons/locolor/16x16/apps/artsd.png -share/apps/ksysguard/icons/locolor/16x16/apps/automount.png -share/apps/ksysguard/icons/locolor/16x16/apps/bash.png -share/apps/ksysguard/icons/locolor/16x16/apps/c++.png -share/apps/ksysguard/icons/locolor/16x16/apps/cc.png -share/apps/ksysguard/icons/locolor/16x16/apps/computer.png -share/apps/ksysguard/icons/locolor/16x16/apps/console.png -share/apps/ksysguard/icons/locolor/16x16/apps/csh.png -share/apps/ksysguard/icons/locolor/16x16/apps/emacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/g++.png -share/apps/ksysguard/icons/locolor/16x16/apps/gcc.png -share/apps/ksysguard/icons/locolor/16x16/apps/gdb.png -share/apps/ksysguard/icons/locolor/16x16/apps/httpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/in.identd.png -share/apps/ksysguard/icons/locolor/16x16/apps/inetd.png -share/apps/ksysguard/icons/locolor/16x16/apps/init.png -share/apps/ksysguard/icons/locolor/16x16/apps/kcookiejar.png -share/apps/ksysguard/icons/locolor/16x16/apps/kdesktop.png -share/apps/ksysguard/icons/locolor/16x16/apps/kflushd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kicker.png -share/apps/ksysguard/icons/locolor/16x16/apps/kio_file.png -share/apps/ksysguard/icons/locolor/16x16/apps/klauncher.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksh.png -share/apps/ksysguard/icons/locolor/16x16/apps/kswapd.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksysguardd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kupdate.png -share/apps/ksysguard/icons/locolor/16x16/apps/login.png -share/apps/ksysguard/icons/locolor/16x16/apps/lpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/mingetty.png -share/apps/ksysguard/icons/locolor/16x16/apps/mutt.png -share/apps/ksysguard/icons/locolor/16x16/apps/nscd.png -share/apps/ksysguard/icons/locolor/16x16/apps/pine.png -share/apps/ksysguard/icons/locolor/16x16/apps/portmap.png -share/apps/ksysguard/icons/locolor/16x16/apps/sendmail.png -share/apps/ksysguard/icons/locolor/16x16/apps/sh.png -share/apps/ksysguard/icons/locolor/16x16/apps/ssh.png -share/apps/ksysguard/icons/locolor/16x16/apps/startkde.png -share/apps/ksysguard/icons/locolor/16x16/apps/startx.png -share/apps/ksysguard/icons/locolor/16x16/apps/syslogd.png -share/apps/ksysguard/icons/locolor/16x16/apps/tcsh.png -share/apps/ksysguard/icons/locolor/16x16/apps/unknown.png -share/apps/ksysguard/icons/locolor/16x16/apps/xemacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/xinit.png -share/apps/ksysguard/icons/locolor/16x16/apps/xntpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/xterm.png -share/apps/ksysguard/icons/locolor/16x16/apps/ypbind.png share/apps/ksysguard/ksysguardui.rc +share/apps/ksysguard/pics/X.png +share/apps/ksysguard/pics/computer.png +share/apps/ksysguard/pics/daemon.png +share/apps/ksysguard/pics/kdeapp.png +share/apps/ksysguard/pics/kernel.png +share/apps/ksysguard/pics/ksysguardd.png +share/apps/ksysguard/pics/running.png +share/apps/ksysguard/pics/shell.png +share/apps/ksysguard/pics/tools.png +share/apps/ksysguard/pics/unknownapp.png +share/apps/ksysguard/pics/waiting.png share/apps/kthememgr/Themes/Default.ktheme -share/apps/kthememgr/Themes/Eclipse.ktheme share/apps/kthememgr/Themes/MGBreizh.ktheme share/apps/kthememgr/Themes/Nostalgy.ktheme share/apps/kthememgr/Themes/Template.themerc @@ -1045,11 +1213,45 @@ share/apps/kthememgr/Themes/Wood.ktheme share/apps/kthememgr/theme.mappings share/apps/kwin/b2.desktop share/apps/kwin/eventsrc -share/apps/kwin/kde.desktop +share/apps/kwin/icewm-themes/closeA.xpm +share/apps/kwin/icewm-themes/closeI.xpm +share/apps/kwin/icewm-themes/default.theme +share/apps/kwin/icewm-themes/depthA.xpm +share/apps/kwin/icewm-themes/depthI.xpm +share/apps/kwin/icewm-themes/maximizeA.xpm +share/apps/kwin/icewm-themes/maximizeI.xpm +share/apps/kwin/icewm-themes/menuButtonA.xpm +share/apps/kwin/icewm-themes/menuButtonI.xpm +share/apps/kwin/icewm-themes/minimizeA.xpm +share/apps/kwin/icewm-themes/minimizeI.xpm +share/apps/kwin/icewm-themes/restoreA.xpm +share/apps/kwin/icewm-themes/restoreI.xpm +share/apps/kwin/icewm-themes/rolldownA.xpm +share/apps/kwin/icewm-themes/rolldownI.xpm +share/apps/kwin/icewm-themes/rollupA.xpm +share/apps/kwin/icewm-themes/rollupI.xpm +share/apps/kwin/icewm-themes/titleAB.xpm +share/apps/kwin/icewm-themes/titleAJ.xpm +share/apps/kwin/icewm-themes/titleAM.xpm +share/apps/kwin/icewm-themes/titleAP.xpm +share/apps/kwin/icewm-themes/titleAQ.xpm +share/apps/kwin/icewm-themes/titleAR.xpm +share/apps/kwin/icewm-themes/titleAS.xpm +share/apps/kwin/icewm-themes/titleAT.xpm +share/apps/kwin/icewm-themes/titleIB.xpm +share/apps/kwin/icewm-themes/titleIJ.xpm +share/apps/kwin/icewm-themes/titleIM.xpm +share/apps/kwin/icewm-themes/titleIP.xpm +share/apps/kwin/icewm-themes/titleIQ.xpm +share/apps/kwin/icewm-themes/titleIR.xpm +share/apps/kwin/icewm-themes/titleIS.xpm +share/apps/kwin/icewm-themes/titleIT.xpm +share/apps/kwin/icewm.desktop share/apps/kwin/kde1.desktop share/apps/kwin/kstep.desktop share/apps/kwin/laptop.desktop share/apps/kwin/modernsystem.desktop +share/apps/kwin/mwm.desktop share/apps/kwin/pics/bluesun.png share/apps/kwin/pics/close.png share/apps/kwin/pics/fog-grey.png @@ -1063,18 +1265,18 @@ share/apps/kwin/pics/menu.png share/apps/kwin/pics/pindown.png share/apps/kwin/pics/pinup.png share/apps/kwin/pics/unknown.png +share/apps/kwin/quartz.desktop +share/apps/kwin/redmond.desktop share/apps/kwin/riscos.desktop share/apps/kwin/system.desktop -share/apps/kwin/win2k.desktop -share/apps/kwrite/kwrite_browser.rc -share/apps/kwrite/kwrite_shell.rc +share/apps/kwin/web.desktop share/apps/kwrite/kwriteui.rc -share/apps/kwrite/syntax.xml share/apps/naughtyapplet/pics/naughty-happy.png share/apps/naughtyapplet/pics/naughty-sad.png share/autostart/kdesktop.desktop share/autostart/khotkeys.desktop share/autostart/klipper.desktop +share/autostart/kpersonalizer.desktop share/autostart/ktip.desktop share/autostart/kwrited.desktop share/autostart/panel.desktop @@ -1101,8 +1303,10 @@ share/config/imsmaprc share/config/interferencerc share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdmrc +share/config/kdm/README +share/config/kdm/kdmrc share/config/klipperrc +share/config/konqsidebartng.rc share/config/konsolerc share/config/kshorturifilterrc share/config/kumpparc @@ -1112,56 +1316,29 @@ share/config/lissierc share/config/penroserc share/config/rocksrc share/config/sliprc -share/doc/HTML/en/kcontrol/.anchors -share/doc/HTML/en/kcontrol/action.html -share/doc/HTML/en/kcontrol/background.html -share/doc/HTML/en/kcontrol/batmon.html -share/doc/HTML/en/kcontrol/bell.html -share/doc/HTML/en/kcontrol/borders.html -share/doc/HTML/en/kcontrol/color.html +share/doc/HTML/en/kaddressbook/common +share/doc/HTML/en/kaddressbook/index.cache.bz2 +share/doc/HTML/en/kaddressbook/index.docbook +share/doc/HTML/en/kate/common +share/doc/HTML/en/kate/index.cache.bz2 +share/doc/HTML/en/kate/index.docbook share/doc/HTML/en/kcontrol/common -share/doc/HTML/en/kcontrol/control-center-exiting.html -share/doc/HTML/en/kcontrol/control-center-menus.html -share/doc/HTML/en/kcontrol/control-center-run-indiv.html -share/doc/HTML/en/kcontrol/control-center-screen.html -share/doc/HTML/en/kcontrol/control-center.html -share/doc/HTML/en/kcontrol/cookie.html -share/doc/HTML/en/kcontrol/credits.html -share/doc/HTML/en/kcontrol/crypto.html -share/doc/HTML/en/kcontrol/datetime.html -share/doc/HTML/en/kcontrol/desktop.html -share/doc/HTML/en/kcontrol/devices.html -share/doc/HTML/en/kcontrol/dma.html -share/doc/HTML/en/kcontrol/ebrowse.html -share/doc/HTML/en/kcontrol/email.html -share/doc/HTML/en/kcontrol/energy.html -share/doc/HTML/en/kcontrol/file-assoc.html -share/doc/HTML/en/kcontrol/file-manager.html -share/doc/HTML/en/kcontrol/fonts.html -share/doc/HTML/en/kcontrol/help-index.html -share/doc/HTML/en/kcontrol/icons.html +share/doc/HTML/en/kcontrol/index.cache.bz2 share/doc/HTML/en/kcontrol/index.docbook -share/doc/HTML/en/kcontrol/index.html -share/doc/HTML/en/kcontrol/interrupts.html -share/doc/HTML/en/kcontrol/introduction.html -share/doc/HTML/en/kcontrol/ioports.html -share/doc/HTML/en/kcontrol/kbd.html -share/doc/HTML/en/kcontrol/kblayout.html share/doc/HTML/en/kcontrol/kcmaccess.docbook share/doc/HTML/en/kcontrol/kcmaction.docbook share/doc/HTML/en/kcontrol/kcmbackgnd.docbook share/doc/HTML/en/kcontrol/kcmbatmon.docbook share/doc/HTML/en/kcontrol/kcmbell.docbook share/doc/HTML/en/kcontrol/kcmblockdev.docbook -share/doc/HTML/en/kcontrol/kcmborders.docbook share/doc/HTML/en/kcontrol/kcmcolor.docbook share/doc/HTML/en/kcontrol/kcmcookie.docbook share/doc/HTML/en/kcontrol/kcmcrypto.docbook +share/doc/HTML/en/kcontrol/kcmcss.docbook share/doc/HTML/en/kcontrol/kcmdatetime.docbook share/doc/HTML/en/kcontrol/kcmdesktop.docbook share/doc/HTML/en/kcontrol/kcmdeviceinfo.docbook share/doc/HTML/en/kcontrol/kcmdmainfo.docbook -share/doc/HTML/en/kcontrol/kcmdrkonqi.docbook share/doc/HTML/en/kcontrol/kcmebrowse.docbook share/doc/HTML/en/kcontrol/kcmemail.docbook share/doc/HTML/en/kcontrol/kcmenergy.docbook @@ -1170,13 +1347,15 @@ share/doc/HTML/en/kcontrol/kcmfileman.docbook share/doc/HTML/en/kcontrol/kcmfonts.docbook share/doc/HTML/en/kcontrol/kcmhelpindex.docbook share/doc/HTML/en/kcontrol/kcmicon.docbook -share/doc/HTML/en/kcontrol/kcmiconstyle.docbook share/doc/HTML/en/kcontrol/kcmintinfo.docbook share/doc/HTML/en/kcontrol/kcmioportinfo.docbook share/doc/HTML/en/kcontrol/kcmkbd.docbook -share/doc/HTML/en/kcontrol/kcmkblayout.docbook share/doc/HTML/en/kcontrol/kcmkbrowse.docbook share/doc/HTML/en/kcontrol/kcmkeybind.docbook +share/doc/HTML/en/kcontrol/kcmkonsole.docbook +share/doc/HTML/en/kcontrol/kcmkwintheme.docbook +share/doc/HTML/en/kcontrol/kcmlaunch.docbook +share/doc/HTML/en/kcontrol/kcmlisa.docbook share/doc/HTML/en/kcontrol/kcmlocate.docbook share/doc/HTML/en/kcontrol/kcmloginmanage.docbook share/doc/HTML/en/kcontrol/kcmlowbatcrit.docbook @@ -1185,9 +1364,7 @@ share/doc/HTML/en/kcontrol/kcmmemoryinfo.docbook share/doc/HTML/en/kcontrol/kcmmidi.docbook share/doc/HTML/en/kcontrol/kcmmixer.docbook share/doc/HTML/en/kcontrol/kcmmouse.docbook -share/doc/HTML/en/kcontrol/kcmmousebeh.docbook share/doc/HTML/en/kcontrol/kcmnetscapeplugins.docbook -share/doc/HTML/en/kcontrol/kcmnumbername.docbook share/doc/HTML/en/kcontrol/kcmpanel.docbook share/doc/HTML/en/kcontrol/kcmpartitioninfo.docbook share/doc/HTML/en/kcontrol/kcmpasswd.docbook @@ -1202,206 +1379,91 @@ share/doc/HTML/en/kcontrol/kcmsessionman.docbook share/doc/HTML/en/kcontrol/kcmsmbstat.docbook share/doc/HTML/en/kcontrol/kcmsndinfo.docbook share/doc/HTML/en/kcontrol/kcmsndsrv.docbook +share/doc/HTML/en/kcontrol/kcmsocks.docbook +share/doc/HTML/en/kcontrol/kcmspellchecking.docbook share/doc/HTML/en/kcontrol/kcmstyle.docbook share/doc/HTML/en/kcontrol/kcmsysnotify.docbook share/doc/HTML/en/kcontrol/kcmtalk.docbook share/doc/HTML/en/kcontrol/kcmtaskbar.docbook +share/doc/HTML/en/kcontrol/kcmusb.docbook share/doc/HTML/en/kcontrol/kcmuseragent.docbook share/doc/HTML/en/kcontrol/kcmwinshare.docbook share/doc/HTML/en/kcontrol/kcmxservinfo.docbook -share/doc/HTML/en/kcontrol/key-bindings.html share/doc/HTML/en/kcontrol/kfileman1.png share/doc/HTML/en/kcontrol/kfileman2.png -share/doc/HTML/en/kcontrol/konq-browsing.html -share/doc/HTML/en/kcontrol/laptop.html -share/doc/HTML/en/kcontrol/locale.html -share/doc/HTML/en/kcontrol/login-manager.html -share/doc/HTML/en/kcontrol/lowbatcrit.html -share/doc/HTML/en/kcontrol/lowbatwarn.html -share/doc/HTML/en/kcontrol/memory.html -share/doc/HTML/en/kcontrol/midi.html -share/doc/HTML/en/kcontrol/mixer.html -share/doc/HTML/en/kcontrol/module.html -share/doc/HTML/en/kcontrol/modules.html -share/doc/HTML/en/kcontrol/mouse-behav.html -share/doc/HTML/en/kcontrol/mouse.html -share/doc/HTML/en/kcontrol/nsplugins.html -share/doc/HTML/en/kcontrol/panel.html -share/doc/HTML/en/kcontrol/partitions.html -share/doc/HTML/en/kcontrol/passwords.html -share/doc/HTML/en/kcontrol/pci.html -share/doc/HTML/en/kcontrol/pcmcia.html -share/doc/HTML/en/kcontrol/powerctrl.html -share/doc/HTML/en/kcontrol/processor.html -share/doc/HTML/en/kcontrol/proxies.html -share/doc/HTML/en/kcontrol/sambastatus.html -share/doc/HTML/en/kcontrol/screensaver.html +share/doc/HTML/en/kcontrol/nettimeouts.docbook +share/doc/HTML/en/kcontrol/printmanager.docbook +share/doc/HTML/en/kcontrol/printsystem.docbook +share/doc/HTML/en/kcontrol/protocols.docbook share/doc/HTML/en/kcontrol/screenshot.png -share/doc/HTML/en/kcontrol/scsi.html -share/doc/HTML/en/kcontrol/sessions.html -share/doc/HTML/en/kcontrol/sndserver.html -share/doc/HTML/en/kcontrol/soundinfo.html -share/doc/HTML/en/kcontrol/style.html -share/doc/HTML/en/kcontrol/sys-notify.html -share/doc/HTML/en/kcontrol/taskbar.html -share/doc/HTML/en/kcontrol/user-agent.html -share/doc/HTML/en/kcontrol/windows-shares.html -share/doc/HTML/en/kcontrol/xserver.html -share/doc/HTML/en/kdebugdialog/.anchors +share/doc/HTML/en/kcontrol/systemcontrol.docbook +share/doc/HTML/en/kcontrol/thememgr.docbook share/doc/HTML/en/kdebugdialog/common +share/doc/HTML/en/kdebugdialog/index.cache.bz2 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/kdeprint/common +share/doc/HTML/en/kdeprint/cupsaddprinterwizard1.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard2_backendselection.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan_results.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard4_networkscan_config.png +share/doc/HTML/en/kdeprint/index.cache.bz2 +share/doc/HTML/en/kdeprint/index.docbook share/doc/HTML/en/kdesu/common -share/doc/HTML/en/kdesu/compiling.html -share/doc/HTML/en/kdesu/configuration.html +share/doc/HTML/en/kdesu/index.cache.bz2 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/sec-password-keeping.html -share/doc/HTML/en/kdesu/using-kdesu.html -share/doc/HTML/en/kdm/.anchors -share/doc/HTML/en/kdm/building-and-installing-kdm.html share/doc/HTML/en/kdm/common -share/doc/HTML/en/kdm/configuring-kdm.html -share/doc/HTML/en/kdm/configuring-your-system-for-kdm.html -share/doc/HTML/en/kdm/credits.html -share/doc/HTML/en/kdm/different-window-managers-with-kdm.html +share/doc/HTML/en/kdm/index.cache.bz2 share/doc/HTML/en/kdm/index.docbook -share/doc/HTML/en/kdm/index.html -share/doc/HTML/en/kdm/introduction.html -share/doc/HTML/en/kdm/kdmdesktop.html -share/doc/HTML/en/kdm/lilo.html -share/doc/HTML/en/kdm/locale.html -share/doc/HTML/en/kdm/other-information.html -share/doc/HTML/en/khelpcenter/.anchors share/doc/HTML/en/khelpcenter/background.png share/doc/HTML/en/khelpcenter/bgtable.png share/doc/HTML/en/khelpcenter/common -share/doc/HTML/en/khelpcenter/contact-developers.html -share/doc/HTML/en/khelpcenter/contact-more-information.html -share/doc/HTML/en/khelpcenter/contact-official.html -share/doc/HTML/en/khelpcenter/contact-the-kde-team.html share/doc/HTML/en/khelpcenter/contact.docbook -share/doc/HTML/en/khelpcenter/credits.html -share/doc/HTML/en/khelpcenter/faq/.anchors share/doc/HTML/en/khelpcenter/faq/TODO -share/doc/HTML/en/khelpcenter/faq/about.html -share/doc/HTML/en/khelpcenter/faq/applications.html +share/doc/HTML/en/khelpcenter/faq/about.docbook share/doc/HTML/en/khelpcenter/faq/common -share/doc/HTML/en/khelpcenter/faq/configure.html -share/doc/HTML/en/khelpcenter/faq/contribute.html -share/doc/HTML/en/khelpcenter/faq/credits.html -share/doc/HTML/en/khelpcenter/faq/desktop.html -share/doc/HTML/en/khelpcenter/faq/filemanager.html -share/doc/HTML/en/khelpcenter/faq/getting-kde.html +share/doc/HTML/en/khelpcenter/faq/configkde.docbook +share/doc/HTML/en/khelpcenter/faq/contrib.docbook +share/doc/HTML/en/khelpcenter/faq/desktop.docbook +share/doc/HTML/en/khelpcenter/faq/filemng.docbook +share/doc/HTML/en/khelpcenter/faq/getkde.docbook +share/doc/HTML/en/khelpcenter/faq/index.cache.bz2 share/doc/HTML/en/khelpcenter/faq/index.docbook -share/doc/HTML/en/khelpcenter/faq/index.html -share/doc/HTML/en/khelpcenter/faq/install.html -share/doc/HTML/en/khelpcenter/faq/introduction.html -share/doc/HTML/en/khelpcenter/faq/misc.html -share/doc/HTML/en/khelpcenter/faq/more-info.html -share/doc/HTML/en/khelpcenter/faq/non-kde-apps.html -share/doc/HTML/en/khelpcenter/faq/not-kde.html -share/doc/HTML/en/khelpcenter/faq/panel.html -share/doc/HTML/en/khelpcenter/faq/tips.html -share/doc/HTML/en/khelpcenter/faq/windowmanager.html -share/doc/HTML/en/khelpcenter/help-system-user-manual.html +share/doc/HTML/en/khelpcenter/faq/index.docbook.old +share/doc/HTML/en/khelpcenter/faq/install.docbook +share/doc/HTML/en/khelpcenter/faq/intro.docbook +share/doc/HTML/en/khelpcenter/faq/kdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/misc.docbook +share/doc/HTML/en/khelpcenter/faq/moreinfo.docbook +share/doc/HTML/en/khelpcenter/faq/nonkdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/notrelated.docbook +share/doc/HTML/en/khelpcenter/faq/panel.docbook +share/doc/HTML/en/khelpcenter/faq/tips.docbook +share/doc/HTML/en/khelpcenter/faq/winmng.docbook +share/doc/HTML/en/khelpcenter/glossary/common +share/doc/HTML/en/khelpcenter/glossary/index.cache.bz2 +share/doc/HTML/en/khelpcenter/glossary/index.docbook share/doc/HTML/en/khelpcenter/help.docbook +share/doc/HTML/en/khelpcenter/index.cache.bz2 share/doc/HTML/en/khelpcenter/index.docbook -share/doc/HTML/en/khelpcenter/index.html -share/doc/HTML/en/khelpcenter/interface-basics.html -share/doc/HTML/en/khelpcenter/invoking-help.html share/doc/HTML/en/khelpcenter/kdelogo2.png share/doc/HTML/en/khelpcenter/khelpcenter.png share/doc/HTML/en/khelpcenter/konq.css share/doc/HTML/en/khelpcenter/lines.png share/doc/HTML/en/khelpcenter/lines2.png share/doc/HTML/en/khelpcenter/links.docbook -share/doc/HTML/en/khelpcenter/main.html -share/doc/HTML/en/khelpcenter/no-html.html share/doc/HTML/en/khelpcenter/pointers.png -share/doc/HTML/en/khelpcenter/quickstart/.anchors -share/doc/HTML/en/khelpcenter/quickstart/advanced-topics.html -share/doc/HTML/en/khelpcenter/quickstart/an-overview-of-kde.html -share/doc/HTML/en/khelpcenter/quickstart/archives-and-networks.html share/doc/HTML/en/khelpcenter/quickstart/common -share/doc/HTML/en/khelpcenter/quickstart/configuration-modules.html -share/doc/HTML/en/khelpcenter/quickstart/configure.html -share/doc/HTML/en/khelpcenter/quickstart/credits.html +share/doc/HTML/en/khelpcenter/quickstart/index.cache.bz2 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/kde-an-exciting-journey.html -share/doc/HTML/en/khelpcenter/quickstart/launching-applications.html -share/doc/HTML/en/khelpcenter/quickstart/logging-out.html -share/doc/HTML/en/khelpcenter/quickstart/managing-your-files.html -share/doc/HTML/en/khelpcenter/quickstart/ready-set-go.html -share/doc/HTML/en/khelpcenter/quickstart/using-taskbar.html -share/doc/HTML/en/khelpcenter/quickstart/using-templates.html -share/doc/HTML/en/khelpcenter/quickstart/using-v-desktops.html -share/doc/HTML/en/khelpcenter/quickstart/want-command-line-back.html -share/doc/HTML/en/khelpcenter/quickstart/working-with-windows.html share/doc/HTML/en/khelpcenter/shadow1.png share/doc/HTML/en/khelpcenter/support.docbook -share/doc/HTML/en/khelpcenter/supporting-kde-financial-support.html -share/doc/HTML/en/khelpcenter/supporting-kde-get-started.html -share/doc/HTML/en/khelpcenter/supporting-kde.html -share/doc/HTML/en/khelpcenter/userguide/.anchors -share/doc/HTML/en/khelpcenter/userguide/about-this-preview.html -share/doc/HTML/en/khelpcenter/userguide/adding-programs.html -share/doc/HTML/en/khelpcenter/userguide/all-about-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html share/doc/HTML/en/khelpcenter/userguide/common -share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/desktop-components.html -share/doc/HTML/en/khelpcenter/userguide/docu-staff.html -share/doc/HTML/en/khelpcenter/userguide/entertainment-applications.html -share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html -share/doc/HTML/en/khelpcenter/userguide/first-impressions.html -share/doc/HTML/en/khelpcenter/userguide/frequently-asked-questions.html -share/doc/HTML/en/khelpcenter/userguide/getting-kde.html -share/doc/HTML/en/khelpcenter/userguide/getting-started.html -share/doc/HTML/en/khelpcenter/userguide/graphical-applications.html +share/doc/HTML/en/khelpcenter/userguide/index.cache.bz2 share/doc/HTML/en/khelpcenter/userguide/index.docbook -share/doc/HTML/en/khelpcenter/userguide/index.html -share/doc/HTML/en/khelpcenter/userguide/installation.html -share/doc/HTML/en/khelpcenter/userguide/installing-debian.html -share/doc/HTML/en/khelpcenter/userguide/introduction.html -share/doc/HTML/en/khelpcenter/userguide/kdeadmin-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdebase-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdepim-applications.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/license.html -share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms.html -share/doc/HTML/en/khelpcenter/userguide/more-help.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/multimedia-applications.html -share/doc/HTML/en/khelpcenter/userguide/network-applications.html -share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html -share/doc/HTML/en/khelpcenter/userguide/shortcuts.html -share/doc/HTML/en/khelpcenter/userguide/source-distribution.html -share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html -share/doc/HTML/en/khelpcenter/userguide/suse-install.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-templates.html -share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html -share/doc/HTML/en/khelpcenter/userguide/utility-applications.html -share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html -share/doc/HTML/en/khelpcenter/visualdict/.anchors share/doc/HTML/en/khelpcenter/visualdict/common -share/doc/HTML/en/khelpcenter/visualdict/credits.html +share/doc/HTML/en/khelpcenter/visualdict/index.cache.bz2 share/doc/HTML/en/khelpcenter/visualdict/index.docbook -share/doc/HTML/en/khelpcenter/visualdict/index.html share/doc/HTML/en/khelpcenter/visualdict/pict1.png share/doc/HTML/en/khelpcenter/visualdict/pict10.png share/doc/HTML/en/khelpcenter/visualdict/pict11.png @@ -1422,77 +1484,58 @@ share/doc/HTML/en/khelpcenter/visualdict/pict6.png share/doc/HTML/en/khelpcenter/visualdict/pict7.png share/doc/HTML/en/khelpcenter/visualdict/pict8.png share/doc/HTML/en/khelpcenter/visualdict/pict9.png -share/doc/HTML/en/khelpcenter/visualdict/visual-dictionary.html -share/doc/HTML/en/khelpcenter/web.html -share/doc/HTML/en/khelpcenter/welcome-to-kde.html share/doc/HTML/en/khelpcenter/welcome.docbook -share/doc/HTML/en/khelpcenter/what-is-kde-the-desktop.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-development-framework.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-office-suite.html -share/doc/HTML/en/khelpcenter/what-is-kde.html share/doc/HTML/en/khelpcenter/whatiskde.docbook -share/doc/HTML/en/kicker/.anchors -share/doc/HTML/en/kicker/applets.html -share/doc/HTML/en/kicker/application-group.html -share/doc/HTML/en/kicker/basics.html -share/doc/HTML/en/kicker/browsers.html -share/doc/HTML/en/kicker/child-panel-extension.html -share/doc/HTML/en/kicker/clock-applet.html -share/doc/HTML/en/kicker/commands.html +share/doc/HTML/en/kicker/bookmarks_icon.png share/doc/HTML/en/kicker/common -share/doc/HTML/en/kicker/compilation.html -share/doc/HTML/en/kicker/configuration.html -share/doc/HTML/en/kicker/configuring-apps.html -share/doc/HTML/en/kicker/configuring.html -share/doc/HTML/en/kicker/credits.html -share/doc/HTML/en/kicker/dock-application-bar-extension.html -share/doc/HTML/en/kicker/extensions.html -share/doc/HTML/en/kicker/faq.html +share/doc/HTML/en/kicker/desktop_icon.png +share/doc/HTML/en/kicker/index.cache.bz2 share/doc/HTML/en/kicker/index.docbook -share/doc/HTML/en/kicker/index.html -share/doc/HTML/en/kicker/installation.html -share/doc/HTML/en/kicker/introduction.html -share/doc/HTML/en/kicker/k-menu.html share/doc/HTML/en/kicker/k_menu_icon.png -share/doc/HTML/en/kicker/kasbar-extension.html -share/doc/HTML/en/kicker/kfind-advanced.html -share/doc/HTML/en/kicker/kfind-date-range.html -share/doc/HTML/en/kicker/kfind.html -share/doc/HTML/en/kicker/launcher-applet.html -share/doc/HTML/en/kicker/most-recently-group.html -share/doc/HTML/en/kicker/naughty-applet.html -share/doc/HTML/en/kicker/pager-applet.html -share/doc/HTML/en/kicker/panel-applets.html -share/doc/HTML/en/kicker/panel-buttons.html -share/doc/HTML/en/kicker/panel-looknfeel.html -share/doc/HTML/en/kicker/panel-menus.html -share/doc/HTML/en/kicker/requirements.html -share/doc/HTML/en/kicker/run-applet.html -share/doc/HTML/en/kicker/run-command.html +share/doc/HTML/en/kicker/recent_docs_icon.png share/doc/HTML/en/kicker/screenshot_left.png share/doc/HTML/en/kicker/screenshot_right.png -share/doc/HTML/en/kicker/systemtray-applet.html -share/doc/HTML/en/kicker/using-kicker.html +share/doc/HTML/en/kicker/taskbar_group.png +share/doc/HTML/en/kicker/terminals_icon.png share/doc/HTML/en/kicker/windowlist_icon.png -share/doc/HTML/en/klipper/.anchors -share/doc/HTML/en/klipper/actions.html +share/doc/HTML/en/kioslave/audiocd.docbook +share/doc/HTML/en/kioslave/bzip.docbook +share/doc/HTML/en/kioslave/bzip2.docbook +share/doc/HTML/en/kioslave/common +share/doc/HTML/en/kioslave/file.docbook +share/doc/HTML/en/kioslave/finger.docbook +share/doc/HTML/en/kioslave/floppy.docbook +share/doc/HTML/en/kioslave/ftp.docbook +share/doc/HTML/en/kioslave/gopher.docbook +share/doc/HTML/en/kioslave/gzip.docbook +share/doc/HTML/en/kioslave/help.docbook +share/doc/HTML/en/kioslave/http.docbook +share/doc/HTML/en/kioslave/https.docbook +share/doc/HTML/en/kioslave/imap.docbook +share/doc/HTML/en/kioslave/imaps.docbook +share/doc/HTML/en/kioslave/index.cache.bz2 +share/doc/HTML/en/kioslave/index.docbook +share/doc/HTML/en/kioslave/info.docbook +share/doc/HTML/en/kioslave/lan.docbook +share/doc/HTML/en/kioslave/ldap.docbook +share/doc/HTML/en/kioslave/mailto.docbook +share/doc/HTML/en/kioslave/man.docbook +share/doc/HTML/en/kioslave/news.docbook +share/doc/HTML/en/kioslave/nfs.docbook +share/doc/HTML/en/kioslave/nntp.docbook +share/doc/HTML/en/kioslave/pop3.docbook +share/doc/HTML/en/kioslave/pop3s.docbook +share/doc/HTML/en/kioslave/rlan.docbook +share/doc/HTML/en/kioslave/rlogin.docbook +share/doc/HTML/en/kioslave/smb.docbook +share/doc/HTML/en/kioslave/tar.docbook +share/doc/HTML/en/kioslave/telnet.docbook +share/doc/HTML/en/kioslave/thumbnail.docbook share/doc/HTML/en/klipper/common -share/doc/HTML/en/klipper/compilation.html -share/doc/HTML/en/klipper/configuration.html -share/doc/HTML/en/klipper/credits.html +share/doc/HTML/en/klipper/index.cache.bz2 share/doc/HTML/en/klipper/index.docbook -share/doc/HTML/en/klipper/index.html -share/doc/HTML/en/klipper/installation.html -share/doc/HTML/en/klipper/introduction.html -share/doc/HTML/en/klipper/requirements.html share/doc/HTML/en/klipper/screenshot.png -share/doc/HTML/en/klipper/using-klipper.html -share/doc/HTML/en/kmenuedit/.anchors share/doc/HTML/en/kmenuedit/common -share/doc/HTML/en/kmenuedit/compilation.html -share/doc/HTML/en/kmenuedit/credits.html -share/doc/HTML/en/kmenuedit/details-advanced.html -share/doc/HTML/en/kmenuedit/glossary.html share/doc/HTML/en/kmenuedit/i_copy.png share/doc/HTML/en/kmenuedit/i_cut.png share/doc/HTML/en/kmenuedit/i_delete.png @@ -1502,163 +1545,141 @@ share/doc/HTML/en/kmenuedit/i_new_submenu.png share/doc/HTML/en/kmenuedit/i_paste.png share/doc/HTML/en/kmenuedit/icon_sets.png share/doc/HTML/en/kmenuedit/icons.png +share/doc/HTML/en/kmenuedit/index.cache.bz2 share/doc/HTML/en/kmenuedit/index.docbook -share/doc/HTML/en/kmenuedit/index.html -share/doc/HTML/en/kmenuedit/installation.html -share/doc/HTML/en/kmenuedit/introduction.html -share/doc/HTML/en/kmenuedit/menu-reference.html -share/doc/HTML/en/kmenuedit/using-kmenuedit.html -share/doc/HTML/en/konqueror/.anchors -share/doc/HTML/en/konqueror/basics.html -share/doc/HTML/en/konqueror/bookmarks.html -share/doc/HTML/en/konqueror/browser.html -share/doc/HTML/en/konqueror/bubble.html share/doc/HTML/en/konqueror/cmndline.png -share/doc/HTML/en/konqueror/commandline.html -share/doc/HTML/en/konqueror/commands.html share/doc/HTML/en/konqueror/common -share/doc/HTML/en/konqueror/config.html -share/doc/HTML/en/konqueror/configfm.html -share/doc/HTML/en/konqueror/configure-browser.html -share/doc/HTML/en/konqueror/configure-enhanced-browsing.html -share/doc/HTML/en/konqueror/configure-proxy.html -share/doc/HTML/en/konqueror/configure-user-agent.html -share/doc/HTML/en/konqueror/cookies.html -share/doc/HTML/en/konqueror/credits.html -share/doc/HTML/en/konqueror/crypto.html -share/doc/HTML/en/konqueror/deleting.html share/doc/HTML/en/konqueror/dirtree.png share/doc/HTML/en/konqueror/dragdrop.png -share/doc/HTML/en/konqueror/faq.html -share/doc/HTML/en/konqueror/file-associations.html -share/doc/HTML/en/konqueror/filemanager.html share/doc/HTML/en/konqueror/filetype1.png share/doc/HTML/en/konqueror/filetype3.png share/doc/HTML/en/konqueror/filetype4.png -share/doc/HTML/en/konqueror/ftp.html +share/doc/HTML/en/konqueror/index.cache.bz2 share/doc/HTML/en/konqueror/index.docbook -share/doc/HTML/en/konqueror/index.html -share/doc/HTML/en/konqueror/installation.html share/doc/HTML/en/konqueror/konqorg.png -share/doc/HTML/en/konqueror/lmb-mmb.html -share/doc/HTML/en/konqueror/making.html -share/doc/HTML/en/konqueror/man-info.html -share/doc/HTML/en/konqueror/moving.html -share/doc/HTML/en/konqueror/multiple.html -share/doc/HTML/en/konqueror/newname.html -share/doc/HTML/en/konqueror/parts.html share/doc/HTML/en/konqueror/parts.png -share/doc/HTML/en/konqueror/plugin.html -share/doc/HTML/en/konqueror/rmb-menus.html share/doc/HTML/en/konqueror/samba.png -share/doc/HTML/en/konqueror/save-print-web.html -share/doc/HTML/en/konqueror/save-settings.html -share/doc/HTML/en/konqueror/surf.html -share/doc/HTML/en/konsole/.anchors -share/doc/HTML/en/konsole/command-line-options.html share/doc/HTML/en/konsole/common -share/doc/HTML/en/konsole/credits.html -share/doc/HTML/en/konsole/history-option.html +share/doc/HTML/en/konsole/index.cache.bz2 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/konsole.png share/doc/HTML/en/konsole/konsole1.gif share/doc/HTML/en/konsole/konsole2.gif -share/doc/HTML/en/konsole/menubar.html -share/doc/HTML/en/konsole/mousebuttons.html share/doc/HTML/en/konsole/techref.html -share/doc/HTML/en/konsole/toolbar.html -share/doc/HTML/en/konsole/use-of-konsole.html share/doc/HTML/en/konsole/vt100.gif -share/doc/HTML/en/kpager/.anchors -share/doc/HTML/en/kpager/commands.html share/doc/HTML/en/kpager/common -share/doc/HTML/en/kpager/compilation.html -share/doc/HTML/en/kpager/credits.html -share/doc/HTML/en/kpager/faq.html +share/doc/HTML/en/kpager/index.cache.bz2 share/doc/HTML/en/kpager/index.docbook -share/doc/HTML/en/kpager/index.html -share/doc/HTML/en/kpager/installation.html -share/doc/HTML/en/kpager/introduction.html -share/doc/HTML/en/kpager/kapp-settings.html -share/doc/HTML/en/kpager/requirements.html share/doc/HTML/en/kpager/screenshot.png share/doc/HTML/en/kpager/settings.png -share/doc/HTML/en/kpager/using-kapp.html -share/doc/HTML/en/ksysguard/.anchors share/doc/HTML/en/ksysguard/common -share/doc/HTML/en/ksysguard/compilationandinstallation.html -share/doc/HTML/en/ksysguard/credits-and-licenses.html +share/doc/HTML/en/ksysguard/index.cache.bz2 share/doc/HTML/en/ksysguard/index.docbook -share/doc/HTML/en/ksysguard/index.html -share/doc/HTML/en/ksysguard/installation.html -share/doc/HTML/en/ksysguard/introduction.html -share/doc/HTML/en/ksysguard/requirements.html -share/doc/HTML/en/ksysguard/the-sensor-browser.html -share/doc/HTML/en/ksysguard/the-workspace.html -share/doc/HTML/en/ksysguard/usingtheksysguard.html -share/doc/HTML/en/kwrite/.anchors -share/doc/HTML/en/kwrite/command-line-options.html share/doc/HTML/en/kwrite/common -share/doc/HTML/en/kwrite/credits.html -share/doc/HTML/en/kwrite/edit.html -share/doc/HTML/en/kwrite/go.html -share/doc/HTML/en/kwrite/help.html +share/doc/HTML/en/kwrite/index.cache.bz2 share/doc/HTML/en/kwrite/index.docbook -share/doc/HTML/en/kwrite/index.html -share/doc/HTML/en/kwrite/installation.html -share/doc/HTML/en/kwrite/introduction.html -share/doc/HTML/en/kwrite/keybindings.html -share/doc/HTML/en/kwrite/on-screen-fundamentals.html -share/doc/HTML/en/kwrite/pref-dialog.html -share/doc/HTML/en/kwrite/pref-edit.html -share/doc/HTML/en/kwrite/pref-highlighting.html -share/doc/HTML/en/kwrite/pref-indent.html -share/doc/HTML/en/kwrite/pref-select.html -share/doc/HTML/en/kwrite/prefspellchecker.html -share/doc/HTML/en/kwrite/settings.html -share/doc/HTML/en/kwrite/the-menu-entries.html -share/doc/HTML/en/kwrite/tools.html -share/doc/HTML/en/no-html.html share/fonts/9x15.pcf.gz share/fonts/console8x16.pcf.gz share/fonts/console8x8.pcf.gz share/fonts/fonts.dir share/fonts/override/fonts.dir +share/icons/hicolor/16x16/actions/view_choose.png +share/icons/hicolor/16x16/actions/view_detailed.png +share/icons/hicolor/16x16/actions/view_icon.png +share/icons/hicolor/16x16/actions/view_multicolumn.png +share/icons/hicolor/16x16/actions/view_text.png +share/icons/hicolor/16x16/actions/view_tree.png +share/icons/hicolor/16x16/apps/access.png +share/icons/hicolor/16x16/apps/acroread.png +share/icons/hicolor/16x16/apps/agent.png +share/icons/hicolor/16x16/apps/alevt.png +share/icons/hicolor/16x16/apps/applixware.png +share/icons/hicolor/16x16/apps/arts.png share/icons/hicolor/16x16/apps/background.png share/icons/hicolor/16x16/apps/bell.png +share/icons/hicolor/16x16/apps/blender.png +share/icons/hicolor/16x16/apps/clock.png +share/icons/hicolor/16x16/apps/colors.png share/icons/hicolor/16x16/apps/cookie.png +share/icons/hicolor/16x16/apps/date.png +share/icons/hicolor/16x16/apps/designer.png +share/icons/hicolor/16x16/apps/dlgedit.png +share/icons/hicolor/16x16/apps/emacs.png share/icons/hicolor/16x16/apps/email.png share/icons/hicolor/16x16/apps/energy.png +share/icons/hicolor/16x16/apps/energy_star.png share/icons/hicolor/16x16/apps/enhanced_browsing.png +share/icons/hicolor/16x16/apps/filetypes.png +share/icons/hicolor/16x16/apps/fonts.png +share/icons/hicolor/16x16/apps/gimp.png share/icons/hicolor/16x16/apps/go.png +share/icons/hicolor/16x16/apps/gv.png +share/icons/hicolor/16x16/apps/gvim.png +share/icons/hicolor/16x16/apps/help_index.png share/icons/hicolor/16x16/apps/hwinfo.png +share/icons/hicolor/16x16/apps/icons.png +share/icons/hicolor/16x16/apps/iconthemes.png share/icons/hicolor/16x16/apps/input_devices_settings.png +share/icons/hicolor/16x16/apps/kaddressbook.png share/icons/hicolor/16x16/apps/kappfinder.png +share/icons/hicolor/16x16/apps/kate.png +share/icons/hicolor/16x16/apps/kcmdevices.png +share/icons/hicolor/16x16/apps/kcmkicker.png share/icons/hicolor/16x16/apps/kcmkwm.png +share/icons/hicolor/16x16/apps/kcmmemory.png +share/icons/hicolor/16x16/apps/kcmmidi.png +share/icons/hicolor/16x16/apps/kcmpartitions.png +share/icons/hicolor/16x16/apps/kcmpci.png +share/icons/hicolor/16x16/apps/kcmprocessor.png +share/icons/hicolor/16x16/apps/kcmscsi.png +share/icons/hicolor/16x16/apps/kcmsound.png share/icons/hicolor/16x16/apps/kcmsystem.png +share/icons/hicolor/16x16/apps/kcmx.png share/icons/hicolor/16x16/apps/kcontrol.png +share/icons/hicolor/16x16/apps/kdeprintfax.png share/icons/hicolor/16x16/apps/kdisknav.png +share/icons/hicolor/16x16/apps/kdmconfig.png share/icons/hicolor/16x16/apps/keditbookmarks.png +share/icons/hicolor/16x16/apps/key_bindings.png +share/icons/hicolor/16x16/apps/keyboard.png +share/icons/hicolor/16x16/apps/keyboard_layout.png share/icons/hicolor/16x16/apps/kfm.png share/icons/hicolor/16x16/apps/kfm_home.png share/icons/hicolor/16x16/apps/khelpcenter.png +share/icons/hicolor/16x16/apps/kicker.png +share/icons/hicolor/16x16/apps/kjobviewer.png share/icons/hicolor/16x16/apps/klipper.png +share/icons/hicolor/16x16/apps/kmenuedit.png +share/icons/hicolor/16x16/apps/knotify.png share/icons/hicolor/16x16/apps/konqueror.png share/icons/hicolor/16x16/apps/konsole.png +share/icons/hicolor/16x16/apps/kpager.png +share/icons/hicolor/16x16/apps/kpersonalizer.png share/icons/hicolor/16x16/apps/kscreensaver.png share/icons/hicolor/16x16/apps/ksysguard.png +share/icons/hicolor/16x16/apps/kthememgr.png share/icons/hicolor/16x16/apps/ktip.png +share/icons/hicolor/16x16/apps/kwin.png share/icons/hicolor/16x16/apps/kwrite.png +share/icons/hicolor/16x16/apps/licq.png share/icons/hicolor/16x16/apps/locale.png share/icons/hicolor/16x16/apps/looknfeel.png +share/icons/hicolor/16x16/apps/lyx.png +share/icons/hicolor/16x16/apps/mathematica.png +share/icons/hicolor/16x16/apps/mouse.png +share/icons/hicolor/16x16/apps/mozilla.png share/icons/hicolor/16x16/apps/multimedia.png +share/icons/hicolor/16x16/apps/nedit.png share/icons/hicolor/16x16/apps/netscape.png share/icons/hicolor/16x16/apps/package_applications.png share/icons/hicolor/16x16/apps/package_development.png share/icons/hicolor/16x16/apps/package_editors.png +share/icons/hicolor/16x16/apps/package_favourite.png +share/icons/hicolor/16x16/apps/package_games.png +share/icons/hicolor/16x16/apps/package_games_arcade.png +share/icons/hicolor/16x16/apps/package_games_board.png +share/icons/hicolor/16x16/apps/package_games_card.png +share/icons/hicolor/16x16/apps/package_games_strategy.png share/icons/hicolor/16x16/apps/package_graphics.png share/icons/hicolor/16x16/apps/package_multimedia.png share/icons/hicolor/16x16/apps/package_network.png @@ -1667,25 +1688,41 @@ share/icons/hicolor/16x16/apps/package_system.png share/icons/hicolor/16x16/apps/package_toys.png share/icons/hicolor/16x16/apps/package_utilities.png share/icons/hicolor/16x16/apps/package_wordprocessing.png +share/icons/hicolor/16x16/apps/panel.png +share/icons/hicolor/16x16/apps/panel_settings.png +share/icons/hicolor/16x16/apps/password.png +share/icons/hicolor/16x16/apps/penguin.png +share/icons/hicolor/16x16/apps/personal.png +share/icons/hicolor/16x16/apps/plan.png +share/icons/hicolor/16x16/apps/printmgr.png +share/icons/hicolor/16x16/apps/proxy.png share/icons/hicolor/16x16/apps/pybliographic.png share/icons/hicolor/16x16/apps/realplayer.png share/icons/hicolor/16x16/apps/remote.png share/icons/hicolor/16x16/apps/samba.png share/icons/hicolor/16x16/apps/style.png +share/icons/hicolor/16x16/apps/stylesheet.png +share/icons/hicolor/16x16/apps/terminal.png +share/icons/hicolor/16x16/apps/usb.png +share/icons/hicolor/16x16/apps/wabi.png share/icons/hicolor/16x16/apps/window_list.png -share/icons/hicolor/16x16/devices/3floppy_mount.png -share/icons/hicolor/16x16/devices/3floppy_unmount.png -share/icons/hicolor/16x16/devices/cdaudio_mount.png -share/icons/hicolor/16x16/devices/cdaudio_unmount.png -share/icons/hicolor/16x16/devices/cdrom_mount.png -share/icons/hicolor/16x16/devices/cdrom_unmount.png -share/icons/hicolor/16x16/devices/dvd_mount.png -share/icons/hicolor/16x16/devices/dvd_unmount.png -share/icons/hicolor/16x16/devices/hdd_mount.png -share/icons/hicolor/16x16/devices/hdd_unmount.png -share/icons/hicolor/16x16/devices/nfs_mount.png -share/icons/hicolor/16x16/devices/nfs_unmount.png -share/icons/hicolor/16x16/devices/printer1.png +share/icons/hicolor/16x16/apps/winprops.png +share/icons/hicolor/16x16/apps/wp.png +share/icons/hicolor/16x16/apps/xcalc.png +share/icons/hicolor/16x16/apps/xclipboard.png +share/icons/hicolor/16x16/apps/xclock.png +share/icons/hicolor/16x16/apps/xconsole.png +share/icons/hicolor/16x16/apps/xedit.png +share/icons/hicolor/16x16/apps/xemacs.png +share/icons/hicolor/16x16/apps/xeyes.png +share/icons/hicolor/16x16/apps/xfig.png +share/icons/hicolor/16x16/apps/xfmail.png +share/icons/hicolor/16x16/apps/xload.png +share/icons/hicolor/16x16/apps/xmag.png +share/icons/hicolor/16x16/apps/xmms.png +share/icons/hicolor/16x16/apps/xosview.png +share/icons/hicolor/16x16/apps/xpaint.png +share/icons/hicolor/16x16/apps/xv.png share/icons/hicolor/16x16/filesystems/file_important.png share/icons/hicolor/16x16/filesystems/folder_important.png share/icons/hicolor/22x22/actions/view_choose.png @@ -1703,27 +1740,41 @@ share/icons/hicolor/32x32/actions/view_tree.png share/icons/hicolor/32x32/apps/access.png share/icons/hicolor/32x32/apps/acroread.png share/icons/hicolor/32x32/apps/agent.png +share/icons/hicolor/32x32/apps/alevt.png +share/icons/hicolor/32x32/apps/applixware.png +share/icons/hicolor/32x32/apps/background.png share/icons/hicolor/32x32/apps/bell.png share/icons/hicolor/32x32/apps/blender.png +share/icons/hicolor/32x32/apps/clanbomber.png share/icons/hicolor/32x32/apps/clock.png share/icons/hicolor/32x32/apps/colors.png share/icons/hicolor/32x32/apps/cookie.png share/icons/hicolor/32x32/apps/date.png share/icons/hicolor/32x32/apps/designer.png +share/icons/hicolor/32x32/apps/dlgedit.png share/icons/hicolor/32x32/apps/emacs.png share/icons/hicolor/32x32/apps/email.png share/icons/hicolor/32x32/apps/energy.png +share/icons/hicolor/32x32/apps/energy_star.png share/icons/hicolor/32x32/apps/enhanced_browsing.png +share/icons/hicolor/32x32/apps/error.png share/icons/hicolor/32x32/apps/filetypes.png share/icons/hicolor/32x32/apps/fonts.png +share/icons/hicolor/32x32/apps/gimp.png share/icons/hicolor/32x32/apps/go.png +share/icons/hicolor/32x32/apps/gv.png +share/icons/hicolor/32x32/apps/gvim.png share/icons/hicolor/32x32/apps/help_index.png share/icons/hicolor/32x32/apps/hwinfo.png share/icons/hicolor/32x32/apps/icons.png share/icons/hicolor/32x32/apps/iconthemes.png +share/icons/hicolor/32x32/apps/input_devices_settings.png +share/icons/hicolor/32x32/apps/kaddressbook.png share/icons/hicolor/32x32/apps/kappfinder.png +share/icons/hicolor/32x32/apps/kate.png share/icons/hicolor/32x32/apps/kcmdevices.png share/icons/hicolor/32x32/apps/kcmdrkonqi.png +share/icons/hicolor/32x32/apps/kcmkicker.png share/icons/hicolor/32x32/apps/kcmkwm.png share/icons/hicolor/32x32/apps/kcmmemory.png share/icons/hicolor/32x32/apps/kcmmidi.png @@ -1735,36 +1786,48 @@ share/icons/hicolor/32x32/apps/kcmsound.png share/icons/hicolor/32x32/apps/kcmsystem.png share/icons/hicolor/32x32/apps/kcmx.png share/icons/hicolor/32x32/apps/kcontrol.png +share/icons/hicolor/32x32/apps/kdeprintfax.png share/icons/hicolor/32x32/apps/kdisknav.png share/icons/hicolor/32x32/apps/kdmconfig.png share/icons/hicolor/32x32/apps/keditbookmarks.png share/icons/hicolor/32x32/apps/key_bindings.png +share/icons/hicolor/32x32/apps/keyboard.png share/icons/hicolor/32x32/apps/keyboard_layout.png share/icons/hicolor/32x32/apps/kfm.png share/icons/hicolor/32x32/apps/kfm_home.png share/icons/hicolor/32x32/apps/khelpcenter.png +share/icons/hicolor/32x32/apps/kjobviewer.png share/icons/hicolor/32x32/apps/klipper.png share/icons/hicolor/32x32/apps/kmenuedit.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/kpager.png +share/icons/hicolor/32x32/apps/kpersonalizer.png share/icons/hicolor/32x32/apps/kscreensaver.png share/icons/hicolor/32x32/apps/ksysguard.png share/icons/hicolor/32x32/apps/kthememgr.png share/icons/hicolor/32x32/apps/ktip.png share/icons/hicolor/32x32/apps/kwin.png share/icons/hicolor/32x32/apps/kwrite.png +share/icons/hicolor/32x32/apps/licq.png share/icons/hicolor/32x32/apps/locale.png share/icons/hicolor/32x32/apps/looknfeel.png +share/icons/hicolor/32x32/apps/lyx.png +share/icons/hicolor/32x32/apps/mathematica.png share/icons/hicolor/32x32/apps/mouse.png share/icons/hicolor/32x32/apps/multimedia.png +share/icons/hicolor/32x32/apps/nedit.png share/icons/hicolor/32x32/apps/netscape.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_games_arcade.png +share/icons/hicolor/32x32/apps/package_games_board.png +share/icons/hicolor/32x32/apps/package_games_card.png +share/icons/hicolor/32x32/apps/package_games_strategy.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 @@ -1774,44 +1837,41 @@ share/icons/hicolor/32x32/apps/package_toys.png share/icons/hicolor/32x32/apps/package_utilities.png share/icons/hicolor/32x32/apps/package_wordprocessing.png share/icons/hicolor/32x32/apps/password.png +share/icons/hicolor/32x32/apps/penguin.png +share/icons/hicolor/32x32/apps/personal.png +share/icons/hicolor/32x32/apps/plan.png +share/icons/hicolor/32x32/apps/printmgr.png share/icons/hicolor/32x32/apps/proxy.png share/icons/hicolor/32x32/apps/pybliographic.png +share/icons/hicolor/32x32/apps/pysol.png share/icons/hicolor/32x32/apps/realplayer.png +share/icons/hicolor/32x32/apps/samba.png share/icons/hicolor/32x32/apps/style.png +share/icons/hicolor/32x32/apps/stylesheet.png share/icons/hicolor/32x32/apps/terminal.png +share/icons/hicolor/32x32/apps/usb.png +share/icons/hicolor/32x32/apps/wabi.png share/icons/hicolor/32x32/apps/window_list.png share/icons/hicolor/32x32/apps/winprops.png +share/icons/hicolor/32x32/apps/wp.png +share/icons/hicolor/32x32/apps/x.png share/icons/hicolor/32x32/apps/xapp.png share/icons/hicolor/32x32/apps/xawtv.png +share/icons/hicolor/32x32/apps/xcalc.png +share/icons/hicolor/32x32/apps/xclipboard.png +share/icons/hicolor/32x32/apps/xclock.png +share/icons/hicolor/32x32/apps/xconsole.png share/icons/hicolor/32x32/apps/xedit.png share/icons/hicolor/32x32/apps/xemacs.png +share/icons/hicolor/32x32/apps/xeyes.png +share/icons/hicolor/32x32/apps/xfig.png +share/icons/hicolor/32x32/apps/xfmail.png +share/icons/hicolor/32x32/apps/xload.png share/icons/hicolor/32x32/apps/xmag.png +share/icons/hicolor/32x32/apps/xmms.png +share/icons/hicolor/32x32/apps/xosview.png +share/icons/hicolor/32x32/apps/xpaint.png share/icons/hicolor/32x32/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/32x32/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/32x32/devices/dvd_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/nfs_mount.png -share/icons/hicolor/32x32/devices/nfs_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/32x32/filesystems/file_important.png share/icons/hicolor/32x32/filesystems/folder_important.png share/icons/hicolor/48x48/apps/access.png @@ -1826,6 +1886,7 @@ share/icons/hicolor/48x48/apps/designer.png share/icons/hicolor/48x48/apps/emacs.png share/icons/hicolor/48x48/apps/email.png share/icons/hicolor/48x48/apps/energy.png +share/icons/hicolor/48x48/apps/energy_star.png share/icons/hicolor/48x48/apps/enhanced_browsing.png share/icons/hicolor/48x48/apps/filetypes.png share/icons/hicolor/48x48/apps/fonts.png @@ -1836,7 +1897,9 @@ share/icons/hicolor/48x48/apps/help_index.png share/icons/hicolor/48x48/apps/hwinfo.png share/icons/hicolor/48x48/apps/icons.png share/icons/hicolor/48x48/apps/iconthemes.png +share/icons/hicolor/48x48/apps/input_devices_settings.png share/icons/hicolor/48x48/apps/kappfinder.png +share/icons/hicolor/48x48/apps/kate.png share/icons/hicolor/48x48/apps/kcmdevices.png share/icons/hicolor/48x48/apps/kcmdrkonqi.png share/icons/hicolor/48x48/apps/kcmkwm.png @@ -1868,6 +1931,7 @@ share/icons/hicolor/48x48/apps/kthememgr.png share/icons/hicolor/48x48/apps/ktip.png share/icons/hicolor/48x48/apps/kwin.png share/icons/hicolor/48x48/apps/kwrite.png +share/icons/hicolor/48x48/apps/licq.png share/icons/hicolor/48x48/apps/locale.png share/icons/hicolor/48x48/apps/looknfeel.png share/icons/hicolor/48x48/apps/mouse.png @@ -1878,6 +1942,10 @@ 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_games_arcade.png +share/icons/hicolor/48x48/apps/package_games_board.png +share/icons/hicolor/48x48/apps/package_games_card.png +share/icons/hicolor/48x48/apps/package_games_strategy.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 @@ -1887,321 +1955,24 @@ share/icons/hicolor/48x48/apps/package_toys.png share/icons/hicolor/48x48/apps/package_utilities.png share/icons/hicolor/48x48/apps/package_wordprocessing.png share/icons/hicolor/48x48/apps/password.png +share/icons/hicolor/48x48/apps/personal.png share/icons/hicolor/48x48/apps/proxy.png share/icons/hicolor/48x48/apps/remote.png share/icons/hicolor/48x48/apps/samba.png share/icons/hicolor/48x48/apps/style.png +share/icons/hicolor/48x48/apps/stylesheet.png share/icons/hicolor/48x48/apps/terminal.png +share/icons/hicolor/48x48/apps/usb.png share/icons/hicolor/48x48/apps/window_list.png share/icons/hicolor/48x48/apps/winprops.png share/icons/hicolor/48x48/apps/xedit.png share/icons/hicolor/48x48/apps/xemacs.png share/icons/hicolor/48x48/apps/xmag.png share/icons/hicolor/48x48/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/48x48/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/48x48/devices/dvd_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/nfs_mount.png -share/icons/hicolor/48x48/devices/nfs_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/hicolor/48x48/filesystems/file_important.png share/icons/hicolor/48x48/filesystems/folder_important.png -share/icons/locolor/16x16/actions/bookmark_folder.png -share/icons/locolor/16x16/actions/view_choose.png -share/icons/locolor/16x16/actions/view_detailed.png -share/icons/locolor/16x16/actions/view_icon.png -share/icons/locolor/16x16/actions/view_multicolumn.png -share/icons/locolor/16x16/actions/view_text.png -share/icons/locolor/16x16/actions/view_tree.png -share/icons/locolor/16x16/apps/access.png -share/icons/locolor/16x16/apps/acroread.png -share/icons/locolor/16x16/apps/agent.png -share/icons/locolor/16x16/apps/alevt.png -share/icons/locolor/16x16/apps/applixware.png -share/icons/locolor/16x16/apps/arts.png -share/icons/locolor/16x16/apps/background.png share/icons/locolor/16x16/apps/bell.png -share/icons/locolor/16x16/apps/blender.png -share/icons/locolor/16x16/apps/clock.png -share/icons/locolor/16x16/apps/colors.png -share/icons/locolor/16x16/apps/cookie.png -share/icons/locolor/16x16/apps/date.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/enhanced_browsing.png -share/icons/locolor/16x16/apps/filetypes.png -share/icons/locolor/16x16/apps/fonts.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/help_index.png -share/icons/locolor/16x16/apps/hwinfo.png -share/icons/locolor/16x16/apps/icons.png -share/icons/locolor/16x16/apps/iconthemes.png -share/icons/locolor/16x16/apps/input_devices_settings.png -share/icons/locolor/16x16/apps/kappfinder.png -share/icons/locolor/16x16/apps/kcmdevices.png -share/icons/locolor/16x16/apps/kcmdrkonqi.png -share/icons/locolor/16x16/apps/kcmkicker.png -share/icons/locolor/16x16/apps/kcmkwm.png -share/icons/locolor/16x16/apps/kcmmemory.png -share/icons/locolor/16x16/apps/kcmmidi.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/kcmsystem.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/keditbookmarks.png -share/icons/locolor/16x16/apps/key_bindings.png -share/icons/locolor/16x16/apps/keyboard.png -share/icons/locolor/16x16/apps/keyboard_layout.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/kicker.png -share/icons/locolor/16x16/apps/klipper.png -share/icons/locolor/16x16/apps/kmenuedit.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/kpager.png -share/icons/locolor/16x16/apps/kscreensaver.png -share/icons/locolor/16x16/apps/ksysguard.png -share/icons/locolor/16x16/apps/kthememgr.png -share/icons/locolor/16x16/apps/ktip.png -share/icons/locolor/16x16/apps/kwin.png -share/icons/locolor/16x16/apps/kwrite.png -share/icons/locolor/16x16/apps/locale.png -share/icons/locolor/16x16/apps/looknfeel.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/mozilla.png -share/icons/locolor/16x16/apps/multimedia.png -share/icons/locolor/16x16/apps/nedit.png -share/icons/locolor/16x16/apps/netscape.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/password.png -share/icons/locolor/16x16/apps/penguin.png -share/icons/locolor/16x16/apps/plan.png -share/icons/locolor/16x16/apps/proxy.png -share/icons/locolor/16x16/apps/pybliographic.png -share/icons/locolor/16x16/apps/realplayer.png -share/icons/locolor/16x16/apps/remote.png -share/icons/locolor/16x16/apps/samba.png -share/icons/locolor/16x16/apps/style.png -share/icons/locolor/16x16/apps/terminal.png -share/icons/locolor/16x16/apps/wabi.png -share/icons/locolor/16x16/apps/window_list.png -share/icons/locolor/16x16/apps/winprops.png -share/icons/locolor/16x16/apps/wp.png -share/icons/locolor/16x16/apps/xapp.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/xmag.png -share/icons/locolor/16x16/apps/xosview.png -share/icons/locolor/16x16/apps/xpaint.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/access.png -share/icons/locolor/32x32/apps/acroread.png -share/icons/locolor/32x32/apps/agent.png -share/icons/locolor/32x32/apps/alevt.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/blender.png -share/icons/locolor/32x32/apps/clanbomber.png -share/icons/locolor/32x32/apps/clock.png -share/icons/locolor/32x32/apps/colors.png -share/icons/locolor/32x32/apps/cookie.png -share/icons/locolor/32x32/apps/date.png -share/icons/locolor/32x32/apps/dlgedit.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/enhanced_browsing.png -share/icons/locolor/32x32/apps/error.png -share/icons/locolor/32x32/apps/filetypes.png -share/icons/locolor/32x32/apps/fonts.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/help_index.png -share/icons/locolor/32x32/apps/hwinfo.png -share/icons/locolor/32x32/apps/icons.png -share/icons/locolor/32x32/apps/iconthemes.png -share/icons/locolor/32x32/apps/input_devices_settings.png -share/icons/locolor/32x32/apps/kappfinder.png -share/icons/locolor/32x32/apps/kcmdevices.png -share/icons/locolor/32x32/apps/kcmdrkonqi.png -share/icons/locolor/32x32/apps/kcmkicker.png -share/icons/locolor/32x32/apps/kcmkwm.png -share/icons/locolor/32x32/apps/kcmmemory.png -share/icons/locolor/32x32/apps/kcmmidi.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/kcmsystem.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/key_bindings.png -share/icons/locolor/32x32/apps/keyboard.png -share/icons/locolor/32x32/apps/keyboard_layout.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/klipper.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/kpager.png -share/icons/locolor/32x32/apps/kscreensaver.png -share/icons/locolor/32x32/apps/ksysguard.png -share/icons/locolor/32x32/apps/kthememgr.png -share/icons/locolor/32x32/apps/ktip.png -share/icons/locolor/32x32/apps/kwin.png -share/icons/locolor/32x32/apps/kwrite.png -share/icons/locolor/32x32/apps/locale.png -share/icons/locolor/32x32/apps/looknfeel.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/multimedia.png -share/icons/locolor/32x32/apps/nedit.png -share/icons/locolor/32x32/apps/netscape.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/plan.png -share/icons/locolor/32x32/apps/proxy.png -share/icons/locolor/32x32/apps/pybliographic.png -share/icons/locolor/32x32/apps/pysol.png -share/icons/locolor/32x32/apps/realplayer.png -share/icons/locolor/32x32/apps/samba.png -share/icons/locolor/32x32/apps/style.png -share/icons/locolor/32x32/apps/terminal.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/xapp.png -share/icons/locolor/32x32/apps/xawtv.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/xload.png -share/icons/locolor/32x32/apps/xmag.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/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 @@ -2216,6 +1987,8 @@ 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/az/entry.desktop +share/locale/l10n/az/flag.png share/locale/l10n/bb/entry.desktop share/locale/l10n/bb/flag.png share/locale/l10n/be/entry.desktop @@ -2299,9 +2072,10 @@ share/locale/l10n/lv/entry.desktop share/locale/l10n/lv/flag.png share/locale/l10n/mk/entry.desktop share/locale/l10n/mk/flag.png +share/locale/l10n/mt/entry.desktop +share/locale/l10n/mt/flag.png share/locale/l10n/mx/entry.desktop share/locale/l10n/mx/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 @@ -2358,20 +2132,23 @@ share/locale/l10n/westeurope.desktop share/locale/l10n/za/entry.desktop share/locale/l10n/za/flag.png share/mimelnk/application/x-konsole.desktop +share/mimelnk/application/x-ksysguard.desktop share/mimelnk/application/x-ktheme.desktop share/services/bzip.protocol share/services/bzip2.protocol share/services/finger.protocol share/services/floppy.protocol share/services/gopher.protocol +share/services/gsthumbnail.desktop share/services/gzip.protocol -share/services/help.protocol share/services/htmlthumbnail.desktop share/services/imagethumbnail.desktop share/services/imap4.protocol share/services/imaps.protocol share/services/info.protocol share/services/kaccess.desktop +share/services/kate_component.desktop +share/services/kded/favicons.desktop share/services/kfindpart.desktop share/services/khelpcenter.desktop share/services/konq_aboutpage.desktop @@ -2379,6 +2156,7 @@ share/services/konq_detailedlistview.desktop share/services/konq_dirtree.desktop share/services/konq_iconview.desktop share/services/konq_multicolumnview.desktop +share/services/konq_sidebartng.desktop share/services/konq_textview.desktop share/services/konq_treeview.desktop share/services/konqueror.desktop @@ -2416,17 +2194,37 @@ share/services/searchproviders/realnames.desktop share/services/searchproviders/rpmfind.desktop share/services/searchproviders/seek.desktop share/services/searchproviders/thesaurus.desktop +share/services/searchproviders/vivisimo.desktop share/services/searchproviders/voila.desktop share/services/searchproviders/webster.desktop +share/services/searchproviders/whatis.desktop share/services/smb.protocol -share/services/smtp.protocol share/services/tar.protocol share/services/textthumbnail.desktop share/services/thumbnail.protocol +share/services/useragentstrings/ie401onwinnt4.desktop +share/services/useragentstrings/ie45onwinnt5.desktop +share/services/useragentstrings/ie501onwinnt5.desktop +share/services/useragentstrings/ie50onppc.desktop +share/services/useragentstrings/ie50onwin95.desktop +share/services/useragentstrings/ie55onwin98.desktop +share/services/useragentstrings/ie55onwinnt5.desktop +share/services/useragentstrings/lynxoncurrent.desktop +share/services/useragentstrings/mozm18oncurrent.desktop +share/services/useragentstrings/mozm18onwinnt4.desktop +share/services/useragentstrings/nn301oncurrent.desktop +share/services/useragentstrings/nn475oncurrent.desktop +share/services/useragentstrings/nn475onwin95.desktop +share/services/useragentstrings/nn476onppc.desktop +share/services/useragentstrings/op403onwinnt4.desktop +share/services/useragentstrings/w3moncurrent.desktop +share/services/useragentstrings/wgetoncurrent.desktop share/servicetypes/findpart.desktop +share/servicetypes/kate_servicetype.desktop share/servicetypes/konqaboutpage.desktop share/servicetypes/searchprovider.desktop share/servicetypes/thumbcreator.desktop +share/servicetypes/uasprovider.desktop share/sounds/KDE_Beep_Ahem.wav share/sounds/KDE_Beep_Beep.wav share/sounds/KDE_Beep_Bottles.wav @@ -2441,12 +2239,28 @@ share/sounds/KDE_Beep_RimShot.wav share/sounds/KDE_Beep_RingRing.wav share/sounds/KDE_Beep_ShortBeep.wav share/sounds/KDE_Beep_Yo.wav +share/sounds/KDE_Click.wav share/sounds/KDE_Close_Window.wav +share/sounds/KDE_Critical_Error.wav +share/sounds/KDE_Desktop1.wav +share/sounds/KDE_Desktop2.wav +share/sounds/KDE_Desktop3.wav +share/sounds/KDE_Desktop4.wav +share/sounds/KDE_Desktop5.wav +share/sounds/KDE_Desktop6.wav +share/sounds/KDE_Desktop7.wav +share/sounds/KDE_Desktop8.wav +share/sounds/KDE_Dialog_Appear.wav +share/sounds/KDE_Dialog_Disappear.wav +share/sounds/KDE_Error.wav share/sounds/KDE_Logout.wav +share/sounds/KDE_Notify.wav share/sounds/KDE_Startup.wav +share/sounds/KDE_Window_Close.wav share/sounds/KDE_Window_DeIconify.wav share/sounds/KDE_Window_Iconify.wav share/sounds/KDE_Window_Maximize.wav +share/sounds/KDE_Window_Open.wav share/sounds/KDE_Window_Shade_Down.wav share/sounds/KDE_Window_Shade_Up.wav share/sounds/KDE_Window_Sticky.wav @@ -2455,6 +2269,7 @@ share/sounds/KDE_Window_UnSticky.wav share/sounds/pop.wav share/templates/.source/CDROM-Device.desktop share/templates/.source/Floppy.desktop +share/templates/.source/HD.desktop share/templates/.source/HTMLFile.html share/templates/.source/Program.desktop share/templates/.source/TextFile.txt @@ -2464,6 +2279,7 @@ share/templates/HTMLFile.desktop share/templates/TextFile.desktop share/templates/linkCDROM.desktop share/templates/linkFloppy.desktop +share/templates/linkHD.desktop share/templates/linkProgram.desktop share/templates/linkURL.desktop share/wallpapers/All-Good-People-1.jpg @@ -2488,6 +2304,7 @@ share/wallpapers/Whirling_Spirit.jpg share/wallpapers/Won-Ton-Soup-3.jpg share/wallpapers/blue_angle_swirl.jpg share/wallpapers/bluegreencrisscross.jpg +share/wallpapers/default_blue.jpg share/wallpapers/gold_crinkle.jpg share/wallpapers/kdm_bg.jpg share/wallpapers/northbeach.jpg @@ -2495,11 +2312,15 @@ share/wallpapers/simple_wallpaper.jpg share/wallpapers/sunday_brunch.jpg share/wallpapers/vegetative_fog.jpg @dirrm share/wallpapers -@dirrm share/templates/.source/emptydir @dirrm share/templates/.source @dirrm share/templates @dirrm share/sounds +@dirrm share/servicetypes +@dirrm share/services/useragentstrings @dirrm share/services/searchproviders +@dirrm share/services/kded +@dirrm share/services +@dirrm share/mimelnk/application @dirrm share/locale/l10n/za @dirrm share/locale/l10n/ve @dirrm share/locale/l10n/vc @@ -2526,6 +2347,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/no @dirrm share/locale/l10n/nl @dirrm share/locale/l10n/mx +@dirrm share/locale/l10n/mt @dirrm share/locale/l10n/mk @dirrm share/locale/l10n/lv @dirrm share/locale/l10n/lu @@ -2566,6 +2388,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/bg @dirrm share/locale/l10n/be @dirrm share/locale/l10n/bb +@dirrm share/locale/l10n/az @dirrm share/locale/l10n/au @dirrm share/locale/l10n/at @dirrm share/locale/l10n/ar @@ -2573,16 +2396,18 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/C @dirrm share/locale/l10n @dirrm share/locale/C -@dirrm share/icons/locolor/32x32/devices +@dirrm share/locale @dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/16x16/devices @dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/hicolor/48x48/devices +@dirrm share/icons/hicolor/48x48/filesystems @dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/32x32/devices +@dirrm share/icons/hicolor/32x32/filesystems @dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/16x16/devices +@dirrm share/icons/hicolor/32x32/actions +@dirrm share/icons/hicolor/22x22/actions +@dirrm share/icons/hicolor/16x16/filesystems @dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16/actions @dirrm share/fonts/override @dirrm share/fonts @dirrm share/doc/HTML/en/kwrite @@ -2592,69 +2417,77 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/doc/HTML/en/konqueror @dirrm share/doc/HTML/en/kmenuedit @dirrm share/doc/HTML/en/klipper +@dirrm share/doc/HTML/en/kioslave @dirrm share/doc/HTML/en/kicker @dirrm share/doc/HTML/en/khelpcenter/visualdict @dirrm share/doc/HTML/en/khelpcenter/userguide @dirrm share/doc/HTML/en/khelpcenter/quickstart +@dirrm share/doc/HTML/en/khelpcenter/glossary @dirrm share/doc/HTML/en/khelpcenter/faq @dirrm share/doc/HTML/en/khelpcenter @dirrm share/doc/HTML/en/kdm @dirrm share/doc/HTML/en/kdesu +@dirrm share/doc/HTML/en/kdeprint @dirrm share/doc/HTML/en/kdebugdialog @dirrm share/doc/HTML/en/kcontrol +@dirrm share/doc/HTML/en/kate +@dirrm share/doc/HTML/en/kaddressbook +@dirrm share/doc/HTML/en +@dirrm share/config/kdm +@dirrm share/config @dirrm share/autostart @dirrm share/apps/naughtyapplet/pics @dirrm share/apps/naughtyapplet @dirrm share/apps/kwrite @dirrm share/apps/kwin/pics +@dirrm share/apps/kwin/icewm-themes @dirrm share/apps/kwin @dirrm share/apps/kthememgr/Themes @dirrm share/apps/kthememgr -@dirrm share/apps/ksysguard/icons/locolor/16x16/apps -@dirrm share/apps/ksysguard/icons/locolor/16x16 -@dirrm share/apps/ksysguard/icons/locolor -@dirrm share/apps/ksysguard/icons +@dirrm share/apps/ksysguard/pics @dirrm share/apps/ksysguard @dirrm share/apps/ksplash/pics/locolor @dirrm share/apps/ksplash/pics @dirrm share/apps/ksplash @dirrm share/apps/kscreensaver +@dirrm share/apps/kpersonalizer/pics +@dirrm share/apps/kpersonalizer @dirrm share/apps/konsole/pics @dirrm share/apps/konsole @dirrm share/apps/konqueror/tiles @dirrm share/apps/konqueror/profiles @dirrm share/apps/konqueror/pics -@dirrm share/apps/konqueror/icons/locolor/16x16/actions -@dirrm share/apps/konqueror/icons/locolor/16x16 -@dirrm share/apps/konqueror/icons/locolor -@dirrm share/apps/konqueror/icons/hicolor/32x32/actions -@dirrm share/apps/konqueror/icons/hicolor/32x32 -@dirrm share/apps/konqueror/icons/hicolor/22x22/actions -@dirrm share/apps/konqueror/icons/hicolor/22x22 @dirrm share/apps/konqueror/icons/hicolor/16x16/actions @dirrm share/apps/konqueror/icons/hicolor/16x16 -@dirrm share/apps/konqueror/icons/hicolor -@dirrm share/apps/konqueror/icons +@dirrm share/apps/konqueror/dirtree/services @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/about @dirrm share/apps/konqueror +@dirrm share/apps/konqsidebartng/virtual_folders/services +@dirrm share/apps/konqsidebartng/virtual_folders/remote/web +@dirrm share/apps/konqsidebartng/virtual_folders/remote/ftp +@dirrm share/apps/konqsidebartng/virtual_folders/remote +@dirrm share/apps/konqsidebartng/virtual_folders +@dirrm share/apps/konqsidebartng/entries +@dirrm share/apps/konqsidebartng/dirtree +@dirrm share/apps/konqsidebartng/add +@dirrm share/apps/konqsidebartng @dirrm share/apps/konqlistview/kpartplugins @dirrm share/apps/konqlistview @dirrm share/apps/konqiconview/kpartplugins @dirrm share/apps/konqiconview @dirrm share/apps/kmenuedit/icons/locolor/16x16/actions @dirrm share/apps/kmenuedit/icons/locolor/16x16 -@dirrm share/apps/kmenuedit/icons/locolor @dirrm share/apps/kmenuedit/icons/hicolor/32x32/actions @dirrm share/apps/kmenuedit/icons/hicolor/32x32 @dirrm share/apps/kmenuedit/icons/hicolor/22x22/actions @dirrm share/apps/kmenuedit/icons/hicolor/22x22 -@dirrm share/apps/kmenuedit/icons/hicolor -@dirrm share/apps/kmenuedit/icons @dirrm share/apps/kmenuedit +@dirrm share/apps/kjobviewer +@dirrm share/apps/kioslave @dirrm share/apps/kio_info @dirrm share/apps/kio_finger @dirrm share/apps/kicker/wallpapers @@ -2662,28 +2495,16 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kicker/pics @dirrm share/apps/kicker/icons/locolor/16x16/actions @dirrm share/apps/kicker/icons/locolor/16x16 -@dirrm share/apps/kicker/icons/locolor @dirrm share/apps/kicker/icons/hicolor/16x16/actions @dirrm share/apps/kicker/icons/hicolor/16x16 -@dirrm share/apps/kicker/icons/hicolor -@dirrm share/apps/kicker/icons @dirrm share/apps/kicker/extensions @dirrm share/apps/kicker/applets @dirrm share/apps/kicker @dirrm share/apps/khelpcenter/plugins/Tutorials @dirrm share/apps/khelpcenter/plugins -@dirrm share/apps/khelpcenter/pics -@dirrm share/apps/khelpcenter/icons/locolor/16x16/apps -@dirrm share/apps/khelpcenter/icons/locolor/16x16 -@dirrm share/apps/khelpcenter/icons/locolor -@dirrm share/apps/khelpcenter/icons -@dirrm share/apps/khelpcenter/en @dirrm share/apps/khelpcenter @dirrm share/apps/kfind/icons/locolor/22x22/actions @dirrm share/apps/kfind/icons/locolor/22x22 -@dirrm share/apps/kfind/icons/locolor -@dirrm share/apps/kfind/icons -@dirrm share/apps/kfind @dirrm share/apps/keditbookmarks @dirrm share/apps/kdm/pics/users @dirrm share/apps/kdm/pics @@ -2698,40 +2519,78 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kdesktop/patterns @dirrm share/apps/kdesktop/DesktopLinks @dirrm share/apps/kdesktop +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16/actions +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16 +@dirrm share/apps/kdeprintfax/icons/hicolor +@dirrm share/apps/kdeprintfax/icons +@dirrm share/apps/kdeprintfax @dirrm share/apps/kdcop @dirrm share/apps/kcontrol/pics @dirrm share/apps/kcontrol +@dirrm share/apps/kconf_update +@dirrm share/apps/kcmusb @dirrm share/apps/kcmlocale/pics @dirrm share/apps/kcmlocale @dirrm share/apps/kcmkeys/standard +@dirrm share/apps/kcmkeys/global @dirrm share/apps/kcmkeys +@dirrm share/apps/kcminput/pics @dirrm share/apps/kcminput +@dirrm share/apps/kcmcss @dirrm share/apps/kbookmark +@dirrm share/apps/kate/syntax +@dirrm share/apps/kate/pics +@dirrm share/apps/kate/icons/locolor/22x22/actions +@dirrm share/apps/kate/icons/locolor/22x22 +@dirrm share/apps/kate/icons/locolor/16x16/actions +@dirrm share/apps/kate/icons/locolor/16x16 +@dirrm share/apps/kate/icons/locolor +@dirrm share/apps/kate/icons/hicolor/48x48/actions +@dirrm share/apps/kate/icons/hicolor/48x48 +@dirrm share/apps/kate/icons/hicolor/32x32/actions +@dirrm share/apps/kate/icons/hicolor/32x32 +@dirrm share/apps/kate/icons/hicolor/22x22/actions +@dirrm share/apps/kate/icons/hicolor/22x22 +@dirrm share/apps/kate/icons/hicolor/16x16/actions +@dirrm share/apps/kate/icons/hicolor/16x16 +@dirrm share/apps/kate/icons/hicolor +@dirrm share/apps/kate/icons +@dirrm share/apps/kate @dirrm share/apps/kappfinder/apps/WordProcessing @dirrm share/apps/kappfinder/apps/Utilities/XUtilities @dirrm share/apps/kappfinder/apps/Utilities @dirrm share/apps/kappfinder/apps/Toys +@dirrm share/apps/kappfinder/apps/System/Terminal @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/Terminal @dirrm share/apps/kappfinder/apps/Internet @dirrm share/apps/kappfinder/apps/Graphics +@dirrm share/apps/kappfinder/apps/Games/TacticStrategy +@dirrm share/apps/kappfinder/apps/Games/Emulators +@dirrm share/apps/kappfinder/apps/Games/Card +@dirrm share/apps/kappfinder/apps/Games/Board +@dirrm share/apps/kappfinder/apps/Games/Arcade @dirrm share/apps/kappfinder/apps/Games @dirrm share/apps/kappfinder/apps/Editors @dirrm share/apps/kappfinder/apps/Development @dirrm share/apps/kappfinder/apps -@dirrm share/apps/kappfinder +@dirrm share/apps/kaddressbook/pics +@dirrm share/apps/kaddressbook @dirrm share/apps/drkonqi/presets @dirrm share/apps/drkonqi/pics @dirrm share/apps/drkonqi/debuggers @dirrm share/apps/drkonqi @dirrm share/apps/clockapplet/pics @dirrm share/apps/clockapplet +@dirrm share/applnk/ksysguard @dirrm share/applnk/WordProcessing @dirrm share/applnk/Utilities/XUtilities @dirrm share/applnk/Utilities @dirrm share/applnk/Toys +@dirrm share/applnk/System/Terminal @dirrm share/applnk/System/ScreenSavers @dirrm share/applnk/System @dirrm share/applnk/Settings/WebBrowsing @@ -2748,15 +2607,22 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/applnk/Settings/Information @dirrm share/applnk/Settings/Help @dirrm share/applnk/Settings/FileBrowsing +@dirrm share/applnk/Settings/Databases @dirrm share/applnk/Settings @dirrm share/applnk/Office @dirrm share/applnk/Multimedia +@dirrm share/applnk/Internet/Terminal @dirrm share/applnk/Internet @dirrm share/applnk/Graphics +@dirrm share/applnk/Games/TacticStrategy +@dirrm share/applnk/Games/Card +@dirrm share/applnk/Games/Board +@dirrm share/applnk/Games/Arcade @dirrm share/applnk/Games @dirrm share/applnk/Editors @dirrm share/applnk/Development @dirrm share/applnk/Applications @dirrm share/applnk/.hidden -@dirrm share/applnk +@dirrm lib/kde2 @dirrm include/kwin +@dirrm include/kate diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile index 0145e4410a7f..f89a4e0aafc8 100644 --- a/x11/kdebase4-workspace/Makefile +++ b/x11/kdebase4-workspace/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdebase -PORTVERSION= 2.1.1 +PORTVERSION= 2.2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src @@ -22,7 +22,6 @@ USE_XPM= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes - CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \ --with-qt-dir=${X11BASE} \ --without-ldap \ @@ -35,4 +34,7 @@ pre-configure: ${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in ${PERL} -pi -e "s@TIME_WITH_SYS_TIME@INVALID_FOO@g" ${WRKSRC}/kioslave/ldap/kldap.h +post-configure: + ${PERL} -pi -e "s@444@644@g" ${WRKSRC}/kdesktop/init/Templates/Makefile + .include <bsd.port.mk> diff --git a/x11/kdebase4-workspace/distinfo b/x11/kdebase4-workspace/distinfo index 51619042121d..50331624747e 100644 --- a/x11/kdebase4-workspace/distinfo +++ b/x11/kdebase4-workspace/distinfo @@ -1 +1 @@ -MD5 (kdebase-2.1.1.tar.bz2) = 3bb3204fe90f1af9e828c1b518ecc577 +MD5 (kdebase-2.2.tar.bz2) = 15e0232aa73029ac10346157b6eb079b diff --git a/x11/kdebase4-workspace/files/patch-ProcessList.c b/x11/kdebase4-workspace/files/patch-ProcessList.c deleted file mode 100644 index 8574a62341eb..000000000000 --- a/x11/kdebase4-workspace/files/patch-ProcessList.c +++ /dev/null @@ -1,108 +0,0 @@ ---- ksysguard/ksysguardd/FreeBSD/ProcessList.c Mon Jan 22 07:12:05 2001 -+++ ksysguard/ksysguardd/FreeBSD/ProcessList.c.new Mon Mar 5 08:56:20 2001 -@@ -29,6 +29,9 @@ - #include <sys/time.h> - #include <sys/param.h> - #include <sys/user.h> -+#if __FreeBSD_version > 500015 -+#include <sys/priority.h> -+#endif - #include <unistd.h> - #include <pwd.h> - #include <dirent.h> -@@ -162,7 +165,6 @@ - static char *statuses[] = { "idle","run","sleep","stop","zombie" }; - - ProcessInfo* ps; -- int userTime, sysTime; - struct passwd* pwent; - int mib[4]; - struct kinfo_proc p; -@@ -188,40 +190,56 @@ - if (sysctl(mib, 4, &p, &len, NULL, 0) == -1 || !len) - return -1; - -+#if __FreeBSD_version >= 500015 -+ ps->pid = p.ki_pid; -+ ps->ppid = p.ki_ppid; -+ ps->uid = p.ki_uid; -+ ps->gid = p.ki_pgid; -+ ps->priority = p.ki_pri.pri_user; -+ ps->niceLevel = p.ki_nice; -+#else - ps->pid = p.kp_proc.p_pid; - ps->ppid = p.kp_eproc.e_ppid; - ps->uid = p.kp_eproc.e_ucred.cr_uid; - ps->gid = p.kp_eproc.e_pgid; - ps->priority = p.kp_proc.p_priority; - ps->niceLevel = p.kp_proc.p_nice; -+#endif - - /* this isn't usertime -- it's total time (??) */ --#if __FreeBSD_version >= 300000 -+#if __FreeBSD_version >= 500015 -+ ps->userTime = p.ki_runtime / 10000; -+#elif __FreeBSD_version >= 300000 - ps->userTime = p.kp_proc.p_runtime / 10000; - #else -- ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100 -+ ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100; - #endif - ps->sysTime = 0; -- ps->userLoad = p.kp_proc.p_pctcpu / 100; - ps->sysLoad = 0; - -- /* memory */ -- ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -- p.kp_eproc.e_vm.vm_dsize + -- p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -- ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -- -- /* process name */ -- strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -- ps->name[sizeof(ps->name)-1]='\0'; -- -- /* find out user name with the process uid */ -- pwent = getpwuid(ps->uid); -+ /* memory, process name, process uid */ -+ /* find out user name with process uid */ -+ pwent = getpwuid(ps->uid); - strncpy(ps->userName,pwent&&pwent->pw_name? pwent->pw_name:"????",sizeof(ps->userName)); -- ps->userName[sizeof(ps->userName)-1]='\0'; -- -- /* status, a character, not a number */ -- strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+ ps->userName[sizeof(ps->userName)-1]='\0'; -+ -+#if __FreeBSD_version >= 500015 -+ ps->userLoad = p.ki_pctcpu / 100; -+ ps->vmSize = (p.ki_vmspace->vm_tsize + -+ p.ki_vmspace->vm_dsize + -+ p.ki_vmspace->vm_ssize) * getpagesize(); -+ ps->vmRss = p.ki_vmspace->vm_rssize * getpagesize(); -+ strncpy(ps->name,p.ki_comm? p.ki_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.ki_stat>=1)&&(p.ki_stat<=5)? statuses[p.ki_stat-1]:"????"); -+#else -+ ps->userLoad = p.kp_proc.p_pctcpu / 100; -+ ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -+ p.kp_eproc.e_vm.vm_dsize + -+ p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -+ ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -+ strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+#endif - - /* process command line */ - /*strncpy(ps->cmdline,p.kp_proc.p_args->ar_args,sizeof(ps->cmdline)); -@@ -296,7 +314,11 @@ - sysctl(mib, 3, p, &len, NULL, 0); - - for (num = 0; num < len / sizeof(struct kinfo_proc); num++) -+#if __FreeBSD_version >= 500015 -+ updateProcess(p[num].ki_pid); -+#else - updateProcess(p[num].kp_proc.p_pid); -+#endif - - cleanupProcessList(); - diff --git a/x11/kdebase4-workspace/files/patch-TEPty.C b/x11/kdebase4-workspace/files/patch-TEPty.C deleted file mode 100644 index 796ec243efbf..000000000000 --- a/x11/kdebase4-workspace/files/patch-TEPty.C +++ /dev/null @@ -1,11 +0,0 @@ ---- konsole/src/TEPty.C Sun Feb 18 10:28:28 2001 -+++ konsole/src/TEPty.C.new Fri Feb 23 02:55:58 2001 -@@ -238,7 +238,7 @@ - #ifdef HAVE_UTEMPTER - removeLineFromUtmp(ttynam, fd); - #elif defined(USE_LOGIN) -- char *tty_name=ttyname(0); -+ char *tty_name=ttyname(fd); - if (tty_name) - { - if (strncmp(tty_name, "/dev/", 5) == 0) diff --git a/x11/kdebase4-workspace/files/patch-kdeeject b/x11/kdebase4-workspace/files/patch-kdeeject deleted file mode 100644 index 8a5870ad25ff..000000000000 --- a/x11/kdebase4-workspace/files/patch-kdeeject +++ /dev/null @@ -1,12 +0,0 @@ ---- kdesktop/kdeeject Wed Dec 13 13:25:02 2000 -+++ kdesktop/kdeeject.new Fri Feb 23 02:59:54 2001 -@@ -11,7 +11,8 @@ - # TODO: On bsd, it should be 'cdcontrol -f $1 eject' - # Checking for stuff in the PATH is ugly with sh though. - # I guess this is the reason for making this a kde app... -- if eject $1; then -+ dev=`echo $1 | sed -E -e 's#/dev/##' -e 's/([0-9])./\1/'` -+ if cdcontrol -f $dev eject; then - # Success -> update icon - dcop kdesktop default refreshIcons - exit 0 diff --git a/x11/kdebase4-workspace/pkg-plist b/x11/kdebase4-workspace/pkg-plist index 7a6e901514f3..3b4202091f34 100644 --- a/x11/kdebase4-workspace/pkg-plist +++ b/x11/kdebase4-workspace/pkg-plist @@ -4,12 +4,13 @@ bin/conttest bin/drkonqi bin/extensionproxy bin/kaccess +bin/kaddressbook bin/kappfinder +bin/kate bin/kbanner.kss bin/kblankscrn.kss bin/kblob.kss bin/kbouboule.kss -bin/kbsod.kss bin/kcheckpass bin/kcminit bin/kcmshell @@ -17,20 +18,22 @@ bin/kcontrol bin/kdcop bin/kdebugdialog bin/kdeeject +bin/kdeprintfax bin/kdesktop bin/kdesu bin/kdesud bin/kdm +bin/kdm_config +bin/kdm_greet bin/kdmdesktop bin/keditbookmarks bin/keditfiletype bin/kfmclient bin/kfmexec bin/khelpcenter -bin/khop.kss bin/khotkeys -bin/khtmlindex bin/kicker +bin/kjobviewer bin/klegacyimport bin/klines.kss bin/klipper @@ -41,7 +44,10 @@ bin/konqueror bin/konsole bin/konsole_grantpty bin/kpager +bin/kpartsaver.kss +bin/kpersonalizer bin/kpolygon.kss +bin/kprinter bin/kpyro.kss bin/krandom.kss bin/krdb @@ -68,12 +74,20 @@ bin/kxmlrpcd bin/kxsconfig bin/kxsrun bin/startkde +etc/ksysguarddrc include/KBackgroundIface.h include/KDesktopIface.h include/KScreensaverIface.h include/KWinInterface.h include/KonquerorIface.h include/ccont.h +include/kate/application.h +include/kate/docmanager.h +include/kate/document.h +include/kate/mainwindow.h +include/kate/plugin.h +include/kate/view.h +include/kate/viewmanager.h include/kbookmark.h include/kbookmarkbar.h include/kbookmarkdrag.h @@ -103,6 +117,7 @@ include/konq_propsview.h include/konq_settings.h include/konq_undo.h include/kwin/client.h +include/kwin/kwinbutton.h include/kwin/options.h include/kwin/workspace.h include/thumbcreator.h @@ -110,18 +125,24 @@ lib/appletproxy.la lib/appletproxy.so lib/extensionproxy.la lib/extensionproxy.so -lib/kcminit.la -lib/kcminit.so -lib/kcmshell.la -lib/kcmshell.so -lib/kcontrol.la -lib/kcontrol.so +lib/kate.la +lib/kate.so +lib/kde2/gsthumbnail.la +lib/kde2/gsthumbnail.so lib/kde2/htmlthumbnail.la lib/kde2/htmlthumbnail.so lib/kde2/imagethumbnail.la lib/kde2/imagethumbnail.so lib/kde2/kaccess.la lib/kde2/kaccess.so +lib/kde2/kcminit.la +lib/kde2/kcminit.so +lib/kde2/kcmshell.la +lib/kde2/kcmshell.so +lib/kde2/kcontrol.la +lib/kde2/kcontrol.so +lib/kde2/khelpcenter.la +lib/kde2/khelpcenter.so lib/kde2/kio_filter.la lib/kde2/kio_filter.so lib/kde2/kio_finger.la @@ -130,8 +151,6 @@ lib/kde2/kio_floppy.la lib/kde2/kio_floppy.so lib/kde2/kio_gopher.la lib/kde2/kio_gopher.so -lib/kde2/kio_help.la -lib/kde2/kio_help.so lib/kde2/kio_imap4.la lib/kde2/kio_imap4.so lib/kde2/kio_info.la @@ -146,8 +165,6 @@ lib/kde2/kio_pop3.la lib/kde2/kio_pop3.so lib/kde2/kio_smb.la lib/kde2/kio_smb.so -lib/kde2/kio_smtp.la -lib/kde2/kio_smtp.so lib/kde2/kio_tar.la lib/kde2/kio_tar.so lib/kde2/kio_thumbnail.la @@ -166,6 +183,8 @@ lib/kde2/libkcm_colors.la lib/kde2/libkcm_colors.so lib/kde2/libkcm_crypto.la lib/kde2/libkcm_crypto.so +lib/kde2/libkcm_css.la +lib/kde2/libkcm_css.so lib/kde2/libkcm_email.la lib/kde2/libkcm_email.so lib/kde2/libkcm_energy.la @@ -180,6 +199,8 @@ lib/kde2/libkcm_info.la lib/kde2/libkcm_info.so lib/kde2/libkcm_input.la lib/kde2/libkcm_input.so +lib/kde2/libkcm_ioslaveinfo.la +lib/kde2/libkcm_ioslaveinfo.so lib/kde2/libkcm_kdm.la lib/kde2/libkcm_kdm.so lib/kde2/libkcm_keys.la @@ -196,34 +217,67 @@ lib/kde2/libkcm_konq.la lib/kde2/libkcm_konq.so lib/kde2/libkcm_konqhtml.la lib/kde2/libkcm_konqhtml.so +lib/kde2/libkcm_konsole.la +lib/kde2/libkcm_konsole.so lib/kde2/libkcm_kurifilt.la lib/kde2/libkcm_kurifilt.so +lib/kde2/libkcm_kwindecoration.la +lib/kde2/libkcm_kwindecoration.so lib/kde2/libkcm_kwinoptions.la lib/kde2/libkcm_kwinoptions.so +lib/kde2/libkcm_launch.la +lib/kde2/libkcm_launch.so +lib/kde2/libkcm_launch.so.0 lib/kde2/libkcm_locale.la lib/kde2/libkcm_locale.so lib/kde2/libkcm_midi.la lib/kde2/libkcm_midi.so lib/kde2/libkcm_passwords.la lib/kde2/libkcm_passwords.so +lib/kde2/libkcm_printmgr.la +lib/kde2/libkcm_printmgr.so lib/kde2/libkcm_samba.la lib/kde2/libkcm_samba.so lib/kde2/libkcm_screensaver.la lib/kde2/libkcm_screensaver.so lib/kde2/libkcm_smserver.la lib/kde2/libkcm_smserver.so +lib/kde2/libkcm_socks.la +lib/kde2/libkcm_socks.so +lib/kde2/libkcm_spellchecking.la +lib/kde2/libkcm_spellchecking.so lib/kde2/libkcm_style.la lib/kde2/libkcm_style.so lib/kde2/libkcm_taskbar.la lib/kde2/libkcm_taskbar.so lib/kde2/libkcm_themes.la lib/kde2/libkcm_themes.so +lib/kde2/libkcm_usb.la +lib/kde2/libkcm_usb.so +lib/kde2/libkded_favicons.la +lib/kde2/libkded_favicons.so lib/kde2/libkfindpart.la lib/kde2/libkfindpart.so +lib/kde2/libkhelpcenterpart.la +lib/kde2/libkhelpcenterpart.so lib/kde2/libkonqiconview.la lib/kde2/libkonqiconview.so lib/kde2/libkonqlistview.la lib/kde2/libkonqlistview.so +lib/kde2/libkonqsidebar_classic_wrap.la +lib/kde2/libkonqsidebar_classic_wrap.so +lib/kde2/libkonqsidebar_tree.la +lib/kde2/libkonqsidebar_tree.so +lib/kde2/libkonqsidebartree_bookmarks.la +lib/kde2/libkonqsidebartree_bookmarks.so +lib/kde2/libkonqsidebartree_bookmarks.so.0 +lib/kde2/libkonqsidebartree_dirtree.la +lib/kde2/libkonqsidebartree_dirtree.so +lib/kde2/libkonqsidebartree_history.la +lib/kde2/libkonqsidebartree_history.so +lib/kde2/libkonqsidebartree_history.so.0 +lib/kde2/libkonqsound.la +lib/kde2/libkonqsound.so lib/kde2/libkonqtree.la lib/kde2/libkonqtree.so lib/kde2/libkshellcmdplugin.la @@ -234,10 +288,16 @@ lib/kde2/libkuriikwsfilter.la lib/kde2/libkuriikwsfilter.so lib/kde2/libkurisearchfilter.la lib/kde2/libkurisearchfilter.so -lib/kde2/libkwin2k.la -lib/kde2/libkwin2k.so lib/kde2/libkwinb2.la lib/kde2/libkwinb2.so +lib/kde2/libkwindefault.la +lib/kde2/libkwindefault.so +lib/kde2/libkwindefault_config.la +lib/kde2/libkwindefault_config.so +lib/kde2/libkwinicewm.la +lib/kde2/libkwinicewm.so +lib/kde2/libkwinicewm_config.la +lib/kde2/libkwinicewm_config.so lib/kde2/libkwinkde1.la lib/kde2/libkwinkde1.so lib/kde2/libkwinkstep.la @@ -248,10 +308,22 @@ lib/kde2/libkwinlaptop.la lib/kde2/libkwinlaptop.so lib/kde2/libkwinmodernsys.la lib/kde2/libkwinmodernsys.so +lib/kde2/libkwinmodernsys_config.la +lib/kde2/libkwinmodernsys_config.so +lib/kde2/libkwinmwm.la +lib/kde2/libkwinmwm.so +lib/kde2/libkwinquartz.la +lib/kde2/libkwinquartz.so +lib/kde2/libkwinquartz_config.la +lib/kde2/libkwinquartz_config.so +lib/kde2/libkwinredmond.la +lib/kde2/libkwinredmond.so lib/kde2/libkwinriscos.la lib/kde2/libkwinriscos.so lib/kde2/libkwinsystem.la lib/kde2/libkwinsystem.so +lib/kde2/libkwinweb.la +lib/kde2/libkwinweb.so lib/kde2/textthumbnail.la lib/kde2/textthumbnail.so lib/kdesktop.la @@ -264,6 +336,8 @@ lib/khotkeys.la lib/khotkeys.so lib/kicker.la lib/kicker.so +lib/kjobviewer.la +lib/kjobviewer.so lib/klegacyimport.la lib/klegacyimport.so lib/klipper.la @@ -284,8 +358,6 @@ lib/kxkb.la lib/kxkb.so lib/kxmlrpcd.la lib/kxmlrpcd.so -lib/libKdmGreet.la -lib/libKdmGreet.so lib/libccont.a lib/libchildpanelextension.la lib/libchildpanelextension.so @@ -296,22 +368,17 @@ lib/libclockapplet.so.1 lib/libdockbarextension.la lib/libdockbarextension.so lib/libdockbarextension.so.1 -lib/libhtmlsearch.la -lib/libhtmlsearch.so lib/libkasbarextension.la lib/libkasbarextension.so lib/libkasbarextension.so.1 -lib/libkcm_htmlsearch.la -lib/libkcm_htmlsearch.so -lib/libkcm_ioslaveinfo.la -lib/libkcm_ioslaveinfo.so -lib/libkcm_layout.la -lib/libkcm_layout.so +lib/libkatecore.la +lib/libkatecore.so +lib/libkateinterfaces.la +lib/libkateinterfaces.so +lib/libkcm_keyboard.la +lib/libkcm_keyboard.so lib/libkcm_xmlrpcd.la lib/libkcm_xmlrpcd.so -lib/libkhelpcenter.la -lib/libkhelpcenter.so -lib/libkhelpcenter.so.4 lib/libkminipagerapplet.la lib/libkminipagerapplet.so lib/libkminipagerapplet.so.1 @@ -320,6 +387,10 @@ lib/libkonq.so lib/libkonq.so.4 lib/libkonqaboutpage.la lib/libkonqaboutpage.so +lib/libkonqsidebar.la +lib/libkonqsidebar.so +lib/libkonqsidebarplugin.la +lib/libkonqsidebarplugin.so lib/libkonsolepart.la lib/libkonsolepart.so lib/libkrunapplet.la @@ -331,20 +402,18 @@ lib/libksysguardapplet.so.1 lib/libksystemtrayapplet.la lib/libksystemtrayapplet.so lib/libksystemtrayapplet.so.1 -lib/libktaskbarapplet.la -lib/libktaskbarapplet.so -lib/libktaskbarapplet.so.1 -lib/libkwindefault.la -lib/libkwindefault.so -lib/libkwindefault.so.0 -lib/libkwritepart.la -lib/libkwritepart.so lib/libnaughtyapplet.la lib/libnaughtyapplet.so lib/libnaughtyapplet.so.1 lib/libquicklauncher.la lib/libquicklauncher.so lib/libquicklauncher.so.1 +lib/libtaskbar.la +lib/libtaskbar.so +lib/libtaskbar.so.1 +lib/libtaskbarapplet.la +lib/libtaskbarapplet.so +lib/libtaskbarapplet.so.1 lib/libtaskbarextension.la lib/libtaskbarextension.so lib/libtaskbarextension.so.1 @@ -355,30 +424,52 @@ share/applnk/.directory share/applnk/.hidden/konqfilemgr.desktop share/applnk/Applications/.directory share/applnk/Development/.directory +share/applnk/Development/designer.desktop share/applnk/Editors/.directory +share/applnk/Editors/gvim.desktop +share/applnk/Editors/kate.desktop share/applnk/Editors/kwrite.desktop +share/applnk/Editors/xedit.desktop share/applnk/Games/.directory +share/applnk/Games/Arcade/.directory +share/applnk/Games/Board/.directory +share/applnk/Games/Board/xboard.desktop +share/applnk/Games/Card/.directory +share/applnk/Games/TacticStrategy/.directory share/applnk/Graphics/.directory +share/applnk/Graphics/gimp.desktop share/applnk/Help.desktop share/applnk/Home.desktop share/applnk/Internet/.directory +share/applnk/Internet/Terminal/.directory +share/applnk/Internet/Terminal/mutt.desktop +share/applnk/Internet/ethereal.desktop share/applnk/Internet/keditbookmarks.desktop share/applnk/Internet/konqbrowser.desktop +share/applnk/Internet/licq.desktop +share/applnk/Internet/mozilla.desktop +share/applnk/Internet/netscape.desktop share/applnk/KControl.desktop share/applnk/Multimedia/.directory +share/applnk/Multimedia/aviplay.desktop +share/applnk/Multimedia/gtv.desktop +share/applnk/Multimedia/xawtv.desktop +share/applnk/Multimedia/xmms-enqueue.desktop +share/applnk/Multimedia/xmms.desktop share/applnk/Office/.directory share/applnk/Settings/.directory +share/applnk/Settings/Databases/.directory share/applnk/Settings/FileBrowsing/.directory share/applnk/Settings/FileBrowsing/filetypes.desktop share/applnk/Settings/FileBrowsing/kcmkonq.desktop share/applnk/Settings/Help/.directory -share/applnk/Settings/Help/htmlsearch.desktop share/applnk/Settings/Information/.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/ioslaveinfo.desktop +share/applnk/Settings/Information/kcmusb.desktop share/applnk/Settings/Information/memory.desktop share/applnk/Settings/Information/partitions.desktop share/applnk/Settings/Information/pci.desktop @@ -402,39 +493,49 @@ share/applnk/Settings/LookNFeel/colors.desktop share/applnk/Settings/LookNFeel/desktop.desktop share/applnk/Settings/LookNFeel/fonts.desktop share/applnk/Settings/LookNFeel/icons.desktop -share/applnk/Settings/LookNFeel/kcmnotify.desktop +share/applnk/Settings/LookNFeel/kcmlaunch.desktop share/applnk/Settings/LookNFeel/kcmtaskbar.desktop share/applnk/Settings/LookNFeel/keys.desktop share/applnk/Settings/LookNFeel/kthememgr.desktop +share/applnk/Settings/LookNFeel/kwindecoration.desktop share/applnk/Settings/LookNFeel/kwinoptions.desktop share/applnk/Settings/LookNFeel/panel.desktop share/applnk/Settings/LookNFeel/screensaver.desktop share/applnk/Settings/LookNFeel/style.desktop share/applnk/Settings/LookNFeel/virtualdesktops.desktop share/applnk/Settings/Network/.directory +share/applnk/Settings/Network/email.desktop +share/applnk/Settings/Network/ioslaveinfo.desktop +share/applnk/Settings/Network/netpref.desktop +share/applnk/Settings/Network/smb.desktop +share/applnk/Settings/Network/socks.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/crypto.desktop -share/applnk/Settings/Personalization/email.desktop share/applnk/Settings/Personalization/kcmaccess.desktop share/applnk/Settings/Personalization/kcmlayout.desktop share/applnk/Settings/Personalization/language.desktop share/applnk/Settings/Personalization/passwords.desktop +share/applnk/Settings/Personalization/spellchecking.desktop share/applnk/Settings/PowerControl/.directory share/applnk/Settings/PowerControl/energy.desktop share/applnk/Settings/Sound/.directory share/applnk/Settings/Sound/arts.desktop share/applnk/Settings/Sound/bell.desktop +share/applnk/Settings/Sound/kcmnotify.desktop share/applnk/Settings/Sound/midi.desktop share/applnk/Settings/System/.directory share/applnk/Settings/System/clock.desktop +share/applnk/Settings/System/kcmkonsole.desktop share/applnk/Settings/System/kcmsmserver.desktop share/applnk/Settings/System/kdm.desktop +share/applnk/Settings/System/printmgr.desktop share/applnk/Settings/WebBrowsing/.directory share/applnk/Settings/WebBrowsing/cookies.desktop share/applnk/Settings/WebBrowsing/ebrowsing.desktop +share/applnk/Settings/WebBrowsing/kcmcss.desktop share/applnk/Settings/WebBrowsing/konqhtml.desktop share/applnk/Settings/WebBrowsing/proxy.desktop share/applnk/Settings/WebBrowsing/smb.desktop @@ -445,8 +546,6 @@ share/applnk/System/ScreenSavers/KBanner.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/KHop.desktop share/applnk/System/ScreenSavers/KLines.desktop share/applnk/System/ScreenSavers/KLorenz.desktop share/applnk/System/ScreenSavers/KMatrix.desktop @@ -462,6 +561,10 @@ share/applnk/System/ScreenSavers/KSlideshow.desktop share/applnk/System/ScreenSavers/KSpace.desktop share/applnk/System/ScreenSavers/KSwarm.desktop share/applnk/System/ScreenSavers/KVm.desktop +share/applnk/System/ScreenSavers/Worm.desktop +share/applnk/System/ScreenSavers/kpartsaver.desktop +share/applnk/System/Terminal/.directory +share/applnk/System/Terminal/vmstat.desktop share/applnk/System/kappfinder.desktop share/applnk/System/kfmclient.desktop share/applnk/System/kfmclient_dir.desktop @@ -471,72 +574,92 @@ share/applnk/System/kmenuedit.desktop share/applnk/System/konquerorsu.desktop share/applnk/System/konsole.desktop share/applnk/System/konsolesu.desktop +share/applnk/System/kpersonalizer.desktop share/applnk/System/ksysguard.desktop share/applnk/Toys/.directory share/applnk/Toys/ktip.desktop +share/applnk/Toys/xeyes.desktop share/applnk/Utilities/.directory -share/applnk/Utilities/XUtilities/.directory +share/applnk/Utilities/XUtilities/xcalc.desktop share/applnk/Utilities/XUtilities/xclipboard.desktop share/applnk/Utilities/XUtilities/xclock.desktop share/applnk/Utilities/XUtilities/xconsole.desktop +share/applnk/Utilities/XUtilities/xload.desktop share/applnk/Utilities/XUtilities/xmag.desktop share/applnk/Utilities/XUtilities/xterm.desktop +share/applnk/Utilities/kaddressbook.desktop +share/applnk/Utilities/kdeprintfax.desktop +share/applnk/Utilities/kjobviewer.desktop share/applnk/Utilities/klipper.desktop share/applnk/Utilities/kpager.desktop +share/applnk/WordProcessing/.directory +share/applnk/WordProcessing/acroread.desktop +share/applnk/WordProcessing/gv.desktop +share/applnk/WordProcessing/xdvi.desktop +share/applnk/WordProcessing/xpdf.desktop +share/applnk/ksysguard/eventsrc share/apps/clockapplet/pics/lcd.png share/apps/drkonqi/debuggers/gdbrc 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/kaddressbook/kaddressbookui.rc +share/apps/kaddressbook/pics/abentry.xpm +share/apps/kaddressbook/pics/delete.xpm +share/apps/kaddressbook/pics/down.xpm +share/apps/kaddressbook/pics/filemail.xpm +share/apps/kaddressbook/pics/find.xpm +share/apps/kaddressbook/pics/group.xpm +share/apps/kaddressbook/pics/page.xpm +share/apps/kaddressbook/pics/up.xpm share/apps/kappfinder/apps/Development/ddd.desktop share/apps/kappfinder/apps/Development/designer.desktop share/apps/kappfinder/apps/Development/dlgedit.desktop -share/apps/kappfinder/apps/Editors/.directory +share/apps/kappfinder/apps/Development/linguist.desktop 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/Games/.directory +share/apps/kappfinder/apps/Games/Board/xboard.desktop +share/apps/kappfinder/apps/Games/Card/PySol.desktop share/apps/kappfinder/apps/Games/Clanbomber.desktop -share/apps/kappfinder/apps/Games/Qmamecat.desktop +share/apps/kappfinder/apps/Games/Emulators/qmamecat.desktop +share/apps/kappfinder/apps/Games/TacticStrategy/freeciv.desktop share/apps/kappfinder/apps/Games/defendguin.desktop -share/apps/kappfinder/apps/Games/freeciv.desktop share/apps/kappfinder/apps/Games/penguin-command.desktop share/apps/kappfinder/apps/Games/xshipwars.desktop -share/apps/kappfinder/apps/Graphics/.directory 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/Terminal/lftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/mutt.desktop +share/apps/kappfinder/apps/Internet/Terminal/ncftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/pine.desktop share/apps/kappfinder/apps/Internet/arena.desktop share/apps/kappfinder/apps/Internet/coolmail.desktop share/apps/kappfinder/apps/Internet/ethereal.desktop -share/apps/kappfinder/apps/Internet/ncftp.desktop +share/apps/kappfinder/apps/Internet/licq.desktop +share/apps/kappfinder/apps/Internet/mozilla.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/xchat.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/alevt.desktop share/apps/kappfinder/apps/Multimedia/aviplay.desktop share/apps/kappfinder/apps/Multimedia/gtv.desktop +share/apps/kappfinder/apps/Multimedia/mtv.desktop share/apps/kappfinder/apps/Multimedia/realplayer.desktop share/apps/kappfinder/apps/Multimedia/xawtv.desktop +share/apps/kappfinder/apps/Multimedia/xmms-enqueue.desktop share/apps/kappfinder/apps/Multimedia/xmms.desktop -share/apps/kappfinder/apps/Office/.directory 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/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 @@ -595,13 +718,12 @@ 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/Terminal/procinfo.desktop +share/apps/kappfinder/apps/System/Terminal/vmstat.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.desktop share/apps/kappfinder/apps/Toys/xpinguin.desktop -share/apps/kappfinder/apps/Utilities/.directory -share/apps/kappfinder/apps/Utilities/XUtilities/.directory share/apps/kappfinder/apps/Utilities/XUtilities/xcalc.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclipboard.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclock.desktop @@ -609,7 +731,6 @@ share/apps/kappfinder/apps/Utilities/XUtilities/xconsole.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xload.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xmag.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xterm.desktop -share/apps/kappfinder/apps/WordProcessing/.directory share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop share/apps/kappfinder/apps/WordProcessing/acroread.desktop @@ -619,10 +740,75 @@ share/apps/kappfinder/apps/WordProcessing/lyx.desktop share/apps/kappfinder/apps/WordProcessing/pybliographic.desktop share/apps/kappfinder/apps/WordProcessing/xdvi.desktop share/apps/kappfinder/apps/WordProcessing/xpdf.desktop +share/apps/kate/icons/hicolor/16x16/actions/curfiledir.png +share/apps/kate/icons/hicolor/16x16/actions/highlighting.png +share/apps/kate/icons/hicolor/16x16/actions/modified.png +share/apps/kate/icons/hicolor/16x16/actions/null.png +share/apps/kate/icons/hicolor/16x16/actions/save_all.png +share/apps/kate/icons/hicolor/22x22/actions/save_all.png +share/apps/kate/icons/hicolor/32x32/actions/highlighting.png +share/apps/kate/icons/hicolor/32x32/actions/indent.png +share/apps/kate/icons/hicolor/32x32/actions/unindent.png +share/apps/kate/icons/hicolor/48x48/actions/indent.png +share/apps/kate/icons/hicolor/48x48/actions/unindent.png +share/apps/kate/icons/locolor/16x16/actions/curfiledir.png +share/apps/kate/icons/locolor/16x16/actions/indent.png +share/apps/kate/icons/locolor/16x16/actions/modified.png +share/apps/kate/icons/locolor/16x16/actions/null.png +share/apps/kate/icons/locolor/16x16/actions/save_all.png +share/apps/kate/icons/locolor/16x16/actions/unindent.png +share/apps/kate/icons/locolor/22x22/actions/indent.png +share/apps/kate/icons/locolor/22x22/actions/save_all.png +share/apps/kate/icons/locolor/22x22/actions/unindent.png +share/apps/kate/katepartbrowserui.rc +share/apps/kate/katepartui.rc +share/apps/kate/kateui.rc +share/apps/kate/pics/fileselector.png +share/apps/kate/pics/indicator_empty.png +share/apps/kate/pics/indicator_viewactive.png +share/apps/kate/pics/openfiles.png +share/apps/kate/syntax/ada.xml +share/apps/kate/syntax/bash.xml +share/apps/kate/syntax/c.xml +share/apps/kate/syntax/changelog.xml +share/apps/kate/syntax/cpp.xml +share/apps/kate/syntax/css.xml +share/apps/kate/syntax/desktop.xml +share/apps/kate/syntax/diff.xml +share/apps/kate/syntax/html.xml +share/apps/kate/syntax/java.xml +share/apps/kate/syntax/kbasic.xml +share/apps/kate/syntax/language.dtd +share/apps/kate/syntax/latex.xml +share/apps/kate/syntax/objectivec.xml +share/apps/kate/syntax/perl.xml +share/apps/kate/syntax/php.xml +share/apps/kate/syntax/postscript.xml +share/apps/kate/syntax/rpmspec.xml +share/apps/kate/syntax/ruby.xml +share/apps/kate/syntax/sql.xml +share/apps/kate/syntax/syntax.template +share/apps/kate/syntax/vhdl.xml +share/apps/kate/syntax/xml.xml share/apps/kbookmark/directory_bookmarkbar.desktop +share/apps/kcmcss/template.css share/apps/kcminput/cursor_large.pcf.gz -share/apps/kcmkeys/standard/Unix.kksrc +share/apps/kcminput/pics/mouse_lh.png +share/apps/kcminput/pics/mouse_rh.png +share/apps/kcmkeys/global/global-kde3.kksrc +share/apps/kcmkeys/global/global-kde4.kksrc +share/apps/kcmkeys/global/global-mac3.kksrc +share/apps/kcmkeys/global/global-unix3.kksrc +share/apps/kcmkeys/global/global-win3.kksrc +share/apps/kcmkeys/global/global-win4.kksrc +share/apps/kcmkeys/standard/app-kde3.kksrc +share/apps/kcmkeys/standard/app-kde4.kksrc +share/apps/kcmkeys/standard/app-mac3.kksrc +share/apps/kcmkeys/standard/app-unix3.kksrc +share/apps/kcmkeys/standard/app-win3.kksrc share/apps/kcmlocale/pics/background.png +share/apps/kcmusb/usb.ids +share/apps/kconf_update/konsole.upd share/apps/kcontrol/kcontrolui.rc share/apps/kcontrol/pics/energybig.png share/apps/kcontrol/pics/lo-energy.png @@ -636,6 +822,10 @@ share/apps/kcontrol/pics/part2.png share/apps/kcontrol/pics/part3.png share/apps/kcontrol/pics/play.png share/apps/kdcop/kdcopui.rc +share/apps/kdeprintfax/anytops +share/apps/kdeprintfax/faxfilters +share/apps/kdeprintfax/icons/hicolor/16x16/actions/abentry.png +share/apps/kdeprintfax/kdeprintfaxui.rc share/apps/kdesktop/DesktopLinks/Home.desktop share/apps/kdesktop/directory.autostart share/apps/kdesktop/directory.desktop @@ -669,8 +859,10 @@ share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad share/apps/kdisplay/app-defaults/AAAMotif.ad share/apps/kdisplay/app-defaults/AAATk.ad share/apps/kdisplay/app-defaults/AAAXaw.ad +share/apps/kdisplay/app-defaults/AcroRead.ad share/apps/kdisplay/app-defaults/Editres.ad share/apps/kdisplay/app-defaults/Emacs.ad +share/apps/kdisplay/app-defaults/GV.ad share/apps/kdisplay/app-defaults/ML.ad share/apps/kdisplay/app-defaults/Nedit.ad share/apps/kdisplay/app-defaults/Netscape.ad @@ -681,6 +873,7 @@ share/apps/kdisplay/app-defaults/XOsview.ad share/apps/kdisplay/app-defaults/XTerm.ad share/apps/kdisplay/app-defaults/XV.ad share/apps/kdisplay/app-defaults/Xawtv.ad +share/apps/kdisplay/app-defaults/Xdvi.ad share/apps/kdisplay/app-defaults/Xpdf.ad share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc share/apps/kdisplay/color-schemes/BeOS.kcsrc @@ -689,7 +882,9 @@ 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/EveX.kcsrc share/apps/kdisplay/color-schemes/KDEOne.kcsrc +share/apps/kdisplay/color-schemes/MediaPeach.kcsrc share/apps/kdisplay/color-schemes/Next.kcsrc share/apps/kdisplay/color-schemes/PaleGray.kcsrc share/apps/kdisplay/color-schemes/PointReyesGreen.kcsrc @@ -697,6 +892,7 @@ 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/Windows2000.kcsrc share/apps/kdisplay/color-schemes/Windows95.kcsrc share/apps/kdm/pics/kdeflower.png share/apps/kdm/pics/kdelogo.png @@ -712,17 +908,9 @@ share/apps/kfind/icons/locolor/22x22/actions/info.png share/apps/kfind/icons/locolor/22x22/actions/openfile.png share/apps/kfind/icons/locolor/22x22/actions/save.png share/apps/kfind/icons/locolor/22x22/actions/search.png -share/apps/khelpcenter/en/bad_words -share/apps/khelpcenter/en/long.html -share/apps/khelpcenter/en/nomatch.html -share/apps/khelpcenter/en/short.html -share/apps/khelpcenter/en/syntax.html -share/apps/khelpcenter/en/wrapper.html -share/apps/khelpcenter/icons/locolor/16x16/apps/helpbook_open.png -share/apps/khelpcenter/pics/checked.xpm -share/apps/khelpcenter/pics/star.png -share/apps/khelpcenter/pics/star_blank.png -share/apps/khelpcenter/pics/unchecked.xpm +share/apps/khelpcenter/glossary.html.in +share/apps/khelpcenter/intro.html.in +share/apps/khelpcenter/khelpcenterui.rc share/apps/khelpcenter/plugins/Tutorials/.directory share/apps/khelpcenter/plugins/Tutorials/quickstart.desktop share/apps/khelpcenter/plugins/Tutorials/visualdict.desktop @@ -734,6 +922,7 @@ share/apps/kicker/applets/ksystemtrayapplet.desktop share/apps/kicker/applets/ktaskbarapplet.desktop share/apps/kicker/applets/naughtyapplet.desktop share/apps/kicker/applets/quicklauncher.desktop +share/apps/kicker/default-apps share/apps/kicker/extensions/childpanelextension.desktop share/apps/kicker/extensions/dockbarextension.desktop share/apps/kicker/extensions/kasbarextension.desktop @@ -855,6 +1044,8 @@ share/apps/kio_finger/kio_finger.css share/apps/kio_finger/kio_finger.pl share/apps/kio_info/kde-info2html share/apps/kio_info/kde-info2html.conf +share/apps/kioslave/smb.html +share/apps/kjobviewer/kjobviewerui.rc share/apps/kmenuedit/icons/hicolor/22x22/actions/menu_new.png share/apps/kmenuedit/icons/hicolor/32x32/actions/menu_new.png share/apps/kmenuedit/icons/locolor/16x16/actions/menu_new.png @@ -866,6 +1057,28 @@ share/apps/konqlistview/konq_detailedlistview.rc share/apps/konqlistview/konq_textview.rc share/apps/konqlistview/konq_treeview.rc share/apps/konqlistview/kpartplugins/kshellcmdplugin.rc +share/apps/konqsidebartng/add/sidebar_classic_add.desktop +share/apps/konqsidebartng/add/virtualfolderadd.desktop +share/apps/konqsidebartng/dirtree/bookmarks_module.desktop +share/apps/konqsidebartng/dirtree/dirtree_module.desktop +share/apps/konqsidebartng/dirtree/history_module.desktop +share/apps/konqsidebartng/entries/.version +share/apps/konqsidebartng/entries/bookmarks.desktop +share/apps/konqsidebartng/entries/history.desktop +share/apps/konqsidebartng/entries/home.desktop +share/apps/konqsidebartng/entries/remote.desktop +share/apps/konqsidebartng/entries/root.desktop +share/apps/konqsidebartng/entries/services.desktop +share/apps/konqsidebartng/entries/sidebar_classic.desktop +share/apps/konqsidebartng/virtual_folders/remote/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/kde_ftp.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/.directory +share/apps/konqsidebartng/virtual_folders/remote/web/apps_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/dot_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/kde_web.desktop +share/apps/konqsidebartng/virtual_folders/services/.directory +share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop share/apps/konqueror/about/back.png share/apps/konqueror/about/background.png share/apps/konqueror/about/bgtable.png @@ -875,6 +1088,7 @@ share/apps/konqueror/about/intro.html share/apps/konqueror/about/kdelogo2.png share/apps/konqueror/about/konq.css share/apps/konqueror/about/konqueror.png +share/apps/konqueror/about/lightning.png share/apps/konqueror/about/lines.png share/apps/konqueror/about/lines2.png share/apps/konqueror/about/locationbar_erase.png @@ -894,34 +1108,19 @@ 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/apps_web.desktop +share/apps/konqueror/dirtree/remote/web/dot_web.desktop share/apps/konqueror/dirtree/remote/web/kde_web.desktop share/apps/konqueror/dirtree/root.desktop -share/apps/konqueror/icons/hicolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/remove_view.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/remove_view.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_top_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/kde1.png -share/apps/konqueror/icons/locolor/16x16/actions/kde2.png -share/apps/konqueror/icons/locolor/16x16/actions/kde3.png -share/apps/konqueror/icons/locolor/16x16/actions/kde4.png -share/apps/konqueror/icons/locolor/16x16/actions/kde5.png -share/apps/konqueror/icons/locolor/16x16/actions/kde6.png -share/apps/konqueror/icons/locolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/locolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_top_bottom.png +share/apps/konqueror/dirtree/services/.directory +share/apps/konqueror/dirtree/services/audiocd.desktop +share/apps/konqueror/icons/hicolor/16x16/actions/history_clear.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde1.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde2.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde3.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde4.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde5.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde6.png share/apps/konqueror/konqueror.rc share/apps/konqueror/pics/indicator_anchor.png share/apps/konqueror/pics/indicator_connect.png @@ -956,6 +1155,7 @@ share/apps/konsole/README.KeyTab share/apps/konsole/README.Schema share/apps/konsole/Transparent.schema share/apps/konsole/Transparent_MC.schema +share/apps/konsole/Transparent_darkbg.schema share/apps/konsole/Transparent_lightbg.schema share/apps/konsole/WhiteOnBlack.schema share/apps/konsole/XTerm.schema @@ -970,13 +1170,18 @@ share/apps/konsole/pics/colourness.png share/apps/konsole/pics/contrast.png share/apps/konsole/shell.desktop share/apps/konsole/su.desktop +share/apps/konsole/sumc.desktop share/apps/konsole/syscolor.schema share/apps/konsole/vim.schema share/apps/konsole/vt100.keytab share/apps/konsole/vt420pc.keytab share/apps/konsole/x11r5.keytab -share/apps/kscreensaver/kscience-small.gif -share/apps/kscreensaver/kscience.gif +share/apps/kpersonalizer/pics/step1.png +share/apps/kpersonalizer/pics/step2.png +share/apps/kpersonalizer/pics/step3.png +share/apps/kpersonalizer/pics/step4.png +share/apps/kpersonalizer/pics/step5.png +share/apps/kscreensaver/kscience.png share/apps/ksplash/pics/locolor/splash_active_bar.png share/apps/ksplash/pics/locolor/splash_bottom.png share/apps/ksplash/pics/locolor/splash_inactive_bar.png @@ -988,56 +1193,19 @@ share/apps/ksplash/pics/splash_top.png share/apps/ksysguard/KSysGuardApplet.xml share/apps/ksysguard/ProcessTable.sgrd share/apps/ksysguard/SystemLoad.sgrd -share/apps/ksysguard/icons/locolor/16x16/apps/X.png -share/apps/ksysguard/icons/locolor/16x16/apps/artsd.png -share/apps/ksysguard/icons/locolor/16x16/apps/automount.png -share/apps/ksysguard/icons/locolor/16x16/apps/bash.png -share/apps/ksysguard/icons/locolor/16x16/apps/c++.png -share/apps/ksysguard/icons/locolor/16x16/apps/cc.png -share/apps/ksysguard/icons/locolor/16x16/apps/computer.png -share/apps/ksysguard/icons/locolor/16x16/apps/console.png -share/apps/ksysguard/icons/locolor/16x16/apps/csh.png -share/apps/ksysguard/icons/locolor/16x16/apps/emacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/g++.png -share/apps/ksysguard/icons/locolor/16x16/apps/gcc.png -share/apps/ksysguard/icons/locolor/16x16/apps/gdb.png -share/apps/ksysguard/icons/locolor/16x16/apps/httpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/in.identd.png -share/apps/ksysguard/icons/locolor/16x16/apps/inetd.png -share/apps/ksysguard/icons/locolor/16x16/apps/init.png -share/apps/ksysguard/icons/locolor/16x16/apps/kcookiejar.png -share/apps/ksysguard/icons/locolor/16x16/apps/kdesktop.png -share/apps/ksysguard/icons/locolor/16x16/apps/kflushd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kicker.png -share/apps/ksysguard/icons/locolor/16x16/apps/kio_file.png -share/apps/ksysguard/icons/locolor/16x16/apps/klauncher.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksh.png -share/apps/ksysguard/icons/locolor/16x16/apps/kswapd.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksysguardd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kupdate.png -share/apps/ksysguard/icons/locolor/16x16/apps/login.png -share/apps/ksysguard/icons/locolor/16x16/apps/lpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/mingetty.png -share/apps/ksysguard/icons/locolor/16x16/apps/mutt.png -share/apps/ksysguard/icons/locolor/16x16/apps/nscd.png -share/apps/ksysguard/icons/locolor/16x16/apps/pine.png -share/apps/ksysguard/icons/locolor/16x16/apps/portmap.png -share/apps/ksysguard/icons/locolor/16x16/apps/sendmail.png -share/apps/ksysguard/icons/locolor/16x16/apps/sh.png -share/apps/ksysguard/icons/locolor/16x16/apps/ssh.png -share/apps/ksysguard/icons/locolor/16x16/apps/startkde.png -share/apps/ksysguard/icons/locolor/16x16/apps/startx.png -share/apps/ksysguard/icons/locolor/16x16/apps/syslogd.png -share/apps/ksysguard/icons/locolor/16x16/apps/tcsh.png -share/apps/ksysguard/icons/locolor/16x16/apps/unknown.png -share/apps/ksysguard/icons/locolor/16x16/apps/xemacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/xinit.png -share/apps/ksysguard/icons/locolor/16x16/apps/xntpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/xterm.png -share/apps/ksysguard/icons/locolor/16x16/apps/ypbind.png share/apps/ksysguard/ksysguardui.rc +share/apps/ksysguard/pics/X.png +share/apps/ksysguard/pics/computer.png +share/apps/ksysguard/pics/daemon.png +share/apps/ksysguard/pics/kdeapp.png +share/apps/ksysguard/pics/kernel.png +share/apps/ksysguard/pics/ksysguardd.png +share/apps/ksysguard/pics/running.png +share/apps/ksysguard/pics/shell.png +share/apps/ksysguard/pics/tools.png +share/apps/ksysguard/pics/unknownapp.png +share/apps/ksysguard/pics/waiting.png share/apps/kthememgr/Themes/Default.ktheme -share/apps/kthememgr/Themes/Eclipse.ktheme share/apps/kthememgr/Themes/MGBreizh.ktheme share/apps/kthememgr/Themes/Nostalgy.ktheme share/apps/kthememgr/Themes/Template.themerc @@ -1045,11 +1213,45 @@ share/apps/kthememgr/Themes/Wood.ktheme share/apps/kthememgr/theme.mappings share/apps/kwin/b2.desktop share/apps/kwin/eventsrc -share/apps/kwin/kde.desktop +share/apps/kwin/icewm-themes/closeA.xpm +share/apps/kwin/icewm-themes/closeI.xpm +share/apps/kwin/icewm-themes/default.theme +share/apps/kwin/icewm-themes/depthA.xpm +share/apps/kwin/icewm-themes/depthI.xpm +share/apps/kwin/icewm-themes/maximizeA.xpm +share/apps/kwin/icewm-themes/maximizeI.xpm +share/apps/kwin/icewm-themes/menuButtonA.xpm +share/apps/kwin/icewm-themes/menuButtonI.xpm +share/apps/kwin/icewm-themes/minimizeA.xpm +share/apps/kwin/icewm-themes/minimizeI.xpm +share/apps/kwin/icewm-themes/restoreA.xpm +share/apps/kwin/icewm-themes/restoreI.xpm +share/apps/kwin/icewm-themes/rolldownA.xpm +share/apps/kwin/icewm-themes/rolldownI.xpm +share/apps/kwin/icewm-themes/rollupA.xpm +share/apps/kwin/icewm-themes/rollupI.xpm +share/apps/kwin/icewm-themes/titleAB.xpm +share/apps/kwin/icewm-themes/titleAJ.xpm +share/apps/kwin/icewm-themes/titleAM.xpm +share/apps/kwin/icewm-themes/titleAP.xpm +share/apps/kwin/icewm-themes/titleAQ.xpm +share/apps/kwin/icewm-themes/titleAR.xpm +share/apps/kwin/icewm-themes/titleAS.xpm +share/apps/kwin/icewm-themes/titleAT.xpm +share/apps/kwin/icewm-themes/titleIB.xpm +share/apps/kwin/icewm-themes/titleIJ.xpm +share/apps/kwin/icewm-themes/titleIM.xpm +share/apps/kwin/icewm-themes/titleIP.xpm +share/apps/kwin/icewm-themes/titleIQ.xpm +share/apps/kwin/icewm-themes/titleIR.xpm +share/apps/kwin/icewm-themes/titleIS.xpm +share/apps/kwin/icewm-themes/titleIT.xpm +share/apps/kwin/icewm.desktop share/apps/kwin/kde1.desktop share/apps/kwin/kstep.desktop share/apps/kwin/laptop.desktop share/apps/kwin/modernsystem.desktop +share/apps/kwin/mwm.desktop share/apps/kwin/pics/bluesun.png share/apps/kwin/pics/close.png share/apps/kwin/pics/fog-grey.png @@ -1063,18 +1265,18 @@ share/apps/kwin/pics/menu.png share/apps/kwin/pics/pindown.png share/apps/kwin/pics/pinup.png share/apps/kwin/pics/unknown.png +share/apps/kwin/quartz.desktop +share/apps/kwin/redmond.desktop share/apps/kwin/riscos.desktop share/apps/kwin/system.desktop -share/apps/kwin/win2k.desktop -share/apps/kwrite/kwrite_browser.rc -share/apps/kwrite/kwrite_shell.rc +share/apps/kwin/web.desktop share/apps/kwrite/kwriteui.rc -share/apps/kwrite/syntax.xml share/apps/naughtyapplet/pics/naughty-happy.png share/apps/naughtyapplet/pics/naughty-sad.png share/autostart/kdesktop.desktop share/autostart/khotkeys.desktop share/autostart/klipper.desktop +share/autostart/kpersonalizer.desktop share/autostart/ktip.desktop share/autostart/kwrited.desktop share/autostart/panel.desktop @@ -1101,8 +1303,10 @@ share/config/imsmaprc share/config/interferencerc share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdmrc +share/config/kdm/README +share/config/kdm/kdmrc share/config/klipperrc +share/config/konqsidebartng.rc share/config/konsolerc share/config/kshorturifilterrc share/config/kumpparc @@ -1112,56 +1316,29 @@ share/config/lissierc share/config/penroserc share/config/rocksrc share/config/sliprc -share/doc/HTML/en/kcontrol/.anchors -share/doc/HTML/en/kcontrol/action.html -share/doc/HTML/en/kcontrol/background.html -share/doc/HTML/en/kcontrol/batmon.html -share/doc/HTML/en/kcontrol/bell.html -share/doc/HTML/en/kcontrol/borders.html -share/doc/HTML/en/kcontrol/color.html +share/doc/HTML/en/kaddressbook/common +share/doc/HTML/en/kaddressbook/index.cache.bz2 +share/doc/HTML/en/kaddressbook/index.docbook +share/doc/HTML/en/kate/common +share/doc/HTML/en/kate/index.cache.bz2 +share/doc/HTML/en/kate/index.docbook share/doc/HTML/en/kcontrol/common -share/doc/HTML/en/kcontrol/control-center-exiting.html -share/doc/HTML/en/kcontrol/control-center-menus.html -share/doc/HTML/en/kcontrol/control-center-run-indiv.html -share/doc/HTML/en/kcontrol/control-center-screen.html -share/doc/HTML/en/kcontrol/control-center.html -share/doc/HTML/en/kcontrol/cookie.html -share/doc/HTML/en/kcontrol/credits.html -share/doc/HTML/en/kcontrol/crypto.html -share/doc/HTML/en/kcontrol/datetime.html -share/doc/HTML/en/kcontrol/desktop.html -share/doc/HTML/en/kcontrol/devices.html -share/doc/HTML/en/kcontrol/dma.html -share/doc/HTML/en/kcontrol/ebrowse.html -share/doc/HTML/en/kcontrol/email.html -share/doc/HTML/en/kcontrol/energy.html -share/doc/HTML/en/kcontrol/file-assoc.html -share/doc/HTML/en/kcontrol/file-manager.html -share/doc/HTML/en/kcontrol/fonts.html -share/doc/HTML/en/kcontrol/help-index.html -share/doc/HTML/en/kcontrol/icons.html +share/doc/HTML/en/kcontrol/index.cache.bz2 share/doc/HTML/en/kcontrol/index.docbook -share/doc/HTML/en/kcontrol/index.html -share/doc/HTML/en/kcontrol/interrupts.html -share/doc/HTML/en/kcontrol/introduction.html -share/doc/HTML/en/kcontrol/ioports.html -share/doc/HTML/en/kcontrol/kbd.html -share/doc/HTML/en/kcontrol/kblayout.html share/doc/HTML/en/kcontrol/kcmaccess.docbook share/doc/HTML/en/kcontrol/kcmaction.docbook share/doc/HTML/en/kcontrol/kcmbackgnd.docbook share/doc/HTML/en/kcontrol/kcmbatmon.docbook share/doc/HTML/en/kcontrol/kcmbell.docbook share/doc/HTML/en/kcontrol/kcmblockdev.docbook -share/doc/HTML/en/kcontrol/kcmborders.docbook share/doc/HTML/en/kcontrol/kcmcolor.docbook share/doc/HTML/en/kcontrol/kcmcookie.docbook share/doc/HTML/en/kcontrol/kcmcrypto.docbook +share/doc/HTML/en/kcontrol/kcmcss.docbook share/doc/HTML/en/kcontrol/kcmdatetime.docbook share/doc/HTML/en/kcontrol/kcmdesktop.docbook share/doc/HTML/en/kcontrol/kcmdeviceinfo.docbook share/doc/HTML/en/kcontrol/kcmdmainfo.docbook -share/doc/HTML/en/kcontrol/kcmdrkonqi.docbook share/doc/HTML/en/kcontrol/kcmebrowse.docbook share/doc/HTML/en/kcontrol/kcmemail.docbook share/doc/HTML/en/kcontrol/kcmenergy.docbook @@ -1170,13 +1347,15 @@ share/doc/HTML/en/kcontrol/kcmfileman.docbook share/doc/HTML/en/kcontrol/kcmfonts.docbook share/doc/HTML/en/kcontrol/kcmhelpindex.docbook share/doc/HTML/en/kcontrol/kcmicon.docbook -share/doc/HTML/en/kcontrol/kcmiconstyle.docbook share/doc/HTML/en/kcontrol/kcmintinfo.docbook share/doc/HTML/en/kcontrol/kcmioportinfo.docbook share/doc/HTML/en/kcontrol/kcmkbd.docbook -share/doc/HTML/en/kcontrol/kcmkblayout.docbook share/doc/HTML/en/kcontrol/kcmkbrowse.docbook share/doc/HTML/en/kcontrol/kcmkeybind.docbook +share/doc/HTML/en/kcontrol/kcmkonsole.docbook +share/doc/HTML/en/kcontrol/kcmkwintheme.docbook +share/doc/HTML/en/kcontrol/kcmlaunch.docbook +share/doc/HTML/en/kcontrol/kcmlisa.docbook share/doc/HTML/en/kcontrol/kcmlocate.docbook share/doc/HTML/en/kcontrol/kcmloginmanage.docbook share/doc/HTML/en/kcontrol/kcmlowbatcrit.docbook @@ -1185,9 +1364,7 @@ share/doc/HTML/en/kcontrol/kcmmemoryinfo.docbook share/doc/HTML/en/kcontrol/kcmmidi.docbook share/doc/HTML/en/kcontrol/kcmmixer.docbook share/doc/HTML/en/kcontrol/kcmmouse.docbook -share/doc/HTML/en/kcontrol/kcmmousebeh.docbook share/doc/HTML/en/kcontrol/kcmnetscapeplugins.docbook -share/doc/HTML/en/kcontrol/kcmnumbername.docbook share/doc/HTML/en/kcontrol/kcmpanel.docbook share/doc/HTML/en/kcontrol/kcmpartitioninfo.docbook share/doc/HTML/en/kcontrol/kcmpasswd.docbook @@ -1202,206 +1379,91 @@ share/doc/HTML/en/kcontrol/kcmsessionman.docbook share/doc/HTML/en/kcontrol/kcmsmbstat.docbook share/doc/HTML/en/kcontrol/kcmsndinfo.docbook share/doc/HTML/en/kcontrol/kcmsndsrv.docbook +share/doc/HTML/en/kcontrol/kcmsocks.docbook +share/doc/HTML/en/kcontrol/kcmspellchecking.docbook share/doc/HTML/en/kcontrol/kcmstyle.docbook share/doc/HTML/en/kcontrol/kcmsysnotify.docbook share/doc/HTML/en/kcontrol/kcmtalk.docbook share/doc/HTML/en/kcontrol/kcmtaskbar.docbook +share/doc/HTML/en/kcontrol/kcmusb.docbook share/doc/HTML/en/kcontrol/kcmuseragent.docbook share/doc/HTML/en/kcontrol/kcmwinshare.docbook share/doc/HTML/en/kcontrol/kcmxservinfo.docbook -share/doc/HTML/en/kcontrol/key-bindings.html share/doc/HTML/en/kcontrol/kfileman1.png share/doc/HTML/en/kcontrol/kfileman2.png -share/doc/HTML/en/kcontrol/konq-browsing.html -share/doc/HTML/en/kcontrol/laptop.html -share/doc/HTML/en/kcontrol/locale.html -share/doc/HTML/en/kcontrol/login-manager.html -share/doc/HTML/en/kcontrol/lowbatcrit.html -share/doc/HTML/en/kcontrol/lowbatwarn.html -share/doc/HTML/en/kcontrol/memory.html -share/doc/HTML/en/kcontrol/midi.html -share/doc/HTML/en/kcontrol/mixer.html -share/doc/HTML/en/kcontrol/module.html -share/doc/HTML/en/kcontrol/modules.html -share/doc/HTML/en/kcontrol/mouse-behav.html -share/doc/HTML/en/kcontrol/mouse.html -share/doc/HTML/en/kcontrol/nsplugins.html -share/doc/HTML/en/kcontrol/panel.html -share/doc/HTML/en/kcontrol/partitions.html -share/doc/HTML/en/kcontrol/passwords.html -share/doc/HTML/en/kcontrol/pci.html -share/doc/HTML/en/kcontrol/pcmcia.html -share/doc/HTML/en/kcontrol/powerctrl.html -share/doc/HTML/en/kcontrol/processor.html -share/doc/HTML/en/kcontrol/proxies.html -share/doc/HTML/en/kcontrol/sambastatus.html -share/doc/HTML/en/kcontrol/screensaver.html +share/doc/HTML/en/kcontrol/nettimeouts.docbook +share/doc/HTML/en/kcontrol/printmanager.docbook +share/doc/HTML/en/kcontrol/printsystem.docbook +share/doc/HTML/en/kcontrol/protocols.docbook share/doc/HTML/en/kcontrol/screenshot.png -share/doc/HTML/en/kcontrol/scsi.html -share/doc/HTML/en/kcontrol/sessions.html -share/doc/HTML/en/kcontrol/sndserver.html -share/doc/HTML/en/kcontrol/soundinfo.html -share/doc/HTML/en/kcontrol/style.html -share/doc/HTML/en/kcontrol/sys-notify.html -share/doc/HTML/en/kcontrol/taskbar.html -share/doc/HTML/en/kcontrol/user-agent.html -share/doc/HTML/en/kcontrol/windows-shares.html -share/doc/HTML/en/kcontrol/xserver.html -share/doc/HTML/en/kdebugdialog/.anchors +share/doc/HTML/en/kcontrol/systemcontrol.docbook +share/doc/HTML/en/kcontrol/thememgr.docbook share/doc/HTML/en/kdebugdialog/common +share/doc/HTML/en/kdebugdialog/index.cache.bz2 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/kdeprint/common +share/doc/HTML/en/kdeprint/cupsaddprinterwizard1.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard2_backendselection.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan_results.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard4_networkscan_config.png +share/doc/HTML/en/kdeprint/index.cache.bz2 +share/doc/HTML/en/kdeprint/index.docbook share/doc/HTML/en/kdesu/common -share/doc/HTML/en/kdesu/compiling.html -share/doc/HTML/en/kdesu/configuration.html +share/doc/HTML/en/kdesu/index.cache.bz2 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/sec-password-keeping.html -share/doc/HTML/en/kdesu/using-kdesu.html -share/doc/HTML/en/kdm/.anchors -share/doc/HTML/en/kdm/building-and-installing-kdm.html share/doc/HTML/en/kdm/common -share/doc/HTML/en/kdm/configuring-kdm.html -share/doc/HTML/en/kdm/configuring-your-system-for-kdm.html -share/doc/HTML/en/kdm/credits.html -share/doc/HTML/en/kdm/different-window-managers-with-kdm.html +share/doc/HTML/en/kdm/index.cache.bz2 share/doc/HTML/en/kdm/index.docbook -share/doc/HTML/en/kdm/index.html -share/doc/HTML/en/kdm/introduction.html -share/doc/HTML/en/kdm/kdmdesktop.html -share/doc/HTML/en/kdm/lilo.html -share/doc/HTML/en/kdm/locale.html -share/doc/HTML/en/kdm/other-information.html -share/doc/HTML/en/khelpcenter/.anchors share/doc/HTML/en/khelpcenter/background.png share/doc/HTML/en/khelpcenter/bgtable.png share/doc/HTML/en/khelpcenter/common -share/doc/HTML/en/khelpcenter/contact-developers.html -share/doc/HTML/en/khelpcenter/contact-more-information.html -share/doc/HTML/en/khelpcenter/contact-official.html -share/doc/HTML/en/khelpcenter/contact-the-kde-team.html share/doc/HTML/en/khelpcenter/contact.docbook -share/doc/HTML/en/khelpcenter/credits.html -share/doc/HTML/en/khelpcenter/faq/.anchors share/doc/HTML/en/khelpcenter/faq/TODO -share/doc/HTML/en/khelpcenter/faq/about.html -share/doc/HTML/en/khelpcenter/faq/applications.html +share/doc/HTML/en/khelpcenter/faq/about.docbook share/doc/HTML/en/khelpcenter/faq/common -share/doc/HTML/en/khelpcenter/faq/configure.html -share/doc/HTML/en/khelpcenter/faq/contribute.html -share/doc/HTML/en/khelpcenter/faq/credits.html -share/doc/HTML/en/khelpcenter/faq/desktop.html -share/doc/HTML/en/khelpcenter/faq/filemanager.html -share/doc/HTML/en/khelpcenter/faq/getting-kde.html +share/doc/HTML/en/khelpcenter/faq/configkde.docbook +share/doc/HTML/en/khelpcenter/faq/contrib.docbook +share/doc/HTML/en/khelpcenter/faq/desktop.docbook +share/doc/HTML/en/khelpcenter/faq/filemng.docbook +share/doc/HTML/en/khelpcenter/faq/getkde.docbook +share/doc/HTML/en/khelpcenter/faq/index.cache.bz2 share/doc/HTML/en/khelpcenter/faq/index.docbook -share/doc/HTML/en/khelpcenter/faq/index.html -share/doc/HTML/en/khelpcenter/faq/install.html -share/doc/HTML/en/khelpcenter/faq/introduction.html -share/doc/HTML/en/khelpcenter/faq/misc.html -share/doc/HTML/en/khelpcenter/faq/more-info.html -share/doc/HTML/en/khelpcenter/faq/non-kde-apps.html -share/doc/HTML/en/khelpcenter/faq/not-kde.html -share/doc/HTML/en/khelpcenter/faq/panel.html -share/doc/HTML/en/khelpcenter/faq/tips.html -share/doc/HTML/en/khelpcenter/faq/windowmanager.html -share/doc/HTML/en/khelpcenter/help-system-user-manual.html +share/doc/HTML/en/khelpcenter/faq/index.docbook.old +share/doc/HTML/en/khelpcenter/faq/install.docbook +share/doc/HTML/en/khelpcenter/faq/intro.docbook +share/doc/HTML/en/khelpcenter/faq/kdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/misc.docbook +share/doc/HTML/en/khelpcenter/faq/moreinfo.docbook +share/doc/HTML/en/khelpcenter/faq/nonkdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/notrelated.docbook +share/doc/HTML/en/khelpcenter/faq/panel.docbook +share/doc/HTML/en/khelpcenter/faq/tips.docbook +share/doc/HTML/en/khelpcenter/faq/winmng.docbook +share/doc/HTML/en/khelpcenter/glossary/common +share/doc/HTML/en/khelpcenter/glossary/index.cache.bz2 +share/doc/HTML/en/khelpcenter/glossary/index.docbook share/doc/HTML/en/khelpcenter/help.docbook +share/doc/HTML/en/khelpcenter/index.cache.bz2 share/doc/HTML/en/khelpcenter/index.docbook -share/doc/HTML/en/khelpcenter/index.html -share/doc/HTML/en/khelpcenter/interface-basics.html -share/doc/HTML/en/khelpcenter/invoking-help.html share/doc/HTML/en/khelpcenter/kdelogo2.png share/doc/HTML/en/khelpcenter/khelpcenter.png share/doc/HTML/en/khelpcenter/konq.css share/doc/HTML/en/khelpcenter/lines.png share/doc/HTML/en/khelpcenter/lines2.png share/doc/HTML/en/khelpcenter/links.docbook -share/doc/HTML/en/khelpcenter/main.html -share/doc/HTML/en/khelpcenter/no-html.html share/doc/HTML/en/khelpcenter/pointers.png -share/doc/HTML/en/khelpcenter/quickstart/.anchors -share/doc/HTML/en/khelpcenter/quickstart/advanced-topics.html -share/doc/HTML/en/khelpcenter/quickstart/an-overview-of-kde.html -share/doc/HTML/en/khelpcenter/quickstart/archives-and-networks.html share/doc/HTML/en/khelpcenter/quickstart/common -share/doc/HTML/en/khelpcenter/quickstart/configuration-modules.html -share/doc/HTML/en/khelpcenter/quickstart/configure.html -share/doc/HTML/en/khelpcenter/quickstart/credits.html +share/doc/HTML/en/khelpcenter/quickstart/index.cache.bz2 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/kde-an-exciting-journey.html -share/doc/HTML/en/khelpcenter/quickstart/launching-applications.html -share/doc/HTML/en/khelpcenter/quickstart/logging-out.html -share/doc/HTML/en/khelpcenter/quickstart/managing-your-files.html -share/doc/HTML/en/khelpcenter/quickstart/ready-set-go.html -share/doc/HTML/en/khelpcenter/quickstart/using-taskbar.html -share/doc/HTML/en/khelpcenter/quickstart/using-templates.html -share/doc/HTML/en/khelpcenter/quickstart/using-v-desktops.html -share/doc/HTML/en/khelpcenter/quickstart/want-command-line-back.html -share/doc/HTML/en/khelpcenter/quickstart/working-with-windows.html share/doc/HTML/en/khelpcenter/shadow1.png share/doc/HTML/en/khelpcenter/support.docbook -share/doc/HTML/en/khelpcenter/supporting-kde-financial-support.html -share/doc/HTML/en/khelpcenter/supporting-kde-get-started.html -share/doc/HTML/en/khelpcenter/supporting-kde.html -share/doc/HTML/en/khelpcenter/userguide/.anchors -share/doc/HTML/en/khelpcenter/userguide/about-this-preview.html -share/doc/HTML/en/khelpcenter/userguide/adding-programs.html -share/doc/HTML/en/khelpcenter/userguide/all-about-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html share/doc/HTML/en/khelpcenter/userguide/common -share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/desktop-components.html -share/doc/HTML/en/khelpcenter/userguide/docu-staff.html -share/doc/HTML/en/khelpcenter/userguide/entertainment-applications.html -share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html -share/doc/HTML/en/khelpcenter/userguide/first-impressions.html -share/doc/HTML/en/khelpcenter/userguide/frequently-asked-questions.html -share/doc/HTML/en/khelpcenter/userguide/getting-kde.html -share/doc/HTML/en/khelpcenter/userguide/getting-started.html -share/doc/HTML/en/khelpcenter/userguide/graphical-applications.html +share/doc/HTML/en/khelpcenter/userguide/index.cache.bz2 share/doc/HTML/en/khelpcenter/userguide/index.docbook -share/doc/HTML/en/khelpcenter/userguide/index.html -share/doc/HTML/en/khelpcenter/userguide/installation.html -share/doc/HTML/en/khelpcenter/userguide/installing-debian.html -share/doc/HTML/en/khelpcenter/userguide/introduction.html -share/doc/HTML/en/khelpcenter/userguide/kdeadmin-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdebase-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdepim-applications.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/license.html -share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms.html -share/doc/HTML/en/khelpcenter/userguide/more-help.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/multimedia-applications.html -share/doc/HTML/en/khelpcenter/userguide/network-applications.html -share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html -share/doc/HTML/en/khelpcenter/userguide/shortcuts.html -share/doc/HTML/en/khelpcenter/userguide/source-distribution.html -share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html -share/doc/HTML/en/khelpcenter/userguide/suse-install.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-templates.html -share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html -share/doc/HTML/en/khelpcenter/userguide/utility-applications.html -share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html -share/doc/HTML/en/khelpcenter/visualdict/.anchors share/doc/HTML/en/khelpcenter/visualdict/common -share/doc/HTML/en/khelpcenter/visualdict/credits.html +share/doc/HTML/en/khelpcenter/visualdict/index.cache.bz2 share/doc/HTML/en/khelpcenter/visualdict/index.docbook -share/doc/HTML/en/khelpcenter/visualdict/index.html share/doc/HTML/en/khelpcenter/visualdict/pict1.png share/doc/HTML/en/khelpcenter/visualdict/pict10.png share/doc/HTML/en/khelpcenter/visualdict/pict11.png @@ -1422,77 +1484,58 @@ share/doc/HTML/en/khelpcenter/visualdict/pict6.png share/doc/HTML/en/khelpcenter/visualdict/pict7.png share/doc/HTML/en/khelpcenter/visualdict/pict8.png share/doc/HTML/en/khelpcenter/visualdict/pict9.png -share/doc/HTML/en/khelpcenter/visualdict/visual-dictionary.html -share/doc/HTML/en/khelpcenter/web.html -share/doc/HTML/en/khelpcenter/welcome-to-kde.html share/doc/HTML/en/khelpcenter/welcome.docbook -share/doc/HTML/en/khelpcenter/what-is-kde-the-desktop.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-development-framework.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-office-suite.html -share/doc/HTML/en/khelpcenter/what-is-kde.html share/doc/HTML/en/khelpcenter/whatiskde.docbook -share/doc/HTML/en/kicker/.anchors -share/doc/HTML/en/kicker/applets.html -share/doc/HTML/en/kicker/application-group.html -share/doc/HTML/en/kicker/basics.html -share/doc/HTML/en/kicker/browsers.html -share/doc/HTML/en/kicker/child-panel-extension.html -share/doc/HTML/en/kicker/clock-applet.html -share/doc/HTML/en/kicker/commands.html +share/doc/HTML/en/kicker/bookmarks_icon.png share/doc/HTML/en/kicker/common -share/doc/HTML/en/kicker/compilation.html -share/doc/HTML/en/kicker/configuration.html -share/doc/HTML/en/kicker/configuring-apps.html -share/doc/HTML/en/kicker/configuring.html -share/doc/HTML/en/kicker/credits.html -share/doc/HTML/en/kicker/dock-application-bar-extension.html -share/doc/HTML/en/kicker/extensions.html -share/doc/HTML/en/kicker/faq.html +share/doc/HTML/en/kicker/desktop_icon.png +share/doc/HTML/en/kicker/index.cache.bz2 share/doc/HTML/en/kicker/index.docbook -share/doc/HTML/en/kicker/index.html -share/doc/HTML/en/kicker/installation.html -share/doc/HTML/en/kicker/introduction.html -share/doc/HTML/en/kicker/k-menu.html share/doc/HTML/en/kicker/k_menu_icon.png -share/doc/HTML/en/kicker/kasbar-extension.html -share/doc/HTML/en/kicker/kfind-advanced.html -share/doc/HTML/en/kicker/kfind-date-range.html -share/doc/HTML/en/kicker/kfind.html -share/doc/HTML/en/kicker/launcher-applet.html -share/doc/HTML/en/kicker/most-recently-group.html -share/doc/HTML/en/kicker/naughty-applet.html -share/doc/HTML/en/kicker/pager-applet.html -share/doc/HTML/en/kicker/panel-applets.html -share/doc/HTML/en/kicker/panel-buttons.html -share/doc/HTML/en/kicker/panel-looknfeel.html -share/doc/HTML/en/kicker/panel-menus.html -share/doc/HTML/en/kicker/requirements.html -share/doc/HTML/en/kicker/run-applet.html -share/doc/HTML/en/kicker/run-command.html +share/doc/HTML/en/kicker/recent_docs_icon.png share/doc/HTML/en/kicker/screenshot_left.png share/doc/HTML/en/kicker/screenshot_right.png -share/doc/HTML/en/kicker/systemtray-applet.html -share/doc/HTML/en/kicker/using-kicker.html +share/doc/HTML/en/kicker/taskbar_group.png +share/doc/HTML/en/kicker/terminals_icon.png share/doc/HTML/en/kicker/windowlist_icon.png -share/doc/HTML/en/klipper/.anchors -share/doc/HTML/en/klipper/actions.html +share/doc/HTML/en/kioslave/audiocd.docbook +share/doc/HTML/en/kioslave/bzip.docbook +share/doc/HTML/en/kioslave/bzip2.docbook +share/doc/HTML/en/kioslave/common +share/doc/HTML/en/kioslave/file.docbook +share/doc/HTML/en/kioslave/finger.docbook +share/doc/HTML/en/kioslave/floppy.docbook +share/doc/HTML/en/kioslave/ftp.docbook +share/doc/HTML/en/kioslave/gopher.docbook +share/doc/HTML/en/kioslave/gzip.docbook +share/doc/HTML/en/kioslave/help.docbook +share/doc/HTML/en/kioslave/http.docbook +share/doc/HTML/en/kioslave/https.docbook +share/doc/HTML/en/kioslave/imap.docbook +share/doc/HTML/en/kioslave/imaps.docbook +share/doc/HTML/en/kioslave/index.cache.bz2 +share/doc/HTML/en/kioslave/index.docbook +share/doc/HTML/en/kioslave/info.docbook +share/doc/HTML/en/kioslave/lan.docbook +share/doc/HTML/en/kioslave/ldap.docbook +share/doc/HTML/en/kioslave/mailto.docbook +share/doc/HTML/en/kioslave/man.docbook +share/doc/HTML/en/kioslave/news.docbook +share/doc/HTML/en/kioslave/nfs.docbook +share/doc/HTML/en/kioslave/nntp.docbook +share/doc/HTML/en/kioslave/pop3.docbook +share/doc/HTML/en/kioslave/pop3s.docbook +share/doc/HTML/en/kioslave/rlan.docbook +share/doc/HTML/en/kioslave/rlogin.docbook +share/doc/HTML/en/kioslave/smb.docbook +share/doc/HTML/en/kioslave/tar.docbook +share/doc/HTML/en/kioslave/telnet.docbook +share/doc/HTML/en/kioslave/thumbnail.docbook share/doc/HTML/en/klipper/common -share/doc/HTML/en/klipper/compilation.html -share/doc/HTML/en/klipper/configuration.html -share/doc/HTML/en/klipper/credits.html +share/doc/HTML/en/klipper/index.cache.bz2 share/doc/HTML/en/klipper/index.docbook -share/doc/HTML/en/klipper/index.html -share/doc/HTML/en/klipper/installation.html -share/doc/HTML/en/klipper/introduction.html -share/doc/HTML/en/klipper/requirements.html share/doc/HTML/en/klipper/screenshot.png -share/doc/HTML/en/klipper/using-klipper.html -share/doc/HTML/en/kmenuedit/.anchors share/doc/HTML/en/kmenuedit/common -share/doc/HTML/en/kmenuedit/compilation.html -share/doc/HTML/en/kmenuedit/credits.html -share/doc/HTML/en/kmenuedit/details-advanced.html -share/doc/HTML/en/kmenuedit/glossary.html share/doc/HTML/en/kmenuedit/i_copy.png share/doc/HTML/en/kmenuedit/i_cut.png share/doc/HTML/en/kmenuedit/i_delete.png @@ -1502,163 +1545,141 @@ share/doc/HTML/en/kmenuedit/i_new_submenu.png share/doc/HTML/en/kmenuedit/i_paste.png share/doc/HTML/en/kmenuedit/icon_sets.png share/doc/HTML/en/kmenuedit/icons.png +share/doc/HTML/en/kmenuedit/index.cache.bz2 share/doc/HTML/en/kmenuedit/index.docbook -share/doc/HTML/en/kmenuedit/index.html -share/doc/HTML/en/kmenuedit/installation.html -share/doc/HTML/en/kmenuedit/introduction.html -share/doc/HTML/en/kmenuedit/menu-reference.html -share/doc/HTML/en/kmenuedit/using-kmenuedit.html -share/doc/HTML/en/konqueror/.anchors -share/doc/HTML/en/konqueror/basics.html -share/doc/HTML/en/konqueror/bookmarks.html -share/doc/HTML/en/konqueror/browser.html -share/doc/HTML/en/konqueror/bubble.html share/doc/HTML/en/konqueror/cmndline.png -share/doc/HTML/en/konqueror/commandline.html -share/doc/HTML/en/konqueror/commands.html share/doc/HTML/en/konqueror/common -share/doc/HTML/en/konqueror/config.html -share/doc/HTML/en/konqueror/configfm.html -share/doc/HTML/en/konqueror/configure-browser.html -share/doc/HTML/en/konqueror/configure-enhanced-browsing.html -share/doc/HTML/en/konqueror/configure-proxy.html -share/doc/HTML/en/konqueror/configure-user-agent.html -share/doc/HTML/en/konqueror/cookies.html -share/doc/HTML/en/konqueror/credits.html -share/doc/HTML/en/konqueror/crypto.html -share/doc/HTML/en/konqueror/deleting.html share/doc/HTML/en/konqueror/dirtree.png share/doc/HTML/en/konqueror/dragdrop.png -share/doc/HTML/en/konqueror/faq.html -share/doc/HTML/en/konqueror/file-associations.html -share/doc/HTML/en/konqueror/filemanager.html share/doc/HTML/en/konqueror/filetype1.png share/doc/HTML/en/konqueror/filetype3.png share/doc/HTML/en/konqueror/filetype4.png -share/doc/HTML/en/konqueror/ftp.html +share/doc/HTML/en/konqueror/index.cache.bz2 share/doc/HTML/en/konqueror/index.docbook -share/doc/HTML/en/konqueror/index.html -share/doc/HTML/en/konqueror/installation.html share/doc/HTML/en/konqueror/konqorg.png -share/doc/HTML/en/konqueror/lmb-mmb.html -share/doc/HTML/en/konqueror/making.html -share/doc/HTML/en/konqueror/man-info.html -share/doc/HTML/en/konqueror/moving.html -share/doc/HTML/en/konqueror/multiple.html -share/doc/HTML/en/konqueror/newname.html -share/doc/HTML/en/konqueror/parts.html share/doc/HTML/en/konqueror/parts.png -share/doc/HTML/en/konqueror/plugin.html -share/doc/HTML/en/konqueror/rmb-menus.html share/doc/HTML/en/konqueror/samba.png -share/doc/HTML/en/konqueror/save-print-web.html -share/doc/HTML/en/konqueror/save-settings.html -share/doc/HTML/en/konqueror/surf.html -share/doc/HTML/en/konsole/.anchors -share/doc/HTML/en/konsole/command-line-options.html share/doc/HTML/en/konsole/common -share/doc/HTML/en/konsole/credits.html -share/doc/HTML/en/konsole/history-option.html +share/doc/HTML/en/konsole/index.cache.bz2 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/konsole.png share/doc/HTML/en/konsole/konsole1.gif share/doc/HTML/en/konsole/konsole2.gif -share/doc/HTML/en/konsole/menubar.html -share/doc/HTML/en/konsole/mousebuttons.html share/doc/HTML/en/konsole/techref.html -share/doc/HTML/en/konsole/toolbar.html -share/doc/HTML/en/konsole/use-of-konsole.html share/doc/HTML/en/konsole/vt100.gif -share/doc/HTML/en/kpager/.anchors -share/doc/HTML/en/kpager/commands.html share/doc/HTML/en/kpager/common -share/doc/HTML/en/kpager/compilation.html -share/doc/HTML/en/kpager/credits.html -share/doc/HTML/en/kpager/faq.html +share/doc/HTML/en/kpager/index.cache.bz2 share/doc/HTML/en/kpager/index.docbook -share/doc/HTML/en/kpager/index.html -share/doc/HTML/en/kpager/installation.html -share/doc/HTML/en/kpager/introduction.html -share/doc/HTML/en/kpager/kapp-settings.html -share/doc/HTML/en/kpager/requirements.html share/doc/HTML/en/kpager/screenshot.png share/doc/HTML/en/kpager/settings.png -share/doc/HTML/en/kpager/using-kapp.html -share/doc/HTML/en/ksysguard/.anchors share/doc/HTML/en/ksysguard/common -share/doc/HTML/en/ksysguard/compilationandinstallation.html -share/doc/HTML/en/ksysguard/credits-and-licenses.html +share/doc/HTML/en/ksysguard/index.cache.bz2 share/doc/HTML/en/ksysguard/index.docbook -share/doc/HTML/en/ksysguard/index.html -share/doc/HTML/en/ksysguard/installation.html -share/doc/HTML/en/ksysguard/introduction.html -share/doc/HTML/en/ksysguard/requirements.html -share/doc/HTML/en/ksysguard/the-sensor-browser.html -share/doc/HTML/en/ksysguard/the-workspace.html -share/doc/HTML/en/ksysguard/usingtheksysguard.html -share/doc/HTML/en/kwrite/.anchors -share/doc/HTML/en/kwrite/command-line-options.html share/doc/HTML/en/kwrite/common -share/doc/HTML/en/kwrite/credits.html -share/doc/HTML/en/kwrite/edit.html -share/doc/HTML/en/kwrite/go.html -share/doc/HTML/en/kwrite/help.html +share/doc/HTML/en/kwrite/index.cache.bz2 share/doc/HTML/en/kwrite/index.docbook -share/doc/HTML/en/kwrite/index.html -share/doc/HTML/en/kwrite/installation.html -share/doc/HTML/en/kwrite/introduction.html -share/doc/HTML/en/kwrite/keybindings.html -share/doc/HTML/en/kwrite/on-screen-fundamentals.html -share/doc/HTML/en/kwrite/pref-dialog.html -share/doc/HTML/en/kwrite/pref-edit.html -share/doc/HTML/en/kwrite/pref-highlighting.html -share/doc/HTML/en/kwrite/pref-indent.html -share/doc/HTML/en/kwrite/pref-select.html -share/doc/HTML/en/kwrite/prefspellchecker.html -share/doc/HTML/en/kwrite/settings.html -share/doc/HTML/en/kwrite/the-menu-entries.html -share/doc/HTML/en/kwrite/tools.html -share/doc/HTML/en/no-html.html share/fonts/9x15.pcf.gz share/fonts/console8x16.pcf.gz share/fonts/console8x8.pcf.gz share/fonts/fonts.dir share/fonts/override/fonts.dir +share/icons/hicolor/16x16/actions/view_choose.png +share/icons/hicolor/16x16/actions/view_detailed.png +share/icons/hicolor/16x16/actions/view_icon.png +share/icons/hicolor/16x16/actions/view_multicolumn.png +share/icons/hicolor/16x16/actions/view_text.png +share/icons/hicolor/16x16/actions/view_tree.png +share/icons/hicolor/16x16/apps/access.png +share/icons/hicolor/16x16/apps/acroread.png +share/icons/hicolor/16x16/apps/agent.png +share/icons/hicolor/16x16/apps/alevt.png +share/icons/hicolor/16x16/apps/applixware.png +share/icons/hicolor/16x16/apps/arts.png share/icons/hicolor/16x16/apps/background.png share/icons/hicolor/16x16/apps/bell.png +share/icons/hicolor/16x16/apps/blender.png +share/icons/hicolor/16x16/apps/clock.png +share/icons/hicolor/16x16/apps/colors.png share/icons/hicolor/16x16/apps/cookie.png +share/icons/hicolor/16x16/apps/date.png +share/icons/hicolor/16x16/apps/designer.png +share/icons/hicolor/16x16/apps/dlgedit.png +share/icons/hicolor/16x16/apps/emacs.png share/icons/hicolor/16x16/apps/email.png share/icons/hicolor/16x16/apps/energy.png +share/icons/hicolor/16x16/apps/energy_star.png share/icons/hicolor/16x16/apps/enhanced_browsing.png +share/icons/hicolor/16x16/apps/filetypes.png +share/icons/hicolor/16x16/apps/fonts.png +share/icons/hicolor/16x16/apps/gimp.png share/icons/hicolor/16x16/apps/go.png +share/icons/hicolor/16x16/apps/gv.png +share/icons/hicolor/16x16/apps/gvim.png +share/icons/hicolor/16x16/apps/help_index.png share/icons/hicolor/16x16/apps/hwinfo.png +share/icons/hicolor/16x16/apps/icons.png +share/icons/hicolor/16x16/apps/iconthemes.png share/icons/hicolor/16x16/apps/input_devices_settings.png +share/icons/hicolor/16x16/apps/kaddressbook.png share/icons/hicolor/16x16/apps/kappfinder.png +share/icons/hicolor/16x16/apps/kate.png +share/icons/hicolor/16x16/apps/kcmdevices.png +share/icons/hicolor/16x16/apps/kcmkicker.png share/icons/hicolor/16x16/apps/kcmkwm.png +share/icons/hicolor/16x16/apps/kcmmemory.png +share/icons/hicolor/16x16/apps/kcmmidi.png +share/icons/hicolor/16x16/apps/kcmpartitions.png +share/icons/hicolor/16x16/apps/kcmpci.png +share/icons/hicolor/16x16/apps/kcmprocessor.png +share/icons/hicolor/16x16/apps/kcmscsi.png +share/icons/hicolor/16x16/apps/kcmsound.png share/icons/hicolor/16x16/apps/kcmsystem.png +share/icons/hicolor/16x16/apps/kcmx.png share/icons/hicolor/16x16/apps/kcontrol.png +share/icons/hicolor/16x16/apps/kdeprintfax.png share/icons/hicolor/16x16/apps/kdisknav.png +share/icons/hicolor/16x16/apps/kdmconfig.png share/icons/hicolor/16x16/apps/keditbookmarks.png +share/icons/hicolor/16x16/apps/key_bindings.png +share/icons/hicolor/16x16/apps/keyboard.png +share/icons/hicolor/16x16/apps/keyboard_layout.png share/icons/hicolor/16x16/apps/kfm.png share/icons/hicolor/16x16/apps/kfm_home.png share/icons/hicolor/16x16/apps/khelpcenter.png +share/icons/hicolor/16x16/apps/kicker.png +share/icons/hicolor/16x16/apps/kjobviewer.png share/icons/hicolor/16x16/apps/klipper.png +share/icons/hicolor/16x16/apps/kmenuedit.png +share/icons/hicolor/16x16/apps/knotify.png share/icons/hicolor/16x16/apps/konqueror.png share/icons/hicolor/16x16/apps/konsole.png +share/icons/hicolor/16x16/apps/kpager.png +share/icons/hicolor/16x16/apps/kpersonalizer.png share/icons/hicolor/16x16/apps/kscreensaver.png share/icons/hicolor/16x16/apps/ksysguard.png +share/icons/hicolor/16x16/apps/kthememgr.png share/icons/hicolor/16x16/apps/ktip.png +share/icons/hicolor/16x16/apps/kwin.png share/icons/hicolor/16x16/apps/kwrite.png +share/icons/hicolor/16x16/apps/licq.png share/icons/hicolor/16x16/apps/locale.png share/icons/hicolor/16x16/apps/looknfeel.png +share/icons/hicolor/16x16/apps/lyx.png +share/icons/hicolor/16x16/apps/mathematica.png +share/icons/hicolor/16x16/apps/mouse.png +share/icons/hicolor/16x16/apps/mozilla.png share/icons/hicolor/16x16/apps/multimedia.png +share/icons/hicolor/16x16/apps/nedit.png share/icons/hicolor/16x16/apps/netscape.png share/icons/hicolor/16x16/apps/package_applications.png share/icons/hicolor/16x16/apps/package_development.png share/icons/hicolor/16x16/apps/package_editors.png +share/icons/hicolor/16x16/apps/package_favourite.png +share/icons/hicolor/16x16/apps/package_games.png +share/icons/hicolor/16x16/apps/package_games_arcade.png +share/icons/hicolor/16x16/apps/package_games_board.png +share/icons/hicolor/16x16/apps/package_games_card.png +share/icons/hicolor/16x16/apps/package_games_strategy.png share/icons/hicolor/16x16/apps/package_graphics.png share/icons/hicolor/16x16/apps/package_multimedia.png share/icons/hicolor/16x16/apps/package_network.png @@ -1667,25 +1688,41 @@ share/icons/hicolor/16x16/apps/package_system.png share/icons/hicolor/16x16/apps/package_toys.png share/icons/hicolor/16x16/apps/package_utilities.png share/icons/hicolor/16x16/apps/package_wordprocessing.png +share/icons/hicolor/16x16/apps/panel.png +share/icons/hicolor/16x16/apps/panel_settings.png +share/icons/hicolor/16x16/apps/password.png +share/icons/hicolor/16x16/apps/penguin.png +share/icons/hicolor/16x16/apps/personal.png +share/icons/hicolor/16x16/apps/plan.png +share/icons/hicolor/16x16/apps/printmgr.png +share/icons/hicolor/16x16/apps/proxy.png share/icons/hicolor/16x16/apps/pybliographic.png share/icons/hicolor/16x16/apps/realplayer.png share/icons/hicolor/16x16/apps/remote.png share/icons/hicolor/16x16/apps/samba.png share/icons/hicolor/16x16/apps/style.png +share/icons/hicolor/16x16/apps/stylesheet.png +share/icons/hicolor/16x16/apps/terminal.png +share/icons/hicolor/16x16/apps/usb.png +share/icons/hicolor/16x16/apps/wabi.png share/icons/hicolor/16x16/apps/window_list.png -share/icons/hicolor/16x16/devices/3floppy_mount.png -share/icons/hicolor/16x16/devices/3floppy_unmount.png -share/icons/hicolor/16x16/devices/cdaudio_mount.png -share/icons/hicolor/16x16/devices/cdaudio_unmount.png -share/icons/hicolor/16x16/devices/cdrom_mount.png -share/icons/hicolor/16x16/devices/cdrom_unmount.png -share/icons/hicolor/16x16/devices/dvd_mount.png -share/icons/hicolor/16x16/devices/dvd_unmount.png -share/icons/hicolor/16x16/devices/hdd_mount.png -share/icons/hicolor/16x16/devices/hdd_unmount.png -share/icons/hicolor/16x16/devices/nfs_mount.png -share/icons/hicolor/16x16/devices/nfs_unmount.png -share/icons/hicolor/16x16/devices/printer1.png +share/icons/hicolor/16x16/apps/winprops.png +share/icons/hicolor/16x16/apps/wp.png +share/icons/hicolor/16x16/apps/xcalc.png +share/icons/hicolor/16x16/apps/xclipboard.png +share/icons/hicolor/16x16/apps/xclock.png +share/icons/hicolor/16x16/apps/xconsole.png +share/icons/hicolor/16x16/apps/xedit.png +share/icons/hicolor/16x16/apps/xemacs.png +share/icons/hicolor/16x16/apps/xeyes.png +share/icons/hicolor/16x16/apps/xfig.png +share/icons/hicolor/16x16/apps/xfmail.png +share/icons/hicolor/16x16/apps/xload.png +share/icons/hicolor/16x16/apps/xmag.png +share/icons/hicolor/16x16/apps/xmms.png +share/icons/hicolor/16x16/apps/xosview.png +share/icons/hicolor/16x16/apps/xpaint.png +share/icons/hicolor/16x16/apps/xv.png share/icons/hicolor/16x16/filesystems/file_important.png share/icons/hicolor/16x16/filesystems/folder_important.png share/icons/hicolor/22x22/actions/view_choose.png @@ -1703,27 +1740,41 @@ share/icons/hicolor/32x32/actions/view_tree.png share/icons/hicolor/32x32/apps/access.png share/icons/hicolor/32x32/apps/acroread.png share/icons/hicolor/32x32/apps/agent.png +share/icons/hicolor/32x32/apps/alevt.png +share/icons/hicolor/32x32/apps/applixware.png +share/icons/hicolor/32x32/apps/background.png share/icons/hicolor/32x32/apps/bell.png share/icons/hicolor/32x32/apps/blender.png +share/icons/hicolor/32x32/apps/clanbomber.png share/icons/hicolor/32x32/apps/clock.png share/icons/hicolor/32x32/apps/colors.png share/icons/hicolor/32x32/apps/cookie.png share/icons/hicolor/32x32/apps/date.png share/icons/hicolor/32x32/apps/designer.png +share/icons/hicolor/32x32/apps/dlgedit.png share/icons/hicolor/32x32/apps/emacs.png share/icons/hicolor/32x32/apps/email.png share/icons/hicolor/32x32/apps/energy.png +share/icons/hicolor/32x32/apps/energy_star.png share/icons/hicolor/32x32/apps/enhanced_browsing.png +share/icons/hicolor/32x32/apps/error.png share/icons/hicolor/32x32/apps/filetypes.png share/icons/hicolor/32x32/apps/fonts.png +share/icons/hicolor/32x32/apps/gimp.png share/icons/hicolor/32x32/apps/go.png +share/icons/hicolor/32x32/apps/gv.png +share/icons/hicolor/32x32/apps/gvim.png share/icons/hicolor/32x32/apps/help_index.png share/icons/hicolor/32x32/apps/hwinfo.png share/icons/hicolor/32x32/apps/icons.png share/icons/hicolor/32x32/apps/iconthemes.png +share/icons/hicolor/32x32/apps/input_devices_settings.png +share/icons/hicolor/32x32/apps/kaddressbook.png share/icons/hicolor/32x32/apps/kappfinder.png +share/icons/hicolor/32x32/apps/kate.png share/icons/hicolor/32x32/apps/kcmdevices.png share/icons/hicolor/32x32/apps/kcmdrkonqi.png +share/icons/hicolor/32x32/apps/kcmkicker.png share/icons/hicolor/32x32/apps/kcmkwm.png share/icons/hicolor/32x32/apps/kcmmemory.png share/icons/hicolor/32x32/apps/kcmmidi.png @@ -1735,36 +1786,48 @@ share/icons/hicolor/32x32/apps/kcmsound.png share/icons/hicolor/32x32/apps/kcmsystem.png share/icons/hicolor/32x32/apps/kcmx.png share/icons/hicolor/32x32/apps/kcontrol.png +share/icons/hicolor/32x32/apps/kdeprintfax.png share/icons/hicolor/32x32/apps/kdisknav.png share/icons/hicolor/32x32/apps/kdmconfig.png share/icons/hicolor/32x32/apps/keditbookmarks.png share/icons/hicolor/32x32/apps/key_bindings.png +share/icons/hicolor/32x32/apps/keyboard.png share/icons/hicolor/32x32/apps/keyboard_layout.png share/icons/hicolor/32x32/apps/kfm.png share/icons/hicolor/32x32/apps/kfm_home.png share/icons/hicolor/32x32/apps/khelpcenter.png +share/icons/hicolor/32x32/apps/kjobviewer.png share/icons/hicolor/32x32/apps/klipper.png share/icons/hicolor/32x32/apps/kmenuedit.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/kpager.png +share/icons/hicolor/32x32/apps/kpersonalizer.png share/icons/hicolor/32x32/apps/kscreensaver.png share/icons/hicolor/32x32/apps/ksysguard.png share/icons/hicolor/32x32/apps/kthememgr.png share/icons/hicolor/32x32/apps/ktip.png share/icons/hicolor/32x32/apps/kwin.png share/icons/hicolor/32x32/apps/kwrite.png +share/icons/hicolor/32x32/apps/licq.png share/icons/hicolor/32x32/apps/locale.png share/icons/hicolor/32x32/apps/looknfeel.png +share/icons/hicolor/32x32/apps/lyx.png +share/icons/hicolor/32x32/apps/mathematica.png share/icons/hicolor/32x32/apps/mouse.png share/icons/hicolor/32x32/apps/multimedia.png +share/icons/hicolor/32x32/apps/nedit.png share/icons/hicolor/32x32/apps/netscape.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_games_arcade.png +share/icons/hicolor/32x32/apps/package_games_board.png +share/icons/hicolor/32x32/apps/package_games_card.png +share/icons/hicolor/32x32/apps/package_games_strategy.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 @@ -1774,44 +1837,41 @@ share/icons/hicolor/32x32/apps/package_toys.png share/icons/hicolor/32x32/apps/package_utilities.png share/icons/hicolor/32x32/apps/package_wordprocessing.png share/icons/hicolor/32x32/apps/password.png +share/icons/hicolor/32x32/apps/penguin.png +share/icons/hicolor/32x32/apps/personal.png +share/icons/hicolor/32x32/apps/plan.png +share/icons/hicolor/32x32/apps/printmgr.png share/icons/hicolor/32x32/apps/proxy.png share/icons/hicolor/32x32/apps/pybliographic.png +share/icons/hicolor/32x32/apps/pysol.png share/icons/hicolor/32x32/apps/realplayer.png +share/icons/hicolor/32x32/apps/samba.png share/icons/hicolor/32x32/apps/style.png +share/icons/hicolor/32x32/apps/stylesheet.png share/icons/hicolor/32x32/apps/terminal.png +share/icons/hicolor/32x32/apps/usb.png +share/icons/hicolor/32x32/apps/wabi.png share/icons/hicolor/32x32/apps/window_list.png share/icons/hicolor/32x32/apps/winprops.png +share/icons/hicolor/32x32/apps/wp.png +share/icons/hicolor/32x32/apps/x.png share/icons/hicolor/32x32/apps/xapp.png share/icons/hicolor/32x32/apps/xawtv.png +share/icons/hicolor/32x32/apps/xcalc.png +share/icons/hicolor/32x32/apps/xclipboard.png +share/icons/hicolor/32x32/apps/xclock.png +share/icons/hicolor/32x32/apps/xconsole.png share/icons/hicolor/32x32/apps/xedit.png share/icons/hicolor/32x32/apps/xemacs.png +share/icons/hicolor/32x32/apps/xeyes.png +share/icons/hicolor/32x32/apps/xfig.png +share/icons/hicolor/32x32/apps/xfmail.png +share/icons/hicolor/32x32/apps/xload.png share/icons/hicolor/32x32/apps/xmag.png +share/icons/hicolor/32x32/apps/xmms.png +share/icons/hicolor/32x32/apps/xosview.png +share/icons/hicolor/32x32/apps/xpaint.png share/icons/hicolor/32x32/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/32x32/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/32x32/devices/dvd_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/nfs_mount.png -share/icons/hicolor/32x32/devices/nfs_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/32x32/filesystems/file_important.png share/icons/hicolor/32x32/filesystems/folder_important.png share/icons/hicolor/48x48/apps/access.png @@ -1826,6 +1886,7 @@ share/icons/hicolor/48x48/apps/designer.png share/icons/hicolor/48x48/apps/emacs.png share/icons/hicolor/48x48/apps/email.png share/icons/hicolor/48x48/apps/energy.png +share/icons/hicolor/48x48/apps/energy_star.png share/icons/hicolor/48x48/apps/enhanced_browsing.png share/icons/hicolor/48x48/apps/filetypes.png share/icons/hicolor/48x48/apps/fonts.png @@ -1836,7 +1897,9 @@ share/icons/hicolor/48x48/apps/help_index.png share/icons/hicolor/48x48/apps/hwinfo.png share/icons/hicolor/48x48/apps/icons.png share/icons/hicolor/48x48/apps/iconthemes.png +share/icons/hicolor/48x48/apps/input_devices_settings.png share/icons/hicolor/48x48/apps/kappfinder.png +share/icons/hicolor/48x48/apps/kate.png share/icons/hicolor/48x48/apps/kcmdevices.png share/icons/hicolor/48x48/apps/kcmdrkonqi.png share/icons/hicolor/48x48/apps/kcmkwm.png @@ -1868,6 +1931,7 @@ share/icons/hicolor/48x48/apps/kthememgr.png share/icons/hicolor/48x48/apps/ktip.png share/icons/hicolor/48x48/apps/kwin.png share/icons/hicolor/48x48/apps/kwrite.png +share/icons/hicolor/48x48/apps/licq.png share/icons/hicolor/48x48/apps/locale.png share/icons/hicolor/48x48/apps/looknfeel.png share/icons/hicolor/48x48/apps/mouse.png @@ -1878,6 +1942,10 @@ 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_games_arcade.png +share/icons/hicolor/48x48/apps/package_games_board.png +share/icons/hicolor/48x48/apps/package_games_card.png +share/icons/hicolor/48x48/apps/package_games_strategy.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 @@ -1887,321 +1955,24 @@ share/icons/hicolor/48x48/apps/package_toys.png share/icons/hicolor/48x48/apps/package_utilities.png share/icons/hicolor/48x48/apps/package_wordprocessing.png share/icons/hicolor/48x48/apps/password.png +share/icons/hicolor/48x48/apps/personal.png share/icons/hicolor/48x48/apps/proxy.png share/icons/hicolor/48x48/apps/remote.png share/icons/hicolor/48x48/apps/samba.png share/icons/hicolor/48x48/apps/style.png +share/icons/hicolor/48x48/apps/stylesheet.png share/icons/hicolor/48x48/apps/terminal.png +share/icons/hicolor/48x48/apps/usb.png share/icons/hicolor/48x48/apps/window_list.png share/icons/hicolor/48x48/apps/winprops.png share/icons/hicolor/48x48/apps/xedit.png share/icons/hicolor/48x48/apps/xemacs.png share/icons/hicolor/48x48/apps/xmag.png share/icons/hicolor/48x48/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/48x48/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/48x48/devices/dvd_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/nfs_mount.png -share/icons/hicolor/48x48/devices/nfs_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/hicolor/48x48/filesystems/file_important.png share/icons/hicolor/48x48/filesystems/folder_important.png -share/icons/locolor/16x16/actions/bookmark_folder.png -share/icons/locolor/16x16/actions/view_choose.png -share/icons/locolor/16x16/actions/view_detailed.png -share/icons/locolor/16x16/actions/view_icon.png -share/icons/locolor/16x16/actions/view_multicolumn.png -share/icons/locolor/16x16/actions/view_text.png -share/icons/locolor/16x16/actions/view_tree.png -share/icons/locolor/16x16/apps/access.png -share/icons/locolor/16x16/apps/acroread.png -share/icons/locolor/16x16/apps/agent.png -share/icons/locolor/16x16/apps/alevt.png -share/icons/locolor/16x16/apps/applixware.png -share/icons/locolor/16x16/apps/arts.png -share/icons/locolor/16x16/apps/background.png share/icons/locolor/16x16/apps/bell.png -share/icons/locolor/16x16/apps/blender.png -share/icons/locolor/16x16/apps/clock.png -share/icons/locolor/16x16/apps/colors.png -share/icons/locolor/16x16/apps/cookie.png -share/icons/locolor/16x16/apps/date.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/enhanced_browsing.png -share/icons/locolor/16x16/apps/filetypes.png -share/icons/locolor/16x16/apps/fonts.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/help_index.png -share/icons/locolor/16x16/apps/hwinfo.png -share/icons/locolor/16x16/apps/icons.png -share/icons/locolor/16x16/apps/iconthemes.png -share/icons/locolor/16x16/apps/input_devices_settings.png -share/icons/locolor/16x16/apps/kappfinder.png -share/icons/locolor/16x16/apps/kcmdevices.png -share/icons/locolor/16x16/apps/kcmdrkonqi.png -share/icons/locolor/16x16/apps/kcmkicker.png -share/icons/locolor/16x16/apps/kcmkwm.png -share/icons/locolor/16x16/apps/kcmmemory.png -share/icons/locolor/16x16/apps/kcmmidi.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/kcmsystem.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/keditbookmarks.png -share/icons/locolor/16x16/apps/key_bindings.png -share/icons/locolor/16x16/apps/keyboard.png -share/icons/locolor/16x16/apps/keyboard_layout.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/kicker.png -share/icons/locolor/16x16/apps/klipper.png -share/icons/locolor/16x16/apps/kmenuedit.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/kpager.png -share/icons/locolor/16x16/apps/kscreensaver.png -share/icons/locolor/16x16/apps/ksysguard.png -share/icons/locolor/16x16/apps/kthememgr.png -share/icons/locolor/16x16/apps/ktip.png -share/icons/locolor/16x16/apps/kwin.png -share/icons/locolor/16x16/apps/kwrite.png -share/icons/locolor/16x16/apps/locale.png -share/icons/locolor/16x16/apps/looknfeel.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/mozilla.png -share/icons/locolor/16x16/apps/multimedia.png -share/icons/locolor/16x16/apps/nedit.png -share/icons/locolor/16x16/apps/netscape.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/password.png -share/icons/locolor/16x16/apps/penguin.png -share/icons/locolor/16x16/apps/plan.png -share/icons/locolor/16x16/apps/proxy.png -share/icons/locolor/16x16/apps/pybliographic.png -share/icons/locolor/16x16/apps/realplayer.png -share/icons/locolor/16x16/apps/remote.png -share/icons/locolor/16x16/apps/samba.png -share/icons/locolor/16x16/apps/style.png -share/icons/locolor/16x16/apps/terminal.png -share/icons/locolor/16x16/apps/wabi.png -share/icons/locolor/16x16/apps/window_list.png -share/icons/locolor/16x16/apps/winprops.png -share/icons/locolor/16x16/apps/wp.png -share/icons/locolor/16x16/apps/xapp.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/xmag.png -share/icons/locolor/16x16/apps/xosview.png -share/icons/locolor/16x16/apps/xpaint.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/access.png -share/icons/locolor/32x32/apps/acroread.png -share/icons/locolor/32x32/apps/agent.png -share/icons/locolor/32x32/apps/alevt.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/blender.png -share/icons/locolor/32x32/apps/clanbomber.png -share/icons/locolor/32x32/apps/clock.png -share/icons/locolor/32x32/apps/colors.png -share/icons/locolor/32x32/apps/cookie.png -share/icons/locolor/32x32/apps/date.png -share/icons/locolor/32x32/apps/dlgedit.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/enhanced_browsing.png -share/icons/locolor/32x32/apps/error.png -share/icons/locolor/32x32/apps/filetypes.png -share/icons/locolor/32x32/apps/fonts.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/help_index.png -share/icons/locolor/32x32/apps/hwinfo.png -share/icons/locolor/32x32/apps/icons.png -share/icons/locolor/32x32/apps/iconthemes.png -share/icons/locolor/32x32/apps/input_devices_settings.png -share/icons/locolor/32x32/apps/kappfinder.png -share/icons/locolor/32x32/apps/kcmdevices.png -share/icons/locolor/32x32/apps/kcmdrkonqi.png -share/icons/locolor/32x32/apps/kcmkicker.png -share/icons/locolor/32x32/apps/kcmkwm.png -share/icons/locolor/32x32/apps/kcmmemory.png -share/icons/locolor/32x32/apps/kcmmidi.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/kcmsystem.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/key_bindings.png -share/icons/locolor/32x32/apps/keyboard.png -share/icons/locolor/32x32/apps/keyboard_layout.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/klipper.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/kpager.png -share/icons/locolor/32x32/apps/kscreensaver.png -share/icons/locolor/32x32/apps/ksysguard.png -share/icons/locolor/32x32/apps/kthememgr.png -share/icons/locolor/32x32/apps/ktip.png -share/icons/locolor/32x32/apps/kwin.png -share/icons/locolor/32x32/apps/kwrite.png -share/icons/locolor/32x32/apps/locale.png -share/icons/locolor/32x32/apps/looknfeel.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/multimedia.png -share/icons/locolor/32x32/apps/nedit.png -share/icons/locolor/32x32/apps/netscape.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/plan.png -share/icons/locolor/32x32/apps/proxy.png -share/icons/locolor/32x32/apps/pybliographic.png -share/icons/locolor/32x32/apps/pysol.png -share/icons/locolor/32x32/apps/realplayer.png -share/icons/locolor/32x32/apps/samba.png -share/icons/locolor/32x32/apps/style.png -share/icons/locolor/32x32/apps/terminal.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/xapp.png -share/icons/locolor/32x32/apps/xawtv.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/xload.png -share/icons/locolor/32x32/apps/xmag.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/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 @@ -2216,6 +1987,8 @@ 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/az/entry.desktop +share/locale/l10n/az/flag.png share/locale/l10n/bb/entry.desktop share/locale/l10n/bb/flag.png share/locale/l10n/be/entry.desktop @@ -2299,9 +2072,10 @@ share/locale/l10n/lv/entry.desktop share/locale/l10n/lv/flag.png share/locale/l10n/mk/entry.desktop share/locale/l10n/mk/flag.png +share/locale/l10n/mt/entry.desktop +share/locale/l10n/mt/flag.png share/locale/l10n/mx/entry.desktop share/locale/l10n/mx/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 @@ -2358,20 +2132,23 @@ share/locale/l10n/westeurope.desktop share/locale/l10n/za/entry.desktop share/locale/l10n/za/flag.png share/mimelnk/application/x-konsole.desktop +share/mimelnk/application/x-ksysguard.desktop share/mimelnk/application/x-ktheme.desktop share/services/bzip.protocol share/services/bzip2.protocol share/services/finger.protocol share/services/floppy.protocol share/services/gopher.protocol +share/services/gsthumbnail.desktop share/services/gzip.protocol -share/services/help.protocol share/services/htmlthumbnail.desktop share/services/imagethumbnail.desktop share/services/imap4.protocol share/services/imaps.protocol share/services/info.protocol share/services/kaccess.desktop +share/services/kate_component.desktop +share/services/kded/favicons.desktop share/services/kfindpart.desktop share/services/khelpcenter.desktop share/services/konq_aboutpage.desktop @@ -2379,6 +2156,7 @@ share/services/konq_detailedlistview.desktop share/services/konq_dirtree.desktop share/services/konq_iconview.desktop share/services/konq_multicolumnview.desktop +share/services/konq_sidebartng.desktop share/services/konq_textview.desktop share/services/konq_treeview.desktop share/services/konqueror.desktop @@ -2416,17 +2194,37 @@ share/services/searchproviders/realnames.desktop share/services/searchproviders/rpmfind.desktop share/services/searchproviders/seek.desktop share/services/searchproviders/thesaurus.desktop +share/services/searchproviders/vivisimo.desktop share/services/searchproviders/voila.desktop share/services/searchproviders/webster.desktop +share/services/searchproviders/whatis.desktop share/services/smb.protocol -share/services/smtp.protocol share/services/tar.protocol share/services/textthumbnail.desktop share/services/thumbnail.protocol +share/services/useragentstrings/ie401onwinnt4.desktop +share/services/useragentstrings/ie45onwinnt5.desktop +share/services/useragentstrings/ie501onwinnt5.desktop +share/services/useragentstrings/ie50onppc.desktop +share/services/useragentstrings/ie50onwin95.desktop +share/services/useragentstrings/ie55onwin98.desktop +share/services/useragentstrings/ie55onwinnt5.desktop +share/services/useragentstrings/lynxoncurrent.desktop +share/services/useragentstrings/mozm18oncurrent.desktop +share/services/useragentstrings/mozm18onwinnt4.desktop +share/services/useragentstrings/nn301oncurrent.desktop +share/services/useragentstrings/nn475oncurrent.desktop +share/services/useragentstrings/nn475onwin95.desktop +share/services/useragentstrings/nn476onppc.desktop +share/services/useragentstrings/op403onwinnt4.desktop +share/services/useragentstrings/w3moncurrent.desktop +share/services/useragentstrings/wgetoncurrent.desktop share/servicetypes/findpart.desktop +share/servicetypes/kate_servicetype.desktop share/servicetypes/konqaboutpage.desktop share/servicetypes/searchprovider.desktop share/servicetypes/thumbcreator.desktop +share/servicetypes/uasprovider.desktop share/sounds/KDE_Beep_Ahem.wav share/sounds/KDE_Beep_Beep.wav share/sounds/KDE_Beep_Bottles.wav @@ -2441,12 +2239,28 @@ share/sounds/KDE_Beep_RimShot.wav share/sounds/KDE_Beep_RingRing.wav share/sounds/KDE_Beep_ShortBeep.wav share/sounds/KDE_Beep_Yo.wav +share/sounds/KDE_Click.wav share/sounds/KDE_Close_Window.wav +share/sounds/KDE_Critical_Error.wav +share/sounds/KDE_Desktop1.wav +share/sounds/KDE_Desktop2.wav +share/sounds/KDE_Desktop3.wav +share/sounds/KDE_Desktop4.wav +share/sounds/KDE_Desktop5.wav +share/sounds/KDE_Desktop6.wav +share/sounds/KDE_Desktop7.wav +share/sounds/KDE_Desktop8.wav +share/sounds/KDE_Dialog_Appear.wav +share/sounds/KDE_Dialog_Disappear.wav +share/sounds/KDE_Error.wav share/sounds/KDE_Logout.wav +share/sounds/KDE_Notify.wav share/sounds/KDE_Startup.wav +share/sounds/KDE_Window_Close.wav share/sounds/KDE_Window_DeIconify.wav share/sounds/KDE_Window_Iconify.wav share/sounds/KDE_Window_Maximize.wav +share/sounds/KDE_Window_Open.wav share/sounds/KDE_Window_Shade_Down.wav share/sounds/KDE_Window_Shade_Up.wav share/sounds/KDE_Window_Sticky.wav @@ -2455,6 +2269,7 @@ share/sounds/KDE_Window_UnSticky.wav share/sounds/pop.wav share/templates/.source/CDROM-Device.desktop share/templates/.source/Floppy.desktop +share/templates/.source/HD.desktop share/templates/.source/HTMLFile.html share/templates/.source/Program.desktop share/templates/.source/TextFile.txt @@ -2464,6 +2279,7 @@ share/templates/HTMLFile.desktop share/templates/TextFile.desktop share/templates/linkCDROM.desktop share/templates/linkFloppy.desktop +share/templates/linkHD.desktop share/templates/linkProgram.desktop share/templates/linkURL.desktop share/wallpapers/All-Good-People-1.jpg @@ -2488,6 +2304,7 @@ share/wallpapers/Whirling_Spirit.jpg share/wallpapers/Won-Ton-Soup-3.jpg share/wallpapers/blue_angle_swirl.jpg share/wallpapers/bluegreencrisscross.jpg +share/wallpapers/default_blue.jpg share/wallpapers/gold_crinkle.jpg share/wallpapers/kdm_bg.jpg share/wallpapers/northbeach.jpg @@ -2495,11 +2312,15 @@ share/wallpapers/simple_wallpaper.jpg share/wallpapers/sunday_brunch.jpg share/wallpapers/vegetative_fog.jpg @dirrm share/wallpapers -@dirrm share/templates/.source/emptydir @dirrm share/templates/.source @dirrm share/templates @dirrm share/sounds +@dirrm share/servicetypes +@dirrm share/services/useragentstrings @dirrm share/services/searchproviders +@dirrm share/services/kded +@dirrm share/services +@dirrm share/mimelnk/application @dirrm share/locale/l10n/za @dirrm share/locale/l10n/ve @dirrm share/locale/l10n/vc @@ -2526,6 +2347,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/no @dirrm share/locale/l10n/nl @dirrm share/locale/l10n/mx +@dirrm share/locale/l10n/mt @dirrm share/locale/l10n/mk @dirrm share/locale/l10n/lv @dirrm share/locale/l10n/lu @@ -2566,6 +2388,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/bg @dirrm share/locale/l10n/be @dirrm share/locale/l10n/bb +@dirrm share/locale/l10n/az @dirrm share/locale/l10n/au @dirrm share/locale/l10n/at @dirrm share/locale/l10n/ar @@ -2573,16 +2396,18 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/C @dirrm share/locale/l10n @dirrm share/locale/C -@dirrm share/icons/locolor/32x32/devices +@dirrm share/locale @dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/16x16/devices @dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/hicolor/48x48/devices +@dirrm share/icons/hicolor/48x48/filesystems @dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/32x32/devices +@dirrm share/icons/hicolor/32x32/filesystems @dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/16x16/devices +@dirrm share/icons/hicolor/32x32/actions +@dirrm share/icons/hicolor/22x22/actions +@dirrm share/icons/hicolor/16x16/filesystems @dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16/actions @dirrm share/fonts/override @dirrm share/fonts @dirrm share/doc/HTML/en/kwrite @@ -2592,69 +2417,77 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/doc/HTML/en/konqueror @dirrm share/doc/HTML/en/kmenuedit @dirrm share/doc/HTML/en/klipper +@dirrm share/doc/HTML/en/kioslave @dirrm share/doc/HTML/en/kicker @dirrm share/doc/HTML/en/khelpcenter/visualdict @dirrm share/doc/HTML/en/khelpcenter/userguide @dirrm share/doc/HTML/en/khelpcenter/quickstart +@dirrm share/doc/HTML/en/khelpcenter/glossary @dirrm share/doc/HTML/en/khelpcenter/faq @dirrm share/doc/HTML/en/khelpcenter @dirrm share/doc/HTML/en/kdm @dirrm share/doc/HTML/en/kdesu +@dirrm share/doc/HTML/en/kdeprint @dirrm share/doc/HTML/en/kdebugdialog @dirrm share/doc/HTML/en/kcontrol +@dirrm share/doc/HTML/en/kate +@dirrm share/doc/HTML/en/kaddressbook +@dirrm share/doc/HTML/en +@dirrm share/config/kdm +@dirrm share/config @dirrm share/autostart @dirrm share/apps/naughtyapplet/pics @dirrm share/apps/naughtyapplet @dirrm share/apps/kwrite @dirrm share/apps/kwin/pics +@dirrm share/apps/kwin/icewm-themes @dirrm share/apps/kwin @dirrm share/apps/kthememgr/Themes @dirrm share/apps/kthememgr -@dirrm share/apps/ksysguard/icons/locolor/16x16/apps -@dirrm share/apps/ksysguard/icons/locolor/16x16 -@dirrm share/apps/ksysguard/icons/locolor -@dirrm share/apps/ksysguard/icons +@dirrm share/apps/ksysguard/pics @dirrm share/apps/ksysguard @dirrm share/apps/ksplash/pics/locolor @dirrm share/apps/ksplash/pics @dirrm share/apps/ksplash @dirrm share/apps/kscreensaver +@dirrm share/apps/kpersonalizer/pics +@dirrm share/apps/kpersonalizer @dirrm share/apps/konsole/pics @dirrm share/apps/konsole @dirrm share/apps/konqueror/tiles @dirrm share/apps/konqueror/profiles @dirrm share/apps/konqueror/pics -@dirrm share/apps/konqueror/icons/locolor/16x16/actions -@dirrm share/apps/konqueror/icons/locolor/16x16 -@dirrm share/apps/konqueror/icons/locolor -@dirrm share/apps/konqueror/icons/hicolor/32x32/actions -@dirrm share/apps/konqueror/icons/hicolor/32x32 -@dirrm share/apps/konqueror/icons/hicolor/22x22/actions -@dirrm share/apps/konqueror/icons/hicolor/22x22 @dirrm share/apps/konqueror/icons/hicolor/16x16/actions @dirrm share/apps/konqueror/icons/hicolor/16x16 -@dirrm share/apps/konqueror/icons/hicolor -@dirrm share/apps/konqueror/icons +@dirrm share/apps/konqueror/dirtree/services @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/about @dirrm share/apps/konqueror +@dirrm share/apps/konqsidebartng/virtual_folders/services +@dirrm share/apps/konqsidebartng/virtual_folders/remote/web +@dirrm share/apps/konqsidebartng/virtual_folders/remote/ftp +@dirrm share/apps/konqsidebartng/virtual_folders/remote +@dirrm share/apps/konqsidebartng/virtual_folders +@dirrm share/apps/konqsidebartng/entries +@dirrm share/apps/konqsidebartng/dirtree +@dirrm share/apps/konqsidebartng/add +@dirrm share/apps/konqsidebartng @dirrm share/apps/konqlistview/kpartplugins @dirrm share/apps/konqlistview @dirrm share/apps/konqiconview/kpartplugins @dirrm share/apps/konqiconview @dirrm share/apps/kmenuedit/icons/locolor/16x16/actions @dirrm share/apps/kmenuedit/icons/locolor/16x16 -@dirrm share/apps/kmenuedit/icons/locolor @dirrm share/apps/kmenuedit/icons/hicolor/32x32/actions @dirrm share/apps/kmenuedit/icons/hicolor/32x32 @dirrm share/apps/kmenuedit/icons/hicolor/22x22/actions @dirrm share/apps/kmenuedit/icons/hicolor/22x22 -@dirrm share/apps/kmenuedit/icons/hicolor -@dirrm share/apps/kmenuedit/icons @dirrm share/apps/kmenuedit +@dirrm share/apps/kjobviewer +@dirrm share/apps/kioslave @dirrm share/apps/kio_info @dirrm share/apps/kio_finger @dirrm share/apps/kicker/wallpapers @@ -2662,28 +2495,16 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kicker/pics @dirrm share/apps/kicker/icons/locolor/16x16/actions @dirrm share/apps/kicker/icons/locolor/16x16 -@dirrm share/apps/kicker/icons/locolor @dirrm share/apps/kicker/icons/hicolor/16x16/actions @dirrm share/apps/kicker/icons/hicolor/16x16 -@dirrm share/apps/kicker/icons/hicolor -@dirrm share/apps/kicker/icons @dirrm share/apps/kicker/extensions @dirrm share/apps/kicker/applets @dirrm share/apps/kicker @dirrm share/apps/khelpcenter/plugins/Tutorials @dirrm share/apps/khelpcenter/plugins -@dirrm share/apps/khelpcenter/pics -@dirrm share/apps/khelpcenter/icons/locolor/16x16/apps -@dirrm share/apps/khelpcenter/icons/locolor/16x16 -@dirrm share/apps/khelpcenter/icons/locolor -@dirrm share/apps/khelpcenter/icons -@dirrm share/apps/khelpcenter/en @dirrm share/apps/khelpcenter @dirrm share/apps/kfind/icons/locolor/22x22/actions @dirrm share/apps/kfind/icons/locolor/22x22 -@dirrm share/apps/kfind/icons/locolor -@dirrm share/apps/kfind/icons -@dirrm share/apps/kfind @dirrm share/apps/keditbookmarks @dirrm share/apps/kdm/pics/users @dirrm share/apps/kdm/pics @@ -2698,40 +2519,78 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kdesktop/patterns @dirrm share/apps/kdesktop/DesktopLinks @dirrm share/apps/kdesktop +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16/actions +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16 +@dirrm share/apps/kdeprintfax/icons/hicolor +@dirrm share/apps/kdeprintfax/icons +@dirrm share/apps/kdeprintfax @dirrm share/apps/kdcop @dirrm share/apps/kcontrol/pics @dirrm share/apps/kcontrol +@dirrm share/apps/kconf_update +@dirrm share/apps/kcmusb @dirrm share/apps/kcmlocale/pics @dirrm share/apps/kcmlocale @dirrm share/apps/kcmkeys/standard +@dirrm share/apps/kcmkeys/global @dirrm share/apps/kcmkeys +@dirrm share/apps/kcminput/pics @dirrm share/apps/kcminput +@dirrm share/apps/kcmcss @dirrm share/apps/kbookmark +@dirrm share/apps/kate/syntax +@dirrm share/apps/kate/pics +@dirrm share/apps/kate/icons/locolor/22x22/actions +@dirrm share/apps/kate/icons/locolor/22x22 +@dirrm share/apps/kate/icons/locolor/16x16/actions +@dirrm share/apps/kate/icons/locolor/16x16 +@dirrm share/apps/kate/icons/locolor +@dirrm share/apps/kate/icons/hicolor/48x48/actions +@dirrm share/apps/kate/icons/hicolor/48x48 +@dirrm share/apps/kate/icons/hicolor/32x32/actions +@dirrm share/apps/kate/icons/hicolor/32x32 +@dirrm share/apps/kate/icons/hicolor/22x22/actions +@dirrm share/apps/kate/icons/hicolor/22x22 +@dirrm share/apps/kate/icons/hicolor/16x16/actions +@dirrm share/apps/kate/icons/hicolor/16x16 +@dirrm share/apps/kate/icons/hicolor +@dirrm share/apps/kate/icons +@dirrm share/apps/kate @dirrm share/apps/kappfinder/apps/WordProcessing @dirrm share/apps/kappfinder/apps/Utilities/XUtilities @dirrm share/apps/kappfinder/apps/Utilities @dirrm share/apps/kappfinder/apps/Toys +@dirrm share/apps/kappfinder/apps/System/Terminal @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/Terminal @dirrm share/apps/kappfinder/apps/Internet @dirrm share/apps/kappfinder/apps/Graphics +@dirrm share/apps/kappfinder/apps/Games/TacticStrategy +@dirrm share/apps/kappfinder/apps/Games/Emulators +@dirrm share/apps/kappfinder/apps/Games/Card +@dirrm share/apps/kappfinder/apps/Games/Board +@dirrm share/apps/kappfinder/apps/Games/Arcade @dirrm share/apps/kappfinder/apps/Games @dirrm share/apps/kappfinder/apps/Editors @dirrm share/apps/kappfinder/apps/Development @dirrm share/apps/kappfinder/apps -@dirrm share/apps/kappfinder +@dirrm share/apps/kaddressbook/pics +@dirrm share/apps/kaddressbook @dirrm share/apps/drkonqi/presets @dirrm share/apps/drkonqi/pics @dirrm share/apps/drkonqi/debuggers @dirrm share/apps/drkonqi @dirrm share/apps/clockapplet/pics @dirrm share/apps/clockapplet +@dirrm share/applnk/ksysguard @dirrm share/applnk/WordProcessing @dirrm share/applnk/Utilities/XUtilities @dirrm share/applnk/Utilities @dirrm share/applnk/Toys +@dirrm share/applnk/System/Terminal @dirrm share/applnk/System/ScreenSavers @dirrm share/applnk/System @dirrm share/applnk/Settings/WebBrowsing @@ -2748,15 +2607,22 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/applnk/Settings/Information @dirrm share/applnk/Settings/Help @dirrm share/applnk/Settings/FileBrowsing +@dirrm share/applnk/Settings/Databases @dirrm share/applnk/Settings @dirrm share/applnk/Office @dirrm share/applnk/Multimedia +@dirrm share/applnk/Internet/Terminal @dirrm share/applnk/Internet @dirrm share/applnk/Graphics +@dirrm share/applnk/Games/TacticStrategy +@dirrm share/applnk/Games/Card +@dirrm share/applnk/Games/Board +@dirrm share/applnk/Games/Arcade @dirrm share/applnk/Games @dirrm share/applnk/Editors @dirrm share/applnk/Development @dirrm share/applnk/Applications @dirrm share/applnk/.hidden -@dirrm share/applnk +@dirrm lib/kde2 @dirrm include/kwin +@dirrm include/kate diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index 0145e4410a7f..f89a4e0aafc8 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdebase -PORTVERSION= 2.1.1 +PORTVERSION= 2.2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src @@ -22,7 +22,6 @@ USE_XPM= yes USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes - CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \ --with-qt-dir=${X11BASE} \ --without-ldap \ @@ -35,4 +34,7 @@ pre-configure: ${PERL} -pi -e "s@version-info 1:1:0@version-info ${SOMAJOR}:${SOMINOR}@g" ${WRKSRC}/nsplugins/Makefile.in ${PERL} -pi -e "s@TIME_WITH_SYS_TIME@INVALID_FOO@g" ${WRKSRC}/kioslave/ldap/kldap.h +post-configure: + ${PERL} -pi -e "s@444@644@g" ${WRKSRC}/kdesktop/init/Templates/Makefile + .include <bsd.port.mk> diff --git a/x11/kdebase4/distinfo b/x11/kdebase4/distinfo index 51619042121d..50331624747e 100644 --- a/x11/kdebase4/distinfo +++ b/x11/kdebase4/distinfo @@ -1 +1 @@ -MD5 (kdebase-2.1.1.tar.bz2) = 3bb3204fe90f1af9e828c1b518ecc577 +MD5 (kdebase-2.2.tar.bz2) = 15e0232aa73029ac10346157b6eb079b diff --git a/x11/kdebase4/files/patch-ProcessList.c b/x11/kdebase4/files/patch-ProcessList.c deleted file mode 100644 index 8574a62341eb..000000000000 --- a/x11/kdebase4/files/patch-ProcessList.c +++ /dev/null @@ -1,108 +0,0 @@ ---- ksysguard/ksysguardd/FreeBSD/ProcessList.c Mon Jan 22 07:12:05 2001 -+++ ksysguard/ksysguardd/FreeBSD/ProcessList.c.new Mon Mar 5 08:56:20 2001 -@@ -29,6 +29,9 @@ - #include <sys/time.h> - #include <sys/param.h> - #include <sys/user.h> -+#if __FreeBSD_version > 500015 -+#include <sys/priority.h> -+#endif - #include <unistd.h> - #include <pwd.h> - #include <dirent.h> -@@ -162,7 +165,6 @@ - static char *statuses[] = { "idle","run","sleep","stop","zombie" }; - - ProcessInfo* ps; -- int userTime, sysTime; - struct passwd* pwent; - int mib[4]; - struct kinfo_proc p; -@@ -188,40 +190,56 @@ - if (sysctl(mib, 4, &p, &len, NULL, 0) == -1 || !len) - return -1; - -+#if __FreeBSD_version >= 500015 -+ ps->pid = p.ki_pid; -+ ps->ppid = p.ki_ppid; -+ ps->uid = p.ki_uid; -+ ps->gid = p.ki_pgid; -+ ps->priority = p.ki_pri.pri_user; -+ ps->niceLevel = p.ki_nice; -+#else - ps->pid = p.kp_proc.p_pid; - ps->ppid = p.kp_eproc.e_ppid; - ps->uid = p.kp_eproc.e_ucred.cr_uid; - ps->gid = p.kp_eproc.e_pgid; - ps->priority = p.kp_proc.p_priority; - ps->niceLevel = p.kp_proc.p_nice; -+#endif - - /* this isn't usertime -- it's total time (??) */ --#if __FreeBSD_version >= 300000 -+#if __FreeBSD_version >= 500015 -+ ps->userTime = p.ki_runtime / 10000; -+#elif __FreeBSD_version >= 300000 - ps->userTime = p.kp_proc.p_runtime / 10000; - #else -- ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100 -+ ps->userTime = p.kp_proc.p_rtime.tv_sec*100+p.kp_proc.p_rtime.tv_usec/100; - #endif - ps->sysTime = 0; -- ps->userLoad = p.kp_proc.p_pctcpu / 100; - ps->sysLoad = 0; - -- /* memory */ -- ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -- p.kp_eproc.e_vm.vm_dsize + -- p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -- ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -- -- /* process name */ -- strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -- ps->name[sizeof(ps->name)-1]='\0'; -- -- /* find out user name with the process uid */ -- pwent = getpwuid(ps->uid); -+ /* memory, process name, process uid */ -+ /* find out user name with process uid */ -+ pwent = getpwuid(ps->uid); - strncpy(ps->userName,pwent&&pwent->pw_name? pwent->pw_name:"????",sizeof(ps->userName)); -- ps->userName[sizeof(ps->userName)-1]='\0'; -- -- /* status, a character, not a number */ -- strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+ ps->userName[sizeof(ps->userName)-1]='\0'; -+ -+#if __FreeBSD_version >= 500015 -+ ps->userLoad = p.ki_pctcpu / 100; -+ ps->vmSize = (p.ki_vmspace->vm_tsize + -+ p.ki_vmspace->vm_dsize + -+ p.ki_vmspace->vm_ssize) * getpagesize(); -+ ps->vmRss = p.ki_vmspace->vm_rssize * getpagesize(); -+ strncpy(ps->name,p.ki_comm? p.ki_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.ki_stat>=1)&&(p.ki_stat<=5)? statuses[p.ki_stat-1]:"????"); -+#else -+ ps->userLoad = p.kp_proc.p_pctcpu / 100; -+ ps->vmSize = (p.kp_eproc.e_vm.vm_tsize + -+ p.kp_eproc.e_vm.vm_dsize + -+ p.kp_eproc.e_vm.vm_ssize) * getpagesize(); -+ ps->vmRss = p.kp_eproc.e_vm.vm_rssize * getpagesize(); -+ strncpy(ps->name,p.kp_proc.p_comm? p.kp_proc.p_comm:"????",sizeof(ps->name)); -+ strcpy(ps->status,(p.kp_proc.p_stat>=1)&&(p.kp_proc.p_stat<=5)? statuses[p.kp_proc.p_stat-1]:"????"); -+#endif - - /* process command line */ - /*strncpy(ps->cmdline,p.kp_proc.p_args->ar_args,sizeof(ps->cmdline)); -@@ -296,7 +314,11 @@ - sysctl(mib, 3, p, &len, NULL, 0); - - for (num = 0; num < len / sizeof(struct kinfo_proc); num++) -+#if __FreeBSD_version >= 500015 -+ updateProcess(p[num].ki_pid); -+#else - updateProcess(p[num].kp_proc.p_pid); -+#endif - - cleanupProcessList(); - diff --git a/x11/kdebase4/files/patch-TEPty.C b/x11/kdebase4/files/patch-TEPty.C deleted file mode 100644 index 796ec243efbf..000000000000 --- a/x11/kdebase4/files/patch-TEPty.C +++ /dev/null @@ -1,11 +0,0 @@ ---- konsole/src/TEPty.C Sun Feb 18 10:28:28 2001 -+++ konsole/src/TEPty.C.new Fri Feb 23 02:55:58 2001 -@@ -238,7 +238,7 @@ - #ifdef HAVE_UTEMPTER - removeLineFromUtmp(ttynam, fd); - #elif defined(USE_LOGIN) -- char *tty_name=ttyname(0); -+ char *tty_name=ttyname(fd); - if (tty_name) - { - if (strncmp(tty_name, "/dev/", 5) == 0) diff --git a/x11/kdebase4/files/patch-kdeeject b/x11/kdebase4/files/patch-kdeeject deleted file mode 100644 index 8a5870ad25ff..000000000000 --- a/x11/kdebase4/files/patch-kdeeject +++ /dev/null @@ -1,12 +0,0 @@ ---- kdesktop/kdeeject Wed Dec 13 13:25:02 2000 -+++ kdesktop/kdeeject.new Fri Feb 23 02:59:54 2001 -@@ -11,7 +11,8 @@ - # TODO: On bsd, it should be 'cdcontrol -f $1 eject' - # Checking for stuff in the PATH is ugly with sh though. - # I guess this is the reason for making this a kde app... -- if eject $1; then -+ dev=`echo $1 | sed -E -e 's#/dev/##' -e 's/([0-9])./\1/'` -+ if cdcontrol -f $dev eject; then - # Success -> update icon - dcop kdesktop default refreshIcons - exit 0 diff --git a/x11/kdebase4/pkg-plist b/x11/kdebase4/pkg-plist index 7a6e901514f3..3b4202091f34 100644 --- a/x11/kdebase4/pkg-plist +++ b/x11/kdebase4/pkg-plist @@ -4,12 +4,13 @@ bin/conttest bin/drkonqi bin/extensionproxy bin/kaccess +bin/kaddressbook bin/kappfinder +bin/kate bin/kbanner.kss bin/kblankscrn.kss bin/kblob.kss bin/kbouboule.kss -bin/kbsod.kss bin/kcheckpass bin/kcminit bin/kcmshell @@ -17,20 +18,22 @@ bin/kcontrol bin/kdcop bin/kdebugdialog bin/kdeeject +bin/kdeprintfax bin/kdesktop bin/kdesu bin/kdesud bin/kdm +bin/kdm_config +bin/kdm_greet bin/kdmdesktop bin/keditbookmarks bin/keditfiletype bin/kfmclient bin/kfmexec bin/khelpcenter -bin/khop.kss bin/khotkeys -bin/khtmlindex bin/kicker +bin/kjobviewer bin/klegacyimport bin/klines.kss bin/klipper @@ -41,7 +44,10 @@ bin/konqueror bin/konsole bin/konsole_grantpty bin/kpager +bin/kpartsaver.kss +bin/kpersonalizer bin/kpolygon.kss +bin/kprinter bin/kpyro.kss bin/krandom.kss bin/krdb @@ -68,12 +74,20 @@ bin/kxmlrpcd bin/kxsconfig bin/kxsrun bin/startkde +etc/ksysguarddrc include/KBackgroundIface.h include/KDesktopIface.h include/KScreensaverIface.h include/KWinInterface.h include/KonquerorIface.h include/ccont.h +include/kate/application.h +include/kate/docmanager.h +include/kate/document.h +include/kate/mainwindow.h +include/kate/plugin.h +include/kate/view.h +include/kate/viewmanager.h include/kbookmark.h include/kbookmarkbar.h include/kbookmarkdrag.h @@ -103,6 +117,7 @@ include/konq_propsview.h include/konq_settings.h include/konq_undo.h include/kwin/client.h +include/kwin/kwinbutton.h include/kwin/options.h include/kwin/workspace.h include/thumbcreator.h @@ -110,18 +125,24 @@ lib/appletproxy.la lib/appletproxy.so lib/extensionproxy.la lib/extensionproxy.so -lib/kcminit.la -lib/kcminit.so -lib/kcmshell.la -lib/kcmshell.so -lib/kcontrol.la -lib/kcontrol.so +lib/kate.la +lib/kate.so +lib/kde2/gsthumbnail.la +lib/kde2/gsthumbnail.so lib/kde2/htmlthumbnail.la lib/kde2/htmlthumbnail.so lib/kde2/imagethumbnail.la lib/kde2/imagethumbnail.so lib/kde2/kaccess.la lib/kde2/kaccess.so +lib/kde2/kcminit.la +lib/kde2/kcminit.so +lib/kde2/kcmshell.la +lib/kde2/kcmshell.so +lib/kde2/kcontrol.la +lib/kde2/kcontrol.so +lib/kde2/khelpcenter.la +lib/kde2/khelpcenter.so lib/kde2/kio_filter.la lib/kde2/kio_filter.so lib/kde2/kio_finger.la @@ -130,8 +151,6 @@ lib/kde2/kio_floppy.la lib/kde2/kio_floppy.so lib/kde2/kio_gopher.la lib/kde2/kio_gopher.so -lib/kde2/kio_help.la -lib/kde2/kio_help.so lib/kde2/kio_imap4.la lib/kde2/kio_imap4.so lib/kde2/kio_info.la @@ -146,8 +165,6 @@ lib/kde2/kio_pop3.la lib/kde2/kio_pop3.so lib/kde2/kio_smb.la lib/kde2/kio_smb.so -lib/kde2/kio_smtp.la -lib/kde2/kio_smtp.so lib/kde2/kio_tar.la lib/kde2/kio_tar.so lib/kde2/kio_thumbnail.la @@ -166,6 +183,8 @@ lib/kde2/libkcm_colors.la lib/kde2/libkcm_colors.so lib/kde2/libkcm_crypto.la lib/kde2/libkcm_crypto.so +lib/kde2/libkcm_css.la +lib/kde2/libkcm_css.so lib/kde2/libkcm_email.la lib/kde2/libkcm_email.so lib/kde2/libkcm_energy.la @@ -180,6 +199,8 @@ lib/kde2/libkcm_info.la lib/kde2/libkcm_info.so lib/kde2/libkcm_input.la lib/kde2/libkcm_input.so +lib/kde2/libkcm_ioslaveinfo.la +lib/kde2/libkcm_ioslaveinfo.so lib/kde2/libkcm_kdm.la lib/kde2/libkcm_kdm.so lib/kde2/libkcm_keys.la @@ -196,34 +217,67 @@ lib/kde2/libkcm_konq.la lib/kde2/libkcm_konq.so lib/kde2/libkcm_konqhtml.la lib/kde2/libkcm_konqhtml.so +lib/kde2/libkcm_konsole.la +lib/kde2/libkcm_konsole.so lib/kde2/libkcm_kurifilt.la lib/kde2/libkcm_kurifilt.so +lib/kde2/libkcm_kwindecoration.la +lib/kde2/libkcm_kwindecoration.so lib/kde2/libkcm_kwinoptions.la lib/kde2/libkcm_kwinoptions.so +lib/kde2/libkcm_launch.la +lib/kde2/libkcm_launch.so +lib/kde2/libkcm_launch.so.0 lib/kde2/libkcm_locale.la lib/kde2/libkcm_locale.so lib/kde2/libkcm_midi.la lib/kde2/libkcm_midi.so lib/kde2/libkcm_passwords.la lib/kde2/libkcm_passwords.so +lib/kde2/libkcm_printmgr.la +lib/kde2/libkcm_printmgr.so lib/kde2/libkcm_samba.la lib/kde2/libkcm_samba.so lib/kde2/libkcm_screensaver.la lib/kde2/libkcm_screensaver.so lib/kde2/libkcm_smserver.la lib/kde2/libkcm_smserver.so +lib/kde2/libkcm_socks.la +lib/kde2/libkcm_socks.so +lib/kde2/libkcm_spellchecking.la +lib/kde2/libkcm_spellchecking.so lib/kde2/libkcm_style.la lib/kde2/libkcm_style.so lib/kde2/libkcm_taskbar.la lib/kde2/libkcm_taskbar.so lib/kde2/libkcm_themes.la lib/kde2/libkcm_themes.so +lib/kde2/libkcm_usb.la +lib/kde2/libkcm_usb.so +lib/kde2/libkded_favicons.la +lib/kde2/libkded_favicons.so lib/kde2/libkfindpart.la lib/kde2/libkfindpart.so +lib/kde2/libkhelpcenterpart.la +lib/kde2/libkhelpcenterpart.so lib/kde2/libkonqiconview.la lib/kde2/libkonqiconview.so lib/kde2/libkonqlistview.la lib/kde2/libkonqlistview.so +lib/kde2/libkonqsidebar_classic_wrap.la +lib/kde2/libkonqsidebar_classic_wrap.so +lib/kde2/libkonqsidebar_tree.la +lib/kde2/libkonqsidebar_tree.so +lib/kde2/libkonqsidebartree_bookmarks.la +lib/kde2/libkonqsidebartree_bookmarks.so +lib/kde2/libkonqsidebartree_bookmarks.so.0 +lib/kde2/libkonqsidebartree_dirtree.la +lib/kde2/libkonqsidebartree_dirtree.so +lib/kde2/libkonqsidebartree_history.la +lib/kde2/libkonqsidebartree_history.so +lib/kde2/libkonqsidebartree_history.so.0 +lib/kde2/libkonqsound.la +lib/kde2/libkonqsound.so lib/kde2/libkonqtree.la lib/kde2/libkonqtree.so lib/kde2/libkshellcmdplugin.la @@ -234,10 +288,16 @@ lib/kde2/libkuriikwsfilter.la lib/kde2/libkuriikwsfilter.so lib/kde2/libkurisearchfilter.la lib/kde2/libkurisearchfilter.so -lib/kde2/libkwin2k.la -lib/kde2/libkwin2k.so lib/kde2/libkwinb2.la lib/kde2/libkwinb2.so +lib/kde2/libkwindefault.la +lib/kde2/libkwindefault.so +lib/kde2/libkwindefault_config.la +lib/kde2/libkwindefault_config.so +lib/kde2/libkwinicewm.la +lib/kde2/libkwinicewm.so +lib/kde2/libkwinicewm_config.la +lib/kde2/libkwinicewm_config.so lib/kde2/libkwinkde1.la lib/kde2/libkwinkde1.so lib/kde2/libkwinkstep.la @@ -248,10 +308,22 @@ lib/kde2/libkwinlaptop.la lib/kde2/libkwinlaptop.so lib/kde2/libkwinmodernsys.la lib/kde2/libkwinmodernsys.so +lib/kde2/libkwinmodernsys_config.la +lib/kde2/libkwinmodernsys_config.so +lib/kde2/libkwinmwm.la +lib/kde2/libkwinmwm.so +lib/kde2/libkwinquartz.la +lib/kde2/libkwinquartz.so +lib/kde2/libkwinquartz_config.la +lib/kde2/libkwinquartz_config.so +lib/kde2/libkwinredmond.la +lib/kde2/libkwinredmond.so lib/kde2/libkwinriscos.la lib/kde2/libkwinriscos.so lib/kde2/libkwinsystem.la lib/kde2/libkwinsystem.so +lib/kde2/libkwinweb.la +lib/kde2/libkwinweb.so lib/kde2/textthumbnail.la lib/kde2/textthumbnail.so lib/kdesktop.la @@ -264,6 +336,8 @@ lib/khotkeys.la lib/khotkeys.so lib/kicker.la lib/kicker.so +lib/kjobviewer.la +lib/kjobviewer.so lib/klegacyimport.la lib/klegacyimport.so lib/klipper.la @@ -284,8 +358,6 @@ lib/kxkb.la lib/kxkb.so lib/kxmlrpcd.la lib/kxmlrpcd.so -lib/libKdmGreet.la -lib/libKdmGreet.so lib/libccont.a lib/libchildpanelextension.la lib/libchildpanelextension.so @@ -296,22 +368,17 @@ lib/libclockapplet.so.1 lib/libdockbarextension.la lib/libdockbarextension.so lib/libdockbarextension.so.1 -lib/libhtmlsearch.la -lib/libhtmlsearch.so lib/libkasbarextension.la lib/libkasbarextension.so lib/libkasbarextension.so.1 -lib/libkcm_htmlsearch.la -lib/libkcm_htmlsearch.so -lib/libkcm_ioslaveinfo.la -lib/libkcm_ioslaveinfo.so -lib/libkcm_layout.la -lib/libkcm_layout.so +lib/libkatecore.la +lib/libkatecore.so +lib/libkateinterfaces.la +lib/libkateinterfaces.so +lib/libkcm_keyboard.la +lib/libkcm_keyboard.so lib/libkcm_xmlrpcd.la lib/libkcm_xmlrpcd.so -lib/libkhelpcenter.la -lib/libkhelpcenter.so -lib/libkhelpcenter.so.4 lib/libkminipagerapplet.la lib/libkminipagerapplet.so lib/libkminipagerapplet.so.1 @@ -320,6 +387,10 @@ lib/libkonq.so lib/libkonq.so.4 lib/libkonqaboutpage.la lib/libkonqaboutpage.so +lib/libkonqsidebar.la +lib/libkonqsidebar.so +lib/libkonqsidebarplugin.la +lib/libkonqsidebarplugin.so lib/libkonsolepart.la lib/libkonsolepart.so lib/libkrunapplet.la @@ -331,20 +402,18 @@ lib/libksysguardapplet.so.1 lib/libksystemtrayapplet.la lib/libksystemtrayapplet.so lib/libksystemtrayapplet.so.1 -lib/libktaskbarapplet.la -lib/libktaskbarapplet.so -lib/libktaskbarapplet.so.1 -lib/libkwindefault.la -lib/libkwindefault.so -lib/libkwindefault.so.0 -lib/libkwritepart.la -lib/libkwritepart.so lib/libnaughtyapplet.la lib/libnaughtyapplet.so lib/libnaughtyapplet.so.1 lib/libquicklauncher.la lib/libquicklauncher.so lib/libquicklauncher.so.1 +lib/libtaskbar.la +lib/libtaskbar.so +lib/libtaskbar.so.1 +lib/libtaskbarapplet.la +lib/libtaskbarapplet.so +lib/libtaskbarapplet.so.1 lib/libtaskbarextension.la lib/libtaskbarextension.so lib/libtaskbarextension.so.1 @@ -355,30 +424,52 @@ share/applnk/.directory share/applnk/.hidden/konqfilemgr.desktop share/applnk/Applications/.directory share/applnk/Development/.directory +share/applnk/Development/designer.desktop share/applnk/Editors/.directory +share/applnk/Editors/gvim.desktop +share/applnk/Editors/kate.desktop share/applnk/Editors/kwrite.desktop +share/applnk/Editors/xedit.desktop share/applnk/Games/.directory +share/applnk/Games/Arcade/.directory +share/applnk/Games/Board/.directory +share/applnk/Games/Board/xboard.desktop +share/applnk/Games/Card/.directory +share/applnk/Games/TacticStrategy/.directory share/applnk/Graphics/.directory +share/applnk/Graphics/gimp.desktop share/applnk/Help.desktop share/applnk/Home.desktop share/applnk/Internet/.directory +share/applnk/Internet/Terminal/.directory +share/applnk/Internet/Terminal/mutt.desktop +share/applnk/Internet/ethereal.desktop share/applnk/Internet/keditbookmarks.desktop share/applnk/Internet/konqbrowser.desktop +share/applnk/Internet/licq.desktop +share/applnk/Internet/mozilla.desktop +share/applnk/Internet/netscape.desktop share/applnk/KControl.desktop share/applnk/Multimedia/.directory +share/applnk/Multimedia/aviplay.desktop +share/applnk/Multimedia/gtv.desktop +share/applnk/Multimedia/xawtv.desktop +share/applnk/Multimedia/xmms-enqueue.desktop +share/applnk/Multimedia/xmms.desktop share/applnk/Office/.directory share/applnk/Settings/.directory +share/applnk/Settings/Databases/.directory share/applnk/Settings/FileBrowsing/.directory share/applnk/Settings/FileBrowsing/filetypes.desktop share/applnk/Settings/FileBrowsing/kcmkonq.desktop share/applnk/Settings/Help/.directory -share/applnk/Settings/Help/htmlsearch.desktop share/applnk/Settings/Information/.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/ioslaveinfo.desktop +share/applnk/Settings/Information/kcmusb.desktop share/applnk/Settings/Information/memory.desktop share/applnk/Settings/Information/partitions.desktop share/applnk/Settings/Information/pci.desktop @@ -402,39 +493,49 @@ share/applnk/Settings/LookNFeel/colors.desktop share/applnk/Settings/LookNFeel/desktop.desktop share/applnk/Settings/LookNFeel/fonts.desktop share/applnk/Settings/LookNFeel/icons.desktop -share/applnk/Settings/LookNFeel/kcmnotify.desktop +share/applnk/Settings/LookNFeel/kcmlaunch.desktop share/applnk/Settings/LookNFeel/kcmtaskbar.desktop share/applnk/Settings/LookNFeel/keys.desktop share/applnk/Settings/LookNFeel/kthememgr.desktop +share/applnk/Settings/LookNFeel/kwindecoration.desktop share/applnk/Settings/LookNFeel/kwinoptions.desktop share/applnk/Settings/LookNFeel/panel.desktop share/applnk/Settings/LookNFeel/screensaver.desktop share/applnk/Settings/LookNFeel/style.desktop share/applnk/Settings/LookNFeel/virtualdesktops.desktop share/applnk/Settings/Network/.directory +share/applnk/Settings/Network/email.desktop +share/applnk/Settings/Network/ioslaveinfo.desktop +share/applnk/Settings/Network/netpref.desktop +share/applnk/Settings/Network/smb.desktop +share/applnk/Settings/Network/socks.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/crypto.desktop -share/applnk/Settings/Personalization/email.desktop share/applnk/Settings/Personalization/kcmaccess.desktop share/applnk/Settings/Personalization/kcmlayout.desktop share/applnk/Settings/Personalization/language.desktop share/applnk/Settings/Personalization/passwords.desktop +share/applnk/Settings/Personalization/spellchecking.desktop share/applnk/Settings/PowerControl/.directory share/applnk/Settings/PowerControl/energy.desktop share/applnk/Settings/Sound/.directory share/applnk/Settings/Sound/arts.desktop share/applnk/Settings/Sound/bell.desktop +share/applnk/Settings/Sound/kcmnotify.desktop share/applnk/Settings/Sound/midi.desktop share/applnk/Settings/System/.directory share/applnk/Settings/System/clock.desktop +share/applnk/Settings/System/kcmkonsole.desktop share/applnk/Settings/System/kcmsmserver.desktop share/applnk/Settings/System/kdm.desktop +share/applnk/Settings/System/printmgr.desktop share/applnk/Settings/WebBrowsing/.directory share/applnk/Settings/WebBrowsing/cookies.desktop share/applnk/Settings/WebBrowsing/ebrowsing.desktop +share/applnk/Settings/WebBrowsing/kcmcss.desktop share/applnk/Settings/WebBrowsing/konqhtml.desktop share/applnk/Settings/WebBrowsing/proxy.desktop share/applnk/Settings/WebBrowsing/smb.desktop @@ -445,8 +546,6 @@ share/applnk/System/ScreenSavers/KBanner.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/KHop.desktop share/applnk/System/ScreenSavers/KLines.desktop share/applnk/System/ScreenSavers/KLorenz.desktop share/applnk/System/ScreenSavers/KMatrix.desktop @@ -462,6 +561,10 @@ share/applnk/System/ScreenSavers/KSlideshow.desktop share/applnk/System/ScreenSavers/KSpace.desktop share/applnk/System/ScreenSavers/KSwarm.desktop share/applnk/System/ScreenSavers/KVm.desktop +share/applnk/System/ScreenSavers/Worm.desktop +share/applnk/System/ScreenSavers/kpartsaver.desktop +share/applnk/System/Terminal/.directory +share/applnk/System/Terminal/vmstat.desktop share/applnk/System/kappfinder.desktop share/applnk/System/kfmclient.desktop share/applnk/System/kfmclient_dir.desktop @@ -471,72 +574,92 @@ share/applnk/System/kmenuedit.desktop share/applnk/System/konquerorsu.desktop share/applnk/System/konsole.desktop share/applnk/System/konsolesu.desktop +share/applnk/System/kpersonalizer.desktop share/applnk/System/ksysguard.desktop share/applnk/Toys/.directory share/applnk/Toys/ktip.desktop +share/applnk/Toys/xeyes.desktop share/applnk/Utilities/.directory -share/applnk/Utilities/XUtilities/.directory +share/applnk/Utilities/XUtilities/xcalc.desktop share/applnk/Utilities/XUtilities/xclipboard.desktop share/applnk/Utilities/XUtilities/xclock.desktop share/applnk/Utilities/XUtilities/xconsole.desktop +share/applnk/Utilities/XUtilities/xload.desktop share/applnk/Utilities/XUtilities/xmag.desktop share/applnk/Utilities/XUtilities/xterm.desktop +share/applnk/Utilities/kaddressbook.desktop +share/applnk/Utilities/kdeprintfax.desktop +share/applnk/Utilities/kjobviewer.desktop share/applnk/Utilities/klipper.desktop share/applnk/Utilities/kpager.desktop +share/applnk/WordProcessing/.directory +share/applnk/WordProcessing/acroread.desktop +share/applnk/WordProcessing/gv.desktop +share/applnk/WordProcessing/xdvi.desktop +share/applnk/WordProcessing/xpdf.desktop +share/applnk/ksysguard/eventsrc share/apps/clockapplet/pics/lcd.png share/apps/drkonqi/debuggers/gdbrc 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/kaddressbook/kaddressbookui.rc +share/apps/kaddressbook/pics/abentry.xpm +share/apps/kaddressbook/pics/delete.xpm +share/apps/kaddressbook/pics/down.xpm +share/apps/kaddressbook/pics/filemail.xpm +share/apps/kaddressbook/pics/find.xpm +share/apps/kaddressbook/pics/group.xpm +share/apps/kaddressbook/pics/page.xpm +share/apps/kaddressbook/pics/up.xpm share/apps/kappfinder/apps/Development/ddd.desktop share/apps/kappfinder/apps/Development/designer.desktop share/apps/kappfinder/apps/Development/dlgedit.desktop -share/apps/kappfinder/apps/Editors/.directory +share/apps/kappfinder/apps/Development/linguist.desktop 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/Games/.directory +share/apps/kappfinder/apps/Games/Board/xboard.desktop +share/apps/kappfinder/apps/Games/Card/PySol.desktop share/apps/kappfinder/apps/Games/Clanbomber.desktop -share/apps/kappfinder/apps/Games/Qmamecat.desktop +share/apps/kappfinder/apps/Games/Emulators/qmamecat.desktop +share/apps/kappfinder/apps/Games/TacticStrategy/freeciv.desktop share/apps/kappfinder/apps/Games/defendguin.desktop -share/apps/kappfinder/apps/Games/freeciv.desktop share/apps/kappfinder/apps/Games/penguin-command.desktop share/apps/kappfinder/apps/Games/xshipwars.desktop -share/apps/kappfinder/apps/Graphics/.directory 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/Terminal/lftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/mutt.desktop +share/apps/kappfinder/apps/Internet/Terminal/ncftp.desktop +share/apps/kappfinder/apps/Internet/Terminal/pine.desktop share/apps/kappfinder/apps/Internet/arena.desktop share/apps/kappfinder/apps/Internet/coolmail.desktop share/apps/kappfinder/apps/Internet/ethereal.desktop -share/apps/kappfinder/apps/Internet/ncftp.desktop +share/apps/kappfinder/apps/Internet/licq.desktop +share/apps/kappfinder/apps/Internet/mozilla.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/xchat.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/alevt.desktop share/apps/kappfinder/apps/Multimedia/aviplay.desktop share/apps/kappfinder/apps/Multimedia/gtv.desktop +share/apps/kappfinder/apps/Multimedia/mtv.desktop share/apps/kappfinder/apps/Multimedia/realplayer.desktop share/apps/kappfinder/apps/Multimedia/xawtv.desktop +share/apps/kappfinder/apps/Multimedia/xmms-enqueue.desktop share/apps/kappfinder/apps/Multimedia/xmms.desktop -share/apps/kappfinder/apps/Office/.directory 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/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 @@ -595,13 +718,12 @@ 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/Terminal/procinfo.desktop +share/apps/kappfinder/apps/System/Terminal/vmstat.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.desktop share/apps/kappfinder/apps/Toys/xpinguin.desktop -share/apps/kappfinder/apps/Utilities/.directory -share/apps/kappfinder/apps/Utilities/XUtilities/.directory share/apps/kappfinder/apps/Utilities/XUtilities/xcalc.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclipboard.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xclock.desktop @@ -609,7 +731,6 @@ share/apps/kappfinder/apps/Utilities/XUtilities/xconsole.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xload.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xmag.desktop share/apps/kappfinder/apps/Utilities/XUtilities/xterm.desktop -share/apps/kappfinder/apps/WordProcessing/.directory share/apps/kappfinder/apps/WordProcessing/WordPerfect.desktop share/apps/kappfinder/apps/WordProcessing/WordPerfect2000.desktop share/apps/kappfinder/apps/WordProcessing/acroread.desktop @@ -619,10 +740,75 @@ share/apps/kappfinder/apps/WordProcessing/lyx.desktop share/apps/kappfinder/apps/WordProcessing/pybliographic.desktop share/apps/kappfinder/apps/WordProcessing/xdvi.desktop share/apps/kappfinder/apps/WordProcessing/xpdf.desktop +share/apps/kate/icons/hicolor/16x16/actions/curfiledir.png +share/apps/kate/icons/hicolor/16x16/actions/highlighting.png +share/apps/kate/icons/hicolor/16x16/actions/modified.png +share/apps/kate/icons/hicolor/16x16/actions/null.png +share/apps/kate/icons/hicolor/16x16/actions/save_all.png +share/apps/kate/icons/hicolor/22x22/actions/save_all.png +share/apps/kate/icons/hicolor/32x32/actions/highlighting.png +share/apps/kate/icons/hicolor/32x32/actions/indent.png +share/apps/kate/icons/hicolor/32x32/actions/unindent.png +share/apps/kate/icons/hicolor/48x48/actions/indent.png +share/apps/kate/icons/hicolor/48x48/actions/unindent.png +share/apps/kate/icons/locolor/16x16/actions/curfiledir.png +share/apps/kate/icons/locolor/16x16/actions/indent.png +share/apps/kate/icons/locolor/16x16/actions/modified.png +share/apps/kate/icons/locolor/16x16/actions/null.png +share/apps/kate/icons/locolor/16x16/actions/save_all.png +share/apps/kate/icons/locolor/16x16/actions/unindent.png +share/apps/kate/icons/locolor/22x22/actions/indent.png +share/apps/kate/icons/locolor/22x22/actions/save_all.png +share/apps/kate/icons/locolor/22x22/actions/unindent.png +share/apps/kate/katepartbrowserui.rc +share/apps/kate/katepartui.rc +share/apps/kate/kateui.rc +share/apps/kate/pics/fileselector.png +share/apps/kate/pics/indicator_empty.png +share/apps/kate/pics/indicator_viewactive.png +share/apps/kate/pics/openfiles.png +share/apps/kate/syntax/ada.xml +share/apps/kate/syntax/bash.xml +share/apps/kate/syntax/c.xml +share/apps/kate/syntax/changelog.xml +share/apps/kate/syntax/cpp.xml +share/apps/kate/syntax/css.xml +share/apps/kate/syntax/desktop.xml +share/apps/kate/syntax/diff.xml +share/apps/kate/syntax/html.xml +share/apps/kate/syntax/java.xml +share/apps/kate/syntax/kbasic.xml +share/apps/kate/syntax/language.dtd +share/apps/kate/syntax/latex.xml +share/apps/kate/syntax/objectivec.xml +share/apps/kate/syntax/perl.xml +share/apps/kate/syntax/php.xml +share/apps/kate/syntax/postscript.xml +share/apps/kate/syntax/rpmspec.xml +share/apps/kate/syntax/ruby.xml +share/apps/kate/syntax/sql.xml +share/apps/kate/syntax/syntax.template +share/apps/kate/syntax/vhdl.xml +share/apps/kate/syntax/xml.xml share/apps/kbookmark/directory_bookmarkbar.desktop +share/apps/kcmcss/template.css share/apps/kcminput/cursor_large.pcf.gz -share/apps/kcmkeys/standard/Unix.kksrc +share/apps/kcminput/pics/mouse_lh.png +share/apps/kcminput/pics/mouse_rh.png +share/apps/kcmkeys/global/global-kde3.kksrc +share/apps/kcmkeys/global/global-kde4.kksrc +share/apps/kcmkeys/global/global-mac3.kksrc +share/apps/kcmkeys/global/global-unix3.kksrc +share/apps/kcmkeys/global/global-win3.kksrc +share/apps/kcmkeys/global/global-win4.kksrc +share/apps/kcmkeys/standard/app-kde3.kksrc +share/apps/kcmkeys/standard/app-kde4.kksrc +share/apps/kcmkeys/standard/app-mac3.kksrc +share/apps/kcmkeys/standard/app-unix3.kksrc +share/apps/kcmkeys/standard/app-win3.kksrc share/apps/kcmlocale/pics/background.png +share/apps/kcmusb/usb.ids +share/apps/kconf_update/konsole.upd share/apps/kcontrol/kcontrolui.rc share/apps/kcontrol/pics/energybig.png share/apps/kcontrol/pics/lo-energy.png @@ -636,6 +822,10 @@ share/apps/kcontrol/pics/part2.png share/apps/kcontrol/pics/part3.png share/apps/kcontrol/pics/play.png share/apps/kdcop/kdcopui.rc +share/apps/kdeprintfax/anytops +share/apps/kdeprintfax/faxfilters +share/apps/kdeprintfax/icons/hicolor/16x16/actions/abentry.png +share/apps/kdeprintfax/kdeprintfaxui.rc share/apps/kdesktop/DesktopLinks/Home.desktop share/apps/kdesktop/directory.autostart share/apps/kdesktop/directory.desktop @@ -669,8 +859,10 @@ share/apps/kdisplay/app-defaults/AAAAAAGeneral.ad share/apps/kdisplay/app-defaults/AAAMotif.ad share/apps/kdisplay/app-defaults/AAATk.ad share/apps/kdisplay/app-defaults/AAAXaw.ad +share/apps/kdisplay/app-defaults/AcroRead.ad share/apps/kdisplay/app-defaults/Editres.ad share/apps/kdisplay/app-defaults/Emacs.ad +share/apps/kdisplay/app-defaults/GV.ad share/apps/kdisplay/app-defaults/ML.ad share/apps/kdisplay/app-defaults/Nedit.ad share/apps/kdisplay/app-defaults/Netscape.ad @@ -681,6 +873,7 @@ share/apps/kdisplay/app-defaults/XOsview.ad share/apps/kdisplay/app-defaults/XTerm.ad share/apps/kdisplay/app-defaults/XV.ad share/apps/kdisplay/app-defaults/Xawtv.ad +share/apps/kdisplay/app-defaults/Xdvi.ad share/apps/kdisplay/app-defaults/Xpdf.ad share/apps/kdisplay/color-schemes/AtlasGreen.kcsrc share/apps/kdisplay/color-schemes/BeOS.kcsrc @@ -689,7 +882,9 @@ 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/EveX.kcsrc share/apps/kdisplay/color-schemes/KDEOne.kcsrc +share/apps/kdisplay/color-schemes/MediaPeach.kcsrc share/apps/kdisplay/color-schemes/Next.kcsrc share/apps/kdisplay/color-schemes/PaleGray.kcsrc share/apps/kdisplay/color-schemes/PointReyesGreen.kcsrc @@ -697,6 +892,7 @@ 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/Windows2000.kcsrc share/apps/kdisplay/color-schemes/Windows95.kcsrc share/apps/kdm/pics/kdeflower.png share/apps/kdm/pics/kdelogo.png @@ -712,17 +908,9 @@ share/apps/kfind/icons/locolor/22x22/actions/info.png share/apps/kfind/icons/locolor/22x22/actions/openfile.png share/apps/kfind/icons/locolor/22x22/actions/save.png share/apps/kfind/icons/locolor/22x22/actions/search.png -share/apps/khelpcenter/en/bad_words -share/apps/khelpcenter/en/long.html -share/apps/khelpcenter/en/nomatch.html -share/apps/khelpcenter/en/short.html -share/apps/khelpcenter/en/syntax.html -share/apps/khelpcenter/en/wrapper.html -share/apps/khelpcenter/icons/locolor/16x16/apps/helpbook_open.png -share/apps/khelpcenter/pics/checked.xpm -share/apps/khelpcenter/pics/star.png -share/apps/khelpcenter/pics/star_blank.png -share/apps/khelpcenter/pics/unchecked.xpm +share/apps/khelpcenter/glossary.html.in +share/apps/khelpcenter/intro.html.in +share/apps/khelpcenter/khelpcenterui.rc share/apps/khelpcenter/plugins/Tutorials/.directory share/apps/khelpcenter/plugins/Tutorials/quickstart.desktop share/apps/khelpcenter/plugins/Tutorials/visualdict.desktop @@ -734,6 +922,7 @@ share/apps/kicker/applets/ksystemtrayapplet.desktop share/apps/kicker/applets/ktaskbarapplet.desktop share/apps/kicker/applets/naughtyapplet.desktop share/apps/kicker/applets/quicklauncher.desktop +share/apps/kicker/default-apps share/apps/kicker/extensions/childpanelextension.desktop share/apps/kicker/extensions/dockbarextension.desktop share/apps/kicker/extensions/kasbarextension.desktop @@ -855,6 +1044,8 @@ share/apps/kio_finger/kio_finger.css share/apps/kio_finger/kio_finger.pl share/apps/kio_info/kde-info2html share/apps/kio_info/kde-info2html.conf +share/apps/kioslave/smb.html +share/apps/kjobviewer/kjobviewerui.rc share/apps/kmenuedit/icons/hicolor/22x22/actions/menu_new.png share/apps/kmenuedit/icons/hicolor/32x32/actions/menu_new.png share/apps/kmenuedit/icons/locolor/16x16/actions/menu_new.png @@ -866,6 +1057,28 @@ share/apps/konqlistview/konq_detailedlistview.rc share/apps/konqlistview/konq_textview.rc share/apps/konqlistview/konq_treeview.rc share/apps/konqlistview/kpartplugins/kshellcmdplugin.rc +share/apps/konqsidebartng/add/sidebar_classic_add.desktop +share/apps/konqsidebartng/add/virtualfolderadd.desktop +share/apps/konqsidebartng/dirtree/bookmarks_module.desktop +share/apps/konqsidebartng/dirtree/dirtree_module.desktop +share/apps/konqsidebartng/dirtree/history_module.desktop +share/apps/konqsidebartng/entries/.version +share/apps/konqsidebartng/entries/bookmarks.desktop +share/apps/konqsidebartng/entries/history.desktop +share/apps/konqsidebartng/entries/home.desktop +share/apps/konqsidebartng/entries/remote.desktop +share/apps/konqsidebartng/entries/root.desktop +share/apps/konqsidebartng/entries/services.desktop +share/apps/konqsidebartng/entries/sidebar_classic.desktop +share/apps/konqsidebartng/virtual_folders/remote/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/.directory +share/apps/konqsidebartng/virtual_folders/remote/ftp/kde_ftp.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/.directory +share/apps/konqsidebartng/virtual_folders/remote/web/apps_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/dot_web.desktop +share/apps/konqsidebartng/virtual_folders/remote/web/kde_web.desktop +share/apps/konqsidebartng/virtual_folders/services/.directory +share/apps/konqsidebartng/virtual_folders/services/audiocd.desktop share/apps/konqueror/about/back.png share/apps/konqueror/about/background.png share/apps/konqueror/about/bgtable.png @@ -875,6 +1088,7 @@ share/apps/konqueror/about/intro.html share/apps/konqueror/about/kdelogo2.png share/apps/konqueror/about/konq.css share/apps/konqueror/about/konqueror.png +share/apps/konqueror/about/lightning.png share/apps/konqueror/about/lines.png share/apps/konqueror/about/lines2.png share/apps/konqueror/about/locationbar_erase.png @@ -894,34 +1108,19 @@ 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/apps_web.desktop +share/apps/konqueror/dirtree/remote/web/dot_web.desktop share/apps/konqueror/dirtree/remote/web/kde_web.desktop share/apps/konqueror/dirtree/root.desktop -share/apps/konqueror/icons/hicolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_right.png -share/apps/konqueror/icons/hicolor/16x16/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/remove_view.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_right.png -share/apps/konqueror/icons/hicolor/22x22/actions/view_top_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/remove_view.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_bottom.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_left_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_right.png -share/apps/konqueror/icons/hicolor/32x32/actions/view_top_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/kde1.png -share/apps/konqueror/icons/locolor/16x16/actions/kde2.png -share/apps/konqueror/icons/locolor/16x16/actions/kde3.png -share/apps/konqueror/icons/locolor/16x16/actions/kde4.png -share/apps/konqueror/icons/locolor/16x16/actions/kde5.png -share/apps/konqueror/icons/locolor/16x16/actions/kde6.png -share/apps/konqueror/icons/locolor/16x16/actions/remove_view.png -share/apps/konqueror/icons/locolor/16x16/actions/view_bottom.png -share/apps/konqueror/icons/locolor/16x16/actions/view_left_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_right.png -share/apps/konqueror/icons/locolor/16x16/actions/view_top_bottom.png +share/apps/konqueror/dirtree/services/.directory +share/apps/konqueror/dirtree/services/audiocd.desktop +share/apps/konqueror/icons/hicolor/16x16/actions/history_clear.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde1.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde2.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde3.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde4.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde5.png +share/apps/konqueror/icons/hicolor/16x16/actions/kde6.png share/apps/konqueror/konqueror.rc share/apps/konqueror/pics/indicator_anchor.png share/apps/konqueror/pics/indicator_connect.png @@ -956,6 +1155,7 @@ share/apps/konsole/README.KeyTab share/apps/konsole/README.Schema share/apps/konsole/Transparent.schema share/apps/konsole/Transparent_MC.schema +share/apps/konsole/Transparent_darkbg.schema share/apps/konsole/Transparent_lightbg.schema share/apps/konsole/WhiteOnBlack.schema share/apps/konsole/XTerm.schema @@ -970,13 +1170,18 @@ share/apps/konsole/pics/colourness.png share/apps/konsole/pics/contrast.png share/apps/konsole/shell.desktop share/apps/konsole/su.desktop +share/apps/konsole/sumc.desktop share/apps/konsole/syscolor.schema share/apps/konsole/vim.schema share/apps/konsole/vt100.keytab share/apps/konsole/vt420pc.keytab share/apps/konsole/x11r5.keytab -share/apps/kscreensaver/kscience-small.gif -share/apps/kscreensaver/kscience.gif +share/apps/kpersonalizer/pics/step1.png +share/apps/kpersonalizer/pics/step2.png +share/apps/kpersonalizer/pics/step3.png +share/apps/kpersonalizer/pics/step4.png +share/apps/kpersonalizer/pics/step5.png +share/apps/kscreensaver/kscience.png share/apps/ksplash/pics/locolor/splash_active_bar.png share/apps/ksplash/pics/locolor/splash_bottom.png share/apps/ksplash/pics/locolor/splash_inactive_bar.png @@ -988,56 +1193,19 @@ share/apps/ksplash/pics/splash_top.png share/apps/ksysguard/KSysGuardApplet.xml share/apps/ksysguard/ProcessTable.sgrd share/apps/ksysguard/SystemLoad.sgrd -share/apps/ksysguard/icons/locolor/16x16/apps/X.png -share/apps/ksysguard/icons/locolor/16x16/apps/artsd.png -share/apps/ksysguard/icons/locolor/16x16/apps/automount.png -share/apps/ksysguard/icons/locolor/16x16/apps/bash.png -share/apps/ksysguard/icons/locolor/16x16/apps/c++.png -share/apps/ksysguard/icons/locolor/16x16/apps/cc.png -share/apps/ksysguard/icons/locolor/16x16/apps/computer.png -share/apps/ksysguard/icons/locolor/16x16/apps/console.png -share/apps/ksysguard/icons/locolor/16x16/apps/csh.png -share/apps/ksysguard/icons/locolor/16x16/apps/emacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/g++.png -share/apps/ksysguard/icons/locolor/16x16/apps/gcc.png -share/apps/ksysguard/icons/locolor/16x16/apps/gdb.png -share/apps/ksysguard/icons/locolor/16x16/apps/httpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/in.identd.png -share/apps/ksysguard/icons/locolor/16x16/apps/inetd.png -share/apps/ksysguard/icons/locolor/16x16/apps/init.png -share/apps/ksysguard/icons/locolor/16x16/apps/kcookiejar.png -share/apps/ksysguard/icons/locolor/16x16/apps/kdesktop.png -share/apps/ksysguard/icons/locolor/16x16/apps/kflushd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kicker.png -share/apps/ksysguard/icons/locolor/16x16/apps/kio_file.png -share/apps/ksysguard/icons/locolor/16x16/apps/klauncher.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksh.png -share/apps/ksysguard/icons/locolor/16x16/apps/kswapd.png -share/apps/ksysguard/icons/locolor/16x16/apps/ksysguardd.png -share/apps/ksysguard/icons/locolor/16x16/apps/kupdate.png -share/apps/ksysguard/icons/locolor/16x16/apps/login.png -share/apps/ksysguard/icons/locolor/16x16/apps/lpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/mingetty.png -share/apps/ksysguard/icons/locolor/16x16/apps/mutt.png -share/apps/ksysguard/icons/locolor/16x16/apps/nscd.png -share/apps/ksysguard/icons/locolor/16x16/apps/pine.png -share/apps/ksysguard/icons/locolor/16x16/apps/portmap.png -share/apps/ksysguard/icons/locolor/16x16/apps/sendmail.png -share/apps/ksysguard/icons/locolor/16x16/apps/sh.png -share/apps/ksysguard/icons/locolor/16x16/apps/ssh.png -share/apps/ksysguard/icons/locolor/16x16/apps/startkde.png -share/apps/ksysguard/icons/locolor/16x16/apps/startx.png -share/apps/ksysguard/icons/locolor/16x16/apps/syslogd.png -share/apps/ksysguard/icons/locolor/16x16/apps/tcsh.png -share/apps/ksysguard/icons/locolor/16x16/apps/unknown.png -share/apps/ksysguard/icons/locolor/16x16/apps/xemacs.png -share/apps/ksysguard/icons/locolor/16x16/apps/xinit.png -share/apps/ksysguard/icons/locolor/16x16/apps/xntpd.png -share/apps/ksysguard/icons/locolor/16x16/apps/xterm.png -share/apps/ksysguard/icons/locolor/16x16/apps/ypbind.png share/apps/ksysguard/ksysguardui.rc +share/apps/ksysguard/pics/X.png +share/apps/ksysguard/pics/computer.png +share/apps/ksysguard/pics/daemon.png +share/apps/ksysguard/pics/kdeapp.png +share/apps/ksysguard/pics/kernel.png +share/apps/ksysguard/pics/ksysguardd.png +share/apps/ksysguard/pics/running.png +share/apps/ksysguard/pics/shell.png +share/apps/ksysguard/pics/tools.png +share/apps/ksysguard/pics/unknownapp.png +share/apps/ksysguard/pics/waiting.png share/apps/kthememgr/Themes/Default.ktheme -share/apps/kthememgr/Themes/Eclipse.ktheme share/apps/kthememgr/Themes/MGBreizh.ktheme share/apps/kthememgr/Themes/Nostalgy.ktheme share/apps/kthememgr/Themes/Template.themerc @@ -1045,11 +1213,45 @@ share/apps/kthememgr/Themes/Wood.ktheme share/apps/kthememgr/theme.mappings share/apps/kwin/b2.desktop share/apps/kwin/eventsrc -share/apps/kwin/kde.desktop +share/apps/kwin/icewm-themes/closeA.xpm +share/apps/kwin/icewm-themes/closeI.xpm +share/apps/kwin/icewm-themes/default.theme +share/apps/kwin/icewm-themes/depthA.xpm +share/apps/kwin/icewm-themes/depthI.xpm +share/apps/kwin/icewm-themes/maximizeA.xpm +share/apps/kwin/icewm-themes/maximizeI.xpm +share/apps/kwin/icewm-themes/menuButtonA.xpm +share/apps/kwin/icewm-themes/menuButtonI.xpm +share/apps/kwin/icewm-themes/minimizeA.xpm +share/apps/kwin/icewm-themes/minimizeI.xpm +share/apps/kwin/icewm-themes/restoreA.xpm +share/apps/kwin/icewm-themes/restoreI.xpm +share/apps/kwin/icewm-themes/rolldownA.xpm +share/apps/kwin/icewm-themes/rolldownI.xpm +share/apps/kwin/icewm-themes/rollupA.xpm +share/apps/kwin/icewm-themes/rollupI.xpm +share/apps/kwin/icewm-themes/titleAB.xpm +share/apps/kwin/icewm-themes/titleAJ.xpm +share/apps/kwin/icewm-themes/titleAM.xpm +share/apps/kwin/icewm-themes/titleAP.xpm +share/apps/kwin/icewm-themes/titleAQ.xpm +share/apps/kwin/icewm-themes/titleAR.xpm +share/apps/kwin/icewm-themes/titleAS.xpm +share/apps/kwin/icewm-themes/titleAT.xpm +share/apps/kwin/icewm-themes/titleIB.xpm +share/apps/kwin/icewm-themes/titleIJ.xpm +share/apps/kwin/icewm-themes/titleIM.xpm +share/apps/kwin/icewm-themes/titleIP.xpm +share/apps/kwin/icewm-themes/titleIQ.xpm +share/apps/kwin/icewm-themes/titleIR.xpm +share/apps/kwin/icewm-themes/titleIS.xpm +share/apps/kwin/icewm-themes/titleIT.xpm +share/apps/kwin/icewm.desktop share/apps/kwin/kde1.desktop share/apps/kwin/kstep.desktop share/apps/kwin/laptop.desktop share/apps/kwin/modernsystem.desktop +share/apps/kwin/mwm.desktop share/apps/kwin/pics/bluesun.png share/apps/kwin/pics/close.png share/apps/kwin/pics/fog-grey.png @@ -1063,18 +1265,18 @@ share/apps/kwin/pics/menu.png share/apps/kwin/pics/pindown.png share/apps/kwin/pics/pinup.png share/apps/kwin/pics/unknown.png +share/apps/kwin/quartz.desktop +share/apps/kwin/redmond.desktop share/apps/kwin/riscos.desktop share/apps/kwin/system.desktop -share/apps/kwin/win2k.desktop -share/apps/kwrite/kwrite_browser.rc -share/apps/kwrite/kwrite_shell.rc +share/apps/kwin/web.desktop share/apps/kwrite/kwriteui.rc -share/apps/kwrite/syntax.xml share/apps/naughtyapplet/pics/naughty-happy.png share/apps/naughtyapplet/pics/naughty-sad.png share/autostart/kdesktop.desktop share/autostart/khotkeys.desktop share/autostart/klipper.desktop +share/autostart/kpersonalizer.desktop share/autostart/ktip.desktop share/autostart/kwrited.desktop share/autostart/panel.desktop @@ -1101,8 +1303,10 @@ share/config/imsmaprc share/config/interferencerc share/config/kdesktop_custom_menu1 share/config/kdesktop_custom_menu2 -share/config/kdmrc +share/config/kdm/README +share/config/kdm/kdmrc share/config/klipperrc +share/config/konqsidebartng.rc share/config/konsolerc share/config/kshorturifilterrc share/config/kumpparc @@ -1112,56 +1316,29 @@ share/config/lissierc share/config/penroserc share/config/rocksrc share/config/sliprc -share/doc/HTML/en/kcontrol/.anchors -share/doc/HTML/en/kcontrol/action.html -share/doc/HTML/en/kcontrol/background.html -share/doc/HTML/en/kcontrol/batmon.html -share/doc/HTML/en/kcontrol/bell.html -share/doc/HTML/en/kcontrol/borders.html -share/doc/HTML/en/kcontrol/color.html +share/doc/HTML/en/kaddressbook/common +share/doc/HTML/en/kaddressbook/index.cache.bz2 +share/doc/HTML/en/kaddressbook/index.docbook +share/doc/HTML/en/kate/common +share/doc/HTML/en/kate/index.cache.bz2 +share/doc/HTML/en/kate/index.docbook share/doc/HTML/en/kcontrol/common -share/doc/HTML/en/kcontrol/control-center-exiting.html -share/doc/HTML/en/kcontrol/control-center-menus.html -share/doc/HTML/en/kcontrol/control-center-run-indiv.html -share/doc/HTML/en/kcontrol/control-center-screen.html -share/doc/HTML/en/kcontrol/control-center.html -share/doc/HTML/en/kcontrol/cookie.html -share/doc/HTML/en/kcontrol/credits.html -share/doc/HTML/en/kcontrol/crypto.html -share/doc/HTML/en/kcontrol/datetime.html -share/doc/HTML/en/kcontrol/desktop.html -share/doc/HTML/en/kcontrol/devices.html -share/doc/HTML/en/kcontrol/dma.html -share/doc/HTML/en/kcontrol/ebrowse.html -share/doc/HTML/en/kcontrol/email.html -share/doc/HTML/en/kcontrol/energy.html -share/doc/HTML/en/kcontrol/file-assoc.html -share/doc/HTML/en/kcontrol/file-manager.html -share/doc/HTML/en/kcontrol/fonts.html -share/doc/HTML/en/kcontrol/help-index.html -share/doc/HTML/en/kcontrol/icons.html +share/doc/HTML/en/kcontrol/index.cache.bz2 share/doc/HTML/en/kcontrol/index.docbook -share/doc/HTML/en/kcontrol/index.html -share/doc/HTML/en/kcontrol/interrupts.html -share/doc/HTML/en/kcontrol/introduction.html -share/doc/HTML/en/kcontrol/ioports.html -share/doc/HTML/en/kcontrol/kbd.html -share/doc/HTML/en/kcontrol/kblayout.html share/doc/HTML/en/kcontrol/kcmaccess.docbook share/doc/HTML/en/kcontrol/kcmaction.docbook share/doc/HTML/en/kcontrol/kcmbackgnd.docbook share/doc/HTML/en/kcontrol/kcmbatmon.docbook share/doc/HTML/en/kcontrol/kcmbell.docbook share/doc/HTML/en/kcontrol/kcmblockdev.docbook -share/doc/HTML/en/kcontrol/kcmborders.docbook share/doc/HTML/en/kcontrol/kcmcolor.docbook share/doc/HTML/en/kcontrol/kcmcookie.docbook share/doc/HTML/en/kcontrol/kcmcrypto.docbook +share/doc/HTML/en/kcontrol/kcmcss.docbook share/doc/HTML/en/kcontrol/kcmdatetime.docbook share/doc/HTML/en/kcontrol/kcmdesktop.docbook share/doc/HTML/en/kcontrol/kcmdeviceinfo.docbook share/doc/HTML/en/kcontrol/kcmdmainfo.docbook -share/doc/HTML/en/kcontrol/kcmdrkonqi.docbook share/doc/HTML/en/kcontrol/kcmebrowse.docbook share/doc/HTML/en/kcontrol/kcmemail.docbook share/doc/HTML/en/kcontrol/kcmenergy.docbook @@ -1170,13 +1347,15 @@ share/doc/HTML/en/kcontrol/kcmfileman.docbook share/doc/HTML/en/kcontrol/kcmfonts.docbook share/doc/HTML/en/kcontrol/kcmhelpindex.docbook share/doc/HTML/en/kcontrol/kcmicon.docbook -share/doc/HTML/en/kcontrol/kcmiconstyle.docbook share/doc/HTML/en/kcontrol/kcmintinfo.docbook share/doc/HTML/en/kcontrol/kcmioportinfo.docbook share/doc/HTML/en/kcontrol/kcmkbd.docbook -share/doc/HTML/en/kcontrol/kcmkblayout.docbook share/doc/HTML/en/kcontrol/kcmkbrowse.docbook share/doc/HTML/en/kcontrol/kcmkeybind.docbook +share/doc/HTML/en/kcontrol/kcmkonsole.docbook +share/doc/HTML/en/kcontrol/kcmkwintheme.docbook +share/doc/HTML/en/kcontrol/kcmlaunch.docbook +share/doc/HTML/en/kcontrol/kcmlisa.docbook share/doc/HTML/en/kcontrol/kcmlocate.docbook share/doc/HTML/en/kcontrol/kcmloginmanage.docbook share/doc/HTML/en/kcontrol/kcmlowbatcrit.docbook @@ -1185,9 +1364,7 @@ share/doc/HTML/en/kcontrol/kcmmemoryinfo.docbook share/doc/HTML/en/kcontrol/kcmmidi.docbook share/doc/HTML/en/kcontrol/kcmmixer.docbook share/doc/HTML/en/kcontrol/kcmmouse.docbook -share/doc/HTML/en/kcontrol/kcmmousebeh.docbook share/doc/HTML/en/kcontrol/kcmnetscapeplugins.docbook -share/doc/HTML/en/kcontrol/kcmnumbername.docbook share/doc/HTML/en/kcontrol/kcmpanel.docbook share/doc/HTML/en/kcontrol/kcmpartitioninfo.docbook share/doc/HTML/en/kcontrol/kcmpasswd.docbook @@ -1202,206 +1379,91 @@ share/doc/HTML/en/kcontrol/kcmsessionman.docbook share/doc/HTML/en/kcontrol/kcmsmbstat.docbook share/doc/HTML/en/kcontrol/kcmsndinfo.docbook share/doc/HTML/en/kcontrol/kcmsndsrv.docbook +share/doc/HTML/en/kcontrol/kcmsocks.docbook +share/doc/HTML/en/kcontrol/kcmspellchecking.docbook share/doc/HTML/en/kcontrol/kcmstyle.docbook share/doc/HTML/en/kcontrol/kcmsysnotify.docbook share/doc/HTML/en/kcontrol/kcmtalk.docbook share/doc/HTML/en/kcontrol/kcmtaskbar.docbook +share/doc/HTML/en/kcontrol/kcmusb.docbook share/doc/HTML/en/kcontrol/kcmuseragent.docbook share/doc/HTML/en/kcontrol/kcmwinshare.docbook share/doc/HTML/en/kcontrol/kcmxservinfo.docbook -share/doc/HTML/en/kcontrol/key-bindings.html share/doc/HTML/en/kcontrol/kfileman1.png share/doc/HTML/en/kcontrol/kfileman2.png -share/doc/HTML/en/kcontrol/konq-browsing.html -share/doc/HTML/en/kcontrol/laptop.html -share/doc/HTML/en/kcontrol/locale.html -share/doc/HTML/en/kcontrol/login-manager.html -share/doc/HTML/en/kcontrol/lowbatcrit.html -share/doc/HTML/en/kcontrol/lowbatwarn.html -share/doc/HTML/en/kcontrol/memory.html -share/doc/HTML/en/kcontrol/midi.html -share/doc/HTML/en/kcontrol/mixer.html -share/doc/HTML/en/kcontrol/module.html -share/doc/HTML/en/kcontrol/modules.html -share/doc/HTML/en/kcontrol/mouse-behav.html -share/doc/HTML/en/kcontrol/mouse.html -share/doc/HTML/en/kcontrol/nsplugins.html -share/doc/HTML/en/kcontrol/panel.html -share/doc/HTML/en/kcontrol/partitions.html -share/doc/HTML/en/kcontrol/passwords.html -share/doc/HTML/en/kcontrol/pci.html -share/doc/HTML/en/kcontrol/pcmcia.html -share/doc/HTML/en/kcontrol/powerctrl.html -share/doc/HTML/en/kcontrol/processor.html -share/doc/HTML/en/kcontrol/proxies.html -share/doc/HTML/en/kcontrol/sambastatus.html -share/doc/HTML/en/kcontrol/screensaver.html +share/doc/HTML/en/kcontrol/nettimeouts.docbook +share/doc/HTML/en/kcontrol/printmanager.docbook +share/doc/HTML/en/kcontrol/printsystem.docbook +share/doc/HTML/en/kcontrol/protocols.docbook share/doc/HTML/en/kcontrol/screenshot.png -share/doc/HTML/en/kcontrol/scsi.html -share/doc/HTML/en/kcontrol/sessions.html -share/doc/HTML/en/kcontrol/sndserver.html -share/doc/HTML/en/kcontrol/soundinfo.html -share/doc/HTML/en/kcontrol/style.html -share/doc/HTML/en/kcontrol/sys-notify.html -share/doc/HTML/en/kcontrol/taskbar.html -share/doc/HTML/en/kcontrol/user-agent.html -share/doc/HTML/en/kcontrol/windows-shares.html -share/doc/HTML/en/kcontrol/xserver.html -share/doc/HTML/en/kdebugdialog/.anchors +share/doc/HTML/en/kcontrol/systemcontrol.docbook +share/doc/HTML/en/kcontrol/thememgr.docbook share/doc/HTML/en/kdebugdialog/common +share/doc/HTML/en/kdebugdialog/index.cache.bz2 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/kdeprint/common +share/doc/HTML/en/kdeprint/cupsaddprinterwizard1.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard2_backendselection.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard3_networkscan_results.png +share/doc/HTML/en/kdeprint/cupsaddprinterwizard4_networkscan_config.png +share/doc/HTML/en/kdeprint/index.cache.bz2 +share/doc/HTML/en/kdeprint/index.docbook share/doc/HTML/en/kdesu/common -share/doc/HTML/en/kdesu/compiling.html -share/doc/HTML/en/kdesu/configuration.html +share/doc/HTML/en/kdesu/index.cache.bz2 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/sec-password-keeping.html -share/doc/HTML/en/kdesu/using-kdesu.html -share/doc/HTML/en/kdm/.anchors -share/doc/HTML/en/kdm/building-and-installing-kdm.html share/doc/HTML/en/kdm/common -share/doc/HTML/en/kdm/configuring-kdm.html -share/doc/HTML/en/kdm/configuring-your-system-for-kdm.html -share/doc/HTML/en/kdm/credits.html -share/doc/HTML/en/kdm/different-window-managers-with-kdm.html +share/doc/HTML/en/kdm/index.cache.bz2 share/doc/HTML/en/kdm/index.docbook -share/doc/HTML/en/kdm/index.html -share/doc/HTML/en/kdm/introduction.html -share/doc/HTML/en/kdm/kdmdesktop.html -share/doc/HTML/en/kdm/lilo.html -share/doc/HTML/en/kdm/locale.html -share/doc/HTML/en/kdm/other-information.html -share/doc/HTML/en/khelpcenter/.anchors share/doc/HTML/en/khelpcenter/background.png share/doc/HTML/en/khelpcenter/bgtable.png share/doc/HTML/en/khelpcenter/common -share/doc/HTML/en/khelpcenter/contact-developers.html -share/doc/HTML/en/khelpcenter/contact-more-information.html -share/doc/HTML/en/khelpcenter/contact-official.html -share/doc/HTML/en/khelpcenter/contact-the-kde-team.html share/doc/HTML/en/khelpcenter/contact.docbook -share/doc/HTML/en/khelpcenter/credits.html -share/doc/HTML/en/khelpcenter/faq/.anchors share/doc/HTML/en/khelpcenter/faq/TODO -share/doc/HTML/en/khelpcenter/faq/about.html -share/doc/HTML/en/khelpcenter/faq/applications.html +share/doc/HTML/en/khelpcenter/faq/about.docbook share/doc/HTML/en/khelpcenter/faq/common -share/doc/HTML/en/khelpcenter/faq/configure.html -share/doc/HTML/en/khelpcenter/faq/contribute.html -share/doc/HTML/en/khelpcenter/faq/credits.html -share/doc/HTML/en/khelpcenter/faq/desktop.html -share/doc/HTML/en/khelpcenter/faq/filemanager.html -share/doc/HTML/en/khelpcenter/faq/getting-kde.html +share/doc/HTML/en/khelpcenter/faq/configkde.docbook +share/doc/HTML/en/khelpcenter/faq/contrib.docbook +share/doc/HTML/en/khelpcenter/faq/desktop.docbook +share/doc/HTML/en/khelpcenter/faq/filemng.docbook +share/doc/HTML/en/khelpcenter/faq/getkde.docbook +share/doc/HTML/en/khelpcenter/faq/index.cache.bz2 share/doc/HTML/en/khelpcenter/faq/index.docbook -share/doc/HTML/en/khelpcenter/faq/index.html -share/doc/HTML/en/khelpcenter/faq/install.html -share/doc/HTML/en/khelpcenter/faq/introduction.html -share/doc/HTML/en/khelpcenter/faq/misc.html -share/doc/HTML/en/khelpcenter/faq/more-info.html -share/doc/HTML/en/khelpcenter/faq/non-kde-apps.html -share/doc/HTML/en/khelpcenter/faq/not-kde.html -share/doc/HTML/en/khelpcenter/faq/panel.html -share/doc/HTML/en/khelpcenter/faq/tips.html -share/doc/HTML/en/khelpcenter/faq/windowmanager.html -share/doc/HTML/en/khelpcenter/help-system-user-manual.html +share/doc/HTML/en/khelpcenter/faq/index.docbook.old +share/doc/HTML/en/khelpcenter/faq/install.docbook +share/doc/HTML/en/khelpcenter/faq/intro.docbook +share/doc/HTML/en/khelpcenter/faq/kdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/misc.docbook +share/doc/HTML/en/khelpcenter/faq/moreinfo.docbook +share/doc/HTML/en/khelpcenter/faq/nonkdeapps.docbook +share/doc/HTML/en/khelpcenter/faq/notrelated.docbook +share/doc/HTML/en/khelpcenter/faq/panel.docbook +share/doc/HTML/en/khelpcenter/faq/tips.docbook +share/doc/HTML/en/khelpcenter/faq/winmng.docbook +share/doc/HTML/en/khelpcenter/glossary/common +share/doc/HTML/en/khelpcenter/glossary/index.cache.bz2 +share/doc/HTML/en/khelpcenter/glossary/index.docbook share/doc/HTML/en/khelpcenter/help.docbook +share/doc/HTML/en/khelpcenter/index.cache.bz2 share/doc/HTML/en/khelpcenter/index.docbook -share/doc/HTML/en/khelpcenter/index.html -share/doc/HTML/en/khelpcenter/interface-basics.html -share/doc/HTML/en/khelpcenter/invoking-help.html share/doc/HTML/en/khelpcenter/kdelogo2.png share/doc/HTML/en/khelpcenter/khelpcenter.png share/doc/HTML/en/khelpcenter/konq.css share/doc/HTML/en/khelpcenter/lines.png share/doc/HTML/en/khelpcenter/lines2.png share/doc/HTML/en/khelpcenter/links.docbook -share/doc/HTML/en/khelpcenter/main.html -share/doc/HTML/en/khelpcenter/no-html.html share/doc/HTML/en/khelpcenter/pointers.png -share/doc/HTML/en/khelpcenter/quickstart/.anchors -share/doc/HTML/en/khelpcenter/quickstart/advanced-topics.html -share/doc/HTML/en/khelpcenter/quickstart/an-overview-of-kde.html -share/doc/HTML/en/khelpcenter/quickstart/archives-and-networks.html share/doc/HTML/en/khelpcenter/quickstart/common -share/doc/HTML/en/khelpcenter/quickstart/configuration-modules.html -share/doc/HTML/en/khelpcenter/quickstart/configure.html -share/doc/HTML/en/khelpcenter/quickstart/credits.html +share/doc/HTML/en/khelpcenter/quickstart/index.cache.bz2 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/kde-an-exciting-journey.html -share/doc/HTML/en/khelpcenter/quickstart/launching-applications.html -share/doc/HTML/en/khelpcenter/quickstart/logging-out.html -share/doc/HTML/en/khelpcenter/quickstart/managing-your-files.html -share/doc/HTML/en/khelpcenter/quickstart/ready-set-go.html -share/doc/HTML/en/khelpcenter/quickstart/using-taskbar.html -share/doc/HTML/en/khelpcenter/quickstart/using-templates.html -share/doc/HTML/en/khelpcenter/quickstart/using-v-desktops.html -share/doc/HTML/en/khelpcenter/quickstart/want-command-line-back.html -share/doc/HTML/en/khelpcenter/quickstart/working-with-windows.html share/doc/HTML/en/khelpcenter/shadow1.png share/doc/HTML/en/khelpcenter/support.docbook -share/doc/HTML/en/khelpcenter/supporting-kde-financial-support.html -share/doc/HTML/en/khelpcenter/supporting-kde-get-started.html -share/doc/HTML/en/khelpcenter/supporting-kde.html -share/doc/HTML/en/khelpcenter/userguide/.anchors -share/doc/HTML/en/khelpcenter/userguide/about-this-preview.html -share/doc/HTML/en/khelpcenter/userguide/adding-programs.html -share/doc/HTML/en/khelpcenter/userguide/all-about-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/background-of-kde.html share/doc/HTML/en/khelpcenter/userguide/common -share/doc/HTML/en/khelpcenter/userguide/creating-new-files-on-your-desktop.html -share/doc/HTML/en/khelpcenter/userguide/desktop-components.html -share/doc/HTML/en/khelpcenter/userguide/docu-staff.html -share/doc/HTML/en/khelpcenter/userguide/entertainment-applications.html -share/doc/HTML/en/khelpcenter/userguide/finding-your-lost-files.html -share/doc/HTML/en/khelpcenter/userguide/first-impressions.html -share/doc/HTML/en/khelpcenter/userguide/frequently-asked-questions.html -share/doc/HTML/en/khelpcenter/userguide/getting-kde.html -share/doc/HTML/en/khelpcenter/userguide/getting-started.html -share/doc/HTML/en/khelpcenter/userguide/graphical-applications.html +share/doc/HTML/en/khelpcenter/userguide/index.cache.bz2 share/doc/HTML/en/khelpcenter/userguide/index.docbook -share/doc/HTML/en/khelpcenter/userguide/index.html -share/doc/HTML/en/khelpcenter/userguide/installation.html -share/doc/HTML/en/khelpcenter/userguide/installing-debian.html -share/doc/HTML/en/khelpcenter/userguide/introduction.html -share/doc/HTML/en/khelpcenter/userguide/kdeadmin-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdebase-applications.html -share/doc/HTML/en/khelpcenter/userguide/kdepim-applications.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/license.html -share/doc/HTML/en/khelpcenter/userguide/linux-installing-rpms.html -share/doc/HTML/en/khelpcenter/userguide/more-help.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/multimedia-applications.html -share/doc/HTML/en/khelpcenter/userguide/network-applications.html -share/doc/HTML/en/khelpcenter/userguide/quitting-kde.html -share/doc/HTML/en/khelpcenter/userguide/shortcuts.html -share/doc/HTML/en/khelpcenter/userguide/source-distribution.html -share/doc/HTML/en/khelpcenter/userguide/sources-of-information-used-during-the-creat.html -share/doc/HTML/en/khelpcenter/userguide/suse-install.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-templates.html -share/doc/HTML/en/khelpcenter/userguide/using-the-trashcan.html -share/doc/HTML/en/khelpcenter/userguide/utility-applications.html -share/doc/HTML/en/khelpcenter/userguide/we-still-need-people.html -share/doc/HTML/en/khelpcenter/visualdict/.anchors share/doc/HTML/en/khelpcenter/visualdict/common -share/doc/HTML/en/khelpcenter/visualdict/credits.html +share/doc/HTML/en/khelpcenter/visualdict/index.cache.bz2 share/doc/HTML/en/khelpcenter/visualdict/index.docbook -share/doc/HTML/en/khelpcenter/visualdict/index.html share/doc/HTML/en/khelpcenter/visualdict/pict1.png share/doc/HTML/en/khelpcenter/visualdict/pict10.png share/doc/HTML/en/khelpcenter/visualdict/pict11.png @@ -1422,77 +1484,58 @@ share/doc/HTML/en/khelpcenter/visualdict/pict6.png share/doc/HTML/en/khelpcenter/visualdict/pict7.png share/doc/HTML/en/khelpcenter/visualdict/pict8.png share/doc/HTML/en/khelpcenter/visualdict/pict9.png -share/doc/HTML/en/khelpcenter/visualdict/visual-dictionary.html -share/doc/HTML/en/khelpcenter/web.html -share/doc/HTML/en/khelpcenter/welcome-to-kde.html share/doc/HTML/en/khelpcenter/welcome.docbook -share/doc/HTML/en/khelpcenter/what-is-kde-the-desktop.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-development-framework.html -share/doc/HTML/en/khelpcenter/what-is-kde-the-office-suite.html -share/doc/HTML/en/khelpcenter/what-is-kde.html share/doc/HTML/en/khelpcenter/whatiskde.docbook -share/doc/HTML/en/kicker/.anchors -share/doc/HTML/en/kicker/applets.html -share/doc/HTML/en/kicker/application-group.html -share/doc/HTML/en/kicker/basics.html -share/doc/HTML/en/kicker/browsers.html -share/doc/HTML/en/kicker/child-panel-extension.html -share/doc/HTML/en/kicker/clock-applet.html -share/doc/HTML/en/kicker/commands.html +share/doc/HTML/en/kicker/bookmarks_icon.png share/doc/HTML/en/kicker/common -share/doc/HTML/en/kicker/compilation.html -share/doc/HTML/en/kicker/configuration.html -share/doc/HTML/en/kicker/configuring-apps.html -share/doc/HTML/en/kicker/configuring.html -share/doc/HTML/en/kicker/credits.html -share/doc/HTML/en/kicker/dock-application-bar-extension.html -share/doc/HTML/en/kicker/extensions.html -share/doc/HTML/en/kicker/faq.html +share/doc/HTML/en/kicker/desktop_icon.png +share/doc/HTML/en/kicker/index.cache.bz2 share/doc/HTML/en/kicker/index.docbook -share/doc/HTML/en/kicker/index.html -share/doc/HTML/en/kicker/installation.html -share/doc/HTML/en/kicker/introduction.html -share/doc/HTML/en/kicker/k-menu.html share/doc/HTML/en/kicker/k_menu_icon.png -share/doc/HTML/en/kicker/kasbar-extension.html -share/doc/HTML/en/kicker/kfind-advanced.html -share/doc/HTML/en/kicker/kfind-date-range.html -share/doc/HTML/en/kicker/kfind.html -share/doc/HTML/en/kicker/launcher-applet.html -share/doc/HTML/en/kicker/most-recently-group.html -share/doc/HTML/en/kicker/naughty-applet.html -share/doc/HTML/en/kicker/pager-applet.html -share/doc/HTML/en/kicker/panel-applets.html -share/doc/HTML/en/kicker/panel-buttons.html -share/doc/HTML/en/kicker/panel-looknfeel.html -share/doc/HTML/en/kicker/panel-menus.html -share/doc/HTML/en/kicker/requirements.html -share/doc/HTML/en/kicker/run-applet.html -share/doc/HTML/en/kicker/run-command.html +share/doc/HTML/en/kicker/recent_docs_icon.png share/doc/HTML/en/kicker/screenshot_left.png share/doc/HTML/en/kicker/screenshot_right.png -share/doc/HTML/en/kicker/systemtray-applet.html -share/doc/HTML/en/kicker/using-kicker.html +share/doc/HTML/en/kicker/taskbar_group.png +share/doc/HTML/en/kicker/terminals_icon.png share/doc/HTML/en/kicker/windowlist_icon.png -share/doc/HTML/en/klipper/.anchors -share/doc/HTML/en/klipper/actions.html +share/doc/HTML/en/kioslave/audiocd.docbook +share/doc/HTML/en/kioslave/bzip.docbook +share/doc/HTML/en/kioslave/bzip2.docbook +share/doc/HTML/en/kioslave/common +share/doc/HTML/en/kioslave/file.docbook +share/doc/HTML/en/kioslave/finger.docbook +share/doc/HTML/en/kioslave/floppy.docbook +share/doc/HTML/en/kioslave/ftp.docbook +share/doc/HTML/en/kioslave/gopher.docbook +share/doc/HTML/en/kioslave/gzip.docbook +share/doc/HTML/en/kioslave/help.docbook +share/doc/HTML/en/kioslave/http.docbook +share/doc/HTML/en/kioslave/https.docbook +share/doc/HTML/en/kioslave/imap.docbook +share/doc/HTML/en/kioslave/imaps.docbook +share/doc/HTML/en/kioslave/index.cache.bz2 +share/doc/HTML/en/kioslave/index.docbook +share/doc/HTML/en/kioslave/info.docbook +share/doc/HTML/en/kioslave/lan.docbook +share/doc/HTML/en/kioslave/ldap.docbook +share/doc/HTML/en/kioslave/mailto.docbook +share/doc/HTML/en/kioslave/man.docbook +share/doc/HTML/en/kioslave/news.docbook +share/doc/HTML/en/kioslave/nfs.docbook +share/doc/HTML/en/kioslave/nntp.docbook +share/doc/HTML/en/kioslave/pop3.docbook +share/doc/HTML/en/kioslave/pop3s.docbook +share/doc/HTML/en/kioslave/rlan.docbook +share/doc/HTML/en/kioslave/rlogin.docbook +share/doc/HTML/en/kioslave/smb.docbook +share/doc/HTML/en/kioslave/tar.docbook +share/doc/HTML/en/kioslave/telnet.docbook +share/doc/HTML/en/kioslave/thumbnail.docbook share/doc/HTML/en/klipper/common -share/doc/HTML/en/klipper/compilation.html -share/doc/HTML/en/klipper/configuration.html -share/doc/HTML/en/klipper/credits.html +share/doc/HTML/en/klipper/index.cache.bz2 share/doc/HTML/en/klipper/index.docbook -share/doc/HTML/en/klipper/index.html -share/doc/HTML/en/klipper/installation.html -share/doc/HTML/en/klipper/introduction.html -share/doc/HTML/en/klipper/requirements.html share/doc/HTML/en/klipper/screenshot.png -share/doc/HTML/en/klipper/using-klipper.html -share/doc/HTML/en/kmenuedit/.anchors share/doc/HTML/en/kmenuedit/common -share/doc/HTML/en/kmenuedit/compilation.html -share/doc/HTML/en/kmenuedit/credits.html -share/doc/HTML/en/kmenuedit/details-advanced.html -share/doc/HTML/en/kmenuedit/glossary.html share/doc/HTML/en/kmenuedit/i_copy.png share/doc/HTML/en/kmenuedit/i_cut.png share/doc/HTML/en/kmenuedit/i_delete.png @@ -1502,163 +1545,141 @@ share/doc/HTML/en/kmenuedit/i_new_submenu.png share/doc/HTML/en/kmenuedit/i_paste.png share/doc/HTML/en/kmenuedit/icon_sets.png share/doc/HTML/en/kmenuedit/icons.png +share/doc/HTML/en/kmenuedit/index.cache.bz2 share/doc/HTML/en/kmenuedit/index.docbook -share/doc/HTML/en/kmenuedit/index.html -share/doc/HTML/en/kmenuedit/installation.html -share/doc/HTML/en/kmenuedit/introduction.html -share/doc/HTML/en/kmenuedit/menu-reference.html -share/doc/HTML/en/kmenuedit/using-kmenuedit.html -share/doc/HTML/en/konqueror/.anchors -share/doc/HTML/en/konqueror/basics.html -share/doc/HTML/en/konqueror/bookmarks.html -share/doc/HTML/en/konqueror/browser.html -share/doc/HTML/en/konqueror/bubble.html share/doc/HTML/en/konqueror/cmndline.png -share/doc/HTML/en/konqueror/commandline.html -share/doc/HTML/en/konqueror/commands.html share/doc/HTML/en/konqueror/common -share/doc/HTML/en/konqueror/config.html -share/doc/HTML/en/konqueror/configfm.html -share/doc/HTML/en/konqueror/configure-browser.html -share/doc/HTML/en/konqueror/configure-enhanced-browsing.html -share/doc/HTML/en/konqueror/configure-proxy.html -share/doc/HTML/en/konqueror/configure-user-agent.html -share/doc/HTML/en/konqueror/cookies.html -share/doc/HTML/en/konqueror/credits.html -share/doc/HTML/en/konqueror/crypto.html -share/doc/HTML/en/konqueror/deleting.html share/doc/HTML/en/konqueror/dirtree.png share/doc/HTML/en/konqueror/dragdrop.png -share/doc/HTML/en/konqueror/faq.html -share/doc/HTML/en/konqueror/file-associations.html -share/doc/HTML/en/konqueror/filemanager.html share/doc/HTML/en/konqueror/filetype1.png share/doc/HTML/en/konqueror/filetype3.png share/doc/HTML/en/konqueror/filetype4.png -share/doc/HTML/en/konqueror/ftp.html +share/doc/HTML/en/konqueror/index.cache.bz2 share/doc/HTML/en/konqueror/index.docbook -share/doc/HTML/en/konqueror/index.html -share/doc/HTML/en/konqueror/installation.html share/doc/HTML/en/konqueror/konqorg.png -share/doc/HTML/en/konqueror/lmb-mmb.html -share/doc/HTML/en/konqueror/making.html -share/doc/HTML/en/konqueror/man-info.html -share/doc/HTML/en/konqueror/moving.html -share/doc/HTML/en/konqueror/multiple.html -share/doc/HTML/en/konqueror/newname.html -share/doc/HTML/en/konqueror/parts.html share/doc/HTML/en/konqueror/parts.png -share/doc/HTML/en/konqueror/plugin.html -share/doc/HTML/en/konqueror/rmb-menus.html share/doc/HTML/en/konqueror/samba.png -share/doc/HTML/en/konqueror/save-print-web.html -share/doc/HTML/en/konqueror/save-settings.html -share/doc/HTML/en/konqueror/surf.html -share/doc/HTML/en/konsole/.anchors -share/doc/HTML/en/konsole/command-line-options.html share/doc/HTML/en/konsole/common -share/doc/HTML/en/konsole/credits.html -share/doc/HTML/en/konsole/history-option.html +share/doc/HTML/en/konsole/index.cache.bz2 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/konsole.png share/doc/HTML/en/konsole/konsole1.gif share/doc/HTML/en/konsole/konsole2.gif -share/doc/HTML/en/konsole/menubar.html -share/doc/HTML/en/konsole/mousebuttons.html share/doc/HTML/en/konsole/techref.html -share/doc/HTML/en/konsole/toolbar.html -share/doc/HTML/en/konsole/use-of-konsole.html share/doc/HTML/en/konsole/vt100.gif -share/doc/HTML/en/kpager/.anchors -share/doc/HTML/en/kpager/commands.html share/doc/HTML/en/kpager/common -share/doc/HTML/en/kpager/compilation.html -share/doc/HTML/en/kpager/credits.html -share/doc/HTML/en/kpager/faq.html +share/doc/HTML/en/kpager/index.cache.bz2 share/doc/HTML/en/kpager/index.docbook -share/doc/HTML/en/kpager/index.html -share/doc/HTML/en/kpager/installation.html -share/doc/HTML/en/kpager/introduction.html -share/doc/HTML/en/kpager/kapp-settings.html -share/doc/HTML/en/kpager/requirements.html share/doc/HTML/en/kpager/screenshot.png share/doc/HTML/en/kpager/settings.png -share/doc/HTML/en/kpager/using-kapp.html -share/doc/HTML/en/ksysguard/.anchors share/doc/HTML/en/ksysguard/common -share/doc/HTML/en/ksysguard/compilationandinstallation.html -share/doc/HTML/en/ksysguard/credits-and-licenses.html +share/doc/HTML/en/ksysguard/index.cache.bz2 share/doc/HTML/en/ksysguard/index.docbook -share/doc/HTML/en/ksysguard/index.html -share/doc/HTML/en/ksysguard/installation.html -share/doc/HTML/en/ksysguard/introduction.html -share/doc/HTML/en/ksysguard/requirements.html -share/doc/HTML/en/ksysguard/the-sensor-browser.html -share/doc/HTML/en/ksysguard/the-workspace.html -share/doc/HTML/en/ksysguard/usingtheksysguard.html -share/doc/HTML/en/kwrite/.anchors -share/doc/HTML/en/kwrite/command-line-options.html share/doc/HTML/en/kwrite/common -share/doc/HTML/en/kwrite/credits.html -share/doc/HTML/en/kwrite/edit.html -share/doc/HTML/en/kwrite/go.html -share/doc/HTML/en/kwrite/help.html +share/doc/HTML/en/kwrite/index.cache.bz2 share/doc/HTML/en/kwrite/index.docbook -share/doc/HTML/en/kwrite/index.html -share/doc/HTML/en/kwrite/installation.html -share/doc/HTML/en/kwrite/introduction.html -share/doc/HTML/en/kwrite/keybindings.html -share/doc/HTML/en/kwrite/on-screen-fundamentals.html -share/doc/HTML/en/kwrite/pref-dialog.html -share/doc/HTML/en/kwrite/pref-edit.html -share/doc/HTML/en/kwrite/pref-highlighting.html -share/doc/HTML/en/kwrite/pref-indent.html -share/doc/HTML/en/kwrite/pref-select.html -share/doc/HTML/en/kwrite/prefspellchecker.html -share/doc/HTML/en/kwrite/settings.html -share/doc/HTML/en/kwrite/the-menu-entries.html -share/doc/HTML/en/kwrite/tools.html -share/doc/HTML/en/no-html.html share/fonts/9x15.pcf.gz share/fonts/console8x16.pcf.gz share/fonts/console8x8.pcf.gz share/fonts/fonts.dir share/fonts/override/fonts.dir +share/icons/hicolor/16x16/actions/view_choose.png +share/icons/hicolor/16x16/actions/view_detailed.png +share/icons/hicolor/16x16/actions/view_icon.png +share/icons/hicolor/16x16/actions/view_multicolumn.png +share/icons/hicolor/16x16/actions/view_text.png +share/icons/hicolor/16x16/actions/view_tree.png +share/icons/hicolor/16x16/apps/access.png +share/icons/hicolor/16x16/apps/acroread.png +share/icons/hicolor/16x16/apps/agent.png +share/icons/hicolor/16x16/apps/alevt.png +share/icons/hicolor/16x16/apps/applixware.png +share/icons/hicolor/16x16/apps/arts.png share/icons/hicolor/16x16/apps/background.png share/icons/hicolor/16x16/apps/bell.png +share/icons/hicolor/16x16/apps/blender.png +share/icons/hicolor/16x16/apps/clock.png +share/icons/hicolor/16x16/apps/colors.png share/icons/hicolor/16x16/apps/cookie.png +share/icons/hicolor/16x16/apps/date.png +share/icons/hicolor/16x16/apps/designer.png +share/icons/hicolor/16x16/apps/dlgedit.png +share/icons/hicolor/16x16/apps/emacs.png share/icons/hicolor/16x16/apps/email.png share/icons/hicolor/16x16/apps/energy.png +share/icons/hicolor/16x16/apps/energy_star.png share/icons/hicolor/16x16/apps/enhanced_browsing.png +share/icons/hicolor/16x16/apps/filetypes.png +share/icons/hicolor/16x16/apps/fonts.png +share/icons/hicolor/16x16/apps/gimp.png share/icons/hicolor/16x16/apps/go.png +share/icons/hicolor/16x16/apps/gv.png +share/icons/hicolor/16x16/apps/gvim.png +share/icons/hicolor/16x16/apps/help_index.png share/icons/hicolor/16x16/apps/hwinfo.png +share/icons/hicolor/16x16/apps/icons.png +share/icons/hicolor/16x16/apps/iconthemes.png share/icons/hicolor/16x16/apps/input_devices_settings.png +share/icons/hicolor/16x16/apps/kaddressbook.png share/icons/hicolor/16x16/apps/kappfinder.png +share/icons/hicolor/16x16/apps/kate.png +share/icons/hicolor/16x16/apps/kcmdevices.png +share/icons/hicolor/16x16/apps/kcmkicker.png share/icons/hicolor/16x16/apps/kcmkwm.png +share/icons/hicolor/16x16/apps/kcmmemory.png +share/icons/hicolor/16x16/apps/kcmmidi.png +share/icons/hicolor/16x16/apps/kcmpartitions.png +share/icons/hicolor/16x16/apps/kcmpci.png +share/icons/hicolor/16x16/apps/kcmprocessor.png +share/icons/hicolor/16x16/apps/kcmscsi.png +share/icons/hicolor/16x16/apps/kcmsound.png share/icons/hicolor/16x16/apps/kcmsystem.png +share/icons/hicolor/16x16/apps/kcmx.png share/icons/hicolor/16x16/apps/kcontrol.png +share/icons/hicolor/16x16/apps/kdeprintfax.png share/icons/hicolor/16x16/apps/kdisknav.png +share/icons/hicolor/16x16/apps/kdmconfig.png share/icons/hicolor/16x16/apps/keditbookmarks.png +share/icons/hicolor/16x16/apps/key_bindings.png +share/icons/hicolor/16x16/apps/keyboard.png +share/icons/hicolor/16x16/apps/keyboard_layout.png share/icons/hicolor/16x16/apps/kfm.png share/icons/hicolor/16x16/apps/kfm_home.png share/icons/hicolor/16x16/apps/khelpcenter.png +share/icons/hicolor/16x16/apps/kicker.png +share/icons/hicolor/16x16/apps/kjobviewer.png share/icons/hicolor/16x16/apps/klipper.png +share/icons/hicolor/16x16/apps/kmenuedit.png +share/icons/hicolor/16x16/apps/knotify.png share/icons/hicolor/16x16/apps/konqueror.png share/icons/hicolor/16x16/apps/konsole.png +share/icons/hicolor/16x16/apps/kpager.png +share/icons/hicolor/16x16/apps/kpersonalizer.png share/icons/hicolor/16x16/apps/kscreensaver.png share/icons/hicolor/16x16/apps/ksysguard.png +share/icons/hicolor/16x16/apps/kthememgr.png share/icons/hicolor/16x16/apps/ktip.png +share/icons/hicolor/16x16/apps/kwin.png share/icons/hicolor/16x16/apps/kwrite.png +share/icons/hicolor/16x16/apps/licq.png share/icons/hicolor/16x16/apps/locale.png share/icons/hicolor/16x16/apps/looknfeel.png +share/icons/hicolor/16x16/apps/lyx.png +share/icons/hicolor/16x16/apps/mathematica.png +share/icons/hicolor/16x16/apps/mouse.png +share/icons/hicolor/16x16/apps/mozilla.png share/icons/hicolor/16x16/apps/multimedia.png +share/icons/hicolor/16x16/apps/nedit.png share/icons/hicolor/16x16/apps/netscape.png share/icons/hicolor/16x16/apps/package_applications.png share/icons/hicolor/16x16/apps/package_development.png share/icons/hicolor/16x16/apps/package_editors.png +share/icons/hicolor/16x16/apps/package_favourite.png +share/icons/hicolor/16x16/apps/package_games.png +share/icons/hicolor/16x16/apps/package_games_arcade.png +share/icons/hicolor/16x16/apps/package_games_board.png +share/icons/hicolor/16x16/apps/package_games_card.png +share/icons/hicolor/16x16/apps/package_games_strategy.png share/icons/hicolor/16x16/apps/package_graphics.png share/icons/hicolor/16x16/apps/package_multimedia.png share/icons/hicolor/16x16/apps/package_network.png @@ -1667,25 +1688,41 @@ share/icons/hicolor/16x16/apps/package_system.png share/icons/hicolor/16x16/apps/package_toys.png share/icons/hicolor/16x16/apps/package_utilities.png share/icons/hicolor/16x16/apps/package_wordprocessing.png +share/icons/hicolor/16x16/apps/panel.png +share/icons/hicolor/16x16/apps/panel_settings.png +share/icons/hicolor/16x16/apps/password.png +share/icons/hicolor/16x16/apps/penguin.png +share/icons/hicolor/16x16/apps/personal.png +share/icons/hicolor/16x16/apps/plan.png +share/icons/hicolor/16x16/apps/printmgr.png +share/icons/hicolor/16x16/apps/proxy.png share/icons/hicolor/16x16/apps/pybliographic.png share/icons/hicolor/16x16/apps/realplayer.png share/icons/hicolor/16x16/apps/remote.png share/icons/hicolor/16x16/apps/samba.png share/icons/hicolor/16x16/apps/style.png +share/icons/hicolor/16x16/apps/stylesheet.png +share/icons/hicolor/16x16/apps/terminal.png +share/icons/hicolor/16x16/apps/usb.png +share/icons/hicolor/16x16/apps/wabi.png share/icons/hicolor/16x16/apps/window_list.png -share/icons/hicolor/16x16/devices/3floppy_mount.png -share/icons/hicolor/16x16/devices/3floppy_unmount.png -share/icons/hicolor/16x16/devices/cdaudio_mount.png -share/icons/hicolor/16x16/devices/cdaudio_unmount.png -share/icons/hicolor/16x16/devices/cdrom_mount.png -share/icons/hicolor/16x16/devices/cdrom_unmount.png -share/icons/hicolor/16x16/devices/dvd_mount.png -share/icons/hicolor/16x16/devices/dvd_unmount.png -share/icons/hicolor/16x16/devices/hdd_mount.png -share/icons/hicolor/16x16/devices/hdd_unmount.png -share/icons/hicolor/16x16/devices/nfs_mount.png -share/icons/hicolor/16x16/devices/nfs_unmount.png -share/icons/hicolor/16x16/devices/printer1.png +share/icons/hicolor/16x16/apps/winprops.png +share/icons/hicolor/16x16/apps/wp.png +share/icons/hicolor/16x16/apps/xcalc.png +share/icons/hicolor/16x16/apps/xclipboard.png +share/icons/hicolor/16x16/apps/xclock.png +share/icons/hicolor/16x16/apps/xconsole.png +share/icons/hicolor/16x16/apps/xedit.png +share/icons/hicolor/16x16/apps/xemacs.png +share/icons/hicolor/16x16/apps/xeyes.png +share/icons/hicolor/16x16/apps/xfig.png +share/icons/hicolor/16x16/apps/xfmail.png +share/icons/hicolor/16x16/apps/xload.png +share/icons/hicolor/16x16/apps/xmag.png +share/icons/hicolor/16x16/apps/xmms.png +share/icons/hicolor/16x16/apps/xosview.png +share/icons/hicolor/16x16/apps/xpaint.png +share/icons/hicolor/16x16/apps/xv.png share/icons/hicolor/16x16/filesystems/file_important.png share/icons/hicolor/16x16/filesystems/folder_important.png share/icons/hicolor/22x22/actions/view_choose.png @@ -1703,27 +1740,41 @@ share/icons/hicolor/32x32/actions/view_tree.png share/icons/hicolor/32x32/apps/access.png share/icons/hicolor/32x32/apps/acroread.png share/icons/hicolor/32x32/apps/agent.png +share/icons/hicolor/32x32/apps/alevt.png +share/icons/hicolor/32x32/apps/applixware.png +share/icons/hicolor/32x32/apps/background.png share/icons/hicolor/32x32/apps/bell.png share/icons/hicolor/32x32/apps/blender.png +share/icons/hicolor/32x32/apps/clanbomber.png share/icons/hicolor/32x32/apps/clock.png share/icons/hicolor/32x32/apps/colors.png share/icons/hicolor/32x32/apps/cookie.png share/icons/hicolor/32x32/apps/date.png share/icons/hicolor/32x32/apps/designer.png +share/icons/hicolor/32x32/apps/dlgedit.png share/icons/hicolor/32x32/apps/emacs.png share/icons/hicolor/32x32/apps/email.png share/icons/hicolor/32x32/apps/energy.png +share/icons/hicolor/32x32/apps/energy_star.png share/icons/hicolor/32x32/apps/enhanced_browsing.png +share/icons/hicolor/32x32/apps/error.png share/icons/hicolor/32x32/apps/filetypes.png share/icons/hicolor/32x32/apps/fonts.png +share/icons/hicolor/32x32/apps/gimp.png share/icons/hicolor/32x32/apps/go.png +share/icons/hicolor/32x32/apps/gv.png +share/icons/hicolor/32x32/apps/gvim.png share/icons/hicolor/32x32/apps/help_index.png share/icons/hicolor/32x32/apps/hwinfo.png share/icons/hicolor/32x32/apps/icons.png share/icons/hicolor/32x32/apps/iconthemes.png +share/icons/hicolor/32x32/apps/input_devices_settings.png +share/icons/hicolor/32x32/apps/kaddressbook.png share/icons/hicolor/32x32/apps/kappfinder.png +share/icons/hicolor/32x32/apps/kate.png share/icons/hicolor/32x32/apps/kcmdevices.png share/icons/hicolor/32x32/apps/kcmdrkonqi.png +share/icons/hicolor/32x32/apps/kcmkicker.png share/icons/hicolor/32x32/apps/kcmkwm.png share/icons/hicolor/32x32/apps/kcmmemory.png share/icons/hicolor/32x32/apps/kcmmidi.png @@ -1735,36 +1786,48 @@ share/icons/hicolor/32x32/apps/kcmsound.png share/icons/hicolor/32x32/apps/kcmsystem.png share/icons/hicolor/32x32/apps/kcmx.png share/icons/hicolor/32x32/apps/kcontrol.png +share/icons/hicolor/32x32/apps/kdeprintfax.png share/icons/hicolor/32x32/apps/kdisknav.png share/icons/hicolor/32x32/apps/kdmconfig.png share/icons/hicolor/32x32/apps/keditbookmarks.png share/icons/hicolor/32x32/apps/key_bindings.png +share/icons/hicolor/32x32/apps/keyboard.png share/icons/hicolor/32x32/apps/keyboard_layout.png share/icons/hicolor/32x32/apps/kfm.png share/icons/hicolor/32x32/apps/kfm_home.png share/icons/hicolor/32x32/apps/khelpcenter.png +share/icons/hicolor/32x32/apps/kjobviewer.png share/icons/hicolor/32x32/apps/klipper.png share/icons/hicolor/32x32/apps/kmenuedit.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/kpager.png +share/icons/hicolor/32x32/apps/kpersonalizer.png share/icons/hicolor/32x32/apps/kscreensaver.png share/icons/hicolor/32x32/apps/ksysguard.png share/icons/hicolor/32x32/apps/kthememgr.png share/icons/hicolor/32x32/apps/ktip.png share/icons/hicolor/32x32/apps/kwin.png share/icons/hicolor/32x32/apps/kwrite.png +share/icons/hicolor/32x32/apps/licq.png share/icons/hicolor/32x32/apps/locale.png share/icons/hicolor/32x32/apps/looknfeel.png +share/icons/hicolor/32x32/apps/lyx.png +share/icons/hicolor/32x32/apps/mathematica.png share/icons/hicolor/32x32/apps/mouse.png share/icons/hicolor/32x32/apps/multimedia.png +share/icons/hicolor/32x32/apps/nedit.png share/icons/hicolor/32x32/apps/netscape.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_games_arcade.png +share/icons/hicolor/32x32/apps/package_games_board.png +share/icons/hicolor/32x32/apps/package_games_card.png +share/icons/hicolor/32x32/apps/package_games_strategy.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 @@ -1774,44 +1837,41 @@ share/icons/hicolor/32x32/apps/package_toys.png share/icons/hicolor/32x32/apps/package_utilities.png share/icons/hicolor/32x32/apps/package_wordprocessing.png share/icons/hicolor/32x32/apps/password.png +share/icons/hicolor/32x32/apps/penguin.png +share/icons/hicolor/32x32/apps/personal.png +share/icons/hicolor/32x32/apps/plan.png +share/icons/hicolor/32x32/apps/printmgr.png share/icons/hicolor/32x32/apps/proxy.png share/icons/hicolor/32x32/apps/pybliographic.png +share/icons/hicolor/32x32/apps/pysol.png share/icons/hicolor/32x32/apps/realplayer.png +share/icons/hicolor/32x32/apps/samba.png share/icons/hicolor/32x32/apps/style.png +share/icons/hicolor/32x32/apps/stylesheet.png share/icons/hicolor/32x32/apps/terminal.png +share/icons/hicolor/32x32/apps/usb.png +share/icons/hicolor/32x32/apps/wabi.png share/icons/hicolor/32x32/apps/window_list.png share/icons/hicolor/32x32/apps/winprops.png +share/icons/hicolor/32x32/apps/wp.png +share/icons/hicolor/32x32/apps/x.png share/icons/hicolor/32x32/apps/xapp.png share/icons/hicolor/32x32/apps/xawtv.png +share/icons/hicolor/32x32/apps/xcalc.png +share/icons/hicolor/32x32/apps/xclipboard.png +share/icons/hicolor/32x32/apps/xclock.png +share/icons/hicolor/32x32/apps/xconsole.png share/icons/hicolor/32x32/apps/xedit.png share/icons/hicolor/32x32/apps/xemacs.png +share/icons/hicolor/32x32/apps/xeyes.png +share/icons/hicolor/32x32/apps/xfig.png +share/icons/hicolor/32x32/apps/xfmail.png +share/icons/hicolor/32x32/apps/xload.png share/icons/hicolor/32x32/apps/xmag.png +share/icons/hicolor/32x32/apps/xmms.png +share/icons/hicolor/32x32/apps/xosview.png +share/icons/hicolor/32x32/apps/xpaint.png share/icons/hicolor/32x32/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/32x32/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/32x32/devices/dvd_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/nfs_mount.png -share/icons/hicolor/32x32/devices/nfs_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/32x32/filesystems/file_important.png share/icons/hicolor/32x32/filesystems/folder_important.png share/icons/hicolor/48x48/apps/access.png @@ -1826,6 +1886,7 @@ share/icons/hicolor/48x48/apps/designer.png share/icons/hicolor/48x48/apps/emacs.png share/icons/hicolor/48x48/apps/email.png share/icons/hicolor/48x48/apps/energy.png +share/icons/hicolor/48x48/apps/energy_star.png share/icons/hicolor/48x48/apps/enhanced_browsing.png share/icons/hicolor/48x48/apps/filetypes.png share/icons/hicolor/48x48/apps/fonts.png @@ -1836,7 +1897,9 @@ share/icons/hicolor/48x48/apps/help_index.png share/icons/hicolor/48x48/apps/hwinfo.png share/icons/hicolor/48x48/apps/icons.png share/icons/hicolor/48x48/apps/iconthemes.png +share/icons/hicolor/48x48/apps/input_devices_settings.png share/icons/hicolor/48x48/apps/kappfinder.png +share/icons/hicolor/48x48/apps/kate.png share/icons/hicolor/48x48/apps/kcmdevices.png share/icons/hicolor/48x48/apps/kcmdrkonqi.png share/icons/hicolor/48x48/apps/kcmkwm.png @@ -1868,6 +1931,7 @@ share/icons/hicolor/48x48/apps/kthememgr.png share/icons/hicolor/48x48/apps/ktip.png share/icons/hicolor/48x48/apps/kwin.png share/icons/hicolor/48x48/apps/kwrite.png +share/icons/hicolor/48x48/apps/licq.png share/icons/hicolor/48x48/apps/locale.png share/icons/hicolor/48x48/apps/looknfeel.png share/icons/hicolor/48x48/apps/mouse.png @@ -1878,6 +1942,10 @@ 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_games_arcade.png +share/icons/hicolor/48x48/apps/package_games_board.png +share/icons/hicolor/48x48/apps/package_games_card.png +share/icons/hicolor/48x48/apps/package_games_strategy.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 @@ -1887,321 +1955,24 @@ share/icons/hicolor/48x48/apps/package_toys.png share/icons/hicolor/48x48/apps/package_utilities.png share/icons/hicolor/48x48/apps/package_wordprocessing.png share/icons/hicolor/48x48/apps/password.png +share/icons/hicolor/48x48/apps/personal.png share/icons/hicolor/48x48/apps/proxy.png share/icons/hicolor/48x48/apps/remote.png share/icons/hicolor/48x48/apps/samba.png share/icons/hicolor/48x48/apps/style.png +share/icons/hicolor/48x48/apps/stylesheet.png share/icons/hicolor/48x48/apps/terminal.png +share/icons/hicolor/48x48/apps/usb.png share/icons/hicolor/48x48/apps/window_list.png share/icons/hicolor/48x48/apps/winprops.png share/icons/hicolor/48x48/apps/xedit.png share/icons/hicolor/48x48/apps/xemacs.png share/icons/hicolor/48x48/apps/xmag.png share/icons/hicolor/48x48/apps/xv.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/cdaudio_mount.png -share/icons/hicolor/48x48/devices/cdaudio_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/dvd_mount.png -share/icons/hicolor/48x48/devices/dvd_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/nfs_mount.png -share/icons/hicolor/48x48/devices/nfs_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/hicolor/48x48/filesystems/file_important.png share/icons/hicolor/48x48/filesystems/folder_important.png -share/icons/locolor/16x16/actions/bookmark_folder.png -share/icons/locolor/16x16/actions/view_choose.png -share/icons/locolor/16x16/actions/view_detailed.png -share/icons/locolor/16x16/actions/view_icon.png -share/icons/locolor/16x16/actions/view_multicolumn.png -share/icons/locolor/16x16/actions/view_text.png -share/icons/locolor/16x16/actions/view_tree.png -share/icons/locolor/16x16/apps/access.png -share/icons/locolor/16x16/apps/acroread.png -share/icons/locolor/16x16/apps/agent.png -share/icons/locolor/16x16/apps/alevt.png -share/icons/locolor/16x16/apps/applixware.png -share/icons/locolor/16x16/apps/arts.png -share/icons/locolor/16x16/apps/background.png share/icons/locolor/16x16/apps/bell.png -share/icons/locolor/16x16/apps/blender.png -share/icons/locolor/16x16/apps/clock.png -share/icons/locolor/16x16/apps/colors.png -share/icons/locolor/16x16/apps/cookie.png -share/icons/locolor/16x16/apps/date.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/enhanced_browsing.png -share/icons/locolor/16x16/apps/filetypes.png -share/icons/locolor/16x16/apps/fonts.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/help_index.png -share/icons/locolor/16x16/apps/hwinfo.png -share/icons/locolor/16x16/apps/icons.png -share/icons/locolor/16x16/apps/iconthemes.png -share/icons/locolor/16x16/apps/input_devices_settings.png -share/icons/locolor/16x16/apps/kappfinder.png -share/icons/locolor/16x16/apps/kcmdevices.png -share/icons/locolor/16x16/apps/kcmdrkonqi.png -share/icons/locolor/16x16/apps/kcmkicker.png -share/icons/locolor/16x16/apps/kcmkwm.png -share/icons/locolor/16x16/apps/kcmmemory.png -share/icons/locolor/16x16/apps/kcmmidi.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/kcmsystem.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/keditbookmarks.png -share/icons/locolor/16x16/apps/key_bindings.png -share/icons/locolor/16x16/apps/keyboard.png -share/icons/locolor/16x16/apps/keyboard_layout.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/kicker.png -share/icons/locolor/16x16/apps/klipper.png -share/icons/locolor/16x16/apps/kmenuedit.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/kpager.png -share/icons/locolor/16x16/apps/kscreensaver.png -share/icons/locolor/16x16/apps/ksysguard.png -share/icons/locolor/16x16/apps/kthememgr.png -share/icons/locolor/16x16/apps/ktip.png -share/icons/locolor/16x16/apps/kwin.png -share/icons/locolor/16x16/apps/kwrite.png -share/icons/locolor/16x16/apps/locale.png -share/icons/locolor/16x16/apps/looknfeel.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/mozilla.png -share/icons/locolor/16x16/apps/multimedia.png -share/icons/locolor/16x16/apps/nedit.png -share/icons/locolor/16x16/apps/netscape.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/password.png -share/icons/locolor/16x16/apps/penguin.png -share/icons/locolor/16x16/apps/plan.png -share/icons/locolor/16x16/apps/proxy.png -share/icons/locolor/16x16/apps/pybliographic.png -share/icons/locolor/16x16/apps/realplayer.png -share/icons/locolor/16x16/apps/remote.png -share/icons/locolor/16x16/apps/samba.png -share/icons/locolor/16x16/apps/style.png -share/icons/locolor/16x16/apps/terminal.png -share/icons/locolor/16x16/apps/wabi.png -share/icons/locolor/16x16/apps/window_list.png -share/icons/locolor/16x16/apps/winprops.png -share/icons/locolor/16x16/apps/wp.png -share/icons/locolor/16x16/apps/xapp.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/xmag.png -share/icons/locolor/16x16/apps/xosview.png -share/icons/locolor/16x16/apps/xpaint.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/access.png -share/icons/locolor/32x32/apps/acroread.png -share/icons/locolor/32x32/apps/agent.png -share/icons/locolor/32x32/apps/alevt.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/blender.png -share/icons/locolor/32x32/apps/clanbomber.png -share/icons/locolor/32x32/apps/clock.png -share/icons/locolor/32x32/apps/colors.png -share/icons/locolor/32x32/apps/cookie.png -share/icons/locolor/32x32/apps/date.png -share/icons/locolor/32x32/apps/dlgedit.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/enhanced_browsing.png -share/icons/locolor/32x32/apps/error.png -share/icons/locolor/32x32/apps/filetypes.png -share/icons/locolor/32x32/apps/fonts.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/help_index.png -share/icons/locolor/32x32/apps/hwinfo.png -share/icons/locolor/32x32/apps/icons.png -share/icons/locolor/32x32/apps/iconthemes.png -share/icons/locolor/32x32/apps/input_devices_settings.png -share/icons/locolor/32x32/apps/kappfinder.png -share/icons/locolor/32x32/apps/kcmdevices.png -share/icons/locolor/32x32/apps/kcmdrkonqi.png -share/icons/locolor/32x32/apps/kcmkicker.png -share/icons/locolor/32x32/apps/kcmkwm.png -share/icons/locolor/32x32/apps/kcmmemory.png -share/icons/locolor/32x32/apps/kcmmidi.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/kcmsystem.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/key_bindings.png -share/icons/locolor/32x32/apps/keyboard.png -share/icons/locolor/32x32/apps/keyboard_layout.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/klipper.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/kpager.png -share/icons/locolor/32x32/apps/kscreensaver.png -share/icons/locolor/32x32/apps/ksysguard.png -share/icons/locolor/32x32/apps/kthememgr.png -share/icons/locolor/32x32/apps/ktip.png -share/icons/locolor/32x32/apps/kwin.png -share/icons/locolor/32x32/apps/kwrite.png -share/icons/locolor/32x32/apps/locale.png -share/icons/locolor/32x32/apps/looknfeel.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/multimedia.png -share/icons/locolor/32x32/apps/nedit.png -share/icons/locolor/32x32/apps/netscape.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/plan.png -share/icons/locolor/32x32/apps/proxy.png -share/icons/locolor/32x32/apps/pybliographic.png -share/icons/locolor/32x32/apps/pysol.png -share/icons/locolor/32x32/apps/realplayer.png -share/icons/locolor/32x32/apps/samba.png -share/icons/locolor/32x32/apps/style.png -share/icons/locolor/32x32/apps/terminal.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/xapp.png -share/icons/locolor/32x32/apps/xawtv.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/xload.png -share/icons/locolor/32x32/apps/xmag.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/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 @@ -2216,6 +1987,8 @@ 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/az/entry.desktop +share/locale/l10n/az/flag.png share/locale/l10n/bb/entry.desktop share/locale/l10n/bb/flag.png share/locale/l10n/be/entry.desktop @@ -2299,9 +2072,10 @@ share/locale/l10n/lv/entry.desktop share/locale/l10n/lv/flag.png share/locale/l10n/mk/entry.desktop share/locale/l10n/mk/flag.png +share/locale/l10n/mt/entry.desktop +share/locale/l10n/mt/flag.png share/locale/l10n/mx/entry.desktop share/locale/l10n/mx/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 @@ -2358,20 +2132,23 @@ share/locale/l10n/westeurope.desktop share/locale/l10n/za/entry.desktop share/locale/l10n/za/flag.png share/mimelnk/application/x-konsole.desktop +share/mimelnk/application/x-ksysguard.desktop share/mimelnk/application/x-ktheme.desktop share/services/bzip.protocol share/services/bzip2.protocol share/services/finger.protocol share/services/floppy.protocol share/services/gopher.protocol +share/services/gsthumbnail.desktop share/services/gzip.protocol -share/services/help.protocol share/services/htmlthumbnail.desktop share/services/imagethumbnail.desktop share/services/imap4.protocol share/services/imaps.protocol share/services/info.protocol share/services/kaccess.desktop +share/services/kate_component.desktop +share/services/kded/favicons.desktop share/services/kfindpart.desktop share/services/khelpcenter.desktop share/services/konq_aboutpage.desktop @@ -2379,6 +2156,7 @@ share/services/konq_detailedlistview.desktop share/services/konq_dirtree.desktop share/services/konq_iconview.desktop share/services/konq_multicolumnview.desktop +share/services/konq_sidebartng.desktop share/services/konq_textview.desktop share/services/konq_treeview.desktop share/services/konqueror.desktop @@ -2416,17 +2194,37 @@ share/services/searchproviders/realnames.desktop share/services/searchproviders/rpmfind.desktop share/services/searchproviders/seek.desktop share/services/searchproviders/thesaurus.desktop +share/services/searchproviders/vivisimo.desktop share/services/searchproviders/voila.desktop share/services/searchproviders/webster.desktop +share/services/searchproviders/whatis.desktop share/services/smb.protocol -share/services/smtp.protocol share/services/tar.protocol share/services/textthumbnail.desktop share/services/thumbnail.protocol +share/services/useragentstrings/ie401onwinnt4.desktop +share/services/useragentstrings/ie45onwinnt5.desktop +share/services/useragentstrings/ie501onwinnt5.desktop +share/services/useragentstrings/ie50onppc.desktop +share/services/useragentstrings/ie50onwin95.desktop +share/services/useragentstrings/ie55onwin98.desktop +share/services/useragentstrings/ie55onwinnt5.desktop +share/services/useragentstrings/lynxoncurrent.desktop +share/services/useragentstrings/mozm18oncurrent.desktop +share/services/useragentstrings/mozm18onwinnt4.desktop +share/services/useragentstrings/nn301oncurrent.desktop +share/services/useragentstrings/nn475oncurrent.desktop +share/services/useragentstrings/nn475onwin95.desktop +share/services/useragentstrings/nn476onppc.desktop +share/services/useragentstrings/op403onwinnt4.desktop +share/services/useragentstrings/w3moncurrent.desktop +share/services/useragentstrings/wgetoncurrent.desktop share/servicetypes/findpart.desktop +share/servicetypes/kate_servicetype.desktop share/servicetypes/konqaboutpage.desktop share/servicetypes/searchprovider.desktop share/servicetypes/thumbcreator.desktop +share/servicetypes/uasprovider.desktop share/sounds/KDE_Beep_Ahem.wav share/sounds/KDE_Beep_Beep.wav share/sounds/KDE_Beep_Bottles.wav @@ -2441,12 +2239,28 @@ share/sounds/KDE_Beep_RimShot.wav share/sounds/KDE_Beep_RingRing.wav share/sounds/KDE_Beep_ShortBeep.wav share/sounds/KDE_Beep_Yo.wav +share/sounds/KDE_Click.wav share/sounds/KDE_Close_Window.wav +share/sounds/KDE_Critical_Error.wav +share/sounds/KDE_Desktop1.wav +share/sounds/KDE_Desktop2.wav +share/sounds/KDE_Desktop3.wav +share/sounds/KDE_Desktop4.wav +share/sounds/KDE_Desktop5.wav +share/sounds/KDE_Desktop6.wav +share/sounds/KDE_Desktop7.wav +share/sounds/KDE_Desktop8.wav +share/sounds/KDE_Dialog_Appear.wav +share/sounds/KDE_Dialog_Disappear.wav +share/sounds/KDE_Error.wav share/sounds/KDE_Logout.wav +share/sounds/KDE_Notify.wav share/sounds/KDE_Startup.wav +share/sounds/KDE_Window_Close.wav share/sounds/KDE_Window_DeIconify.wav share/sounds/KDE_Window_Iconify.wav share/sounds/KDE_Window_Maximize.wav +share/sounds/KDE_Window_Open.wav share/sounds/KDE_Window_Shade_Down.wav share/sounds/KDE_Window_Shade_Up.wav share/sounds/KDE_Window_Sticky.wav @@ -2455,6 +2269,7 @@ share/sounds/KDE_Window_UnSticky.wav share/sounds/pop.wav share/templates/.source/CDROM-Device.desktop share/templates/.source/Floppy.desktop +share/templates/.source/HD.desktop share/templates/.source/HTMLFile.html share/templates/.source/Program.desktop share/templates/.source/TextFile.txt @@ -2464,6 +2279,7 @@ share/templates/HTMLFile.desktop share/templates/TextFile.desktop share/templates/linkCDROM.desktop share/templates/linkFloppy.desktop +share/templates/linkHD.desktop share/templates/linkProgram.desktop share/templates/linkURL.desktop share/wallpapers/All-Good-People-1.jpg @@ -2488,6 +2304,7 @@ share/wallpapers/Whirling_Spirit.jpg share/wallpapers/Won-Ton-Soup-3.jpg share/wallpapers/blue_angle_swirl.jpg share/wallpapers/bluegreencrisscross.jpg +share/wallpapers/default_blue.jpg share/wallpapers/gold_crinkle.jpg share/wallpapers/kdm_bg.jpg share/wallpapers/northbeach.jpg @@ -2495,11 +2312,15 @@ share/wallpapers/simple_wallpaper.jpg share/wallpapers/sunday_brunch.jpg share/wallpapers/vegetative_fog.jpg @dirrm share/wallpapers -@dirrm share/templates/.source/emptydir @dirrm share/templates/.source @dirrm share/templates @dirrm share/sounds +@dirrm share/servicetypes +@dirrm share/services/useragentstrings @dirrm share/services/searchproviders +@dirrm share/services/kded +@dirrm share/services +@dirrm share/mimelnk/application @dirrm share/locale/l10n/za @dirrm share/locale/l10n/ve @dirrm share/locale/l10n/vc @@ -2526,6 +2347,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/no @dirrm share/locale/l10n/nl @dirrm share/locale/l10n/mx +@dirrm share/locale/l10n/mt @dirrm share/locale/l10n/mk @dirrm share/locale/l10n/lv @dirrm share/locale/l10n/lu @@ -2566,6 +2388,7 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/bg @dirrm share/locale/l10n/be @dirrm share/locale/l10n/bb +@dirrm share/locale/l10n/az @dirrm share/locale/l10n/au @dirrm share/locale/l10n/at @dirrm share/locale/l10n/ar @@ -2573,16 +2396,18 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/locale/l10n/C @dirrm share/locale/l10n @dirrm share/locale/C -@dirrm share/icons/locolor/32x32/devices +@dirrm share/locale @dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/16x16/devices @dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/hicolor/48x48/devices +@dirrm share/icons/hicolor/48x48/filesystems @dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/32x32/devices +@dirrm share/icons/hicolor/32x32/filesystems @dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/16x16/devices +@dirrm share/icons/hicolor/32x32/actions +@dirrm share/icons/hicolor/22x22/actions +@dirrm share/icons/hicolor/16x16/filesystems @dirrm share/icons/hicolor/16x16/apps +@dirrm share/icons/hicolor/16x16/actions @dirrm share/fonts/override @dirrm share/fonts @dirrm share/doc/HTML/en/kwrite @@ -2592,69 +2417,77 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/doc/HTML/en/konqueror @dirrm share/doc/HTML/en/kmenuedit @dirrm share/doc/HTML/en/klipper +@dirrm share/doc/HTML/en/kioslave @dirrm share/doc/HTML/en/kicker @dirrm share/doc/HTML/en/khelpcenter/visualdict @dirrm share/doc/HTML/en/khelpcenter/userguide @dirrm share/doc/HTML/en/khelpcenter/quickstart +@dirrm share/doc/HTML/en/khelpcenter/glossary @dirrm share/doc/HTML/en/khelpcenter/faq @dirrm share/doc/HTML/en/khelpcenter @dirrm share/doc/HTML/en/kdm @dirrm share/doc/HTML/en/kdesu +@dirrm share/doc/HTML/en/kdeprint @dirrm share/doc/HTML/en/kdebugdialog @dirrm share/doc/HTML/en/kcontrol +@dirrm share/doc/HTML/en/kate +@dirrm share/doc/HTML/en/kaddressbook +@dirrm share/doc/HTML/en +@dirrm share/config/kdm +@dirrm share/config @dirrm share/autostart @dirrm share/apps/naughtyapplet/pics @dirrm share/apps/naughtyapplet @dirrm share/apps/kwrite @dirrm share/apps/kwin/pics +@dirrm share/apps/kwin/icewm-themes @dirrm share/apps/kwin @dirrm share/apps/kthememgr/Themes @dirrm share/apps/kthememgr -@dirrm share/apps/ksysguard/icons/locolor/16x16/apps -@dirrm share/apps/ksysguard/icons/locolor/16x16 -@dirrm share/apps/ksysguard/icons/locolor -@dirrm share/apps/ksysguard/icons +@dirrm share/apps/ksysguard/pics @dirrm share/apps/ksysguard @dirrm share/apps/ksplash/pics/locolor @dirrm share/apps/ksplash/pics @dirrm share/apps/ksplash @dirrm share/apps/kscreensaver +@dirrm share/apps/kpersonalizer/pics +@dirrm share/apps/kpersonalizer @dirrm share/apps/konsole/pics @dirrm share/apps/konsole @dirrm share/apps/konqueror/tiles @dirrm share/apps/konqueror/profiles @dirrm share/apps/konqueror/pics -@dirrm share/apps/konqueror/icons/locolor/16x16/actions -@dirrm share/apps/konqueror/icons/locolor/16x16 -@dirrm share/apps/konqueror/icons/locolor -@dirrm share/apps/konqueror/icons/hicolor/32x32/actions -@dirrm share/apps/konqueror/icons/hicolor/32x32 -@dirrm share/apps/konqueror/icons/hicolor/22x22/actions -@dirrm share/apps/konqueror/icons/hicolor/22x22 @dirrm share/apps/konqueror/icons/hicolor/16x16/actions @dirrm share/apps/konqueror/icons/hicolor/16x16 -@dirrm share/apps/konqueror/icons/hicolor -@dirrm share/apps/konqueror/icons +@dirrm share/apps/konqueror/dirtree/services @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/about @dirrm share/apps/konqueror +@dirrm share/apps/konqsidebartng/virtual_folders/services +@dirrm share/apps/konqsidebartng/virtual_folders/remote/web +@dirrm share/apps/konqsidebartng/virtual_folders/remote/ftp +@dirrm share/apps/konqsidebartng/virtual_folders/remote +@dirrm share/apps/konqsidebartng/virtual_folders +@dirrm share/apps/konqsidebartng/entries +@dirrm share/apps/konqsidebartng/dirtree +@dirrm share/apps/konqsidebartng/add +@dirrm share/apps/konqsidebartng @dirrm share/apps/konqlistview/kpartplugins @dirrm share/apps/konqlistview @dirrm share/apps/konqiconview/kpartplugins @dirrm share/apps/konqiconview @dirrm share/apps/kmenuedit/icons/locolor/16x16/actions @dirrm share/apps/kmenuedit/icons/locolor/16x16 -@dirrm share/apps/kmenuedit/icons/locolor @dirrm share/apps/kmenuedit/icons/hicolor/32x32/actions @dirrm share/apps/kmenuedit/icons/hicolor/32x32 @dirrm share/apps/kmenuedit/icons/hicolor/22x22/actions @dirrm share/apps/kmenuedit/icons/hicolor/22x22 -@dirrm share/apps/kmenuedit/icons/hicolor -@dirrm share/apps/kmenuedit/icons @dirrm share/apps/kmenuedit +@dirrm share/apps/kjobviewer +@dirrm share/apps/kioslave @dirrm share/apps/kio_info @dirrm share/apps/kio_finger @dirrm share/apps/kicker/wallpapers @@ -2662,28 +2495,16 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kicker/pics @dirrm share/apps/kicker/icons/locolor/16x16/actions @dirrm share/apps/kicker/icons/locolor/16x16 -@dirrm share/apps/kicker/icons/locolor @dirrm share/apps/kicker/icons/hicolor/16x16/actions @dirrm share/apps/kicker/icons/hicolor/16x16 -@dirrm share/apps/kicker/icons/hicolor -@dirrm share/apps/kicker/icons @dirrm share/apps/kicker/extensions @dirrm share/apps/kicker/applets @dirrm share/apps/kicker @dirrm share/apps/khelpcenter/plugins/Tutorials @dirrm share/apps/khelpcenter/plugins -@dirrm share/apps/khelpcenter/pics -@dirrm share/apps/khelpcenter/icons/locolor/16x16/apps -@dirrm share/apps/khelpcenter/icons/locolor/16x16 -@dirrm share/apps/khelpcenter/icons/locolor -@dirrm share/apps/khelpcenter/icons -@dirrm share/apps/khelpcenter/en @dirrm share/apps/khelpcenter @dirrm share/apps/kfind/icons/locolor/22x22/actions @dirrm share/apps/kfind/icons/locolor/22x22 -@dirrm share/apps/kfind/icons/locolor -@dirrm share/apps/kfind/icons -@dirrm share/apps/kfind @dirrm share/apps/keditbookmarks @dirrm share/apps/kdm/pics/users @dirrm share/apps/kdm/pics @@ -2698,40 +2519,78 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/apps/kdesktop/patterns @dirrm share/apps/kdesktop/DesktopLinks @dirrm share/apps/kdesktop +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16/actions +@dirrm share/apps/kdeprintfax/icons/hicolor/16x16 +@dirrm share/apps/kdeprintfax/icons/hicolor +@dirrm share/apps/kdeprintfax/icons +@dirrm share/apps/kdeprintfax @dirrm share/apps/kdcop @dirrm share/apps/kcontrol/pics @dirrm share/apps/kcontrol +@dirrm share/apps/kconf_update +@dirrm share/apps/kcmusb @dirrm share/apps/kcmlocale/pics @dirrm share/apps/kcmlocale @dirrm share/apps/kcmkeys/standard +@dirrm share/apps/kcmkeys/global @dirrm share/apps/kcmkeys +@dirrm share/apps/kcminput/pics @dirrm share/apps/kcminput +@dirrm share/apps/kcmcss @dirrm share/apps/kbookmark +@dirrm share/apps/kate/syntax +@dirrm share/apps/kate/pics +@dirrm share/apps/kate/icons/locolor/22x22/actions +@dirrm share/apps/kate/icons/locolor/22x22 +@dirrm share/apps/kate/icons/locolor/16x16/actions +@dirrm share/apps/kate/icons/locolor/16x16 +@dirrm share/apps/kate/icons/locolor +@dirrm share/apps/kate/icons/hicolor/48x48/actions +@dirrm share/apps/kate/icons/hicolor/48x48 +@dirrm share/apps/kate/icons/hicolor/32x32/actions +@dirrm share/apps/kate/icons/hicolor/32x32 +@dirrm share/apps/kate/icons/hicolor/22x22/actions +@dirrm share/apps/kate/icons/hicolor/22x22 +@dirrm share/apps/kate/icons/hicolor/16x16/actions +@dirrm share/apps/kate/icons/hicolor/16x16 +@dirrm share/apps/kate/icons/hicolor +@dirrm share/apps/kate/icons +@dirrm share/apps/kate @dirrm share/apps/kappfinder/apps/WordProcessing @dirrm share/apps/kappfinder/apps/Utilities/XUtilities @dirrm share/apps/kappfinder/apps/Utilities @dirrm share/apps/kappfinder/apps/Toys +@dirrm share/apps/kappfinder/apps/System/Terminal @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/Terminal @dirrm share/apps/kappfinder/apps/Internet @dirrm share/apps/kappfinder/apps/Graphics +@dirrm share/apps/kappfinder/apps/Games/TacticStrategy +@dirrm share/apps/kappfinder/apps/Games/Emulators +@dirrm share/apps/kappfinder/apps/Games/Card +@dirrm share/apps/kappfinder/apps/Games/Board +@dirrm share/apps/kappfinder/apps/Games/Arcade @dirrm share/apps/kappfinder/apps/Games @dirrm share/apps/kappfinder/apps/Editors @dirrm share/apps/kappfinder/apps/Development @dirrm share/apps/kappfinder/apps -@dirrm share/apps/kappfinder +@dirrm share/apps/kaddressbook/pics +@dirrm share/apps/kaddressbook @dirrm share/apps/drkonqi/presets @dirrm share/apps/drkonqi/pics @dirrm share/apps/drkonqi/debuggers @dirrm share/apps/drkonqi @dirrm share/apps/clockapplet/pics @dirrm share/apps/clockapplet +@dirrm share/applnk/ksysguard @dirrm share/applnk/WordProcessing @dirrm share/applnk/Utilities/XUtilities @dirrm share/applnk/Utilities @dirrm share/applnk/Toys +@dirrm share/applnk/System/Terminal @dirrm share/applnk/System/ScreenSavers @dirrm share/applnk/System @dirrm share/applnk/Settings/WebBrowsing @@ -2748,15 +2607,22 @@ share/wallpapers/vegetative_fog.jpg @dirrm share/applnk/Settings/Information @dirrm share/applnk/Settings/Help @dirrm share/applnk/Settings/FileBrowsing +@dirrm share/applnk/Settings/Databases @dirrm share/applnk/Settings @dirrm share/applnk/Office @dirrm share/applnk/Multimedia +@dirrm share/applnk/Internet/Terminal @dirrm share/applnk/Internet @dirrm share/applnk/Graphics +@dirrm share/applnk/Games/TacticStrategy +@dirrm share/applnk/Games/Card +@dirrm share/applnk/Games/Board +@dirrm share/applnk/Games/Arcade @dirrm share/applnk/Games @dirrm share/applnk/Editors @dirrm share/applnk/Development @dirrm share/applnk/Applications @dirrm share/applnk/.hidden -@dirrm share/applnk +@dirrm lib/kde2 @dirrm include/kwin +@dirrm include/kate diff --git a/x11/kdelibs11/pkg-req b/x11/kdelibs11/pkg-req new file mode 100644 index 000000000000..2f549d6c3d69 --- /dev/null +++ b/x11/kdelibs11/pkg-req @@ -0,0 +1,7 @@ +#!/bin/sh +if [ -f /usr/local/include/kwin.h ]; then +echo <<EOF +You have KDE2 headers installed! Installing this package +will result in conflicts between KDE2 and KDE1. +EOF +fi diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 07d9614b8745..f869db03e40a 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdelibs -PORTVERSION= 2.1.2 +PORTVERSION= 2.2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/src @@ -15,7 +15,10 @@ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ - mimelib.3:${PORTSDIR}/converters/kdesupport2 + fam.0:${PORTSDIR}/devel/fam \ + cups.2:${PORTSDIR}/print/cups \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ + bz2.1:${PORTSDIR}/archivers/bzip2 USE_OPENSSL= yes USE_QT_VER= 2 @@ -24,6 +27,8 @@ SOMINOR= 0 USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-cups --disable-ltdl-install \ + --enable-debug --disable-final .if ${MACHINE_ARCH} == "alpha" CFLAGS= -O0 ${KDE_CFLAGS} @@ -31,7 +36,7 @@ CFLAGS= -O0 ${KDE_CFLAGS} USE_GMAKE= yes MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" -PLIST_SUB+= LIBVER="${SOMAJOR}" RM="${RM}" +PLIST_SUB+= LIBVER="${SOMAJOR}" LDCONFIG="${LDCONFIG}" .include <bsd.port.pre.mk> @@ -46,14 +51,28 @@ pre-fetch: @${ECHO} "then KDE2 will not build with SSL support." @${ECHO} .endif +.if exists(${LOCALBASE}/include/kfm.h) + @${ECHO} + @${ECHO} " NOTICE" + @${ECHO} + @${ECHO} "You have KDE1 headers installed! Installing this port" + @${ECHO} "will result in conflicts between KDE2 and KDE1!" + @${ECHO} + @${FALSE} +.endif pre-configure: - ${PERL} -pi -e "s@-O2@-O0@g" ${WRKSRC}/configure + ${PERL} -pi -e "s@-O2@-O0@g; s@\"-lfam@\"-L${LOCALBASE}/lib -lfam@g" ${WRKSRC}/configure + ${PERL} -pi -e "s@kspell api@@g" ${WRKSRC}/doc/Makefile.in (find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi.orig -e \ "s@version-info 1:0@version-info ${SOMAJOR}:${SOMINOR}@g; \ s@version-info 3:0@version-info ${SOMAJOR}:${SOMINOR}@g") +post-configure: + ${PERL} -pi -e "s@-D_PTH_H_ -D_PTH_PTHREAD_H_@@g" ${WRKSRC}/arts/mcop_mt/Makefile + post-install: + ${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/kdelibs.sh > ${PREFIX}/etc/rc.d/kdelibs.sh .for LIB in DCOP kab kdecore kdesu kdeui kfile kformula kio kjs \ kparts kspell ksycoca kjava @${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${SOMAJOR} ${PREFIX}/lib/lib${LIB}.so diff --git a/x11/kdelibs2/distinfo b/x11/kdelibs2/distinfo index 33a18bf1202a..104fb15bd6e3 100644 --- a/x11/kdelibs2/distinfo +++ b/x11/kdelibs2/distinfo @@ -1 +1 @@ -MD5 (kdelibs-2.1.2.tar.bz2) = 7da819efb418b4ebae65a1ea5ed0ba5c +MD5 (kdelibs-2.2.tar.bz2) = 2aca0c00143f4f7bc1ee7afdbe892912 diff --git a/x11/kdelibs2/files/kdelibs.sh b/x11/kdelibs2/files/kdelibs.sh new file mode 100644 index 000000000000..737bab123af7 --- /dev/null +++ b/x11/kdelibs2/files/kdelibs.sh @@ -0,0 +1,3 @@ +#!/bin/sh +PREFIX=%%PREFIX%% +ldconfig -m $PREFIX/lib/kde2 diff --git a/x11/kdelibs2/pkg-plist b/x11/kdelibs2/pkg-plist index e822ef9b1865..5970351a6945 100644 --- a/x11/kdelibs2/pkg-plist +++ b/x11/kdelibs2/pkg-plist @@ -1,15 +1,22 @@ +@exec %%LDCONFIG%% -m %D/lib/kde2 bin/artsc-config bin/artscat bin/artsd bin/artsdsp +bin/artsmessage bin/artsplay bin/artsshell bin/artswrapper +bin/checkXML +bin/cupsdconf +bin/cupsdoprint bin/dcop bin/dcopidl bin/dcopidl2cpp bin/dcopserver +bin/imagetops bin/kbuildsycoca +bin/kconf_update bin/kcookiejar bin/kdb2html bin/kde-config @@ -18,19 +25,32 @@ bin/kdeinit bin/kdeinit_shutdown bin/kdeinit_wrapper bin/kdesu_stub +bin/kdontchangethehostname bin/kio_http_cache_cleaner bin/kio_uiserver bin/klauncher bin/kmailservice bin/knotify +bin/kpac_dhcp_helper bin/ksendbugmail +bin/kshell +bin/kwrapper bin/lnusertemp +bin/make_driver_db_cups +bin/make_driver_db_lpd bin/mcopidl +bin/meinproc +bin/preparetips bin/settheme +bin/xml2man +bin/xmlizer +etc/rc.d/kdelibs.sh include/addressbook.h include/arts/anyref.h include/arts/artsflow.h include/arts/artsflow.idl +include/arts/artskde.h +include/arts/artsversion.h include/arts/asyncstream.h include/arts/audioio.h include/arts/audiosubsys.h @@ -43,10 +63,13 @@ include/arts/connection.h include/arts/convert.h include/arts/core.h include/arts/core.idl +include/arts/cpuinfo.h include/arts/datapacket.h include/arts/debug.h +include/arts/delayedreturn.h include/arts/dispatcher.h include/arts/dynamicrequest.h +include/arts/dynamicskeleton.h include/arts/extensionloader.h include/arts/factory.h include/arts/fft.h @@ -54,8 +77,12 @@ include/arts/flowsystem.h include/arts/idlfilereg.h include/arts/ifacerepo_impl.h include/arts/iomanager.h +include/arts/kartsdispatcher.h +include/arts/kartsfloatwatch.h include/arts/kmedia2.h include/arts/kmedia2.idl +include/arts/kplayobject.h +include/arts/kplayobjectfactory.h include/arts/mcopconfig.h include/arts/mcoputils.h include/arts/notification.h @@ -75,6 +102,7 @@ include/arts/stdsynthmodule.h include/arts/synthschedule.h include/arts/tcpconnection.h include/arts/tcpserver.h +include/arts/thread.h include/arts/type.h include/arts/unixconnection.h include/arts/unixserver.h @@ -89,8 +117,10 @@ include/defaultprogress.h include/dom/css_rule.h include/dom/css_stylesheet.h include/dom/css_value.h +include/dom/dom2_events.h include/dom/dom2_range.h include/dom/dom2_traversal.h +include/dom/dom2_views.h include/dom/dom_core.h include/dom/dom_doc.h include/dom/dom_element.h @@ -119,15 +149,19 @@ include/kaboutdata.h include/kaboutdialog.h include/kaboutkde.h include/kaccel.h +include/kaccelgen.h include/kaccelmenu.h include/kaction.h include/kallocator.h include/kalphapainter.h include/kanimwidget.h include/kapp.h +include/karrowbutton.h +include/kasyncio.h include/kaudioplayer.h include/kauthicon.h include/kautomount.h +include/kbufferedio.h include/kbugreport.h include/kbuttonbox.h include/kcharselect.h @@ -156,13 +190,21 @@ include/kcursor.h include/kdatastream.h include/kdatepik.h include/kdatetbl.h +include/kdatewidget.h include/kdbtn.h include/kdcopactionproxy.h include/kdcoppropertyproxy.h include/kde.pot include/kde_dmalloc.h include/kdebug.h +include/kdedmodule.h +include/kdeprint/kmjobviewer.h +include/kdeprint/kmmainview.h +include/kdeprint/kmprinterpage.h +include/kdeprint/kpreloadobject.h +include/kdeprint/kprintdialogpage.h include/kdesktopfile.h +include/kdesktopwidget.h include/kdestyle.h include/kdesu/client.h include/kdesu/defaults.h @@ -190,6 +232,7 @@ include/keditcl.h include/keditlistbox.h include/kedittoolbar.h include/kemailsettings.h +include/kextsock.h include/kfile.h include/kfilebookmark.h include/kfiledetailview.h @@ -203,6 +246,7 @@ include/kfileview.h include/kfileviewitem.h include/kfilterbase.h include/kfilterdev.h +include/kfontcombo.h include/kfontdialog.h include/kglobal.h include/kglobalaccel.h @@ -219,6 +263,7 @@ include/kiconloader.h include/kicontheme.h include/kiconview.h include/kimageeffect.h +include/kimagefilepreview.h include/kimageio.h include/kinstance.h include/kio/authinfo.h @@ -227,6 +272,8 @@ include/kio/connection.h include/kio/defaultprogress.h include/kio/file.h include/kio/global.h +include/kio/http_slave_defaults.h +include/kio/ioslave_defaults.h include/kio/job.h include/kio/jobclasses.h include/kio/kmdbase.h @@ -236,13 +283,15 @@ include/kio/netaccess.h include/kio/observer.h include/kio/passdlg.h include/kio/paste.h +include/kio/previewjob.h include/kio/progressbase.h include/kio/renamedlg.h -include/kio/sasl/saslcontext.h -include/kio/sasl/saslmodule.h +include/kio/scheduler.h +include/kio/sessiondata.h include/kio/skipdlg.h include/kio/slave.h include/kio/slavebase.h +include/kio/slaveconfig.h include/kio/slaveinterface.h include/kio/statusbarprogress.h include/kio/tcpslavebase.h @@ -271,6 +320,7 @@ include/klistbox.h include/klistview.h include/klocale.h include/kmainwindow.h +include/kmdcodec.h include/kmenubar.h include/kmessagebox.h include/kmimemagic.h @@ -279,12 +329,14 @@ include/kmimetype.h include/knotifyclient.h include/knuminput.h include/knumvalidator.h +include/kopenssl.h include/kopenwith.h include/kpalette.h include/kpanelapplet.h include/kpanelextension.h include/kpanelmenu.h include/kparts/browserextension.h +include/kparts/browserinterface.h include/kparts/dockmainwindow.h include/kparts/event.h include/kparts/factory.h @@ -300,6 +352,8 @@ include/kpixmapio.h include/kpixmapprovider.h include/kpixmapsplitter.h include/kpopupmenu.h +include/kpreviewwidgetbase.h +include/kprinter.h include/kprocctrl.h include/kprocess.h include/kprocio.h @@ -318,7 +372,10 @@ include/krootprop.h include/kruler.h include/krun.h include/ksavefile.h +include/kscan.h include/ksconfig.h +include/kscreensaver.h +include/kscreensaver_vroot.h include/kselect.h include/kseparator.h include/kservice.h @@ -330,10 +387,15 @@ include/kshellcompletion.h include/kshred.h include/ksimpleconfig.h include/ksock.h +include/ksockaddr.h +include/ksocks.h include/kspell.h include/kspelldlg.h include/ksqueezedtextlabel.h include/kssl.h +include/ksslall.h +include/ksslcertchain.h +include/ksslcertdlg.h include/ksslcertificate.h include/ksslcertificatecache.h include/ksslcertificatefactory.h @@ -341,9 +403,11 @@ include/ksslcertificatehome.h include/ksslconnectioninfo.h include/ksslinfodlg.h include/ksslpeerinfo.h +include/ksslpkcs12.h include/ksslsettings.h include/ksslutils.h include/ksslx509map.h +include/kstartupinfo.h include/kstaticdeleter.h include/kstatusbar.h include/kstdaccel.h @@ -362,6 +426,7 @@ include/ktextbrowser.h include/ktexteditor.h include/kthemebase.h include/kthemestyle.h +include/ktip.h include/ktmainwindow.h include/ktoolbar.h include/ktoolbarbutton.h @@ -384,6 +449,7 @@ include/kwin.h include/kwindowlistmenu.h include/kwinmodule.h include/kwizard.h +include/kxmessages.h include/kxmlgui.h include/kxmlguibuilder.h include/kxmlguiclient.h @@ -412,8 +478,6 @@ include/progressbase.h include/qconfigDB.h include/qxembed.h include/statusbarprogress.h -lib/b3style.la -lib/b3style.so lib/basicstyle.la lib/basicstyle.so lib/dcopserver.la @@ -422,6 +486,8 @@ lib/hcstyle.la lib/hcstyle.so lib/kbuildsycoca.la lib/kbuildsycoca.so +lib/kconf_update.la +lib/kconf_update.so lib/kcookiejar.la lib/kcookiejar.so lib/kde2/kbzip2filter.la @@ -444,10 +510,24 @@ lib/kde2/kio_file.la lib/kde2/kio_file.so lib/kde2/kio_ftp.la lib/kde2/kio_ftp.so +lib/kde2/kio_help.la +lib/kde2/kio_help.so lib/kde2/kio_http.la lib/kde2/kio_http.so -lib/kde2/kio_https.la -lib/kde2/kio_https.so +lib/kde2/kjs_html.la +lib/kde2/kjs_html.so +lib/kde2/libkded_kdeprintd.la +lib/kde2/libkded_kdeprintd.so +lib/kde2/libkdeprint_cups.la +lib/kde2/libkdeprint_cups.so +lib/kde2/libkdeprint_ext.la +lib/kde2/libkdeprint_ext.so +lib/kde2/libkdeprint_lpd.la +lib/kde2/libkdeprint_lpd.so +lib/kde2/libkdeprint_lpdunix.la +lib/kde2/libkdeprint_lpdunix.so +lib/kde2/libkdeprint_rlpr.la +lib/kde2/libkdeprint_rlpr.so lib/kde2/libkpac.la lib/kde2/libkpac.so lib/kded.la @@ -456,20 +536,12 @@ lib/kio_http_cache_cleaner.la lib/kio_http_cache_cleaner.so lib/kio_uiserver.la lib/kio_uiserver.so -lib/kjs_html.la -lib/kjs_html.so lib/klauncher.la lib/klauncher.so lib/klegacystyle.la lib/klegacystyle.so lib/knotify.la lib/knotify.so -lib/ksasl_auth_plain.la -lib/ksasl_auth_plain.so -lib/ksgistyle.la -lib/ksgistyle.so -lib/kstephighcolor.la -lib/kstephighcolor.so lib/kstepstyle.la lib/kstepstyle.so lib/libDCOP.la @@ -490,9 +562,13 @@ lib/libartsflow.so.0 lib/libartsflow_idl.la lib/libartsflow_idl.so lib/libartsflow_idl.so.0 +lib/libartskde.la +lib/libartskde.so lib/libartswavplayobject.la lib/libartswavplayobject.so lib/libartswavplayobject.so.0 +lib/libcupsdconf.la +lib/libcupsdconf.so lib/libkab.la lib/libkab.so lib/libkab.so.4 @@ -502,6 +578,12 @@ lib/libkdecore.so.4 lib/libkdefakes.la lib/libkdefakes.so lib/libkdefakes.so.4 +lib/libkdeprint.la +lib/libkdeprint.so +lib/libkdeprint.so.0 +lib/libkdeprint_management.la +lib/libkdeprint_management.so +lib/libkdeprint_management.so.0 lib/libkdesu.la lib/libkdesu.so lib/libkdesu.so.4 @@ -526,6 +608,9 @@ lib/libkjava.so.4 lib/libkjs.la lib/libkjs.so lib/libkjs.so.4 +lib/libkmedia2.la +lib/libkmedia2.so +lib/libkmedia2.so.0 lib/libkmedia2_idl.la lib/libkmedia2_idl.so lib/libkmedia2_idl.so.0 @@ -535,8 +620,9 @@ lib/libkmid.so.0 lib/libkparts.la lib/libkparts.so lib/libkparts.so.4 -lib/libksasl.la -lib/libksasl.so +lib/libkscreensaver.la +lib/libkscreensaver.so +lib/libkscreensaver.so.4 lib/libkspell.la lib/libkspell.so lib/libkspell.so.4 @@ -552,6 +638,9 @@ lib/libktexteditor.so.0 lib/libmcop.la lib/libmcop.so lib/libmcop.so.0 +lib/libmcop_mt.la +lib/libmcop_mt.so +lib/libmcop_mt.so.0 lib/libqtmcop.la lib/libqtmcop.so lib/libqtmcop.so.0 @@ -561,6 +650,7 @@ lib/libsoundserver_idl.so.0 lib/libx11globalcomm.la lib/libx11globalcomm.so lib/libx11globalcomm.so.0 +lib/mcop/Arts/FileInputStream.mcopclass lib/mcop/Arts/Synth_ADD.mcopclass lib/mcop/Arts/Synth_AMAN_PLAY.mcopclass lib/mcop/Arts/Synth_AMAN_RECORD.mcopclass @@ -581,6 +671,12 @@ lib/mcop/kmedia2.mcopclass lib/mcop/kmedia2.mcoptype lib/mcop/soundserver.mcopclass lib/mcop/soundserver.mcoptype +lib/mcop/x11globalcomm.mcopclass +lib/mcop/x11globalcomm.mcoptype +lib/mega.la +lib/mega.so +lib/webstyle.la +lib/webstyle.so share/apps/LICENSES/ARTISTIC share/apps/LICENSES/BSD share/apps/LICENSES/GPL_V2 @@ -588,442 +684,695 @@ share/apps/LICENSES/LGPL_V2 share/apps/LICENSES/QPL_V1.0 share/apps/kab/template.config share/apps/kab/template.kab +share/apps/kconf_update/kcookiescfg.upd +share/apps/kconf_update/kioslave.upd +share/apps/kconf_update/proxytype.pl +share/apps/kconf_update/useragent.pl +share/apps/kdeprint/cups_logo.png +share/apps/kdeprint/cupsd.conf.template +share/apps/kdeprint/filters/enscript.desktop +share/apps/kdeprint/filters/enscript.xml +share/apps/kdeprint/filters/imagetops.desktop +share/apps/kdeprint/filters/imagetops.xml +share/apps/kdeprint/filters/pdfwrite.desktop +share/apps/kdeprint/filters/pdfwrite.xml +share/apps/kdeprint/filters/psbook.desktop +share/apps/kdeprint/filters/psbook.xml +share/apps/kdeprint/filters/psbook1.desktop +share/apps/kdeprint/filters/psbook1.xml +share/apps/kdeprint/filters/psbook2.desktop +share/apps/kdeprint/filters/psbook2.xml +share/apps/kdeprint/filters/psnup.desktop +share/apps/kdeprint/filters/psnup.xml +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_computer.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_job.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_job_error.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_job_process.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_job_stopped.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_class.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_class_process.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_class_stopped.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_defect.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_process.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_remote.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_remote_process.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_remote_stopped.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_stopped.png +share/apps/kdeprint/icons/hicolor/22x22/actions/kdeprint_printer.png +share/apps/kdeprint/icons/hicolor/22x22/actions/kdeprint_printer_infos.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_class.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_class_process.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_class_stopped.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_process.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_remote.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_remote_process.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_remote_stopped.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_stopped.png +share/apps/kdeprint/kde_logo.png +share/apps/kdeprint/pics/kdeprint_collate.png +share/apps/kdeprint/pics/kdeprint_collate_reverse.png +share/apps/kdeprint/pics/kdeprint_color.png +share/apps/kdeprint/pics/kdeprint_duplex_long.png +share/apps/kdeprint/pics/kdeprint_duplex_none.png +share/apps/kdeprint/pics/kdeprint_duplex_short.png +share/apps/kdeprint/pics/kdeprint_grayscale.png +share/apps/kdeprint/pics/kdeprint_landscape.png +share/apps/kdeprint/pics/kdeprint_nup1.png +share/apps/kdeprint/pics/kdeprint_nup2.png +share/apps/kdeprint/pics/kdeprint_nup4.png +share/apps/kdeprint/pics/kdeprint_portrait.png +share/apps/kdeprint/pics/kdeprint_revlandscape.png +share/apps/kdeprint/pics/kdeprint_revportrait.png +share/apps/kdeprint/pics/kdeprint_uncollate.png +share/apps/kdeprint/pics/kdeprint_uncollate_reverse.png +share/apps/kdeprint/plugins/cups.print +share/apps/kdeprint/plugins/ext.print +share/apps/kdeprint/plugins/lpd.print +share/apps/kdeprint/plugins/lpdunix.print +share/apps/kdeprint/plugins/rlpr.print +share/apps/kdeprint/specials.desktop +share/apps/kdeprint/testprint.ps share/apps/kdeui/pics/aboutkde.png share/apps/kdeui/pics/keys.png +share/apps/kdeui/pics/ktip-background.png +share/apps/kdeui/pics/ktip-bulb.png share/apps/khtml/css/html4.css +share/apps/khtml/icons/hicolor/16x16/actions/images_display.png share/apps/khtml/icons/hicolor/22x22/actions/images_display.png share/apps/khtml/icons/hicolor/32x32/actions/images_display.png -share/apps/khtml/icons/locolor/16x16/actions/images_display.png share/apps/khtml/khtml.rc share/apps/khtml/khtml_browser.rc share/apps/khtml/khtml_popupmenu.rc -share/apps/kio_uiserver/icons/locolor/16x16/apps/kio_uiserver.png +share/apps/kio_uiserver/icons/hicolor/16x16/apps/kio_uiserver.png share/apps/kjava/kjava.jar share/apps/kjava/kjava.policy share/apps/knotify/eventsrc -share/apps/ksgmltools/ca/catalog -share/apps/ksgmltools/ca/entities/fdl-notice.docbook -share/apps/ksgmltools/ca/entities/gpl-notice.docbook -share/apps/ksgmltools/ca/entities/lgpl-notice.docbook -share/apps/ksgmltools/ca/entities/report-bugs.docbook -share/apps/ksgmltools/ca/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ca/entities/underBSDLicense.docbook -share/apps/ksgmltools/ca/entities/underFDL.docbook -share/apps/ksgmltools/ca/entities/underGPL.docbook -share/apps/ksgmltools/ca/entities/underX11License.docbook -share/apps/ksgmltools/ca/kde-prologue.entities -share/apps/ksgmltools/ca/strings.entities -share/apps/ksgmltools/ca/user.entities -share/apps/ksgmltools/catalog -share/apps/ksgmltools/cs/catalog -share/apps/ksgmltools/cs/entities/fdl-notice.docbook -share/apps/ksgmltools/cs/entities/gpl-notice.docbook -share/apps/ksgmltools/cs/entities/lgpl-notice.docbook -share/apps/ksgmltools/cs/entities/report-bugs.docbook -share/apps/ksgmltools/cs/entities/underArtisticLicense.docbook -share/apps/ksgmltools/cs/entities/underBSDLicense.docbook -share/apps/ksgmltools/cs/entities/underFDL.docbook -share/apps/ksgmltools/cs/entities/underGPL.docbook -share/apps/ksgmltools/cs/entities/underX11License.docbook -share/apps/ksgmltools/cs/kde-prologue.entities -share/apps/ksgmltools/cs/strings.entities -share/apps/ksgmltools/cs/user.entities -share/apps/ksgmltools/da/catalog -share/apps/ksgmltools/da/entities/fdl-notice.docbook -share/apps/ksgmltools/da/entities/gpl-notice.docbook -share/apps/ksgmltools/da/entities/lgpl-notice.docbook -share/apps/ksgmltools/da/entities/report-bugs.docbook -share/apps/ksgmltools/da/entities/underArtisticLicense.docbook -share/apps/ksgmltools/da/entities/underBSDLicense.docbook -share/apps/ksgmltools/da/entities/underFDL.docbook -share/apps/ksgmltools/da/entities/underGPL.docbook -share/apps/ksgmltools/da/entities/underX11License.docbook -share/apps/ksgmltools/da/kde-prologue.entities -share/apps/ksgmltools/da/strings.entities -share/apps/ksgmltools/da/user.entities -share/apps/ksgmltools/de/catalog -share/apps/ksgmltools/de/entities/fdl-notice.docbook -share/apps/ksgmltools/de/entities/gpl-notice.docbook -share/apps/ksgmltools/de/entities/lgpl-notice.docbook -share/apps/ksgmltools/de/entities/report-bugs.docbook -share/apps/ksgmltools/de/entities/underArtisticLicense.docbook -share/apps/ksgmltools/de/entities/underBSDLicense.docbook -share/apps/ksgmltools/de/entities/underFDL.docbook -share/apps/ksgmltools/de/entities/underGPL.docbook -share/apps/ksgmltools/de/entities/underX11License.docbook -share/apps/ksgmltools/de/kde-prologue.entities -share/apps/ksgmltools/de/strings.entities -share/apps/ksgmltools/de/user.entities -share/apps/ksgmltools/dtd/kde-modifications.elements -share/apps/ksgmltools/dtd/kde-next.dtd -share/apps/ksgmltools/dtd/kde-rdbhier2.elements -share/apps/ksgmltools/dtd/kde-rdbpool.elements -share/apps/ksgmltools/dtd/kde.dtd -share/apps/ksgmltools/el/catalog -share/apps/ksgmltools/el/entities/fdl-notice.docbook -share/apps/ksgmltools/el/entities/gpl-notice.docbook -share/apps/ksgmltools/el/entities/lgpl-notice.docbook -share/apps/ksgmltools/el/entities/report-bugs.docbook -share/apps/ksgmltools/el/entities/underArtisticLicense.docbook -share/apps/ksgmltools/el/entities/underBSDLicense.docbook -share/apps/ksgmltools/el/entities/underFDL.docbook -share/apps/ksgmltools/el/entities/underGPL.docbook -share/apps/ksgmltools/el/entities/underX11License.docbook -share/apps/ksgmltools/el/kde-prologue.entities -share/apps/ksgmltools/el/strings.entities -share/apps/ksgmltools/el/user.entities -share/apps/ksgmltools/en/catalog -share/apps/ksgmltools/en/entities/fdl-notice.docbook -share/apps/ksgmltools/en/entities/gpl-notice.docbook -share/apps/ksgmltools/en/entities/lgpl-notice.docbook -share/apps/ksgmltools/en/entities/report-bugs.docbook -share/apps/ksgmltools/en/entities/underArtisticLicense.docbook -share/apps/ksgmltools/en/entities/underBSDLicense.docbook -share/apps/ksgmltools/en/entities/underFDL.docbook -share/apps/ksgmltools/en/entities/underGPL.docbook -share/apps/ksgmltools/en/entities/underX11License.docbook -share/apps/ksgmltools/en/kde-prologue.entities -share/apps/ksgmltools/en/strings.entities -share/apps/ksgmltools/en/user.entities -share/apps/ksgmltools/entities/kde-genent.entities -share/apps/ksgmltools/entities/kde-prologue.entities -share/apps/ksgmltools/es/catalog -share/apps/ksgmltools/es/entities/fdl-notice.docbook -share/apps/ksgmltools/es/entities/gpl-notice.docbook -share/apps/ksgmltools/es/entities/lgpl-notice.docbook -share/apps/ksgmltools/es/entities/report-bugs.docbook -share/apps/ksgmltools/es/entities/underArtisticLicense.docbook -share/apps/ksgmltools/es/entities/underBSDLicense.docbook -share/apps/ksgmltools/es/entities/underFDL.docbook -share/apps/ksgmltools/es/entities/underGPL.docbook -share/apps/ksgmltools/es/entities/underX11License.docbook -share/apps/ksgmltools/es/kde-prologue.entities -share/apps/ksgmltools/es/strings.entities -share/apps/ksgmltools/es/user.entities -share/apps/ksgmltools/et/catalog -share/apps/ksgmltools/et/entities/fdl-notice.docbook -share/apps/ksgmltools/et/entities/gpl-notice.docbook -share/apps/ksgmltools/et/entities/lgpl-notice.docbook -share/apps/ksgmltools/et/entities/report-bugs.docbook -share/apps/ksgmltools/et/entities/underArtisticLicense.docbook -share/apps/ksgmltools/et/entities/underBSDLicense.docbook -share/apps/ksgmltools/et/entities/underFDL.docbook -share/apps/ksgmltools/et/entities/underGPL.docbook -share/apps/ksgmltools/et/entities/underX11License.docbook -share/apps/ksgmltools/et/kde-prologue.entities -share/apps/ksgmltools/et/strings.entities -share/apps/ksgmltools/et/user.entities -share/apps/ksgmltools/fi/catalog -share/apps/ksgmltools/fi/entities/fdl-notice.docbook -share/apps/ksgmltools/fi/entities/gpl-notice.docbook -share/apps/ksgmltools/fi/entities/lgpl-notice.docbook -share/apps/ksgmltools/fi/entities/report-bugs.docbook -share/apps/ksgmltools/fi/entities/underArtisticLicense.docbook -share/apps/ksgmltools/fi/entities/underBSDLicense.docbook -share/apps/ksgmltools/fi/entities/underFDL.docbook -share/apps/ksgmltools/fi/entities/underGPL.docbook -share/apps/ksgmltools/fi/entities/underX11License.docbook -share/apps/ksgmltools/fi/kde-prologue.entities -share/apps/ksgmltools/fi/strings.entities -share/apps/ksgmltools/fi/user.entities -share/apps/ksgmltools/fr/catalog -share/apps/ksgmltools/fr/entities/fdl-notice.docbook -share/apps/ksgmltools/fr/entities/gpl-notice.docbook -share/apps/ksgmltools/fr/entities/lgpl-notice.docbook -share/apps/ksgmltools/fr/entities/report-bugs.docbook -share/apps/ksgmltools/fr/entities/underArtisticLicense.docbook -share/apps/ksgmltools/fr/entities/underBSDLicense.docbook -share/apps/ksgmltools/fr/entities/underFDL.docbook -share/apps/ksgmltools/fr/entities/underGPL.docbook -share/apps/ksgmltools/fr/entities/underX11License.docbook -share/apps/ksgmltools/fr/kde-prologue.entities -share/apps/ksgmltools/fr/strings.entities -share/apps/ksgmltools/fr/user.entities -share/apps/ksgmltools/hu/catalog -share/apps/ksgmltools/hu/entities/fdl-notice.docbook -share/apps/ksgmltools/hu/entities/gpl-notice.docbook -share/apps/ksgmltools/hu/entities/lgpl-notice.docbook -share/apps/ksgmltools/hu/entities/report-bugs.docbook -share/apps/ksgmltools/hu/entities/underArtisticLicense.docbook -share/apps/ksgmltools/hu/entities/underBSDLicense.docbook -share/apps/ksgmltools/hu/entities/underFDL.docbook -share/apps/ksgmltools/hu/entities/underGPL.docbook -share/apps/ksgmltools/hu/entities/underX11License.docbook -share/apps/ksgmltools/hu/kde-prologue.entities -share/apps/ksgmltools/hu/strings.entities -share/apps/ksgmltools/hu/user.entities -share/apps/ksgmltools/it/catalog -share/apps/ksgmltools/it/entities/fdl-notice.docbook -share/apps/ksgmltools/it/entities/gpl-notice.docbook -share/apps/ksgmltools/it/entities/lgpl-notice.docbook -share/apps/ksgmltools/it/entities/report-bugs.docbook -share/apps/ksgmltools/it/entities/underArtisticLicense.docbook -share/apps/ksgmltools/it/entities/underBSDLicense.docbook -share/apps/ksgmltools/it/entities/underFDL.docbook -share/apps/ksgmltools/it/entities/underGPL.docbook -share/apps/ksgmltools/it/entities/underX11License.docbook -share/apps/ksgmltools/it/kde-prologue.entities -share/apps/ksgmltools/it/strings.entities -share/apps/ksgmltools/it/user.entities -share/apps/ksgmltools/ja/catalog -share/apps/ksgmltools/ja/entities/fdl-notice.docbook -share/apps/ksgmltools/ja/entities/gpl-notice.docbook -share/apps/ksgmltools/ja/entities/lgpl-notice.docbook -share/apps/ksgmltools/ja/entities/report-bugs.docbook -share/apps/ksgmltools/ja/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ja/entities/underBSDLicense.docbook -share/apps/ksgmltools/ja/entities/underFDL.docbook -share/apps/ksgmltools/ja/entities/underGPL.docbook -share/apps/ksgmltools/ja/entities/underX11License.docbook -share/apps/ksgmltools/ja/kde-prologue.entities -share/apps/ksgmltools/ja/strings.entities -share/apps/ksgmltools/ja/user.entities -share/apps/ksgmltools/kde.dcl -share/apps/ksgmltools/ko/catalog -share/apps/ksgmltools/ko/entities/fdl-notice.docbook -share/apps/ksgmltools/ko/entities/gpl-notice.docbook -share/apps/ksgmltools/ko/entities/lgpl-notice.docbook -share/apps/ksgmltools/ko/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ko/entities/underBSDLicense.docbook -share/apps/ksgmltools/ko/entities/underFDL.docbook -share/apps/ksgmltools/ko/entities/underGPL.docbook -share/apps/ksgmltools/ko/entities/underX11License.docbook -share/apps/ksgmltools/ko/kde-prologue.entities -share/apps/ksgmltools/ko/strings.entities -share/apps/ksgmltools/ko/user.entities -share/apps/ksgmltools/nl/catalog -share/apps/ksgmltools/nl/entities/fdl-notice.docbook -share/apps/ksgmltools/nl/entities/gpl-notice.docbook -share/apps/ksgmltools/nl/entities/lgpl-notice.docbook -share/apps/ksgmltools/nl/entities/report-bugs.docbook -share/apps/ksgmltools/nl/entities/underArtisticLicense.docbook -share/apps/ksgmltools/nl/entities/underBSDLicense.docbook -share/apps/ksgmltools/nl/entities/underFDL.docbook -share/apps/ksgmltools/nl/entities/underGPL.docbook -share/apps/ksgmltools/nl/entities/underX11License.docbook -share/apps/ksgmltools/nl/kde-prologue.entities -share/apps/ksgmltools/nl/strings.entities -share/apps/ksgmltools/nl/user.entities -share/apps/ksgmltools/no/catalog -share/apps/ksgmltools/no/entities/fdl-notice.docbook -share/apps/ksgmltools/no/entities/gpl-notice.docbook -share/apps/ksgmltools/no/entities/lgpl-notice.docbook -share/apps/ksgmltools/no/entities/report-bugs.docbook -share/apps/ksgmltools/no/entities/underArtisticLicense.docbook -share/apps/ksgmltools/no/entities/underBSDLicense.docbook -share/apps/ksgmltools/no/entities/underFDL.docbook -share/apps/ksgmltools/no/entities/underGPL.docbook -share/apps/ksgmltools/no/entities/underX11License.docbook -share/apps/ksgmltools/no/kde-prologue.entities -share/apps/ksgmltools/no/strings.entities -share/apps/ksgmltools/no/user.entities -share/apps/ksgmltools/pl/catalog -share/apps/ksgmltools/pl/entities/fdl-notice.docbook -share/apps/ksgmltools/pl/entities/gpl-notice.docbook -share/apps/ksgmltools/pl/entities/lgpl-notice.docbook -share/apps/ksgmltools/pl/entities/report-bugs.docbook -share/apps/ksgmltools/pl/entities/underArtisticLicense.docbook -share/apps/ksgmltools/pl/entities/underBSDLicense.docbook -share/apps/ksgmltools/pl/entities/underFDL.docbook -share/apps/ksgmltools/pl/entities/underGPL.docbook -share/apps/ksgmltools/pl/entities/underX11License.docbook -share/apps/ksgmltools/pl/kde-prologue.entities -share/apps/ksgmltools/pl/strings.entities -share/apps/ksgmltools/pl/user.entities -share/apps/ksgmltools/pt-BR/catalog -share/apps/ksgmltools/pt-BR/entities/fdl-notice.docbook -share/apps/ksgmltools/pt-BR/entities/gpl-notice.docbook -share/apps/ksgmltools/pt-BR/entities/lgpl-notice.docbook -share/apps/ksgmltools/pt-BR/entities/report-bugs.docbook -share/apps/ksgmltools/pt-BR/entities/underArtisticLicense.docbook -share/apps/ksgmltools/pt-BR/entities/underBSDLicense.docbook -share/apps/ksgmltools/pt-BR/entities/underFDL.docbook -share/apps/ksgmltools/pt-BR/entities/underGPL.docbook -share/apps/ksgmltools/pt-BR/entities/underX11License.docbook -share/apps/ksgmltools/pt-BR/kde-prologue.entities -share/apps/ksgmltools/pt-BR/strings.entities -share/apps/ksgmltools/pt-BR/user.entities -share/apps/ksgmltools/pt/catalog -share/apps/ksgmltools/pt/entities/fdl-notice.docbook -share/apps/ksgmltools/pt/entities/gpl-notice.docbook -share/apps/ksgmltools/pt/entities/lgpl-notice.docbook -share/apps/ksgmltools/pt/entities/report-bugs.docbook -share/apps/ksgmltools/pt/entities/underArtisticLicense.docbook -share/apps/ksgmltools/pt/entities/underBSDLicense.docbook -share/apps/ksgmltools/pt/entities/underFDL.docbook -share/apps/ksgmltools/pt/entities/underGPL.docbook -share/apps/ksgmltools/pt/entities/underX11License.docbook -share/apps/ksgmltools/pt/kde-prologue.entities -share/apps/ksgmltools/pt/strings.entities -share/apps/ksgmltools/pt/user.entities -share/apps/ksgmltools/ro/catalog -share/apps/ksgmltools/ro/entities/fdl-notice.docbook -share/apps/ksgmltools/ro/entities/gpl-notice.docbook -share/apps/ksgmltools/ro/entities/lgpl-notice.docbook -share/apps/ksgmltools/ro/entities/report-bugs.docbook -share/apps/ksgmltools/ro/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ro/entities/underBSDLicense.docbook -share/apps/ksgmltools/ro/entities/underFDL.docbook -share/apps/ksgmltools/ro/entities/underGPL.docbook -share/apps/ksgmltools/ro/entities/underX11License.docbook -share/apps/ksgmltools/ro/kde-prologue.entities -share/apps/ksgmltools/ro/strings.entities -share/apps/ksgmltools/ro/user.entities -share/apps/ksgmltools/ru/catalog -share/apps/ksgmltools/ru/entities/fdl-notice.docbook -share/apps/ksgmltools/ru/entities/gpl-notice.docbook -share/apps/ksgmltools/ru/entities/lgpl-notice.docbook -share/apps/ksgmltools/ru/entities/report-bugs.docbook -share/apps/ksgmltools/ru/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ru/entities/underBSDLicense.docbook -share/apps/ksgmltools/ru/entities/underFDL.docbook -share/apps/ksgmltools/ru/entities/underGPL.docbook -share/apps/ksgmltools/ru/entities/underX11License.docbook -share/apps/ksgmltools/ru/kde-prologue.entities -share/apps/ksgmltools/ru/strings.entities -share/apps/ksgmltools/ru/user.entities -share/apps/ksgmltools/sk/catalog -share/apps/ksgmltools/sk/entities/fdl-notice.docbook -share/apps/ksgmltools/sk/entities/gpl-notice.docbook -share/apps/ksgmltools/sk/entities/lgpl-notice.docbook -share/apps/ksgmltools/sk/entities/report-bugs.docbook -share/apps/ksgmltools/sk/entities/underArtisticLicense.docbook -share/apps/ksgmltools/sk/entities/underBSDLicense.docbook -share/apps/ksgmltools/sk/entities/underFDL.docbook -share/apps/ksgmltools/sk/entities/underGPL.docbook -share/apps/ksgmltools/sk/entities/underX11License.docbook -share/apps/ksgmltools/sk/kde-prologue.entities -share/apps/ksgmltools/sk/strings.entities -share/apps/ksgmltools/sk/user.entities -share/apps/ksgmltools/sl/catalog -share/apps/ksgmltools/sl/entities/fdl-notice.docbook -share/apps/ksgmltools/sl/entities/gpl-notice.docbook -share/apps/ksgmltools/sl/entities/lgpl-notice.docbook -share/apps/ksgmltools/sl/entities/report-bugs.docbook -share/apps/ksgmltools/sl/entities/underArtisticLicense.docbook -share/apps/ksgmltools/sl/entities/underBSDLicense.docbook -share/apps/ksgmltools/sl/entities/underFDL.docbook -share/apps/ksgmltools/sl/entities/underGPL.docbook -share/apps/ksgmltools/sl/entities/underX11License.docbook -share/apps/ksgmltools/sl/kde-prologue.entities -share/apps/ksgmltools/sl/strings.entities -share/apps/ksgmltools/sl/user.entities -share/apps/ksgmltools/sr/catalog -share/apps/ksgmltools/sr/entities/fdl-notice.docbook -share/apps/ksgmltools/sr/entities/gpl-notice.docbook -share/apps/ksgmltools/sr/entities/lgpl-notice.docbook -share/apps/ksgmltools/sr/entities/report-bugs.docbook -share/apps/ksgmltools/sr/entities/underArtisticLicense.docbook -share/apps/ksgmltools/sr/entities/underBSDLicense.docbook -share/apps/ksgmltools/sr/entities/underFDL.docbook -share/apps/ksgmltools/sr/entities/underGPL.docbook -share/apps/ksgmltools/sr/entities/underX11License.docbook -share/apps/ksgmltools/sr/kde-prologue.entities -share/apps/ksgmltools/sr/strings.entities -share/apps/ksgmltools/sr/user.entities -share/apps/ksgmltools/stylesheets/kde-anchor.dsl -share/apps/ksgmltools/stylesheets/kde-faq.dsl -share/apps/ksgmltools/stylesheets/kde-img.dsl -share/apps/ksgmltools/stylesheets/kde-l10n.dsl -share/apps/ksgmltools/stylesheets/kde-l10n.entities -share/apps/ksgmltools/stylesheets/kde-l1ca.dsl -share/apps/ksgmltools/stylesheets/kde-l1ca.ent -share/apps/ksgmltools/stylesheets/kde-l1cs.dsl -share/apps/ksgmltools/stylesheets/kde-l1cs.ent -share/apps/ksgmltools/stylesheets/kde-l1da.dsl -share/apps/ksgmltools/stylesheets/kde-l1da.ent -share/apps/ksgmltools/stylesheets/kde-l1de.dsl -share/apps/ksgmltools/stylesheets/kde-l1de.ent -share/apps/ksgmltools/stylesheets/kde-l1el.dsl -share/apps/ksgmltools/stylesheets/kde-l1el.ent -share/apps/ksgmltools/stylesheets/kde-l1en.dsl -share/apps/ksgmltools/stylesheets/kde-l1en.ent -share/apps/ksgmltools/stylesheets/kde-l1es.dsl -share/apps/ksgmltools/stylesheets/kde-l1es.ent -share/apps/ksgmltools/stylesheets/kde-l1et.dsl -share/apps/ksgmltools/stylesheets/kde-l1et.ent -share/apps/ksgmltools/stylesheets/kde-l1fi.dsl -share/apps/ksgmltools/stylesheets/kde-l1fi.ent -share/apps/ksgmltools/stylesheets/kde-l1fr.dsl -share/apps/ksgmltools/stylesheets/kde-l1fr.ent -share/apps/ksgmltools/stylesheets/kde-l1hu.dsl -share/apps/ksgmltools/stylesheets/kde-l1hu.ent -share/apps/ksgmltools/stylesheets/kde-l1it.dsl -share/apps/ksgmltools/stylesheets/kde-l1it.ent -share/apps/ksgmltools/stylesheets/kde-l1ja.dsl -share/apps/ksgmltools/stylesheets/kde-l1ja.ent -share/apps/ksgmltools/stylesheets/kde-l1ko.dsl -share/apps/ksgmltools/stylesheets/kde-l1ko.ent -share/apps/ksgmltools/stylesheets/kde-l1nl.dsl -share/apps/ksgmltools/stylesheets/kde-l1nl.ent -share/apps/ksgmltools/stylesheets/kde-l1no.dsl -share/apps/ksgmltools/stylesheets/kde-l1no.ent -share/apps/ksgmltools/stylesheets/kde-l1pl.dsl -share/apps/ksgmltools/stylesheets/kde-l1pl.ent -share/apps/ksgmltools/stylesheets/kde-l1pt.dsl -share/apps/ksgmltools/stylesheets/kde-l1pt.ent -share/apps/ksgmltools/stylesheets/kde-l1ptbr.dsl -share/apps/ksgmltools/stylesheets/kde-l1ptbr.ent -share/apps/ksgmltools/stylesheets/kde-l1ro.dsl -share/apps/ksgmltools/stylesheets/kde-l1ro.ent -share/apps/ksgmltools/stylesheets/kde-l1ru.dsl -share/apps/ksgmltools/stylesheets/kde-l1ru.ent -share/apps/ksgmltools/stylesheets/kde-l1sk.dsl -share/apps/ksgmltools/stylesheets/kde-l1sk.ent -share/apps/ksgmltools/stylesheets/kde-l1sl.dsl -share/apps/ksgmltools/stylesheets/kde-l1sl.ent -share/apps/ksgmltools/stylesheets/kde-l1sr.dsl -share/apps/ksgmltools/stylesheets/kde-l1sr.ent -share/apps/ksgmltools/stylesheets/kde-l1sv.dsl -share/apps/ksgmltools/stylesheets/kde-l1sv.ent -share/apps/ksgmltools/stylesheets/kde-l1zhcn.dsl -share/apps/ksgmltools/stylesheets/kde-l1zhcn.ent -share/apps/ksgmltools/stylesheets/kde-l1zhtw.dsl -share/apps/ksgmltools/stylesheets/kde-l1zhtw.ent -share/apps/ksgmltools/stylesheets/kde-navig.dsl -share/apps/ksgmltools/stylesheets/kde-search.dsl -share/apps/ksgmltools/stylesheets/kde-ttlpg.dsl -share/apps/ksgmltools/stylesheets/kde.css -share/apps/ksgmltools/stylesheets/kde.dsl -share/apps/ksgmltools/sv/catalog -share/apps/ksgmltools/sv/entities/fdl-notice.docbook -share/apps/ksgmltools/sv/entities/gpl-notice.docbook -share/apps/ksgmltools/sv/entities/lgpl-notice.docbook -share/apps/ksgmltools/sv/entities/report-bugs.docbook -share/apps/ksgmltools/sv/entities/underArtisticLicense.docbook -share/apps/ksgmltools/sv/entities/underBSDLicense.docbook -share/apps/ksgmltools/sv/entities/underFDL.docbook -share/apps/ksgmltools/sv/entities/underGPL.docbook -share/apps/ksgmltools/sv/entities/underX11License.docbook -share/apps/ksgmltools/sv/kde-prologue.entities -share/apps/ksgmltools/sv/strings.entities -share/apps/ksgmltools/sv/user.entities -share/apps/ksgmltools/zh-CN/catalog -share/apps/ksgmltools/zh-CN/entities/fdl-notice.docbook -share/apps/ksgmltools/zh-CN/entities/gpl-notice.docbook -share/apps/ksgmltools/zh-CN/entities/lgpl-notice.docbook -share/apps/ksgmltools/zh-CN/entities/report-bugs.docbook -share/apps/ksgmltools/zh-CN/entities/underArtisticLicense.docbook -share/apps/ksgmltools/zh-CN/entities/underBSDLicense.docbook -share/apps/ksgmltools/zh-CN/entities/underFDL.docbook -share/apps/ksgmltools/zh-CN/entities/underGPL.docbook -share/apps/ksgmltools/zh-CN/entities/underX11License.docbook -share/apps/ksgmltools/zh-CN/kde-prologue.entities -share/apps/ksgmltools/zh-CN/strings.entities -share/apps/ksgmltools/zh-CN/user.entities -share/apps/ksgmltools/zh-TW/catalog -share/apps/ksgmltools/zh-TW/entities/fdl-notice.docbook -share/apps/ksgmltools/zh-TW/entities/gpl-notice.docbook -share/apps/ksgmltools/zh-TW/entities/lgpl-notice.docbook -share/apps/ksgmltools/zh-TW/entities/report-bugs.docbook -share/apps/ksgmltools/zh-TW/entities/underArtisticLicense.docbook -share/apps/ksgmltools/zh-TW/entities/underBSDLicense.docbook -share/apps/ksgmltools/zh-TW/entities/underFDL.docbook -share/apps/ksgmltools/zh-TW/entities/underGPL.docbook -share/apps/ksgmltools/zh-TW/entities/underX11License.docbook -share/apps/ksgmltools/zh-TW/kde-prologue.entities -share/apps/ksgmltools/zh-TW/strings.entities -share/apps/ksgmltools/zh-TW/user.entities +share/apps/ksgmltools2/README +share/apps/ksgmltools2/TODO +share/apps/ksgmltools2/customization/af/catalog +share/apps/ksgmltools2/customization/af/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/af/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/af/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/af/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/af/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/af/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/af/entities/underFDL.docbook +share/apps/ksgmltools2/customization/af/entities/underGPL.docbook +share/apps/ksgmltools2/customization/af/entities/underX11License.docbook +share/apps/ksgmltools2/customization/af/entities/update-doc.docbook +share/apps/ksgmltools2/customization/af/lang.entities +share/apps/ksgmltools2/customization/af/strings.entities +share/apps/ksgmltools2/customization/af/user.entities +share/apps/ksgmltools2/customization/ca/catalog +share/apps/ksgmltools2/customization/ca/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ca/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ca/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ca/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/ca/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ca/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ca/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ca/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ca/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ca/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ca/lang.entities +share/apps/ksgmltools2/customization/ca/strings.entities +share/apps/ksgmltools2/customization/ca/user.entities +share/apps/ksgmltools2/customization/catalog +share/apps/ksgmltools2/customization/cs/catalog +share/apps/ksgmltools2/customization/cs/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/cs/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/cs/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/cs/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/cs/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/cs/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/cs/entities/underFDL.docbook +share/apps/ksgmltools2/customization/cs/entities/underGPL.docbook +share/apps/ksgmltools2/customization/cs/entities/underX11License.docbook +share/apps/ksgmltools2/customization/cs/entities/update-doc.docbook +share/apps/ksgmltools2/customization/cs/lang.entities +share/apps/ksgmltools2/customization/cs/strings.entities +share/apps/ksgmltools2/customization/cs/user.entities +share/apps/ksgmltools2/customization/da/catalog +share/apps/ksgmltools2/customization/da/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/da/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/da/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/da/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/da/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/da/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/da/entities/underFDL.docbook +share/apps/ksgmltools2/customization/da/entities/underGPL.docbook +share/apps/ksgmltools2/customization/da/entities/underX11License.docbook +share/apps/ksgmltools2/customization/da/entities/update-doc.docbook +share/apps/ksgmltools2/customization/da/lang.entities +share/apps/ksgmltools2/customization/da/strings.entities +share/apps/ksgmltools2/customization/da/user.entities +share/apps/ksgmltools2/customization/de/catalog +share/apps/ksgmltools2/customization/de/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/de/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/de/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/de/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/de/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/de/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/de/entities/underFDL.docbook +share/apps/ksgmltools2/customization/de/entities/underGPL.docbook +share/apps/ksgmltools2/customization/de/entities/underX11License.docbook +share/apps/ksgmltools2/customization/de/entities/update-doc.docbook +share/apps/ksgmltools2/customization/de/lang.entities +share/apps/ksgmltools2/customization/de/strings.entities +share/apps/ksgmltools2/customization/de/user.entities +share/apps/ksgmltools2/customization/dtd/kdex.dtd +share/apps/ksgmltools2/customization/dtd/modifications.elements +share/apps/ksgmltools2/customization/dtd/rdbhier2.elements +share/apps/ksgmltools2/customization/dtd/rdbpool.elements +share/apps/ksgmltools2/customization/el/catalog +share/apps/ksgmltools2/customization/el/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/el/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/el/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/el/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/el/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/el/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/el/entities/underFDL.docbook +share/apps/ksgmltools2/customization/el/entities/underGPL.docbook +share/apps/ksgmltools2/customization/el/entities/underX11License.docbook +share/apps/ksgmltools2/customization/el/entities/update-doc.docbook +share/apps/ksgmltools2/customization/el/lang.entities +share/apps/ksgmltools2/customization/el/strings.entities +share/apps/ksgmltools2/customization/el/user.entities +share/apps/ksgmltools2/customization/en/catalog +share/apps/ksgmltools2/customization/en/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/en/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/en/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/en/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/en/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/en/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/en/entities/underFDL.docbook +share/apps/ksgmltools2/customization/en/entities/underGPL.docbook +share/apps/ksgmltools2/customization/en/entities/underX11License.docbook +share/apps/ksgmltools2/customization/en/entities/update-doc.docbook +share/apps/ksgmltools2/customization/en/lang.entities +share/apps/ksgmltools2/customization/en/strings.entities +share/apps/ksgmltools2/customization/en/user.entities +share/apps/ksgmltools2/customization/entities/general.entities +share/apps/ksgmltools2/customization/entities/l10n.entities +share/apps/ksgmltools2/customization/es/catalog +share/apps/ksgmltools2/customization/es/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/es/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/es/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/es/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/es/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/es/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/es/entities/underFDL.docbook +share/apps/ksgmltools2/customization/es/entities/underGPL.docbook +share/apps/ksgmltools2/customization/es/entities/underX11License.docbook +share/apps/ksgmltools2/customization/es/entities/update-doc.docbook +share/apps/ksgmltools2/customization/es/lang.entities +share/apps/ksgmltools2/customization/es/strings.entities +share/apps/ksgmltools2/customization/es/user.entities +share/apps/ksgmltools2/customization/et/catalog +share/apps/ksgmltools2/customization/et/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/et/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/et/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/et/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/et/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/et/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/et/entities/underFDL.docbook +share/apps/ksgmltools2/customization/et/entities/underGPL.docbook +share/apps/ksgmltools2/customization/et/entities/underX11License.docbook +share/apps/ksgmltools2/customization/et/entities/update-doc.docbook +share/apps/ksgmltools2/customization/et/lang.entities +share/apps/ksgmltools2/customization/et/strings.entities +share/apps/ksgmltools2/customization/et/user.entities +share/apps/ksgmltools2/customization/fi/catalog +share/apps/ksgmltools2/customization/fi/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/fi/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/fi/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/fi/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/fi/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/fi/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/fi/entities/underFDL.docbook +share/apps/ksgmltools2/customization/fi/entities/underGPL.docbook +share/apps/ksgmltools2/customization/fi/entities/underX11License.docbook +share/apps/ksgmltools2/customization/fi/entities/update-doc.docbook +share/apps/ksgmltools2/customization/fi/lang.entities +share/apps/ksgmltools2/customization/fi/strings.entities +share/apps/ksgmltools2/customization/fi/user.entities +share/apps/ksgmltools2/customization/fr/catalog +share/apps/ksgmltools2/customization/fr/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/fr/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/fr/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/fr/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/fr/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/fr/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/fr/entities/underFDL.docbook +share/apps/ksgmltools2/customization/fr/entities/underGPL.docbook +share/apps/ksgmltools2/customization/fr/entities/underX11License.docbook +share/apps/ksgmltools2/customization/fr/entities/update-doc.docbook +share/apps/ksgmltools2/customization/fr/lang.entities +share/apps/ksgmltools2/customization/fr/strings.entities +share/apps/ksgmltools2/customization/fr/user.entities +share/apps/ksgmltools2/customization/htdig_index.xsl +share/apps/ksgmltools2/customization/hu/catalog +share/apps/ksgmltools2/customization/hu/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/hu/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/hu/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/hu/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/hu/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/hu/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/hu/entities/underFDL.docbook +share/apps/ksgmltools2/customization/hu/entities/underGPL.docbook +share/apps/ksgmltools2/customization/hu/entities/underX11License.docbook +share/apps/ksgmltools2/customization/hu/entities/update-doc.docbook +share/apps/ksgmltools2/customization/hu/lang.entities +share/apps/ksgmltools2/customization/hu/strings.entities +share/apps/ksgmltools2/customization/hu/user.entities +share/apps/ksgmltools2/customization/it/catalog +share/apps/ksgmltools2/customization/it/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/it/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/it/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/it/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/it/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/it/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/it/entities/underFDL.docbook +share/apps/ksgmltools2/customization/it/entities/underGPL.docbook +share/apps/ksgmltools2/customization/it/entities/underX11License.docbook +share/apps/ksgmltools2/customization/it/entities/update-doc.docbook +share/apps/ksgmltools2/customization/it/lang.entities +share/apps/ksgmltools2/customization/it/strings.entities +share/apps/ksgmltools2/customization/it/user.entities +share/apps/ksgmltools2/customization/ja/catalog +share/apps/ksgmltools2/customization/ja/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ja/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ja/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ja/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/ja/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ja/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ja/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ja/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ja/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ja/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ja/lang.entities +share/apps/ksgmltools2/customization/ja/strings.entities +share/apps/ksgmltools2/customization/ja/user.entities +share/apps/ksgmltools2/customization/kde-chunk.xsl +share/apps/ksgmltools2/customization/kde-navig.xsl +share/apps/ksgmltools2/customization/kde-style.xsl +share/apps/ksgmltools2/customization/kde-ttlpg.xsl +share/apps/ksgmltools2/customization/ko/catalog +share/apps/ksgmltools2/customization/ko/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ko/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ko/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ko/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ko/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ko/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ko/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ko/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ko/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ko/lang.entities +share/apps/ksgmltools2/customization/ko/strings.entities +share/apps/ksgmltools2/customization/ko/user.entities +share/apps/ksgmltools2/customization/nl/catalog +share/apps/ksgmltools2/customization/nl/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/nl/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/nl/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/nl/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/nl/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/nl/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/nl/entities/underFDL.docbook +share/apps/ksgmltools2/customization/nl/entities/underGPL.docbook +share/apps/ksgmltools2/customization/nl/entities/underX11License.docbook +share/apps/ksgmltools2/customization/nl/entities/update-doc.docbook +share/apps/ksgmltools2/customization/nl/lang.entities +share/apps/ksgmltools2/customization/nl/strings.entities +share/apps/ksgmltools2/customization/nl/user.entities +share/apps/ksgmltools2/customization/no-NY/catalog +share/apps/ksgmltools2/customization/no-NY/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/no-NY/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/no-NY/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/no-NY/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underFDL.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underGPL.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underX11License.docbook +share/apps/ksgmltools2/customization/no-NY/entities/update-doc.docbook +share/apps/ksgmltools2/customization/no-NY/lang.entities +share/apps/ksgmltools2/customization/no-NY/strings.entities +share/apps/ksgmltools2/customization/no-NY/user.entities +share/apps/ksgmltools2/customization/no/catalog +share/apps/ksgmltools2/customization/no/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/no/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/no/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/no/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/no/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/no/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/no/entities/underFDL.docbook +share/apps/ksgmltools2/customization/no/entities/underGPL.docbook +share/apps/ksgmltools2/customization/no/entities/underX11License.docbook +share/apps/ksgmltools2/customization/no/entities/update-doc.docbook +share/apps/ksgmltools2/customization/no/lang.entities +share/apps/ksgmltools2/customization/no/strings.entities +share/apps/ksgmltools2/customization/no/user.entities +share/apps/ksgmltools2/customization/pl/catalog +share/apps/ksgmltools2/customization/pl/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/pl/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/pl/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/pl/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/pl/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/pl/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/pl/entities/underFDL.docbook +share/apps/ksgmltools2/customization/pl/entities/underGPL.docbook +share/apps/ksgmltools2/customization/pl/entities/underX11License.docbook +share/apps/ksgmltools2/customization/pl/entities/update-doc.docbook +share/apps/ksgmltools2/customization/pl/lang.entities +share/apps/ksgmltools2/customization/pl/strings.entities +share/apps/ksgmltools2/customization/pl/user.entities +share/apps/ksgmltools2/customization/pt-BR/catalog +share/apps/ksgmltools2/customization/pt-BR/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underFDL.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underGPL.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underX11License.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/update-doc.docbook +share/apps/ksgmltools2/customization/pt-BR/lang.entities +share/apps/ksgmltools2/customization/pt-BR/strings.entities +share/apps/ksgmltools2/customization/pt-BR/user.entities +share/apps/ksgmltools2/customization/pt/catalog +share/apps/ksgmltools2/customization/pt/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/pt/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/pt/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/pt/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/pt/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/pt/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/pt/entities/underFDL.docbook +share/apps/ksgmltools2/customization/pt/entities/underGPL.docbook +share/apps/ksgmltools2/customization/pt/entities/underX11License.docbook +share/apps/ksgmltools2/customization/pt/entities/update-doc.docbook +share/apps/ksgmltools2/customization/pt/lang.entities +share/apps/ksgmltools2/customization/pt/strings.entities +share/apps/ksgmltools2/customization/pt/user.entities +share/apps/ksgmltools2/customization/ro/catalog +share/apps/ksgmltools2/customization/ro/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ro/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ro/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ro/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/ro/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ro/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ro/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ro/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ro/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ro/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ro/lang.entities +share/apps/ksgmltools2/customization/ro/strings.entities +share/apps/ksgmltools2/customization/ro/user.entities +share/apps/ksgmltools2/customization/ru/catalog +share/apps/ksgmltools2/customization/ru/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ru/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ru/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ru/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/ru/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ru/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ru/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ru/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ru/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ru/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ru/lang.entities +share/apps/ksgmltools2/customization/ru/strings.entities +share/apps/ksgmltools2/customization/ru/user.entities +share/apps/ksgmltools2/customization/sk/catalog +share/apps/ksgmltools2/customization/sk/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/sk/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/sk/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/sk/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/sk/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/sk/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/sk/entities/underFDL.docbook +share/apps/ksgmltools2/customization/sk/entities/underGPL.docbook +share/apps/ksgmltools2/customization/sk/entities/underX11License.docbook +share/apps/ksgmltools2/customization/sk/entities/update-doc.docbook +share/apps/ksgmltools2/customization/sk/lang.entities +share/apps/ksgmltools2/customization/sk/strings.entities +share/apps/ksgmltools2/customization/sk/user.entities +share/apps/ksgmltools2/customization/sl/catalog +share/apps/ksgmltools2/customization/sl/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/sl/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/sl/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/sl/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/sl/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/sl/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/sl/entities/underFDL.docbook +share/apps/ksgmltools2/customization/sl/entities/underGPL.docbook +share/apps/ksgmltools2/customization/sl/entities/underX11License.docbook +share/apps/ksgmltools2/customization/sl/entities/update-doc.docbook +share/apps/ksgmltools2/customization/sl/lang.entities +share/apps/ksgmltools2/customization/sl/strings.entities +share/apps/ksgmltools2/customization/sl/user.entities +share/apps/ksgmltools2/customization/sr/catalog +share/apps/ksgmltools2/customization/sr/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/sr/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/sr/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/sr/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/sr/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/sr/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/sr/entities/underFDL.docbook +share/apps/ksgmltools2/customization/sr/entities/underGPL.docbook +share/apps/ksgmltools2/customization/sr/entities/underX11License.docbook +share/apps/ksgmltools2/customization/sr/entities/update-doc.docbook +share/apps/ksgmltools2/customization/sr/lang.entities +share/apps/ksgmltools2/customization/sr/strings.entities +share/apps/ksgmltools2/customization/sr/user.entities +share/apps/ksgmltools2/customization/sv/catalog +share/apps/ksgmltools2/customization/sv/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/sv/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/sv/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/sv/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/sv/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/sv/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/sv/entities/underFDL.docbook +share/apps/ksgmltools2/customization/sv/entities/underGPL.docbook +share/apps/ksgmltools2/customization/sv/entities/underX11License.docbook +share/apps/ksgmltools2/customization/sv/entities/update-doc.docbook +share/apps/ksgmltools2/customization/sv/lang.entities +share/apps/ksgmltools2/customization/sv/strings.entities +share/apps/ksgmltools2/customization/sv/user.entities +share/apps/ksgmltools2/customization/tr/catalog +share/apps/ksgmltools2/customization/tr/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/tr/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/tr/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/tr/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/tr/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/tr/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/tr/entities/underFDL.docbook +share/apps/ksgmltools2/customization/tr/entities/underGPL.docbook +share/apps/ksgmltools2/customization/tr/entities/underX11License.docbook +share/apps/ksgmltools2/customization/tr/entities/update-doc.docbook +share/apps/ksgmltools2/customization/tr/lang.entities +share/apps/ksgmltools2/customization/tr/strings.entities +share/apps/ksgmltools2/customization/tr/user.entities +share/apps/ksgmltools2/customization/xsl/README +share/apps/ksgmltools2/customization/xsl/ca.xml +share/apps/ksgmltools2/customization/xsl/cs.xml +share/apps/ksgmltools2/customization/xsl/da.xml +share/apps/ksgmltools2/customization/xsl/de.xml +share/apps/ksgmltools2/customization/xsl/el.xml +share/apps/ksgmltools2/customization/xsl/en.xml +share/apps/ksgmltools2/customization/xsl/es.xml +share/apps/ksgmltools2/customization/xsl/et.xml +share/apps/ksgmltools2/customization/xsl/fi.xml +share/apps/ksgmltools2/customization/xsl/fr.xml +share/apps/ksgmltools2/customization/xsl/hu.xml +share/apps/ksgmltools2/customization/xsl/it.xml +share/apps/ksgmltools2/customization/xsl/ja.xml +share/apps/ksgmltools2/customization/xsl/ko.xml +share/apps/ksgmltools2/customization/xsl/nl.xml +share/apps/ksgmltools2/customization/xsl/no.xml +share/apps/ksgmltools2/customization/xsl/pl.xml +share/apps/ksgmltools2/customization/xsl/pt.xml +share/apps/ksgmltools2/customization/xsl/pt_br.xml +share/apps/ksgmltools2/customization/xsl/ro.xml +share/apps/ksgmltools2/customization/xsl/ru.xml +share/apps/ksgmltools2/customization/xsl/sk.xml +share/apps/ksgmltools2/customization/xsl/sl.xml +share/apps/ksgmltools2/customization/xsl/sr.xml +share/apps/ksgmltools2/customization/xsl/sv.xml +share/apps/ksgmltools2/customization/xsl/zh_tw.xml +share/apps/ksgmltools2/customization/zh-TW/catalog +share/apps/ksgmltools2/customization/zh-TW/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underFDL.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underGPL.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underX11License.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/update-doc.docbook +share/apps/ksgmltools2/customization/zh-TW/lang.entities +share/apps/ksgmltools2/customization/zh-TW/strings.entities +share/apps/ksgmltools2/customization/zh-TW/user.entities +share/apps/ksgmltools2/docbook/README.kde +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/40chg.txt +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/41chg.txt +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ChangeLog +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/calstblx.dtd +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbcentx.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbgenent.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbhierx.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbnotnx.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbpoolx.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbook.cat +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbookx.dtd +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsa.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsb.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsc.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsn.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amso.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsr.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-box.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-cyr1.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-cyr2.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-dia.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk1.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk2.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk3.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk4.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-lat1.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-lat2.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-num.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-pub.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-tech.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/readme.txt +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/soextblx.dtd +share/apps/ksgmltools2/docbook/xsl/BUGS +share/apps/ksgmltools2/docbook/xsl/ChangeLog +share/apps/ksgmltools2/docbook/xsl/README +share/apps/ksgmltools2/docbook/xsl/TODO +share/apps/ksgmltools2/docbook/xsl/VERSION +share/apps/ksgmltools2/docbook/xsl/WhatsNew +share/apps/ksgmltools2/docbook/xsl/common/ChangeLog +share/apps/ksgmltools2/docbook/xsl/common/af.xml +share/apps/ksgmltools2/docbook/xsl/common/ca.xml +share/apps/ksgmltools2/docbook/xsl/common/common.xsl +share/apps/ksgmltools2/docbook/xsl/common/cs.xml +share/apps/ksgmltools2/docbook/xsl/common/da.xml +share/apps/ksgmltools2/docbook/xsl/common/de.xml +share/apps/ksgmltools2/docbook/xsl/common/el.xml +share/apps/ksgmltools2/docbook/xsl/common/en.xml +share/apps/ksgmltools2/docbook/xsl/common/es.xml +share/apps/ksgmltools2/docbook/xsl/common/et.xml +share/apps/ksgmltools2/docbook/xsl/common/fi.xml +share/apps/ksgmltools2/docbook/xsl/common/fr.xml +share/apps/ksgmltools2/docbook/xsl/common/gentext.xsl +share/apps/ksgmltools2/docbook/xsl/common/hu.xml +share/apps/ksgmltools2/docbook/xsl/common/id.xml +share/apps/ksgmltools2/docbook/xsl/common/it.xml +share/apps/ksgmltools2/docbook/xsl/common/ja.xml +share/apps/ksgmltools2/docbook/xsl/common/ko.xml +share/apps/ksgmltools2/docbook/xsl/common/l10n.dtd +share/apps/ksgmltools2/docbook/xsl/common/l10n.xml +share/apps/ksgmltools2/docbook/xsl/common/l10n.xsl +share/apps/ksgmltools2/docbook/xsl/common/labels.xsl +share/apps/ksgmltools2/docbook/xsl/common/nl.xml +share/apps/ksgmltools2/docbook/xsl/common/no.xml +share/apps/ksgmltools2/docbook/xsl/common/no_ny.xml +share/apps/ksgmltools2/docbook/xsl/common/pl.xml +share/apps/ksgmltools2/docbook/xsl/common/pt.xml +share/apps/ksgmltools2/docbook/xsl/common/pt_br.xml +share/apps/ksgmltools2/docbook/xsl/common/ro.xml +share/apps/ksgmltools2/docbook/xsl/common/ru.xml +share/apps/ksgmltools2/docbook/xsl/common/sk.xml +share/apps/ksgmltools2/docbook/xsl/common/sl.xml +share/apps/ksgmltools2/docbook/xsl/common/sr.xml +share/apps/ksgmltools2/docbook/xsl/common/subtitles.xsl +share/apps/ksgmltools2/docbook/xsl/common/sv.xml +share/apps/ksgmltools2/docbook/xsl/common/titles.xsl +share/apps/ksgmltools2/docbook/xsl/common/tr.xml +share/apps/ksgmltools2/docbook/xsl/common/zh_cn.xml +share/apps/ksgmltools2/docbook/xsl/common/zh_tw.xml +share/apps/ksgmltools2/docbook/xsl/html/ChangeLog +share/apps/ksgmltools2/docbook/xsl/html/admon.xsl +share/apps/ksgmltools2/docbook/xsl/html/autoidx.xsl +share/apps/ksgmltools2/docbook/xsl/html/autotoc.xsl +share/apps/ksgmltools2/docbook/xsl/html/biblio.xsl +share/apps/ksgmltools2/docbook/xsl/html/block.xsl +share/apps/ksgmltools2/docbook/xsl/html/calc-chunks.xsl +share/apps/ksgmltools2/docbook/xsl/html/callout.xsl +share/apps/ksgmltools2/docbook/xsl/html/changebars.xsl +share/apps/ksgmltools2/docbook/xsl/html/chunk-common.xsl +share/apps/ksgmltools2/docbook/xsl/html/chunk-experimental.xsl +share/apps/ksgmltools2/docbook/xsl/html/chunk.xsl +share/apps/ksgmltools2/docbook/xsl/html/chunker.xsl +share/apps/ksgmltools2/docbook/xsl/html/component.xsl +share/apps/ksgmltools2/docbook/xsl/html/division.xsl +share/apps/ksgmltools2/docbook/xsl/html/docbook.xsl +share/apps/ksgmltools2/docbook/xsl/html/ebnf.xsl +share/apps/ksgmltools2/docbook/xsl/html/expchunk.xsl +share/apps/ksgmltools2/docbook/xsl/html/footnote.xsl +share/apps/ksgmltools2/docbook/xsl/html/formal.xsl +share/apps/ksgmltools2/docbook/xsl/html/glossary.xsl +share/apps/ksgmltools2/docbook/xsl/html/graphics.xsl +share/apps/ksgmltools2/docbook/xsl/html/html.xsl +share/apps/ksgmltools2/docbook/xsl/html/index.xsl +share/apps/ksgmltools2/docbook/xsl/html/info.xsl +share/apps/ksgmltools2/docbook/xsl/html/inline.xsl +share/apps/ksgmltools2/docbook/xsl/html/keywords.xsl +share/apps/ksgmltools2/docbook/xsl/html/lists.xsl +share/apps/ksgmltools2/docbook/xsl/html/math.xsl +share/apps/ksgmltools2/docbook/xsl/html/oldchunker.xsl +share/apps/ksgmltools2/docbook/xsl/html/param.xsl +share/apps/ksgmltools2/docbook/xsl/html/pi.xsl +share/apps/ksgmltools2/docbook/xsl/html/qandaset.xsl +share/apps/ksgmltools2/docbook/xsl/html/refentry.xsl +share/apps/ksgmltools2/docbook/xsl/html/sections.xsl +share/apps/ksgmltools2/docbook/xsl/html/synop.xsl +share/apps/ksgmltools2/docbook/xsl/html/table.xsl +share/apps/ksgmltools2/docbook/xsl/html/titlepage.templates.xml +share/apps/ksgmltools2/docbook/xsl/html/titlepage.templates.xsl +share/apps/ksgmltools2/docbook/xsl/html/titlepage.xsl +share/apps/ksgmltools2/docbook/xsl/html/toc.xsl +share/apps/ksgmltools2/docbook/xsl/html/verbatim.xsl +share/apps/ksgmltools2/docbook/xsl/html/xref.xsl +share/apps/ksgmltools2/docbook/xsl/html/xtchunk.xsl +share/apps/ksgmltools2/docbook/xsl/html/xtchunker.xsl +share/apps/ksgmltools2/docbook/xsl/images/ChangeLog +share/apps/ksgmltools2/docbook/xsl/images/callouts/1.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/10.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/2.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/3.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/4.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/5.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/6.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/7.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/8.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/9.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/ChangeLog +share/apps/ksgmltools2/docbook/xsl/images/caution.png +share/apps/ksgmltools2/docbook/xsl/images/caution.tif +share/apps/ksgmltools2/docbook/xsl/images/home.png +share/apps/ksgmltools2/docbook/xsl/images/important.png +share/apps/ksgmltools2/docbook/xsl/images/important.tif +share/apps/ksgmltools2/docbook/xsl/images/next.png +share/apps/ksgmltools2/docbook/xsl/images/note.png +share/apps/ksgmltools2/docbook/xsl/images/note.tif +share/apps/ksgmltools2/docbook/xsl/images/prev.png +share/apps/ksgmltools2/docbook/xsl/images/tip.png +share/apps/ksgmltools2/docbook/xsl/images/tip.tif +share/apps/ksgmltools2/docbook/xsl/images/toc-blank.png +share/apps/ksgmltools2/docbook/xsl/images/toc-minus.png +share/apps/ksgmltools2/docbook/xsl/images/toc-plus.png +share/apps/ksgmltools2/docbook/xsl/images/up.png +share/apps/ksgmltools2/docbook/xsl/images/warning.png +share/apps/ksgmltools2/docbook/xsl/images/warning.tif +share/apps/ksgmltools2/docbook/xsl/indexing/ChangeLog +share/apps/ksgmltools2/docbook/xsl/indexing/chunk.xsl +share/apps/ksgmltools2/docbook/xsl/indexing/docbook.xsl +share/apps/ksgmltools2/docbook/xsl/lib/ChangeLog +share/apps/ksgmltools2/docbook/xsl/lib/lib.xsl share/apps/kssl/caroot/ca-bundle.crt share/apps/kstyle/pixmaps/aquaice.png share/apps/kstyle/pixmaps/black_combo.png @@ -1056,6 +1405,38 @@ share/apps/kstyle/pixmaps/marble_unchecked.png share/apps/kstyle/pixmaps/minigray.png share/apps/kstyle/pixmaps/pinkmarble.png share/apps/kstyle/pixmaps/red_checkmark.png +share/apps/kstyle/pixmaps/riscos/arrowdown.png +share/apps/kstyle/pixmaps/riscos/arrowdown_down.png +share/apps/kstyle/pixmaps/riscos/arrowleft.png +share/apps/kstyle/pixmaps/riscos/arrowleft_down.png +share/apps/kstyle/pixmaps/riscos/arrowright.png +share/apps/kstyle/pixmaps/riscos/arrowright_down.png +share/apps/kstyle/pixmaps/riscos/arrowup.png +share/apps/kstyle/pixmaps/riscos/arrowup_down.png +share/apps/kstyle/pixmaps/riscos/background.png +share/apps/kstyle/pixmaps/riscos/check.png +share/apps/kstyle/pixmaps/riscos/check_checked.png +share/apps/kstyle/pixmaps/riscos/checkmark.png +share/apps/kstyle/pixmaps/riscos/combo.png +share/apps/kstyle/pixmaps/riscos/combo_down.png +share/apps/kstyle/pixmaps/riscos/hscrollback.png +share/apps/kstyle/pixmaps/riscos/hscrollbar.png +share/apps/kstyle/pixmaps/riscos/hscrollbar_down.png +share/apps/kstyle/pixmaps/riscos/hscrollborder.png +share/apps/kstyle/pixmaps/riscos/htab.png +share/apps/kstyle/pixmaps/riscos/menu_back.png +share/apps/kstyle/pixmaps/riscos/radio.png +share/apps/kstyle/pixmaps/riscos/radio_down.png +share/apps/kstyle/pixmaps/riscos/raised_border.png +share/apps/kstyle/pixmaps/riscos/scrollborder.png +share/apps/kstyle/pixmaps/riscos/slider.png +share/apps/kstyle/pixmaps/riscos/sunk_border.png +share/apps/kstyle/pixmaps/riscos/tab_up.png +share/apps/kstyle/pixmaps/riscos/vscrollback.png +share/apps/kstyle/pixmaps/riscos/vscrollbar.png +share/apps/kstyle/pixmaps/riscos/vscrollbar_down.png +share/apps/kstyle/pixmaps/riscos/vscrollborder.png +share/apps/kstyle/pixmaps/riscos/vtab.png share/apps/kstyle/pixmaps/sbdeco_brown.png share/apps/kstyle/pixmaps/sbdeco_elec.png share/apps/kstyle/pixmaps/sbdeco_elec_small.png @@ -1083,47 +1464,65 @@ share/apps/kstyle/pixmaps/whitemarble.png share/apps/kstyle/pixmaps/woodmenu.png share/apps/kstyle/pixmaps/yellow_off.png share/apps/kstyle/pixmaps/yellow_on.png -share/apps/kstyle/themes/b3.themerc share/apps/kstyle/themes/default.themerc share/apps/kstyle/themes/highcolor.themerc -share/apps/kstyle/themes/ksgistyle.themerc share/apps/kstyle/themes/kstep.themerc share/apps/kstyle/themes/marble.themerc +share/apps/kstyle/themes/mega.themerc share/apps/kstyle/themes/qtcde.themerc share/apps/kstyle/themes/qtmotif.themerc share/apps/kstyle/themes/qtmotifplus.themerc share/apps/kstyle/themes/qtplatinum.themerc share/apps/kstyle/themes/qtsgi.themerc share/apps/kstyle/themes/qtwindows.themerc +share/apps/kstyle/themes/riscos.themerc share/apps/kstyle/themes/system.themerc share/apps/kstyle/themes/systemalt.themerc +share/apps/kstyle/themes/web.themerc share/config/charsets share/config/colors/40 Colors share/config/colors/Royal share/config/colors/Web share/config/kdebug.areas share/config/kdebugrc +share/config/kdeprintrc +share/config/ui/kprintpreviewui.rc share/config/ui/ui_standards.rc -share/doc/HTML/default +share/doc/HTML/en/common/1.png +share/doc/HTML/en/common/10.png +share/doc/HTML/en/common/2.png +share/doc/HTML/en/common/3.png +share/doc/HTML/en/common/4.png +share/doc/HTML/en/common/5.png +share/doc/HTML/en/common/6.png +share/doc/HTML/en/common/7.png +share/doc/HTML/en/common/8.png +share/doc/HTML/en/common/9.png share/doc/HTML/en/common/artistic-license.html +share/doc/HTML/en/common/bottom1.png +share/doc/HTML/en/common/bottom2.png share/doc/HTML/en/common/bsd-license.html share/doc/HTML/en/common/caution.png +share/doc/HTML/en/common/doctop1.png +share/doc/HTML/en/common/doctop1a.png +share/doc/HTML/en/common/doctop1b.png +share/doc/HTML/en/common/doctop2.png share/doc/HTML/en/common/fdl-license share/doc/HTML/en/common/fdl-license.html share/doc/HTML/en/common/gpl-license share/doc/HTML/en/common/gpl-license.html -share/doc/HTML/en/common/home.png share/doc/HTML/en/common/important.png share/doc/HTML/en/common/kde-common.css share/doc/HTML/en/common/kde-default.css +share/doc/HTML/en/common/kde-localised.css.template share/doc/HTML/en/common/lgpl-license share/doc/HTML/en/common/lgpl-license.html share/doc/HTML/en/common/logotp3-small.png share/doc/HTML/en/common/logotp3.png -share/doc/HTML/en/common/next.png share/doc/HTML/en/common/note.png share/doc/HTML/en/common/prev.png share/doc/HTML/en/common/qpl-license.html +share/doc/HTML/en/common/shadow.png share/doc/HTML/en/common/tip.png share/doc/HTML/en/common/toc-blank.png share/doc/HTML/en/common/toc-minus.png @@ -1132,18 +1531,6 @@ share/doc/HTML/en/common/up.png share/doc/HTML/en/common/warning.png share/doc/HTML/en/common/x11-license.html share/doc/HTML/en/common/xml.dcl -share/doc/HTML/en/kspell/.anchors -@unexec %%RM%% -rf share/doc/HTML/en/kspell/common -share/doc/HTML/en/kspell/configuration-dialog-.html -share/doc/HTML/en/kspell/contact-information.html -share/doc/HTML/en/kspell/encodings.html -share/doc/HTML/en/kspell/index.cvlog -share/doc/HTML/en/kspell/index.docbook -share/doc/HTML/en/kspell/index.html -share/doc/HTML/en/kspell/misspelled-word-dialog.html -share/doc/HTML/en/kspell/other-functions.html -share/doc/HTML/en/kspell/other.html -share/doc/HTML/en/kspell/spell-checking-client.html share/icons/hicolor/16x16/actions/1downarrow.png share/icons/hicolor/16x16/actions/1leftarrow.png share/icons/hicolor/16x16/actions/1rightarrow.png @@ -1162,7 +1549,11 @@ share/icons/hicolor/16x16/actions/bookmark_folder.png share/icons/hicolor/16x16/actions/bookmark_toolbar.png share/icons/hicolor/16x16/actions/bottom.png share/icons/hicolor/16x16/actions/charset.png +share/icons/hicolor/16x16/actions/color_fill.png +share/icons/hicolor/16x16/actions/color_line.png +share/icons/hicolor/16x16/actions/colorize.png share/icons/hicolor/16x16/actions/colorpicker.png +share/icons/hicolor/16x16/actions/completion.png share/icons/hicolor/16x16/actions/configure.png share/icons/hicolor/16x16/actions/connect_creating.png share/icons/hicolor/16x16/actions/connect_established.png @@ -1180,6 +1571,7 @@ share/icons/hicolor/16x16/actions/editcut.png share/icons/hicolor/16x16/actions/editdelete.png share/icons/hicolor/16x16/actions/editpaste.png share/icons/hicolor/16x16/actions/editshred.png +share/icons/hicolor/16x16/actions/edittrash.png share/icons/hicolor/16x16/actions/encrypted.png share/icons/hicolor/16x16/actions/eraser.png share/icons/hicolor/16x16/actions/exec.png @@ -1189,6 +1581,7 @@ share/icons/hicolor/16x16/actions/filefind.png share/icons/hicolor/16x16/actions/filenew.png share/icons/hicolor/16x16/actions/fileopen.png share/icons/hicolor/16x16/actions/fileprint.png +share/icons/hicolor/16x16/actions/filequickprint.png share/icons/hicolor/16x16/actions/filesave.png share/icons/hicolor/16x16/actions/fill.png share/icons/hicolor/16x16/actions/filter.png @@ -1204,6 +1597,8 @@ share/icons/hicolor/16x16/actions/goto.png share/icons/hicolor/16x16/actions/help.png share/icons/hicolor/16x16/actions/history.png share/icons/hicolor/16x16/actions/idea.png +share/icons/hicolor/16x16/actions/identity.png +share/icons/hicolor/16x16/actions/key_enter.png share/icons/hicolor/16x16/actions/locationbar_erase.png share/icons/hicolor/16x16/actions/lock.png share/icons/hicolor/16x16/actions/mail_forward.png @@ -1212,30 +1607,93 @@ share/icons/hicolor/16x16/actions/mail_get.png share/icons/hicolor/16x16/actions/mail_reply.png share/icons/hicolor/16x16/actions/mail_replyall.png share/icons/hicolor/16x16/actions/mail_send.png +share/icons/hicolor/16x16/actions/misc.png share/icons/hicolor/16x16/actions/move.png share/icons/hicolor/16x16/actions/news_subscribe.png share/icons/hicolor/16x16/actions/news_unsubscribe.png share/icons/hicolor/16x16/actions/next.png +share/icons/hicolor/16x16/actions/ok.png share/icons/hicolor/16x16/actions/openterm.png +share/icons/hicolor/16x16/actions/paintbrush.png +share/icons/hicolor/16x16/actions/pencil.png +share/icons/hicolor/16x16/actions/player_end.png +share/icons/hicolor/16x16/actions/player_pause.png +share/icons/hicolor/16x16/actions/player_start.png +share/icons/hicolor/16x16/actions/player_stop.png share/icons/hicolor/16x16/actions/previous.png +share/icons/hicolor/16x16/actions/queue.png share/icons/hicolor/16x16/actions/redo.png share/icons/hicolor/16x16/actions/reload.png +share/icons/hicolor/16x16/actions/remove.png share/icons/hicolor/16x16/actions/revert.png +share/icons/hicolor/16x16/actions/rotate.png +share/icons/hicolor/16x16/actions/rotate_ccw.png +share/icons/hicolor/16x16/actions/rotate_cw.png share/icons/hicolor/16x16/actions/run.png +share/icons/hicolor/16x16/actions/signature.png share/icons/hicolor/16x16/actions/spellcheck.png +share/icons/hicolor/16x16/actions/stamp.png share/icons/hicolor/16x16/actions/start.png share/icons/hicolor/16x16/actions/stop.png +share/icons/hicolor/16x16/actions/text.png +share/icons/hicolor/16x16/actions/text_block.png +share/icons/hicolor/16x16/actions/text_bold.png +share/icons/hicolor/16x16/actions/text_center.png +share/icons/hicolor/16x16/actions/text_italic.png +share/icons/hicolor/16x16/actions/text_left.png +share/icons/hicolor/16x16/actions/text_right.png +share/icons/hicolor/16x16/actions/text_under.png +share/icons/hicolor/16x16/actions/thumbnail.png share/icons/hicolor/16x16/actions/top.png +share/icons/hicolor/16x16/actions/transform.png share/icons/hicolor/16x16/actions/undo.png share/icons/hicolor/16x16/actions/unlock.png share/icons/hicolor/16x16/actions/up.png +share/icons/hicolor/16x16/actions/view_bottom.png +share/icons/hicolor/16x16/actions/view_left_right.png +share/icons/hicolor/16x16/actions/view_remove.png +share/icons/hicolor/16x16/actions/view_right.png +share/icons/hicolor/16x16/actions/view_sidetree.png +share/icons/hicolor/16x16/actions/view_top_bottom.png share/icons/hicolor/16x16/actions/viewmag+.png share/icons/hicolor/16x16/actions/viewmag-.png share/icons/hicolor/16x16/actions/viewmag.png share/icons/hicolor/16x16/actions/window_fullscreen.png share/icons/hicolor/16x16/actions/window_new.png share/icons/hicolor/16x16/actions/window_nofullscreen.png +share/icons/hicolor/16x16/actions/wizard.png +share/icons/hicolor/16x16/apps/xapp.png +share/icons/hicolor/16x16/devices/3floppy_mount.png +share/icons/hicolor/16x16/devices/3floppy_unmount.png +share/icons/hicolor/16x16/devices/5floppy_mount.png +share/icons/hicolor/16x16/devices/5floppy_unmount.png +share/icons/hicolor/16x16/devices/cdaudio_mount.png +share/icons/hicolor/16x16/devices/cdaudio_unmount.png +share/icons/hicolor/16x16/devices/cdrom_mount.png +share/icons/hicolor/16x16/devices/cdrom_unmount.png +share/icons/hicolor/16x16/devices/cdwriter_mount.png +share/icons/hicolor/16x16/devices/cdwriter_unmount.png +share/icons/hicolor/16x16/devices/dvd_mount.png +share/icons/hicolor/16x16/devices/dvd_unmount.png +share/icons/hicolor/16x16/devices/hdd_mount.png +share/icons/hicolor/16x16/devices/hdd_unmount.png +share/icons/hicolor/16x16/devices/memory.png +share/icons/hicolor/16x16/devices/mo_mount.png +share/icons/hicolor/16x16/devices/mo_unmount.png +share/icons/hicolor/16x16/devices/nfs_mount.png +share/icons/hicolor/16x16/devices/nfs_unmount.png +share/icons/hicolor/16x16/devices/printer1.png +share/icons/hicolor/16x16/devices/printer2.png +share/icons/hicolor/16x16/devices/scanner.png +share/icons/hicolor/16x16/devices/tablet.png +share/icons/hicolor/16x16/devices/zip_mount.png +share/icons/hicolor/16x16/devices/zip_unmount.png +share/icons/hicolor/16x16/filesystems/blockdevice.png +share/icons/hicolor/16x16/filesystems/chardevice.png share/icons/hicolor/16x16/filesystems/desktop.png +share/icons/hicolor/16x16/filesystems/exec.png +share/icons/hicolor/16x16/filesystems/file_broken.png +share/icons/hicolor/16x16/filesystems/file_locked.png share/icons/hicolor/16x16/filesystems/folder.png share/icons/hicolor/16x16/filesystems/folder_blue.png share/icons/hicolor/16x16/filesystems/folder_blue_open.png @@ -1266,11 +1724,19 @@ share/icons/hicolor/16x16/filesystems/folder_yellow.png share/icons/hicolor/16x16/filesystems/folder_yellow_open.png share/icons/hicolor/16x16/filesystems/ftp.png share/icons/hicolor/16x16/filesystems/link.png +share/icons/hicolor/16x16/filesystems/lockoverlay.png share/icons/hicolor/16x16/filesystems/network.png +share/icons/hicolor/16x16/filesystems/pipe.png +share/icons/hicolor/16x16/filesystems/shredder.png +share/icons/hicolor/16x16/filesystems/socket.png +share/icons/hicolor/16x16/filesystems/trashcan_empty.png +share/icons/hicolor/16x16/filesystems/trashcan_full.png share/icons/hicolor/16x16/filesystems/www.png +share/icons/hicolor/16x16/filesystems/zip.png share/icons/hicolor/16x16/mimetypes/applix.png share/icons/hicolor/16x16/mimetypes/binary.png share/icons/hicolor/16x16/mimetypes/binary2.png +share/icons/hicolor/16x16/mimetypes/cdtrack.png share/icons/hicolor/16x16/mimetypes/colorscm.png share/icons/hicolor/16x16/mimetypes/core.png share/icons/hicolor/16x16/mimetypes/deb.png @@ -1280,9 +1746,11 @@ share/icons/hicolor/16x16/mimetypes/dvi.png share/icons/hicolor/16x16/mimetypes/font_bitmap.png share/icons/hicolor/16x16/mimetypes/font_truetype.png share/icons/hicolor/16x16/mimetypes/font_type1.png +share/icons/hicolor/16x16/mimetypes/gf.png share/icons/hicolor/16x16/mimetypes/html.png share/icons/hicolor/16x16/mimetypes/image.png share/icons/hicolor/16x16/mimetypes/info.png +share/icons/hicolor/16x16/mimetypes/kmultiple.png share/icons/hicolor/16x16/mimetypes/log.png share/icons/hicolor/16x16/mimetypes/make.png share/icons/hicolor/16x16/mimetypes/man.png @@ -1291,7 +1759,9 @@ share/icons/hicolor/16x16/mimetypes/midi.png share/icons/hicolor/16x16/mimetypes/mime_empty.png share/icons/hicolor/16x16/mimetypes/misc_doc.png share/icons/hicolor/16x16/mimetypes/netscape_doc.png +share/icons/hicolor/16x16/mimetypes/news.png share/icons/hicolor/16x16/mimetypes/pdf.png +share/icons/hicolor/16x16/mimetypes/pk.png share/icons/hicolor/16x16/mimetypes/postscript.png share/icons/hicolor/16x16/mimetypes/readme.png share/icons/hicolor/16x16/mimetypes/recycled.png @@ -1307,6 +1777,7 @@ share/icons/hicolor/16x16/mimetypes/source_f.png share/icons/hicolor/16x16/mimetypes/source_h.png share/icons/hicolor/16x16/mimetypes/source_java.png share/icons/hicolor/16x16/mimetypes/source_l.png +share/icons/hicolor/16x16/mimetypes/source_moc.png share/icons/hicolor/16x16/mimetypes/source_o.png share/icons/hicolor/16x16/mimetypes/source_pl.png share/icons/hicolor/16x16/mimetypes/source_py.png @@ -1316,7 +1787,11 @@ share/icons/hicolor/16x16/mimetypes/tar.png share/icons/hicolor/16x16/mimetypes/tgz.png share/icons/hicolor/16x16/mimetypes/txt.png share/icons/hicolor/16x16/mimetypes/unknown.png +share/icons/hicolor/16x16/mimetypes/vcalendar.png +share/icons/hicolor/16x16/mimetypes/vcard.png +share/icons/hicolor/16x16/mimetypes/vectorgfx.png share/icons/hicolor/16x16/mimetypes/video.png +share/icons/hicolor/16x16/mimetypes/widget_doc.png share/icons/hicolor/16x16/mimetypes/wordprocessing.png share/icons/hicolor/22x22/actions/1downarrow.png share/icons/hicolor/22x22/actions/1leftarrow.png @@ -1336,6 +1811,8 @@ share/icons/hicolor/22x22/actions/bookmark_add.png share/icons/hicolor/22x22/actions/bottom.png share/icons/hicolor/22x22/actions/centrejust.png share/icons/hicolor/22x22/actions/charset.png +share/icons/hicolor/22x22/actions/color_fill.png +share/icons/hicolor/22x22/actions/color_line.png share/icons/hicolor/22x22/actions/colorize.png share/icons/hicolor/22x22/actions/colorpicker.png share/icons/hicolor/22x22/actions/configure.png @@ -1365,7 +1842,9 @@ share/icons/hicolor/22x22/actions/filefind.png share/icons/hicolor/22x22/actions/filenew.png share/icons/hicolor/22x22/actions/fileopen.png share/icons/hicolor/22x22/actions/fileprint.png +share/icons/hicolor/22x22/actions/filequickprint.png share/icons/hicolor/22x22/actions/filesave.png +share/icons/hicolor/22x22/actions/filesaveas.png share/icons/hicolor/22x22/actions/fill.png share/icons/hicolor/22x22/actions/filter.png share/icons/hicolor/22x22/actions/find.png @@ -1377,6 +1856,7 @@ share/icons/hicolor/22x22/actions/gear.png share/icons/hicolor/22x22/actions/gohome.png share/icons/hicolor/22x22/actions/goto.png share/icons/hicolor/22x22/actions/help.png +share/icons/hicolor/22x22/actions/history.png share/icons/hicolor/22x22/actions/kde/0001.png share/icons/hicolor/22x22/actions/kde/0002.png share/icons/hicolor/22x22/actions/kde/0003.png @@ -1427,6 +1907,7 @@ share/icons/hicolor/22x22/actions/kde/0047.png share/icons/hicolor/22x22/actions/kde/0048.png share/icons/hicolor/22x22/actions/kde/0049.png share/icons/hicolor/22x22/actions/kde/0050.png +share/icons/hicolor/22x22/actions/key_enter.png share/icons/hicolor/22x22/actions/leftjust.png share/icons/hicolor/22x22/actions/locationbar_erase.png share/icons/hicolor/22x22/actions/lock.png @@ -1454,6 +1935,9 @@ share/icons/hicolor/22x22/actions/redo.png share/icons/hicolor/22x22/actions/reload.png share/icons/hicolor/22x22/actions/revert.png share/icons/hicolor/22x22/actions/rightjust.png +share/icons/hicolor/22x22/actions/rotate.png +share/icons/hicolor/22x22/actions/rotate_ccw.png +share/icons/hicolor/22x22/actions/rotate_cw.png share/icons/hicolor/22x22/actions/run.png share/icons/hicolor/22x22/actions/showmenu.png share/icons/hicolor/22x22/actions/signature.png @@ -1468,11 +1952,17 @@ share/icons/hicolor/22x22/actions/text_italic.png share/icons/hicolor/22x22/actions/text_left.png share/icons/hicolor/22x22/actions/text_right.png share/icons/hicolor/22x22/actions/text_under.png +share/icons/hicolor/22x22/actions/thumbnail.png share/icons/hicolor/22x22/actions/top.png share/icons/hicolor/22x22/actions/undo.png share/icons/hicolor/22x22/actions/unlock.png share/icons/hicolor/22x22/actions/up.png +share/icons/hicolor/22x22/actions/view_bottom.png +share/icons/hicolor/22x22/actions/view_left_right.png +share/icons/hicolor/22x22/actions/view_remove.png +share/icons/hicolor/22x22/actions/view_right.png share/icons/hicolor/22x22/actions/view_sidetree.png +share/icons/hicolor/22x22/actions/view_top_bottom.png share/icons/hicolor/22x22/actions/viewmag+.png share/icons/hicolor/22x22/actions/viewmag-.png share/icons/hicolor/22x22/actions/viewmag.png @@ -1631,12 +2121,44 @@ share/icons/hicolor/32x32/actions/top.png share/icons/hicolor/32x32/actions/undo.png share/icons/hicolor/32x32/actions/unlock.png share/icons/hicolor/32x32/actions/up.png +share/icons/hicolor/32x32/actions/view_bottom.png +share/icons/hicolor/32x32/actions/view_left_right.png +share/icons/hicolor/32x32/actions/view_remove.png +share/icons/hicolor/32x32/actions/view_right.png +share/icons/hicolor/32x32/actions/view_top_bottom.png share/icons/hicolor/32x32/actions/viewmag+.png share/icons/hicolor/32x32/actions/viewmag-.png share/icons/hicolor/32x32/actions/viewmag.png share/icons/hicolor/32x32/actions/window_fullscreen.png share/icons/hicolor/32x32/actions/window_nofullscreen.png share/icons/hicolor/32x32/actions/wizard.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/cdaudio_mount.png +share/icons/hicolor/32x32/devices/cdaudio_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/dvd_mount.png +share/icons/hicolor/32x32/devices/dvd_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/nfs_mount.png +share/icons/hicolor/32x32/devices/nfs_unmount.png +share/icons/hicolor/32x32/devices/pda_black.png +share/icons/hicolor/32x32/devices/pda_blue.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/32x32/filesystems/blockdevice.png share/icons/hicolor/32x32/filesystems/chardevice.png share/icons/hicolor/32x32/filesystems/desktop.png @@ -1685,6 +2207,7 @@ share/icons/hicolor/32x32/filesystems/zip.png share/icons/hicolor/32x32/mimetypes/applix.png share/icons/hicolor/32x32/mimetypes/binary.png share/icons/hicolor/32x32/mimetypes/binary2.png +share/icons/hicolor/32x32/mimetypes/cdtrack.png share/icons/hicolor/32x32/mimetypes/colorscm.png share/icons/hicolor/32x32/mimetypes/core.png share/icons/hicolor/32x32/mimetypes/deb.png @@ -1711,6 +2234,7 @@ share/icons/hicolor/32x32/mimetypes/pdf.png share/icons/hicolor/32x32/mimetypes/pk.png share/icons/hicolor/32x32/mimetypes/postscript.png share/icons/hicolor/32x32/mimetypes/readme.png +share/icons/hicolor/32x32/mimetypes/real_doc.png share/icons/hicolor/32x32/mimetypes/recycled.png share/icons/hicolor/32x32/mimetypes/resource.png share/icons/hicolor/32x32/mimetypes/rpm.png @@ -1731,6 +2255,7 @@ share/icons/hicolor/32x32/mimetypes/source_pl.png share/icons/hicolor/32x32/mimetypes/source_py.png share/icons/hicolor/32x32/mimetypes/source_s.png share/icons/hicolor/32x32/mimetypes/source_y.png +share/icons/hicolor/32x32/mimetypes/spreadsheet.png share/icons/hicolor/32x32/mimetypes/tar.png share/icons/hicolor/32x32/mimetypes/tex.png share/icons/hicolor/32x32/mimetypes/tgz.png @@ -1738,58 +2263,37 @@ share/icons/hicolor/32x32/mimetypes/txt.png share/icons/hicolor/32x32/mimetypes/unknown.png share/icons/hicolor/32x32/mimetypes/vcalendar.png share/icons/hicolor/32x32/mimetypes/vcard.png +share/icons/hicolor/32x32/mimetypes/vectorgfx.png share/icons/hicolor/32x32/mimetypes/video.png +share/icons/hicolor/32x32/mimetypes/widget_doc.png share/icons/hicolor/32x32/mimetypes/wordprocessing.png -share/icons/hicolor/48x48/actions/kde/0001.png -share/icons/hicolor/48x48/actions/kde/0002.png -share/icons/hicolor/48x48/actions/kde/0003.png -share/icons/hicolor/48x48/actions/kde/0004.png -share/icons/hicolor/48x48/actions/kde/0005.png -share/icons/hicolor/48x48/actions/kde/0006.png -share/icons/hicolor/48x48/actions/kde/0007.png -share/icons/hicolor/48x48/actions/kde/0008.png -share/icons/hicolor/48x48/actions/kde/0009.png -share/icons/hicolor/48x48/actions/kde/0010.png -share/icons/hicolor/48x48/actions/kde/0011.png -share/icons/hicolor/48x48/actions/kde/0012.png -share/icons/hicolor/48x48/actions/kde/0013.png -share/icons/hicolor/48x48/actions/kde/0014.png -share/icons/hicolor/48x48/actions/kde/0015.png -share/icons/hicolor/48x48/actions/kde/0016.png -share/icons/hicolor/48x48/actions/kde/0017.png -share/icons/hicolor/48x48/actions/kde/0018.png -share/icons/hicolor/48x48/actions/kde/0019.png -share/icons/hicolor/48x48/actions/kde/0020.png -share/icons/hicolor/48x48/actions/kde/0021.png -share/icons/hicolor/48x48/actions/kde/0022.png -share/icons/hicolor/48x48/actions/kde/0023.png -share/icons/hicolor/48x48/actions/kde/0024.png -share/icons/hicolor/48x48/actions/kde/0025.png -share/icons/hicolor/48x48/actions/kde/0026.png -share/icons/hicolor/48x48/actions/kde/0027.png -share/icons/hicolor/48x48/actions/kde/0028.png -share/icons/hicolor/48x48/actions/kde/0029.png -share/icons/hicolor/48x48/actions/kde/0030.png -share/icons/hicolor/48x48/actions/kde/0031.png -share/icons/hicolor/48x48/actions/kde/0032.png -share/icons/hicolor/48x48/actions/kde/0033.png -share/icons/hicolor/48x48/actions/kde/0034.png -share/icons/hicolor/48x48/actions/kde/0035.png -share/icons/hicolor/48x48/actions/kde/0036.png -share/icons/hicolor/48x48/actions/kde/0037.png -share/icons/hicolor/48x48/actions/kde/0038.png -share/icons/hicolor/48x48/actions/kde/0039.png -share/icons/hicolor/48x48/actions/kde/0040.png -share/icons/hicolor/48x48/actions/kde/0041.png -share/icons/hicolor/48x48/actions/kde/0042.png -share/icons/hicolor/48x48/actions/kde/0043.png -share/icons/hicolor/48x48/actions/kde/0044.png -share/icons/hicolor/48x48/actions/kde/0045.png -share/icons/hicolor/48x48/actions/kde/0046.png -share/icons/hicolor/48x48/actions/kde/0047.png -share/icons/hicolor/48x48/actions/kde/0048.png -share/icons/hicolor/48x48/actions/kde/0049.png -share/icons/hicolor/48x48/actions/kde/0050.png +share/icons/hicolor/48x48/actions/gear.png +share/icons/hicolor/48x48/actions/misc.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/cdaudio_mount.png +share/icons/hicolor/48x48/devices/cdaudio_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/dvd_mount.png +share/icons/hicolor/48x48/devices/dvd_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/nfs_mount.png +share/icons/hicolor/48x48/devices/nfs_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/hicolor/48x48/filesystems/blockdevice.png share/icons/hicolor/48x48/filesystems/chardevice.png share/icons/hicolor/48x48/filesystems/desktop.png @@ -1837,6 +2341,7 @@ share/icons/hicolor/48x48/filesystems/zip.png share/icons/hicolor/48x48/mimetypes/applix.png share/icons/hicolor/48x48/mimetypes/binary.png share/icons/hicolor/48x48/mimetypes/binary2.png +share/icons/hicolor/48x48/mimetypes/cdtrack.png share/icons/hicolor/48x48/mimetypes/colorscm.png share/icons/hicolor/48x48/mimetypes/core.png share/icons/hicolor/48x48/mimetypes/deb.png @@ -1863,6 +2368,7 @@ share/icons/hicolor/48x48/mimetypes/pdf.png share/icons/hicolor/48x48/mimetypes/pk.png share/icons/hicolor/48x48/mimetypes/postscript.png share/icons/hicolor/48x48/mimetypes/readme.png +share/icons/hicolor/48x48/mimetypes/real_doc.png share/icons/hicolor/48x48/mimetypes/recycled.png share/icons/hicolor/48x48/mimetypes/resource.png share/icons/hicolor/48x48/mimetypes/rpm.png @@ -1883,6 +2389,7 @@ share/icons/hicolor/48x48/mimetypes/source_pl.png share/icons/hicolor/48x48/mimetypes/source_py.png share/icons/hicolor/48x48/mimetypes/source_s.png share/icons/hicolor/48x48/mimetypes/source_y.png +share/icons/hicolor/48x48/mimetypes/spreadsheet.png share/icons/hicolor/48x48/mimetypes/tar.png share/icons/hicolor/48x48/mimetypes/tex.png share/icons/hicolor/48x48/mimetypes/tgz.png @@ -1890,357 +2397,50 @@ share/icons/hicolor/48x48/mimetypes/txt.png share/icons/hicolor/48x48/mimetypes/unknown.png share/icons/hicolor/48x48/mimetypes/vcalendar.png share/icons/hicolor/48x48/mimetypes/vcard.png +share/icons/hicolor/48x48/mimetypes/vectorgfx.png share/icons/hicolor/48x48/mimetypes/video.png +share/icons/hicolor/48x48/mimetypes/widget_doc.png share/icons/hicolor/48x48/mimetypes/wordprocessing.png +share/icons/hicolor/64x64/filesystems/folder.png +share/icons/hicolor/64x64/filesystems/link.png +share/icons/hicolor/64x64/mimetypes/binary2.png +share/icons/hicolor/64x64/mimetypes/cdtrack.png +share/icons/hicolor/64x64/mimetypes/core.png +share/icons/hicolor/64x64/mimetypes/document.png +share/icons/hicolor/64x64/mimetypes/document2.png +share/icons/hicolor/64x64/mimetypes/html.png +share/icons/hicolor/64x64/mimetypes/image.png +share/icons/hicolor/64x64/mimetypes/make.png +share/icons/hicolor/64x64/mimetypes/man.png +share/icons/hicolor/64x64/mimetypes/midi.png +share/icons/hicolor/64x64/mimetypes/mime_empty.png +share/icons/hicolor/64x64/mimetypes/misc_doc.png +share/icons/hicolor/64x64/mimetypes/netscape_doc.png +share/icons/hicolor/64x64/mimetypes/postscript.png +share/icons/hicolor/64x64/mimetypes/real_doc.png +share/icons/hicolor/64x64/mimetypes/recycled.png +share/icons/hicolor/64x64/mimetypes/rpm.png +share/icons/hicolor/64x64/mimetypes/shellscript.png +share/icons/hicolor/64x64/mimetypes/shellscript2.png +share/icons/hicolor/64x64/mimetypes/sound.png +share/icons/hicolor/64x64/mimetypes/source.png +share/icons/hicolor/64x64/mimetypes/source_c.png +share/icons/hicolor/64x64/mimetypes/source_cpp.png +share/icons/hicolor/64x64/mimetypes/source_f.png +share/icons/hicolor/64x64/mimetypes/source_h.png +share/icons/hicolor/64x64/mimetypes/source_l.png +share/icons/hicolor/64x64/mimetypes/source_o.png +share/icons/hicolor/64x64/mimetypes/source_p.png +share/icons/hicolor/64x64/mimetypes/source_py.png +share/icons/hicolor/64x64/mimetypes/source_s.png +share/icons/hicolor/64x64/mimetypes/source_y.png +share/icons/hicolor/64x64/mimetypes/tar.png +share/icons/hicolor/64x64/mimetypes/tgz.png +share/icons/hicolor/64x64/mimetypes/txt.png +share/icons/hicolor/64x64/mimetypes/unknown.png +share/icons/hicolor/64x64/mimetypes/video.png +share/icons/hicolor/64x64/mimetypes/widget_doc.png share/icons/hicolor/index.desktop -share/icons/locolor/16x16/actions/1downarrow.png -share/icons/locolor/16x16/actions/1leftarrow.png -share/icons/locolor/16x16/actions/1rightarrow.png -share/icons/locolor/16x16/actions/1uparrow.png -share/icons/locolor/16x16/actions/2downarrow.png -share/icons/locolor/16x16/actions/2leftarrow.png -share/icons/locolor/16x16/actions/2rightarrow.png -share/icons/locolor/16x16/actions/2uparrow.png -share/icons/locolor/16x16/actions/airbrush.png -share/icons/locolor/16x16/actions/attach.png -share/icons/locolor/16x16/actions/back.png -share/icons/locolor/16x16/actions/blend.png -share/icons/locolor/16x16/actions/bookmark.png -share/icons/locolor/16x16/actions/bookmark_add.png -share/icons/locolor/16x16/actions/bookmark_toolbar.png -share/icons/locolor/16x16/actions/bottom.png -share/icons/locolor/16x16/actions/charset.png -share/icons/locolor/16x16/actions/colorize.png -share/icons/locolor/16x16/actions/colorpicker.png -share/icons/locolor/16x16/actions/completion.png -share/icons/locolor/16x16/actions/configure.png -share/icons/locolor/16x16/actions/connect_creating.png -share/icons/locolor/16x16/actions/connect_established.png -share/icons/locolor/16x16/actions/connect_no.png -share/icons/locolor/16x16/actions/contents.png -share/icons/locolor/16x16/actions/contexthelp.png -share/icons/locolor/16x16/actions/crop.png -share/icons/locolor/16x16/actions/decrypted.png -share/icons/locolor/16x16/actions/down.png -share/icons/locolor/16x16/actions/edit.png -share/icons/locolor/16x16/actions/editclear.png -share/icons/locolor/16x16/actions/editcopy.png -share/icons/locolor/16x16/actions/editcut.png -share/icons/locolor/16x16/actions/editdelete.png -share/icons/locolor/16x16/actions/editpaste.png -share/icons/locolor/16x16/actions/editshred.png -share/icons/locolor/16x16/actions/edittrash.png -share/icons/locolor/16x16/actions/encrypted.png -share/icons/locolor/16x16/actions/eraser.png -share/icons/locolor/16x16/actions/exec.png -share/icons/locolor/16x16/actions/exit.png -share/icons/locolor/16x16/actions/fileclose.png -share/icons/locolor/16x16/actions/filefind.png -share/icons/locolor/16x16/actions/filenew.png -share/icons/locolor/16x16/actions/fileopen.png -share/icons/locolor/16x16/actions/fileprint.png -share/icons/locolor/16x16/actions/filequickprint.png -share/icons/locolor/16x16/actions/filesave.png -share/icons/locolor/16x16/actions/fill.png -share/icons/locolor/16x16/actions/filter.png -share/icons/locolor/16x16/actions/find.png -share/icons/locolor/16x16/actions/finish.png -share/icons/locolor/16x16/actions/flag.png -share/icons/locolor/16x16/actions/folder_new.png -share/icons/locolor/16x16/actions/forward.png -share/icons/locolor/16x16/actions/frameprint.png -share/icons/locolor/16x16/actions/gear.png -share/icons/locolor/16x16/actions/gohome.png -share/icons/locolor/16x16/actions/goto.png -share/icons/locolor/16x16/actions/help.png -share/icons/locolor/16x16/actions/history.png -share/icons/locolor/16x16/actions/idea.png -share/icons/locolor/16x16/actions/identity.png -share/icons/locolor/16x16/actions/kde/0001.png -share/icons/locolor/16x16/actions/kde/0002.png -share/icons/locolor/16x16/actions/kde/0003.png -share/icons/locolor/16x16/actions/kde/0004.png -share/icons/locolor/16x16/actions/kde/0005.png -share/icons/locolor/16x16/actions/kde/0006.png -share/icons/locolor/16x16/actions/kde/0007.png -share/icons/locolor/16x16/actions/kde/0008.png -share/icons/locolor/16x16/actions/kde/0009.png -share/icons/locolor/16x16/actions/kde/0010.png -share/icons/locolor/16x16/actions/kde/0011.png -share/icons/locolor/16x16/actions/kde/0012.png -share/icons/locolor/16x16/actions/kde/0013.png -share/icons/locolor/16x16/actions/kde/0014.png -share/icons/locolor/16x16/actions/kde/0015.png -share/icons/locolor/16x16/actions/kde/0016.png -share/icons/locolor/16x16/actions/kde/0017.png -share/icons/locolor/16x16/actions/kde/0018.png -share/icons/locolor/16x16/actions/kde/0019.png -share/icons/locolor/16x16/actions/kde/0020.png -share/icons/locolor/16x16/actions/kde/0021.png -share/icons/locolor/16x16/actions/kde/0022.png -share/icons/locolor/16x16/actions/kde/0023.png -share/icons/locolor/16x16/actions/kde/0024.png -share/icons/locolor/16x16/actions/kde/0025.png -share/icons/locolor/16x16/actions/kde/0026.png -share/icons/locolor/16x16/actions/kde/0027.png -share/icons/locolor/16x16/actions/kde/0028.png -share/icons/locolor/16x16/actions/kde/0029.png -share/icons/locolor/16x16/actions/kde/0030.png -share/icons/locolor/16x16/actions/kde/0031.png -share/icons/locolor/16x16/actions/kde/0032.png -share/icons/locolor/16x16/actions/kde/0033.png -share/icons/locolor/16x16/actions/kde/0034.png -share/icons/locolor/16x16/actions/kde/0035.png -share/icons/locolor/16x16/actions/kde/0036.png -share/icons/locolor/16x16/actions/kde/0037.png -share/icons/locolor/16x16/actions/kde/0038.png -share/icons/locolor/16x16/actions/kde/0039.png -share/icons/locolor/16x16/actions/kde/0040.png -share/icons/locolor/16x16/actions/kde/0041.png -share/icons/locolor/16x16/actions/kde/0042.png -share/icons/locolor/16x16/actions/kde/0043.png -share/icons/locolor/16x16/actions/kde/0044.png -share/icons/locolor/16x16/actions/kde/0045.png -share/icons/locolor/16x16/actions/kde/0046.png -share/icons/locolor/16x16/actions/kde/0047.png -share/icons/locolor/16x16/actions/kde/0048.png -share/icons/locolor/16x16/actions/kde/0049.png -share/icons/locolor/16x16/actions/kde/0050.png -share/icons/locolor/16x16/actions/locationbar_erase.png -share/icons/locolor/16x16/actions/lock.png -share/icons/locolor/16x16/actions/mail_forward.png -share/icons/locolor/16x16/actions/mail_generic.png -share/icons/locolor/16x16/actions/mail_get.png -share/icons/locolor/16x16/actions/mail_reply.png -share/icons/locolor/16x16/actions/mail_replyall.png -share/icons/locolor/16x16/actions/mail_send.png -share/icons/locolor/16x16/actions/misc.png -share/icons/locolor/16x16/actions/move.png -share/icons/locolor/16x16/actions/news_subscribe.png -share/icons/locolor/16x16/actions/news_unsubscribe.png -share/icons/locolor/16x16/actions/next.png -share/icons/locolor/16x16/actions/ok.png -share/icons/locolor/16x16/actions/openterm.png -share/icons/locolor/16x16/actions/paintbrush.png -share/icons/locolor/16x16/actions/pencil.png -share/icons/locolor/16x16/actions/player_eject.png -share/icons/locolor/16x16/actions/player_end.png -share/icons/locolor/16x16/actions/player_pause.png -share/icons/locolor/16x16/actions/player_start.png -share/icons/locolor/16x16/actions/player_stop.png -share/icons/locolor/16x16/actions/previous.png -share/icons/locolor/16x16/actions/queue.png -share/icons/locolor/16x16/actions/redo.png -share/icons/locolor/16x16/actions/reload.png -share/icons/locolor/16x16/actions/remove.png -share/icons/locolor/16x16/actions/revert.png -share/icons/locolor/16x16/actions/rotate.png -share/icons/locolor/16x16/actions/rotate_ccw.png -share/icons/locolor/16x16/actions/rotate_cw.png -share/icons/locolor/16x16/actions/run.png -share/icons/locolor/16x16/actions/signature.png -share/icons/locolor/16x16/actions/spellcheck.png -share/icons/locolor/16x16/actions/stamp.png -share/icons/locolor/16x16/actions/start.png -share/icons/locolor/16x16/actions/stop.png -share/icons/locolor/16x16/actions/text.png -share/icons/locolor/16x16/actions/text_block.png -share/icons/locolor/16x16/actions/text_bold.png -share/icons/locolor/16x16/actions/text_center.png -share/icons/locolor/16x16/actions/text_italic.png -share/icons/locolor/16x16/actions/text_left.png -share/icons/locolor/16x16/actions/text_right.png -share/icons/locolor/16x16/actions/text_under.png -share/icons/locolor/16x16/actions/top.png -share/icons/locolor/16x16/actions/transform.png -share/icons/locolor/16x16/actions/undo.png -share/icons/locolor/16x16/actions/unlock.png -share/icons/locolor/16x16/actions/up.png -share/icons/locolor/16x16/actions/viewmag+.png -share/icons/locolor/16x16/actions/viewmag-.png -share/icons/locolor/16x16/actions/viewmag.png -share/icons/locolor/16x16/actions/window_fullscreen.png -share/icons/locolor/16x16/actions/window_new.png -share/icons/locolor/16x16/actions/window_nofullscreen.png -share/icons/locolor/16x16/actions/wizard.png -share/icons/locolor/16x16/filesystems/blockdevice.png -share/icons/locolor/16x16/filesystems/chardevice.png -share/icons/locolor/16x16/filesystems/desktop.png -share/icons/locolor/16x16/filesystems/exec.png -share/icons/locolor/16x16/filesystems/file_broken.png -share/icons/locolor/16x16/filesystems/file_locked.png -share/icons/locolor/16x16/filesystems/folder.png -share/icons/locolor/16x16/filesystems/folder_blue.png -share/icons/locolor/16x16/filesystems/folder_blue_open.png -share/icons/locolor/16x16/filesystems/folder_cyan.png -share/icons/locolor/16x16/filesystems/folder_cyan_open.png -share/icons/locolor/16x16/filesystems/folder_green.png -share/icons/locolor/16x16/filesystems/folder_green_open.png -share/icons/locolor/16x16/filesystems/folder_home.png -share/icons/locolor/16x16/filesystems/folder_locked.png -share/icons/locolor/16x16/filesystems/folder_open.png -share/icons/locolor/16x16/filesystems/folder_orange.png -share/icons/locolor/16x16/filesystems/folder_orange_open.png -share/icons/locolor/16x16/filesystems/folder_red.png -share/icons/locolor/16x16/filesystems/folder_red_open.png -share/icons/locolor/16x16/filesystems/folder_yellow.png -share/icons/locolor/16x16/filesystems/folder_yellow_open.png -share/icons/locolor/16x16/filesystems/ftp.png -share/icons/locolor/16x16/filesystems/link.png -share/icons/locolor/16x16/filesystems/lockoverlay.png -share/icons/locolor/16x16/filesystems/network.png -share/icons/locolor/16x16/filesystems/pipe.png -share/icons/locolor/16x16/filesystems/shredder.png -share/icons/locolor/16x16/filesystems/socket.png -share/icons/locolor/16x16/filesystems/trashcan_empty.png -share/icons/locolor/16x16/filesystems/trashcan_full.png -share/icons/locolor/16x16/filesystems/www.png -share/icons/locolor/16x16/filesystems/zip.png -share/icons/locolor/16x16/mimetypes/applix.png -share/icons/locolor/16x16/mimetypes/binary.png -share/icons/locolor/16x16/mimetypes/binary2.png -share/icons/locolor/16x16/mimetypes/core.png -share/icons/locolor/16x16/mimetypes/document.png -share/icons/locolor/16x16/mimetypes/dvi.png -share/icons/locolor/16x16/mimetypes/font_bitmap.png -share/icons/locolor/16x16/mimetypes/font_truetype.png -share/icons/locolor/16x16/mimetypes/font_type1.png -share/icons/locolor/16x16/mimetypes/gf.png -share/icons/locolor/16x16/mimetypes/html.png -share/icons/locolor/16x16/mimetypes/image.png -share/icons/locolor/16x16/mimetypes/info.png -share/icons/locolor/16x16/mimetypes/kmultiple.png -share/icons/locolor/16x16/mimetypes/log.png -share/icons/locolor/16x16/mimetypes/make.png -share/icons/locolor/16x16/mimetypes/man.png -share/icons/locolor/16x16/mimetypes/metafont.png -share/icons/locolor/16x16/mimetypes/midi.png -share/icons/locolor/16x16/mimetypes/mime_empty.png -share/icons/locolor/16x16/mimetypes/netscape_doc.png -share/icons/locolor/16x16/mimetypes/news.png -share/icons/locolor/16x16/mimetypes/pdf.png -share/icons/locolor/16x16/mimetypes/pk.png -share/icons/locolor/16x16/mimetypes/postscript.png -share/icons/locolor/16x16/mimetypes/readme.png -share/icons/locolor/16x16/mimetypes/recycled.png -share/icons/locolor/16x16/mimetypes/resource.png -share/icons/locolor/16x16/mimetypes/rpm.png -share/icons/locolor/16x16/mimetypes/shellscript.png -share/icons/locolor/16x16/mimetypes/shellscript2.png -share/icons/locolor/16x16/mimetypes/sound.png -share/icons/locolor/16x16/mimetypes/source.png -share/icons/locolor/16x16/mimetypes/source_c.png -share/icons/locolor/16x16/mimetypes/source_cpp.png -share/icons/locolor/16x16/mimetypes/source_f.png -share/icons/locolor/16x16/mimetypes/source_h.png -share/icons/locolor/16x16/mimetypes/source_java.png -share/icons/locolor/16x16/mimetypes/source_l.png -share/icons/locolor/16x16/mimetypes/source_moc.png -share/icons/locolor/16x16/mimetypes/source_o.png -share/icons/locolor/16x16/mimetypes/source_p.png -share/icons/locolor/16x16/mimetypes/source_pl.png -share/icons/locolor/16x16/mimetypes/source_py.png -share/icons/locolor/16x16/mimetypes/source_s.png -share/icons/locolor/16x16/mimetypes/source_y.png -share/icons/locolor/16x16/mimetypes/tar.png -share/icons/locolor/16x16/mimetypes/tex.png -share/icons/locolor/16x16/mimetypes/tgz.png -share/icons/locolor/16x16/mimetypes/txt.png -share/icons/locolor/16x16/mimetypes/unknown.png -share/icons/locolor/16x16/mimetypes/vcalendar.png -share/icons/locolor/16x16/mimetypes/vcard.png -share/icons/locolor/16x16/mimetypes/video.png -share/icons/locolor/32x32/actions/gear.png -share/icons/locolor/32x32/actions/misc.png -share/icons/locolor/32x32/filesystems/blockdevice.png -share/icons/locolor/32x32/filesystems/chardevice.png -share/icons/locolor/32x32/filesystems/desktop.png -share/icons/locolor/32x32/filesystems/exec.png -share/icons/locolor/32x32/filesystems/file_broken.png -share/icons/locolor/32x32/filesystems/file_locked.png -share/icons/locolor/32x32/filesystems/folder.png -share/icons/locolor/32x32/filesystems/folder_blue.png -share/icons/locolor/32x32/filesystems/folder_blue_open.png -share/icons/locolor/32x32/filesystems/folder_cyan.png -share/icons/locolor/32x32/filesystems/folder_cyan_open.png -share/icons/locolor/32x32/filesystems/folder_green.png -share/icons/locolor/32x32/filesystems/folder_green_open.png -share/icons/locolor/32x32/filesystems/folder_home.png -share/icons/locolor/32x32/filesystems/folder_locked.png -share/icons/locolor/32x32/filesystems/folder_open.png -share/icons/locolor/32x32/filesystems/folder_orange.png -share/icons/locolor/32x32/filesystems/folder_orange_open.png -share/icons/locolor/32x32/filesystems/folder_red.png -share/icons/locolor/32x32/filesystems/folder_red_open.png -share/icons/locolor/32x32/filesystems/folder_yellow.png -share/icons/locolor/32x32/filesystems/folder_yellow_open.png -share/icons/locolor/32x32/filesystems/ftp.png -share/icons/locolor/32x32/filesystems/link.png -share/icons/locolor/32x32/filesystems/lockoverlay.png -share/icons/locolor/32x32/filesystems/network.png -share/icons/locolor/32x32/filesystems/pipe.png -share/icons/locolor/32x32/filesystems/shredder.png -share/icons/locolor/32x32/filesystems/socket.png -share/icons/locolor/32x32/filesystems/trashcan_empty.png -share/icons/locolor/32x32/filesystems/trashcan_full.png -share/icons/locolor/32x32/filesystems/www.png -share/icons/locolor/32x32/filesystems/zip.png -share/icons/locolor/32x32/mimetypes/applix.png -share/icons/locolor/32x32/mimetypes/binary.png -share/icons/locolor/32x32/mimetypes/binary2.png -share/icons/locolor/32x32/mimetypes/core.png -share/icons/locolor/32x32/mimetypes/deb.png -share/icons/locolor/32x32/mimetypes/document.png -share/icons/locolor/32x32/mimetypes/dvi.png -share/icons/locolor/32x32/mimetypes/font_bitmap.png -share/icons/locolor/32x32/mimetypes/font_truetype.png -share/icons/locolor/32x32/mimetypes/font_type1.png -share/icons/locolor/32x32/mimetypes/gf.png -share/icons/locolor/32x32/mimetypes/html.png -share/icons/locolor/32x32/mimetypes/image.png -share/icons/locolor/32x32/mimetypes/info.png -share/icons/locolor/32x32/mimetypes/kmultiple.png -share/icons/locolor/32x32/mimetypes/log.png -share/icons/locolor/32x32/mimetypes/make.png -share/icons/locolor/32x32/mimetypes/man.png -share/icons/locolor/32x32/mimetypes/metafont.png -share/icons/locolor/32x32/mimetypes/midi.png -share/icons/locolor/32x32/mimetypes/mime_empty.png -share/icons/locolor/32x32/mimetypes/netscape_doc.png -share/icons/locolor/32x32/mimetypes/news.png -share/icons/locolor/32x32/mimetypes/pdf.png -share/icons/locolor/32x32/mimetypes/pk.png -share/icons/locolor/32x32/mimetypes/postscript.png -share/icons/locolor/32x32/mimetypes/readme.png -share/icons/locolor/32x32/mimetypes/recycled.png -share/icons/locolor/32x32/mimetypes/resource.png -share/icons/locolor/32x32/mimetypes/rpm.png -share/icons/locolor/32x32/mimetypes/shellscript.png -share/icons/locolor/32x32/mimetypes/shellscript2.png -share/icons/locolor/32x32/mimetypes/sound.png -share/icons/locolor/32x32/mimetypes/source.png -share/icons/locolor/32x32/mimetypes/source_c.png -share/icons/locolor/32x32/mimetypes/source_cpp.png -share/icons/locolor/32x32/mimetypes/source_f.png -share/icons/locolor/32x32/mimetypes/source_h.png -share/icons/locolor/32x32/mimetypes/source_java.png -share/icons/locolor/32x32/mimetypes/source_l.png -share/icons/locolor/32x32/mimetypes/source_moc.png -share/icons/locolor/32x32/mimetypes/source_o.png -share/icons/locolor/32x32/mimetypes/source_p.png -share/icons/locolor/32x32/mimetypes/source_pl.png -share/icons/locolor/32x32/mimetypes/source_py.png -share/icons/locolor/32x32/mimetypes/source_s.png -share/icons/locolor/32x32/mimetypes/source_y.png -share/icons/locolor/32x32/mimetypes/tar.png -share/icons/locolor/32x32/mimetypes/tex.png -share/icons/locolor/32x32/mimetypes/tgz.png -share/icons/locolor/32x32/mimetypes/txt.png -share/icons/locolor/32x32/mimetypes/unknown.png -share/icons/locolor/32x32/mimetypes/vcalendar.png -share/icons/locolor/32x32/mimetypes/vcard.png -share/icons/locolor/32x32/mimetypes/video.png -share/icons/locolor/index.desktop share/mimelnk/all/all.desktop share/mimelnk/all/allfiles.desktop share/mimelnk/application/msexcel.desktop @@ -2254,6 +2454,9 @@ share/mimelnk/application/postscript.desktop share/mimelnk/application/smil.desktop share/mimelnk/application/wordperfect.desktop share/mimelnk/application/x-applix.desktop +share/mimelnk/application/x-applixgraphics.desktop +share/mimelnk/application/x-applixspread.desktop +share/mimelnk/application/x-applixword.desktop share/mimelnk/application/x-archive.desktop share/mimelnk/application/x-arj.desktop share/mimelnk/application/x-awk.desktop @@ -2262,6 +2465,7 @@ share/mimelnk/application/x-bzip2.desktop share/mimelnk/application/x-compress.desktop share/mimelnk/application/x-core.desktop share/mimelnk/application/x-cpio.desktop +share/mimelnk/application/x-designer.desktop share/mimelnk/application/x-desktop.desktop share/mimelnk/application/x-dvi.desktop share/mimelnk/application/x-executable.desktop @@ -2270,8 +2474,10 @@ share/mimelnk/application/x-gzip.desktop share/mimelnk/application/x-jar.desktop share/mimelnk/application/x-java.desktop share/mimelnk/application/x-lha.desktop +share/mimelnk/application/x-linguist.desktop share/mimelnk/application/x-lzop.desktop share/mimelnk/application/x-object.desktop +share/mimelnk/application/x-ogg.desktop share/mimelnk/application/x-perl.desktop share/mimelnk/application/x-python-bytecode.desktop share/mimelnk/application/x-python.desktop @@ -2294,7 +2500,6 @@ share/mimelnk/application/x-tzo.desktop share/mimelnk/application/x-zip.desktop share/mimelnk/application/x-zoo.desktop share/mimelnk/audio/basic.desktop -share/mimelnk/audio/mpegurl.desktop share/mimelnk/audio/vnd.rn-realaudio.desktop share/mimelnk/audio/x-adpcm.desktop share/mimelnk/audio/x-aiff.desktop @@ -2302,7 +2507,6 @@ share/mimelnk/audio/x-midi.desktop share/mimelnk/audio/x-mod.desktop share/mimelnk/audio/x-mp3.desktop share/mimelnk/audio/x-mpegurl.desktop -share/mimelnk/audio/x-ogg.desktop share/mimelnk/audio/x-pn-realaudio.desktop share/mimelnk/audio/x-scpls.desktop share/mimelnk/audio/x-wav.desktop @@ -2315,8 +2519,10 @@ share/mimelnk/image/tiff.desktop share/mimelnk/image/x-bmp.desktop share/mimelnk/image/x-eps.desktop share/mimelnk/image/x-ico.desktop +share/mimelnk/image/x-jng.desktop share/mimelnk/image/x-photo-cd.desktop share/mimelnk/image/x-xbm.desktop +share/mimelnk/image/x-xcf-gimp.desktop share/mimelnk/image/x-xpm.desktop share/mimelnk/inode/block.desktop share/mimelnk/inode/chardevice.desktop @@ -2327,6 +2533,7 @@ share/mimelnk/inode/socket.desktop share/mimelnk/magic share/mimelnk/message/news.desktop share/mimelnk/message/rfc822.desktop +share/mimelnk/text/calendar.desktop share/mimelnk/text/css.desktop share/mimelnk/text/english.desktop share/mimelnk/text/html.desktop @@ -2343,6 +2550,7 @@ share/mimelnk/text/x-csrc.desktop share/mimelnk/text/x-diff.desktop share/mimelnk/text/x-java.desktop share/mimelnk/text/x-log.desktop +share/mimelnk/text/x-lyx.desktop share/mimelnk/text/x-makefile.desktop share/mimelnk/text/x-moc.desktop share/mimelnk/text/x-pascal.desktop @@ -2356,6 +2564,7 @@ share/mimelnk/text/xml.desktop share/mimelnk/video/mpeg.desktop share/mimelnk/video/quicktime.desktop share/mimelnk/video/x-flic.desktop +share/mimelnk/video/x-mng.desktop share/mimelnk/video/x-msvideo.desktop share/services/bmp.kimgio share/services/eps.kimgio @@ -2363,14 +2572,16 @@ share/services/file.protocol share/services/ftp.protocol share/services/g3.kimgio share/services/gif.kimgio +share/services/help.protocol share/services/http.protocol share/services/http_cache_cleaner.desktop share/services/https.protocol share/services/ico.kimgio share/services/jpeg.kimgio -share/services/kauthplainmodule.desktop +share/services/kaclplugin.desktop share/services/kbzip2filter.desktop share/services/kcookiejar.desktop +share/services/kded/kdeprintd.desktop share/services/kgzipfilter.desktop share/services/khtml.desktop share/services/khtmlimage.desktop @@ -2389,14 +2600,16 @@ share/services/xv.kimgio share/servicetypes/application.desktop share/servicetypes/browserview.desktop share/servicetypes/kcomprfilter.desktop +share/servicetypes/kdedmodule.desktop share/servicetypes/kpart.desktop share/servicetypes/kpropsdlgplugin.desktop share/servicetypes/krop.desktop share/servicetypes/krwp.desktop -share/servicetypes/ksasl.desktop +share/servicetypes/kscan.desktop share/servicetypes/ktexteditor.desktop share/servicetypes/kurifilterplugin.desktop @dirrm share/servicetypes +@dirrm share/services/kded @dirrm share/services @dirrm share/mimelnk/video @dirrm share/mimelnk/text @@ -2407,125 +2620,145 @@ share/servicetypes/kurifilterplugin.desktop @dirrm share/mimelnk/application @dirrm share/mimelnk/all @dirrm share/mimelnk -@dirrm share/icons/locolor/32x32/mimetypes -@dirrm share/icons/locolor/32x32/filesystems -@dirrm share/icons/locolor/32x32/actions -@dirrm share/icons/locolor/32x32 -@dirrm share/icons/locolor/16x16/mimetypes -@dirrm share/icons/locolor/16x16/filesystems -@dirrm share/icons/locolor/16x16/actions/kde -@dirrm share/icons/locolor/16x16/actions -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor +@dirrm share/icons/hicolor/64x64/mimetypes +@dirrm share/icons/hicolor/64x64/filesystems +@dirrm share/icons/hicolor/64x64 @dirrm share/icons/hicolor/48x48/mimetypes @dirrm share/icons/hicolor/48x48/filesystems -@dirrm share/icons/hicolor/48x48/actions/kde +@dirrm share/icons/hicolor/48x48/devices @dirrm share/icons/hicolor/48x48/actions @dirrm share/icons/hicolor/48x48 @dirrm share/icons/hicolor/32x32/mimetypes @dirrm share/icons/hicolor/32x32/filesystems +@dirrm share/icons/hicolor/32x32/devices @dirrm share/icons/hicolor/32x32/actions/kde @dirrm share/icons/hicolor/32x32/actions @dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/22x22/actions/kde @dirrm share/icons/hicolor/22x22/actions -@dirrm share/icons/hicolor/22x22 @dirrm share/icons/hicolor/16x16/mimetypes @dirrm share/icons/hicolor/16x16/filesystems +@dirrm share/icons/hicolor/16x16/devices +@dirrm share/icons/hicolor/16x16/apps @dirrm share/icons/hicolor/16x16/actions @dirrm share/icons/hicolor/16x16 @dirrm share/icons/hicolor -@dirrm share/doc/HTML/en/kspell @dirrm share/doc/HTML/en/common @dirrm share/doc/HTML/en -@dirrm share/doc/HTML @dirrm share/config/ui @dirrm share/config/colors @dirrm share/config @dirrm share/apps/kstyle/themes +@dirrm share/apps/kstyle/pixmaps/riscos @dirrm share/apps/kstyle/pixmaps @dirrm share/apps/kstyle @dirrm share/apps/kssl/caroot @dirrm share/apps/kssl -@dirrm share/apps/ksgmltools/zh-TW/entities -@dirrm share/apps/ksgmltools/zh-TW -@dirrm share/apps/ksgmltools/zh-CN/entities -@dirrm share/apps/ksgmltools/zh-CN -@dirrm share/apps/ksgmltools/sv/entities -@dirrm share/apps/ksgmltools/sv -@dirrm share/apps/ksgmltools/stylesheets -@dirrm share/apps/ksgmltools/sr/entities -@dirrm share/apps/ksgmltools/sr -@dirrm share/apps/ksgmltools/sl/entities -@dirrm share/apps/ksgmltools/sl -@dirrm share/apps/ksgmltools/sk/entities -@dirrm share/apps/ksgmltools/sk -@dirrm share/apps/ksgmltools/ru/entities -@dirrm share/apps/ksgmltools/ru -@dirrm share/apps/ksgmltools/ro/entities -@dirrm share/apps/ksgmltools/ro -@dirrm share/apps/ksgmltools/pt/entities -@dirrm share/apps/ksgmltools/pt-BR/entities -@dirrm share/apps/ksgmltools/pt-BR -@dirrm share/apps/ksgmltools/pt -@dirrm share/apps/ksgmltools/pl/entities -@dirrm share/apps/ksgmltools/pl -@dirrm share/apps/ksgmltools/no/entities -@dirrm share/apps/ksgmltools/no -@dirrm share/apps/ksgmltools/nl/entities -@dirrm share/apps/ksgmltools/nl -@dirrm share/apps/ksgmltools/ko/entities -@dirrm share/apps/ksgmltools/ko -@dirrm share/apps/ksgmltools/ja/entities -@dirrm share/apps/ksgmltools/ja -@dirrm share/apps/ksgmltools/it/entities -@dirrm share/apps/ksgmltools/it -@dirrm share/apps/ksgmltools/hu/entities -@dirrm share/apps/ksgmltools/hu -@dirrm share/apps/ksgmltools/fr/entities -@dirrm share/apps/ksgmltools/fr -@dirrm share/apps/ksgmltools/fi/entities -@dirrm share/apps/ksgmltools/fi -@dirrm share/apps/ksgmltools/et/entities -@dirrm share/apps/ksgmltools/et -@dirrm share/apps/ksgmltools/es/entities -@dirrm share/apps/ksgmltools/es -@dirrm share/apps/ksgmltools/entities -@dirrm share/apps/ksgmltools/en/entities -@dirrm share/apps/ksgmltools/en -@dirrm share/apps/ksgmltools/el/entities -@dirrm share/apps/ksgmltools/el -@dirrm share/apps/ksgmltools/dtd -@dirrm share/apps/ksgmltools/de/entities -@dirrm share/apps/ksgmltools/de -@dirrm share/apps/ksgmltools/da/entities -@dirrm share/apps/ksgmltools/da -@dirrm share/apps/ksgmltools/cs/entities -@dirrm share/apps/ksgmltools/cs -@dirrm share/apps/ksgmltools/ca/entities -@dirrm share/apps/ksgmltools/ca -@dirrm share/apps/ksgmltools +@dirrm share/apps/ksgmltools2/docbook/xsl/lib +@dirrm share/apps/ksgmltools2/docbook/xsl/indexing +@dirrm share/apps/ksgmltools2/docbook/xsl/images/callouts +@dirrm share/apps/ksgmltools2/docbook/xsl/images +@dirrm share/apps/ksgmltools2/docbook/xsl/html +@dirrm share/apps/ksgmltools2/docbook/xsl/common +@dirrm share/apps/ksgmltools2/docbook/xsl +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2 +@dirrm share/apps/ksgmltools2/docbook +@dirrm share/apps/ksgmltools2/customization/zh-TW/entities +@dirrm share/apps/ksgmltools2/customization/zh-TW +@dirrm share/apps/ksgmltools2/customization/xsl +@dirrm share/apps/ksgmltools2/customization/tr/entities +@dirrm share/apps/ksgmltools2/customization/tr +@dirrm share/apps/ksgmltools2/customization/sv/entities +@dirrm share/apps/ksgmltools2/customization/sv +@dirrm share/apps/ksgmltools2/customization/sr/entities +@dirrm share/apps/ksgmltools2/customization/sr +@dirrm share/apps/ksgmltools2/customization/sl/entities +@dirrm share/apps/ksgmltools2/customization/sl +@dirrm share/apps/ksgmltools2/customization/sk/entities +@dirrm share/apps/ksgmltools2/customization/sk +@dirrm share/apps/ksgmltools2/customization/ru/entities +@dirrm share/apps/ksgmltools2/customization/ru +@dirrm share/apps/ksgmltools2/customization/ro/entities +@dirrm share/apps/ksgmltools2/customization/ro +@dirrm share/apps/ksgmltools2/customization/pt/entities +@dirrm share/apps/ksgmltools2/customization/pt-BR/entities +@dirrm share/apps/ksgmltools2/customization/pt-BR +@dirrm share/apps/ksgmltools2/customization/pt +@dirrm share/apps/ksgmltools2/customization/pl/entities +@dirrm share/apps/ksgmltools2/customization/pl +@dirrm share/apps/ksgmltools2/customization/no/entities +@dirrm share/apps/ksgmltools2/customization/no-NY/entities +@dirrm share/apps/ksgmltools2/customization/no-NY +@dirrm share/apps/ksgmltools2/customization/no +@dirrm share/apps/ksgmltools2/customization/nl/entities +@dirrm share/apps/ksgmltools2/customization/nl +@dirrm share/apps/ksgmltools2/customization/ko/entities +@dirrm share/apps/ksgmltools2/customization/ko +@dirrm share/apps/ksgmltools2/customization/ja/entities +@dirrm share/apps/ksgmltools2/customization/ja +@dirrm share/apps/ksgmltools2/customization/it/entities +@dirrm share/apps/ksgmltools2/customization/it +@dirrm share/apps/ksgmltools2/customization/hu/entities +@dirrm share/apps/ksgmltools2/customization/hu +@dirrm share/apps/ksgmltools2/customization/fr/entities +@dirrm share/apps/ksgmltools2/customization/fr +@dirrm share/apps/ksgmltools2/customization/fi/entities +@dirrm share/apps/ksgmltools2/customization/fi +@dirrm share/apps/ksgmltools2/customization/et/entities +@dirrm share/apps/ksgmltools2/customization/et +@dirrm share/apps/ksgmltools2/customization/es/entities +@dirrm share/apps/ksgmltools2/customization/es +@dirrm share/apps/ksgmltools2/customization/entities +@dirrm share/apps/ksgmltools2/customization/en/entities +@dirrm share/apps/ksgmltools2/customization/en +@dirrm share/apps/ksgmltools2/customization/el/entities +@dirrm share/apps/ksgmltools2/customization/el +@dirrm share/apps/ksgmltools2/customization/dtd +@dirrm share/apps/ksgmltools2/customization/de/entities +@dirrm share/apps/ksgmltools2/customization/de +@dirrm share/apps/ksgmltools2/customization/da/entities +@dirrm share/apps/ksgmltools2/customization/da +@dirrm share/apps/ksgmltools2/customization/cs/entities +@dirrm share/apps/ksgmltools2/customization/cs +@dirrm share/apps/ksgmltools2/customization/ca/entities +@dirrm share/apps/ksgmltools2/customization/ca +@dirrm share/apps/ksgmltools2/customization/af/entities +@dirrm share/apps/ksgmltools2/customization/af +@dirrm share/apps/ksgmltools2/customization +@dirrm share/apps/ksgmltools2 @dirrm share/apps/knotify @dirrm share/apps/kjava -@dirrm share/apps/kio_uiserver/icons/locolor/16x16/apps -@dirrm share/apps/kio_uiserver/icons/locolor/16x16 -@dirrm share/apps/kio_uiserver/icons/locolor +@dirrm share/apps/kio_uiserver/icons/hicolor/16x16/apps +@dirrm share/apps/kio_uiserver/icons/hicolor/16x16 +@dirrm share/apps/kio_uiserver/icons/hicolor @dirrm share/apps/kio_uiserver/icons @dirrm share/apps/kio_uiserver -@dirrm share/apps/khtml/icons/locolor/16x16/actions -@dirrm share/apps/khtml/icons/locolor/16x16 -@dirrm share/apps/khtml/icons/locolor @dirrm share/apps/khtml/icons/hicolor/32x32/actions @dirrm share/apps/khtml/icons/hicolor/32x32 @dirrm share/apps/khtml/icons/hicolor/22x22/actions @dirrm share/apps/khtml/icons/hicolor/22x22 +@dirrm share/apps/khtml/icons/hicolor/16x16/actions +@dirrm share/apps/khtml/icons/hicolor/16x16 @dirrm share/apps/khtml/icons/hicolor @dirrm share/apps/khtml/icons @dirrm share/apps/khtml/css @dirrm share/apps/khtml @dirrm share/apps/kdeui/pics @dirrm share/apps/kdeui -@dirrm share/apps/kab/pics +@dirrm share/apps/kdeprint/plugins +@dirrm share/apps/kdeprint/pics +@dirrm share/apps/kdeprint/icons/hicolor/32x32/apps +@dirrm share/apps/kdeprint/icons/hicolor/32x32 +@dirrm share/apps/kdeprint/icons/hicolor/22x22/actions +@dirrm share/apps/kdeprint/icons/hicolor/22x22 +@dirrm share/apps/kdeprint/icons/hicolor/16x16/apps +@dirrm share/apps/kdeprint/icons/hicolor/16x16 +@dirrm share/apps/kdeprint/icons/hicolor +@dirrm share/apps/kdeprint/icons +@dirrm share/apps/kdeprint/filters +@dirrm share/apps/kdeprint +@dirrm share/apps/kconf_update @dirrm share/apps/kab @dirrm share/apps/LICENSES @dirrm share/apps @@ -2535,9 +2768,9 @@ share/servicetypes/kurifilterplugin.desktop @dirrm include/libkmid @dirrm include/kparts @dirrm include/kjs -@dirrm include/kio/sasl @dirrm include/kio @dirrm include/kdesu +@dirrm include/kdeprint @dirrm include/dom @dirrm include/artsc @dirrm include/arts diff --git a/x11/kdelibs2/pkg-req b/x11/kdelibs2/pkg-req new file mode 100644 index 000000000000..4c13d55f3fdb --- /dev/null +++ b/x11/kdelibs2/pkg-req @@ -0,0 +1,7 @@ +#!/bin/sh +if [ -f /usr/local/include/kfm.h ]; then +echo <<EOF +You have KDE1 headers installed! Installing this package +will result in conflicts between KDE2 and KDE1. +EOF +fi diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 07d9614b8745..f869db03e40a 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdelibs -PORTVERSION= 2.1.2 +PORTVERSION= 2.2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/src @@ -15,7 +15,10 @@ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ - mimelib.3:${PORTSDIR}/converters/kdesupport2 + fam.0:${PORTSDIR}/devel/fam \ + cups.2:${PORTSDIR}/print/cups \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ + bz2.1:${PORTSDIR}/archivers/bzip2 USE_OPENSSL= yes USE_QT_VER= 2 @@ -24,6 +27,8 @@ SOMINOR= 0 USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-cups --disable-ltdl-install \ + --enable-debug --disable-final .if ${MACHINE_ARCH} == "alpha" CFLAGS= -O0 ${KDE_CFLAGS} @@ -31,7 +36,7 @@ CFLAGS= -O0 ${KDE_CFLAGS} USE_GMAKE= yes MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" -PLIST_SUB+= LIBVER="${SOMAJOR}" RM="${RM}" +PLIST_SUB+= LIBVER="${SOMAJOR}" LDCONFIG="${LDCONFIG}" .include <bsd.port.pre.mk> @@ -46,14 +51,28 @@ pre-fetch: @${ECHO} "then KDE2 will not build with SSL support." @${ECHO} .endif +.if exists(${LOCALBASE}/include/kfm.h) + @${ECHO} + @${ECHO} " NOTICE" + @${ECHO} + @${ECHO} "You have KDE1 headers installed! Installing this port" + @${ECHO} "will result in conflicts between KDE2 and KDE1!" + @${ECHO} + @${FALSE} +.endif pre-configure: - ${PERL} -pi -e "s@-O2@-O0@g" ${WRKSRC}/configure + ${PERL} -pi -e "s@-O2@-O0@g; s@\"-lfam@\"-L${LOCALBASE}/lib -lfam@g" ${WRKSRC}/configure + ${PERL} -pi -e "s@kspell api@@g" ${WRKSRC}/doc/Makefile.in (find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi.orig -e \ "s@version-info 1:0@version-info ${SOMAJOR}:${SOMINOR}@g; \ s@version-info 3:0@version-info ${SOMAJOR}:${SOMINOR}@g") +post-configure: + ${PERL} -pi -e "s@-D_PTH_H_ -D_PTH_PTHREAD_H_@@g" ${WRKSRC}/arts/mcop_mt/Makefile + post-install: + ${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/kdelibs.sh > ${PREFIX}/etc/rc.d/kdelibs.sh .for LIB in DCOP kab kdecore kdesu kdeui kfile kformula kio kjs \ kparts kspell ksycoca kjava @${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${SOMAJOR} ${PREFIX}/lib/lib${LIB}.so diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo index 33a18bf1202a..104fb15bd6e3 100644 --- a/x11/kdelibs3/distinfo +++ b/x11/kdelibs3/distinfo @@ -1 +1 @@ -MD5 (kdelibs-2.1.2.tar.bz2) = 7da819efb418b4ebae65a1ea5ed0ba5c +MD5 (kdelibs-2.2.tar.bz2) = 2aca0c00143f4f7bc1ee7afdbe892912 diff --git a/x11/kdelibs3/files/kdelibs.sh b/x11/kdelibs3/files/kdelibs.sh new file mode 100644 index 000000000000..737bab123af7 --- /dev/null +++ b/x11/kdelibs3/files/kdelibs.sh @@ -0,0 +1,3 @@ +#!/bin/sh +PREFIX=%%PREFIX%% +ldconfig -m $PREFIX/lib/kde2 diff --git a/x11/kdelibs3/pkg-plist b/x11/kdelibs3/pkg-plist index e822ef9b1865..5970351a6945 100644 --- a/x11/kdelibs3/pkg-plist +++ b/x11/kdelibs3/pkg-plist @@ -1,15 +1,22 @@ +@exec %%LDCONFIG%% -m %D/lib/kde2 bin/artsc-config bin/artscat bin/artsd bin/artsdsp +bin/artsmessage bin/artsplay bin/artsshell bin/artswrapper +bin/checkXML +bin/cupsdconf +bin/cupsdoprint bin/dcop bin/dcopidl bin/dcopidl2cpp bin/dcopserver +bin/imagetops bin/kbuildsycoca +bin/kconf_update bin/kcookiejar bin/kdb2html bin/kde-config @@ -18,19 +25,32 @@ bin/kdeinit bin/kdeinit_shutdown bin/kdeinit_wrapper bin/kdesu_stub +bin/kdontchangethehostname bin/kio_http_cache_cleaner bin/kio_uiserver bin/klauncher bin/kmailservice bin/knotify +bin/kpac_dhcp_helper bin/ksendbugmail +bin/kshell +bin/kwrapper bin/lnusertemp +bin/make_driver_db_cups +bin/make_driver_db_lpd bin/mcopidl +bin/meinproc +bin/preparetips bin/settheme +bin/xml2man +bin/xmlizer +etc/rc.d/kdelibs.sh include/addressbook.h include/arts/anyref.h include/arts/artsflow.h include/arts/artsflow.idl +include/arts/artskde.h +include/arts/artsversion.h include/arts/asyncstream.h include/arts/audioio.h include/arts/audiosubsys.h @@ -43,10 +63,13 @@ include/arts/connection.h include/arts/convert.h include/arts/core.h include/arts/core.idl +include/arts/cpuinfo.h include/arts/datapacket.h include/arts/debug.h +include/arts/delayedreturn.h include/arts/dispatcher.h include/arts/dynamicrequest.h +include/arts/dynamicskeleton.h include/arts/extensionloader.h include/arts/factory.h include/arts/fft.h @@ -54,8 +77,12 @@ include/arts/flowsystem.h include/arts/idlfilereg.h include/arts/ifacerepo_impl.h include/arts/iomanager.h +include/arts/kartsdispatcher.h +include/arts/kartsfloatwatch.h include/arts/kmedia2.h include/arts/kmedia2.idl +include/arts/kplayobject.h +include/arts/kplayobjectfactory.h include/arts/mcopconfig.h include/arts/mcoputils.h include/arts/notification.h @@ -75,6 +102,7 @@ include/arts/stdsynthmodule.h include/arts/synthschedule.h include/arts/tcpconnection.h include/arts/tcpserver.h +include/arts/thread.h include/arts/type.h include/arts/unixconnection.h include/arts/unixserver.h @@ -89,8 +117,10 @@ include/defaultprogress.h include/dom/css_rule.h include/dom/css_stylesheet.h include/dom/css_value.h +include/dom/dom2_events.h include/dom/dom2_range.h include/dom/dom2_traversal.h +include/dom/dom2_views.h include/dom/dom_core.h include/dom/dom_doc.h include/dom/dom_element.h @@ -119,15 +149,19 @@ include/kaboutdata.h include/kaboutdialog.h include/kaboutkde.h include/kaccel.h +include/kaccelgen.h include/kaccelmenu.h include/kaction.h include/kallocator.h include/kalphapainter.h include/kanimwidget.h include/kapp.h +include/karrowbutton.h +include/kasyncio.h include/kaudioplayer.h include/kauthicon.h include/kautomount.h +include/kbufferedio.h include/kbugreport.h include/kbuttonbox.h include/kcharselect.h @@ -156,13 +190,21 @@ include/kcursor.h include/kdatastream.h include/kdatepik.h include/kdatetbl.h +include/kdatewidget.h include/kdbtn.h include/kdcopactionproxy.h include/kdcoppropertyproxy.h include/kde.pot include/kde_dmalloc.h include/kdebug.h +include/kdedmodule.h +include/kdeprint/kmjobviewer.h +include/kdeprint/kmmainview.h +include/kdeprint/kmprinterpage.h +include/kdeprint/kpreloadobject.h +include/kdeprint/kprintdialogpage.h include/kdesktopfile.h +include/kdesktopwidget.h include/kdestyle.h include/kdesu/client.h include/kdesu/defaults.h @@ -190,6 +232,7 @@ include/keditcl.h include/keditlistbox.h include/kedittoolbar.h include/kemailsettings.h +include/kextsock.h include/kfile.h include/kfilebookmark.h include/kfiledetailview.h @@ -203,6 +246,7 @@ include/kfileview.h include/kfileviewitem.h include/kfilterbase.h include/kfilterdev.h +include/kfontcombo.h include/kfontdialog.h include/kglobal.h include/kglobalaccel.h @@ -219,6 +263,7 @@ include/kiconloader.h include/kicontheme.h include/kiconview.h include/kimageeffect.h +include/kimagefilepreview.h include/kimageio.h include/kinstance.h include/kio/authinfo.h @@ -227,6 +272,8 @@ include/kio/connection.h include/kio/defaultprogress.h include/kio/file.h include/kio/global.h +include/kio/http_slave_defaults.h +include/kio/ioslave_defaults.h include/kio/job.h include/kio/jobclasses.h include/kio/kmdbase.h @@ -236,13 +283,15 @@ include/kio/netaccess.h include/kio/observer.h include/kio/passdlg.h include/kio/paste.h +include/kio/previewjob.h include/kio/progressbase.h include/kio/renamedlg.h -include/kio/sasl/saslcontext.h -include/kio/sasl/saslmodule.h +include/kio/scheduler.h +include/kio/sessiondata.h include/kio/skipdlg.h include/kio/slave.h include/kio/slavebase.h +include/kio/slaveconfig.h include/kio/slaveinterface.h include/kio/statusbarprogress.h include/kio/tcpslavebase.h @@ -271,6 +320,7 @@ include/klistbox.h include/klistview.h include/klocale.h include/kmainwindow.h +include/kmdcodec.h include/kmenubar.h include/kmessagebox.h include/kmimemagic.h @@ -279,12 +329,14 @@ include/kmimetype.h include/knotifyclient.h include/knuminput.h include/knumvalidator.h +include/kopenssl.h include/kopenwith.h include/kpalette.h include/kpanelapplet.h include/kpanelextension.h include/kpanelmenu.h include/kparts/browserextension.h +include/kparts/browserinterface.h include/kparts/dockmainwindow.h include/kparts/event.h include/kparts/factory.h @@ -300,6 +352,8 @@ include/kpixmapio.h include/kpixmapprovider.h include/kpixmapsplitter.h include/kpopupmenu.h +include/kpreviewwidgetbase.h +include/kprinter.h include/kprocctrl.h include/kprocess.h include/kprocio.h @@ -318,7 +372,10 @@ include/krootprop.h include/kruler.h include/krun.h include/ksavefile.h +include/kscan.h include/ksconfig.h +include/kscreensaver.h +include/kscreensaver_vroot.h include/kselect.h include/kseparator.h include/kservice.h @@ -330,10 +387,15 @@ include/kshellcompletion.h include/kshred.h include/ksimpleconfig.h include/ksock.h +include/ksockaddr.h +include/ksocks.h include/kspell.h include/kspelldlg.h include/ksqueezedtextlabel.h include/kssl.h +include/ksslall.h +include/ksslcertchain.h +include/ksslcertdlg.h include/ksslcertificate.h include/ksslcertificatecache.h include/ksslcertificatefactory.h @@ -341,9 +403,11 @@ include/ksslcertificatehome.h include/ksslconnectioninfo.h include/ksslinfodlg.h include/ksslpeerinfo.h +include/ksslpkcs12.h include/ksslsettings.h include/ksslutils.h include/ksslx509map.h +include/kstartupinfo.h include/kstaticdeleter.h include/kstatusbar.h include/kstdaccel.h @@ -362,6 +426,7 @@ include/ktextbrowser.h include/ktexteditor.h include/kthemebase.h include/kthemestyle.h +include/ktip.h include/ktmainwindow.h include/ktoolbar.h include/ktoolbarbutton.h @@ -384,6 +449,7 @@ include/kwin.h include/kwindowlistmenu.h include/kwinmodule.h include/kwizard.h +include/kxmessages.h include/kxmlgui.h include/kxmlguibuilder.h include/kxmlguiclient.h @@ -412,8 +478,6 @@ include/progressbase.h include/qconfigDB.h include/qxembed.h include/statusbarprogress.h -lib/b3style.la -lib/b3style.so lib/basicstyle.la lib/basicstyle.so lib/dcopserver.la @@ -422,6 +486,8 @@ lib/hcstyle.la lib/hcstyle.so lib/kbuildsycoca.la lib/kbuildsycoca.so +lib/kconf_update.la +lib/kconf_update.so lib/kcookiejar.la lib/kcookiejar.so lib/kde2/kbzip2filter.la @@ -444,10 +510,24 @@ lib/kde2/kio_file.la lib/kde2/kio_file.so lib/kde2/kio_ftp.la lib/kde2/kio_ftp.so +lib/kde2/kio_help.la +lib/kde2/kio_help.so lib/kde2/kio_http.la lib/kde2/kio_http.so -lib/kde2/kio_https.la -lib/kde2/kio_https.so +lib/kde2/kjs_html.la +lib/kde2/kjs_html.so +lib/kde2/libkded_kdeprintd.la +lib/kde2/libkded_kdeprintd.so +lib/kde2/libkdeprint_cups.la +lib/kde2/libkdeprint_cups.so +lib/kde2/libkdeprint_ext.la +lib/kde2/libkdeprint_ext.so +lib/kde2/libkdeprint_lpd.la +lib/kde2/libkdeprint_lpd.so +lib/kde2/libkdeprint_lpdunix.la +lib/kde2/libkdeprint_lpdunix.so +lib/kde2/libkdeprint_rlpr.la +lib/kde2/libkdeprint_rlpr.so lib/kde2/libkpac.la lib/kde2/libkpac.so lib/kded.la @@ -456,20 +536,12 @@ lib/kio_http_cache_cleaner.la lib/kio_http_cache_cleaner.so lib/kio_uiserver.la lib/kio_uiserver.so -lib/kjs_html.la -lib/kjs_html.so lib/klauncher.la lib/klauncher.so lib/klegacystyle.la lib/klegacystyle.so lib/knotify.la lib/knotify.so -lib/ksasl_auth_plain.la -lib/ksasl_auth_plain.so -lib/ksgistyle.la -lib/ksgistyle.so -lib/kstephighcolor.la -lib/kstephighcolor.so lib/kstepstyle.la lib/kstepstyle.so lib/libDCOP.la @@ -490,9 +562,13 @@ lib/libartsflow.so.0 lib/libartsflow_idl.la lib/libartsflow_idl.so lib/libartsflow_idl.so.0 +lib/libartskde.la +lib/libartskde.so lib/libartswavplayobject.la lib/libartswavplayobject.so lib/libartswavplayobject.so.0 +lib/libcupsdconf.la +lib/libcupsdconf.so lib/libkab.la lib/libkab.so lib/libkab.so.4 @@ -502,6 +578,12 @@ lib/libkdecore.so.4 lib/libkdefakes.la lib/libkdefakes.so lib/libkdefakes.so.4 +lib/libkdeprint.la +lib/libkdeprint.so +lib/libkdeprint.so.0 +lib/libkdeprint_management.la +lib/libkdeprint_management.so +lib/libkdeprint_management.so.0 lib/libkdesu.la lib/libkdesu.so lib/libkdesu.so.4 @@ -526,6 +608,9 @@ lib/libkjava.so.4 lib/libkjs.la lib/libkjs.so lib/libkjs.so.4 +lib/libkmedia2.la +lib/libkmedia2.so +lib/libkmedia2.so.0 lib/libkmedia2_idl.la lib/libkmedia2_idl.so lib/libkmedia2_idl.so.0 @@ -535,8 +620,9 @@ lib/libkmid.so.0 lib/libkparts.la lib/libkparts.so lib/libkparts.so.4 -lib/libksasl.la -lib/libksasl.so +lib/libkscreensaver.la +lib/libkscreensaver.so +lib/libkscreensaver.so.4 lib/libkspell.la lib/libkspell.so lib/libkspell.so.4 @@ -552,6 +638,9 @@ lib/libktexteditor.so.0 lib/libmcop.la lib/libmcop.so lib/libmcop.so.0 +lib/libmcop_mt.la +lib/libmcop_mt.so +lib/libmcop_mt.so.0 lib/libqtmcop.la lib/libqtmcop.so lib/libqtmcop.so.0 @@ -561,6 +650,7 @@ lib/libsoundserver_idl.so.0 lib/libx11globalcomm.la lib/libx11globalcomm.so lib/libx11globalcomm.so.0 +lib/mcop/Arts/FileInputStream.mcopclass lib/mcop/Arts/Synth_ADD.mcopclass lib/mcop/Arts/Synth_AMAN_PLAY.mcopclass lib/mcop/Arts/Synth_AMAN_RECORD.mcopclass @@ -581,6 +671,12 @@ lib/mcop/kmedia2.mcopclass lib/mcop/kmedia2.mcoptype lib/mcop/soundserver.mcopclass lib/mcop/soundserver.mcoptype +lib/mcop/x11globalcomm.mcopclass +lib/mcop/x11globalcomm.mcoptype +lib/mega.la +lib/mega.so +lib/webstyle.la +lib/webstyle.so share/apps/LICENSES/ARTISTIC share/apps/LICENSES/BSD share/apps/LICENSES/GPL_V2 @@ -588,442 +684,695 @@ share/apps/LICENSES/LGPL_V2 share/apps/LICENSES/QPL_V1.0 share/apps/kab/template.config share/apps/kab/template.kab +share/apps/kconf_update/kcookiescfg.upd +share/apps/kconf_update/kioslave.upd +share/apps/kconf_update/proxytype.pl +share/apps/kconf_update/useragent.pl +share/apps/kdeprint/cups_logo.png +share/apps/kdeprint/cupsd.conf.template +share/apps/kdeprint/filters/enscript.desktop +share/apps/kdeprint/filters/enscript.xml +share/apps/kdeprint/filters/imagetops.desktop +share/apps/kdeprint/filters/imagetops.xml +share/apps/kdeprint/filters/pdfwrite.desktop +share/apps/kdeprint/filters/pdfwrite.xml +share/apps/kdeprint/filters/psbook.desktop +share/apps/kdeprint/filters/psbook.xml +share/apps/kdeprint/filters/psbook1.desktop +share/apps/kdeprint/filters/psbook1.xml +share/apps/kdeprint/filters/psbook2.desktop +share/apps/kdeprint/filters/psbook2.xml +share/apps/kdeprint/filters/psnup.desktop +share/apps/kdeprint/filters/psnup.xml +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_computer.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_job.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_job_error.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_job_process.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_job_stopped.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_class.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_class_process.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_class_stopped.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_defect.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_process.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_remote.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_remote_process.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_remote_stopped.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_stopped.png +share/apps/kdeprint/icons/hicolor/22x22/actions/kdeprint_printer.png +share/apps/kdeprint/icons/hicolor/22x22/actions/kdeprint_printer_infos.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_class.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_class_process.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_class_stopped.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_process.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_remote.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_remote_process.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_remote_stopped.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_stopped.png +share/apps/kdeprint/kde_logo.png +share/apps/kdeprint/pics/kdeprint_collate.png +share/apps/kdeprint/pics/kdeprint_collate_reverse.png +share/apps/kdeprint/pics/kdeprint_color.png +share/apps/kdeprint/pics/kdeprint_duplex_long.png +share/apps/kdeprint/pics/kdeprint_duplex_none.png +share/apps/kdeprint/pics/kdeprint_duplex_short.png +share/apps/kdeprint/pics/kdeprint_grayscale.png +share/apps/kdeprint/pics/kdeprint_landscape.png +share/apps/kdeprint/pics/kdeprint_nup1.png +share/apps/kdeprint/pics/kdeprint_nup2.png +share/apps/kdeprint/pics/kdeprint_nup4.png +share/apps/kdeprint/pics/kdeprint_portrait.png +share/apps/kdeprint/pics/kdeprint_revlandscape.png +share/apps/kdeprint/pics/kdeprint_revportrait.png +share/apps/kdeprint/pics/kdeprint_uncollate.png +share/apps/kdeprint/pics/kdeprint_uncollate_reverse.png +share/apps/kdeprint/plugins/cups.print +share/apps/kdeprint/plugins/ext.print +share/apps/kdeprint/plugins/lpd.print +share/apps/kdeprint/plugins/lpdunix.print +share/apps/kdeprint/plugins/rlpr.print +share/apps/kdeprint/specials.desktop +share/apps/kdeprint/testprint.ps share/apps/kdeui/pics/aboutkde.png share/apps/kdeui/pics/keys.png +share/apps/kdeui/pics/ktip-background.png +share/apps/kdeui/pics/ktip-bulb.png share/apps/khtml/css/html4.css +share/apps/khtml/icons/hicolor/16x16/actions/images_display.png share/apps/khtml/icons/hicolor/22x22/actions/images_display.png share/apps/khtml/icons/hicolor/32x32/actions/images_display.png -share/apps/khtml/icons/locolor/16x16/actions/images_display.png share/apps/khtml/khtml.rc share/apps/khtml/khtml_browser.rc share/apps/khtml/khtml_popupmenu.rc -share/apps/kio_uiserver/icons/locolor/16x16/apps/kio_uiserver.png +share/apps/kio_uiserver/icons/hicolor/16x16/apps/kio_uiserver.png share/apps/kjava/kjava.jar share/apps/kjava/kjava.policy share/apps/knotify/eventsrc -share/apps/ksgmltools/ca/catalog -share/apps/ksgmltools/ca/entities/fdl-notice.docbook -share/apps/ksgmltools/ca/entities/gpl-notice.docbook -share/apps/ksgmltools/ca/entities/lgpl-notice.docbook -share/apps/ksgmltools/ca/entities/report-bugs.docbook -share/apps/ksgmltools/ca/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ca/entities/underBSDLicense.docbook -share/apps/ksgmltools/ca/entities/underFDL.docbook -share/apps/ksgmltools/ca/entities/underGPL.docbook -share/apps/ksgmltools/ca/entities/underX11License.docbook -share/apps/ksgmltools/ca/kde-prologue.entities -share/apps/ksgmltools/ca/strings.entities -share/apps/ksgmltools/ca/user.entities -share/apps/ksgmltools/catalog -share/apps/ksgmltools/cs/catalog -share/apps/ksgmltools/cs/entities/fdl-notice.docbook -share/apps/ksgmltools/cs/entities/gpl-notice.docbook -share/apps/ksgmltools/cs/entities/lgpl-notice.docbook -share/apps/ksgmltools/cs/entities/report-bugs.docbook -share/apps/ksgmltools/cs/entities/underArtisticLicense.docbook -share/apps/ksgmltools/cs/entities/underBSDLicense.docbook -share/apps/ksgmltools/cs/entities/underFDL.docbook -share/apps/ksgmltools/cs/entities/underGPL.docbook -share/apps/ksgmltools/cs/entities/underX11License.docbook -share/apps/ksgmltools/cs/kde-prologue.entities -share/apps/ksgmltools/cs/strings.entities -share/apps/ksgmltools/cs/user.entities -share/apps/ksgmltools/da/catalog -share/apps/ksgmltools/da/entities/fdl-notice.docbook -share/apps/ksgmltools/da/entities/gpl-notice.docbook -share/apps/ksgmltools/da/entities/lgpl-notice.docbook -share/apps/ksgmltools/da/entities/report-bugs.docbook -share/apps/ksgmltools/da/entities/underArtisticLicense.docbook -share/apps/ksgmltools/da/entities/underBSDLicense.docbook -share/apps/ksgmltools/da/entities/underFDL.docbook -share/apps/ksgmltools/da/entities/underGPL.docbook -share/apps/ksgmltools/da/entities/underX11License.docbook -share/apps/ksgmltools/da/kde-prologue.entities -share/apps/ksgmltools/da/strings.entities -share/apps/ksgmltools/da/user.entities -share/apps/ksgmltools/de/catalog -share/apps/ksgmltools/de/entities/fdl-notice.docbook -share/apps/ksgmltools/de/entities/gpl-notice.docbook -share/apps/ksgmltools/de/entities/lgpl-notice.docbook -share/apps/ksgmltools/de/entities/report-bugs.docbook -share/apps/ksgmltools/de/entities/underArtisticLicense.docbook -share/apps/ksgmltools/de/entities/underBSDLicense.docbook -share/apps/ksgmltools/de/entities/underFDL.docbook -share/apps/ksgmltools/de/entities/underGPL.docbook -share/apps/ksgmltools/de/entities/underX11License.docbook -share/apps/ksgmltools/de/kde-prologue.entities -share/apps/ksgmltools/de/strings.entities -share/apps/ksgmltools/de/user.entities -share/apps/ksgmltools/dtd/kde-modifications.elements -share/apps/ksgmltools/dtd/kde-next.dtd -share/apps/ksgmltools/dtd/kde-rdbhier2.elements -share/apps/ksgmltools/dtd/kde-rdbpool.elements -share/apps/ksgmltools/dtd/kde.dtd -share/apps/ksgmltools/el/catalog -share/apps/ksgmltools/el/entities/fdl-notice.docbook -share/apps/ksgmltools/el/entities/gpl-notice.docbook -share/apps/ksgmltools/el/entities/lgpl-notice.docbook -share/apps/ksgmltools/el/entities/report-bugs.docbook -share/apps/ksgmltools/el/entities/underArtisticLicense.docbook -share/apps/ksgmltools/el/entities/underBSDLicense.docbook -share/apps/ksgmltools/el/entities/underFDL.docbook -share/apps/ksgmltools/el/entities/underGPL.docbook -share/apps/ksgmltools/el/entities/underX11License.docbook -share/apps/ksgmltools/el/kde-prologue.entities -share/apps/ksgmltools/el/strings.entities -share/apps/ksgmltools/el/user.entities -share/apps/ksgmltools/en/catalog -share/apps/ksgmltools/en/entities/fdl-notice.docbook -share/apps/ksgmltools/en/entities/gpl-notice.docbook -share/apps/ksgmltools/en/entities/lgpl-notice.docbook -share/apps/ksgmltools/en/entities/report-bugs.docbook -share/apps/ksgmltools/en/entities/underArtisticLicense.docbook -share/apps/ksgmltools/en/entities/underBSDLicense.docbook -share/apps/ksgmltools/en/entities/underFDL.docbook -share/apps/ksgmltools/en/entities/underGPL.docbook -share/apps/ksgmltools/en/entities/underX11License.docbook -share/apps/ksgmltools/en/kde-prologue.entities -share/apps/ksgmltools/en/strings.entities -share/apps/ksgmltools/en/user.entities -share/apps/ksgmltools/entities/kde-genent.entities -share/apps/ksgmltools/entities/kde-prologue.entities -share/apps/ksgmltools/es/catalog -share/apps/ksgmltools/es/entities/fdl-notice.docbook -share/apps/ksgmltools/es/entities/gpl-notice.docbook -share/apps/ksgmltools/es/entities/lgpl-notice.docbook -share/apps/ksgmltools/es/entities/report-bugs.docbook -share/apps/ksgmltools/es/entities/underArtisticLicense.docbook -share/apps/ksgmltools/es/entities/underBSDLicense.docbook -share/apps/ksgmltools/es/entities/underFDL.docbook -share/apps/ksgmltools/es/entities/underGPL.docbook -share/apps/ksgmltools/es/entities/underX11License.docbook -share/apps/ksgmltools/es/kde-prologue.entities -share/apps/ksgmltools/es/strings.entities -share/apps/ksgmltools/es/user.entities -share/apps/ksgmltools/et/catalog -share/apps/ksgmltools/et/entities/fdl-notice.docbook -share/apps/ksgmltools/et/entities/gpl-notice.docbook -share/apps/ksgmltools/et/entities/lgpl-notice.docbook -share/apps/ksgmltools/et/entities/report-bugs.docbook -share/apps/ksgmltools/et/entities/underArtisticLicense.docbook -share/apps/ksgmltools/et/entities/underBSDLicense.docbook -share/apps/ksgmltools/et/entities/underFDL.docbook -share/apps/ksgmltools/et/entities/underGPL.docbook -share/apps/ksgmltools/et/entities/underX11License.docbook -share/apps/ksgmltools/et/kde-prologue.entities -share/apps/ksgmltools/et/strings.entities -share/apps/ksgmltools/et/user.entities -share/apps/ksgmltools/fi/catalog -share/apps/ksgmltools/fi/entities/fdl-notice.docbook -share/apps/ksgmltools/fi/entities/gpl-notice.docbook -share/apps/ksgmltools/fi/entities/lgpl-notice.docbook -share/apps/ksgmltools/fi/entities/report-bugs.docbook -share/apps/ksgmltools/fi/entities/underArtisticLicense.docbook -share/apps/ksgmltools/fi/entities/underBSDLicense.docbook -share/apps/ksgmltools/fi/entities/underFDL.docbook -share/apps/ksgmltools/fi/entities/underGPL.docbook -share/apps/ksgmltools/fi/entities/underX11License.docbook -share/apps/ksgmltools/fi/kde-prologue.entities -share/apps/ksgmltools/fi/strings.entities -share/apps/ksgmltools/fi/user.entities -share/apps/ksgmltools/fr/catalog -share/apps/ksgmltools/fr/entities/fdl-notice.docbook -share/apps/ksgmltools/fr/entities/gpl-notice.docbook -share/apps/ksgmltools/fr/entities/lgpl-notice.docbook -share/apps/ksgmltools/fr/entities/report-bugs.docbook -share/apps/ksgmltools/fr/entities/underArtisticLicense.docbook -share/apps/ksgmltools/fr/entities/underBSDLicense.docbook -share/apps/ksgmltools/fr/entities/underFDL.docbook -share/apps/ksgmltools/fr/entities/underGPL.docbook -share/apps/ksgmltools/fr/entities/underX11License.docbook -share/apps/ksgmltools/fr/kde-prologue.entities -share/apps/ksgmltools/fr/strings.entities -share/apps/ksgmltools/fr/user.entities -share/apps/ksgmltools/hu/catalog -share/apps/ksgmltools/hu/entities/fdl-notice.docbook -share/apps/ksgmltools/hu/entities/gpl-notice.docbook -share/apps/ksgmltools/hu/entities/lgpl-notice.docbook -share/apps/ksgmltools/hu/entities/report-bugs.docbook -share/apps/ksgmltools/hu/entities/underArtisticLicense.docbook -share/apps/ksgmltools/hu/entities/underBSDLicense.docbook -share/apps/ksgmltools/hu/entities/underFDL.docbook -share/apps/ksgmltools/hu/entities/underGPL.docbook -share/apps/ksgmltools/hu/entities/underX11License.docbook -share/apps/ksgmltools/hu/kde-prologue.entities -share/apps/ksgmltools/hu/strings.entities -share/apps/ksgmltools/hu/user.entities -share/apps/ksgmltools/it/catalog -share/apps/ksgmltools/it/entities/fdl-notice.docbook -share/apps/ksgmltools/it/entities/gpl-notice.docbook -share/apps/ksgmltools/it/entities/lgpl-notice.docbook -share/apps/ksgmltools/it/entities/report-bugs.docbook -share/apps/ksgmltools/it/entities/underArtisticLicense.docbook -share/apps/ksgmltools/it/entities/underBSDLicense.docbook -share/apps/ksgmltools/it/entities/underFDL.docbook -share/apps/ksgmltools/it/entities/underGPL.docbook -share/apps/ksgmltools/it/entities/underX11License.docbook -share/apps/ksgmltools/it/kde-prologue.entities -share/apps/ksgmltools/it/strings.entities -share/apps/ksgmltools/it/user.entities -share/apps/ksgmltools/ja/catalog -share/apps/ksgmltools/ja/entities/fdl-notice.docbook -share/apps/ksgmltools/ja/entities/gpl-notice.docbook -share/apps/ksgmltools/ja/entities/lgpl-notice.docbook -share/apps/ksgmltools/ja/entities/report-bugs.docbook -share/apps/ksgmltools/ja/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ja/entities/underBSDLicense.docbook -share/apps/ksgmltools/ja/entities/underFDL.docbook -share/apps/ksgmltools/ja/entities/underGPL.docbook -share/apps/ksgmltools/ja/entities/underX11License.docbook -share/apps/ksgmltools/ja/kde-prologue.entities -share/apps/ksgmltools/ja/strings.entities -share/apps/ksgmltools/ja/user.entities -share/apps/ksgmltools/kde.dcl -share/apps/ksgmltools/ko/catalog -share/apps/ksgmltools/ko/entities/fdl-notice.docbook -share/apps/ksgmltools/ko/entities/gpl-notice.docbook -share/apps/ksgmltools/ko/entities/lgpl-notice.docbook -share/apps/ksgmltools/ko/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ko/entities/underBSDLicense.docbook -share/apps/ksgmltools/ko/entities/underFDL.docbook -share/apps/ksgmltools/ko/entities/underGPL.docbook -share/apps/ksgmltools/ko/entities/underX11License.docbook -share/apps/ksgmltools/ko/kde-prologue.entities -share/apps/ksgmltools/ko/strings.entities -share/apps/ksgmltools/ko/user.entities -share/apps/ksgmltools/nl/catalog -share/apps/ksgmltools/nl/entities/fdl-notice.docbook -share/apps/ksgmltools/nl/entities/gpl-notice.docbook -share/apps/ksgmltools/nl/entities/lgpl-notice.docbook -share/apps/ksgmltools/nl/entities/report-bugs.docbook -share/apps/ksgmltools/nl/entities/underArtisticLicense.docbook -share/apps/ksgmltools/nl/entities/underBSDLicense.docbook -share/apps/ksgmltools/nl/entities/underFDL.docbook -share/apps/ksgmltools/nl/entities/underGPL.docbook -share/apps/ksgmltools/nl/entities/underX11License.docbook -share/apps/ksgmltools/nl/kde-prologue.entities -share/apps/ksgmltools/nl/strings.entities -share/apps/ksgmltools/nl/user.entities -share/apps/ksgmltools/no/catalog -share/apps/ksgmltools/no/entities/fdl-notice.docbook -share/apps/ksgmltools/no/entities/gpl-notice.docbook -share/apps/ksgmltools/no/entities/lgpl-notice.docbook -share/apps/ksgmltools/no/entities/report-bugs.docbook -share/apps/ksgmltools/no/entities/underArtisticLicense.docbook -share/apps/ksgmltools/no/entities/underBSDLicense.docbook -share/apps/ksgmltools/no/entities/underFDL.docbook -share/apps/ksgmltools/no/entities/underGPL.docbook -share/apps/ksgmltools/no/entities/underX11License.docbook -share/apps/ksgmltools/no/kde-prologue.entities -share/apps/ksgmltools/no/strings.entities -share/apps/ksgmltools/no/user.entities -share/apps/ksgmltools/pl/catalog -share/apps/ksgmltools/pl/entities/fdl-notice.docbook -share/apps/ksgmltools/pl/entities/gpl-notice.docbook -share/apps/ksgmltools/pl/entities/lgpl-notice.docbook -share/apps/ksgmltools/pl/entities/report-bugs.docbook -share/apps/ksgmltools/pl/entities/underArtisticLicense.docbook -share/apps/ksgmltools/pl/entities/underBSDLicense.docbook -share/apps/ksgmltools/pl/entities/underFDL.docbook -share/apps/ksgmltools/pl/entities/underGPL.docbook -share/apps/ksgmltools/pl/entities/underX11License.docbook -share/apps/ksgmltools/pl/kde-prologue.entities -share/apps/ksgmltools/pl/strings.entities -share/apps/ksgmltools/pl/user.entities -share/apps/ksgmltools/pt-BR/catalog -share/apps/ksgmltools/pt-BR/entities/fdl-notice.docbook -share/apps/ksgmltools/pt-BR/entities/gpl-notice.docbook -share/apps/ksgmltools/pt-BR/entities/lgpl-notice.docbook -share/apps/ksgmltools/pt-BR/entities/report-bugs.docbook -share/apps/ksgmltools/pt-BR/entities/underArtisticLicense.docbook -share/apps/ksgmltools/pt-BR/entities/underBSDLicense.docbook -share/apps/ksgmltools/pt-BR/entities/underFDL.docbook -share/apps/ksgmltools/pt-BR/entities/underGPL.docbook -share/apps/ksgmltools/pt-BR/entities/underX11License.docbook -share/apps/ksgmltools/pt-BR/kde-prologue.entities -share/apps/ksgmltools/pt-BR/strings.entities -share/apps/ksgmltools/pt-BR/user.entities -share/apps/ksgmltools/pt/catalog -share/apps/ksgmltools/pt/entities/fdl-notice.docbook -share/apps/ksgmltools/pt/entities/gpl-notice.docbook -share/apps/ksgmltools/pt/entities/lgpl-notice.docbook -share/apps/ksgmltools/pt/entities/report-bugs.docbook -share/apps/ksgmltools/pt/entities/underArtisticLicense.docbook -share/apps/ksgmltools/pt/entities/underBSDLicense.docbook -share/apps/ksgmltools/pt/entities/underFDL.docbook -share/apps/ksgmltools/pt/entities/underGPL.docbook -share/apps/ksgmltools/pt/entities/underX11License.docbook -share/apps/ksgmltools/pt/kde-prologue.entities -share/apps/ksgmltools/pt/strings.entities -share/apps/ksgmltools/pt/user.entities -share/apps/ksgmltools/ro/catalog -share/apps/ksgmltools/ro/entities/fdl-notice.docbook -share/apps/ksgmltools/ro/entities/gpl-notice.docbook -share/apps/ksgmltools/ro/entities/lgpl-notice.docbook -share/apps/ksgmltools/ro/entities/report-bugs.docbook -share/apps/ksgmltools/ro/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ro/entities/underBSDLicense.docbook -share/apps/ksgmltools/ro/entities/underFDL.docbook -share/apps/ksgmltools/ro/entities/underGPL.docbook -share/apps/ksgmltools/ro/entities/underX11License.docbook -share/apps/ksgmltools/ro/kde-prologue.entities -share/apps/ksgmltools/ro/strings.entities -share/apps/ksgmltools/ro/user.entities -share/apps/ksgmltools/ru/catalog -share/apps/ksgmltools/ru/entities/fdl-notice.docbook -share/apps/ksgmltools/ru/entities/gpl-notice.docbook -share/apps/ksgmltools/ru/entities/lgpl-notice.docbook -share/apps/ksgmltools/ru/entities/report-bugs.docbook -share/apps/ksgmltools/ru/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ru/entities/underBSDLicense.docbook -share/apps/ksgmltools/ru/entities/underFDL.docbook -share/apps/ksgmltools/ru/entities/underGPL.docbook -share/apps/ksgmltools/ru/entities/underX11License.docbook -share/apps/ksgmltools/ru/kde-prologue.entities -share/apps/ksgmltools/ru/strings.entities -share/apps/ksgmltools/ru/user.entities -share/apps/ksgmltools/sk/catalog -share/apps/ksgmltools/sk/entities/fdl-notice.docbook -share/apps/ksgmltools/sk/entities/gpl-notice.docbook -share/apps/ksgmltools/sk/entities/lgpl-notice.docbook -share/apps/ksgmltools/sk/entities/report-bugs.docbook -share/apps/ksgmltools/sk/entities/underArtisticLicense.docbook -share/apps/ksgmltools/sk/entities/underBSDLicense.docbook -share/apps/ksgmltools/sk/entities/underFDL.docbook -share/apps/ksgmltools/sk/entities/underGPL.docbook -share/apps/ksgmltools/sk/entities/underX11License.docbook -share/apps/ksgmltools/sk/kde-prologue.entities -share/apps/ksgmltools/sk/strings.entities -share/apps/ksgmltools/sk/user.entities -share/apps/ksgmltools/sl/catalog -share/apps/ksgmltools/sl/entities/fdl-notice.docbook -share/apps/ksgmltools/sl/entities/gpl-notice.docbook -share/apps/ksgmltools/sl/entities/lgpl-notice.docbook -share/apps/ksgmltools/sl/entities/report-bugs.docbook -share/apps/ksgmltools/sl/entities/underArtisticLicense.docbook -share/apps/ksgmltools/sl/entities/underBSDLicense.docbook -share/apps/ksgmltools/sl/entities/underFDL.docbook -share/apps/ksgmltools/sl/entities/underGPL.docbook -share/apps/ksgmltools/sl/entities/underX11License.docbook -share/apps/ksgmltools/sl/kde-prologue.entities -share/apps/ksgmltools/sl/strings.entities -share/apps/ksgmltools/sl/user.entities -share/apps/ksgmltools/sr/catalog -share/apps/ksgmltools/sr/entities/fdl-notice.docbook -share/apps/ksgmltools/sr/entities/gpl-notice.docbook -share/apps/ksgmltools/sr/entities/lgpl-notice.docbook -share/apps/ksgmltools/sr/entities/report-bugs.docbook -share/apps/ksgmltools/sr/entities/underArtisticLicense.docbook -share/apps/ksgmltools/sr/entities/underBSDLicense.docbook -share/apps/ksgmltools/sr/entities/underFDL.docbook -share/apps/ksgmltools/sr/entities/underGPL.docbook -share/apps/ksgmltools/sr/entities/underX11License.docbook -share/apps/ksgmltools/sr/kde-prologue.entities -share/apps/ksgmltools/sr/strings.entities -share/apps/ksgmltools/sr/user.entities -share/apps/ksgmltools/stylesheets/kde-anchor.dsl -share/apps/ksgmltools/stylesheets/kde-faq.dsl -share/apps/ksgmltools/stylesheets/kde-img.dsl -share/apps/ksgmltools/stylesheets/kde-l10n.dsl -share/apps/ksgmltools/stylesheets/kde-l10n.entities -share/apps/ksgmltools/stylesheets/kde-l1ca.dsl -share/apps/ksgmltools/stylesheets/kde-l1ca.ent -share/apps/ksgmltools/stylesheets/kde-l1cs.dsl -share/apps/ksgmltools/stylesheets/kde-l1cs.ent -share/apps/ksgmltools/stylesheets/kde-l1da.dsl -share/apps/ksgmltools/stylesheets/kde-l1da.ent -share/apps/ksgmltools/stylesheets/kde-l1de.dsl -share/apps/ksgmltools/stylesheets/kde-l1de.ent -share/apps/ksgmltools/stylesheets/kde-l1el.dsl -share/apps/ksgmltools/stylesheets/kde-l1el.ent -share/apps/ksgmltools/stylesheets/kde-l1en.dsl -share/apps/ksgmltools/stylesheets/kde-l1en.ent -share/apps/ksgmltools/stylesheets/kde-l1es.dsl -share/apps/ksgmltools/stylesheets/kde-l1es.ent -share/apps/ksgmltools/stylesheets/kde-l1et.dsl -share/apps/ksgmltools/stylesheets/kde-l1et.ent -share/apps/ksgmltools/stylesheets/kde-l1fi.dsl -share/apps/ksgmltools/stylesheets/kde-l1fi.ent -share/apps/ksgmltools/stylesheets/kde-l1fr.dsl -share/apps/ksgmltools/stylesheets/kde-l1fr.ent -share/apps/ksgmltools/stylesheets/kde-l1hu.dsl -share/apps/ksgmltools/stylesheets/kde-l1hu.ent -share/apps/ksgmltools/stylesheets/kde-l1it.dsl -share/apps/ksgmltools/stylesheets/kde-l1it.ent -share/apps/ksgmltools/stylesheets/kde-l1ja.dsl -share/apps/ksgmltools/stylesheets/kde-l1ja.ent -share/apps/ksgmltools/stylesheets/kde-l1ko.dsl -share/apps/ksgmltools/stylesheets/kde-l1ko.ent -share/apps/ksgmltools/stylesheets/kde-l1nl.dsl -share/apps/ksgmltools/stylesheets/kde-l1nl.ent -share/apps/ksgmltools/stylesheets/kde-l1no.dsl -share/apps/ksgmltools/stylesheets/kde-l1no.ent -share/apps/ksgmltools/stylesheets/kde-l1pl.dsl -share/apps/ksgmltools/stylesheets/kde-l1pl.ent -share/apps/ksgmltools/stylesheets/kde-l1pt.dsl -share/apps/ksgmltools/stylesheets/kde-l1pt.ent -share/apps/ksgmltools/stylesheets/kde-l1ptbr.dsl -share/apps/ksgmltools/stylesheets/kde-l1ptbr.ent -share/apps/ksgmltools/stylesheets/kde-l1ro.dsl -share/apps/ksgmltools/stylesheets/kde-l1ro.ent -share/apps/ksgmltools/stylesheets/kde-l1ru.dsl -share/apps/ksgmltools/stylesheets/kde-l1ru.ent -share/apps/ksgmltools/stylesheets/kde-l1sk.dsl -share/apps/ksgmltools/stylesheets/kde-l1sk.ent -share/apps/ksgmltools/stylesheets/kde-l1sl.dsl -share/apps/ksgmltools/stylesheets/kde-l1sl.ent -share/apps/ksgmltools/stylesheets/kde-l1sr.dsl -share/apps/ksgmltools/stylesheets/kde-l1sr.ent -share/apps/ksgmltools/stylesheets/kde-l1sv.dsl -share/apps/ksgmltools/stylesheets/kde-l1sv.ent -share/apps/ksgmltools/stylesheets/kde-l1zhcn.dsl -share/apps/ksgmltools/stylesheets/kde-l1zhcn.ent -share/apps/ksgmltools/stylesheets/kde-l1zhtw.dsl -share/apps/ksgmltools/stylesheets/kde-l1zhtw.ent -share/apps/ksgmltools/stylesheets/kde-navig.dsl -share/apps/ksgmltools/stylesheets/kde-search.dsl -share/apps/ksgmltools/stylesheets/kde-ttlpg.dsl -share/apps/ksgmltools/stylesheets/kde.css -share/apps/ksgmltools/stylesheets/kde.dsl -share/apps/ksgmltools/sv/catalog -share/apps/ksgmltools/sv/entities/fdl-notice.docbook -share/apps/ksgmltools/sv/entities/gpl-notice.docbook -share/apps/ksgmltools/sv/entities/lgpl-notice.docbook -share/apps/ksgmltools/sv/entities/report-bugs.docbook -share/apps/ksgmltools/sv/entities/underArtisticLicense.docbook -share/apps/ksgmltools/sv/entities/underBSDLicense.docbook -share/apps/ksgmltools/sv/entities/underFDL.docbook -share/apps/ksgmltools/sv/entities/underGPL.docbook -share/apps/ksgmltools/sv/entities/underX11License.docbook -share/apps/ksgmltools/sv/kde-prologue.entities -share/apps/ksgmltools/sv/strings.entities -share/apps/ksgmltools/sv/user.entities -share/apps/ksgmltools/zh-CN/catalog -share/apps/ksgmltools/zh-CN/entities/fdl-notice.docbook -share/apps/ksgmltools/zh-CN/entities/gpl-notice.docbook -share/apps/ksgmltools/zh-CN/entities/lgpl-notice.docbook -share/apps/ksgmltools/zh-CN/entities/report-bugs.docbook -share/apps/ksgmltools/zh-CN/entities/underArtisticLicense.docbook -share/apps/ksgmltools/zh-CN/entities/underBSDLicense.docbook -share/apps/ksgmltools/zh-CN/entities/underFDL.docbook -share/apps/ksgmltools/zh-CN/entities/underGPL.docbook -share/apps/ksgmltools/zh-CN/entities/underX11License.docbook -share/apps/ksgmltools/zh-CN/kde-prologue.entities -share/apps/ksgmltools/zh-CN/strings.entities -share/apps/ksgmltools/zh-CN/user.entities -share/apps/ksgmltools/zh-TW/catalog -share/apps/ksgmltools/zh-TW/entities/fdl-notice.docbook -share/apps/ksgmltools/zh-TW/entities/gpl-notice.docbook -share/apps/ksgmltools/zh-TW/entities/lgpl-notice.docbook -share/apps/ksgmltools/zh-TW/entities/report-bugs.docbook -share/apps/ksgmltools/zh-TW/entities/underArtisticLicense.docbook -share/apps/ksgmltools/zh-TW/entities/underBSDLicense.docbook -share/apps/ksgmltools/zh-TW/entities/underFDL.docbook -share/apps/ksgmltools/zh-TW/entities/underGPL.docbook -share/apps/ksgmltools/zh-TW/entities/underX11License.docbook -share/apps/ksgmltools/zh-TW/kde-prologue.entities -share/apps/ksgmltools/zh-TW/strings.entities -share/apps/ksgmltools/zh-TW/user.entities +share/apps/ksgmltools2/README +share/apps/ksgmltools2/TODO +share/apps/ksgmltools2/customization/af/catalog +share/apps/ksgmltools2/customization/af/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/af/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/af/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/af/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/af/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/af/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/af/entities/underFDL.docbook +share/apps/ksgmltools2/customization/af/entities/underGPL.docbook +share/apps/ksgmltools2/customization/af/entities/underX11License.docbook +share/apps/ksgmltools2/customization/af/entities/update-doc.docbook +share/apps/ksgmltools2/customization/af/lang.entities +share/apps/ksgmltools2/customization/af/strings.entities +share/apps/ksgmltools2/customization/af/user.entities +share/apps/ksgmltools2/customization/ca/catalog +share/apps/ksgmltools2/customization/ca/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ca/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ca/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ca/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/ca/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ca/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ca/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ca/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ca/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ca/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ca/lang.entities +share/apps/ksgmltools2/customization/ca/strings.entities +share/apps/ksgmltools2/customization/ca/user.entities +share/apps/ksgmltools2/customization/catalog +share/apps/ksgmltools2/customization/cs/catalog +share/apps/ksgmltools2/customization/cs/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/cs/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/cs/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/cs/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/cs/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/cs/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/cs/entities/underFDL.docbook +share/apps/ksgmltools2/customization/cs/entities/underGPL.docbook +share/apps/ksgmltools2/customization/cs/entities/underX11License.docbook +share/apps/ksgmltools2/customization/cs/entities/update-doc.docbook +share/apps/ksgmltools2/customization/cs/lang.entities +share/apps/ksgmltools2/customization/cs/strings.entities +share/apps/ksgmltools2/customization/cs/user.entities +share/apps/ksgmltools2/customization/da/catalog +share/apps/ksgmltools2/customization/da/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/da/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/da/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/da/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/da/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/da/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/da/entities/underFDL.docbook +share/apps/ksgmltools2/customization/da/entities/underGPL.docbook +share/apps/ksgmltools2/customization/da/entities/underX11License.docbook +share/apps/ksgmltools2/customization/da/entities/update-doc.docbook +share/apps/ksgmltools2/customization/da/lang.entities +share/apps/ksgmltools2/customization/da/strings.entities +share/apps/ksgmltools2/customization/da/user.entities +share/apps/ksgmltools2/customization/de/catalog +share/apps/ksgmltools2/customization/de/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/de/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/de/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/de/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/de/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/de/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/de/entities/underFDL.docbook +share/apps/ksgmltools2/customization/de/entities/underGPL.docbook +share/apps/ksgmltools2/customization/de/entities/underX11License.docbook +share/apps/ksgmltools2/customization/de/entities/update-doc.docbook +share/apps/ksgmltools2/customization/de/lang.entities +share/apps/ksgmltools2/customization/de/strings.entities +share/apps/ksgmltools2/customization/de/user.entities +share/apps/ksgmltools2/customization/dtd/kdex.dtd +share/apps/ksgmltools2/customization/dtd/modifications.elements +share/apps/ksgmltools2/customization/dtd/rdbhier2.elements +share/apps/ksgmltools2/customization/dtd/rdbpool.elements +share/apps/ksgmltools2/customization/el/catalog +share/apps/ksgmltools2/customization/el/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/el/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/el/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/el/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/el/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/el/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/el/entities/underFDL.docbook +share/apps/ksgmltools2/customization/el/entities/underGPL.docbook +share/apps/ksgmltools2/customization/el/entities/underX11License.docbook +share/apps/ksgmltools2/customization/el/entities/update-doc.docbook +share/apps/ksgmltools2/customization/el/lang.entities +share/apps/ksgmltools2/customization/el/strings.entities +share/apps/ksgmltools2/customization/el/user.entities +share/apps/ksgmltools2/customization/en/catalog +share/apps/ksgmltools2/customization/en/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/en/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/en/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/en/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/en/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/en/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/en/entities/underFDL.docbook +share/apps/ksgmltools2/customization/en/entities/underGPL.docbook +share/apps/ksgmltools2/customization/en/entities/underX11License.docbook +share/apps/ksgmltools2/customization/en/entities/update-doc.docbook +share/apps/ksgmltools2/customization/en/lang.entities +share/apps/ksgmltools2/customization/en/strings.entities +share/apps/ksgmltools2/customization/en/user.entities +share/apps/ksgmltools2/customization/entities/general.entities +share/apps/ksgmltools2/customization/entities/l10n.entities +share/apps/ksgmltools2/customization/es/catalog +share/apps/ksgmltools2/customization/es/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/es/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/es/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/es/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/es/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/es/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/es/entities/underFDL.docbook +share/apps/ksgmltools2/customization/es/entities/underGPL.docbook +share/apps/ksgmltools2/customization/es/entities/underX11License.docbook +share/apps/ksgmltools2/customization/es/entities/update-doc.docbook +share/apps/ksgmltools2/customization/es/lang.entities +share/apps/ksgmltools2/customization/es/strings.entities +share/apps/ksgmltools2/customization/es/user.entities +share/apps/ksgmltools2/customization/et/catalog +share/apps/ksgmltools2/customization/et/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/et/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/et/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/et/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/et/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/et/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/et/entities/underFDL.docbook +share/apps/ksgmltools2/customization/et/entities/underGPL.docbook +share/apps/ksgmltools2/customization/et/entities/underX11License.docbook +share/apps/ksgmltools2/customization/et/entities/update-doc.docbook +share/apps/ksgmltools2/customization/et/lang.entities +share/apps/ksgmltools2/customization/et/strings.entities +share/apps/ksgmltools2/customization/et/user.entities +share/apps/ksgmltools2/customization/fi/catalog +share/apps/ksgmltools2/customization/fi/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/fi/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/fi/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/fi/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/fi/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/fi/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/fi/entities/underFDL.docbook +share/apps/ksgmltools2/customization/fi/entities/underGPL.docbook +share/apps/ksgmltools2/customization/fi/entities/underX11License.docbook +share/apps/ksgmltools2/customization/fi/entities/update-doc.docbook +share/apps/ksgmltools2/customization/fi/lang.entities +share/apps/ksgmltools2/customization/fi/strings.entities +share/apps/ksgmltools2/customization/fi/user.entities +share/apps/ksgmltools2/customization/fr/catalog +share/apps/ksgmltools2/customization/fr/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/fr/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/fr/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/fr/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/fr/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/fr/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/fr/entities/underFDL.docbook +share/apps/ksgmltools2/customization/fr/entities/underGPL.docbook +share/apps/ksgmltools2/customization/fr/entities/underX11License.docbook +share/apps/ksgmltools2/customization/fr/entities/update-doc.docbook +share/apps/ksgmltools2/customization/fr/lang.entities +share/apps/ksgmltools2/customization/fr/strings.entities +share/apps/ksgmltools2/customization/fr/user.entities +share/apps/ksgmltools2/customization/htdig_index.xsl +share/apps/ksgmltools2/customization/hu/catalog +share/apps/ksgmltools2/customization/hu/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/hu/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/hu/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/hu/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/hu/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/hu/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/hu/entities/underFDL.docbook +share/apps/ksgmltools2/customization/hu/entities/underGPL.docbook +share/apps/ksgmltools2/customization/hu/entities/underX11License.docbook +share/apps/ksgmltools2/customization/hu/entities/update-doc.docbook +share/apps/ksgmltools2/customization/hu/lang.entities +share/apps/ksgmltools2/customization/hu/strings.entities +share/apps/ksgmltools2/customization/hu/user.entities +share/apps/ksgmltools2/customization/it/catalog +share/apps/ksgmltools2/customization/it/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/it/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/it/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/it/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/it/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/it/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/it/entities/underFDL.docbook +share/apps/ksgmltools2/customization/it/entities/underGPL.docbook +share/apps/ksgmltools2/customization/it/entities/underX11License.docbook +share/apps/ksgmltools2/customization/it/entities/update-doc.docbook +share/apps/ksgmltools2/customization/it/lang.entities +share/apps/ksgmltools2/customization/it/strings.entities +share/apps/ksgmltools2/customization/it/user.entities +share/apps/ksgmltools2/customization/ja/catalog +share/apps/ksgmltools2/customization/ja/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ja/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ja/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ja/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/ja/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ja/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ja/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ja/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ja/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ja/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ja/lang.entities +share/apps/ksgmltools2/customization/ja/strings.entities +share/apps/ksgmltools2/customization/ja/user.entities +share/apps/ksgmltools2/customization/kde-chunk.xsl +share/apps/ksgmltools2/customization/kde-navig.xsl +share/apps/ksgmltools2/customization/kde-style.xsl +share/apps/ksgmltools2/customization/kde-ttlpg.xsl +share/apps/ksgmltools2/customization/ko/catalog +share/apps/ksgmltools2/customization/ko/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ko/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ko/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ko/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ko/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ko/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ko/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ko/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ko/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ko/lang.entities +share/apps/ksgmltools2/customization/ko/strings.entities +share/apps/ksgmltools2/customization/ko/user.entities +share/apps/ksgmltools2/customization/nl/catalog +share/apps/ksgmltools2/customization/nl/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/nl/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/nl/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/nl/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/nl/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/nl/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/nl/entities/underFDL.docbook +share/apps/ksgmltools2/customization/nl/entities/underGPL.docbook +share/apps/ksgmltools2/customization/nl/entities/underX11License.docbook +share/apps/ksgmltools2/customization/nl/entities/update-doc.docbook +share/apps/ksgmltools2/customization/nl/lang.entities +share/apps/ksgmltools2/customization/nl/strings.entities +share/apps/ksgmltools2/customization/nl/user.entities +share/apps/ksgmltools2/customization/no-NY/catalog +share/apps/ksgmltools2/customization/no-NY/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/no-NY/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/no-NY/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/no-NY/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underFDL.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underGPL.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underX11License.docbook +share/apps/ksgmltools2/customization/no-NY/entities/update-doc.docbook +share/apps/ksgmltools2/customization/no-NY/lang.entities +share/apps/ksgmltools2/customization/no-NY/strings.entities +share/apps/ksgmltools2/customization/no-NY/user.entities +share/apps/ksgmltools2/customization/no/catalog +share/apps/ksgmltools2/customization/no/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/no/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/no/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/no/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/no/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/no/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/no/entities/underFDL.docbook +share/apps/ksgmltools2/customization/no/entities/underGPL.docbook +share/apps/ksgmltools2/customization/no/entities/underX11License.docbook +share/apps/ksgmltools2/customization/no/entities/update-doc.docbook +share/apps/ksgmltools2/customization/no/lang.entities +share/apps/ksgmltools2/customization/no/strings.entities +share/apps/ksgmltools2/customization/no/user.entities +share/apps/ksgmltools2/customization/pl/catalog +share/apps/ksgmltools2/customization/pl/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/pl/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/pl/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/pl/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/pl/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/pl/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/pl/entities/underFDL.docbook +share/apps/ksgmltools2/customization/pl/entities/underGPL.docbook +share/apps/ksgmltools2/customization/pl/entities/underX11License.docbook +share/apps/ksgmltools2/customization/pl/entities/update-doc.docbook +share/apps/ksgmltools2/customization/pl/lang.entities +share/apps/ksgmltools2/customization/pl/strings.entities +share/apps/ksgmltools2/customization/pl/user.entities +share/apps/ksgmltools2/customization/pt-BR/catalog +share/apps/ksgmltools2/customization/pt-BR/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underFDL.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underGPL.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underX11License.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/update-doc.docbook +share/apps/ksgmltools2/customization/pt-BR/lang.entities +share/apps/ksgmltools2/customization/pt-BR/strings.entities +share/apps/ksgmltools2/customization/pt-BR/user.entities +share/apps/ksgmltools2/customization/pt/catalog +share/apps/ksgmltools2/customization/pt/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/pt/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/pt/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/pt/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/pt/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/pt/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/pt/entities/underFDL.docbook +share/apps/ksgmltools2/customization/pt/entities/underGPL.docbook +share/apps/ksgmltools2/customization/pt/entities/underX11License.docbook +share/apps/ksgmltools2/customization/pt/entities/update-doc.docbook +share/apps/ksgmltools2/customization/pt/lang.entities +share/apps/ksgmltools2/customization/pt/strings.entities +share/apps/ksgmltools2/customization/pt/user.entities +share/apps/ksgmltools2/customization/ro/catalog +share/apps/ksgmltools2/customization/ro/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ro/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ro/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ro/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/ro/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ro/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ro/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ro/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ro/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ro/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ro/lang.entities +share/apps/ksgmltools2/customization/ro/strings.entities +share/apps/ksgmltools2/customization/ro/user.entities +share/apps/ksgmltools2/customization/ru/catalog +share/apps/ksgmltools2/customization/ru/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ru/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ru/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ru/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/ru/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ru/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ru/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ru/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ru/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ru/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ru/lang.entities +share/apps/ksgmltools2/customization/ru/strings.entities +share/apps/ksgmltools2/customization/ru/user.entities +share/apps/ksgmltools2/customization/sk/catalog +share/apps/ksgmltools2/customization/sk/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/sk/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/sk/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/sk/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/sk/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/sk/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/sk/entities/underFDL.docbook +share/apps/ksgmltools2/customization/sk/entities/underGPL.docbook +share/apps/ksgmltools2/customization/sk/entities/underX11License.docbook +share/apps/ksgmltools2/customization/sk/entities/update-doc.docbook +share/apps/ksgmltools2/customization/sk/lang.entities +share/apps/ksgmltools2/customization/sk/strings.entities +share/apps/ksgmltools2/customization/sk/user.entities +share/apps/ksgmltools2/customization/sl/catalog +share/apps/ksgmltools2/customization/sl/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/sl/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/sl/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/sl/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/sl/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/sl/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/sl/entities/underFDL.docbook +share/apps/ksgmltools2/customization/sl/entities/underGPL.docbook +share/apps/ksgmltools2/customization/sl/entities/underX11License.docbook +share/apps/ksgmltools2/customization/sl/entities/update-doc.docbook +share/apps/ksgmltools2/customization/sl/lang.entities +share/apps/ksgmltools2/customization/sl/strings.entities +share/apps/ksgmltools2/customization/sl/user.entities +share/apps/ksgmltools2/customization/sr/catalog +share/apps/ksgmltools2/customization/sr/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/sr/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/sr/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/sr/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/sr/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/sr/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/sr/entities/underFDL.docbook +share/apps/ksgmltools2/customization/sr/entities/underGPL.docbook +share/apps/ksgmltools2/customization/sr/entities/underX11License.docbook +share/apps/ksgmltools2/customization/sr/entities/update-doc.docbook +share/apps/ksgmltools2/customization/sr/lang.entities +share/apps/ksgmltools2/customization/sr/strings.entities +share/apps/ksgmltools2/customization/sr/user.entities +share/apps/ksgmltools2/customization/sv/catalog +share/apps/ksgmltools2/customization/sv/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/sv/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/sv/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/sv/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/sv/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/sv/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/sv/entities/underFDL.docbook +share/apps/ksgmltools2/customization/sv/entities/underGPL.docbook +share/apps/ksgmltools2/customization/sv/entities/underX11License.docbook +share/apps/ksgmltools2/customization/sv/entities/update-doc.docbook +share/apps/ksgmltools2/customization/sv/lang.entities +share/apps/ksgmltools2/customization/sv/strings.entities +share/apps/ksgmltools2/customization/sv/user.entities +share/apps/ksgmltools2/customization/tr/catalog +share/apps/ksgmltools2/customization/tr/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/tr/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/tr/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/tr/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/tr/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/tr/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/tr/entities/underFDL.docbook +share/apps/ksgmltools2/customization/tr/entities/underGPL.docbook +share/apps/ksgmltools2/customization/tr/entities/underX11License.docbook +share/apps/ksgmltools2/customization/tr/entities/update-doc.docbook +share/apps/ksgmltools2/customization/tr/lang.entities +share/apps/ksgmltools2/customization/tr/strings.entities +share/apps/ksgmltools2/customization/tr/user.entities +share/apps/ksgmltools2/customization/xsl/README +share/apps/ksgmltools2/customization/xsl/ca.xml +share/apps/ksgmltools2/customization/xsl/cs.xml +share/apps/ksgmltools2/customization/xsl/da.xml +share/apps/ksgmltools2/customization/xsl/de.xml +share/apps/ksgmltools2/customization/xsl/el.xml +share/apps/ksgmltools2/customization/xsl/en.xml +share/apps/ksgmltools2/customization/xsl/es.xml +share/apps/ksgmltools2/customization/xsl/et.xml +share/apps/ksgmltools2/customization/xsl/fi.xml +share/apps/ksgmltools2/customization/xsl/fr.xml +share/apps/ksgmltools2/customization/xsl/hu.xml +share/apps/ksgmltools2/customization/xsl/it.xml +share/apps/ksgmltools2/customization/xsl/ja.xml +share/apps/ksgmltools2/customization/xsl/ko.xml +share/apps/ksgmltools2/customization/xsl/nl.xml +share/apps/ksgmltools2/customization/xsl/no.xml +share/apps/ksgmltools2/customization/xsl/pl.xml +share/apps/ksgmltools2/customization/xsl/pt.xml +share/apps/ksgmltools2/customization/xsl/pt_br.xml +share/apps/ksgmltools2/customization/xsl/ro.xml +share/apps/ksgmltools2/customization/xsl/ru.xml +share/apps/ksgmltools2/customization/xsl/sk.xml +share/apps/ksgmltools2/customization/xsl/sl.xml +share/apps/ksgmltools2/customization/xsl/sr.xml +share/apps/ksgmltools2/customization/xsl/sv.xml +share/apps/ksgmltools2/customization/xsl/zh_tw.xml +share/apps/ksgmltools2/customization/zh-TW/catalog +share/apps/ksgmltools2/customization/zh-TW/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underFDL.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underGPL.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underX11License.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/update-doc.docbook +share/apps/ksgmltools2/customization/zh-TW/lang.entities +share/apps/ksgmltools2/customization/zh-TW/strings.entities +share/apps/ksgmltools2/customization/zh-TW/user.entities +share/apps/ksgmltools2/docbook/README.kde +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/40chg.txt +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/41chg.txt +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ChangeLog +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/calstblx.dtd +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbcentx.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbgenent.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbhierx.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbnotnx.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbpoolx.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbook.cat +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbookx.dtd +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsa.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsb.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsc.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsn.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amso.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsr.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-box.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-cyr1.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-cyr2.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-dia.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk1.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk2.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk3.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk4.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-lat1.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-lat2.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-num.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-pub.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-tech.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/readme.txt +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/soextblx.dtd +share/apps/ksgmltools2/docbook/xsl/BUGS +share/apps/ksgmltools2/docbook/xsl/ChangeLog +share/apps/ksgmltools2/docbook/xsl/README +share/apps/ksgmltools2/docbook/xsl/TODO +share/apps/ksgmltools2/docbook/xsl/VERSION +share/apps/ksgmltools2/docbook/xsl/WhatsNew +share/apps/ksgmltools2/docbook/xsl/common/ChangeLog +share/apps/ksgmltools2/docbook/xsl/common/af.xml +share/apps/ksgmltools2/docbook/xsl/common/ca.xml +share/apps/ksgmltools2/docbook/xsl/common/common.xsl +share/apps/ksgmltools2/docbook/xsl/common/cs.xml +share/apps/ksgmltools2/docbook/xsl/common/da.xml +share/apps/ksgmltools2/docbook/xsl/common/de.xml +share/apps/ksgmltools2/docbook/xsl/common/el.xml +share/apps/ksgmltools2/docbook/xsl/common/en.xml +share/apps/ksgmltools2/docbook/xsl/common/es.xml +share/apps/ksgmltools2/docbook/xsl/common/et.xml +share/apps/ksgmltools2/docbook/xsl/common/fi.xml +share/apps/ksgmltools2/docbook/xsl/common/fr.xml +share/apps/ksgmltools2/docbook/xsl/common/gentext.xsl +share/apps/ksgmltools2/docbook/xsl/common/hu.xml +share/apps/ksgmltools2/docbook/xsl/common/id.xml +share/apps/ksgmltools2/docbook/xsl/common/it.xml +share/apps/ksgmltools2/docbook/xsl/common/ja.xml +share/apps/ksgmltools2/docbook/xsl/common/ko.xml +share/apps/ksgmltools2/docbook/xsl/common/l10n.dtd +share/apps/ksgmltools2/docbook/xsl/common/l10n.xml +share/apps/ksgmltools2/docbook/xsl/common/l10n.xsl +share/apps/ksgmltools2/docbook/xsl/common/labels.xsl +share/apps/ksgmltools2/docbook/xsl/common/nl.xml +share/apps/ksgmltools2/docbook/xsl/common/no.xml +share/apps/ksgmltools2/docbook/xsl/common/no_ny.xml +share/apps/ksgmltools2/docbook/xsl/common/pl.xml +share/apps/ksgmltools2/docbook/xsl/common/pt.xml +share/apps/ksgmltools2/docbook/xsl/common/pt_br.xml +share/apps/ksgmltools2/docbook/xsl/common/ro.xml +share/apps/ksgmltools2/docbook/xsl/common/ru.xml +share/apps/ksgmltools2/docbook/xsl/common/sk.xml +share/apps/ksgmltools2/docbook/xsl/common/sl.xml +share/apps/ksgmltools2/docbook/xsl/common/sr.xml +share/apps/ksgmltools2/docbook/xsl/common/subtitles.xsl +share/apps/ksgmltools2/docbook/xsl/common/sv.xml +share/apps/ksgmltools2/docbook/xsl/common/titles.xsl +share/apps/ksgmltools2/docbook/xsl/common/tr.xml +share/apps/ksgmltools2/docbook/xsl/common/zh_cn.xml +share/apps/ksgmltools2/docbook/xsl/common/zh_tw.xml +share/apps/ksgmltools2/docbook/xsl/html/ChangeLog +share/apps/ksgmltools2/docbook/xsl/html/admon.xsl +share/apps/ksgmltools2/docbook/xsl/html/autoidx.xsl +share/apps/ksgmltools2/docbook/xsl/html/autotoc.xsl +share/apps/ksgmltools2/docbook/xsl/html/biblio.xsl +share/apps/ksgmltools2/docbook/xsl/html/block.xsl +share/apps/ksgmltools2/docbook/xsl/html/calc-chunks.xsl +share/apps/ksgmltools2/docbook/xsl/html/callout.xsl +share/apps/ksgmltools2/docbook/xsl/html/changebars.xsl +share/apps/ksgmltools2/docbook/xsl/html/chunk-common.xsl +share/apps/ksgmltools2/docbook/xsl/html/chunk-experimental.xsl +share/apps/ksgmltools2/docbook/xsl/html/chunk.xsl +share/apps/ksgmltools2/docbook/xsl/html/chunker.xsl +share/apps/ksgmltools2/docbook/xsl/html/component.xsl +share/apps/ksgmltools2/docbook/xsl/html/division.xsl +share/apps/ksgmltools2/docbook/xsl/html/docbook.xsl +share/apps/ksgmltools2/docbook/xsl/html/ebnf.xsl +share/apps/ksgmltools2/docbook/xsl/html/expchunk.xsl +share/apps/ksgmltools2/docbook/xsl/html/footnote.xsl +share/apps/ksgmltools2/docbook/xsl/html/formal.xsl +share/apps/ksgmltools2/docbook/xsl/html/glossary.xsl +share/apps/ksgmltools2/docbook/xsl/html/graphics.xsl +share/apps/ksgmltools2/docbook/xsl/html/html.xsl +share/apps/ksgmltools2/docbook/xsl/html/index.xsl +share/apps/ksgmltools2/docbook/xsl/html/info.xsl +share/apps/ksgmltools2/docbook/xsl/html/inline.xsl +share/apps/ksgmltools2/docbook/xsl/html/keywords.xsl +share/apps/ksgmltools2/docbook/xsl/html/lists.xsl +share/apps/ksgmltools2/docbook/xsl/html/math.xsl +share/apps/ksgmltools2/docbook/xsl/html/oldchunker.xsl +share/apps/ksgmltools2/docbook/xsl/html/param.xsl +share/apps/ksgmltools2/docbook/xsl/html/pi.xsl +share/apps/ksgmltools2/docbook/xsl/html/qandaset.xsl +share/apps/ksgmltools2/docbook/xsl/html/refentry.xsl +share/apps/ksgmltools2/docbook/xsl/html/sections.xsl +share/apps/ksgmltools2/docbook/xsl/html/synop.xsl +share/apps/ksgmltools2/docbook/xsl/html/table.xsl +share/apps/ksgmltools2/docbook/xsl/html/titlepage.templates.xml +share/apps/ksgmltools2/docbook/xsl/html/titlepage.templates.xsl +share/apps/ksgmltools2/docbook/xsl/html/titlepage.xsl +share/apps/ksgmltools2/docbook/xsl/html/toc.xsl +share/apps/ksgmltools2/docbook/xsl/html/verbatim.xsl +share/apps/ksgmltools2/docbook/xsl/html/xref.xsl +share/apps/ksgmltools2/docbook/xsl/html/xtchunk.xsl +share/apps/ksgmltools2/docbook/xsl/html/xtchunker.xsl +share/apps/ksgmltools2/docbook/xsl/images/ChangeLog +share/apps/ksgmltools2/docbook/xsl/images/callouts/1.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/10.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/2.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/3.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/4.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/5.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/6.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/7.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/8.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/9.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/ChangeLog +share/apps/ksgmltools2/docbook/xsl/images/caution.png +share/apps/ksgmltools2/docbook/xsl/images/caution.tif +share/apps/ksgmltools2/docbook/xsl/images/home.png +share/apps/ksgmltools2/docbook/xsl/images/important.png +share/apps/ksgmltools2/docbook/xsl/images/important.tif +share/apps/ksgmltools2/docbook/xsl/images/next.png +share/apps/ksgmltools2/docbook/xsl/images/note.png +share/apps/ksgmltools2/docbook/xsl/images/note.tif +share/apps/ksgmltools2/docbook/xsl/images/prev.png +share/apps/ksgmltools2/docbook/xsl/images/tip.png +share/apps/ksgmltools2/docbook/xsl/images/tip.tif +share/apps/ksgmltools2/docbook/xsl/images/toc-blank.png +share/apps/ksgmltools2/docbook/xsl/images/toc-minus.png +share/apps/ksgmltools2/docbook/xsl/images/toc-plus.png +share/apps/ksgmltools2/docbook/xsl/images/up.png +share/apps/ksgmltools2/docbook/xsl/images/warning.png +share/apps/ksgmltools2/docbook/xsl/images/warning.tif +share/apps/ksgmltools2/docbook/xsl/indexing/ChangeLog +share/apps/ksgmltools2/docbook/xsl/indexing/chunk.xsl +share/apps/ksgmltools2/docbook/xsl/indexing/docbook.xsl +share/apps/ksgmltools2/docbook/xsl/lib/ChangeLog +share/apps/ksgmltools2/docbook/xsl/lib/lib.xsl share/apps/kssl/caroot/ca-bundle.crt share/apps/kstyle/pixmaps/aquaice.png share/apps/kstyle/pixmaps/black_combo.png @@ -1056,6 +1405,38 @@ share/apps/kstyle/pixmaps/marble_unchecked.png share/apps/kstyle/pixmaps/minigray.png share/apps/kstyle/pixmaps/pinkmarble.png share/apps/kstyle/pixmaps/red_checkmark.png +share/apps/kstyle/pixmaps/riscos/arrowdown.png +share/apps/kstyle/pixmaps/riscos/arrowdown_down.png +share/apps/kstyle/pixmaps/riscos/arrowleft.png +share/apps/kstyle/pixmaps/riscos/arrowleft_down.png +share/apps/kstyle/pixmaps/riscos/arrowright.png +share/apps/kstyle/pixmaps/riscos/arrowright_down.png +share/apps/kstyle/pixmaps/riscos/arrowup.png +share/apps/kstyle/pixmaps/riscos/arrowup_down.png +share/apps/kstyle/pixmaps/riscos/background.png +share/apps/kstyle/pixmaps/riscos/check.png +share/apps/kstyle/pixmaps/riscos/check_checked.png +share/apps/kstyle/pixmaps/riscos/checkmark.png +share/apps/kstyle/pixmaps/riscos/combo.png +share/apps/kstyle/pixmaps/riscos/combo_down.png +share/apps/kstyle/pixmaps/riscos/hscrollback.png +share/apps/kstyle/pixmaps/riscos/hscrollbar.png +share/apps/kstyle/pixmaps/riscos/hscrollbar_down.png +share/apps/kstyle/pixmaps/riscos/hscrollborder.png +share/apps/kstyle/pixmaps/riscos/htab.png +share/apps/kstyle/pixmaps/riscos/menu_back.png +share/apps/kstyle/pixmaps/riscos/radio.png +share/apps/kstyle/pixmaps/riscos/radio_down.png +share/apps/kstyle/pixmaps/riscos/raised_border.png +share/apps/kstyle/pixmaps/riscos/scrollborder.png +share/apps/kstyle/pixmaps/riscos/slider.png +share/apps/kstyle/pixmaps/riscos/sunk_border.png +share/apps/kstyle/pixmaps/riscos/tab_up.png +share/apps/kstyle/pixmaps/riscos/vscrollback.png +share/apps/kstyle/pixmaps/riscos/vscrollbar.png +share/apps/kstyle/pixmaps/riscos/vscrollbar_down.png +share/apps/kstyle/pixmaps/riscos/vscrollborder.png +share/apps/kstyle/pixmaps/riscos/vtab.png share/apps/kstyle/pixmaps/sbdeco_brown.png share/apps/kstyle/pixmaps/sbdeco_elec.png share/apps/kstyle/pixmaps/sbdeco_elec_small.png @@ -1083,47 +1464,65 @@ share/apps/kstyle/pixmaps/whitemarble.png share/apps/kstyle/pixmaps/woodmenu.png share/apps/kstyle/pixmaps/yellow_off.png share/apps/kstyle/pixmaps/yellow_on.png -share/apps/kstyle/themes/b3.themerc share/apps/kstyle/themes/default.themerc share/apps/kstyle/themes/highcolor.themerc -share/apps/kstyle/themes/ksgistyle.themerc share/apps/kstyle/themes/kstep.themerc share/apps/kstyle/themes/marble.themerc +share/apps/kstyle/themes/mega.themerc share/apps/kstyle/themes/qtcde.themerc share/apps/kstyle/themes/qtmotif.themerc share/apps/kstyle/themes/qtmotifplus.themerc share/apps/kstyle/themes/qtplatinum.themerc share/apps/kstyle/themes/qtsgi.themerc share/apps/kstyle/themes/qtwindows.themerc +share/apps/kstyle/themes/riscos.themerc share/apps/kstyle/themes/system.themerc share/apps/kstyle/themes/systemalt.themerc +share/apps/kstyle/themes/web.themerc share/config/charsets share/config/colors/40 Colors share/config/colors/Royal share/config/colors/Web share/config/kdebug.areas share/config/kdebugrc +share/config/kdeprintrc +share/config/ui/kprintpreviewui.rc share/config/ui/ui_standards.rc -share/doc/HTML/default +share/doc/HTML/en/common/1.png +share/doc/HTML/en/common/10.png +share/doc/HTML/en/common/2.png +share/doc/HTML/en/common/3.png +share/doc/HTML/en/common/4.png +share/doc/HTML/en/common/5.png +share/doc/HTML/en/common/6.png +share/doc/HTML/en/common/7.png +share/doc/HTML/en/common/8.png +share/doc/HTML/en/common/9.png share/doc/HTML/en/common/artistic-license.html +share/doc/HTML/en/common/bottom1.png +share/doc/HTML/en/common/bottom2.png share/doc/HTML/en/common/bsd-license.html share/doc/HTML/en/common/caution.png +share/doc/HTML/en/common/doctop1.png +share/doc/HTML/en/common/doctop1a.png +share/doc/HTML/en/common/doctop1b.png +share/doc/HTML/en/common/doctop2.png share/doc/HTML/en/common/fdl-license share/doc/HTML/en/common/fdl-license.html share/doc/HTML/en/common/gpl-license share/doc/HTML/en/common/gpl-license.html -share/doc/HTML/en/common/home.png share/doc/HTML/en/common/important.png share/doc/HTML/en/common/kde-common.css share/doc/HTML/en/common/kde-default.css +share/doc/HTML/en/common/kde-localised.css.template share/doc/HTML/en/common/lgpl-license share/doc/HTML/en/common/lgpl-license.html share/doc/HTML/en/common/logotp3-small.png share/doc/HTML/en/common/logotp3.png -share/doc/HTML/en/common/next.png share/doc/HTML/en/common/note.png share/doc/HTML/en/common/prev.png share/doc/HTML/en/common/qpl-license.html +share/doc/HTML/en/common/shadow.png share/doc/HTML/en/common/tip.png share/doc/HTML/en/common/toc-blank.png share/doc/HTML/en/common/toc-minus.png @@ -1132,18 +1531,6 @@ share/doc/HTML/en/common/up.png share/doc/HTML/en/common/warning.png share/doc/HTML/en/common/x11-license.html share/doc/HTML/en/common/xml.dcl -share/doc/HTML/en/kspell/.anchors -@unexec %%RM%% -rf share/doc/HTML/en/kspell/common -share/doc/HTML/en/kspell/configuration-dialog-.html -share/doc/HTML/en/kspell/contact-information.html -share/doc/HTML/en/kspell/encodings.html -share/doc/HTML/en/kspell/index.cvlog -share/doc/HTML/en/kspell/index.docbook -share/doc/HTML/en/kspell/index.html -share/doc/HTML/en/kspell/misspelled-word-dialog.html -share/doc/HTML/en/kspell/other-functions.html -share/doc/HTML/en/kspell/other.html -share/doc/HTML/en/kspell/spell-checking-client.html share/icons/hicolor/16x16/actions/1downarrow.png share/icons/hicolor/16x16/actions/1leftarrow.png share/icons/hicolor/16x16/actions/1rightarrow.png @@ -1162,7 +1549,11 @@ share/icons/hicolor/16x16/actions/bookmark_folder.png share/icons/hicolor/16x16/actions/bookmark_toolbar.png share/icons/hicolor/16x16/actions/bottom.png share/icons/hicolor/16x16/actions/charset.png +share/icons/hicolor/16x16/actions/color_fill.png +share/icons/hicolor/16x16/actions/color_line.png +share/icons/hicolor/16x16/actions/colorize.png share/icons/hicolor/16x16/actions/colorpicker.png +share/icons/hicolor/16x16/actions/completion.png share/icons/hicolor/16x16/actions/configure.png share/icons/hicolor/16x16/actions/connect_creating.png share/icons/hicolor/16x16/actions/connect_established.png @@ -1180,6 +1571,7 @@ share/icons/hicolor/16x16/actions/editcut.png share/icons/hicolor/16x16/actions/editdelete.png share/icons/hicolor/16x16/actions/editpaste.png share/icons/hicolor/16x16/actions/editshred.png +share/icons/hicolor/16x16/actions/edittrash.png share/icons/hicolor/16x16/actions/encrypted.png share/icons/hicolor/16x16/actions/eraser.png share/icons/hicolor/16x16/actions/exec.png @@ -1189,6 +1581,7 @@ share/icons/hicolor/16x16/actions/filefind.png share/icons/hicolor/16x16/actions/filenew.png share/icons/hicolor/16x16/actions/fileopen.png share/icons/hicolor/16x16/actions/fileprint.png +share/icons/hicolor/16x16/actions/filequickprint.png share/icons/hicolor/16x16/actions/filesave.png share/icons/hicolor/16x16/actions/fill.png share/icons/hicolor/16x16/actions/filter.png @@ -1204,6 +1597,8 @@ share/icons/hicolor/16x16/actions/goto.png share/icons/hicolor/16x16/actions/help.png share/icons/hicolor/16x16/actions/history.png share/icons/hicolor/16x16/actions/idea.png +share/icons/hicolor/16x16/actions/identity.png +share/icons/hicolor/16x16/actions/key_enter.png share/icons/hicolor/16x16/actions/locationbar_erase.png share/icons/hicolor/16x16/actions/lock.png share/icons/hicolor/16x16/actions/mail_forward.png @@ -1212,30 +1607,93 @@ share/icons/hicolor/16x16/actions/mail_get.png share/icons/hicolor/16x16/actions/mail_reply.png share/icons/hicolor/16x16/actions/mail_replyall.png share/icons/hicolor/16x16/actions/mail_send.png +share/icons/hicolor/16x16/actions/misc.png share/icons/hicolor/16x16/actions/move.png share/icons/hicolor/16x16/actions/news_subscribe.png share/icons/hicolor/16x16/actions/news_unsubscribe.png share/icons/hicolor/16x16/actions/next.png +share/icons/hicolor/16x16/actions/ok.png share/icons/hicolor/16x16/actions/openterm.png +share/icons/hicolor/16x16/actions/paintbrush.png +share/icons/hicolor/16x16/actions/pencil.png +share/icons/hicolor/16x16/actions/player_end.png +share/icons/hicolor/16x16/actions/player_pause.png +share/icons/hicolor/16x16/actions/player_start.png +share/icons/hicolor/16x16/actions/player_stop.png share/icons/hicolor/16x16/actions/previous.png +share/icons/hicolor/16x16/actions/queue.png share/icons/hicolor/16x16/actions/redo.png share/icons/hicolor/16x16/actions/reload.png +share/icons/hicolor/16x16/actions/remove.png share/icons/hicolor/16x16/actions/revert.png +share/icons/hicolor/16x16/actions/rotate.png +share/icons/hicolor/16x16/actions/rotate_ccw.png +share/icons/hicolor/16x16/actions/rotate_cw.png share/icons/hicolor/16x16/actions/run.png +share/icons/hicolor/16x16/actions/signature.png share/icons/hicolor/16x16/actions/spellcheck.png +share/icons/hicolor/16x16/actions/stamp.png share/icons/hicolor/16x16/actions/start.png share/icons/hicolor/16x16/actions/stop.png +share/icons/hicolor/16x16/actions/text.png +share/icons/hicolor/16x16/actions/text_block.png +share/icons/hicolor/16x16/actions/text_bold.png +share/icons/hicolor/16x16/actions/text_center.png +share/icons/hicolor/16x16/actions/text_italic.png +share/icons/hicolor/16x16/actions/text_left.png +share/icons/hicolor/16x16/actions/text_right.png +share/icons/hicolor/16x16/actions/text_under.png +share/icons/hicolor/16x16/actions/thumbnail.png share/icons/hicolor/16x16/actions/top.png +share/icons/hicolor/16x16/actions/transform.png share/icons/hicolor/16x16/actions/undo.png share/icons/hicolor/16x16/actions/unlock.png share/icons/hicolor/16x16/actions/up.png +share/icons/hicolor/16x16/actions/view_bottom.png +share/icons/hicolor/16x16/actions/view_left_right.png +share/icons/hicolor/16x16/actions/view_remove.png +share/icons/hicolor/16x16/actions/view_right.png +share/icons/hicolor/16x16/actions/view_sidetree.png +share/icons/hicolor/16x16/actions/view_top_bottom.png share/icons/hicolor/16x16/actions/viewmag+.png share/icons/hicolor/16x16/actions/viewmag-.png share/icons/hicolor/16x16/actions/viewmag.png share/icons/hicolor/16x16/actions/window_fullscreen.png share/icons/hicolor/16x16/actions/window_new.png share/icons/hicolor/16x16/actions/window_nofullscreen.png +share/icons/hicolor/16x16/actions/wizard.png +share/icons/hicolor/16x16/apps/xapp.png +share/icons/hicolor/16x16/devices/3floppy_mount.png +share/icons/hicolor/16x16/devices/3floppy_unmount.png +share/icons/hicolor/16x16/devices/5floppy_mount.png +share/icons/hicolor/16x16/devices/5floppy_unmount.png +share/icons/hicolor/16x16/devices/cdaudio_mount.png +share/icons/hicolor/16x16/devices/cdaudio_unmount.png +share/icons/hicolor/16x16/devices/cdrom_mount.png +share/icons/hicolor/16x16/devices/cdrom_unmount.png +share/icons/hicolor/16x16/devices/cdwriter_mount.png +share/icons/hicolor/16x16/devices/cdwriter_unmount.png +share/icons/hicolor/16x16/devices/dvd_mount.png +share/icons/hicolor/16x16/devices/dvd_unmount.png +share/icons/hicolor/16x16/devices/hdd_mount.png +share/icons/hicolor/16x16/devices/hdd_unmount.png +share/icons/hicolor/16x16/devices/memory.png +share/icons/hicolor/16x16/devices/mo_mount.png +share/icons/hicolor/16x16/devices/mo_unmount.png +share/icons/hicolor/16x16/devices/nfs_mount.png +share/icons/hicolor/16x16/devices/nfs_unmount.png +share/icons/hicolor/16x16/devices/printer1.png +share/icons/hicolor/16x16/devices/printer2.png +share/icons/hicolor/16x16/devices/scanner.png +share/icons/hicolor/16x16/devices/tablet.png +share/icons/hicolor/16x16/devices/zip_mount.png +share/icons/hicolor/16x16/devices/zip_unmount.png +share/icons/hicolor/16x16/filesystems/blockdevice.png +share/icons/hicolor/16x16/filesystems/chardevice.png share/icons/hicolor/16x16/filesystems/desktop.png +share/icons/hicolor/16x16/filesystems/exec.png +share/icons/hicolor/16x16/filesystems/file_broken.png +share/icons/hicolor/16x16/filesystems/file_locked.png share/icons/hicolor/16x16/filesystems/folder.png share/icons/hicolor/16x16/filesystems/folder_blue.png share/icons/hicolor/16x16/filesystems/folder_blue_open.png @@ -1266,11 +1724,19 @@ share/icons/hicolor/16x16/filesystems/folder_yellow.png share/icons/hicolor/16x16/filesystems/folder_yellow_open.png share/icons/hicolor/16x16/filesystems/ftp.png share/icons/hicolor/16x16/filesystems/link.png +share/icons/hicolor/16x16/filesystems/lockoverlay.png share/icons/hicolor/16x16/filesystems/network.png +share/icons/hicolor/16x16/filesystems/pipe.png +share/icons/hicolor/16x16/filesystems/shredder.png +share/icons/hicolor/16x16/filesystems/socket.png +share/icons/hicolor/16x16/filesystems/trashcan_empty.png +share/icons/hicolor/16x16/filesystems/trashcan_full.png share/icons/hicolor/16x16/filesystems/www.png +share/icons/hicolor/16x16/filesystems/zip.png share/icons/hicolor/16x16/mimetypes/applix.png share/icons/hicolor/16x16/mimetypes/binary.png share/icons/hicolor/16x16/mimetypes/binary2.png +share/icons/hicolor/16x16/mimetypes/cdtrack.png share/icons/hicolor/16x16/mimetypes/colorscm.png share/icons/hicolor/16x16/mimetypes/core.png share/icons/hicolor/16x16/mimetypes/deb.png @@ -1280,9 +1746,11 @@ share/icons/hicolor/16x16/mimetypes/dvi.png share/icons/hicolor/16x16/mimetypes/font_bitmap.png share/icons/hicolor/16x16/mimetypes/font_truetype.png share/icons/hicolor/16x16/mimetypes/font_type1.png +share/icons/hicolor/16x16/mimetypes/gf.png share/icons/hicolor/16x16/mimetypes/html.png share/icons/hicolor/16x16/mimetypes/image.png share/icons/hicolor/16x16/mimetypes/info.png +share/icons/hicolor/16x16/mimetypes/kmultiple.png share/icons/hicolor/16x16/mimetypes/log.png share/icons/hicolor/16x16/mimetypes/make.png share/icons/hicolor/16x16/mimetypes/man.png @@ -1291,7 +1759,9 @@ share/icons/hicolor/16x16/mimetypes/midi.png share/icons/hicolor/16x16/mimetypes/mime_empty.png share/icons/hicolor/16x16/mimetypes/misc_doc.png share/icons/hicolor/16x16/mimetypes/netscape_doc.png +share/icons/hicolor/16x16/mimetypes/news.png share/icons/hicolor/16x16/mimetypes/pdf.png +share/icons/hicolor/16x16/mimetypes/pk.png share/icons/hicolor/16x16/mimetypes/postscript.png share/icons/hicolor/16x16/mimetypes/readme.png share/icons/hicolor/16x16/mimetypes/recycled.png @@ -1307,6 +1777,7 @@ share/icons/hicolor/16x16/mimetypes/source_f.png share/icons/hicolor/16x16/mimetypes/source_h.png share/icons/hicolor/16x16/mimetypes/source_java.png share/icons/hicolor/16x16/mimetypes/source_l.png +share/icons/hicolor/16x16/mimetypes/source_moc.png share/icons/hicolor/16x16/mimetypes/source_o.png share/icons/hicolor/16x16/mimetypes/source_pl.png share/icons/hicolor/16x16/mimetypes/source_py.png @@ -1316,7 +1787,11 @@ share/icons/hicolor/16x16/mimetypes/tar.png share/icons/hicolor/16x16/mimetypes/tgz.png share/icons/hicolor/16x16/mimetypes/txt.png share/icons/hicolor/16x16/mimetypes/unknown.png +share/icons/hicolor/16x16/mimetypes/vcalendar.png +share/icons/hicolor/16x16/mimetypes/vcard.png +share/icons/hicolor/16x16/mimetypes/vectorgfx.png share/icons/hicolor/16x16/mimetypes/video.png +share/icons/hicolor/16x16/mimetypes/widget_doc.png share/icons/hicolor/16x16/mimetypes/wordprocessing.png share/icons/hicolor/22x22/actions/1downarrow.png share/icons/hicolor/22x22/actions/1leftarrow.png @@ -1336,6 +1811,8 @@ share/icons/hicolor/22x22/actions/bookmark_add.png share/icons/hicolor/22x22/actions/bottom.png share/icons/hicolor/22x22/actions/centrejust.png share/icons/hicolor/22x22/actions/charset.png +share/icons/hicolor/22x22/actions/color_fill.png +share/icons/hicolor/22x22/actions/color_line.png share/icons/hicolor/22x22/actions/colorize.png share/icons/hicolor/22x22/actions/colorpicker.png share/icons/hicolor/22x22/actions/configure.png @@ -1365,7 +1842,9 @@ share/icons/hicolor/22x22/actions/filefind.png share/icons/hicolor/22x22/actions/filenew.png share/icons/hicolor/22x22/actions/fileopen.png share/icons/hicolor/22x22/actions/fileprint.png +share/icons/hicolor/22x22/actions/filequickprint.png share/icons/hicolor/22x22/actions/filesave.png +share/icons/hicolor/22x22/actions/filesaveas.png share/icons/hicolor/22x22/actions/fill.png share/icons/hicolor/22x22/actions/filter.png share/icons/hicolor/22x22/actions/find.png @@ -1377,6 +1856,7 @@ share/icons/hicolor/22x22/actions/gear.png share/icons/hicolor/22x22/actions/gohome.png share/icons/hicolor/22x22/actions/goto.png share/icons/hicolor/22x22/actions/help.png +share/icons/hicolor/22x22/actions/history.png share/icons/hicolor/22x22/actions/kde/0001.png share/icons/hicolor/22x22/actions/kde/0002.png share/icons/hicolor/22x22/actions/kde/0003.png @@ -1427,6 +1907,7 @@ share/icons/hicolor/22x22/actions/kde/0047.png share/icons/hicolor/22x22/actions/kde/0048.png share/icons/hicolor/22x22/actions/kde/0049.png share/icons/hicolor/22x22/actions/kde/0050.png +share/icons/hicolor/22x22/actions/key_enter.png share/icons/hicolor/22x22/actions/leftjust.png share/icons/hicolor/22x22/actions/locationbar_erase.png share/icons/hicolor/22x22/actions/lock.png @@ -1454,6 +1935,9 @@ share/icons/hicolor/22x22/actions/redo.png share/icons/hicolor/22x22/actions/reload.png share/icons/hicolor/22x22/actions/revert.png share/icons/hicolor/22x22/actions/rightjust.png +share/icons/hicolor/22x22/actions/rotate.png +share/icons/hicolor/22x22/actions/rotate_ccw.png +share/icons/hicolor/22x22/actions/rotate_cw.png share/icons/hicolor/22x22/actions/run.png share/icons/hicolor/22x22/actions/showmenu.png share/icons/hicolor/22x22/actions/signature.png @@ -1468,11 +1952,17 @@ share/icons/hicolor/22x22/actions/text_italic.png share/icons/hicolor/22x22/actions/text_left.png share/icons/hicolor/22x22/actions/text_right.png share/icons/hicolor/22x22/actions/text_under.png +share/icons/hicolor/22x22/actions/thumbnail.png share/icons/hicolor/22x22/actions/top.png share/icons/hicolor/22x22/actions/undo.png share/icons/hicolor/22x22/actions/unlock.png share/icons/hicolor/22x22/actions/up.png +share/icons/hicolor/22x22/actions/view_bottom.png +share/icons/hicolor/22x22/actions/view_left_right.png +share/icons/hicolor/22x22/actions/view_remove.png +share/icons/hicolor/22x22/actions/view_right.png share/icons/hicolor/22x22/actions/view_sidetree.png +share/icons/hicolor/22x22/actions/view_top_bottom.png share/icons/hicolor/22x22/actions/viewmag+.png share/icons/hicolor/22x22/actions/viewmag-.png share/icons/hicolor/22x22/actions/viewmag.png @@ -1631,12 +2121,44 @@ share/icons/hicolor/32x32/actions/top.png share/icons/hicolor/32x32/actions/undo.png share/icons/hicolor/32x32/actions/unlock.png share/icons/hicolor/32x32/actions/up.png +share/icons/hicolor/32x32/actions/view_bottom.png +share/icons/hicolor/32x32/actions/view_left_right.png +share/icons/hicolor/32x32/actions/view_remove.png +share/icons/hicolor/32x32/actions/view_right.png +share/icons/hicolor/32x32/actions/view_top_bottom.png share/icons/hicolor/32x32/actions/viewmag+.png share/icons/hicolor/32x32/actions/viewmag-.png share/icons/hicolor/32x32/actions/viewmag.png share/icons/hicolor/32x32/actions/window_fullscreen.png share/icons/hicolor/32x32/actions/window_nofullscreen.png share/icons/hicolor/32x32/actions/wizard.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/cdaudio_mount.png +share/icons/hicolor/32x32/devices/cdaudio_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/dvd_mount.png +share/icons/hicolor/32x32/devices/dvd_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/nfs_mount.png +share/icons/hicolor/32x32/devices/nfs_unmount.png +share/icons/hicolor/32x32/devices/pda_black.png +share/icons/hicolor/32x32/devices/pda_blue.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/32x32/filesystems/blockdevice.png share/icons/hicolor/32x32/filesystems/chardevice.png share/icons/hicolor/32x32/filesystems/desktop.png @@ -1685,6 +2207,7 @@ share/icons/hicolor/32x32/filesystems/zip.png share/icons/hicolor/32x32/mimetypes/applix.png share/icons/hicolor/32x32/mimetypes/binary.png share/icons/hicolor/32x32/mimetypes/binary2.png +share/icons/hicolor/32x32/mimetypes/cdtrack.png share/icons/hicolor/32x32/mimetypes/colorscm.png share/icons/hicolor/32x32/mimetypes/core.png share/icons/hicolor/32x32/mimetypes/deb.png @@ -1711,6 +2234,7 @@ share/icons/hicolor/32x32/mimetypes/pdf.png share/icons/hicolor/32x32/mimetypes/pk.png share/icons/hicolor/32x32/mimetypes/postscript.png share/icons/hicolor/32x32/mimetypes/readme.png +share/icons/hicolor/32x32/mimetypes/real_doc.png share/icons/hicolor/32x32/mimetypes/recycled.png share/icons/hicolor/32x32/mimetypes/resource.png share/icons/hicolor/32x32/mimetypes/rpm.png @@ -1731,6 +2255,7 @@ share/icons/hicolor/32x32/mimetypes/source_pl.png share/icons/hicolor/32x32/mimetypes/source_py.png share/icons/hicolor/32x32/mimetypes/source_s.png share/icons/hicolor/32x32/mimetypes/source_y.png +share/icons/hicolor/32x32/mimetypes/spreadsheet.png share/icons/hicolor/32x32/mimetypes/tar.png share/icons/hicolor/32x32/mimetypes/tex.png share/icons/hicolor/32x32/mimetypes/tgz.png @@ -1738,58 +2263,37 @@ share/icons/hicolor/32x32/mimetypes/txt.png share/icons/hicolor/32x32/mimetypes/unknown.png share/icons/hicolor/32x32/mimetypes/vcalendar.png share/icons/hicolor/32x32/mimetypes/vcard.png +share/icons/hicolor/32x32/mimetypes/vectorgfx.png share/icons/hicolor/32x32/mimetypes/video.png +share/icons/hicolor/32x32/mimetypes/widget_doc.png share/icons/hicolor/32x32/mimetypes/wordprocessing.png -share/icons/hicolor/48x48/actions/kde/0001.png -share/icons/hicolor/48x48/actions/kde/0002.png -share/icons/hicolor/48x48/actions/kde/0003.png -share/icons/hicolor/48x48/actions/kde/0004.png -share/icons/hicolor/48x48/actions/kde/0005.png -share/icons/hicolor/48x48/actions/kde/0006.png -share/icons/hicolor/48x48/actions/kde/0007.png -share/icons/hicolor/48x48/actions/kde/0008.png -share/icons/hicolor/48x48/actions/kde/0009.png -share/icons/hicolor/48x48/actions/kde/0010.png -share/icons/hicolor/48x48/actions/kde/0011.png -share/icons/hicolor/48x48/actions/kde/0012.png -share/icons/hicolor/48x48/actions/kde/0013.png -share/icons/hicolor/48x48/actions/kde/0014.png -share/icons/hicolor/48x48/actions/kde/0015.png -share/icons/hicolor/48x48/actions/kde/0016.png -share/icons/hicolor/48x48/actions/kde/0017.png -share/icons/hicolor/48x48/actions/kde/0018.png -share/icons/hicolor/48x48/actions/kde/0019.png -share/icons/hicolor/48x48/actions/kde/0020.png -share/icons/hicolor/48x48/actions/kde/0021.png -share/icons/hicolor/48x48/actions/kde/0022.png -share/icons/hicolor/48x48/actions/kde/0023.png -share/icons/hicolor/48x48/actions/kde/0024.png -share/icons/hicolor/48x48/actions/kde/0025.png -share/icons/hicolor/48x48/actions/kde/0026.png -share/icons/hicolor/48x48/actions/kde/0027.png -share/icons/hicolor/48x48/actions/kde/0028.png -share/icons/hicolor/48x48/actions/kde/0029.png -share/icons/hicolor/48x48/actions/kde/0030.png -share/icons/hicolor/48x48/actions/kde/0031.png -share/icons/hicolor/48x48/actions/kde/0032.png -share/icons/hicolor/48x48/actions/kde/0033.png -share/icons/hicolor/48x48/actions/kde/0034.png -share/icons/hicolor/48x48/actions/kde/0035.png -share/icons/hicolor/48x48/actions/kde/0036.png -share/icons/hicolor/48x48/actions/kde/0037.png -share/icons/hicolor/48x48/actions/kde/0038.png -share/icons/hicolor/48x48/actions/kde/0039.png -share/icons/hicolor/48x48/actions/kde/0040.png -share/icons/hicolor/48x48/actions/kde/0041.png -share/icons/hicolor/48x48/actions/kde/0042.png -share/icons/hicolor/48x48/actions/kde/0043.png -share/icons/hicolor/48x48/actions/kde/0044.png -share/icons/hicolor/48x48/actions/kde/0045.png -share/icons/hicolor/48x48/actions/kde/0046.png -share/icons/hicolor/48x48/actions/kde/0047.png -share/icons/hicolor/48x48/actions/kde/0048.png -share/icons/hicolor/48x48/actions/kde/0049.png -share/icons/hicolor/48x48/actions/kde/0050.png +share/icons/hicolor/48x48/actions/gear.png +share/icons/hicolor/48x48/actions/misc.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/cdaudio_mount.png +share/icons/hicolor/48x48/devices/cdaudio_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/dvd_mount.png +share/icons/hicolor/48x48/devices/dvd_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/nfs_mount.png +share/icons/hicolor/48x48/devices/nfs_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/hicolor/48x48/filesystems/blockdevice.png share/icons/hicolor/48x48/filesystems/chardevice.png share/icons/hicolor/48x48/filesystems/desktop.png @@ -1837,6 +2341,7 @@ share/icons/hicolor/48x48/filesystems/zip.png share/icons/hicolor/48x48/mimetypes/applix.png share/icons/hicolor/48x48/mimetypes/binary.png share/icons/hicolor/48x48/mimetypes/binary2.png +share/icons/hicolor/48x48/mimetypes/cdtrack.png share/icons/hicolor/48x48/mimetypes/colorscm.png share/icons/hicolor/48x48/mimetypes/core.png share/icons/hicolor/48x48/mimetypes/deb.png @@ -1863,6 +2368,7 @@ share/icons/hicolor/48x48/mimetypes/pdf.png share/icons/hicolor/48x48/mimetypes/pk.png share/icons/hicolor/48x48/mimetypes/postscript.png share/icons/hicolor/48x48/mimetypes/readme.png +share/icons/hicolor/48x48/mimetypes/real_doc.png share/icons/hicolor/48x48/mimetypes/recycled.png share/icons/hicolor/48x48/mimetypes/resource.png share/icons/hicolor/48x48/mimetypes/rpm.png @@ -1883,6 +2389,7 @@ share/icons/hicolor/48x48/mimetypes/source_pl.png share/icons/hicolor/48x48/mimetypes/source_py.png share/icons/hicolor/48x48/mimetypes/source_s.png share/icons/hicolor/48x48/mimetypes/source_y.png +share/icons/hicolor/48x48/mimetypes/spreadsheet.png share/icons/hicolor/48x48/mimetypes/tar.png share/icons/hicolor/48x48/mimetypes/tex.png share/icons/hicolor/48x48/mimetypes/tgz.png @@ -1890,357 +2397,50 @@ share/icons/hicolor/48x48/mimetypes/txt.png share/icons/hicolor/48x48/mimetypes/unknown.png share/icons/hicolor/48x48/mimetypes/vcalendar.png share/icons/hicolor/48x48/mimetypes/vcard.png +share/icons/hicolor/48x48/mimetypes/vectorgfx.png share/icons/hicolor/48x48/mimetypes/video.png +share/icons/hicolor/48x48/mimetypes/widget_doc.png share/icons/hicolor/48x48/mimetypes/wordprocessing.png +share/icons/hicolor/64x64/filesystems/folder.png +share/icons/hicolor/64x64/filesystems/link.png +share/icons/hicolor/64x64/mimetypes/binary2.png +share/icons/hicolor/64x64/mimetypes/cdtrack.png +share/icons/hicolor/64x64/mimetypes/core.png +share/icons/hicolor/64x64/mimetypes/document.png +share/icons/hicolor/64x64/mimetypes/document2.png +share/icons/hicolor/64x64/mimetypes/html.png +share/icons/hicolor/64x64/mimetypes/image.png +share/icons/hicolor/64x64/mimetypes/make.png +share/icons/hicolor/64x64/mimetypes/man.png +share/icons/hicolor/64x64/mimetypes/midi.png +share/icons/hicolor/64x64/mimetypes/mime_empty.png +share/icons/hicolor/64x64/mimetypes/misc_doc.png +share/icons/hicolor/64x64/mimetypes/netscape_doc.png +share/icons/hicolor/64x64/mimetypes/postscript.png +share/icons/hicolor/64x64/mimetypes/real_doc.png +share/icons/hicolor/64x64/mimetypes/recycled.png +share/icons/hicolor/64x64/mimetypes/rpm.png +share/icons/hicolor/64x64/mimetypes/shellscript.png +share/icons/hicolor/64x64/mimetypes/shellscript2.png +share/icons/hicolor/64x64/mimetypes/sound.png +share/icons/hicolor/64x64/mimetypes/source.png +share/icons/hicolor/64x64/mimetypes/source_c.png +share/icons/hicolor/64x64/mimetypes/source_cpp.png +share/icons/hicolor/64x64/mimetypes/source_f.png +share/icons/hicolor/64x64/mimetypes/source_h.png +share/icons/hicolor/64x64/mimetypes/source_l.png +share/icons/hicolor/64x64/mimetypes/source_o.png +share/icons/hicolor/64x64/mimetypes/source_p.png +share/icons/hicolor/64x64/mimetypes/source_py.png +share/icons/hicolor/64x64/mimetypes/source_s.png +share/icons/hicolor/64x64/mimetypes/source_y.png +share/icons/hicolor/64x64/mimetypes/tar.png +share/icons/hicolor/64x64/mimetypes/tgz.png +share/icons/hicolor/64x64/mimetypes/txt.png +share/icons/hicolor/64x64/mimetypes/unknown.png +share/icons/hicolor/64x64/mimetypes/video.png +share/icons/hicolor/64x64/mimetypes/widget_doc.png share/icons/hicolor/index.desktop -share/icons/locolor/16x16/actions/1downarrow.png -share/icons/locolor/16x16/actions/1leftarrow.png -share/icons/locolor/16x16/actions/1rightarrow.png -share/icons/locolor/16x16/actions/1uparrow.png -share/icons/locolor/16x16/actions/2downarrow.png -share/icons/locolor/16x16/actions/2leftarrow.png -share/icons/locolor/16x16/actions/2rightarrow.png -share/icons/locolor/16x16/actions/2uparrow.png -share/icons/locolor/16x16/actions/airbrush.png -share/icons/locolor/16x16/actions/attach.png -share/icons/locolor/16x16/actions/back.png -share/icons/locolor/16x16/actions/blend.png -share/icons/locolor/16x16/actions/bookmark.png -share/icons/locolor/16x16/actions/bookmark_add.png -share/icons/locolor/16x16/actions/bookmark_toolbar.png -share/icons/locolor/16x16/actions/bottom.png -share/icons/locolor/16x16/actions/charset.png -share/icons/locolor/16x16/actions/colorize.png -share/icons/locolor/16x16/actions/colorpicker.png -share/icons/locolor/16x16/actions/completion.png -share/icons/locolor/16x16/actions/configure.png -share/icons/locolor/16x16/actions/connect_creating.png -share/icons/locolor/16x16/actions/connect_established.png -share/icons/locolor/16x16/actions/connect_no.png -share/icons/locolor/16x16/actions/contents.png -share/icons/locolor/16x16/actions/contexthelp.png -share/icons/locolor/16x16/actions/crop.png -share/icons/locolor/16x16/actions/decrypted.png -share/icons/locolor/16x16/actions/down.png -share/icons/locolor/16x16/actions/edit.png -share/icons/locolor/16x16/actions/editclear.png -share/icons/locolor/16x16/actions/editcopy.png -share/icons/locolor/16x16/actions/editcut.png -share/icons/locolor/16x16/actions/editdelete.png -share/icons/locolor/16x16/actions/editpaste.png -share/icons/locolor/16x16/actions/editshred.png -share/icons/locolor/16x16/actions/edittrash.png -share/icons/locolor/16x16/actions/encrypted.png -share/icons/locolor/16x16/actions/eraser.png -share/icons/locolor/16x16/actions/exec.png -share/icons/locolor/16x16/actions/exit.png -share/icons/locolor/16x16/actions/fileclose.png -share/icons/locolor/16x16/actions/filefind.png -share/icons/locolor/16x16/actions/filenew.png -share/icons/locolor/16x16/actions/fileopen.png -share/icons/locolor/16x16/actions/fileprint.png -share/icons/locolor/16x16/actions/filequickprint.png -share/icons/locolor/16x16/actions/filesave.png -share/icons/locolor/16x16/actions/fill.png -share/icons/locolor/16x16/actions/filter.png -share/icons/locolor/16x16/actions/find.png -share/icons/locolor/16x16/actions/finish.png -share/icons/locolor/16x16/actions/flag.png -share/icons/locolor/16x16/actions/folder_new.png -share/icons/locolor/16x16/actions/forward.png -share/icons/locolor/16x16/actions/frameprint.png -share/icons/locolor/16x16/actions/gear.png -share/icons/locolor/16x16/actions/gohome.png -share/icons/locolor/16x16/actions/goto.png -share/icons/locolor/16x16/actions/help.png -share/icons/locolor/16x16/actions/history.png -share/icons/locolor/16x16/actions/idea.png -share/icons/locolor/16x16/actions/identity.png -share/icons/locolor/16x16/actions/kde/0001.png -share/icons/locolor/16x16/actions/kde/0002.png -share/icons/locolor/16x16/actions/kde/0003.png -share/icons/locolor/16x16/actions/kde/0004.png -share/icons/locolor/16x16/actions/kde/0005.png -share/icons/locolor/16x16/actions/kde/0006.png -share/icons/locolor/16x16/actions/kde/0007.png -share/icons/locolor/16x16/actions/kde/0008.png -share/icons/locolor/16x16/actions/kde/0009.png -share/icons/locolor/16x16/actions/kde/0010.png -share/icons/locolor/16x16/actions/kde/0011.png -share/icons/locolor/16x16/actions/kde/0012.png -share/icons/locolor/16x16/actions/kde/0013.png -share/icons/locolor/16x16/actions/kde/0014.png -share/icons/locolor/16x16/actions/kde/0015.png -share/icons/locolor/16x16/actions/kde/0016.png -share/icons/locolor/16x16/actions/kde/0017.png -share/icons/locolor/16x16/actions/kde/0018.png -share/icons/locolor/16x16/actions/kde/0019.png -share/icons/locolor/16x16/actions/kde/0020.png -share/icons/locolor/16x16/actions/kde/0021.png -share/icons/locolor/16x16/actions/kde/0022.png -share/icons/locolor/16x16/actions/kde/0023.png -share/icons/locolor/16x16/actions/kde/0024.png -share/icons/locolor/16x16/actions/kde/0025.png -share/icons/locolor/16x16/actions/kde/0026.png -share/icons/locolor/16x16/actions/kde/0027.png -share/icons/locolor/16x16/actions/kde/0028.png -share/icons/locolor/16x16/actions/kde/0029.png -share/icons/locolor/16x16/actions/kde/0030.png -share/icons/locolor/16x16/actions/kde/0031.png -share/icons/locolor/16x16/actions/kde/0032.png -share/icons/locolor/16x16/actions/kde/0033.png -share/icons/locolor/16x16/actions/kde/0034.png -share/icons/locolor/16x16/actions/kde/0035.png -share/icons/locolor/16x16/actions/kde/0036.png -share/icons/locolor/16x16/actions/kde/0037.png -share/icons/locolor/16x16/actions/kde/0038.png -share/icons/locolor/16x16/actions/kde/0039.png -share/icons/locolor/16x16/actions/kde/0040.png -share/icons/locolor/16x16/actions/kde/0041.png -share/icons/locolor/16x16/actions/kde/0042.png -share/icons/locolor/16x16/actions/kde/0043.png -share/icons/locolor/16x16/actions/kde/0044.png -share/icons/locolor/16x16/actions/kde/0045.png -share/icons/locolor/16x16/actions/kde/0046.png -share/icons/locolor/16x16/actions/kde/0047.png -share/icons/locolor/16x16/actions/kde/0048.png -share/icons/locolor/16x16/actions/kde/0049.png -share/icons/locolor/16x16/actions/kde/0050.png -share/icons/locolor/16x16/actions/locationbar_erase.png -share/icons/locolor/16x16/actions/lock.png -share/icons/locolor/16x16/actions/mail_forward.png -share/icons/locolor/16x16/actions/mail_generic.png -share/icons/locolor/16x16/actions/mail_get.png -share/icons/locolor/16x16/actions/mail_reply.png -share/icons/locolor/16x16/actions/mail_replyall.png -share/icons/locolor/16x16/actions/mail_send.png -share/icons/locolor/16x16/actions/misc.png -share/icons/locolor/16x16/actions/move.png -share/icons/locolor/16x16/actions/news_subscribe.png -share/icons/locolor/16x16/actions/news_unsubscribe.png -share/icons/locolor/16x16/actions/next.png -share/icons/locolor/16x16/actions/ok.png -share/icons/locolor/16x16/actions/openterm.png -share/icons/locolor/16x16/actions/paintbrush.png -share/icons/locolor/16x16/actions/pencil.png -share/icons/locolor/16x16/actions/player_eject.png -share/icons/locolor/16x16/actions/player_end.png -share/icons/locolor/16x16/actions/player_pause.png -share/icons/locolor/16x16/actions/player_start.png -share/icons/locolor/16x16/actions/player_stop.png -share/icons/locolor/16x16/actions/previous.png -share/icons/locolor/16x16/actions/queue.png -share/icons/locolor/16x16/actions/redo.png -share/icons/locolor/16x16/actions/reload.png -share/icons/locolor/16x16/actions/remove.png -share/icons/locolor/16x16/actions/revert.png -share/icons/locolor/16x16/actions/rotate.png -share/icons/locolor/16x16/actions/rotate_ccw.png -share/icons/locolor/16x16/actions/rotate_cw.png -share/icons/locolor/16x16/actions/run.png -share/icons/locolor/16x16/actions/signature.png -share/icons/locolor/16x16/actions/spellcheck.png -share/icons/locolor/16x16/actions/stamp.png -share/icons/locolor/16x16/actions/start.png -share/icons/locolor/16x16/actions/stop.png -share/icons/locolor/16x16/actions/text.png -share/icons/locolor/16x16/actions/text_block.png -share/icons/locolor/16x16/actions/text_bold.png -share/icons/locolor/16x16/actions/text_center.png -share/icons/locolor/16x16/actions/text_italic.png -share/icons/locolor/16x16/actions/text_left.png -share/icons/locolor/16x16/actions/text_right.png -share/icons/locolor/16x16/actions/text_under.png -share/icons/locolor/16x16/actions/top.png -share/icons/locolor/16x16/actions/transform.png -share/icons/locolor/16x16/actions/undo.png -share/icons/locolor/16x16/actions/unlock.png -share/icons/locolor/16x16/actions/up.png -share/icons/locolor/16x16/actions/viewmag+.png -share/icons/locolor/16x16/actions/viewmag-.png -share/icons/locolor/16x16/actions/viewmag.png -share/icons/locolor/16x16/actions/window_fullscreen.png -share/icons/locolor/16x16/actions/window_new.png -share/icons/locolor/16x16/actions/window_nofullscreen.png -share/icons/locolor/16x16/actions/wizard.png -share/icons/locolor/16x16/filesystems/blockdevice.png -share/icons/locolor/16x16/filesystems/chardevice.png -share/icons/locolor/16x16/filesystems/desktop.png -share/icons/locolor/16x16/filesystems/exec.png -share/icons/locolor/16x16/filesystems/file_broken.png -share/icons/locolor/16x16/filesystems/file_locked.png -share/icons/locolor/16x16/filesystems/folder.png -share/icons/locolor/16x16/filesystems/folder_blue.png -share/icons/locolor/16x16/filesystems/folder_blue_open.png -share/icons/locolor/16x16/filesystems/folder_cyan.png -share/icons/locolor/16x16/filesystems/folder_cyan_open.png -share/icons/locolor/16x16/filesystems/folder_green.png -share/icons/locolor/16x16/filesystems/folder_green_open.png -share/icons/locolor/16x16/filesystems/folder_home.png -share/icons/locolor/16x16/filesystems/folder_locked.png -share/icons/locolor/16x16/filesystems/folder_open.png -share/icons/locolor/16x16/filesystems/folder_orange.png -share/icons/locolor/16x16/filesystems/folder_orange_open.png -share/icons/locolor/16x16/filesystems/folder_red.png -share/icons/locolor/16x16/filesystems/folder_red_open.png -share/icons/locolor/16x16/filesystems/folder_yellow.png -share/icons/locolor/16x16/filesystems/folder_yellow_open.png -share/icons/locolor/16x16/filesystems/ftp.png -share/icons/locolor/16x16/filesystems/link.png -share/icons/locolor/16x16/filesystems/lockoverlay.png -share/icons/locolor/16x16/filesystems/network.png -share/icons/locolor/16x16/filesystems/pipe.png -share/icons/locolor/16x16/filesystems/shredder.png -share/icons/locolor/16x16/filesystems/socket.png -share/icons/locolor/16x16/filesystems/trashcan_empty.png -share/icons/locolor/16x16/filesystems/trashcan_full.png -share/icons/locolor/16x16/filesystems/www.png -share/icons/locolor/16x16/filesystems/zip.png -share/icons/locolor/16x16/mimetypes/applix.png -share/icons/locolor/16x16/mimetypes/binary.png -share/icons/locolor/16x16/mimetypes/binary2.png -share/icons/locolor/16x16/mimetypes/core.png -share/icons/locolor/16x16/mimetypes/document.png -share/icons/locolor/16x16/mimetypes/dvi.png -share/icons/locolor/16x16/mimetypes/font_bitmap.png -share/icons/locolor/16x16/mimetypes/font_truetype.png -share/icons/locolor/16x16/mimetypes/font_type1.png -share/icons/locolor/16x16/mimetypes/gf.png -share/icons/locolor/16x16/mimetypes/html.png -share/icons/locolor/16x16/mimetypes/image.png -share/icons/locolor/16x16/mimetypes/info.png -share/icons/locolor/16x16/mimetypes/kmultiple.png -share/icons/locolor/16x16/mimetypes/log.png -share/icons/locolor/16x16/mimetypes/make.png -share/icons/locolor/16x16/mimetypes/man.png -share/icons/locolor/16x16/mimetypes/metafont.png -share/icons/locolor/16x16/mimetypes/midi.png -share/icons/locolor/16x16/mimetypes/mime_empty.png -share/icons/locolor/16x16/mimetypes/netscape_doc.png -share/icons/locolor/16x16/mimetypes/news.png -share/icons/locolor/16x16/mimetypes/pdf.png -share/icons/locolor/16x16/mimetypes/pk.png -share/icons/locolor/16x16/mimetypes/postscript.png -share/icons/locolor/16x16/mimetypes/readme.png -share/icons/locolor/16x16/mimetypes/recycled.png -share/icons/locolor/16x16/mimetypes/resource.png -share/icons/locolor/16x16/mimetypes/rpm.png -share/icons/locolor/16x16/mimetypes/shellscript.png -share/icons/locolor/16x16/mimetypes/shellscript2.png -share/icons/locolor/16x16/mimetypes/sound.png -share/icons/locolor/16x16/mimetypes/source.png -share/icons/locolor/16x16/mimetypes/source_c.png -share/icons/locolor/16x16/mimetypes/source_cpp.png -share/icons/locolor/16x16/mimetypes/source_f.png -share/icons/locolor/16x16/mimetypes/source_h.png -share/icons/locolor/16x16/mimetypes/source_java.png -share/icons/locolor/16x16/mimetypes/source_l.png -share/icons/locolor/16x16/mimetypes/source_moc.png -share/icons/locolor/16x16/mimetypes/source_o.png -share/icons/locolor/16x16/mimetypes/source_p.png -share/icons/locolor/16x16/mimetypes/source_pl.png -share/icons/locolor/16x16/mimetypes/source_py.png -share/icons/locolor/16x16/mimetypes/source_s.png -share/icons/locolor/16x16/mimetypes/source_y.png -share/icons/locolor/16x16/mimetypes/tar.png -share/icons/locolor/16x16/mimetypes/tex.png -share/icons/locolor/16x16/mimetypes/tgz.png -share/icons/locolor/16x16/mimetypes/txt.png -share/icons/locolor/16x16/mimetypes/unknown.png -share/icons/locolor/16x16/mimetypes/vcalendar.png -share/icons/locolor/16x16/mimetypes/vcard.png -share/icons/locolor/16x16/mimetypes/video.png -share/icons/locolor/32x32/actions/gear.png -share/icons/locolor/32x32/actions/misc.png -share/icons/locolor/32x32/filesystems/blockdevice.png -share/icons/locolor/32x32/filesystems/chardevice.png -share/icons/locolor/32x32/filesystems/desktop.png -share/icons/locolor/32x32/filesystems/exec.png -share/icons/locolor/32x32/filesystems/file_broken.png -share/icons/locolor/32x32/filesystems/file_locked.png -share/icons/locolor/32x32/filesystems/folder.png -share/icons/locolor/32x32/filesystems/folder_blue.png -share/icons/locolor/32x32/filesystems/folder_blue_open.png -share/icons/locolor/32x32/filesystems/folder_cyan.png -share/icons/locolor/32x32/filesystems/folder_cyan_open.png -share/icons/locolor/32x32/filesystems/folder_green.png -share/icons/locolor/32x32/filesystems/folder_green_open.png -share/icons/locolor/32x32/filesystems/folder_home.png -share/icons/locolor/32x32/filesystems/folder_locked.png -share/icons/locolor/32x32/filesystems/folder_open.png -share/icons/locolor/32x32/filesystems/folder_orange.png -share/icons/locolor/32x32/filesystems/folder_orange_open.png -share/icons/locolor/32x32/filesystems/folder_red.png -share/icons/locolor/32x32/filesystems/folder_red_open.png -share/icons/locolor/32x32/filesystems/folder_yellow.png -share/icons/locolor/32x32/filesystems/folder_yellow_open.png -share/icons/locolor/32x32/filesystems/ftp.png -share/icons/locolor/32x32/filesystems/link.png -share/icons/locolor/32x32/filesystems/lockoverlay.png -share/icons/locolor/32x32/filesystems/network.png -share/icons/locolor/32x32/filesystems/pipe.png -share/icons/locolor/32x32/filesystems/shredder.png -share/icons/locolor/32x32/filesystems/socket.png -share/icons/locolor/32x32/filesystems/trashcan_empty.png -share/icons/locolor/32x32/filesystems/trashcan_full.png -share/icons/locolor/32x32/filesystems/www.png -share/icons/locolor/32x32/filesystems/zip.png -share/icons/locolor/32x32/mimetypes/applix.png -share/icons/locolor/32x32/mimetypes/binary.png -share/icons/locolor/32x32/mimetypes/binary2.png -share/icons/locolor/32x32/mimetypes/core.png -share/icons/locolor/32x32/mimetypes/deb.png -share/icons/locolor/32x32/mimetypes/document.png -share/icons/locolor/32x32/mimetypes/dvi.png -share/icons/locolor/32x32/mimetypes/font_bitmap.png -share/icons/locolor/32x32/mimetypes/font_truetype.png -share/icons/locolor/32x32/mimetypes/font_type1.png -share/icons/locolor/32x32/mimetypes/gf.png -share/icons/locolor/32x32/mimetypes/html.png -share/icons/locolor/32x32/mimetypes/image.png -share/icons/locolor/32x32/mimetypes/info.png -share/icons/locolor/32x32/mimetypes/kmultiple.png -share/icons/locolor/32x32/mimetypes/log.png -share/icons/locolor/32x32/mimetypes/make.png -share/icons/locolor/32x32/mimetypes/man.png -share/icons/locolor/32x32/mimetypes/metafont.png -share/icons/locolor/32x32/mimetypes/midi.png -share/icons/locolor/32x32/mimetypes/mime_empty.png -share/icons/locolor/32x32/mimetypes/netscape_doc.png -share/icons/locolor/32x32/mimetypes/news.png -share/icons/locolor/32x32/mimetypes/pdf.png -share/icons/locolor/32x32/mimetypes/pk.png -share/icons/locolor/32x32/mimetypes/postscript.png -share/icons/locolor/32x32/mimetypes/readme.png -share/icons/locolor/32x32/mimetypes/recycled.png -share/icons/locolor/32x32/mimetypes/resource.png -share/icons/locolor/32x32/mimetypes/rpm.png -share/icons/locolor/32x32/mimetypes/shellscript.png -share/icons/locolor/32x32/mimetypes/shellscript2.png -share/icons/locolor/32x32/mimetypes/sound.png -share/icons/locolor/32x32/mimetypes/source.png -share/icons/locolor/32x32/mimetypes/source_c.png -share/icons/locolor/32x32/mimetypes/source_cpp.png -share/icons/locolor/32x32/mimetypes/source_f.png -share/icons/locolor/32x32/mimetypes/source_h.png -share/icons/locolor/32x32/mimetypes/source_java.png -share/icons/locolor/32x32/mimetypes/source_l.png -share/icons/locolor/32x32/mimetypes/source_moc.png -share/icons/locolor/32x32/mimetypes/source_o.png -share/icons/locolor/32x32/mimetypes/source_p.png -share/icons/locolor/32x32/mimetypes/source_pl.png -share/icons/locolor/32x32/mimetypes/source_py.png -share/icons/locolor/32x32/mimetypes/source_s.png -share/icons/locolor/32x32/mimetypes/source_y.png -share/icons/locolor/32x32/mimetypes/tar.png -share/icons/locolor/32x32/mimetypes/tex.png -share/icons/locolor/32x32/mimetypes/tgz.png -share/icons/locolor/32x32/mimetypes/txt.png -share/icons/locolor/32x32/mimetypes/unknown.png -share/icons/locolor/32x32/mimetypes/vcalendar.png -share/icons/locolor/32x32/mimetypes/vcard.png -share/icons/locolor/32x32/mimetypes/video.png -share/icons/locolor/index.desktop share/mimelnk/all/all.desktop share/mimelnk/all/allfiles.desktop share/mimelnk/application/msexcel.desktop @@ -2254,6 +2454,9 @@ share/mimelnk/application/postscript.desktop share/mimelnk/application/smil.desktop share/mimelnk/application/wordperfect.desktop share/mimelnk/application/x-applix.desktop +share/mimelnk/application/x-applixgraphics.desktop +share/mimelnk/application/x-applixspread.desktop +share/mimelnk/application/x-applixword.desktop share/mimelnk/application/x-archive.desktop share/mimelnk/application/x-arj.desktop share/mimelnk/application/x-awk.desktop @@ -2262,6 +2465,7 @@ share/mimelnk/application/x-bzip2.desktop share/mimelnk/application/x-compress.desktop share/mimelnk/application/x-core.desktop share/mimelnk/application/x-cpio.desktop +share/mimelnk/application/x-designer.desktop share/mimelnk/application/x-desktop.desktop share/mimelnk/application/x-dvi.desktop share/mimelnk/application/x-executable.desktop @@ -2270,8 +2474,10 @@ share/mimelnk/application/x-gzip.desktop share/mimelnk/application/x-jar.desktop share/mimelnk/application/x-java.desktop share/mimelnk/application/x-lha.desktop +share/mimelnk/application/x-linguist.desktop share/mimelnk/application/x-lzop.desktop share/mimelnk/application/x-object.desktop +share/mimelnk/application/x-ogg.desktop share/mimelnk/application/x-perl.desktop share/mimelnk/application/x-python-bytecode.desktop share/mimelnk/application/x-python.desktop @@ -2294,7 +2500,6 @@ share/mimelnk/application/x-tzo.desktop share/mimelnk/application/x-zip.desktop share/mimelnk/application/x-zoo.desktop share/mimelnk/audio/basic.desktop -share/mimelnk/audio/mpegurl.desktop share/mimelnk/audio/vnd.rn-realaudio.desktop share/mimelnk/audio/x-adpcm.desktop share/mimelnk/audio/x-aiff.desktop @@ -2302,7 +2507,6 @@ share/mimelnk/audio/x-midi.desktop share/mimelnk/audio/x-mod.desktop share/mimelnk/audio/x-mp3.desktop share/mimelnk/audio/x-mpegurl.desktop -share/mimelnk/audio/x-ogg.desktop share/mimelnk/audio/x-pn-realaudio.desktop share/mimelnk/audio/x-scpls.desktop share/mimelnk/audio/x-wav.desktop @@ -2315,8 +2519,10 @@ share/mimelnk/image/tiff.desktop share/mimelnk/image/x-bmp.desktop share/mimelnk/image/x-eps.desktop share/mimelnk/image/x-ico.desktop +share/mimelnk/image/x-jng.desktop share/mimelnk/image/x-photo-cd.desktop share/mimelnk/image/x-xbm.desktop +share/mimelnk/image/x-xcf-gimp.desktop share/mimelnk/image/x-xpm.desktop share/mimelnk/inode/block.desktop share/mimelnk/inode/chardevice.desktop @@ -2327,6 +2533,7 @@ share/mimelnk/inode/socket.desktop share/mimelnk/magic share/mimelnk/message/news.desktop share/mimelnk/message/rfc822.desktop +share/mimelnk/text/calendar.desktop share/mimelnk/text/css.desktop share/mimelnk/text/english.desktop share/mimelnk/text/html.desktop @@ -2343,6 +2550,7 @@ share/mimelnk/text/x-csrc.desktop share/mimelnk/text/x-diff.desktop share/mimelnk/text/x-java.desktop share/mimelnk/text/x-log.desktop +share/mimelnk/text/x-lyx.desktop share/mimelnk/text/x-makefile.desktop share/mimelnk/text/x-moc.desktop share/mimelnk/text/x-pascal.desktop @@ -2356,6 +2564,7 @@ share/mimelnk/text/xml.desktop share/mimelnk/video/mpeg.desktop share/mimelnk/video/quicktime.desktop share/mimelnk/video/x-flic.desktop +share/mimelnk/video/x-mng.desktop share/mimelnk/video/x-msvideo.desktop share/services/bmp.kimgio share/services/eps.kimgio @@ -2363,14 +2572,16 @@ share/services/file.protocol share/services/ftp.protocol share/services/g3.kimgio share/services/gif.kimgio +share/services/help.protocol share/services/http.protocol share/services/http_cache_cleaner.desktop share/services/https.protocol share/services/ico.kimgio share/services/jpeg.kimgio -share/services/kauthplainmodule.desktop +share/services/kaclplugin.desktop share/services/kbzip2filter.desktop share/services/kcookiejar.desktop +share/services/kded/kdeprintd.desktop share/services/kgzipfilter.desktop share/services/khtml.desktop share/services/khtmlimage.desktop @@ -2389,14 +2600,16 @@ share/services/xv.kimgio share/servicetypes/application.desktop share/servicetypes/browserview.desktop share/servicetypes/kcomprfilter.desktop +share/servicetypes/kdedmodule.desktop share/servicetypes/kpart.desktop share/servicetypes/kpropsdlgplugin.desktop share/servicetypes/krop.desktop share/servicetypes/krwp.desktop -share/servicetypes/ksasl.desktop +share/servicetypes/kscan.desktop share/servicetypes/ktexteditor.desktop share/servicetypes/kurifilterplugin.desktop @dirrm share/servicetypes +@dirrm share/services/kded @dirrm share/services @dirrm share/mimelnk/video @dirrm share/mimelnk/text @@ -2407,125 +2620,145 @@ share/servicetypes/kurifilterplugin.desktop @dirrm share/mimelnk/application @dirrm share/mimelnk/all @dirrm share/mimelnk -@dirrm share/icons/locolor/32x32/mimetypes -@dirrm share/icons/locolor/32x32/filesystems -@dirrm share/icons/locolor/32x32/actions -@dirrm share/icons/locolor/32x32 -@dirrm share/icons/locolor/16x16/mimetypes -@dirrm share/icons/locolor/16x16/filesystems -@dirrm share/icons/locolor/16x16/actions/kde -@dirrm share/icons/locolor/16x16/actions -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor +@dirrm share/icons/hicolor/64x64/mimetypes +@dirrm share/icons/hicolor/64x64/filesystems +@dirrm share/icons/hicolor/64x64 @dirrm share/icons/hicolor/48x48/mimetypes @dirrm share/icons/hicolor/48x48/filesystems -@dirrm share/icons/hicolor/48x48/actions/kde +@dirrm share/icons/hicolor/48x48/devices @dirrm share/icons/hicolor/48x48/actions @dirrm share/icons/hicolor/48x48 @dirrm share/icons/hicolor/32x32/mimetypes @dirrm share/icons/hicolor/32x32/filesystems +@dirrm share/icons/hicolor/32x32/devices @dirrm share/icons/hicolor/32x32/actions/kde @dirrm share/icons/hicolor/32x32/actions @dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/22x22/actions/kde @dirrm share/icons/hicolor/22x22/actions -@dirrm share/icons/hicolor/22x22 @dirrm share/icons/hicolor/16x16/mimetypes @dirrm share/icons/hicolor/16x16/filesystems +@dirrm share/icons/hicolor/16x16/devices +@dirrm share/icons/hicolor/16x16/apps @dirrm share/icons/hicolor/16x16/actions @dirrm share/icons/hicolor/16x16 @dirrm share/icons/hicolor -@dirrm share/doc/HTML/en/kspell @dirrm share/doc/HTML/en/common @dirrm share/doc/HTML/en -@dirrm share/doc/HTML @dirrm share/config/ui @dirrm share/config/colors @dirrm share/config @dirrm share/apps/kstyle/themes +@dirrm share/apps/kstyle/pixmaps/riscos @dirrm share/apps/kstyle/pixmaps @dirrm share/apps/kstyle @dirrm share/apps/kssl/caroot @dirrm share/apps/kssl -@dirrm share/apps/ksgmltools/zh-TW/entities -@dirrm share/apps/ksgmltools/zh-TW -@dirrm share/apps/ksgmltools/zh-CN/entities -@dirrm share/apps/ksgmltools/zh-CN -@dirrm share/apps/ksgmltools/sv/entities -@dirrm share/apps/ksgmltools/sv -@dirrm share/apps/ksgmltools/stylesheets -@dirrm share/apps/ksgmltools/sr/entities -@dirrm share/apps/ksgmltools/sr -@dirrm share/apps/ksgmltools/sl/entities -@dirrm share/apps/ksgmltools/sl -@dirrm share/apps/ksgmltools/sk/entities -@dirrm share/apps/ksgmltools/sk -@dirrm share/apps/ksgmltools/ru/entities -@dirrm share/apps/ksgmltools/ru -@dirrm share/apps/ksgmltools/ro/entities -@dirrm share/apps/ksgmltools/ro -@dirrm share/apps/ksgmltools/pt/entities -@dirrm share/apps/ksgmltools/pt-BR/entities -@dirrm share/apps/ksgmltools/pt-BR -@dirrm share/apps/ksgmltools/pt -@dirrm share/apps/ksgmltools/pl/entities -@dirrm share/apps/ksgmltools/pl -@dirrm share/apps/ksgmltools/no/entities -@dirrm share/apps/ksgmltools/no -@dirrm share/apps/ksgmltools/nl/entities -@dirrm share/apps/ksgmltools/nl -@dirrm share/apps/ksgmltools/ko/entities -@dirrm share/apps/ksgmltools/ko -@dirrm share/apps/ksgmltools/ja/entities -@dirrm share/apps/ksgmltools/ja -@dirrm share/apps/ksgmltools/it/entities -@dirrm share/apps/ksgmltools/it -@dirrm share/apps/ksgmltools/hu/entities -@dirrm share/apps/ksgmltools/hu -@dirrm share/apps/ksgmltools/fr/entities -@dirrm share/apps/ksgmltools/fr -@dirrm share/apps/ksgmltools/fi/entities -@dirrm share/apps/ksgmltools/fi -@dirrm share/apps/ksgmltools/et/entities -@dirrm share/apps/ksgmltools/et -@dirrm share/apps/ksgmltools/es/entities -@dirrm share/apps/ksgmltools/es -@dirrm share/apps/ksgmltools/entities -@dirrm share/apps/ksgmltools/en/entities -@dirrm share/apps/ksgmltools/en -@dirrm share/apps/ksgmltools/el/entities -@dirrm share/apps/ksgmltools/el -@dirrm share/apps/ksgmltools/dtd -@dirrm share/apps/ksgmltools/de/entities -@dirrm share/apps/ksgmltools/de -@dirrm share/apps/ksgmltools/da/entities -@dirrm share/apps/ksgmltools/da -@dirrm share/apps/ksgmltools/cs/entities -@dirrm share/apps/ksgmltools/cs -@dirrm share/apps/ksgmltools/ca/entities -@dirrm share/apps/ksgmltools/ca -@dirrm share/apps/ksgmltools +@dirrm share/apps/ksgmltools2/docbook/xsl/lib +@dirrm share/apps/ksgmltools2/docbook/xsl/indexing +@dirrm share/apps/ksgmltools2/docbook/xsl/images/callouts +@dirrm share/apps/ksgmltools2/docbook/xsl/images +@dirrm share/apps/ksgmltools2/docbook/xsl/html +@dirrm share/apps/ksgmltools2/docbook/xsl/common +@dirrm share/apps/ksgmltools2/docbook/xsl +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2 +@dirrm share/apps/ksgmltools2/docbook +@dirrm share/apps/ksgmltools2/customization/zh-TW/entities +@dirrm share/apps/ksgmltools2/customization/zh-TW +@dirrm share/apps/ksgmltools2/customization/xsl +@dirrm share/apps/ksgmltools2/customization/tr/entities +@dirrm share/apps/ksgmltools2/customization/tr +@dirrm share/apps/ksgmltools2/customization/sv/entities +@dirrm share/apps/ksgmltools2/customization/sv +@dirrm share/apps/ksgmltools2/customization/sr/entities +@dirrm share/apps/ksgmltools2/customization/sr +@dirrm share/apps/ksgmltools2/customization/sl/entities +@dirrm share/apps/ksgmltools2/customization/sl +@dirrm share/apps/ksgmltools2/customization/sk/entities +@dirrm share/apps/ksgmltools2/customization/sk +@dirrm share/apps/ksgmltools2/customization/ru/entities +@dirrm share/apps/ksgmltools2/customization/ru +@dirrm share/apps/ksgmltools2/customization/ro/entities +@dirrm share/apps/ksgmltools2/customization/ro +@dirrm share/apps/ksgmltools2/customization/pt/entities +@dirrm share/apps/ksgmltools2/customization/pt-BR/entities +@dirrm share/apps/ksgmltools2/customization/pt-BR +@dirrm share/apps/ksgmltools2/customization/pt +@dirrm share/apps/ksgmltools2/customization/pl/entities +@dirrm share/apps/ksgmltools2/customization/pl +@dirrm share/apps/ksgmltools2/customization/no/entities +@dirrm share/apps/ksgmltools2/customization/no-NY/entities +@dirrm share/apps/ksgmltools2/customization/no-NY +@dirrm share/apps/ksgmltools2/customization/no +@dirrm share/apps/ksgmltools2/customization/nl/entities +@dirrm share/apps/ksgmltools2/customization/nl +@dirrm share/apps/ksgmltools2/customization/ko/entities +@dirrm share/apps/ksgmltools2/customization/ko +@dirrm share/apps/ksgmltools2/customization/ja/entities +@dirrm share/apps/ksgmltools2/customization/ja +@dirrm share/apps/ksgmltools2/customization/it/entities +@dirrm share/apps/ksgmltools2/customization/it +@dirrm share/apps/ksgmltools2/customization/hu/entities +@dirrm share/apps/ksgmltools2/customization/hu +@dirrm share/apps/ksgmltools2/customization/fr/entities +@dirrm share/apps/ksgmltools2/customization/fr +@dirrm share/apps/ksgmltools2/customization/fi/entities +@dirrm share/apps/ksgmltools2/customization/fi +@dirrm share/apps/ksgmltools2/customization/et/entities +@dirrm share/apps/ksgmltools2/customization/et +@dirrm share/apps/ksgmltools2/customization/es/entities +@dirrm share/apps/ksgmltools2/customization/es +@dirrm share/apps/ksgmltools2/customization/entities +@dirrm share/apps/ksgmltools2/customization/en/entities +@dirrm share/apps/ksgmltools2/customization/en +@dirrm share/apps/ksgmltools2/customization/el/entities +@dirrm share/apps/ksgmltools2/customization/el +@dirrm share/apps/ksgmltools2/customization/dtd +@dirrm share/apps/ksgmltools2/customization/de/entities +@dirrm share/apps/ksgmltools2/customization/de +@dirrm share/apps/ksgmltools2/customization/da/entities +@dirrm share/apps/ksgmltools2/customization/da +@dirrm share/apps/ksgmltools2/customization/cs/entities +@dirrm share/apps/ksgmltools2/customization/cs +@dirrm share/apps/ksgmltools2/customization/ca/entities +@dirrm share/apps/ksgmltools2/customization/ca +@dirrm share/apps/ksgmltools2/customization/af/entities +@dirrm share/apps/ksgmltools2/customization/af +@dirrm share/apps/ksgmltools2/customization +@dirrm share/apps/ksgmltools2 @dirrm share/apps/knotify @dirrm share/apps/kjava -@dirrm share/apps/kio_uiserver/icons/locolor/16x16/apps -@dirrm share/apps/kio_uiserver/icons/locolor/16x16 -@dirrm share/apps/kio_uiserver/icons/locolor +@dirrm share/apps/kio_uiserver/icons/hicolor/16x16/apps +@dirrm share/apps/kio_uiserver/icons/hicolor/16x16 +@dirrm share/apps/kio_uiserver/icons/hicolor @dirrm share/apps/kio_uiserver/icons @dirrm share/apps/kio_uiserver -@dirrm share/apps/khtml/icons/locolor/16x16/actions -@dirrm share/apps/khtml/icons/locolor/16x16 -@dirrm share/apps/khtml/icons/locolor @dirrm share/apps/khtml/icons/hicolor/32x32/actions @dirrm share/apps/khtml/icons/hicolor/32x32 @dirrm share/apps/khtml/icons/hicolor/22x22/actions @dirrm share/apps/khtml/icons/hicolor/22x22 +@dirrm share/apps/khtml/icons/hicolor/16x16/actions +@dirrm share/apps/khtml/icons/hicolor/16x16 @dirrm share/apps/khtml/icons/hicolor @dirrm share/apps/khtml/icons @dirrm share/apps/khtml/css @dirrm share/apps/khtml @dirrm share/apps/kdeui/pics @dirrm share/apps/kdeui -@dirrm share/apps/kab/pics +@dirrm share/apps/kdeprint/plugins +@dirrm share/apps/kdeprint/pics +@dirrm share/apps/kdeprint/icons/hicolor/32x32/apps +@dirrm share/apps/kdeprint/icons/hicolor/32x32 +@dirrm share/apps/kdeprint/icons/hicolor/22x22/actions +@dirrm share/apps/kdeprint/icons/hicolor/22x22 +@dirrm share/apps/kdeprint/icons/hicolor/16x16/apps +@dirrm share/apps/kdeprint/icons/hicolor/16x16 +@dirrm share/apps/kdeprint/icons/hicolor +@dirrm share/apps/kdeprint/icons +@dirrm share/apps/kdeprint/filters +@dirrm share/apps/kdeprint +@dirrm share/apps/kconf_update @dirrm share/apps/kab @dirrm share/apps/LICENSES @dirrm share/apps @@ -2535,9 +2768,9 @@ share/servicetypes/kurifilterplugin.desktop @dirrm include/libkmid @dirrm include/kparts @dirrm include/kjs -@dirrm include/kio/sasl @dirrm include/kio @dirrm include/kdesu +@dirrm include/kdeprint @dirrm include/dom @dirrm include/artsc @dirrm include/arts diff --git a/x11/kdelibs3/pkg-req b/x11/kdelibs3/pkg-req new file mode 100644 index 000000000000..4c13d55f3fdb --- /dev/null +++ b/x11/kdelibs3/pkg-req @@ -0,0 +1,7 @@ +#!/bin/sh +if [ -f /usr/local/include/kfm.h ]; then +echo <<EOF +You have KDE1 headers installed! Installing this package +will result in conflicts between KDE2 and KDE1. +EOF +fi diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 07d9614b8745..f869db03e40a 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdelibs -PORTVERSION= 2.1.2 +PORTVERSION= 2.2 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/src @@ -15,7 +15,10 @@ MAINTAINER= will@FreeBSD.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ - mimelib.3:${PORTSDIR}/converters/kdesupport2 + fam.0:${PORTSDIR}/devel/fam \ + cups.2:${PORTSDIR}/print/cups \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ + bz2.1:${PORTSDIR}/archivers/bzip2 USE_OPENSSL= yes USE_QT_VER= 2 @@ -24,6 +27,8 @@ SOMINOR= 0 USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-cups --disable-ltdl-install \ + --enable-debug --disable-final .if ${MACHINE_ARCH} == "alpha" CFLAGS= -O0 ${KDE_CFLAGS} @@ -31,7 +36,7 @@ CFLAGS= -O0 ${KDE_CFLAGS} USE_GMAKE= yes MAKE_ENV= SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" -PLIST_SUB+= LIBVER="${SOMAJOR}" RM="${RM}" +PLIST_SUB+= LIBVER="${SOMAJOR}" LDCONFIG="${LDCONFIG}" .include <bsd.port.pre.mk> @@ -46,14 +51,28 @@ pre-fetch: @${ECHO} "then KDE2 will not build with SSL support." @${ECHO} .endif +.if exists(${LOCALBASE}/include/kfm.h) + @${ECHO} + @${ECHO} " NOTICE" + @${ECHO} + @${ECHO} "You have KDE1 headers installed! Installing this port" + @${ECHO} "will result in conflicts between KDE2 and KDE1!" + @${ECHO} + @${FALSE} +.endif pre-configure: - ${PERL} -pi -e "s@-O2@-O0@g" ${WRKSRC}/configure + ${PERL} -pi -e "s@-O2@-O0@g; s@\"-lfam@\"-L${LOCALBASE}/lib -lfam@g" ${WRKSRC}/configure + ${PERL} -pi -e "s@kspell api@@g" ${WRKSRC}/doc/Makefile.in (find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi.orig -e \ "s@version-info 1:0@version-info ${SOMAJOR}:${SOMINOR}@g; \ s@version-info 3:0@version-info ${SOMAJOR}:${SOMINOR}@g") +post-configure: + ${PERL} -pi -e "s@-D_PTH_H_ -D_PTH_PTHREAD_H_@@g" ${WRKSRC}/arts/mcop_mt/Makefile + post-install: + ${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/kdelibs.sh > ${PREFIX}/etc/rc.d/kdelibs.sh .for LIB in DCOP kab kdecore kdesu kdeui kfile kformula kio kjs \ kparts kspell ksycoca kjava @${LN} -sf ${PREFIX}/lib/lib${LIB}.so.${SOMAJOR} ${PREFIX}/lib/lib${LIB}.so diff --git a/x11/kdelibs4/distinfo b/x11/kdelibs4/distinfo index 33a18bf1202a..104fb15bd6e3 100644 --- a/x11/kdelibs4/distinfo +++ b/x11/kdelibs4/distinfo @@ -1 +1 @@ -MD5 (kdelibs-2.1.2.tar.bz2) = 7da819efb418b4ebae65a1ea5ed0ba5c +MD5 (kdelibs-2.2.tar.bz2) = 2aca0c00143f4f7bc1ee7afdbe892912 diff --git a/x11/kdelibs4/files/kdelibs.sh b/x11/kdelibs4/files/kdelibs.sh new file mode 100644 index 000000000000..737bab123af7 --- /dev/null +++ b/x11/kdelibs4/files/kdelibs.sh @@ -0,0 +1,3 @@ +#!/bin/sh +PREFIX=%%PREFIX%% +ldconfig -m $PREFIX/lib/kde2 diff --git a/x11/kdelibs4/pkg-plist b/x11/kdelibs4/pkg-plist index e822ef9b1865..5970351a6945 100644 --- a/x11/kdelibs4/pkg-plist +++ b/x11/kdelibs4/pkg-plist @@ -1,15 +1,22 @@ +@exec %%LDCONFIG%% -m %D/lib/kde2 bin/artsc-config bin/artscat bin/artsd bin/artsdsp +bin/artsmessage bin/artsplay bin/artsshell bin/artswrapper +bin/checkXML +bin/cupsdconf +bin/cupsdoprint bin/dcop bin/dcopidl bin/dcopidl2cpp bin/dcopserver +bin/imagetops bin/kbuildsycoca +bin/kconf_update bin/kcookiejar bin/kdb2html bin/kde-config @@ -18,19 +25,32 @@ bin/kdeinit bin/kdeinit_shutdown bin/kdeinit_wrapper bin/kdesu_stub +bin/kdontchangethehostname bin/kio_http_cache_cleaner bin/kio_uiserver bin/klauncher bin/kmailservice bin/knotify +bin/kpac_dhcp_helper bin/ksendbugmail +bin/kshell +bin/kwrapper bin/lnusertemp +bin/make_driver_db_cups +bin/make_driver_db_lpd bin/mcopidl +bin/meinproc +bin/preparetips bin/settheme +bin/xml2man +bin/xmlizer +etc/rc.d/kdelibs.sh include/addressbook.h include/arts/anyref.h include/arts/artsflow.h include/arts/artsflow.idl +include/arts/artskde.h +include/arts/artsversion.h include/arts/asyncstream.h include/arts/audioio.h include/arts/audiosubsys.h @@ -43,10 +63,13 @@ include/arts/connection.h include/arts/convert.h include/arts/core.h include/arts/core.idl +include/arts/cpuinfo.h include/arts/datapacket.h include/arts/debug.h +include/arts/delayedreturn.h include/arts/dispatcher.h include/arts/dynamicrequest.h +include/arts/dynamicskeleton.h include/arts/extensionloader.h include/arts/factory.h include/arts/fft.h @@ -54,8 +77,12 @@ include/arts/flowsystem.h include/arts/idlfilereg.h include/arts/ifacerepo_impl.h include/arts/iomanager.h +include/arts/kartsdispatcher.h +include/arts/kartsfloatwatch.h include/arts/kmedia2.h include/arts/kmedia2.idl +include/arts/kplayobject.h +include/arts/kplayobjectfactory.h include/arts/mcopconfig.h include/arts/mcoputils.h include/arts/notification.h @@ -75,6 +102,7 @@ include/arts/stdsynthmodule.h include/arts/synthschedule.h include/arts/tcpconnection.h include/arts/tcpserver.h +include/arts/thread.h include/arts/type.h include/arts/unixconnection.h include/arts/unixserver.h @@ -89,8 +117,10 @@ include/defaultprogress.h include/dom/css_rule.h include/dom/css_stylesheet.h include/dom/css_value.h +include/dom/dom2_events.h include/dom/dom2_range.h include/dom/dom2_traversal.h +include/dom/dom2_views.h include/dom/dom_core.h include/dom/dom_doc.h include/dom/dom_element.h @@ -119,15 +149,19 @@ include/kaboutdata.h include/kaboutdialog.h include/kaboutkde.h include/kaccel.h +include/kaccelgen.h include/kaccelmenu.h include/kaction.h include/kallocator.h include/kalphapainter.h include/kanimwidget.h include/kapp.h +include/karrowbutton.h +include/kasyncio.h include/kaudioplayer.h include/kauthicon.h include/kautomount.h +include/kbufferedio.h include/kbugreport.h include/kbuttonbox.h include/kcharselect.h @@ -156,13 +190,21 @@ include/kcursor.h include/kdatastream.h include/kdatepik.h include/kdatetbl.h +include/kdatewidget.h include/kdbtn.h include/kdcopactionproxy.h include/kdcoppropertyproxy.h include/kde.pot include/kde_dmalloc.h include/kdebug.h +include/kdedmodule.h +include/kdeprint/kmjobviewer.h +include/kdeprint/kmmainview.h +include/kdeprint/kmprinterpage.h +include/kdeprint/kpreloadobject.h +include/kdeprint/kprintdialogpage.h include/kdesktopfile.h +include/kdesktopwidget.h include/kdestyle.h include/kdesu/client.h include/kdesu/defaults.h @@ -190,6 +232,7 @@ include/keditcl.h include/keditlistbox.h include/kedittoolbar.h include/kemailsettings.h +include/kextsock.h include/kfile.h include/kfilebookmark.h include/kfiledetailview.h @@ -203,6 +246,7 @@ include/kfileview.h include/kfileviewitem.h include/kfilterbase.h include/kfilterdev.h +include/kfontcombo.h include/kfontdialog.h include/kglobal.h include/kglobalaccel.h @@ -219,6 +263,7 @@ include/kiconloader.h include/kicontheme.h include/kiconview.h include/kimageeffect.h +include/kimagefilepreview.h include/kimageio.h include/kinstance.h include/kio/authinfo.h @@ -227,6 +272,8 @@ include/kio/connection.h include/kio/defaultprogress.h include/kio/file.h include/kio/global.h +include/kio/http_slave_defaults.h +include/kio/ioslave_defaults.h include/kio/job.h include/kio/jobclasses.h include/kio/kmdbase.h @@ -236,13 +283,15 @@ include/kio/netaccess.h include/kio/observer.h include/kio/passdlg.h include/kio/paste.h +include/kio/previewjob.h include/kio/progressbase.h include/kio/renamedlg.h -include/kio/sasl/saslcontext.h -include/kio/sasl/saslmodule.h +include/kio/scheduler.h +include/kio/sessiondata.h include/kio/skipdlg.h include/kio/slave.h include/kio/slavebase.h +include/kio/slaveconfig.h include/kio/slaveinterface.h include/kio/statusbarprogress.h include/kio/tcpslavebase.h @@ -271,6 +320,7 @@ include/klistbox.h include/klistview.h include/klocale.h include/kmainwindow.h +include/kmdcodec.h include/kmenubar.h include/kmessagebox.h include/kmimemagic.h @@ -279,12 +329,14 @@ include/kmimetype.h include/knotifyclient.h include/knuminput.h include/knumvalidator.h +include/kopenssl.h include/kopenwith.h include/kpalette.h include/kpanelapplet.h include/kpanelextension.h include/kpanelmenu.h include/kparts/browserextension.h +include/kparts/browserinterface.h include/kparts/dockmainwindow.h include/kparts/event.h include/kparts/factory.h @@ -300,6 +352,8 @@ include/kpixmapio.h include/kpixmapprovider.h include/kpixmapsplitter.h include/kpopupmenu.h +include/kpreviewwidgetbase.h +include/kprinter.h include/kprocctrl.h include/kprocess.h include/kprocio.h @@ -318,7 +372,10 @@ include/krootprop.h include/kruler.h include/krun.h include/ksavefile.h +include/kscan.h include/ksconfig.h +include/kscreensaver.h +include/kscreensaver_vroot.h include/kselect.h include/kseparator.h include/kservice.h @@ -330,10 +387,15 @@ include/kshellcompletion.h include/kshred.h include/ksimpleconfig.h include/ksock.h +include/ksockaddr.h +include/ksocks.h include/kspell.h include/kspelldlg.h include/ksqueezedtextlabel.h include/kssl.h +include/ksslall.h +include/ksslcertchain.h +include/ksslcertdlg.h include/ksslcertificate.h include/ksslcertificatecache.h include/ksslcertificatefactory.h @@ -341,9 +403,11 @@ include/ksslcertificatehome.h include/ksslconnectioninfo.h include/ksslinfodlg.h include/ksslpeerinfo.h +include/ksslpkcs12.h include/ksslsettings.h include/ksslutils.h include/ksslx509map.h +include/kstartupinfo.h include/kstaticdeleter.h include/kstatusbar.h include/kstdaccel.h @@ -362,6 +426,7 @@ include/ktextbrowser.h include/ktexteditor.h include/kthemebase.h include/kthemestyle.h +include/ktip.h include/ktmainwindow.h include/ktoolbar.h include/ktoolbarbutton.h @@ -384,6 +449,7 @@ include/kwin.h include/kwindowlistmenu.h include/kwinmodule.h include/kwizard.h +include/kxmessages.h include/kxmlgui.h include/kxmlguibuilder.h include/kxmlguiclient.h @@ -412,8 +478,6 @@ include/progressbase.h include/qconfigDB.h include/qxembed.h include/statusbarprogress.h -lib/b3style.la -lib/b3style.so lib/basicstyle.la lib/basicstyle.so lib/dcopserver.la @@ -422,6 +486,8 @@ lib/hcstyle.la lib/hcstyle.so lib/kbuildsycoca.la lib/kbuildsycoca.so +lib/kconf_update.la +lib/kconf_update.so lib/kcookiejar.la lib/kcookiejar.so lib/kde2/kbzip2filter.la @@ -444,10 +510,24 @@ lib/kde2/kio_file.la lib/kde2/kio_file.so lib/kde2/kio_ftp.la lib/kde2/kio_ftp.so +lib/kde2/kio_help.la +lib/kde2/kio_help.so lib/kde2/kio_http.la lib/kde2/kio_http.so -lib/kde2/kio_https.la -lib/kde2/kio_https.so +lib/kde2/kjs_html.la +lib/kde2/kjs_html.so +lib/kde2/libkded_kdeprintd.la +lib/kde2/libkded_kdeprintd.so +lib/kde2/libkdeprint_cups.la +lib/kde2/libkdeprint_cups.so +lib/kde2/libkdeprint_ext.la +lib/kde2/libkdeprint_ext.so +lib/kde2/libkdeprint_lpd.la +lib/kde2/libkdeprint_lpd.so +lib/kde2/libkdeprint_lpdunix.la +lib/kde2/libkdeprint_lpdunix.so +lib/kde2/libkdeprint_rlpr.la +lib/kde2/libkdeprint_rlpr.so lib/kde2/libkpac.la lib/kde2/libkpac.so lib/kded.la @@ -456,20 +536,12 @@ lib/kio_http_cache_cleaner.la lib/kio_http_cache_cleaner.so lib/kio_uiserver.la lib/kio_uiserver.so -lib/kjs_html.la -lib/kjs_html.so lib/klauncher.la lib/klauncher.so lib/klegacystyle.la lib/klegacystyle.so lib/knotify.la lib/knotify.so -lib/ksasl_auth_plain.la -lib/ksasl_auth_plain.so -lib/ksgistyle.la -lib/ksgistyle.so -lib/kstephighcolor.la -lib/kstephighcolor.so lib/kstepstyle.la lib/kstepstyle.so lib/libDCOP.la @@ -490,9 +562,13 @@ lib/libartsflow.so.0 lib/libartsflow_idl.la lib/libartsflow_idl.so lib/libartsflow_idl.so.0 +lib/libartskde.la +lib/libartskde.so lib/libartswavplayobject.la lib/libartswavplayobject.so lib/libartswavplayobject.so.0 +lib/libcupsdconf.la +lib/libcupsdconf.so lib/libkab.la lib/libkab.so lib/libkab.so.4 @@ -502,6 +578,12 @@ lib/libkdecore.so.4 lib/libkdefakes.la lib/libkdefakes.so lib/libkdefakes.so.4 +lib/libkdeprint.la +lib/libkdeprint.so +lib/libkdeprint.so.0 +lib/libkdeprint_management.la +lib/libkdeprint_management.so +lib/libkdeprint_management.so.0 lib/libkdesu.la lib/libkdesu.so lib/libkdesu.so.4 @@ -526,6 +608,9 @@ lib/libkjava.so.4 lib/libkjs.la lib/libkjs.so lib/libkjs.so.4 +lib/libkmedia2.la +lib/libkmedia2.so +lib/libkmedia2.so.0 lib/libkmedia2_idl.la lib/libkmedia2_idl.so lib/libkmedia2_idl.so.0 @@ -535,8 +620,9 @@ lib/libkmid.so.0 lib/libkparts.la lib/libkparts.so lib/libkparts.so.4 -lib/libksasl.la -lib/libksasl.so +lib/libkscreensaver.la +lib/libkscreensaver.so +lib/libkscreensaver.so.4 lib/libkspell.la lib/libkspell.so lib/libkspell.so.4 @@ -552,6 +638,9 @@ lib/libktexteditor.so.0 lib/libmcop.la lib/libmcop.so lib/libmcop.so.0 +lib/libmcop_mt.la +lib/libmcop_mt.so +lib/libmcop_mt.so.0 lib/libqtmcop.la lib/libqtmcop.so lib/libqtmcop.so.0 @@ -561,6 +650,7 @@ lib/libsoundserver_idl.so.0 lib/libx11globalcomm.la lib/libx11globalcomm.so lib/libx11globalcomm.so.0 +lib/mcop/Arts/FileInputStream.mcopclass lib/mcop/Arts/Synth_ADD.mcopclass lib/mcop/Arts/Synth_AMAN_PLAY.mcopclass lib/mcop/Arts/Synth_AMAN_RECORD.mcopclass @@ -581,6 +671,12 @@ lib/mcop/kmedia2.mcopclass lib/mcop/kmedia2.mcoptype lib/mcop/soundserver.mcopclass lib/mcop/soundserver.mcoptype +lib/mcop/x11globalcomm.mcopclass +lib/mcop/x11globalcomm.mcoptype +lib/mega.la +lib/mega.so +lib/webstyle.la +lib/webstyle.so share/apps/LICENSES/ARTISTIC share/apps/LICENSES/BSD share/apps/LICENSES/GPL_V2 @@ -588,442 +684,695 @@ share/apps/LICENSES/LGPL_V2 share/apps/LICENSES/QPL_V1.0 share/apps/kab/template.config share/apps/kab/template.kab +share/apps/kconf_update/kcookiescfg.upd +share/apps/kconf_update/kioslave.upd +share/apps/kconf_update/proxytype.pl +share/apps/kconf_update/useragent.pl +share/apps/kdeprint/cups_logo.png +share/apps/kdeprint/cupsd.conf.template +share/apps/kdeprint/filters/enscript.desktop +share/apps/kdeprint/filters/enscript.xml +share/apps/kdeprint/filters/imagetops.desktop +share/apps/kdeprint/filters/imagetops.xml +share/apps/kdeprint/filters/pdfwrite.desktop +share/apps/kdeprint/filters/pdfwrite.xml +share/apps/kdeprint/filters/psbook.desktop +share/apps/kdeprint/filters/psbook.xml +share/apps/kdeprint/filters/psbook1.desktop +share/apps/kdeprint/filters/psbook1.xml +share/apps/kdeprint/filters/psbook2.desktop +share/apps/kdeprint/filters/psbook2.xml +share/apps/kdeprint/filters/psnup.desktop +share/apps/kdeprint/filters/psnup.xml +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_computer.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_job.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_job_error.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_job_process.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_job_stopped.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_class.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_class_process.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_class_stopped.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_defect.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_process.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_remote.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_remote_process.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_remote_stopped.png +share/apps/kdeprint/icons/hicolor/16x16/apps/kdeprint_printer_stopped.png +share/apps/kdeprint/icons/hicolor/22x22/actions/kdeprint_printer.png +share/apps/kdeprint/icons/hicolor/22x22/actions/kdeprint_printer_infos.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_class.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_class_process.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_class_stopped.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_process.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_remote.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_remote_process.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_remote_stopped.png +share/apps/kdeprint/icons/hicolor/32x32/apps/kdeprint_printer_stopped.png +share/apps/kdeprint/kde_logo.png +share/apps/kdeprint/pics/kdeprint_collate.png +share/apps/kdeprint/pics/kdeprint_collate_reverse.png +share/apps/kdeprint/pics/kdeprint_color.png +share/apps/kdeprint/pics/kdeprint_duplex_long.png +share/apps/kdeprint/pics/kdeprint_duplex_none.png +share/apps/kdeprint/pics/kdeprint_duplex_short.png +share/apps/kdeprint/pics/kdeprint_grayscale.png +share/apps/kdeprint/pics/kdeprint_landscape.png +share/apps/kdeprint/pics/kdeprint_nup1.png +share/apps/kdeprint/pics/kdeprint_nup2.png +share/apps/kdeprint/pics/kdeprint_nup4.png +share/apps/kdeprint/pics/kdeprint_portrait.png +share/apps/kdeprint/pics/kdeprint_revlandscape.png +share/apps/kdeprint/pics/kdeprint_revportrait.png +share/apps/kdeprint/pics/kdeprint_uncollate.png +share/apps/kdeprint/pics/kdeprint_uncollate_reverse.png +share/apps/kdeprint/plugins/cups.print +share/apps/kdeprint/plugins/ext.print +share/apps/kdeprint/plugins/lpd.print +share/apps/kdeprint/plugins/lpdunix.print +share/apps/kdeprint/plugins/rlpr.print +share/apps/kdeprint/specials.desktop +share/apps/kdeprint/testprint.ps share/apps/kdeui/pics/aboutkde.png share/apps/kdeui/pics/keys.png +share/apps/kdeui/pics/ktip-background.png +share/apps/kdeui/pics/ktip-bulb.png share/apps/khtml/css/html4.css +share/apps/khtml/icons/hicolor/16x16/actions/images_display.png share/apps/khtml/icons/hicolor/22x22/actions/images_display.png share/apps/khtml/icons/hicolor/32x32/actions/images_display.png -share/apps/khtml/icons/locolor/16x16/actions/images_display.png share/apps/khtml/khtml.rc share/apps/khtml/khtml_browser.rc share/apps/khtml/khtml_popupmenu.rc -share/apps/kio_uiserver/icons/locolor/16x16/apps/kio_uiserver.png +share/apps/kio_uiserver/icons/hicolor/16x16/apps/kio_uiserver.png share/apps/kjava/kjava.jar share/apps/kjava/kjava.policy share/apps/knotify/eventsrc -share/apps/ksgmltools/ca/catalog -share/apps/ksgmltools/ca/entities/fdl-notice.docbook -share/apps/ksgmltools/ca/entities/gpl-notice.docbook -share/apps/ksgmltools/ca/entities/lgpl-notice.docbook -share/apps/ksgmltools/ca/entities/report-bugs.docbook -share/apps/ksgmltools/ca/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ca/entities/underBSDLicense.docbook -share/apps/ksgmltools/ca/entities/underFDL.docbook -share/apps/ksgmltools/ca/entities/underGPL.docbook -share/apps/ksgmltools/ca/entities/underX11License.docbook -share/apps/ksgmltools/ca/kde-prologue.entities -share/apps/ksgmltools/ca/strings.entities -share/apps/ksgmltools/ca/user.entities -share/apps/ksgmltools/catalog -share/apps/ksgmltools/cs/catalog -share/apps/ksgmltools/cs/entities/fdl-notice.docbook -share/apps/ksgmltools/cs/entities/gpl-notice.docbook -share/apps/ksgmltools/cs/entities/lgpl-notice.docbook -share/apps/ksgmltools/cs/entities/report-bugs.docbook -share/apps/ksgmltools/cs/entities/underArtisticLicense.docbook -share/apps/ksgmltools/cs/entities/underBSDLicense.docbook -share/apps/ksgmltools/cs/entities/underFDL.docbook -share/apps/ksgmltools/cs/entities/underGPL.docbook -share/apps/ksgmltools/cs/entities/underX11License.docbook -share/apps/ksgmltools/cs/kde-prologue.entities -share/apps/ksgmltools/cs/strings.entities -share/apps/ksgmltools/cs/user.entities -share/apps/ksgmltools/da/catalog -share/apps/ksgmltools/da/entities/fdl-notice.docbook -share/apps/ksgmltools/da/entities/gpl-notice.docbook -share/apps/ksgmltools/da/entities/lgpl-notice.docbook -share/apps/ksgmltools/da/entities/report-bugs.docbook -share/apps/ksgmltools/da/entities/underArtisticLicense.docbook -share/apps/ksgmltools/da/entities/underBSDLicense.docbook -share/apps/ksgmltools/da/entities/underFDL.docbook -share/apps/ksgmltools/da/entities/underGPL.docbook -share/apps/ksgmltools/da/entities/underX11License.docbook -share/apps/ksgmltools/da/kde-prologue.entities -share/apps/ksgmltools/da/strings.entities -share/apps/ksgmltools/da/user.entities -share/apps/ksgmltools/de/catalog -share/apps/ksgmltools/de/entities/fdl-notice.docbook -share/apps/ksgmltools/de/entities/gpl-notice.docbook -share/apps/ksgmltools/de/entities/lgpl-notice.docbook -share/apps/ksgmltools/de/entities/report-bugs.docbook -share/apps/ksgmltools/de/entities/underArtisticLicense.docbook -share/apps/ksgmltools/de/entities/underBSDLicense.docbook -share/apps/ksgmltools/de/entities/underFDL.docbook -share/apps/ksgmltools/de/entities/underGPL.docbook -share/apps/ksgmltools/de/entities/underX11License.docbook -share/apps/ksgmltools/de/kde-prologue.entities -share/apps/ksgmltools/de/strings.entities -share/apps/ksgmltools/de/user.entities -share/apps/ksgmltools/dtd/kde-modifications.elements -share/apps/ksgmltools/dtd/kde-next.dtd -share/apps/ksgmltools/dtd/kde-rdbhier2.elements -share/apps/ksgmltools/dtd/kde-rdbpool.elements -share/apps/ksgmltools/dtd/kde.dtd -share/apps/ksgmltools/el/catalog -share/apps/ksgmltools/el/entities/fdl-notice.docbook -share/apps/ksgmltools/el/entities/gpl-notice.docbook -share/apps/ksgmltools/el/entities/lgpl-notice.docbook -share/apps/ksgmltools/el/entities/report-bugs.docbook -share/apps/ksgmltools/el/entities/underArtisticLicense.docbook -share/apps/ksgmltools/el/entities/underBSDLicense.docbook -share/apps/ksgmltools/el/entities/underFDL.docbook -share/apps/ksgmltools/el/entities/underGPL.docbook -share/apps/ksgmltools/el/entities/underX11License.docbook -share/apps/ksgmltools/el/kde-prologue.entities -share/apps/ksgmltools/el/strings.entities -share/apps/ksgmltools/el/user.entities -share/apps/ksgmltools/en/catalog -share/apps/ksgmltools/en/entities/fdl-notice.docbook -share/apps/ksgmltools/en/entities/gpl-notice.docbook -share/apps/ksgmltools/en/entities/lgpl-notice.docbook -share/apps/ksgmltools/en/entities/report-bugs.docbook -share/apps/ksgmltools/en/entities/underArtisticLicense.docbook -share/apps/ksgmltools/en/entities/underBSDLicense.docbook -share/apps/ksgmltools/en/entities/underFDL.docbook -share/apps/ksgmltools/en/entities/underGPL.docbook -share/apps/ksgmltools/en/entities/underX11License.docbook -share/apps/ksgmltools/en/kde-prologue.entities -share/apps/ksgmltools/en/strings.entities -share/apps/ksgmltools/en/user.entities -share/apps/ksgmltools/entities/kde-genent.entities -share/apps/ksgmltools/entities/kde-prologue.entities -share/apps/ksgmltools/es/catalog -share/apps/ksgmltools/es/entities/fdl-notice.docbook -share/apps/ksgmltools/es/entities/gpl-notice.docbook -share/apps/ksgmltools/es/entities/lgpl-notice.docbook -share/apps/ksgmltools/es/entities/report-bugs.docbook -share/apps/ksgmltools/es/entities/underArtisticLicense.docbook -share/apps/ksgmltools/es/entities/underBSDLicense.docbook -share/apps/ksgmltools/es/entities/underFDL.docbook -share/apps/ksgmltools/es/entities/underGPL.docbook -share/apps/ksgmltools/es/entities/underX11License.docbook -share/apps/ksgmltools/es/kde-prologue.entities -share/apps/ksgmltools/es/strings.entities -share/apps/ksgmltools/es/user.entities -share/apps/ksgmltools/et/catalog -share/apps/ksgmltools/et/entities/fdl-notice.docbook -share/apps/ksgmltools/et/entities/gpl-notice.docbook -share/apps/ksgmltools/et/entities/lgpl-notice.docbook -share/apps/ksgmltools/et/entities/report-bugs.docbook -share/apps/ksgmltools/et/entities/underArtisticLicense.docbook -share/apps/ksgmltools/et/entities/underBSDLicense.docbook -share/apps/ksgmltools/et/entities/underFDL.docbook -share/apps/ksgmltools/et/entities/underGPL.docbook -share/apps/ksgmltools/et/entities/underX11License.docbook -share/apps/ksgmltools/et/kde-prologue.entities -share/apps/ksgmltools/et/strings.entities -share/apps/ksgmltools/et/user.entities -share/apps/ksgmltools/fi/catalog -share/apps/ksgmltools/fi/entities/fdl-notice.docbook -share/apps/ksgmltools/fi/entities/gpl-notice.docbook -share/apps/ksgmltools/fi/entities/lgpl-notice.docbook -share/apps/ksgmltools/fi/entities/report-bugs.docbook -share/apps/ksgmltools/fi/entities/underArtisticLicense.docbook -share/apps/ksgmltools/fi/entities/underBSDLicense.docbook -share/apps/ksgmltools/fi/entities/underFDL.docbook -share/apps/ksgmltools/fi/entities/underGPL.docbook -share/apps/ksgmltools/fi/entities/underX11License.docbook -share/apps/ksgmltools/fi/kde-prologue.entities -share/apps/ksgmltools/fi/strings.entities -share/apps/ksgmltools/fi/user.entities -share/apps/ksgmltools/fr/catalog -share/apps/ksgmltools/fr/entities/fdl-notice.docbook -share/apps/ksgmltools/fr/entities/gpl-notice.docbook -share/apps/ksgmltools/fr/entities/lgpl-notice.docbook -share/apps/ksgmltools/fr/entities/report-bugs.docbook -share/apps/ksgmltools/fr/entities/underArtisticLicense.docbook -share/apps/ksgmltools/fr/entities/underBSDLicense.docbook -share/apps/ksgmltools/fr/entities/underFDL.docbook -share/apps/ksgmltools/fr/entities/underGPL.docbook -share/apps/ksgmltools/fr/entities/underX11License.docbook -share/apps/ksgmltools/fr/kde-prologue.entities -share/apps/ksgmltools/fr/strings.entities -share/apps/ksgmltools/fr/user.entities -share/apps/ksgmltools/hu/catalog -share/apps/ksgmltools/hu/entities/fdl-notice.docbook -share/apps/ksgmltools/hu/entities/gpl-notice.docbook -share/apps/ksgmltools/hu/entities/lgpl-notice.docbook -share/apps/ksgmltools/hu/entities/report-bugs.docbook -share/apps/ksgmltools/hu/entities/underArtisticLicense.docbook -share/apps/ksgmltools/hu/entities/underBSDLicense.docbook -share/apps/ksgmltools/hu/entities/underFDL.docbook -share/apps/ksgmltools/hu/entities/underGPL.docbook -share/apps/ksgmltools/hu/entities/underX11License.docbook -share/apps/ksgmltools/hu/kde-prologue.entities -share/apps/ksgmltools/hu/strings.entities -share/apps/ksgmltools/hu/user.entities -share/apps/ksgmltools/it/catalog -share/apps/ksgmltools/it/entities/fdl-notice.docbook -share/apps/ksgmltools/it/entities/gpl-notice.docbook -share/apps/ksgmltools/it/entities/lgpl-notice.docbook -share/apps/ksgmltools/it/entities/report-bugs.docbook -share/apps/ksgmltools/it/entities/underArtisticLicense.docbook -share/apps/ksgmltools/it/entities/underBSDLicense.docbook -share/apps/ksgmltools/it/entities/underFDL.docbook -share/apps/ksgmltools/it/entities/underGPL.docbook -share/apps/ksgmltools/it/entities/underX11License.docbook -share/apps/ksgmltools/it/kde-prologue.entities -share/apps/ksgmltools/it/strings.entities -share/apps/ksgmltools/it/user.entities -share/apps/ksgmltools/ja/catalog -share/apps/ksgmltools/ja/entities/fdl-notice.docbook -share/apps/ksgmltools/ja/entities/gpl-notice.docbook -share/apps/ksgmltools/ja/entities/lgpl-notice.docbook -share/apps/ksgmltools/ja/entities/report-bugs.docbook -share/apps/ksgmltools/ja/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ja/entities/underBSDLicense.docbook -share/apps/ksgmltools/ja/entities/underFDL.docbook -share/apps/ksgmltools/ja/entities/underGPL.docbook -share/apps/ksgmltools/ja/entities/underX11License.docbook -share/apps/ksgmltools/ja/kde-prologue.entities -share/apps/ksgmltools/ja/strings.entities -share/apps/ksgmltools/ja/user.entities -share/apps/ksgmltools/kde.dcl -share/apps/ksgmltools/ko/catalog -share/apps/ksgmltools/ko/entities/fdl-notice.docbook -share/apps/ksgmltools/ko/entities/gpl-notice.docbook -share/apps/ksgmltools/ko/entities/lgpl-notice.docbook -share/apps/ksgmltools/ko/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ko/entities/underBSDLicense.docbook -share/apps/ksgmltools/ko/entities/underFDL.docbook -share/apps/ksgmltools/ko/entities/underGPL.docbook -share/apps/ksgmltools/ko/entities/underX11License.docbook -share/apps/ksgmltools/ko/kde-prologue.entities -share/apps/ksgmltools/ko/strings.entities -share/apps/ksgmltools/ko/user.entities -share/apps/ksgmltools/nl/catalog -share/apps/ksgmltools/nl/entities/fdl-notice.docbook -share/apps/ksgmltools/nl/entities/gpl-notice.docbook -share/apps/ksgmltools/nl/entities/lgpl-notice.docbook -share/apps/ksgmltools/nl/entities/report-bugs.docbook -share/apps/ksgmltools/nl/entities/underArtisticLicense.docbook -share/apps/ksgmltools/nl/entities/underBSDLicense.docbook -share/apps/ksgmltools/nl/entities/underFDL.docbook -share/apps/ksgmltools/nl/entities/underGPL.docbook -share/apps/ksgmltools/nl/entities/underX11License.docbook -share/apps/ksgmltools/nl/kde-prologue.entities -share/apps/ksgmltools/nl/strings.entities -share/apps/ksgmltools/nl/user.entities -share/apps/ksgmltools/no/catalog -share/apps/ksgmltools/no/entities/fdl-notice.docbook -share/apps/ksgmltools/no/entities/gpl-notice.docbook -share/apps/ksgmltools/no/entities/lgpl-notice.docbook -share/apps/ksgmltools/no/entities/report-bugs.docbook -share/apps/ksgmltools/no/entities/underArtisticLicense.docbook -share/apps/ksgmltools/no/entities/underBSDLicense.docbook -share/apps/ksgmltools/no/entities/underFDL.docbook -share/apps/ksgmltools/no/entities/underGPL.docbook -share/apps/ksgmltools/no/entities/underX11License.docbook -share/apps/ksgmltools/no/kde-prologue.entities -share/apps/ksgmltools/no/strings.entities -share/apps/ksgmltools/no/user.entities -share/apps/ksgmltools/pl/catalog -share/apps/ksgmltools/pl/entities/fdl-notice.docbook -share/apps/ksgmltools/pl/entities/gpl-notice.docbook -share/apps/ksgmltools/pl/entities/lgpl-notice.docbook -share/apps/ksgmltools/pl/entities/report-bugs.docbook -share/apps/ksgmltools/pl/entities/underArtisticLicense.docbook -share/apps/ksgmltools/pl/entities/underBSDLicense.docbook -share/apps/ksgmltools/pl/entities/underFDL.docbook -share/apps/ksgmltools/pl/entities/underGPL.docbook -share/apps/ksgmltools/pl/entities/underX11License.docbook -share/apps/ksgmltools/pl/kde-prologue.entities -share/apps/ksgmltools/pl/strings.entities -share/apps/ksgmltools/pl/user.entities -share/apps/ksgmltools/pt-BR/catalog -share/apps/ksgmltools/pt-BR/entities/fdl-notice.docbook -share/apps/ksgmltools/pt-BR/entities/gpl-notice.docbook -share/apps/ksgmltools/pt-BR/entities/lgpl-notice.docbook -share/apps/ksgmltools/pt-BR/entities/report-bugs.docbook -share/apps/ksgmltools/pt-BR/entities/underArtisticLicense.docbook -share/apps/ksgmltools/pt-BR/entities/underBSDLicense.docbook -share/apps/ksgmltools/pt-BR/entities/underFDL.docbook -share/apps/ksgmltools/pt-BR/entities/underGPL.docbook -share/apps/ksgmltools/pt-BR/entities/underX11License.docbook -share/apps/ksgmltools/pt-BR/kde-prologue.entities -share/apps/ksgmltools/pt-BR/strings.entities -share/apps/ksgmltools/pt-BR/user.entities -share/apps/ksgmltools/pt/catalog -share/apps/ksgmltools/pt/entities/fdl-notice.docbook -share/apps/ksgmltools/pt/entities/gpl-notice.docbook -share/apps/ksgmltools/pt/entities/lgpl-notice.docbook -share/apps/ksgmltools/pt/entities/report-bugs.docbook -share/apps/ksgmltools/pt/entities/underArtisticLicense.docbook -share/apps/ksgmltools/pt/entities/underBSDLicense.docbook -share/apps/ksgmltools/pt/entities/underFDL.docbook -share/apps/ksgmltools/pt/entities/underGPL.docbook -share/apps/ksgmltools/pt/entities/underX11License.docbook -share/apps/ksgmltools/pt/kde-prologue.entities -share/apps/ksgmltools/pt/strings.entities -share/apps/ksgmltools/pt/user.entities -share/apps/ksgmltools/ro/catalog -share/apps/ksgmltools/ro/entities/fdl-notice.docbook -share/apps/ksgmltools/ro/entities/gpl-notice.docbook -share/apps/ksgmltools/ro/entities/lgpl-notice.docbook -share/apps/ksgmltools/ro/entities/report-bugs.docbook -share/apps/ksgmltools/ro/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ro/entities/underBSDLicense.docbook -share/apps/ksgmltools/ro/entities/underFDL.docbook -share/apps/ksgmltools/ro/entities/underGPL.docbook -share/apps/ksgmltools/ro/entities/underX11License.docbook -share/apps/ksgmltools/ro/kde-prologue.entities -share/apps/ksgmltools/ro/strings.entities -share/apps/ksgmltools/ro/user.entities -share/apps/ksgmltools/ru/catalog -share/apps/ksgmltools/ru/entities/fdl-notice.docbook -share/apps/ksgmltools/ru/entities/gpl-notice.docbook -share/apps/ksgmltools/ru/entities/lgpl-notice.docbook -share/apps/ksgmltools/ru/entities/report-bugs.docbook -share/apps/ksgmltools/ru/entities/underArtisticLicense.docbook -share/apps/ksgmltools/ru/entities/underBSDLicense.docbook -share/apps/ksgmltools/ru/entities/underFDL.docbook -share/apps/ksgmltools/ru/entities/underGPL.docbook -share/apps/ksgmltools/ru/entities/underX11License.docbook -share/apps/ksgmltools/ru/kde-prologue.entities -share/apps/ksgmltools/ru/strings.entities -share/apps/ksgmltools/ru/user.entities -share/apps/ksgmltools/sk/catalog -share/apps/ksgmltools/sk/entities/fdl-notice.docbook -share/apps/ksgmltools/sk/entities/gpl-notice.docbook -share/apps/ksgmltools/sk/entities/lgpl-notice.docbook -share/apps/ksgmltools/sk/entities/report-bugs.docbook -share/apps/ksgmltools/sk/entities/underArtisticLicense.docbook -share/apps/ksgmltools/sk/entities/underBSDLicense.docbook -share/apps/ksgmltools/sk/entities/underFDL.docbook -share/apps/ksgmltools/sk/entities/underGPL.docbook -share/apps/ksgmltools/sk/entities/underX11License.docbook -share/apps/ksgmltools/sk/kde-prologue.entities -share/apps/ksgmltools/sk/strings.entities -share/apps/ksgmltools/sk/user.entities -share/apps/ksgmltools/sl/catalog -share/apps/ksgmltools/sl/entities/fdl-notice.docbook -share/apps/ksgmltools/sl/entities/gpl-notice.docbook -share/apps/ksgmltools/sl/entities/lgpl-notice.docbook -share/apps/ksgmltools/sl/entities/report-bugs.docbook -share/apps/ksgmltools/sl/entities/underArtisticLicense.docbook -share/apps/ksgmltools/sl/entities/underBSDLicense.docbook -share/apps/ksgmltools/sl/entities/underFDL.docbook -share/apps/ksgmltools/sl/entities/underGPL.docbook -share/apps/ksgmltools/sl/entities/underX11License.docbook -share/apps/ksgmltools/sl/kde-prologue.entities -share/apps/ksgmltools/sl/strings.entities -share/apps/ksgmltools/sl/user.entities -share/apps/ksgmltools/sr/catalog -share/apps/ksgmltools/sr/entities/fdl-notice.docbook -share/apps/ksgmltools/sr/entities/gpl-notice.docbook -share/apps/ksgmltools/sr/entities/lgpl-notice.docbook -share/apps/ksgmltools/sr/entities/report-bugs.docbook -share/apps/ksgmltools/sr/entities/underArtisticLicense.docbook -share/apps/ksgmltools/sr/entities/underBSDLicense.docbook -share/apps/ksgmltools/sr/entities/underFDL.docbook -share/apps/ksgmltools/sr/entities/underGPL.docbook -share/apps/ksgmltools/sr/entities/underX11License.docbook -share/apps/ksgmltools/sr/kde-prologue.entities -share/apps/ksgmltools/sr/strings.entities -share/apps/ksgmltools/sr/user.entities -share/apps/ksgmltools/stylesheets/kde-anchor.dsl -share/apps/ksgmltools/stylesheets/kde-faq.dsl -share/apps/ksgmltools/stylesheets/kde-img.dsl -share/apps/ksgmltools/stylesheets/kde-l10n.dsl -share/apps/ksgmltools/stylesheets/kde-l10n.entities -share/apps/ksgmltools/stylesheets/kde-l1ca.dsl -share/apps/ksgmltools/stylesheets/kde-l1ca.ent -share/apps/ksgmltools/stylesheets/kde-l1cs.dsl -share/apps/ksgmltools/stylesheets/kde-l1cs.ent -share/apps/ksgmltools/stylesheets/kde-l1da.dsl -share/apps/ksgmltools/stylesheets/kde-l1da.ent -share/apps/ksgmltools/stylesheets/kde-l1de.dsl -share/apps/ksgmltools/stylesheets/kde-l1de.ent -share/apps/ksgmltools/stylesheets/kde-l1el.dsl -share/apps/ksgmltools/stylesheets/kde-l1el.ent -share/apps/ksgmltools/stylesheets/kde-l1en.dsl -share/apps/ksgmltools/stylesheets/kde-l1en.ent -share/apps/ksgmltools/stylesheets/kde-l1es.dsl -share/apps/ksgmltools/stylesheets/kde-l1es.ent -share/apps/ksgmltools/stylesheets/kde-l1et.dsl -share/apps/ksgmltools/stylesheets/kde-l1et.ent -share/apps/ksgmltools/stylesheets/kde-l1fi.dsl -share/apps/ksgmltools/stylesheets/kde-l1fi.ent -share/apps/ksgmltools/stylesheets/kde-l1fr.dsl -share/apps/ksgmltools/stylesheets/kde-l1fr.ent -share/apps/ksgmltools/stylesheets/kde-l1hu.dsl -share/apps/ksgmltools/stylesheets/kde-l1hu.ent -share/apps/ksgmltools/stylesheets/kde-l1it.dsl -share/apps/ksgmltools/stylesheets/kde-l1it.ent -share/apps/ksgmltools/stylesheets/kde-l1ja.dsl -share/apps/ksgmltools/stylesheets/kde-l1ja.ent -share/apps/ksgmltools/stylesheets/kde-l1ko.dsl -share/apps/ksgmltools/stylesheets/kde-l1ko.ent -share/apps/ksgmltools/stylesheets/kde-l1nl.dsl -share/apps/ksgmltools/stylesheets/kde-l1nl.ent -share/apps/ksgmltools/stylesheets/kde-l1no.dsl -share/apps/ksgmltools/stylesheets/kde-l1no.ent -share/apps/ksgmltools/stylesheets/kde-l1pl.dsl -share/apps/ksgmltools/stylesheets/kde-l1pl.ent -share/apps/ksgmltools/stylesheets/kde-l1pt.dsl -share/apps/ksgmltools/stylesheets/kde-l1pt.ent -share/apps/ksgmltools/stylesheets/kde-l1ptbr.dsl -share/apps/ksgmltools/stylesheets/kde-l1ptbr.ent -share/apps/ksgmltools/stylesheets/kde-l1ro.dsl -share/apps/ksgmltools/stylesheets/kde-l1ro.ent -share/apps/ksgmltools/stylesheets/kde-l1ru.dsl -share/apps/ksgmltools/stylesheets/kde-l1ru.ent -share/apps/ksgmltools/stylesheets/kde-l1sk.dsl -share/apps/ksgmltools/stylesheets/kde-l1sk.ent -share/apps/ksgmltools/stylesheets/kde-l1sl.dsl -share/apps/ksgmltools/stylesheets/kde-l1sl.ent -share/apps/ksgmltools/stylesheets/kde-l1sr.dsl -share/apps/ksgmltools/stylesheets/kde-l1sr.ent -share/apps/ksgmltools/stylesheets/kde-l1sv.dsl -share/apps/ksgmltools/stylesheets/kde-l1sv.ent -share/apps/ksgmltools/stylesheets/kde-l1zhcn.dsl -share/apps/ksgmltools/stylesheets/kde-l1zhcn.ent -share/apps/ksgmltools/stylesheets/kde-l1zhtw.dsl -share/apps/ksgmltools/stylesheets/kde-l1zhtw.ent -share/apps/ksgmltools/stylesheets/kde-navig.dsl -share/apps/ksgmltools/stylesheets/kde-search.dsl -share/apps/ksgmltools/stylesheets/kde-ttlpg.dsl -share/apps/ksgmltools/stylesheets/kde.css -share/apps/ksgmltools/stylesheets/kde.dsl -share/apps/ksgmltools/sv/catalog -share/apps/ksgmltools/sv/entities/fdl-notice.docbook -share/apps/ksgmltools/sv/entities/gpl-notice.docbook -share/apps/ksgmltools/sv/entities/lgpl-notice.docbook -share/apps/ksgmltools/sv/entities/report-bugs.docbook -share/apps/ksgmltools/sv/entities/underArtisticLicense.docbook -share/apps/ksgmltools/sv/entities/underBSDLicense.docbook -share/apps/ksgmltools/sv/entities/underFDL.docbook -share/apps/ksgmltools/sv/entities/underGPL.docbook -share/apps/ksgmltools/sv/entities/underX11License.docbook -share/apps/ksgmltools/sv/kde-prologue.entities -share/apps/ksgmltools/sv/strings.entities -share/apps/ksgmltools/sv/user.entities -share/apps/ksgmltools/zh-CN/catalog -share/apps/ksgmltools/zh-CN/entities/fdl-notice.docbook -share/apps/ksgmltools/zh-CN/entities/gpl-notice.docbook -share/apps/ksgmltools/zh-CN/entities/lgpl-notice.docbook -share/apps/ksgmltools/zh-CN/entities/report-bugs.docbook -share/apps/ksgmltools/zh-CN/entities/underArtisticLicense.docbook -share/apps/ksgmltools/zh-CN/entities/underBSDLicense.docbook -share/apps/ksgmltools/zh-CN/entities/underFDL.docbook -share/apps/ksgmltools/zh-CN/entities/underGPL.docbook -share/apps/ksgmltools/zh-CN/entities/underX11License.docbook -share/apps/ksgmltools/zh-CN/kde-prologue.entities -share/apps/ksgmltools/zh-CN/strings.entities -share/apps/ksgmltools/zh-CN/user.entities -share/apps/ksgmltools/zh-TW/catalog -share/apps/ksgmltools/zh-TW/entities/fdl-notice.docbook -share/apps/ksgmltools/zh-TW/entities/gpl-notice.docbook -share/apps/ksgmltools/zh-TW/entities/lgpl-notice.docbook -share/apps/ksgmltools/zh-TW/entities/report-bugs.docbook -share/apps/ksgmltools/zh-TW/entities/underArtisticLicense.docbook -share/apps/ksgmltools/zh-TW/entities/underBSDLicense.docbook -share/apps/ksgmltools/zh-TW/entities/underFDL.docbook -share/apps/ksgmltools/zh-TW/entities/underGPL.docbook -share/apps/ksgmltools/zh-TW/entities/underX11License.docbook -share/apps/ksgmltools/zh-TW/kde-prologue.entities -share/apps/ksgmltools/zh-TW/strings.entities -share/apps/ksgmltools/zh-TW/user.entities +share/apps/ksgmltools2/README +share/apps/ksgmltools2/TODO +share/apps/ksgmltools2/customization/af/catalog +share/apps/ksgmltools2/customization/af/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/af/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/af/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/af/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/af/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/af/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/af/entities/underFDL.docbook +share/apps/ksgmltools2/customization/af/entities/underGPL.docbook +share/apps/ksgmltools2/customization/af/entities/underX11License.docbook +share/apps/ksgmltools2/customization/af/entities/update-doc.docbook +share/apps/ksgmltools2/customization/af/lang.entities +share/apps/ksgmltools2/customization/af/strings.entities +share/apps/ksgmltools2/customization/af/user.entities +share/apps/ksgmltools2/customization/ca/catalog +share/apps/ksgmltools2/customization/ca/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ca/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ca/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ca/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/ca/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ca/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ca/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ca/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ca/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ca/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ca/lang.entities +share/apps/ksgmltools2/customization/ca/strings.entities +share/apps/ksgmltools2/customization/ca/user.entities +share/apps/ksgmltools2/customization/catalog +share/apps/ksgmltools2/customization/cs/catalog +share/apps/ksgmltools2/customization/cs/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/cs/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/cs/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/cs/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/cs/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/cs/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/cs/entities/underFDL.docbook +share/apps/ksgmltools2/customization/cs/entities/underGPL.docbook +share/apps/ksgmltools2/customization/cs/entities/underX11License.docbook +share/apps/ksgmltools2/customization/cs/entities/update-doc.docbook +share/apps/ksgmltools2/customization/cs/lang.entities +share/apps/ksgmltools2/customization/cs/strings.entities +share/apps/ksgmltools2/customization/cs/user.entities +share/apps/ksgmltools2/customization/da/catalog +share/apps/ksgmltools2/customization/da/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/da/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/da/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/da/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/da/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/da/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/da/entities/underFDL.docbook +share/apps/ksgmltools2/customization/da/entities/underGPL.docbook +share/apps/ksgmltools2/customization/da/entities/underX11License.docbook +share/apps/ksgmltools2/customization/da/entities/update-doc.docbook +share/apps/ksgmltools2/customization/da/lang.entities +share/apps/ksgmltools2/customization/da/strings.entities +share/apps/ksgmltools2/customization/da/user.entities +share/apps/ksgmltools2/customization/de/catalog +share/apps/ksgmltools2/customization/de/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/de/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/de/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/de/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/de/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/de/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/de/entities/underFDL.docbook +share/apps/ksgmltools2/customization/de/entities/underGPL.docbook +share/apps/ksgmltools2/customization/de/entities/underX11License.docbook +share/apps/ksgmltools2/customization/de/entities/update-doc.docbook +share/apps/ksgmltools2/customization/de/lang.entities +share/apps/ksgmltools2/customization/de/strings.entities +share/apps/ksgmltools2/customization/de/user.entities +share/apps/ksgmltools2/customization/dtd/kdex.dtd +share/apps/ksgmltools2/customization/dtd/modifications.elements +share/apps/ksgmltools2/customization/dtd/rdbhier2.elements +share/apps/ksgmltools2/customization/dtd/rdbpool.elements +share/apps/ksgmltools2/customization/el/catalog +share/apps/ksgmltools2/customization/el/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/el/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/el/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/el/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/el/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/el/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/el/entities/underFDL.docbook +share/apps/ksgmltools2/customization/el/entities/underGPL.docbook +share/apps/ksgmltools2/customization/el/entities/underX11License.docbook +share/apps/ksgmltools2/customization/el/entities/update-doc.docbook +share/apps/ksgmltools2/customization/el/lang.entities +share/apps/ksgmltools2/customization/el/strings.entities +share/apps/ksgmltools2/customization/el/user.entities +share/apps/ksgmltools2/customization/en/catalog +share/apps/ksgmltools2/customization/en/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/en/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/en/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/en/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/en/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/en/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/en/entities/underFDL.docbook +share/apps/ksgmltools2/customization/en/entities/underGPL.docbook +share/apps/ksgmltools2/customization/en/entities/underX11License.docbook +share/apps/ksgmltools2/customization/en/entities/update-doc.docbook +share/apps/ksgmltools2/customization/en/lang.entities +share/apps/ksgmltools2/customization/en/strings.entities +share/apps/ksgmltools2/customization/en/user.entities +share/apps/ksgmltools2/customization/entities/general.entities +share/apps/ksgmltools2/customization/entities/l10n.entities +share/apps/ksgmltools2/customization/es/catalog +share/apps/ksgmltools2/customization/es/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/es/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/es/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/es/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/es/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/es/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/es/entities/underFDL.docbook +share/apps/ksgmltools2/customization/es/entities/underGPL.docbook +share/apps/ksgmltools2/customization/es/entities/underX11License.docbook +share/apps/ksgmltools2/customization/es/entities/update-doc.docbook +share/apps/ksgmltools2/customization/es/lang.entities +share/apps/ksgmltools2/customization/es/strings.entities +share/apps/ksgmltools2/customization/es/user.entities +share/apps/ksgmltools2/customization/et/catalog +share/apps/ksgmltools2/customization/et/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/et/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/et/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/et/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/et/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/et/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/et/entities/underFDL.docbook +share/apps/ksgmltools2/customization/et/entities/underGPL.docbook +share/apps/ksgmltools2/customization/et/entities/underX11License.docbook +share/apps/ksgmltools2/customization/et/entities/update-doc.docbook +share/apps/ksgmltools2/customization/et/lang.entities +share/apps/ksgmltools2/customization/et/strings.entities +share/apps/ksgmltools2/customization/et/user.entities +share/apps/ksgmltools2/customization/fi/catalog +share/apps/ksgmltools2/customization/fi/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/fi/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/fi/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/fi/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/fi/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/fi/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/fi/entities/underFDL.docbook +share/apps/ksgmltools2/customization/fi/entities/underGPL.docbook +share/apps/ksgmltools2/customization/fi/entities/underX11License.docbook +share/apps/ksgmltools2/customization/fi/entities/update-doc.docbook +share/apps/ksgmltools2/customization/fi/lang.entities +share/apps/ksgmltools2/customization/fi/strings.entities +share/apps/ksgmltools2/customization/fi/user.entities +share/apps/ksgmltools2/customization/fr/catalog +share/apps/ksgmltools2/customization/fr/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/fr/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/fr/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/fr/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/fr/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/fr/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/fr/entities/underFDL.docbook +share/apps/ksgmltools2/customization/fr/entities/underGPL.docbook +share/apps/ksgmltools2/customization/fr/entities/underX11License.docbook +share/apps/ksgmltools2/customization/fr/entities/update-doc.docbook +share/apps/ksgmltools2/customization/fr/lang.entities +share/apps/ksgmltools2/customization/fr/strings.entities +share/apps/ksgmltools2/customization/fr/user.entities +share/apps/ksgmltools2/customization/htdig_index.xsl +share/apps/ksgmltools2/customization/hu/catalog +share/apps/ksgmltools2/customization/hu/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/hu/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/hu/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/hu/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/hu/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/hu/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/hu/entities/underFDL.docbook +share/apps/ksgmltools2/customization/hu/entities/underGPL.docbook +share/apps/ksgmltools2/customization/hu/entities/underX11License.docbook +share/apps/ksgmltools2/customization/hu/entities/update-doc.docbook +share/apps/ksgmltools2/customization/hu/lang.entities +share/apps/ksgmltools2/customization/hu/strings.entities +share/apps/ksgmltools2/customization/hu/user.entities +share/apps/ksgmltools2/customization/it/catalog +share/apps/ksgmltools2/customization/it/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/it/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/it/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/it/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/it/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/it/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/it/entities/underFDL.docbook +share/apps/ksgmltools2/customization/it/entities/underGPL.docbook +share/apps/ksgmltools2/customization/it/entities/underX11License.docbook +share/apps/ksgmltools2/customization/it/entities/update-doc.docbook +share/apps/ksgmltools2/customization/it/lang.entities +share/apps/ksgmltools2/customization/it/strings.entities +share/apps/ksgmltools2/customization/it/user.entities +share/apps/ksgmltools2/customization/ja/catalog +share/apps/ksgmltools2/customization/ja/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ja/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ja/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ja/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/ja/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ja/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ja/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ja/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ja/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ja/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ja/lang.entities +share/apps/ksgmltools2/customization/ja/strings.entities +share/apps/ksgmltools2/customization/ja/user.entities +share/apps/ksgmltools2/customization/kde-chunk.xsl +share/apps/ksgmltools2/customization/kde-navig.xsl +share/apps/ksgmltools2/customization/kde-style.xsl +share/apps/ksgmltools2/customization/kde-ttlpg.xsl +share/apps/ksgmltools2/customization/ko/catalog +share/apps/ksgmltools2/customization/ko/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ko/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ko/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ko/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ko/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ko/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ko/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ko/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ko/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ko/lang.entities +share/apps/ksgmltools2/customization/ko/strings.entities +share/apps/ksgmltools2/customization/ko/user.entities +share/apps/ksgmltools2/customization/nl/catalog +share/apps/ksgmltools2/customization/nl/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/nl/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/nl/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/nl/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/nl/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/nl/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/nl/entities/underFDL.docbook +share/apps/ksgmltools2/customization/nl/entities/underGPL.docbook +share/apps/ksgmltools2/customization/nl/entities/underX11License.docbook +share/apps/ksgmltools2/customization/nl/entities/update-doc.docbook +share/apps/ksgmltools2/customization/nl/lang.entities +share/apps/ksgmltools2/customization/nl/strings.entities +share/apps/ksgmltools2/customization/nl/user.entities +share/apps/ksgmltools2/customization/no-NY/catalog +share/apps/ksgmltools2/customization/no-NY/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/no-NY/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/no-NY/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/no-NY/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underFDL.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underGPL.docbook +share/apps/ksgmltools2/customization/no-NY/entities/underX11License.docbook +share/apps/ksgmltools2/customization/no-NY/entities/update-doc.docbook +share/apps/ksgmltools2/customization/no-NY/lang.entities +share/apps/ksgmltools2/customization/no-NY/strings.entities +share/apps/ksgmltools2/customization/no-NY/user.entities +share/apps/ksgmltools2/customization/no/catalog +share/apps/ksgmltools2/customization/no/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/no/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/no/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/no/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/no/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/no/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/no/entities/underFDL.docbook +share/apps/ksgmltools2/customization/no/entities/underGPL.docbook +share/apps/ksgmltools2/customization/no/entities/underX11License.docbook +share/apps/ksgmltools2/customization/no/entities/update-doc.docbook +share/apps/ksgmltools2/customization/no/lang.entities +share/apps/ksgmltools2/customization/no/strings.entities +share/apps/ksgmltools2/customization/no/user.entities +share/apps/ksgmltools2/customization/pl/catalog +share/apps/ksgmltools2/customization/pl/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/pl/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/pl/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/pl/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/pl/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/pl/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/pl/entities/underFDL.docbook +share/apps/ksgmltools2/customization/pl/entities/underGPL.docbook +share/apps/ksgmltools2/customization/pl/entities/underX11License.docbook +share/apps/ksgmltools2/customization/pl/entities/update-doc.docbook +share/apps/ksgmltools2/customization/pl/lang.entities +share/apps/ksgmltools2/customization/pl/strings.entities +share/apps/ksgmltools2/customization/pl/user.entities +share/apps/ksgmltools2/customization/pt-BR/catalog +share/apps/ksgmltools2/customization/pt-BR/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underFDL.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underGPL.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/underX11License.docbook +share/apps/ksgmltools2/customization/pt-BR/entities/update-doc.docbook +share/apps/ksgmltools2/customization/pt-BR/lang.entities +share/apps/ksgmltools2/customization/pt-BR/strings.entities +share/apps/ksgmltools2/customization/pt-BR/user.entities +share/apps/ksgmltools2/customization/pt/catalog +share/apps/ksgmltools2/customization/pt/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/pt/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/pt/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/pt/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/pt/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/pt/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/pt/entities/underFDL.docbook +share/apps/ksgmltools2/customization/pt/entities/underGPL.docbook +share/apps/ksgmltools2/customization/pt/entities/underX11License.docbook +share/apps/ksgmltools2/customization/pt/entities/update-doc.docbook +share/apps/ksgmltools2/customization/pt/lang.entities +share/apps/ksgmltools2/customization/pt/strings.entities +share/apps/ksgmltools2/customization/pt/user.entities +share/apps/ksgmltools2/customization/ro/catalog +share/apps/ksgmltools2/customization/ro/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ro/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ro/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ro/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/ro/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ro/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ro/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ro/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ro/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ro/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ro/lang.entities +share/apps/ksgmltools2/customization/ro/strings.entities +share/apps/ksgmltools2/customization/ro/user.entities +share/apps/ksgmltools2/customization/ru/catalog +share/apps/ksgmltools2/customization/ru/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/ru/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/ru/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/ru/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/ru/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/ru/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/ru/entities/underFDL.docbook +share/apps/ksgmltools2/customization/ru/entities/underGPL.docbook +share/apps/ksgmltools2/customization/ru/entities/underX11License.docbook +share/apps/ksgmltools2/customization/ru/entities/update-doc.docbook +share/apps/ksgmltools2/customization/ru/lang.entities +share/apps/ksgmltools2/customization/ru/strings.entities +share/apps/ksgmltools2/customization/ru/user.entities +share/apps/ksgmltools2/customization/sk/catalog +share/apps/ksgmltools2/customization/sk/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/sk/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/sk/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/sk/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/sk/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/sk/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/sk/entities/underFDL.docbook +share/apps/ksgmltools2/customization/sk/entities/underGPL.docbook +share/apps/ksgmltools2/customization/sk/entities/underX11License.docbook +share/apps/ksgmltools2/customization/sk/entities/update-doc.docbook +share/apps/ksgmltools2/customization/sk/lang.entities +share/apps/ksgmltools2/customization/sk/strings.entities +share/apps/ksgmltools2/customization/sk/user.entities +share/apps/ksgmltools2/customization/sl/catalog +share/apps/ksgmltools2/customization/sl/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/sl/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/sl/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/sl/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/sl/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/sl/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/sl/entities/underFDL.docbook +share/apps/ksgmltools2/customization/sl/entities/underGPL.docbook +share/apps/ksgmltools2/customization/sl/entities/underX11License.docbook +share/apps/ksgmltools2/customization/sl/entities/update-doc.docbook +share/apps/ksgmltools2/customization/sl/lang.entities +share/apps/ksgmltools2/customization/sl/strings.entities +share/apps/ksgmltools2/customization/sl/user.entities +share/apps/ksgmltools2/customization/sr/catalog +share/apps/ksgmltools2/customization/sr/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/sr/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/sr/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/sr/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/sr/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/sr/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/sr/entities/underFDL.docbook +share/apps/ksgmltools2/customization/sr/entities/underGPL.docbook +share/apps/ksgmltools2/customization/sr/entities/underX11License.docbook +share/apps/ksgmltools2/customization/sr/entities/update-doc.docbook +share/apps/ksgmltools2/customization/sr/lang.entities +share/apps/ksgmltools2/customization/sr/strings.entities +share/apps/ksgmltools2/customization/sr/user.entities +share/apps/ksgmltools2/customization/sv/catalog +share/apps/ksgmltools2/customization/sv/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/sv/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/sv/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/sv/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/sv/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/sv/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/sv/entities/underFDL.docbook +share/apps/ksgmltools2/customization/sv/entities/underGPL.docbook +share/apps/ksgmltools2/customization/sv/entities/underX11License.docbook +share/apps/ksgmltools2/customization/sv/entities/update-doc.docbook +share/apps/ksgmltools2/customization/sv/lang.entities +share/apps/ksgmltools2/customization/sv/strings.entities +share/apps/ksgmltools2/customization/sv/user.entities +share/apps/ksgmltools2/customization/tr/catalog +share/apps/ksgmltools2/customization/tr/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/tr/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/tr/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/tr/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/tr/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/tr/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/tr/entities/underFDL.docbook +share/apps/ksgmltools2/customization/tr/entities/underGPL.docbook +share/apps/ksgmltools2/customization/tr/entities/underX11License.docbook +share/apps/ksgmltools2/customization/tr/entities/update-doc.docbook +share/apps/ksgmltools2/customization/tr/lang.entities +share/apps/ksgmltools2/customization/tr/strings.entities +share/apps/ksgmltools2/customization/tr/user.entities +share/apps/ksgmltools2/customization/xsl/README +share/apps/ksgmltools2/customization/xsl/ca.xml +share/apps/ksgmltools2/customization/xsl/cs.xml +share/apps/ksgmltools2/customization/xsl/da.xml +share/apps/ksgmltools2/customization/xsl/de.xml +share/apps/ksgmltools2/customization/xsl/el.xml +share/apps/ksgmltools2/customization/xsl/en.xml +share/apps/ksgmltools2/customization/xsl/es.xml +share/apps/ksgmltools2/customization/xsl/et.xml +share/apps/ksgmltools2/customization/xsl/fi.xml +share/apps/ksgmltools2/customization/xsl/fr.xml +share/apps/ksgmltools2/customization/xsl/hu.xml +share/apps/ksgmltools2/customization/xsl/it.xml +share/apps/ksgmltools2/customization/xsl/ja.xml +share/apps/ksgmltools2/customization/xsl/ko.xml +share/apps/ksgmltools2/customization/xsl/nl.xml +share/apps/ksgmltools2/customization/xsl/no.xml +share/apps/ksgmltools2/customization/xsl/pl.xml +share/apps/ksgmltools2/customization/xsl/pt.xml +share/apps/ksgmltools2/customization/xsl/pt_br.xml +share/apps/ksgmltools2/customization/xsl/ro.xml +share/apps/ksgmltools2/customization/xsl/ru.xml +share/apps/ksgmltools2/customization/xsl/sk.xml +share/apps/ksgmltools2/customization/xsl/sl.xml +share/apps/ksgmltools2/customization/xsl/sr.xml +share/apps/ksgmltools2/customization/xsl/sv.xml +share/apps/ksgmltools2/customization/xsl/zh_tw.xml +share/apps/ksgmltools2/customization/zh-TW/catalog +share/apps/ksgmltools2/customization/zh-TW/entities/fdl-notice.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/gpl-notice.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/lgpl-notice.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/report-bugs.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underArtisticLicense.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underBSDLicense.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underFDL.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underGPL.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/underX11License.docbook +share/apps/ksgmltools2/customization/zh-TW/entities/update-doc.docbook +share/apps/ksgmltools2/customization/zh-TW/lang.entities +share/apps/ksgmltools2/customization/zh-TW/strings.entities +share/apps/ksgmltools2/customization/zh-TW/user.entities +share/apps/ksgmltools2/docbook/README.kde +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/40chg.txt +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/41chg.txt +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ChangeLog +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/calstblx.dtd +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbcentx.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbgenent.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbhierx.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbnotnx.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbpoolx.mod +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbook.cat +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbookx.dtd +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsa.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsb.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsc.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsn.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amso.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsr.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-box.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-cyr1.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-cyr2.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-dia.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk1.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk2.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk3.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk4.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-lat1.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-lat2.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-num.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-pub.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-tech.ent +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/readme.txt +share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/soextblx.dtd +share/apps/ksgmltools2/docbook/xsl/BUGS +share/apps/ksgmltools2/docbook/xsl/ChangeLog +share/apps/ksgmltools2/docbook/xsl/README +share/apps/ksgmltools2/docbook/xsl/TODO +share/apps/ksgmltools2/docbook/xsl/VERSION +share/apps/ksgmltools2/docbook/xsl/WhatsNew +share/apps/ksgmltools2/docbook/xsl/common/ChangeLog +share/apps/ksgmltools2/docbook/xsl/common/af.xml +share/apps/ksgmltools2/docbook/xsl/common/ca.xml +share/apps/ksgmltools2/docbook/xsl/common/common.xsl +share/apps/ksgmltools2/docbook/xsl/common/cs.xml +share/apps/ksgmltools2/docbook/xsl/common/da.xml +share/apps/ksgmltools2/docbook/xsl/common/de.xml +share/apps/ksgmltools2/docbook/xsl/common/el.xml +share/apps/ksgmltools2/docbook/xsl/common/en.xml +share/apps/ksgmltools2/docbook/xsl/common/es.xml +share/apps/ksgmltools2/docbook/xsl/common/et.xml +share/apps/ksgmltools2/docbook/xsl/common/fi.xml +share/apps/ksgmltools2/docbook/xsl/common/fr.xml +share/apps/ksgmltools2/docbook/xsl/common/gentext.xsl +share/apps/ksgmltools2/docbook/xsl/common/hu.xml +share/apps/ksgmltools2/docbook/xsl/common/id.xml +share/apps/ksgmltools2/docbook/xsl/common/it.xml +share/apps/ksgmltools2/docbook/xsl/common/ja.xml +share/apps/ksgmltools2/docbook/xsl/common/ko.xml +share/apps/ksgmltools2/docbook/xsl/common/l10n.dtd +share/apps/ksgmltools2/docbook/xsl/common/l10n.xml +share/apps/ksgmltools2/docbook/xsl/common/l10n.xsl +share/apps/ksgmltools2/docbook/xsl/common/labels.xsl +share/apps/ksgmltools2/docbook/xsl/common/nl.xml +share/apps/ksgmltools2/docbook/xsl/common/no.xml +share/apps/ksgmltools2/docbook/xsl/common/no_ny.xml +share/apps/ksgmltools2/docbook/xsl/common/pl.xml +share/apps/ksgmltools2/docbook/xsl/common/pt.xml +share/apps/ksgmltools2/docbook/xsl/common/pt_br.xml +share/apps/ksgmltools2/docbook/xsl/common/ro.xml +share/apps/ksgmltools2/docbook/xsl/common/ru.xml +share/apps/ksgmltools2/docbook/xsl/common/sk.xml +share/apps/ksgmltools2/docbook/xsl/common/sl.xml +share/apps/ksgmltools2/docbook/xsl/common/sr.xml +share/apps/ksgmltools2/docbook/xsl/common/subtitles.xsl +share/apps/ksgmltools2/docbook/xsl/common/sv.xml +share/apps/ksgmltools2/docbook/xsl/common/titles.xsl +share/apps/ksgmltools2/docbook/xsl/common/tr.xml +share/apps/ksgmltools2/docbook/xsl/common/zh_cn.xml +share/apps/ksgmltools2/docbook/xsl/common/zh_tw.xml +share/apps/ksgmltools2/docbook/xsl/html/ChangeLog +share/apps/ksgmltools2/docbook/xsl/html/admon.xsl +share/apps/ksgmltools2/docbook/xsl/html/autoidx.xsl +share/apps/ksgmltools2/docbook/xsl/html/autotoc.xsl +share/apps/ksgmltools2/docbook/xsl/html/biblio.xsl +share/apps/ksgmltools2/docbook/xsl/html/block.xsl +share/apps/ksgmltools2/docbook/xsl/html/calc-chunks.xsl +share/apps/ksgmltools2/docbook/xsl/html/callout.xsl +share/apps/ksgmltools2/docbook/xsl/html/changebars.xsl +share/apps/ksgmltools2/docbook/xsl/html/chunk-common.xsl +share/apps/ksgmltools2/docbook/xsl/html/chunk-experimental.xsl +share/apps/ksgmltools2/docbook/xsl/html/chunk.xsl +share/apps/ksgmltools2/docbook/xsl/html/chunker.xsl +share/apps/ksgmltools2/docbook/xsl/html/component.xsl +share/apps/ksgmltools2/docbook/xsl/html/division.xsl +share/apps/ksgmltools2/docbook/xsl/html/docbook.xsl +share/apps/ksgmltools2/docbook/xsl/html/ebnf.xsl +share/apps/ksgmltools2/docbook/xsl/html/expchunk.xsl +share/apps/ksgmltools2/docbook/xsl/html/footnote.xsl +share/apps/ksgmltools2/docbook/xsl/html/formal.xsl +share/apps/ksgmltools2/docbook/xsl/html/glossary.xsl +share/apps/ksgmltools2/docbook/xsl/html/graphics.xsl +share/apps/ksgmltools2/docbook/xsl/html/html.xsl +share/apps/ksgmltools2/docbook/xsl/html/index.xsl +share/apps/ksgmltools2/docbook/xsl/html/info.xsl +share/apps/ksgmltools2/docbook/xsl/html/inline.xsl +share/apps/ksgmltools2/docbook/xsl/html/keywords.xsl +share/apps/ksgmltools2/docbook/xsl/html/lists.xsl +share/apps/ksgmltools2/docbook/xsl/html/math.xsl +share/apps/ksgmltools2/docbook/xsl/html/oldchunker.xsl +share/apps/ksgmltools2/docbook/xsl/html/param.xsl +share/apps/ksgmltools2/docbook/xsl/html/pi.xsl +share/apps/ksgmltools2/docbook/xsl/html/qandaset.xsl +share/apps/ksgmltools2/docbook/xsl/html/refentry.xsl +share/apps/ksgmltools2/docbook/xsl/html/sections.xsl +share/apps/ksgmltools2/docbook/xsl/html/synop.xsl +share/apps/ksgmltools2/docbook/xsl/html/table.xsl +share/apps/ksgmltools2/docbook/xsl/html/titlepage.templates.xml +share/apps/ksgmltools2/docbook/xsl/html/titlepage.templates.xsl +share/apps/ksgmltools2/docbook/xsl/html/titlepage.xsl +share/apps/ksgmltools2/docbook/xsl/html/toc.xsl +share/apps/ksgmltools2/docbook/xsl/html/verbatim.xsl +share/apps/ksgmltools2/docbook/xsl/html/xref.xsl +share/apps/ksgmltools2/docbook/xsl/html/xtchunk.xsl +share/apps/ksgmltools2/docbook/xsl/html/xtchunker.xsl +share/apps/ksgmltools2/docbook/xsl/images/ChangeLog +share/apps/ksgmltools2/docbook/xsl/images/callouts/1.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/10.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/2.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/3.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/4.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/5.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/6.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/7.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/8.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/9.png +share/apps/ksgmltools2/docbook/xsl/images/callouts/ChangeLog +share/apps/ksgmltools2/docbook/xsl/images/caution.png +share/apps/ksgmltools2/docbook/xsl/images/caution.tif +share/apps/ksgmltools2/docbook/xsl/images/home.png +share/apps/ksgmltools2/docbook/xsl/images/important.png +share/apps/ksgmltools2/docbook/xsl/images/important.tif +share/apps/ksgmltools2/docbook/xsl/images/next.png +share/apps/ksgmltools2/docbook/xsl/images/note.png +share/apps/ksgmltools2/docbook/xsl/images/note.tif +share/apps/ksgmltools2/docbook/xsl/images/prev.png +share/apps/ksgmltools2/docbook/xsl/images/tip.png +share/apps/ksgmltools2/docbook/xsl/images/tip.tif +share/apps/ksgmltools2/docbook/xsl/images/toc-blank.png +share/apps/ksgmltools2/docbook/xsl/images/toc-minus.png +share/apps/ksgmltools2/docbook/xsl/images/toc-plus.png +share/apps/ksgmltools2/docbook/xsl/images/up.png +share/apps/ksgmltools2/docbook/xsl/images/warning.png +share/apps/ksgmltools2/docbook/xsl/images/warning.tif +share/apps/ksgmltools2/docbook/xsl/indexing/ChangeLog +share/apps/ksgmltools2/docbook/xsl/indexing/chunk.xsl +share/apps/ksgmltools2/docbook/xsl/indexing/docbook.xsl +share/apps/ksgmltools2/docbook/xsl/lib/ChangeLog +share/apps/ksgmltools2/docbook/xsl/lib/lib.xsl share/apps/kssl/caroot/ca-bundle.crt share/apps/kstyle/pixmaps/aquaice.png share/apps/kstyle/pixmaps/black_combo.png @@ -1056,6 +1405,38 @@ share/apps/kstyle/pixmaps/marble_unchecked.png share/apps/kstyle/pixmaps/minigray.png share/apps/kstyle/pixmaps/pinkmarble.png share/apps/kstyle/pixmaps/red_checkmark.png +share/apps/kstyle/pixmaps/riscos/arrowdown.png +share/apps/kstyle/pixmaps/riscos/arrowdown_down.png +share/apps/kstyle/pixmaps/riscos/arrowleft.png +share/apps/kstyle/pixmaps/riscos/arrowleft_down.png +share/apps/kstyle/pixmaps/riscos/arrowright.png +share/apps/kstyle/pixmaps/riscos/arrowright_down.png +share/apps/kstyle/pixmaps/riscos/arrowup.png +share/apps/kstyle/pixmaps/riscos/arrowup_down.png +share/apps/kstyle/pixmaps/riscos/background.png +share/apps/kstyle/pixmaps/riscos/check.png +share/apps/kstyle/pixmaps/riscos/check_checked.png +share/apps/kstyle/pixmaps/riscos/checkmark.png +share/apps/kstyle/pixmaps/riscos/combo.png +share/apps/kstyle/pixmaps/riscos/combo_down.png +share/apps/kstyle/pixmaps/riscos/hscrollback.png +share/apps/kstyle/pixmaps/riscos/hscrollbar.png +share/apps/kstyle/pixmaps/riscos/hscrollbar_down.png +share/apps/kstyle/pixmaps/riscos/hscrollborder.png +share/apps/kstyle/pixmaps/riscos/htab.png +share/apps/kstyle/pixmaps/riscos/menu_back.png +share/apps/kstyle/pixmaps/riscos/radio.png +share/apps/kstyle/pixmaps/riscos/radio_down.png +share/apps/kstyle/pixmaps/riscos/raised_border.png +share/apps/kstyle/pixmaps/riscos/scrollborder.png +share/apps/kstyle/pixmaps/riscos/slider.png +share/apps/kstyle/pixmaps/riscos/sunk_border.png +share/apps/kstyle/pixmaps/riscos/tab_up.png +share/apps/kstyle/pixmaps/riscos/vscrollback.png +share/apps/kstyle/pixmaps/riscos/vscrollbar.png +share/apps/kstyle/pixmaps/riscos/vscrollbar_down.png +share/apps/kstyle/pixmaps/riscos/vscrollborder.png +share/apps/kstyle/pixmaps/riscos/vtab.png share/apps/kstyle/pixmaps/sbdeco_brown.png share/apps/kstyle/pixmaps/sbdeco_elec.png share/apps/kstyle/pixmaps/sbdeco_elec_small.png @@ -1083,47 +1464,65 @@ share/apps/kstyle/pixmaps/whitemarble.png share/apps/kstyle/pixmaps/woodmenu.png share/apps/kstyle/pixmaps/yellow_off.png share/apps/kstyle/pixmaps/yellow_on.png -share/apps/kstyle/themes/b3.themerc share/apps/kstyle/themes/default.themerc share/apps/kstyle/themes/highcolor.themerc -share/apps/kstyle/themes/ksgistyle.themerc share/apps/kstyle/themes/kstep.themerc share/apps/kstyle/themes/marble.themerc +share/apps/kstyle/themes/mega.themerc share/apps/kstyle/themes/qtcde.themerc share/apps/kstyle/themes/qtmotif.themerc share/apps/kstyle/themes/qtmotifplus.themerc share/apps/kstyle/themes/qtplatinum.themerc share/apps/kstyle/themes/qtsgi.themerc share/apps/kstyle/themes/qtwindows.themerc +share/apps/kstyle/themes/riscos.themerc share/apps/kstyle/themes/system.themerc share/apps/kstyle/themes/systemalt.themerc +share/apps/kstyle/themes/web.themerc share/config/charsets share/config/colors/40 Colors share/config/colors/Royal share/config/colors/Web share/config/kdebug.areas share/config/kdebugrc +share/config/kdeprintrc +share/config/ui/kprintpreviewui.rc share/config/ui/ui_standards.rc -share/doc/HTML/default +share/doc/HTML/en/common/1.png +share/doc/HTML/en/common/10.png +share/doc/HTML/en/common/2.png +share/doc/HTML/en/common/3.png +share/doc/HTML/en/common/4.png +share/doc/HTML/en/common/5.png +share/doc/HTML/en/common/6.png +share/doc/HTML/en/common/7.png +share/doc/HTML/en/common/8.png +share/doc/HTML/en/common/9.png share/doc/HTML/en/common/artistic-license.html +share/doc/HTML/en/common/bottom1.png +share/doc/HTML/en/common/bottom2.png share/doc/HTML/en/common/bsd-license.html share/doc/HTML/en/common/caution.png +share/doc/HTML/en/common/doctop1.png +share/doc/HTML/en/common/doctop1a.png +share/doc/HTML/en/common/doctop1b.png +share/doc/HTML/en/common/doctop2.png share/doc/HTML/en/common/fdl-license share/doc/HTML/en/common/fdl-license.html share/doc/HTML/en/common/gpl-license share/doc/HTML/en/common/gpl-license.html -share/doc/HTML/en/common/home.png share/doc/HTML/en/common/important.png share/doc/HTML/en/common/kde-common.css share/doc/HTML/en/common/kde-default.css +share/doc/HTML/en/common/kde-localised.css.template share/doc/HTML/en/common/lgpl-license share/doc/HTML/en/common/lgpl-license.html share/doc/HTML/en/common/logotp3-small.png share/doc/HTML/en/common/logotp3.png -share/doc/HTML/en/common/next.png share/doc/HTML/en/common/note.png share/doc/HTML/en/common/prev.png share/doc/HTML/en/common/qpl-license.html +share/doc/HTML/en/common/shadow.png share/doc/HTML/en/common/tip.png share/doc/HTML/en/common/toc-blank.png share/doc/HTML/en/common/toc-minus.png @@ -1132,18 +1531,6 @@ share/doc/HTML/en/common/up.png share/doc/HTML/en/common/warning.png share/doc/HTML/en/common/x11-license.html share/doc/HTML/en/common/xml.dcl -share/doc/HTML/en/kspell/.anchors -@unexec %%RM%% -rf share/doc/HTML/en/kspell/common -share/doc/HTML/en/kspell/configuration-dialog-.html -share/doc/HTML/en/kspell/contact-information.html -share/doc/HTML/en/kspell/encodings.html -share/doc/HTML/en/kspell/index.cvlog -share/doc/HTML/en/kspell/index.docbook -share/doc/HTML/en/kspell/index.html -share/doc/HTML/en/kspell/misspelled-word-dialog.html -share/doc/HTML/en/kspell/other-functions.html -share/doc/HTML/en/kspell/other.html -share/doc/HTML/en/kspell/spell-checking-client.html share/icons/hicolor/16x16/actions/1downarrow.png share/icons/hicolor/16x16/actions/1leftarrow.png share/icons/hicolor/16x16/actions/1rightarrow.png @@ -1162,7 +1549,11 @@ share/icons/hicolor/16x16/actions/bookmark_folder.png share/icons/hicolor/16x16/actions/bookmark_toolbar.png share/icons/hicolor/16x16/actions/bottom.png share/icons/hicolor/16x16/actions/charset.png +share/icons/hicolor/16x16/actions/color_fill.png +share/icons/hicolor/16x16/actions/color_line.png +share/icons/hicolor/16x16/actions/colorize.png share/icons/hicolor/16x16/actions/colorpicker.png +share/icons/hicolor/16x16/actions/completion.png share/icons/hicolor/16x16/actions/configure.png share/icons/hicolor/16x16/actions/connect_creating.png share/icons/hicolor/16x16/actions/connect_established.png @@ -1180,6 +1571,7 @@ share/icons/hicolor/16x16/actions/editcut.png share/icons/hicolor/16x16/actions/editdelete.png share/icons/hicolor/16x16/actions/editpaste.png share/icons/hicolor/16x16/actions/editshred.png +share/icons/hicolor/16x16/actions/edittrash.png share/icons/hicolor/16x16/actions/encrypted.png share/icons/hicolor/16x16/actions/eraser.png share/icons/hicolor/16x16/actions/exec.png @@ -1189,6 +1581,7 @@ share/icons/hicolor/16x16/actions/filefind.png share/icons/hicolor/16x16/actions/filenew.png share/icons/hicolor/16x16/actions/fileopen.png share/icons/hicolor/16x16/actions/fileprint.png +share/icons/hicolor/16x16/actions/filequickprint.png share/icons/hicolor/16x16/actions/filesave.png share/icons/hicolor/16x16/actions/fill.png share/icons/hicolor/16x16/actions/filter.png @@ -1204,6 +1597,8 @@ share/icons/hicolor/16x16/actions/goto.png share/icons/hicolor/16x16/actions/help.png share/icons/hicolor/16x16/actions/history.png share/icons/hicolor/16x16/actions/idea.png +share/icons/hicolor/16x16/actions/identity.png +share/icons/hicolor/16x16/actions/key_enter.png share/icons/hicolor/16x16/actions/locationbar_erase.png share/icons/hicolor/16x16/actions/lock.png share/icons/hicolor/16x16/actions/mail_forward.png @@ -1212,30 +1607,93 @@ share/icons/hicolor/16x16/actions/mail_get.png share/icons/hicolor/16x16/actions/mail_reply.png share/icons/hicolor/16x16/actions/mail_replyall.png share/icons/hicolor/16x16/actions/mail_send.png +share/icons/hicolor/16x16/actions/misc.png share/icons/hicolor/16x16/actions/move.png share/icons/hicolor/16x16/actions/news_subscribe.png share/icons/hicolor/16x16/actions/news_unsubscribe.png share/icons/hicolor/16x16/actions/next.png +share/icons/hicolor/16x16/actions/ok.png share/icons/hicolor/16x16/actions/openterm.png +share/icons/hicolor/16x16/actions/paintbrush.png +share/icons/hicolor/16x16/actions/pencil.png +share/icons/hicolor/16x16/actions/player_end.png +share/icons/hicolor/16x16/actions/player_pause.png +share/icons/hicolor/16x16/actions/player_start.png +share/icons/hicolor/16x16/actions/player_stop.png share/icons/hicolor/16x16/actions/previous.png +share/icons/hicolor/16x16/actions/queue.png share/icons/hicolor/16x16/actions/redo.png share/icons/hicolor/16x16/actions/reload.png +share/icons/hicolor/16x16/actions/remove.png share/icons/hicolor/16x16/actions/revert.png +share/icons/hicolor/16x16/actions/rotate.png +share/icons/hicolor/16x16/actions/rotate_ccw.png +share/icons/hicolor/16x16/actions/rotate_cw.png share/icons/hicolor/16x16/actions/run.png +share/icons/hicolor/16x16/actions/signature.png share/icons/hicolor/16x16/actions/spellcheck.png +share/icons/hicolor/16x16/actions/stamp.png share/icons/hicolor/16x16/actions/start.png share/icons/hicolor/16x16/actions/stop.png +share/icons/hicolor/16x16/actions/text.png +share/icons/hicolor/16x16/actions/text_block.png +share/icons/hicolor/16x16/actions/text_bold.png +share/icons/hicolor/16x16/actions/text_center.png +share/icons/hicolor/16x16/actions/text_italic.png +share/icons/hicolor/16x16/actions/text_left.png +share/icons/hicolor/16x16/actions/text_right.png +share/icons/hicolor/16x16/actions/text_under.png +share/icons/hicolor/16x16/actions/thumbnail.png share/icons/hicolor/16x16/actions/top.png +share/icons/hicolor/16x16/actions/transform.png share/icons/hicolor/16x16/actions/undo.png share/icons/hicolor/16x16/actions/unlock.png share/icons/hicolor/16x16/actions/up.png +share/icons/hicolor/16x16/actions/view_bottom.png +share/icons/hicolor/16x16/actions/view_left_right.png +share/icons/hicolor/16x16/actions/view_remove.png +share/icons/hicolor/16x16/actions/view_right.png +share/icons/hicolor/16x16/actions/view_sidetree.png +share/icons/hicolor/16x16/actions/view_top_bottom.png share/icons/hicolor/16x16/actions/viewmag+.png share/icons/hicolor/16x16/actions/viewmag-.png share/icons/hicolor/16x16/actions/viewmag.png share/icons/hicolor/16x16/actions/window_fullscreen.png share/icons/hicolor/16x16/actions/window_new.png share/icons/hicolor/16x16/actions/window_nofullscreen.png +share/icons/hicolor/16x16/actions/wizard.png +share/icons/hicolor/16x16/apps/xapp.png +share/icons/hicolor/16x16/devices/3floppy_mount.png +share/icons/hicolor/16x16/devices/3floppy_unmount.png +share/icons/hicolor/16x16/devices/5floppy_mount.png +share/icons/hicolor/16x16/devices/5floppy_unmount.png +share/icons/hicolor/16x16/devices/cdaudio_mount.png +share/icons/hicolor/16x16/devices/cdaudio_unmount.png +share/icons/hicolor/16x16/devices/cdrom_mount.png +share/icons/hicolor/16x16/devices/cdrom_unmount.png +share/icons/hicolor/16x16/devices/cdwriter_mount.png +share/icons/hicolor/16x16/devices/cdwriter_unmount.png +share/icons/hicolor/16x16/devices/dvd_mount.png +share/icons/hicolor/16x16/devices/dvd_unmount.png +share/icons/hicolor/16x16/devices/hdd_mount.png +share/icons/hicolor/16x16/devices/hdd_unmount.png +share/icons/hicolor/16x16/devices/memory.png +share/icons/hicolor/16x16/devices/mo_mount.png +share/icons/hicolor/16x16/devices/mo_unmount.png +share/icons/hicolor/16x16/devices/nfs_mount.png +share/icons/hicolor/16x16/devices/nfs_unmount.png +share/icons/hicolor/16x16/devices/printer1.png +share/icons/hicolor/16x16/devices/printer2.png +share/icons/hicolor/16x16/devices/scanner.png +share/icons/hicolor/16x16/devices/tablet.png +share/icons/hicolor/16x16/devices/zip_mount.png +share/icons/hicolor/16x16/devices/zip_unmount.png +share/icons/hicolor/16x16/filesystems/blockdevice.png +share/icons/hicolor/16x16/filesystems/chardevice.png share/icons/hicolor/16x16/filesystems/desktop.png +share/icons/hicolor/16x16/filesystems/exec.png +share/icons/hicolor/16x16/filesystems/file_broken.png +share/icons/hicolor/16x16/filesystems/file_locked.png share/icons/hicolor/16x16/filesystems/folder.png share/icons/hicolor/16x16/filesystems/folder_blue.png share/icons/hicolor/16x16/filesystems/folder_blue_open.png @@ -1266,11 +1724,19 @@ share/icons/hicolor/16x16/filesystems/folder_yellow.png share/icons/hicolor/16x16/filesystems/folder_yellow_open.png share/icons/hicolor/16x16/filesystems/ftp.png share/icons/hicolor/16x16/filesystems/link.png +share/icons/hicolor/16x16/filesystems/lockoverlay.png share/icons/hicolor/16x16/filesystems/network.png +share/icons/hicolor/16x16/filesystems/pipe.png +share/icons/hicolor/16x16/filesystems/shredder.png +share/icons/hicolor/16x16/filesystems/socket.png +share/icons/hicolor/16x16/filesystems/trashcan_empty.png +share/icons/hicolor/16x16/filesystems/trashcan_full.png share/icons/hicolor/16x16/filesystems/www.png +share/icons/hicolor/16x16/filesystems/zip.png share/icons/hicolor/16x16/mimetypes/applix.png share/icons/hicolor/16x16/mimetypes/binary.png share/icons/hicolor/16x16/mimetypes/binary2.png +share/icons/hicolor/16x16/mimetypes/cdtrack.png share/icons/hicolor/16x16/mimetypes/colorscm.png share/icons/hicolor/16x16/mimetypes/core.png share/icons/hicolor/16x16/mimetypes/deb.png @@ -1280,9 +1746,11 @@ share/icons/hicolor/16x16/mimetypes/dvi.png share/icons/hicolor/16x16/mimetypes/font_bitmap.png share/icons/hicolor/16x16/mimetypes/font_truetype.png share/icons/hicolor/16x16/mimetypes/font_type1.png +share/icons/hicolor/16x16/mimetypes/gf.png share/icons/hicolor/16x16/mimetypes/html.png share/icons/hicolor/16x16/mimetypes/image.png share/icons/hicolor/16x16/mimetypes/info.png +share/icons/hicolor/16x16/mimetypes/kmultiple.png share/icons/hicolor/16x16/mimetypes/log.png share/icons/hicolor/16x16/mimetypes/make.png share/icons/hicolor/16x16/mimetypes/man.png @@ -1291,7 +1759,9 @@ share/icons/hicolor/16x16/mimetypes/midi.png share/icons/hicolor/16x16/mimetypes/mime_empty.png share/icons/hicolor/16x16/mimetypes/misc_doc.png share/icons/hicolor/16x16/mimetypes/netscape_doc.png +share/icons/hicolor/16x16/mimetypes/news.png share/icons/hicolor/16x16/mimetypes/pdf.png +share/icons/hicolor/16x16/mimetypes/pk.png share/icons/hicolor/16x16/mimetypes/postscript.png share/icons/hicolor/16x16/mimetypes/readme.png share/icons/hicolor/16x16/mimetypes/recycled.png @@ -1307,6 +1777,7 @@ share/icons/hicolor/16x16/mimetypes/source_f.png share/icons/hicolor/16x16/mimetypes/source_h.png share/icons/hicolor/16x16/mimetypes/source_java.png share/icons/hicolor/16x16/mimetypes/source_l.png +share/icons/hicolor/16x16/mimetypes/source_moc.png share/icons/hicolor/16x16/mimetypes/source_o.png share/icons/hicolor/16x16/mimetypes/source_pl.png share/icons/hicolor/16x16/mimetypes/source_py.png @@ -1316,7 +1787,11 @@ share/icons/hicolor/16x16/mimetypes/tar.png share/icons/hicolor/16x16/mimetypes/tgz.png share/icons/hicolor/16x16/mimetypes/txt.png share/icons/hicolor/16x16/mimetypes/unknown.png +share/icons/hicolor/16x16/mimetypes/vcalendar.png +share/icons/hicolor/16x16/mimetypes/vcard.png +share/icons/hicolor/16x16/mimetypes/vectorgfx.png share/icons/hicolor/16x16/mimetypes/video.png +share/icons/hicolor/16x16/mimetypes/widget_doc.png share/icons/hicolor/16x16/mimetypes/wordprocessing.png share/icons/hicolor/22x22/actions/1downarrow.png share/icons/hicolor/22x22/actions/1leftarrow.png @@ -1336,6 +1811,8 @@ share/icons/hicolor/22x22/actions/bookmark_add.png share/icons/hicolor/22x22/actions/bottom.png share/icons/hicolor/22x22/actions/centrejust.png share/icons/hicolor/22x22/actions/charset.png +share/icons/hicolor/22x22/actions/color_fill.png +share/icons/hicolor/22x22/actions/color_line.png share/icons/hicolor/22x22/actions/colorize.png share/icons/hicolor/22x22/actions/colorpicker.png share/icons/hicolor/22x22/actions/configure.png @@ -1365,7 +1842,9 @@ share/icons/hicolor/22x22/actions/filefind.png share/icons/hicolor/22x22/actions/filenew.png share/icons/hicolor/22x22/actions/fileopen.png share/icons/hicolor/22x22/actions/fileprint.png +share/icons/hicolor/22x22/actions/filequickprint.png share/icons/hicolor/22x22/actions/filesave.png +share/icons/hicolor/22x22/actions/filesaveas.png share/icons/hicolor/22x22/actions/fill.png share/icons/hicolor/22x22/actions/filter.png share/icons/hicolor/22x22/actions/find.png @@ -1377,6 +1856,7 @@ share/icons/hicolor/22x22/actions/gear.png share/icons/hicolor/22x22/actions/gohome.png share/icons/hicolor/22x22/actions/goto.png share/icons/hicolor/22x22/actions/help.png +share/icons/hicolor/22x22/actions/history.png share/icons/hicolor/22x22/actions/kde/0001.png share/icons/hicolor/22x22/actions/kde/0002.png share/icons/hicolor/22x22/actions/kde/0003.png @@ -1427,6 +1907,7 @@ share/icons/hicolor/22x22/actions/kde/0047.png share/icons/hicolor/22x22/actions/kde/0048.png share/icons/hicolor/22x22/actions/kde/0049.png share/icons/hicolor/22x22/actions/kde/0050.png +share/icons/hicolor/22x22/actions/key_enter.png share/icons/hicolor/22x22/actions/leftjust.png share/icons/hicolor/22x22/actions/locationbar_erase.png share/icons/hicolor/22x22/actions/lock.png @@ -1454,6 +1935,9 @@ share/icons/hicolor/22x22/actions/redo.png share/icons/hicolor/22x22/actions/reload.png share/icons/hicolor/22x22/actions/revert.png share/icons/hicolor/22x22/actions/rightjust.png +share/icons/hicolor/22x22/actions/rotate.png +share/icons/hicolor/22x22/actions/rotate_ccw.png +share/icons/hicolor/22x22/actions/rotate_cw.png share/icons/hicolor/22x22/actions/run.png share/icons/hicolor/22x22/actions/showmenu.png share/icons/hicolor/22x22/actions/signature.png @@ -1468,11 +1952,17 @@ share/icons/hicolor/22x22/actions/text_italic.png share/icons/hicolor/22x22/actions/text_left.png share/icons/hicolor/22x22/actions/text_right.png share/icons/hicolor/22x22/actions/text_under.png +share/icons/hicolor/22x22/actions/thumbnail.png share/icons/hicolor/22x22/actions/top.png share/icons/hicolor/22x22/actions/undo.png share/icons/hicolor/22x22/actions/unlock.png share/icons/hicolor/22x22/actions/up.png +share/icons/hicolor/22x22/actions/view_bottom.png +share/icons/hicolor/22x22/actions/view_left_right.png +share/icons/hicolor/22x22/actions/view_remove.png +share/icons/hicolor/22x22/actions/view_right.png share/icons/hicolor/22x22/actions/view_sidetree.png +share/icons/hicolor/22x22/actions/view_top_bottom.png share/icons/hicolor/22x22/actions/viewmag+.png share/icons/hicolor/22x22/actions/viewmag-.png share/icons/hicolor/22x22/actions/viewmag.png @@ -1631,12 +2121,44 @@ share/icons/hicolor/32x32/actions/top.png share/icons/hicolor/32x32/actions/undo.png share/icons/hicolor/32x32/actions/unlock.png share/icons/hicolor/32x32/actions/up.png +share/icons/hicolor/32x32/actions/view_bottom.png +share/icons/hicolor/32x32/actions/view_left_right.png +share/icons/hicolor/32x32/actions/view_remove.png +share/icons/hicolor/32x32/actions/view_right.png +share/icons/hicolor/32x32/actions/view_top_bottom.png share/icons/hicolor/32x32/actions/viewmag+.png share/icons/hicolor/32x32/actions/viewmag-.png share/icons/hicolor/32x32/actions/viewmag.png share/icons/hicolor/32x32/actions/window_fullscreen.png share/icons/hicolor/32x32/actions/window_nofullscreen.png share/icons/hicolor/32x32/actions/wizard.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/cdaudio_mount.png +share/icons/hicolor/32x32/devices/cdaudio_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/dvd_mount.png +share/icons/hicolor/32x32/devices/dvd_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/nfs_mount.png +share/icons/hicolor/32x32/devices/nfs_unmount.png +share/icons/hicolor/32x32/devices/pda_black.png +share/icons/hicolor/32x32/devices/pda_blue.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/32x32/filesystems/blockdevice.png share/icons/hicolor/32x32/filesystems/chardevice.png share/icons/hicolor/32x32/filesystems/desktop.png @@ -1685,6 +2207,7 @@ share/icons/hicolor/32x32/filesystems/zip.png share/icons/hicolor/32x32/mimetypes/applix.png share/icons/hicolor/32x32/mimetypes/binary.png share/icons/hicolor/32x32/mimetypes/binary2.png +share/icons/hicolor/32x32/mimetypes/cdtrack.png share/icons/hicolor/32x32/mimetypes/colorscm.png share/icons/hicolor/32x32/mimetypes/core.png share/icons/hicolor/32x32/mimetypes/deb.png @@ -1711,6 +2234,7 @@ share/icons/hicolor/32x32/mimetypes/pdf.png share/icons/hicolor/32x32/mimetypes/pk.png share/icons/hicolor/32x32/mimetypes/postscript.png share/icons/hicolor/32x32/mimetypes/readme.png +share/icons/hicolor/32x32/mimetypes/real_doc.png share/icons/hicolor/32x32/mimetypes/recycled.png share/icons/hicolor/32x32/mimetypes/resource.png share/icons/hicolor/32x32/mimetypes/rpm.png @@ -1731,6 +2255,7 @@ share/icons/hicolor/32x32/mimetypes/source_pl.png share/icons/hicolor/32x32/mimetypes/source_py.png share/icons/hicolor/32x32/mimetypes/source_s.png share/icons/hicolor/32x32/mimetypes/source_y.png +share/icons/hicolor/32x32/mimetypes/spreadsheet.png share/icons/hicolor/32x32/mimetypes/tar.png share/icons/hicolor/32x32/mimetypes/tex.png share/icons/hicolor/32x32/mimetypes/tgz.png @@ -1738,58 +2263,37 @@ share/icons/hicolor/32x32/mimetypes/txt.png share/icons/hicolor/32x32/mimetypes/unknown.png share/icons/hicolor/32x32/mimetypes/vcalendar.png share/icons/hicolor/32x32/mimetypes/vcard.png +share/icons/hicolor/32x32/mimetypes/vectorgfx.png share/icons/hicolor/32x32/mimetypes/video.png +share/icons/hicolor/32x32/mimetypes/widget_doc.png share/icons/hicolor/32x32/mimetypes/wordprocessing.png -share/icons/hicolor/48x48/actions/kde/0001.png -share/icons/hicolor/48x48/actions/kde/0002.png -share/icons/hicolor/48x48/actions/kde/0003.png -share/icons/hicolor/48x48/actions/kde/0004.png -share/icons/hicolor/48x48/actions/kde/0005.png -share/icons/hicolor/48x48/actions/kde/0006.png -share/icons/hicolor/48x48/actions/kde/0007.png -share/icons/hicolor/48x48/actions/kde/0008.png -share/icons/hicolor/48x48/actions/kde/0009.png -share/icons/hicolor/48x48/actions/kde/0010.png -share/icons/hicolor/48x48/actions/kde/0011.png -share/icons/hicolor/48x48/actions/kde/0012.png -share/icons/hicolor/48x48/actions/kde/0013.png -share/icons/hicolor/48x48/actions/kde/0014.png -share/icons/hicolor/48x48/actions/kde/0015.png -share/icons/hicolor/48x48/actions/kde/0016.png -share/icons/hicolor/48x48/actions/kde/0017.png -share/icons/hicolor/48x48/actions/kde/0018.png -share/icons/hicolor/48x48/actions/kde/0019.png -share/icons/hicolor/48x48/actions/kde/0020.png -share/icons/hicolor/48x48/actions/kde/0021.png -share/icons/hicolor/48x48/actions/kde/0022.png -share/icons/hicolor/48x48/actions/kde/0023.png -share/icons/hicolor/48x48/actions/kde/0024.png -share/icons/hicolor/48x48/actions/kde/0025.png -share/icons/hicolor/48x48/actions/kde/0026.png -share/icons/hicolor/48x48/actions/kde/0027.png -share/icons/hicolor/48x48/actions/kde/0028.png -share/icons/hicolor/48x48/actions/kde/0029.png -share/icons/hicolor/48x48/actions/kde/0030.png -share/icons/hicolor/48x48/actions/kde/0031.png -share/icons/hicolor/48x48/actions/kde/0032.png -share/icons/hicolor/48x48/actions/kde/0033.png -share/icons/hicolor/48x48/actions/kde/0034.png -share/icons/hicolor/48x48/actions/kde/0035.png -share/icons/hicolor/48x48/actions/kde/0036.png -share/icons/hicolor/48x48/actions/kde/0037.png -share/icons/hicolor/48x48/actions/kde/0038.png -share/icons/hicolor/48x48/actions/kde/0039.png -share/icons/hicolor/48x48/actions/kde/0040.png -share/icons/hicolor/48x48/actions/kde/0041.png -share/icons/hicolor/48x48/actions/kde/0042.png -share/icons/hicolor/48x48/actions/kde/0043.png -share/icons/hicolor/48x48/actions/kde/0044.png -share/icons/hicolor/48x48/actions/kde/0045.png -share/icons/hicolor/48x48/actions/kde/0046.png -share/icons/hicolor/48x48/actions/kde/0047.png -share/icons/hicolor/48x48/actions/kde/0048.png -share/icons/hicolor/48x48/actions/kde/0049.png -share/icons/hicolor/48x48/actions/kde/0050.png +share/icons/hicolor/48x48/actions/gear.png +share/icons/hicolor/48x48/actions/misc.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/cdaudio_mount.png +share/icons/hicolor/48x48/devices/cdaudio_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/dvd_mount.png +share/icons/hicolor/48x48/devices/dvd_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/nfs_mount.png +share/icons/hicolor/48x48/devices/nfs_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/hicolor/48x48/filesystems/blockdevice.png share/icons/hicolor/48x48/filesystems/chardevice.png share/icons/hicolor/48x48/filesystems/desktop.png @@ -1837,6 +2341,7 @@ share/icons/hicolor/48x48/filesystems/zip.png share/icons/hicolor/48x48/mimetypes/applix.png share/icons/hicolor/48x48/mimetypes/binary.png share/icons/hicolor/48x48/mimetypes/binary2.png +share/icons/hicolor/48x48/mimetypes/cdtrack.png share/icons/hicolor/48x48/mimetypes/colorscm.png share/icons/hicolor/48x48/mimetypes/core.png share/icons/hicolor/48x48/mimetypes/deb.png @@ -1863,6 +2368,7 @@ share/icons/hicolor/48x48/mimetypes/pdf.png share/icons/hicolor/48x48/mimetypes/pk.png share/icons/hicolor/48x48/mimetypes/postscript.png share/icons/hicolor/48x48/mimetypes/readme.png +share/icons/hicolor/48x48/mimetypes/real_doc.png share/icons/hicolor/48x48/mimetypes/recycled.png share/icons/hicolor/48x48/mimetypes/resource.png share/icons/hicolor/48x48/mimetypes/rpm.png @@ -1883,6 +2389,7 @@ share/icons/hicolor/48x48/mimetypes/source_pl.png share/icons/hicolor/48x48/mimetypes/source_py.png share/icons/hicolor/48x48/mimetypes/source_s.png share/icons/hicolor/48x48/mimetypes/source_y.png +share/icons/hicolor/48x48/mimetypes/spreadsheet.png share/icons/hicolor/48x48/mimetypes/tar.png share/icons/hicolor/48x48/mimetypes/tex.png share/icons/hicolor/48x48/mimetypes/tgz.png @@ -1890,357 +2397,50 @@ share/icons/hicolor/48x48/mimetypes/txt.png share/icons/hicolor/48x48/mimetypes/unknown.png share/icons/hicolor/48x48/mimetypes/vcalendar.png share/icons/hicolor/48x48/mimetypes/vcard.png +share/icons/hicolor/48x48/mimetypes/vectorgfx.png share/icons/hicolor/48x48/mimetypes/video.png +share/icons/hicolor/48x48/mimetypes/widget_doc.png share/icons/hicolor/48x48/mimetypes/wordprocessing.png +share/icons/hicolor/64x64/filesystems/folder.png +share/icons/hicolor/64x64/filesystems/link.png +share/icons/hicolor/64x64/mimetypes/binary2.png +share/icons/hicolor/64x64/mimetypes/cdtrack.png +share/icons/hicolor/64x64/mimetypes/core.png +share/icons/hicolor/64x64/mimetypes/document.png +share/icons/hicolor/64x64/mimetypes/document2.png +share/icons/hicolor/64x64/mimetypes/html.png +share/icons/hicolor/64x64/mimetypes/image.png +share/icons/hicolor/64x64/mimetypes/make.png +share/icons/hicolor/64x64/mimetypes/man.png +share/icons/hicolor/64x64/mimetypes/midi.png +share/icons/hicolor/64x64/mimetypes/mime_empty.png +share/icons/hicolor/64x64/mimetypes/misc_doc.png +share/icons/hicolor/64x64/mimetypes/netscape_doc.png +share/icons/hicolor/64x64/mimetypes/postscript.png +share/icons/hicolor/64x64/mimetypes/real_doc.png +share/icons/hicolor/64x64/mimetypes/recycled.png +share/icons/hicolor/64x64/mimetypes/rpm.png +share/icons/hicolor/64x64/mimetypes/shellscript.png +share/icons/hicolor/64x64/mimetypes/shellscript2.png +share/icons/hicolor/64x64/mimetypes/sound.png +share/icons/hicolor/64x64/mimetypes/source.png +share/icons/hicolor/64x64/mimetypes/source_c.png +share/icons/hicolor/64x64/mimetypes/source_cpp.png +share/icons/hicolor/64x64/mimetypes/source_f.png +share/icons/hicolor/64x64/mimetypes/source_h.png +share/icons/hicolor/64x64/mimetypes/source_l.png +share/icons/hicolor/64x64/mimetypes/source_o.png +share/icons/hicolor/64x64/mimetypes/source_p.png +share/icons/hicolor/64x64/mimetypes/source_py.png +share/icons/hicolor/64x64/mimetypes/source_s.png +share/icons/hicolor/64x64/mimetypes/source_y.png +share/icons/hicolor/64x64/mimetypes/tar.png +share/icons/hicolor/64x64/mimetypes/tgz.png +share/icons/hicolor/64x64/mimetypes/txt.png +share/icons/hicolor/64x64/mimetypes/unknown.png +share/icons/hicolor/64x64/mimetypes/video.png +share/icons/hicolor/64x64/mimetypes/widget_doc.png share/icons/hicolor/index.desktop -share/icons/locolor/16x16/actions/1downarrow.png -share/icons/locolor/16x16/actions/1leftarrow.png -share/icons/locolor/16x16/actions/1rightarrow.png -share/icons/locolor/16x16/actions/1uparrow.png -share/icons/locolor/16x16/actions/2downarrow.png -share/icons/locolor/16x16/actions/2leftarrow.png -share/icons/locolor/16x16/actions/2rightarrow.png -share/icons/locolor/16x16/actions/2uparrow.png -share/icons/locolor/16x16/actions/airbrush.png -share/icons/locolor/16x16/actions/attach.png -share/icons/locolor/16x16/actions/back.png -share/icons/locolor/16x16/actions/blend.png -share/icons/locolor/16x16/actions/bookmark.png -share/icons/locolor/16x16/actions/bookmark_add.png -share/icons/locolor/16x16/actions/bookmark_toolbar.png -share/icons/locolor/16x16/actions/bottom.png -share/icons/locolor/16x16/actions/charset.png -share/icons/locolor/16x16/actions/colorize.png -share/icons/locolor/16x16/actions/colorpicker.png -share/icons/locolor/16x16/actions/completion.png -share/icons/locolor/16x16/actions/configure.png -share/icons/locolor/16x16/actions/connect_creating.png -share/icons/locolor/16x16/actions/connect_established.png -share/icons/locolor/16x16/actions/connect_no.png -share/icons/locolor/16x16/actions/contents.png -share/icons/locolor/16x16/actions/contexthelp.png -share/icons/locolor/16x16/actions/crop.png -share/icons/locolor/16x16/actions/decrypted.png -share/icons/locolor/16x16/actions/down.png -share/icons/locolor/16x16/actions/edit.png -share/icons/locolor/16x16/actions/editclear.png -share/icons/locolor/16x16/actions/editcopy.png -share/icons/locolor/16x16/actions/editcut.png -share/icons/locolor/16x16/actions/editdelete.png -share/icons/locolor/16x16/actions/editpaste.png -share/icons/locolor/16x16/actions/editshred.png -share/icons/locolor/16x16/actions/edittrash.png -share/icons/locolor/16x16/actions/encrypted.png -share/icons/locolor/16x16/actions/eraser.png -share/icons/locolor/16x16/actions/exec.png -share/icons/locolor/16x16/actions/exit.png -share/icons/locolor/16x16/actions/fileclose.png -share/icons/locolor/16x16/actions/filefind.png -share/icons/locolor/16x16/actions/filenew.png -share/icons/locolor/16x16/actions/fileopen.png -share/icons/locolor/16x16/actions/fileprint.png -share/icons/locolor/16x16/actions/filequickprint.png -share/icons/locolor/16x16/actions/filesave.png -share/icons/locolor/16x16/actions/fill.png -share/icons/locolor/16x16/actions/filter.png -share/icons/locolor/16x16/actions/find.png -share/icons/locolor/16x16/actions/finish.png -share/icons/locolor/16x16/actions/flag.png -share/icons/locolor/16x16/actions/folder_new.png -share/icons/locolor/16x16/actions/forward.png -share/icons/locolor/16x16/actions/frameprint.png -share/icons/locolor/16x16/actions/gear.png -share/icons/locolor/16x16/actions/gohome.png -share/icons/locolor/16x16/actions/goto.png -share/icons/locolor/16x16/actions/help.png -share/icons/locolor/16x16/actions/history.png -share/icons/locolor/16x16/actions/idea.png -share/icons/locolor/16x16/actions/identity.png -share/icons/locolor/16x16/actions/kde/0001.png -share/icons/locolor/16x16/actions/kde/0002.png -share/icons/locolor/16x16/actions/kde/0003.png -share/icons/locolor/16x16/actions/kde/0004.png -share/icons/locolor/16x16/actions/kde/0005.png -share/icons/locolor/16x16/actions/kde/0006.png -share/icons/locolor/16x16/actions/kde/0007.png -share/icons/locolor/16x16/actions/kde/0008.png -share/icons/locolor/16x16/actions/kde/0009.png -share/icons/locolor/16x16/actions/kde/0010.png -share/icons/locolor/16x16/actions/kde/0011.png -share/icons/locolor/16x16/actions/kde/0012.png -share/icons/locolor/16x16/actions/kde/0013.png -share/icons/locolor/16x16/actions/kde/0014.png -share/icons/locolor/16x16/actions/kde/0015.png -share/icons/locolor/16x16/actions/kde/0016.png -share/icons/locolor/16x16/actions/kde/0017.png -share/icons/locolor/16x16/actions/kde/0018.png -share/icons/locolor/16x16/actions/kde/0019.png -share/icons/locolor/16x16/actions/kde/0020.png -share/icons/locolor/16x16/actions/kde/0021.png -share/icons/locolor/16x16/actions/kde/0022.png -share/icons/locolor/16x16/actions/kde/0023.png -share/icons/locolor/16x16/actions/kde/0024.png -share/icons/locolor/16x16/actions/kde/0025.png -share/icons/locolor/16x16/actions/kde/0026.png -share/icons/locolor/16x16/actions/kde/0027.png -share/icons/locolor/16x16/actions/kde/0028.png -share/icons/locolor/16x16/actions/kde/0029.png -share/icons/locolor/16x16/actions/kde/0030.png -share/icons/locolor/16x16/actions/kde/0031.png -share/icons/locolor/16x16/actions/kde/0032.png -share/icons/locolor/16x16/actions/kde/0033.png -share/icons/locolor/16x16/actions/kde/0034.png -share/icons/locolor/16x16/actions/kde/0035.png -share/icons/locolor/16x16/actions/kde/0036.png -share/icons/locolor/16x16/actions/kde/0037.png -share/icons/locolor/16x16/actions/kde/0038.png -share/icons/locolor/16x16/actions/kde/0039.png -share/icons/locolor/16x16/actions/kde/0040.png -share/icons/locolor/16x16/actions/kde/0041.png -share/icons/locolor/16x16/actions/kde/0042.png -share/icons/locolor/16x16/actions/kde/0043.png -share/icons/locolor/16x16/actions/kde/0044.png -share/icons/locolor/16x16/actions/kde/0045.png -share/icons/locolor/16x16/actions/kde/0046.png -share/icons/locolor/16x16/actions/kde/0047.png -share/icons/locolor/16x16/actions/kde/0048.png -share/icons/locolor/16x16/actions/kde/0049.png -share/icons/locolor/16x16/actions/kde/0050.png -share/icons/locolor/16x16/actions/locationbar_erase.png -share/icons/locolor/16x16/actions/lock.png -share/icons/locolor/16x16/actions/mail_forward.png -share/icons/locolor/16x16/actions/mail_generic.png -share/icons/locolor/16x16/actions/mail_get.png -share/icons/locolor/16x16/actions/mail_reply.png -share/icons/locolor/16x16/actions/mail_replyall.png -share/icons/locolor/16x16/actions/mail_send.png -share/icons/locolor/16x16/actions/misc.png -share/icons/locolor/16x16/actions/move.png -share/icons/locolor/16x16/actions/news_subscribe.png -share/icons/locolor/16x16/actions/news_unsubscribe.png -share/icons/locolor/16x16/actions/next.png -share/icons/locolor/16x16/actions/ok.png -share/icons/locolor/16x16/actions/openterm.png -share/icons/locolor/16x16/actions/paintbrush.png -share/icons/locolor/16x16/actions/pencil.png -share/icons/locolor/16x16/actions/player_eject.png -share/icons/locolor/16x16/actions/player_end.png -share/icons/locolor/16x16/actions/player_pause.png -share/icons/locolor/16x16/actions/player_start.png -share/icons/locolor/16x16/actions/player_stop.png -share/icons/locolor/16x16/actions/previous.png -share/icons/locolor/16x16/actions/queue.png -share/icons/locolor/16x16/actions/redo.png -share/icons/locolor/16x16/actions/reload.png -share/icons/locolor/16x16/actions/remove.png -share/icons/locolor/16x16/actions/revert.png -share/icons/locolor/16x16/actions/rotate.png -share/icons/locolor/16x16/actions/rotate_ccw.png -share/icons/locolor/16x16/actions/rotate_cw.png -share/icons/locolor/16x16/actions/run.png -share/icons/locolor/16x16/actions/signature.png -share/icons/locolor/16x16/actions/spellcheck.png -share/icons/locolor/16x16/actions/stamp.png -share/icons/locolor/16x16/actions/start.png -share/icons/locolor/16x16/actions/stop.png -share/icons/locolor/16x16/actions/text.png -share/icons/locolor/16x16/actions/text_block.png -share/icons/locolor/16x16/actions/text_bold.png -share/icons/locolor/16x16/actions/text_center.png -share/icons/locolor/16x16/actions/text_italic.png -share/icons/locolor/16x16/actions/text_left.png -share/icons/locolor/16x16/actions/text_right.png -share/icons/locolor/16x16/actions/text_under.png -share/icons/locolor/16x16/actions/top.png -share/icons/locolor/16x16/actions/transform.png -share/icons/locolor/16x16/actions/undo.png -share/icons/locolor/16x16/actions/unlock.png -share/icons/locolor/16x16/actions/up.png -share/icons/locolor/16x16/actions/viewmag+.png -share/icons/locolor/16x16/actions/viewmag-.png -share/icons/locolor/16x16/actions/viewmag.png -share/icons/locolor/16x16/actions/window_fullscreen.png -share/icons/locolor/16x16/actions/window_new.png -share/icons/locolor/16x16/actions/window_nofullscreen.png -share/icons/locolor/16x16/actions/wizard.png -share/icons/locolor/16x16/filesystems/blockdevice.png -share/icons/locolor/16x16/filesystems/chardevice.png -share/icons/locolor/16x16/filesystems/desktop.png -share/icons/locolor/16x16/filesystems/exec.png -share/icons/locolor/16x16/filesystems/file_broken.png -share/icons/locolor/16x16/filesystems/file_locked.png -share/icons/locolor/16x16/filesystems/folder.png -share/icons/locolor/16x16/filesystems/folder_blue.png -share/icons/locolor/16x16/filesystems/folder_blue_open.png -share/icons/locolor/16x16/filesystems/folder_cyan.png -share/icons/locolor/16x16/filesystems/folder_cyan_open.png -share/icons/locolor/16x16/filesystems/folder_green.png -share/icons/locolor/16x16/filesystems/folder_green_open.png -share/icons/locolor/16x16/filesystems/folder_home.png -share/icons/locolor/16x16/filesystems/folder_locked.png -share/icons/locolor/16x16/filesystems/folder_open.png -share/icons/locolor/16x16/filesystems/folder_orange.png -share/icons/locolor/16x16/filesystems/folder_orange_open.png -share/icons/locolor/16x16/filesystems/folder_red.png -share/icons/locolor/16x16/filesystems/folder_red_open.png -share/icons/locolor/16x16/filesystems/folder_yellow.png -share/icons/locolor/16x16/filesystems/folder_yellow_open.png -share/icons/locolor/16x16/filesystems/ftp.png -share/icons/locolor/16x16/filesystems/link.png -share/icons/locolor/16x16/filesystems/lockoverlay.png -share/icons/locolor/16x16/filesystems/network.png -share/icons/locolor/16x16/filesystems/pipe.png -share/icons/locolor/16x16/filesystems/shredder.png -share/icons/locolor/16x16/filesystems/socket.png -share/icons/locolor/16x16/filesystems/trashcan_empty.png -share/icons/locolor/16x16/filesystems/trashcan_full.png -share/icons/locolor/16x16/filesystems/www.png -share/icons/locolor/16x16/filesystems/zip.png -share/icons/locolor/16x16/mimetypes/applix.png -share/icons/locolor/16x16/mimetypes/binary.png -share/icons/locolor/16x16/mimetypes/binary2.png -share/icons/locolor/16x16/mimetypes/core.png -share/icons/locolor/16x16/mimetypes/document.png -share/icons/locolor/16x16/mimetypes/dvi.png -share/icons/locolor/16x16/mimetypes/font_bitmap.png -share/icons/locolor/16x16/mimetypes/font_truetype.png -share/icons/locolor/16x16/mimetypes/font_type1.png -share/icons/locolor/16x16/mimetypes/gf.png -share/icons/locolor/16x16/mimetypes/html.png -share/icons/locolor/16x16/mimetypes/image.png -share/icons/locolor/16x16/mimetypes/info.png -share/icons/locolor/16x16/mimetypes/kmultiple.png -share/icons/locolor/16x16/mimetypes/log.png -share/icons/locolor/16x16/mimetypes/make.png -share/icons/locolor/16x16/mimetypes/man.png -share/icons/locolor/16x16/mimetypes/metafont.png -share/icons/locolor/16x16/mimetypes/midi.png -share/icons/locolor/16x16/mimetypes/mime_empty.png -share/icons/locolor/16x16/mimetypes/netscape_doc.png -share/icons/locolor/16x16/mimetypes/news.png -share/icons/locolor/16x16/mimetypes/pdf.png -share/icons/locolor/16x16/mimetypes/pk.png -share/icons/locolor/16x16/mimetypes/postscript.png -share/icons/locolor/16x16/mimetypes/readme.png -share/icons/locolor/16x16/mimetypes/recycled.png -share/icons/locolor/16x16/mimetypes/resource.png -share/icons/locolor/16x16/mimetypes/rpm.png -share/icons/locolor/16x16/mimetypes/shellscript.png -share/icons/locolor/16x16/mimetypes/shellscript2.png -share/icons/locolor/16x16/mimetypes/sound.png -share/icons/locolor/16x16/mimetypes/source.png -share/icons/locolor/16x16/mimetypes/source_c.png -share/icons/locolor/16x16/mimetypes/source_cpp.png -share/icons/locolor/16x16/mimetypes/source_f.png -share/icons/locolor/16x16/mimetypes/source_h.png -share/icons/locolor/16x16/mimetypes/source_java.png -share/icons/locolor/16x16/mimetypes/source_l.png -share/icons/locolor/16x16/mimetypes/source_moc.png -share/icons/locolor/16x16/mimetypes/source_o.png -share/icons/locolor/16x16/mimetypes/source_p.png -share/icons/locolor/16x16/mimetypes/source_pl.png -share/icons/locolor/16x16/mimetypes/source_py.png -share/icons/locolor/16x16/mimetypes/source_s.png -share/icons/locolor/16x16/mimetypes/source_y.png -share/icons/locolor/16x16/mimetypes/tar.png -share/icons/locolor/16x16/mimetypes/tex.png -share/icons/locolor/16x16/mimetypes/tgz.png -share/icons/locolor/16x16/mimetypes/txt.png -share/icons/locolor/16x16/mimetypes/unknown.png -share/icons/locolor/16x16/mimetypes/vcalendar.png -share/icons/locolor/16x16/mimetypes/vcard.png -share/icons/locolor/16x16/mimetypes/video.png -share/icons/locolor/32x32/actions/gear.png -share/icons/locolor/32x32/actions/misc.png -share/icons/locolor/32x32/filesystems/blockdevice.png -share/icons/locolor/32x32/filesystems/chardevice.png -share/icons/locolor/32x32/filesystems/desktop.png -share/icons/locolor/32x32/filesystems/exec.png -share/icons/locolor/32x32/filesystems/file_broken.png -share/icons/locolor/32x32/filesystems/file_locked.png -share/icons/locolor/32x32/filesystems/folder.png -share/icons/locolor/32x32/filesystems/folder_blue.png -share/icons/locolor/32x32/filesystems/folder_blue_open.png -share/icons/locolor/32x32/filesystems/folder_cyan.png -share/icons/locolor/32x32/filesystems/folder_cyan_open.png -share/icons/locolor/32x32/filesystems/folder_green.png -share/icons/locolor/32x32/filesystems/folder_green_open.png -share/icons/locolor/32x32/filesystems/folder_home.png -share/icons/locolor/32x32/filesystems/folder_locked.png -share/icons/locolor/32x32/filesystems/folder_open.png -share/icons/locolor/32x32/filesystems/folder_orange.png -share/icons/locolor/32x32/filesystems/folder_orange_open.png -share/icons/locolor/32x32/filesystems/folder_red.png -share/icons/locolor/32x32/filesystems/folder_red_open.png -share/icons/locolor/32x32/filesystems/folder_yellow.png -share/icons/locolor/32x32/filesystems/folder_yellow_open.png -share/icons/locolor/32x32/filesystems/ftp.png -share/icons/locolor/32x32/filesystems/link.png -share/icons/locolor/32x32/filesystems/lockoverlay.png -share/icons/locolor/32x32/filesystems/network.png -share/icons/locolor/32x32/filesystems/pipe.png -share/icons/locolor/32x32/filesystems/shredder.png -share/icons/locolor/32x32/filesystems/socket.png -share/icons/locolor/32x32/filesystems/trashcan_empty.png -share/icons/locolor/32x32/filesystems/trashcan_full.png -share/icons/locolor/32x32/filesystems/www.png -share/icons/locolor/32x32/filesystems/zip.png -share/icons/locolor/32x32/mimetypes/applix.png -share/icons/locolor/32x32/mimetypes/binary.png -share/icons/locolor/32x32/mimetypes/binary2.png -share/icons/locolor/32x32/mimetypes/core.png -share/icons/locolor/32x32/mimetypes/deb.png -share/icons/locolor/32x32/mimetypes/document.png -share/icons/locolor/32x32/mimetypes/dvi.png -share/icons/locolor/32x32/mimetypes/font_bitmap.png -share/icons/locolor/32x32/mimetypes/font_truetype.png -share/icons/locolor/32x32/mimetypes/font_type1.png -share/icons/locolor/32x32/mimetypes/gf.png -share/icons/locolor/32x32/mimetypes/html.png -share/icons/locolor/32x32/mimetypes/image.png -share/icons/locolor/32x32/mimetypes/info.png -share/icons/locolor/32x32/mimetypes/kmultiple.png -share/icons/locolor/32x32/mimetypes/log.png -share/icons/locolor/32x32/mimetypes/make.png -share/icons/locolor/32x32/mimetypes/man.png -share/icons/locolor/32x32/mimetypes/metafont.png -share/icons/locolor/32x32/mimetypes/midi.png -share/icons/locolor/32x32/mimetypes/mime_empty.png -share/icons/locolor/32x32/mimetypes/netscape_doc.png -share/icons/locolor/32x32/mimetypes/news.png -share/icons/locolor/32x32/mimetypes/pdf.png -share/icons/locolor/32x32/mimetypes/pk.png -share/icons/locolor/32x32/mimetypes/postscript.png -share/icons/locolor/32x32/mimetypes/readme.png -share/icons/locolor/32x32/mimetypes/recycled.png -share/icons/locolor/32x32/mimetypes/resource.png -share/icons/locolor/32x32/mimetypes/rpm.png -share/icons/locolor/32x32/mimetypes/shellscript.png -share/icons/locolor/32x32/mimetypes/shellscript2.png -share/icons/locolor/32x32/mimetypes/sound.png -share/icons/locolor/32x32/mimetypes/source.png -share/icons/locolor/32x32/mimetypes/source_c.png -share/icons/locolor/32x32/mimetypes/source_cpp.png -share/icons/locolor/32x32/mimetypes/source_f.png -share/icons/locolor/32x32/mimetypes/source_h.png -share/icons/locolor/32x32/mimetypes/source_java.png -share/icons/locolor/32x32/mimetypes/source_l.png -share/icons/locolor/32x32/mimetypes/source_moc.png -share/icons/locolor/32x32/mimetypes/source_o.png -share/icons/locolor/32x32/mimetypes/source_p.png -share/icons/locolor/32x32/mimetypes/source_pl.png -share/icons/locolor/32x32/mimetypes/source_py.png -share/icons/locolor/32x32/mimetypes/source_s.png -share/icons/locolor/32x32/mimetypes/source_y.png -share/icons/locolor/32x32/mimetypes/tar.png -share/icons/locolor/32x32/mimetypes/tex.png -share/icons/locolor/32x32/mimetypes/tgz.png -share/icons/locolor/32x32/mimetypes/txt.png -share/icons/locolor/32x32/mimetypes/unknown.png -share/icons/locolor/32x32/mimetypes/vcalendar.png -share/icons/locolor/32x32/mimetypes/vcard.png -share/icons/locolor/32x32/mimetypes/video.png -share/icons/locolor/index.desktop share/mimelnk/all/all.desktop share/mimelnk/all/allfiles.desktop share/mimelnk/application/msexcel.desktop @@ -2254,6 +2454,9 @@ share/mimelnk/application/postscript.desktop share/mimelnk/application/smil.desktop share/mimelnk/application/wordperfect.desktop share/mimelnk/application/x-applix.desktop +share/mimelnk/application/x-applixgraphics.desktop +share/mimelnk/application/x-applixspread.desktop +share/mimelnk/application/x-applixword.desktop share/mimelnk/application/x-archive.desktop share/mimelnk/application/x-arj.desktop share/mimelnk/application/x-awk.desktop @@ -2262,6 +2465,7 @@ share/mimelnk/application/x-bzip2.desktop share/mimelnk/application/x-compress.desktop share/mimelnk/application/x-core.desktop share/mimelnk/application/x-cpio.desktop +share/mimelnk/application/x-designer.desktop share/mimelnk/application/x-desktop.desktop share/mimelnk/application/x-dvi.desktop share/mimelnk/application/x-executable.desktop @@ -2270,8 +2474,10 @@ share/mimelnk/application/x-gzip.desktop share/mimelnk/application/x-jar.desktop share/mimelnk/application/x-java.desktop share/mimelnk/application/x-lha.desktop +share/mimelnk/application/x-linguist.desktop share/mimelnk/application/x-lzop.desktop share/mimelnk/application/x-object.desktop +share/mimelnk/application/x-ogg.desktop share/mimelnk/application/x-perl.desktop share/mimelnk/application/x-python-bytecode.desktop share/mimelnk/application/x-python.desktop @@ -2294,7 +2500,6 @@ share/mimelnk/application/x-tzo.desktop share/mimelnk/application/x-zip.desktop share/mimelnk/application/x-zoo.desktop share/mimelnk/audio/basic.desktop -share/mimelnk/audio/mpegurl.desktop share/mimelnk/audio/vnd.rn-realaudio.desktop share/mimelnk/audio/x-adpcm.desktop share/mimelnk/audio/x-aiff.desktop @@ -2302,7 +2507,6 @@ share/mimelnk/audio/x-midi.desktop share/mimelnk/audio/x-mod.desktop share/mimelnk/audio/x-mp3.desktop share/mimelnk/audio/x-mpegurl.desktop -share/mimelnk/audio/x-ogg.desktop share/mimelnk/audio/x-pn-realaudio.desktop share/mimelnk/audio/x-scpls.desktop share/mimelnk/audio/x-wav.desktop @@ -2315,8 +2519,10 @@ share/mimelnk/image/tiff.desktop share/mimelnk/image/x-bmp.desktop share/mimelnk/image/x-eps.desktop share/mimelnk/image/x-ico.desktop +share/mimelnk/image/x-jng.desktop share/mimelnk/image/x-photo-cd.desktop share/mimelnk/image/x-xbm.desktop +share/mimelnk/image/x-xcf-gimp.desktop share/mimelnk/image/x-xpm.desktop share/mimelnk/inode/block.desktop share/mimelnk/inode/chardevice.desktop @@ -2327,6 +2533,7 @@ share/mimelnk/inode/socket.desktop share/mimelnk/magic share/mimelnk/message/news.desktop share/mimelnk/message/rfc822.desktop +share/mimelnk/text/calendar.desktop share/mimelnk/text/css.desktop share/mimelnk/text/english.desktop share/mimelnk/text/html.desktop @@ -2343,6 +2550,7 @@ share/mimelnk/text/x-csrc.desktop share/mimelnk/text/x-diff.desktop share/mimelnk/text/x-java.desktop share/mimelnk/text/x-log.desktop +share/mimelnk/text/x-lyx.desktop share/mimelnk/text/x-makefile.desktop share/mimelnk/text/x-moc.desktop share/mimelnk/text/x-pascal.desktop @@ -2356,6 +2564,7 @@ share/mimelnk/text/xml.desktop share/mimelnk/video/mpeg.desktop share/mimelnk/video/quicktime.desktop share/mimelnk/video/x-flic.desktop +share/mimelnk/video/x-mng.desktop share/mimelnk/video/x-msvideo.desktop share/services/bmp.kimgio share/services/eps.kimgio @@ -2363,14 +2572,16 @@ share/services/file.protocol share/services/ftp.protocol share/services/g3.kimgio share/services/gif.kimgio +share/services/help.protocol share/services/http.protocol share/services/http_cache_cleaner.desktop share/services/https.protocol share/services/ico.kimgio share/services/jpeg.kimgio -share/services/kauthplainmodule.desktop +share/services/kaclplugin.desktop share/services/kbzip2filter.desktop share/services/kcookiejar.desktop +share/services/kded/kdeprintd.desktop share/services/kgzipfilter.desktop share/services/khtml.desktop share/services/khtmlimage.desktop @@ -2389,14 +2600,16 @@ share/services/xv.kimgio share/servicetypes/application.desktop share/servicetypes/browserview.desktop share/servicetypes/kcomprfilter.desktop +share/servicetypes/kdedmodule.desktop share/servicetypes/kpart.desktop share/servicetypes/kpropsdlgplugin.desktop share/servicetypes/krop.desktop share/servicetypes/krwp.desktop -share/servicetypes/ksasl.desktop +share/servicetypes/kscan.desktop share/servicetypes/ktexteditor.desktop share/servicetypes/kurifilterplugin.desktop @dirrm share/servicetypes +@dirrm share/services/kded @dirrm share/services @dirrm share/mimelnk/video @dirrm share/mimelnk/text @@ -2407,125 +2620,145 @@ share/servicetypes/kurifilterplugin.desktop @dirrm share/mimelnk/application @dirrm share/mimelnk/all @dirrm share/mimelnk -@dirrm share/icons/locolor/32x32/mimetypes -@dirrm share/icons/locolor/32x32/filesystems -@dirrm share/icons/locolor/32x32/actions -@dirrm share/icons/locolor/32x32 -@dirrm share/icons/locolor/16x16/mimetypes -@dirrm share/icons/locolor/16x16/filesystems -@dirrm share/icons/locolor/16x16/actions/kde -@dirrm share/icons/locolor/16x16/actions -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor +@dirrm share/icons/hicolor/64x64/mimetypes +@dirrm share/icons/hicolor/64x64/filesystems +@dirrm share/icons/hicolor/64x64 @dirrm share/icons/hicolor/48x48/mimetypes @dirrm share/icons/hicolor/48x48/filesystems -@dirrm share/icons/hicolor/48x48/actions/kde +@dirrm share/icons/hicolor/48x48/devices @dirrm share/icons/hicolor/48x48/actions @dirrm share/icons/hicolor/48x48 @dirrm share/icons/hicolor/32x32/mimetypes @dirrm share/icons/hicolor/32x32/filesystems +@dirrm share/icons/hicolor/32x32/devices @dirrm share/icons/hicolor/32x32/actions/kde @dirrm share/icons/hicolor/32x32/actions @dirrm share/icons/hicolor/32x32 @dirrm share/icons/hicolor/22x22/actions/kde @dirrm share/icons/hicolor/22x22/actions -@dirrm share/icons/hicolor/22x22 @dirrm share/icons/hicolor/16x16/mimetypes @dirrm share/icons/hicolor/16x16/filesystems +@dirrm share/icons/hicolor/16x16/devices +@dirrm share/icons/hicolor/16x16/apps @dirrm share/icons/hicolor/16x16/actions @dirrm share/icons/hicolor/16x16 @dirrm share/icons/hicolor -@dirrm share/doc/HTML/en/kspell @dirrm share/doc/HTML/en/common @dirrm share/doc/HTML/en -@dirrm share/doc/HTML @dirrm share/config/ui @dirrm share/config/colors @dirrm share/config @dirrm share/apps/kstyle/themes +@dirrm share/apps/kstyle/pixmaps/riscos @dirrm share/apps/kstyle/pixmaps @dirrm share/apps/kstyle @dirrm share/apps/kssl/caroot @dirrm share/apps/kssl -@dirrm share/apps/ksgmltools/zh-TW/entities -@dirrm share/apps/ksgmltools/zh-TW -@dirrm share/apps/ksgmltools/zh-CN/entities -@dirrm share/apps/ksgmltools/zh-CN -@dirrm share/apps/ksgmltools/sv/entities -@dirrm share/apps/ksgmltools/sv -@dirrm share/apps/ksgmltools/stylesheets -@dirrm share/apps/ksgmltools/sr/entities -@dirrm share/apps/ksgmltools/sr -@dirrm share/apps/ksgmltools/sl/entities -@dirrm share/apps/ksgmltools/sl -@dirrm share/apps/ksgmltools/sk/entities -@dirrm share/apps/ksgmltools/sk -@dirrm share/apps/ksgmltools/ru/entities -@dirrm share/apps/ksgmltools/ru -@dirrm share/apps/ksgmltools/ro/entities -@dirrm share/apps/ksgmltools/ro -@dirrm share/apps/ksgmltools/pt/entities -@dirrm share/apps/ksgmltools/pt-BR/entities -@dirrm share/apps/ksgmltools/pt-BR -@dirrm share/apps/ksgmltools/pt -@dirrm share/apps/ksgmltools/pl/entities -@dirrm share/apps/ksgmltools/pl -@dirrm share/apps/ksgmltools/no/entities -@dirrm share/apps/ksgmltools/no -@dirrm share/apps/ksgmltools/nl/entities -@dirrm share/apps/ksgmltools/nl -@dirrm share/apps/ksgmltools/ko/entities -@dirrm share/apps/ksgmltools/ko -@dirrm share/apps/ksgmltools/ja/entities -@dirrm share/apps/ksgmltools/ja -@dirrm share/apps/ksgmltools/it/entities -@dirrm share/apps/ksgmltools/it -@dirrm share/apps/ksgmltools/hu/entities -@dirrm share/apps/ksgmltools/hu -@dirrm share/apps/ksgmltools/fr/entities -@dirrm share/apps/ksgmltools/fr -@dirrm share/apps/ksgmltools/fi/entities -@dirrm share/apps/ksgmltools/fi -@dirrm share/apps/ksgmltools/et/entities -@dirrm share/apps/ksgmltools/et -@dirrm share/apps/ksgmltools/es/entities -@dirrm share/apps/ksgmltools/es -@dirrm share/apps/ksgmltools/entities -@dirrm share/apps/ksgmltools/en/entities -@dirrm share/apps/ksgmltools/en -@dirrm share/apps/ksgmltools/el/entities -@dirrm share/apps/ksgmltools/el -@dirrm share/apps/ksgmltools/dtd -@dirrm share/apps/ksgmltools/de/entities -@dirrm share/apps/ksgmltools/de -@dirrm share/apps/ksgmltools/da/entities -@dirrm share/apps/ksgmltools/da -@dirrm share/apps/ksgmltools/cs/entities -@dirrm share/apps/ksgmltools/cs -@dirrm share/apps/ksgmltools/ca/entities -@dirrm share/apps/ksgmltools/ca -@dirrm share/apps/ksgmltools +@dirrm share/apps/ksgmltools2/docbook/xsl/lib +@dirrm share/apps/ksgmltools2/docbook/xsl/indexing +@dirrm share/apps/ksgmltools2/docbook/xsl/images/callouts +@dirrm share/apps/ksgmltools2/docbook/xsl/images +@dirrm share/apps/ksgmltools2/docbook/xsl/html +@dirrm share/apps/ksgmltools2/docbook/xsl/common +@dirrm share/apps/ksgmltools2/docbook/xsl +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent +@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2 +@dirrm share/apps/ksgmltools2/docbook +@dirrm share/apps/ksgmltools2/customization/zh-TW/entities +@dirrm share/apps/ksgmltools2/customization/zh-TW +@dirrm share/apps/ksgmltools2/customization/xsl +@dirrm share/apps/ksgmltools2/customization/tr/entities +@dirrm share/apps/ksgmltools2/customization/tr +@dirrm share/apps/ksgmltools2/customization/sv/entities +@dirrm share/apps/ksgmltools2/customization/sv +@dirrm share/apps/ksgmltools2/customization/sr/entities +@dirrm share/apps/ksgmltools2/customization/sr +@dirrm share/apps/ksgmltools2/customization/sl/entities +@dirrm share/apps/ksgmltools2/customization/sl +@dirrm share/apps/ksgmltools2/customization/sk/entities +@dirrm share/apps/ksgmltools2/customization/sk +@dirrm share/apps/ksgmltools2/customization/ru/entities +@dirrm share/apps/ksgmltools2/customization/ru +@dirrm share/apps/ksgmltools2/customization/ro/entities +@dirrm share/apps/ksgmltools2/customization/ro +@dirrm share/apps/ksgmltools2/customization/pt/entities +@dirrm share/apps/ksgmltools2/customization/pt-BR/entities +@dirrm share/apps/ksgmltools2/customization/pt-BR +@dirrm share/apps/ksgmltools2/customization/pt +@dirrm share/apps/ksgmltools2/customization/pl/entities +@dirrm share/apps/ksgmltools2/customization/pl +@dirrm share/apps/ksgmltools2/customization/no/entities +@dirrm share/apps/ksgmltools2/customization/no-NY/entities +@dirrm share/apps/ksgmltools2/customization/no-NY +@dirrm share/apps/ksgmltools2/customization/no +@dirrm share/apps/ksgmltools2/customization/nl/entities +@dirrm share/apps/ksgmltools2/customization/nl +@dirrm share/apps/ksgmltools2/customization/ko/entities +@dirrm share/apps/ksgmltools2/customization/ko +@dirrm share/apps/ksgmltools2/customization/ja/entities +@dirrm share/apps/ksgmltools2/customization/ja +@dirrm share/apps/ksgmltools2/customization/it/entities +@dirrm share/apps/ksgmltools2/customization/it +@dirrm share/apps/ksgmltools2/customization/hu/entities +@dirrm share/apps/ksgmltools2/customization/hu +@dirrm share/apps/ksgmltools2/customization/fr/entities +@dirrm share/apps/ksgmltools2/customization/fr +@dirrm share/apps/ksgmltools2/customization/fi/entities +@dirrm share/apps/ksgmltools2/customization/fi +@dirrm share/apps/ksgmltools2/customization/et/entities +@dirrm share/apps/ksgmltools2/customization/et +@dirrm share/apps/ksgmltools2/customization/es/entities +@dirrm share/apps/ksgmltools2/customization/es +@dirrm share/apps/ksgmltools2/customization/entities +@dirrm share/apps/ksgmltools2/customization/en/entities +@dirrm share/apps/ksgmltools2/customization/en +@dirrm share/apps/ksgmltools2/customization/el/entities +@dirrm share/apps/ksgmltools2/customization/el +@dirrm share/apps/ksgmltools2/customization/dtd +@dirrm share/apps/ksgmltools2/customization/de/entities +@dirrm share/apps/ksgmltools2/customization/de +@dirrm share/apps/ksgmltools2/customization/da/entities +@dirrm share/apps/ksgmltools2/customization/da +@dirrm share/apps/ksgmltools2/customization/cs/entities +@dirrm share/apps/ksgmltools2/customization/cs +@dirrm share/apps/ksgmltools2/customization/ca/entities +@dirrm share/apps/ksgmltools2/customization/ca +@dirrm share/apps/ksgmltools2/customization/af/entities +@dirrm share/apps/ksgmltools2/customization/af +@dirrm share/apps/ksgmltools2/customization +@dirrm share/apps/ksgmltools2 @dirrm share/apps/knotify @dirrm share/apps/kjava -@dirrm share/apps/kio_uiserver/icons/locolor/16x16/apps -@dirrm share/apps/kio_uiserver/icons/locolor/16x16 -@dirrm share/apps/kio_uiserver/icons/locolor +@dirrm share/apps/kio_uiserver/icons/hicolor/16x16/apps +@dirrm share/apps/kio_uiserver/icons/hicolor/16x16 +@dirrm share/apps/kio_uiserver/icons/hicolor @dirrm share/apps/kio_uiserver/icons @dirrm share/apps/kio_uiserver -@dirrm share/apps/khtml/icons/locolor/16x16/actions -@dirrm share/apps/khtml/icons/locolor/16x16 -@dirrm share/apps/khtml/icons/locolor @dirrm share/apps/khtml/icons/hicolor/32x32/actions @dirrm share/apps/khtml/icons/hicolor/32x32 @dirrm share/apps/khtml/icons/hicolor/22x22/actions @dirrm share/apps/khtml/icons/hicolor/22x22 +@dirrm share/apps/khtml/icons/hicolor/16x16/actions +@dirrm share/apps/khtml/icons/hicolor/16x16 @dirrm share/apps/khtml/icons/hicolor @dirrm share/apps/khtml/icons @dirrm share/apps/khtml/css @dirrm share/apps/khtml @dirrm share/apps/kdeui/pics @dirrm share/apps/kdeui -@dirrm share/apps/kab/pics +@dirrm share/apps/kdeprint/plugins +@dirrm share/apps/kdeprint/pics +@dirrm share/apps/kdeprint/icons/hicolor/32x32/apps +@dirrm share/apps/kdeprint/icons/hicolor/32x32 +@dirrm share/apps/kdeprint/icons/hicolor/22x22/actions +@dirrm share/apps/kdeprint/icons/hicolor/22x22 +@dirrm share/apps/kdeprint/icons/hicolor/16x16/apps +@dirrm share/apps/kdeprint/icons/hicolor/16x16 +@dirrm share/apps/kdeprint/icons/hicolor +@dirrm share/apps/kdeprint/icons +@dirrm share/apps/kdeprint/filters +@dirrm share/apps/kdeprint +@dirrm share/apps/kconf_update @dirrm share/apps/kab @dirrm share/apps/LICENSES @dirrm share/apps @@ -2535,9 +2768,9 @@ share/servicetypes/kurifilterplugin.desktop @dirrm include/libkmid @dirrm include/kparts @dirrm include/kjs -@dirrm include/kio/sasl @dirrm include/kio @dirrm include/kdesu +@dirrm include/kdeprint @dirrm include/dom @dirrm include/artsc @dirrm include/arts diff --git a/x11/kdelibs4/pkg-req b/x11/kdelibs4/pkg-req new file mode 100644 index 000000000000..4c13d55f3fdb --- /dev/null +++ b/x11/kdelibs4/pkg-req @@ -0,0 +1,7 @@ +#!/bin/sh +if [ -f /usr/local/include/kfm.h ]; then +echo <<EOF +You have KDE1 headers installed! Installing this package +will result in conflicts between KDE2 and KDE1. +EOF +fi |