Error when open torrent-file from other program

General support for problems installing or using Deluge
Post Reply
Alder

Error when open torrent-file from other program

Post by Alder »

Steps to reproduce:
1. Try to open torrent-file from other program. For example - download it by Firefox and double-click on the file.
2. Deluge associated with torrent-files and try to open downloaded file.
3. You can see message about error.
Translate from Russian: Incorrect file. [Errno 2] No such file or directory: u'.....'
4. If I open this file directly from Deluge (Ctrl+O or Add torrent) - all works fine.

OS: Ubuntu 10.10 x86
Deluge: 1.3.2
Attachments
screenshot_036.jpeg
screenshot_036.jpeg (16.16 KiB) Viewed 2492 times
Cas
Top Bloke
Top Bloke
Posts: 3681
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Error when open torrent-file from other program

Post by Cas »

The simplest solution is to edit this file: /usr/share/applications/deluge.desktop and remove %U after deluge-gtk

Code: Select all

Exec=deluge-gtk %U
becomes

Code: Select all

Exec=deluge-gtk
kpm

Re: Error when open torrent-file from other program

Post by kpm »

Is there a solution for Windows?

OS: Windows 7 Ultimate x64
Deluge: 1.3.6
Attachments
2013-07-14_050258.png
2013-07-14_050258.png (13.98 KiB) Viewed 2172 times
Post Reply