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
Error when open torrent-file from other program
Error when open torrent-file from other program
- Attachments
-
- screenshot_036.jpeg (16.16 KiB) Viewed 2488 times
Re: Error when open torrent-file from other program
The simplest solution is to edit this file: /usr/share/applications/deluge.desktop and remove %U after deluge-gtk
becomes
Code: Select all
Exec=deluge-gtk %U
Code: Select all
Exec=deluge-gtk
Re: Error when open torrent-file from other program
Is there a solution for Windows?
OS: Windows 7 Ultimate x64
Deluge: 1.3.6
OS: Windows 7 Ultimate x64
Deluge: 1.3.6
- Attachments
-
- 2013-07-14_050258.png (13.98 KiB) Viewed 2168 times