Custom Query (2447 matches)
Results (448 - 450 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#891 | Fixed | Deluge unable to delete torrents with delete key | ||
Description |
From https://bugs.edge.launchpad.net/ubuntu/+source/deluge/+bug/362225 "In previous versions of Ubuntu/Deluge, pressing the delete key on the keyboard caused selected torrents to be deleted. During recent updates this functionality has stopped working. Pressing the delete key now does nothing. One must manually click on "Remove Torrent" in order for them to be removed. This is in reference to the GTK Interface of Deluge. Description: Ubuntu 9.04 Release: 9.04 deluge:
ProblemType: Bug Architecture: i386 DistroRelease: Ubuntu 9.04 Package: deluge 1.1.6+dfsg-2ubuntu1 PackageArchitecture: all ProcEnviron:
SourcePackage: deluge Uname: Linux 2.6.28-11-generic i686" |
|||
#893 | Fixed | metafile.py: misplaced ) | ||
Description |
If metafile.py at arounde line 135 a exception gets raised if the filename can't be correctly encoded. The code reads as raise Exception('foo') % (bar1, bar2) wheres it should read raise Exception('foo' % (bar1, bar2)) The attached patch fixes this. |
|||
#894 | Fixed | Fails to create torrents including files with german umlauts | ||
Description |
Deluge silently fails to create a torrent including files with german umlauts in their name. Furthermore the size of those files is displayed as 17179869184 GiB (my test file was about 3 KiB) The progress bar stays forever and nothing happens. Run from the console deluge produces the following output: Traceback (most recent call last): File "threading.py", line 486, in __bootstrap_inner File "threading.py", line 446, in run File "deluge\ui\gtkui\createtorrentdialog.py", line 333, in create_torrent File "deluge\metafile.py", line 96, in make_meta_file File "deluge\metafile.py", line 200, in makeinfo File "C:\Program Files\Python25\lib\ntpath.py", line 228, in getsize return os.stat(filename).st_size WindowsError: [Error 2] The system cannot find the file specified: 'C:\\Document s and Settings\\Sebastian\\Desktop\\f\xc3\xb6\xc3\xb6.txt' It works fine on my Linux box. |