Custom Query (2449 matches)
Results (592 - 594 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #552 | Fixed | setup.py wrong path to Gentoo svn folder | ||
| 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 | ||
| 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 | ||
| Description |
There should be a |
|||
Note:
See TracQuery
for help on using queries.
