Phương pháp (I): Sử dụng Firefox menu Tùy chọn : (ưu tiên)
A. Từ menu toàn cầu của Firefox, chọn E dit -> prefere n ces (hoặc nhấn Alt+ Etiếp theo N) để mở Firefox Preferences .
(Ảnh chụp trong Ubuntu 12.04)
B. Chọn menu Ứng dụng và tìm kiếm tệp hạt BitTorrent hoặc ứng dụng / x-bittorrent hoặc torrent . Thay đổi Luôn hỏi hoặc Sử dụng gedit (mặc định) thành truyền-gtk bằng cách chọn Sử dụng khác ... và nhấp vào Hệ thống tệp trong thanh bên, sau đó duyệt đến /usr/bin
.
C. Trong /usr/bin
tìm kiếm để truyền-gtk và nhấp đúp để mở.
D. Đó là nó! Bây giờ các tệp .torrent sẽ được mở với truyền.
Bước 1:
Mở tệp mimeTypes.rdf bằng trình soạn thảo văn bản bạn chọn:
gedit ~/.mozilla/firefox/ythemo16.default/mimeTypes.rdf &
(Lưu bản sao lưu của tệp này.) Tìm kiếm vùng chứa:
<RDF:Seq RDF:about="urn:mimetypes:root">
...
...
</RDF:Seq>
và chèn cái này:
<RDF:li RDF:resource="urn:mimetype:application/x-bittorrent"/>
Vì vậy, bây giờ container trông giống như thế này:
<RDF:Seq RDF:about="urn:mimetypes:root">
...
...
<RDF:li RDF:resource="urn:mimetype:application/x-bittorrent"/>
</RDF:Seq>
(ảnh chụp bước 1)
Bước 2:
Bây giờ, trong container:
<RDF:RDF ... ...>
...
...
...
...
</RDF:RDF>
chèn những thứ này:
<RDF:Description RDF:about="urn:mimetype:handler:application/x-bittorrent"
NC:alwaysAsk="false"
NC:saveToDisk="false">
<NC:possibleApplication RDF:resource="urn:handler:local:/usr/bin/transmission-gtk"/>
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/x-bittorrent"/>
</RDF:Description>
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/x-bittorrent"
NC:prettyName="transmission-gtk"
NC:path="/usr/bin/transmission-gtk" />
<RDF:Description RDF:about="urn:handler:local:/usr/bin/transmission-gtk"
NC:prettyName="transmission-gtk"
NC:path="/usr/bin/transmission-gtk" />
<RDF:Description RDF:about="urn:mimetype:application/x-bittorrent"
NC:fileExtensions="torrent"
NC:description="BitTorrent seed file"
NC:value="application/x-bittorrent"
NC:editable="true">
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-bittorrent"/>
</RDF:Description>
để container sẽ trông giống như thế này:
<RDF:RDF ... ...>
...
...
...
...
<RDF:Description RDF:about="urn:mimetype:handler:application/x-bittorrent"
NC:alwaysAsk="false"
NC:saveToDisk="false">
<NC:possibleApplication RDF:resource="urn:handler:local:/usr/bin/transmission-gtk"/>
<NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/x-bittorrent"/>
</RDF:Description>
<RDF:Description RDF:about="urn:mimetype:externalApplication:application/x-bittorrent"
NC:prettyName="transmission-gtk"
NC:path="/usr/bin/transmission-gtk" />
<RDF:Description RDF:about="urn:handler:local:/usr/bin/transmission-gtk"
NC:prettyName="transmission-gtk"
NC:path="/usr/bin/transmission-gtk" />
<RDF:Description RDF:about="urn:mimetype:application/x-bittorrent"
NC:fileExtensions="torrent"
NC:description="BitTorrent seed file"
NC:value="application/x-bittorrent"
NC:editable="true">
<NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-bittorrent"/>
</RDF:Description>
</RDF:RDF>
(ảnh chụp nhanh bước 2)
Bước 3:
Lưu và đóng tập tin. Sau đó khởi động lại firefox.