2008年5月29日星期四

ubuntu 下找不到好用的bt軟件嗎 ? 用 utorrent吧!!

首先當然是下載utorrent, 記得要是1.8版

http://www.utorrent.com/download.php




下載回來後用wine打開就可以安裝了, 跟window時一樣

安裝完後 到 ~/.wine/drive_c/Program Files/uTorrent 用wine就可以開utorrent了!!



utorrent 1.8版對wine的支援很好, 並版的黑底問題也解決了 ,


另外 utorrent 1.8對rss feed的支援也很好, 筆者常用它 + ponyfish 自動下載btpig的日劇



筆者建議把GUI 更時的間隔設長一點, 不然下載時CPU都衝到上100,
在UTORRENT 上的選項->選項->進階->gui.update_rate 把它設成4000或更高吧
(1000 即1秒)



飯後甜品

A) 如何把utorrent設為firefox中預設開啟torrent呢?

參考 http://ubuntuforums.org/showthread.php?p=1421017


1. 開啟終端機
2. 輸入
Code:
sudo gedit /usr/bin/utorrent
3. 貼上下
Code:
#!/bin/sh

cd ~/.wine/drive_c/Program\ Files/uTorrent
if [ "$1" != "" ]; then
var="`echo $1 | sed 's/\//\\\/g'`"
var="Z:${var}"
wine utorrent.exe "$var"
else
wine utorrent.exe
fi
4. 儲存並關閉gedit
5. 輸入
Code:
sudo chmod a+x /usr/bin/utorrent


6. 在firefox下設定由utorrent開啟torrent, 位置上打上 /usr/bin/utorrent
(沒有.exe)



7. 設定完成了 下載torrent檔試試吧!


B) 把utorrent的啟動圖示加入面版

首先下載 utorrent的svg
http://en.wikipedia.org/wiki/Image:%CE%9CTorrent_icon.svg

http://gnome-look.org/content/show.php/show.php?content=69856&vote=good&tan=39838899

下載後放在 ~/.icons/ 內

在面版上按右鍵, 選"加入面版.."
再選"自訂程式啟動器"

設定如下..
名稱:utorrent
command: /usr/bin/utorrent
在圖示上按一按就可以更換, 圖示檔在剛剛的 ~/.icons 下



按確定就成功了~


沒有留言:

發佈留言