Newbie - What command to launch .torrent by double-click

General support for problems installing or using Deluge
Post Reply
kklingerman
New User
New User
Posts: 3
Joined: Fri Aug 17, 2007 11:10 pm

Newbie - What command to launch .torrent by double-click

Post by kklingerman »

Hi,

I'm a newbie to Linux. I'm trying to instruct Ubuntu on how to launch a new torrent either by double-click or directly from Firefox. In the properties of an existing .torrent file, I am trying to input a command that will open the .torrent in Deluge-Torrent and add it. Any ideas? Thanks a bunch.

Kevin
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Newbie - What command to launch .torrent by double-click

Post by markybob »

kklingerman wrote:Hi,

I'm a newbie to Linux. I'm trying to instruct Ubuntu on how to launch a new torrent either by double-click or directly from Firefox. In the properties of an existing .torrent file, I am trying to input a command that will open the .torrent in Deluge-Torrent and add it. Any ideas? Thanks a bunch.

Kevin
right-click on a torrent file, click on properties, click on the "open with" tab, click on "add", click on "use custom command", insert /usr/bin/deluge and click add.
kklingerman
New User
New User
Posts: 3
Joined: Fri Aug 17, 2007 11:10 pm

Re: Newbie - What command to launch .torrent by double-click

Post by kklingerman »

markybob wrote:
kklingerman wrote:Hi,

I'm a newbie to Linux. I'm trying to instruct Ubuntu on how to launch a new torrent either by double-click or directly from Firefox. In the properties of an existing .torrent file, I am trying to input a command that will open the .torrent in Deluge-Torrent and add it. Any ideas? Thanks a bunch.

Kevin
right-click on a torrent file, click on properties, click on the "open with" tab, click on "add", click on "use custom command", insert /usr/bin/deluge and click add.
I tired this as directed and it says: Could not find application. The launcher for Deluge says "Deluge-Torrent". Any ideas? Tanks.
nemilar

Re: Newbie - What command to launch .torrent by double-click

Post by nemilar »

You might try this:

Open a terminal (command prompt), and type the command:

Code: Select all

which deluge
This command will output the location of the deluge program on your system, which is usually /usr/bin/deluge, but might also be /usr/local/bin/deluge, for example. Use the output of this command as the custom command for both a double-click, and for firefox.

Hope this helps!
-- Nemmy

kklingerman wrote:
markybob wrote:
kklingerman wrote:Hi,

I'm a newbie to Linux. I'm trying to instruct Ubuntu on how to launch a new torrent either by double-click or directly from Firefox. In the properties of an existing .torrent file, I am trying to input a command that will open the .torrent in Deluge-Torrent and add it. Any ideas? Thanks a bunch.

Kevin
right-click on a torrent file, click on properties, click on the "open with" tab, click on "add", click on "use custom command", insert /usr/bin/deluge and click add.
I tired this as directed and it says: Could not find application. The launcher for Deluge says "Deluge-Torrent". Any ideas? Tanks.
Post Reply