[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Koffice 1.3 installs but won't launch -- Data



Dear friends:

{Using Xandros/Debian and KDE 3.1.4]

I am at my wits' end. I've tried everything and nothing works.

Here is the relevant passage from the Koffice Source Installation Guide:

(http://www.koffice.org/download/source.php)

BEGIN

Choosing a prefix, i.e. where to install KOffice: you have two choices.
 Either you just compiled KDE (in particular kdelibs) into its own prefix,
 then you should use the same prefix for koffice, or you want to install
 KOffice into its own prefix. If you do that, you'll have to make sure to
 tell KDE about where you installed KOffice. See the note below. You'll also
 have to make sure you don't have another version of KOffice installed in the
 KDE prefix ; they would conflict. It's ok to have two versions of KOffice
 installed, but then none should be in the "kde prefix". The other solution
 is to have two versions of KDE installed, with a version of KOffice in each
 one.

Note: if you used ./configure --prefix to install KOffice in a different
location than the rest of KDE, you'll need to add this to /etc/kderc :

[Directories]
prefixes=/the/prefix/I/used/for/koffice

Another solution is to export KDEDIRS=/the/prefix/I/used/for/koffice:/the/
normal/kdedir

Once you told KDE about where KOffice is, you need to run kbuildsycoca, which
updates the system configuration cache in KDE, or to restart KDE.

You should now be able to start each individual application, such as kspread,
kchart, kpresenter, karbon, kexi, kformula, kword, kivio and kugar, or run
the integrated koshell for easy access to all of the applications.

END

I definitely do NOT want to install Koffice in the same location where KDE
 is. I want it in /usr/local/kde in order to avoid any conflicts. This is
 also where I installed the kdeutils, and they all work flawlessly. No error
 messages whatsoever. Compare:

sher@Dell:~$ /usr/local/kde/bin/kcharselect

with

sher@Dell:~$ /usr/local/kde/bin/kword
koffice (lib kofficecore): ERROR: Couldn't find the native MimeType in
 kword's desktop file. Check your installation !
sher@Dell:~$

Yet, both koffice and kdeutils are located in the same directory and were
installed the exact same way with ./configure:

sher@Dell:/usr/local/kde/bin$ ls -la
total 1942
drwxr-xr-x    2 root     root          784 2004-03-13 19:04 .
drwxr-xr-x    7 root     root          168 2004-03-11 05:59 ..
-rwxr-xr-x    1 root     root        13866 2004-03-11 05:43 ark
-rwxr-xr-x    1 root     root         5971 2004-03-13 17:39 karbon
-rwxr-xr-x    1 root     root         5508 2004-03-11 05:44 kcalc
-rwxr-xr-x    1 root     root        68489 2004-03-11 05:44 kcharselect
-rwxr-xr-x    1 root     root         5795 2004-03-13 17:46 kchart
-rwxr-xr-x    1 root     root        56773 2004-03-11 05:44 kdepasswd
-rwxr-xr-x    1 root     root        50267 2004-03-11 05:44 kdessh
-rwxr-xr-x    1 root     root       237892 2004-03-11 05:46 kdf
-rwxr-xr-x    1 root     root         5660 2004-03-11 05:47 kedit
-rwxr-xr-x    1 root     root        77961 2004-03-11 05:47 kfloppy
-rwxr-xr-x    1 root     root         5811 2004-03-13 17:48 kformula
-rwxr-xr-x    1 root     root       788231 2004-03-11 05:50 khexedit
-rwxr-xr-x    1 root     root         5796 2004-03-13 17:54 kivio
-rwxr-xr-x    1 root     root       181563 2004-03-11 05:51 kjots
-rwxr-xr-x    1 root     root         5908 2004-03-11 05:52 klaptopdaemon
-rwxr-xr-x    1 root     root        23182 2004-03-13 18:32 koconverter
-rwxr-xr-x    1 root     root        14707 2004-03-13 17:24 koscript
-rwxr-xr-x    1 root     root         5867 2004-03-13 17:56 koshell
-rwxr-xr-x    1 root     root         5080 2001-08-04 12:02 kprconverter.pl
-rwxr-xr-x    1 root     root         5811 2004-03-13 18:05 kpresenter
-rwxr-xr-x    1 root     root         5612 2004-03-11 05:58 ksim
-rwxr-xr-x    1 root     root         5795 2004-03-13 18:15 kspread
-rwxr-xr-x    1 root     root        11939 2004-03-13 18:33 kthesaurus
-rwxr-xr-x    1 root     root        81594 2004-03-11 05:58 ktimer
-rwxr-xr-x    1 root     root         5811 2004-03-13 18:21 kudesigner
-rwxr-xr-x    1 root     root         5795 2004-03-13 18:18 kugar
-rwxr-xr-x    1 root     root       233283 2004-03-11 05:46 kwikdisk
-rwxr-xr-x    1 root     root         5795 2004-03-13 18:30 kword
sher@Dell:/usr/local/kde/bin$

sher@Dell:~/L-Files/Downloads/Tars/koffice-1.3$ ls
acinclude.m4   configure.files   INSTALL     kugar           README
aclocal.m4     configure.in      install-sh  kword           servicetypes
admin          configure.in.bot  interfaces  lib             stamp-h1
AUTHORS        configure.in.in   karbon      libtool         stamp-h.in
autocorrect    COPYING           kchart      Makefile        subdirs
config.h       COPYING.LIB       kformula    Makefile.am     templates
config.h.in    CVS               kivio       Makefile.am.in  tools
config.h.in~   debian            koshell     Makefile.in
config.log     doc               kounavail   mimetypes
config.status  example           kpresenter  pics
configure      filters           kspread     plugins

I've tried the export option mentioned in the instructions above but to no
avail:

sher@Dell:~/L-Files/Downloads/Tars/koffice-1.3$ su
Password:
Dell:/home/sher/L-Files/Downloads/Tars/koffice-1.3# export
 KDEDIRS=/usr/local/ kde/bin:/usr/lib/kde3
Dell:/home/sher/L-Files/Downloads/Tars/koffice-1.3# kbuildsycoca
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
Warning: kbuildsycoca is unable to register with DCOP.
kbuildsycoca running...
Dell:/home/sher/L-Files/Downloads/Tars/koffice-1.3#

Finally, here is my KDE data:

sher@Dell:~$ whereis kde
kde: /usr/include/kde /usr/local/kde
sher@Dell:~$ whereis kde3
kde3: /usr/bin/kde3 /etc/kde3 /usr/lib/kde3
sher@Dell:~$ cd /usr/include/kde
sher@Dell:/usr/include/kde$ ls
arts                       kfilemetainfo.h           kreplacedialog.h
artsc                      kfilepreview.h            kreplace.h
calendar                   kfilesharedlg.h           krestrictedline.h
cmodule.h                  kfileshare.h              krfcdate.h
dcopclient.h               kfiletreebranch.h         krootpixmap.h
dcopobject.h               kfiletreeview.h           krootprop.h
dcopref.h                  kfiletreeviewitem.h       kruler.h
dcopstub.h                 kfileview.h               krun.h
dcoptypes.h                kfilterbase.h             ksavefile.h
digikam                    kfilterdev.h              ksaver.h
dom                        kfinddialog.h             kscan.h
effectview.h               kfind.h                   ksconfig.h
equalizerview.h            kfontcombo.h              kscreensaver.h
kabc                       kfontdialog.h             kscreensaver_vroot.h
kaboutapplication.h        kgantt                    kselect.h
kaboutdata.h               kgenericfactory.h         kseparator.h
kaboutdialog.h             kgenericfactory.tcc       kservicegroup.h
kaboutkde.h                kglobalaccel.h            kservice.h
kaccelgen.h                kglobal.h                 kservicetype.h
kaccel.h                   kglobalsettings.h         ksharedpixmap.h
kaccelmanager.h            kguiitem.h                ksharedptr.h
kaction.h                  khelpmenu.h               kshellcompletion.h
kactionshortcutlist.h      khtmldefaults.h           kshortcut.h
kactivelabel.h             khtml_events.h            kshortcutlist.h
kallocator.h               khtml_part.h              kshred.h
kanimwidget.h              khtml_settings.h          ksimpleconfig.h
kapp.h                     khtmlview.h               ksockaddr.h
kapplication.h             kicondialog.h             ksock.h
karchive.h                 kiconeffect.h             ksocks.h
kar.h                      kiconloader.h             ksortablevaluelist.h
karrowbutton.h             kicontheme.h              kspelldlg.h
kasyncio.h                 kiconview.h               kspell.h
kate                       kimageeffect.h            ksqueezedtextlabel.h
kaudioplayer.h             kimagefilepreview.h       ksslall.h
kauthicon.h                kimageio.h                ksslcertchain.h
kautomount.h               kinstance.h               ksslcertdlg.h
kbookmarkbar.h             kio                       ksslcertificatecache.h
kbookmarkdrag.h            kipc.h                    ksslcertificatefactory.h
kbookmarkexporter.h        kivdirectoryoverlay.h     ksslcertificate.h
kbookmark.h                kjanuswidget.h            ksslcertificatehome.h
kbookmarkimporter_crash.h  kjs                       ksslconfig.h
kbookmarkimporter.h        kkeybutton.h              ksslconnectioninfo.h
kbookmarkimporter_ie.h     kkeydialog.h              kssl.h
kbookmarkimporter_opera.h  kkeynative.h              ksslinfodlg.h
kbookmarkmanager.h         klargefile.h              ksslkeygen.h
kbookmarkmenu.h            kled.h                    ksslpeerinfo.h
kbookmarknotifier.h        klibloader.h              ksslpemcallback.h
kbufferedio.h              klineeditdlg.h            ksslpkcs12.h
kbugreport.h               klineedit.h               ksslpkcs7.h
kbuttonbox.h               klistbox.h                ksslsettings.h
kcatalogue.h               klistview.h               ksslsigners.h
kcharselect.h              klocale.h                 ksslutils.h
kcharsets.h                kmailIface.h              ksslx509map.h
kclipboard.h               kmainwindow.h             ksslx509v3.h
kcmdlineargs.h             kmainwindowiface.h        kstandarddirs.h
kcmenumngr.h               kmdcodec.h                kstarsinterface.h
kcmodule.h                 kmediaplayer              kstartupinfo.h
kcolorbtn.h                kmenubar.h                kstaticdeleter.h
kcolorbutton.h             kmessagebox.h             kstatusbar.h
kcolorcombo.h              kmimemagic.h              kstdaccel.h
kcolordialog.h             kmimesourcefactory.h      kstdaction.h
kcolordlg.h                kmimetype.h               kstddirs.h
kcolordrag.h               kmimetyperesolver.h       kstdguiitem.h
kcombiview.h               kmultipageInterface.h     kstringhandler.h
kcombobox.h                kmultipledrag.h           kstringvalidator.h
kcommand.h                 knewmenu.h                kstyle.h
kcompletionbox.h           KNotesIface.h             ksycocaentry.h
kcompletion.h              knotifyclient.h           ksycoca.h
kconfigbackend.h           knotifydialog.h           ksycocatype.h
kconfigbase.h              knotifywidgetbase.h       ksystemtray.h
kconfigdata.h              knuminput.h               ktabctl.h
kconfig.h                  knumvalidator.h           ktar.h
kcrash.h                   konq_bgnddlg.h            ktempfile.h
kcursor.h                  konqbookmarkmanager.h     ktextbrowser.h
kcustommenueditor.h        konq_defaults.h           ktextedit.h
kdatastream.h              konq_dirpart.h            ktexteditor
kdatatool.h                konq_drag.h               ktip.h
kdatepicker.h              konq_events.h             ktoolbarbutton.h
kdatepik.h                 konq_faviconmgr.h         ktoolbar.h
kdatetbl.h                 konq_historycomm.h        ktoolbarradiogroup.h
kdatewidget.h              konq_historymgr.h         ktrader.h
kdcopactionproxy.h         konq_iconviewwidget.h     ktypelist.h
kdcoppropertyproxy.h       konq_operations.h         kuniqueapp.h
kdebugclasses.h            konq_pixmapprovider.h     kuniqueapplication.h
kdebug.h                   konq_popupmenu.h          kunload.h
kde_dmalloc.h              konq_propsview.h          kurifilter.h
kdedmodule.h               konq_settings.h           kurlbar.h
kdepim                     konq_undo.h               kurlcombobox.h
kde.pot                    konq_xmlguiclient.h       kurlcompletion.h
kdeprint                   kopenssl.h                kurldrag.h
kdesktopfile.h             kopenwith.h               kurl.h
kdesu                      korganizer                kurllabel.h
kdeversion.h               kpalette.h                kurlpixmapprovider.h
kdialogbase.h              kpanelapplet.h            kurlrequesterdlg.h
kdialog.h                  kpanelappmenu.h           kurlrequester.h
kdirlister.h               kpanelextension.h         kuserprofile.h
kdirnotify.h               kpanelmenu.h              kvmallocator.h
kdirnotify_stub.h          kparts                    kwindowinfo.h
kdiroperator.h             kpassdlg.h                kwindowlistmenu.h
kdirselectdialog.h         kpassivepopup.h           kwin.h
kdirsize.h                 kpilot                    kwinmodule.h
kdirwatch.h                kpixmapeffect.h           kwizard.h
kdiskfreesp.h              kpixmap.h                 kwordwrap.h
kdockwidget.h              kpixmapio.h               kxmessages.h
kdockwidget_p.h            kpixmapprovider.h         kxmlguibuilder.h
kdockwindow.h              kpixmapsplitter.h         kxmlguiclient.h
kdrawutil.h                kpopupmenu.h              kxmlguifactory.h
kdualcolorbtn.h            kpreviewwidgetbase.h      kxmlgui.h
kdualcolorbutton.h         kprintaction.h            kzip.h
keditcl.h                  kprinter.h                libkmid
keditlistbox.h             kprocctrl.h               mimetypetree.h
kedittoolbar.h             kprocess.h                mpeglib
kemailsettings.h           kprocio.h                 mpeglib_artsplug
kextendedsocket.h          kprogress.h               netwm_def.h
kextsock.h                 kpropertiesdialog.h       netwm.h
kfiledetailview.h          kpropsdlg.h               noatun
kfiledialog.h              kprotocolinfo.h           plugin_deps.h
kfilefiltercombo.h         kprotocolmanager.h        qxembed.h
kfilefilter.h              kpushbutton.h             renamedlgplugin.h
kfile.h                    krandomsequence.h         scriptclientinterface.h
kfileiconview.h            krecentdocument.h         scriptinterface.h
kfileitem.h                kregexpeditorinterface.h  scriptmanager.h
kfileivi.h                 kregexp.h                 simclockinterface.h
sher@Dell:/usr/include/kde$

sher@Dell:~$ cd /usr/lib/kde3
sher@Dell:/usr/lib/kde3$ ls
childpanel_panelextension.la    kio_smtp.la
childpanel_panelextension.so    kio_smtp.so
clipartthumbnail.la             kio_tar.la
clipartthumbnail.so             kio_tar.so
clock_panelapplet.la            kio_thumbnail.la
clock_panelapplet.so            kio_thumbnail.so
digikamplugin_imagesgallery.la  kio_xfm.la
digikamplugin_imagesgallery.so  kio_xfm.so
digikamplugin_mpegencoder.la    kio_zip.la
digikamplugin_mpegencoder.so    kio_zip.so
digikamplugin_rawconverter.la   kjavaappletviewer.la
digikamplugin_rawconverter.so   kjavaappletviewer.so
digikamplugin_slideshow.la      klipper_panelapplet.la
digikamplugin_slideshow.so      klipper_panelapplet.so
dockbar_panelextension.la       kmix_panelapplet.la
dockbar_panelextension.so       kmix_panelapplet.so
eyes_panelapplet.la             knewsticker_panelapplet.la
eyes_panelapplet.so             knewsticker_panelapplet.so
fifteen_panelapplet.la          kodocinfopropspage.la
fifteen_panelapplet.so          kodocinfopropspage.so
fontthumbnail.la                kofficescan.la
fontthumbnail.so                kofficescan.so
gsthumbnail.la                  kofficethumbnail.la
gsthumbnail.so                  kofficethumbnail.so
htmlthumbnail.la                kolf.la
htmlthumbnail.so                kolf.so
imagethumbnail.la               konq_aboutpage.la
imagethumbnail.so               konq_aboutpage.so
kabc_dir.la                     konq_iconview.la
kabc_dir.so                     konq_iconview.so
kabcformat_binary.la            konq_listview.la
kabcformat_binary.so            konq_listview.so
kabc_ldap.la                    konq_shellcmdplugin.la
kabc_ldap.so                    konq_shellcmdplugin.so
kasbar_panelextension.la        konq_sidebar.la
kasbar_panelextension.so        konq_sidebar.so
kbzip2filter.la                 konq_sidebartree_bookmarks.la
kbzip2filter.so                 konq_sidebartree_bookmarks.so
kcharselect_panelapplet.la      konq_sidebartree_dirtree.la
kcharselect_panelapplet.so      konq_sidebartree_dirtree.so
kcm_access.la                   konq_sidebartree_history.la
kcm_access.so                   konq_sidebartree_history.so
kcm_arts.la                     konqsidebar_tree.la
kcm_arts.so                     konqsidebar_tree.so
kcm_audiocd.la                  konq_sound.la
kcm_audiocd.so                  konq_sound.so
kcm_background.la               kopete_aim.la
kcm_background.so               kopete_aim.so
kcm_bell.la                     kopete_autoreplace.la
kcm_bell.so                     kopete_autoreplace.so
kcm_cgi.la                      kopete_chatwindow.la
kcm_cgi.so                      kopete_chatwindow.so
kcm_clock.la                    kopete_connectionstatus.la
kcm_clock.so                    kopete_connectionstatus.so
kcm_colors.la                   kopete_contactnotes.la
kcm_colors.so                   kopete_contactnotes.so
kcm_componentchooser.la         kopete_cryptography.la
kcm_componentchooser.so         kopete_cryptography.so
kcm_crypto.la                   kopete_highlight.la
kcm_crypto.so                   kopete_highlight.so
kcm_css.la                      kopete_history.la
kcm_css.so                      kopete_history.so
kcm_email.la                    kopete_icq.la
kcm_email.so                    kopete_icq.so
kcm_energy.la                   kopete_irc.la
kcm_energy.so                   kopete_irc.so
kcm_fileshare.la                kopete_jabber.la
kcm_fileshare.so                kopete_jabber.so
kcm_filetypes.la                kopete_msn.la
kcm_filetypes.so                kopete_msn.so
kcm_fontinst.la                 kopete_nowlistening.la
kcm_fontinst.so                 kopete_nowlistening.so
kcm_fonts.la                    kopete_sms.la
kcm_fonts.so                    kopete_sms.so
kcm_helpcenter.la               kopete_texteffect.la
kcm_helpcenter.so               kopete_texteffect.so
kcm_history.la                  kopete_translator.la
kcm_history.so                  kopete_translator.so
kcm_icons.la                    kopete_webpresence.la
kcm_icons.so                    kopete_webpresence.so
kcm_info.la                     kopete_yahoo.la
kcm_info.so                     kopete_yahoo.so
kcm_input.la                    ktexteditor_insertfile.la
kcm_input.so                    ktexteditor_insertfile.so
kcm_ioslaveinfo.la              ktexteditor_isearch.la
kcm_ioslaveinfo.so              ktexteditor_isearch.so
kcm_k3bsetup2.la                ktexteditor_kdatatool.la
kcm_k3bsetup2.so                ktexteditor_kdatatool.so
kcm_kabc.la                     kview_browserplugin.la
kcm_kabc.so                     kview_browserplugin.so
kcm_kchangepwd.la               kviewerpart.la
kcm_kchangepwd.so               kviewerpart.so
kcm_kcmhwdetection.la           kview_presenterplugin.la
kcm_kcmhwdetection.so           kview_presenterplugin.so
kcm_kded.la                     kview_scannerplugin.la
kcm_kded.so                     kview_scannerplugin.so
kcm_kdm.la                      kwin_b2_config.la
kcm_kdm.so                      kwin_b2_config.so
kcm_keyboard.la                 kwin_b2.la
kcm_keyboard.so                 kwin_b2.so
kcm_keys.la                     kwin_cde_config.la
kcm_keys.so                     kwin_cde_config.so
kcm_khotkeys.la                 kwin_cde.la
kcm_khotkeys.so                 kwin_cde.so
kcm_kicker.la                   kwin_default_config.la
kcm_kicker.so                   kwin_default_config.so
kcm_kio.la                      kwin_default.la
kcm_kio.so                      kwin_default.so
kcm_kmix.la                     kwin_glow_config.la
kcm_kmix.so                     kwin_glow_config.so
kcm_knetconfig.la               kwin_glow.la
kcm_knetconfig.so               kwin_glow.so
kcm_knewsticker.la              kwin_icewm_config.la
kcm_knewsticker.so              kwin_icewm_config.so
kcm_knotify.la                  kwin_icewm.la
kcm_knotify.so                  kwin_icewm.so
kcm_konqhtml.la                 kwin_kde1.la
kcm_konqhtml.so                 kwin_kde1.so
kcm_konq.la                     kwin_keramik_config.la
kcm_konq.so                     kwin_keramik_config.so
kcm_konsole.la                  kwin_keramik.la
kcm_konsole.so                  kwin_keramik.so
kcm_kopete_accountconfig.la     kwin_kstep.la
kcm_kopete_accountconfig.so     kwin_kstep.so
kcm_kopete_appearanceconfig.la  kwin_kwmtheme.la
kcm_kopete_appearanceconfig.so  kwin_kwmtheme.so
kcm_kopete_autoreplace.la       kwin_laptop.la
kcm_kopete_autoreplace.so       kwin_laptop.so
kcm_kopete_behaviorconfig.la    kwin_modernsys_config.la
kcm_kopete_behaviorconfig.so    kwin_modernsys_config.so
kcm_kopete_cryptography.la      kwin_modernsys.la
kcm_kopete_cryptography.so      kwin_modernsys.so
kcm_kopete_highlight.la         kwin_openlook.la
kcm_kopete_highlight.so         kwin_openlook.so
kcm_kopete_history.la           kwin_plastik_config.la
kcm_kopete_history.so           kwin_plastik_config.so
kcm_kopete_msn.la               kwin_plastik.la
kcm_kopete_msn.so               kwin_plastik.so
kcm_kopete_nowlistening.la      kwin_quartz_config.la
kcm_kopete_nowlistening.so      kwin_quartz_config.so
kcm_kopete_texteffect.la        kwin_quartz.la
kcm_kopete_texteffect.so        kwin_quartz.so
kcm_kopete_translator.la        kwin_redmond.la
kcm_kopete_translator.so        kwin_redmond.so
kcm_kopete_webpresence.la       kwin_riscos.la
kcm_kopete_webpresence.so       kwin_riscos.so
kcm_krfb.la                     kwin_system.la
kcm_krfb.so                     kwin_system.so
kcm_ksambaconfig.la             kwin_web.la
kcm_ksambaconfig.so             kwin_web.so
kcm_kurifilt.la                 launcher_panelapplet.la
kcm_kurifilt.so                 launcher_panelapplet.so
kcm_kusbview.la                 libaddressconduit.la
kcm_kusbview.so                 libaddressconduit.so
kcm_kwindecoration.la           libdbsearchengine.la
kcm_kwindecoration.so           libdbsearchengine.so
kcm_kwinoptions.la              libexpenseconduit.la
kcm_kwinoptions.so              libexpenseconduit.so
kcm_laptop.la                   libk3bexternalencoder.la
kcm_laptop.so                   libk3bexternalencoder.so
kcm_launch.la                   libk3bmaddecoder.la
kcm_launch.so                   libk3bmaddecoder.so
kcm_liloconfig.la               libk3boggvorbisdecoder.la
kcm_liloconfig.so               libk3boggvorbisdecoder.so
kcm_locale.la                   libk3boggvorbisencoder.la
kcm_locale.so                   libk3boggvorbisencoder.so
kcm_nic.la                      libk3bsoxencoder.la
kcm_nic.so                      libk3bsoxencoder.so
kcm_passwords.la                libk3bwavedecoder.la
kcm_passwords.so                libk3bwavedecoder.so
kcm_printers.la                 libkaddressbookpart.la
kcm_printers.so                 libkaddressbookpart.so
kcm_printmgr.la                 libkatepart.la
kcm_printmgr.so                 libkatepart.so
kcm_rscp.la                     libkdeprint_part.la
kcm_rscp.so                     libkdeprint_part.so
kcm_samba.la                    libkfolatexexport.la
kcm_samba.so                    libkfolatexexport.so
kcm_screensaver.la              libkfomathmlexport.la
kcm_screensaver.so              libkfomathmlexport.so
kcm_services.la                 libkfomathmlimport.la
kcm_services.so                 libkfomathmlimport.so
kcm_smserver.la                 libkfopngexport.la
kcm_smserver.so                 libkfopngexport.so
kcm_spellchecking.la            libkghostviewpart.la
kcm_spellchecking.so            libkghostviewpart.so
kcm_style.la                    libkivioconnectortool.la
kcm_style.so                    libkivioconnectortool.so
kcm_taskbar.la                  libkiviopart.la
kcm_taskbar.so                  libkiviopart.so
kcm_themes.la                   libkivioselecttool.la
kcm_themes.so                   libkivioselecttool.so
kcm_useradmin.la                libkiviotexttool.la
kcm_useradmin.so                libkiviotexttool.so
kcm_videosetting.la             libkiviozoomtool.la
kcm_videosetting.so             libkiviozoomtool.so
kcm_xmlrpcd.la                  libkmanpart.la
kcm_xmlrpcd.so                  libkmanpart.so
kded_favicons.la                libkmidpart.la
kded_favicons.so                libkmidpart.so
kded_kcookiejar.la              libkmultipart.la
kded_kcookiejar.so              libkmultipart.so
kded_kdeprintd.la               libknotesconduit.la
kded_kdeprintd.so               libknotesconduit.so
kded_kinetd.la                  libkonsolepart.la
kded_kinetd.so                  libkonsolepart.so
kded_kpasswdserver.la           libkorg_birthdays.la
kded_kpasswdserver.so           libkorg_birthdays.so
kded_kssld.la                   libkorg_datenums.la
kded_kssld.so                   libkorg_datenums.so
kded_mountwatcher.la            libkorg_exchange.la
kded_mountwatcher.so            libkorg_exchange.so
kdeprint_aps.la                 libkorg_holidays.la
kdeprint_aps.so                 libkorg_holidays.so
kdeprint_cups.la                libkorg_projectview.la
kdeprint_cups.so                libkorg_projectview.so
kdeprint_ext.la                 libkorg_webexport.la
kdeprint_ext.so                 libkorg_webexport.so
kdeprint_lpdunix.la             libkounavailpart.la
kdeprint_lpdunix.so             libkounavailpart.so
kdeprint_lpr.la                 libkpac.la
kdeprint_lpr.so                 libkpac.so
kdeprint_rlpr.la                libkprkword.la
kdeprint_rlpr.so                libkprkword.so
kdeprint_tool_escputil.la       libkrichtexteditpart.la
kdeprint_tool_escputil.so       libkrichtexteditpart.so
kdict_panelapplet.la            libkshorturifilter.la
kdict_panelapplet.so            libkshorturifilter.so
kdvipart.la                     libkspelltool.la
kdvipart.so                     libkspelltool.so
kfaxpart.la                     libkuriikwsfilter.la
kfaxpart.so                     libkuriikwsfilter.so
kfile_au.la                     libkurisearchfilter.la
kfile_au.so                     libkurisearchfilter.so
kfile_avi.la                    libkviewcanvas.la
kfile_avi.so                    libkviewcanvas.so
kfile_font.la                   libkviewviewer.la
kfile_font.so                   libkviewviewer.so
kfile_koffice.la                liblocaldomainurifilter.la
kfile_koffice.so                liblocaldomainurifilter.so
kfile_m3u.la                    libnullconduit.la
kfile_m3u.so                    libnullconduit.so
kfile_mp3.la                    libolefilter.la
kfile_mp3.so                    libolefilter.so
kfile_ogg.la                    libpoauxiliary.la
kfile_ogg.so                    libpoauxiliary.so
kfile_ooo.la                    libpocompendium.la
kfile_ooo.so                    libpocompendium.so
kfile_po.la                     libpopmailconduit.la
kfile_po.so                     libpopmailconduit.so
kfile_wav.la                    libthesaurustool.la
kfile_wav.so                    libthesaurustool.so
kgzipfilter.la                  libtimeconduit.la
kgzipfilter.so                  libtimeconduit.so
khelpcenter.la                  libtodoconduit.la
khelpcenter.so                  libtodoconduit.so
khtmlimagepart.la               libvcalconduit.la
khtmlimagepart.so               libvcalconduit.so
kickermenu_kdeprint.la          libxsltexport.la
kickermenu_kdeprint.so          libxsltexport.so
kickermenu_konsole.la           libxsltimport.la
kickermenu_konsole.so           libxsltimport.so
kickermenu_prefmenu.la          lockout_panelapplet.la
kickermenu_prefmenu.so          lockout_panelapplet.so
kickermenu_recentdocs.la        minipager_panelapplet.la
kickermenu_recentdocs.so        minipager_panelapplet.so
kimg_eps.la                     naughty_panelapplet.la
kimg_eps.so                     naughty_panelapplet.so
kimg_ico.la                     noatun_dcopiface.la
kimg_ico.so                     noatun_dcopiface.so
kimg_krl.la                     noatun_excellent.la
kimg_krl.so                     noatun_excellent.so
kimg_tiff.la                    noatun_htmlexport.la
kimg_tiff.so                    noatun_htmlexport.so
kimg_xview.la                   noatun_infrared.la
kimg_xview.so                   noatun_infrared.so
kio_about.la                    noatun_kaiman.la
kio_about.so                    noatun_kaiman.so
kio_atlantik.a                  noatun_keyz.la
kio_atlantik.la                 noatun_keyz.so
kio_atlantik.so                 noatun_kjofol.la
kio_audiocd.la                  noatun_kjofol.so
kio_audiocd.so                  noatun.la
kio_cgi.la                      noatun_marquis.la
kio_cgi.so                      noatun_marquis.so
kio_devices.la                  noatun_metatag.la
kio_devices.so                  noatun_metatag.so
kio_file.la                     noatun_monoscope.la
kio_file.so                     noatun_monoscope.so
kio_filter.la                   noatun_net.la
kio_filter.so                   noatun_net.so
kio_finger.la                   noatunsimple.la
kio_finger.so                   noatunsimple.so
kio_fish.la                     noatun.so
kio_fish.so                     noatun_splitplaylist.la
kio_floppy.la                   noatun_splitplaylist.so
kio_floppy.so                   noatun_systray.la
kio_ftp.la                      noatun_systray.so
kio_ftp.so                      noatun_ui.la
kio_help.la                     noatun_ui.so
kio_help.so                     noatun_voiceprint.la
kio_http.la                     noatun_voiceprint.so
kio_http.so                     noatun_winskin.la
kio_imap4.la                    noatun_winskin.so
kio_imap4.so                    picturethumbnail.la
kio_info.la                     picturethumbnail.so
kio_info.so                     plugins
kio_ldap.la                     pothumbnail.la
kio_ldap.so                     pothumbnail.so
kio_mac.la                      run_panelapplet.la
kio_mac.so                      run_panelapplet.so
kio_man.la                      straight_connector.la
kio_man.so                      straight_connector.so
kio_metainfo.la                 sysguard_panelapplet.la
kio_metainfo.so                 sysguard_panelapplet.so
kio_nfs.la                      systemtray_panelapplet.la
kio_nfs.so                      systemtray_panelapplet.so
kio_nntp.la                     taskbar_panelapplet.la
kio_nntp.so                     taskbar_panelapplet.so
kio_pop3.la                     taskbar_panelextension.la
kio_pop3.so                     taskbar_panelextension.so
kio_print.la                    textthumbnail.la
kio_print.so                    textthumbnail.so
kio_sftp.la                     weather_panelapplet.la
kio_sftp.so                     weather_panelapplet.so
kio_smb.la                      ww_panelapplet.la
kio_smb.so                      ww_panelapplet.so
sher@Dell:/usr/lib/kde3$

Would really appreciate your help in solving this mystery.

Thank you so much.

Benjamin
--
Benjamin Sher
delphi123@zebra.net




Reply to: