Announcement

Collapse
No announcement yet.

Ktorrent plugins missing after upgrade

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

    Ktorrent plugins missing after upgrade

    I upgraded to the 8.10 beta yesterday, and since then, ktorrent has not included any of its plugins (such as the IPfilter). In fact, in the the settings dialog for the plugins, changing them does not highlight the "apply" button. Any ideas?


    #2
    Re: Ktorrent plugins missing after upgrade

    Anyone else having this problem? I can't tell if my machine is just configured wrong, or if it is a bug with the program or distribution. Any thoughts would be greatly appreciated.

    Cheers,
    Scar.

    Comment


      #3
      Re: Ktorrent plugins missing after upgrade

      I had this same issue on my 8.04 setup.
      I resolved this by updating my PATH to include

      PATH=$PATH:/usr/lib/kde4/bin

      I managed to get the plugins to show up by using.

      cmake -DCMAKE_INSTALL_PREFIX=$(kde4-config --prefix) .
      make
      sudo make install

      Comment

      Working...
      X