Author Topic: [Solved] SystemSettings problem in Kde4  (Read 1216 times)

Offline g2sws

  • Full Member
  • ***
  • Posts: 64
[Solved] SystemSettings problem in Kde4
« on: March 14, 2010, 05:35:32 AM »
I am hoping some can help. When I launch systemsettings and go to advanced user settings and choose Desktop search the system settings window dies. I launched it in konsole and this is what I get before it dies.

[greg@localhost ~]$ systemsettings
systemsettings(28479) CategoryList::updatePixmap: "Look & Feel" "settings-look-and-feel.desktop" "kcm:/settings-look-and-feel.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Advanced User Settings" "settings-advanced-user-settings.desktop" "kcm:/settings-advanced-user-settings.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Personal" "settings-personal.desktop" "kcm:/settings-personal.desktop"
systemsettings(28479) CategoryList::updatePixmap: "System" "settings-system.desktop" "kcm:/settings-system.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Network & Connectivity" "settings-network-and-connectivity.desktop" "kcm:/settings-network-and-connectivity.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Computer Administration" "settings-computer-administration.desktop" "kcm:/settings-computer-administration.desktop"
systemsettings(28479) CategoryList::updatePixmap: "PCLinuxOS Software Management" "settings-pclos-system-software.desktop" "kcm:/settings-pclos-system-software.desktop"
systemsettings(28479) CategoryList::updatePixmap: "PCLinuxOS Network Management" "settings-pclos-network-config.desktop" "kcm:/settings-pclos-network-config.desktop"
systemsettings(28479) CategoryList::updatePixmap: "PCLinuxOS Network Sharing" "settings-pclos-network-share.desktop" "kcm:/settings-pclos-network-share.desktop"
systemsettings(28479) CategoryList::updatePixmap: "PCLinuxOS System Settings" "settings-pclos-system-settings.desktop" "kcm:/settings-pclos-system-settings.desktop"
systemsettings(28479) CategoryList::updatePixmap: "PCLinuxOS Hardware Settings" "settings-pclos-hardware-setup.desktop" "kcm:/settings-pclos-hardware-setup.desktop"
[greg@localhost ~]$ systemsettings(28479) CategoryList::slotModuleLinkClicked: "Link name: kcm:/settings-advanced-user-settings.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Audio CDs" "audiocd.desktop" "kcm:/audiocd.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Autostart" "autostart.desktop" "kcm:/autostart.desktop"
systemsettings(28479) CategoryList::updatePixmap: "CDDB Retrieval" "libkcddb.desktop" "kcm:/libkcddb.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Desktop Search" "kcm_nepomuk.desktop" "kcm:/kcm_nepomuk.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Desktop Theme Details" "desktopthemedetails.desktop" "kcm:/desktopthemedetails.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Device Actions" "solid-actions.desktop" "kcm:/solid-actions.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Digital Camera" "kamera.desktop" "kcm:/kamera.desktop"
systemsettings(28479) CategoryList::updatePixmap: "File Associations" "filetypes.desktop" "kcm:/filetypes.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Hardware" "kcm_solid.desktop" "kcm:/kcm_solid.desktop"
systemsettings(28479) CategoryList::updatePixmap: "KDE Resources" "kresources.desktop" "kcm:/kresources.desktop"
systemsettings(28479) CategoryList::updatePixmap: "KDE Wallet" "kwalletconfig.desktop" "kcm:/kwalletconfig.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Open Collaboration Services provider management" "kcm_attica.desktop" "kcm:/kcm_attica.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Power Management" "powerdevilconfig.desktop" "kcm:/powerdevilconfig.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Removable Devices" "device_automounter_kcm.desktop" "kcm:/device_automounter_kcm.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Service Manager" "kcmkded.desktop" "kcm:/kcmkded.desktop"
systemsettings(28479) CategoryList::updatePixmap: "Session Manager" "kcmsmserver.desktop" "kcm:/kcmsmserver.desktop"
systemsettings(28479) CategoryList::slotModuleLinkClicked: "Link name: kcm:/kcm_nepomuk.desktop"
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Using Virtuoso Version: "6.1.0.3126-pthreads"
systemsettings: symbol lookup error: /usr/lib/soprano/libsoprano_sesame2backend.so: undefined symbol: JNI_CreateJavaVM

any help would sure be appreciated and maybe I will learn something.
« Last Edit: March 15, 2010, 10:25:56 AM by g2sws »

Offline pinoc

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2840
    • other projects...
Re: SystemSettings problem in Kde4
« Reply #1 on: March 14, 2010, 06:46:19 AM »
is that on a 2009 install? Does not crash but works perfectly fine in 2010b1. Make sure to have kdebase4-runtime-nepomuk installed, if not then install it, logout and login, systemsettings -> advanced -> Desktop search: enable Nepomuk & Strigi, press Apply and all works fine.
-p.

Offline g2sws

  • Full Member
  • ***
  • Posts: 64
Re: SystemSettings problem in Kde4
« Reply #2 on: March 14, 2010, 03:19:41 PM »
It is on a 2010b1

Offline g2sws

  • Full Member
  • ***
  • Posts: 64
Re: SystemSettings problem in Kde4
« Reply #3 on: March 14, 2010, 06:14:12 PM »
I guess everyone is gone for the weekend?

Online muungwana

  • Hero Member
  • *****
  • Posts: 6232
Re: SystemSettings problem in Kde4
« Reply #4 on: March 14, 2010, 06:36:30 PM »

can you open the terminal and type this(copy and paste it):

ldd /usr/lib/soprano/libsoprano_sesame2backend.so

there seem to be a broken dependency and this thread should be in broken package section

not that may people if such people exists use this kde4 nepomuk and strigi stuff here
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline g2sws

  • Full Member
  • ***
  • Posts: 64
Re: SystemSettings problem in Kde4
« Reply #5 on: March 14, 2010, 06:47:10 PM »
Thanks for the reply muungwana. I am at work right now and I am away from my personal computer. As soon as I get home in the morning I will try it. I am going to do a search on google and try and learn tonight what the line you give me is doing. I sure don't want to come off lazy. I am just trying to learn. I ready have no objective about using nepomuk and strigi, I just stumbled across this problem and can't get it off my mind. I don't want to soud like a broken record on how new I am to linux. I am just learning even how to learn if that makes any sense. Again, thanks so much and I will post back when I run the line you give me.

Online muungwana

  • Hero Member
  • *****
  • Posts: 6232
Re: SystemSettings problem in Kde4
« Reply #6 on: March 14, 2010, 07:02:06 PM »
"libsoprano_sesame2backend.so" is what is called "shared object". These files usually ends up with ".so" and they are usually loaded at runtime and on demand.

the "ldd" command goes through these files looking for other shared objects they  depends on.

when this file was loaded, it also pulled its dependency into memory and it expected somebody to provide "JNI_CreateJavaVM" symbol and nobody did and that is why it complained.

i suspect a missing java shared library is missing here
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline g2sws

  • Full Member
  • ***
  • Posts: 64
Re: SystemSettings problem in Kde4
« Reply #7 on: March 15, 2010, 05:29:02 AM »
Here is what I got in return muungwana.

[greg@localhost ~]$ ldd /usr/lib/soprano/libsoprano_sesame2backend.so
        linux-gate.so.1 =>  (0xffffe000)
        libsoprano.so.4 => /usr/lib/libsoprano.so.4 (0xb7696000)
        libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0xb7415000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7327000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb72ec000)
        libc.so.6 => /lib/i686/libc.so.6 (0xb718a000)
        libpthread.so.0 => /lib/i686/libpthread.so.0 (0xb7170000)
        libm.so.6 => /lib/i686/libm.so.6 (0xb7148000)
        libz.so.1 => /usr/lib/libz.so.1 (0xb7134000)
        libdl.so.2 => /lib/libdl.so.2 (0xb712f000)
        libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb7129000)
        librt.so.1 => /lib/i686/librt.so.1 (0xb711f000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb703a000)
        /lib/ld-linux.so.2 (0xb77be000)

Offline g2sws

  • Full Member
  • ***
  • Posts: 64
Re: SystemSettings problem in Kde4
« Reply #8 on: March 15, 2010, 10:20:17 AM »
I ended up just re-installing beta and it now works.

Online muungwana

  • Hero Member
  • *****
  • Posts: 6232
Re: [Solved] SystemSettings problem in Kde4
« Reply #9 on: March 15, 2010, 11:15:15 AM »

thats strange, the problem was caused by a bad install then? anyway, it doesnt matter now, does it? :D

there are newer packages in the repository you can update to. happy beta testing
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..