You are here

KTorrent

KTorrent in Kubuntu Precise: Magnet URIs, Right-click not working

After my upgrade to Kubuntu 12.04/Precise Pangolin, I found that while KTorrent worked, it was buggy as right-clicking on torrents did nothing. I blamed this on a configurational mishap during the upgrade and lived with it as I could do perform most operations using the main menu or the toolbar buttons. However, with most sites moving away from .torrent files and toward magnet links, I found that KTorrent wasn't playing nice with the magnet URIs.

Compiling and installing KTorrent 3.3RC1 on Kubuntu Karmic

Compiling KTorrent 3.3 RC1 on Kubuntu 9.10 Karmic with KDE 4.3:

Update 1: This works with 3.3 final as well.
Update 2: This works with 4.0 beta1 as well.

  1. Install cmake and related tools:
    sudo apt-get install cmake automoc build-essential gettext
  2. Install other required libraries:
    sudo apt-get install kdelibs5-dev kdebase-workspace-dev kdepimlibs5-dev python-kde4 libboost-dev libtag1-dev libqca2-dev libgmp3-dev

Upgrading KTorrent to 3.2 RC1 on Kubuntu Intrepid with KDE 4.2

Upgrading KTorrent from 3.1.2 to 3.2 RC1 on Kubuntu 8.10 Intrepid with KDE 4.2:

  1. Install cmake and related tools:
    sudo apt-get install cmake automoc build-essential gettext
  2. Install other required libraries:
    sudo apt-get install kdelibs5-dev libqca2-dev libgmp3-dev kdebase-workspace-dev kdepimlibs5-dev libkrosspython0 libkrossruby0
  3. Remove the existing ktorrent installation as a precaution: sudo apt-get remove ktorrent. This should not affect your configuration files.
Subscribe to RSS - KTorrent