Author Topic: [SOLVED] KDE Control Center unexpectedly closes  (Read 344 times)

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5331
  • Location: Lebanon, OR., USA
    • Spreading the word.......
[SOLVED] KDE Control Center unexpectedly closes
« on: August 29, 2012, 04:16:59 PM »
After updating to KDE 4.8.x when running the KDE control Center -> Hardware -> Multimedia -> Phonon the program closes without warning or any notice of failure.  I ran system settings from a console window and this is the results

[dwmoar@localhost ~]$ systemsettings
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
systemsettings(19977) CategoryList::updatePixmap: "Common Appearance and Behavior" "settings-application-appearance-and-behavior.desktop" "kcm:/settings-application-appearance-and-behavior.desktop"
systemsettings(19977) CategoryList::updatePixmap: "Workspace Appearance and Behavior" "settings-workspace-appearance-and-behavior.desktop" "kcm:/settings-workspace-appearance-and-behavior.desktop"
systemsettings(19977) CategoryList::updatePixmap: "Network and Connectivity" "settings-network-and-connectivity.desktop" "kcm:/settings-network-and-connectivity.desktop"
systemsettings(19977) CategoryList::updatePixmap: "Hardware" "settings-hardware.desktop" "kcm:/settings-hardware.desktop"
systemsettings(19977) CategoryList::updatePixmap: "System Administration" "settings-system-administration.desktop" "kcm:/settings-system-administration.desktop"
[dwmoar@localhost ~]$ [0xb54001c] main services discovery error: no suitable services discovery module
systemsettings: symbol lookup error: /usr/lib/kde4/plugins/phonon_backend/phonon_vlc.so: undefined symbol: libvlc_audio_filter_list_get
[dwmoar@localhost ~]$

Can anyone tell me what is going on here???   Thanks for any and all help.
« Last Edit: August 30, 2012, 03:47:53 PM by YouCanToo »




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Online muungwana

  • Hero Member
  • *****
  • Posts: 6235
Re: KDE Control Center unexpectedly closes
« Reply #1 on: August 29, 2012, 04:44:52 PM »
Quote
systemsettings: symbol lookup error: /usr/lib/kde4/plugins/phonon_backend/phonon_vlc.so: undefined symbol: libvlc_audio_filter_list_get

Thats the line that crashes it.

If you are not using vlc backend in phonon, then delete "/usr/lib/kde4/plugins/phonon_backend/phonon_vlc.so" file and you should be good.

vlc phonon may need to be rebuild to reflect symbol changes in vlc
.. 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 YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5331
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: [SOLVED] KDE Control Center unexpectedly closes
« Reply #2 on: August 30, 2012, 03:49:50 PM »
I ended up removing the package phonon-vlc and this solved the issue I was having.




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!