Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (592 - 594 of 2449)

Ticket Resolution Summary Owner Reporter
#552 Fixed setup.py wrong path to Gentoo svn folder andar danii
Description

in setup.py the Gentoo SVN folder is:

# Try to get the SVN revision on Gentoo systems
    if revision_string == "":
        stdout = os.popen("svn info /usr/portage/distfiles/svn-src/deluge/deluge-0.6")

where it should be

# Try to get the SVN revision on Gentoo systems
    if revision_string == "":
        stdout = os.popen("svn info /usr/portage/distfiles/svn-src/deluge/trunk")
#1389 Fixed "setup.py install" puts icons and .desktop file into wrong place under Ubuntu 10.10 Zarbis
Description

After making "python setup.py build && sudo python setup.py install" deluge has no icon and entry in applications menu. All icon and .desktop files are placed to /usr/local/lib/python2.6/dist-packages/deluge-1.3.900_dev-py2.6-linux-x86_64.egg/share/ which seems to be wrong.

#352 Fixed set_torrent_options method in core andar Damien Churchill
Description

There should be a set_torrent_options method in the core instead of a separate call for each option as a client could result in having to make over 8 calls to change a torrent's options.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.