View previous topic :: View next topic |
Author |
Message |
k00ma n00b
Joined: 22 Jul 2004 Posts: 65 Location: Finland
|
Posted: Thu Jul 29, 2004 10:37 am Post subject: Ohjelmien kytkeminen |
|
|
Minulla on xfce4 ikkunointijärjestelmä ja siellä kun lataan mozilla firefoxilla .torrent tiedoston, aukeaa bittorrent ohjelma aivan oikein, mutta haluaisin määritellä tuolle bittorrent ohjelmalle parametrejä, mihin ne määritellään? |
|
Back to top |
|
|
Useful Idiot Guru
Joined: 30 Aug 2002 Posts: 329 Location: Finland
|
Posted: Thu Jul 29, 2004 12:41 pm Post subject: |
|
|
/etc/mailcap tiedostosta pitäisi löytyä seuraava rivi: Code: | application/x-bittorrent; /usr/bin/btdownloadgui.py '%s'; test=test -n "$DISPLAY" |
Sitä muuttamalla pitäisi pystyä lisäämään ohjelmalle parametrejä.
Esim. Code: | application/x-bittorrent; /usr/bin/btdownloadgui.py --max_upload_rate 30 '%s'; test=test -n "$DISPLAY" |
_________________ [size=9]We are all in the gutter, but some of us are looking at the stars. |
|
Back to top |
|
|
azmotus n00b
Joined: 05 Nov 2003 Posts: 22 Location: Finland
|
Posted: Thu Jul 29, 2004 7:54 pm Post subject: |
|
|
Parempi varmaan jättää /etc/mailcap rauhaan ja muuttaa asetuksia ~/.BitTorrent -tiedostoon. Ainakin net-p2p/bittornado lukee asetukset tuosta tiedostosta, ehkä myös se perus-client. |
|
Back to top |
|
|
|