Announcement

Collapse
No announcement yet.

[SOLVED] kcm_phonon not found

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] kcm_phonon not found

    Hi ! since I have updated to 4.4 on my Kubuntu 9.10 (64 bits) when I go to systemsettings and want to click multimedia, a window pops-up telling me that library kcm_phonon was not found. What am I missing ?


    Thanks

    #2
    Re: kcm_phonon not found

    The kcm_phonon is the sound and video configuration module.

    Do you have the package kdebase-runtime installed ?

    It should be - looking kcm_phonon > kcm_phonon.so.

    Try to reinstall the kdebase-runtime.
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: kcm_phonon not found

      Yes I have all kdebase-runtime-* installed.

      I do I reinstall it ? Because deleting it implies a lot of dependecy.

      Thanks

      Comment


        #4
        Re: kcm_phonon not found

        Hmm - the kcm_phonon parts at here (Lucid):

        :~$ locate kcm_phonon
        /usr/lib/kde4/kcm_phonon.so
        /usr/lib/kde4/kcm_phononxine.so
        /usr/share/kde4/apps/kcm_phonon
        /usr/share/kde4/apps/kcm_phonon/listview-background.png
        /usr/share/kde4/services/kcm_phonon.desktop
        /usr/share/kde4/services/kcm_phononxine.desktop
        The kcm_phonon.desktop is from the kdebase-runtime-data.


        The reinstallation is depending your favorite package manager (> FAQ: Package Managers).


        With the apt-get, command-line:

        1) update the package database:
        Code:
        sudo apt-get update
        2) clean the local repository - if there are broken packages...
        Code:
        sudo apt-get clean
        3) reinstall
        Code:
        sudo apt-get install --reinstall kdebase-runtime
        and kdebase-runtime-data.
        Before you edit, BACKUP !

        Why there are dead links ?
        1. Thread: Please explain how to access old kubuntu forum posts
        2. Thread: Lost Information

        Comment


          #5
          Re: kcm_phonon not found

          Thanks a lot, it works now

          Comment

          Working...
          X