Search found 5 matches
- Thu Feb 06, 2014 3:05 am
- Forum: Support
- Topic: Cannot click the "Add Torrent" button in Deluge GTK
- Replies: 9
- Views: 4295
Re: Cannot click the "Add Torrent" button in Deluge GTK
Manually changing these settings does not seem to do anything different.
- Wed Feb 05, 2014 12:31 am
- Forum: Support
- Topic: Cannot click the "Add Torrent" button in Deluge GTK
- Replies: 9
- Views: 4295
Re: Cannot click the "Add Torrent" button in Deluge GTK
Torrentfiles_location is set to 'None' .
After deleting core.conf, download_location is still 'None' .
After deleting core.conf, download_location is still 'None' .
- Tue Feb 04, 2014 2:15 am
- Forum: Support
- Topic: Cannot click the "Add Torrent" button in Deluge GTK
- Replies: 9
- Views: 4295
Re: Cannot click the "Add Torrent" button in Deluge GTK
The actual command is # deluge-console config -s download_location /var/nfs/Downloads The output of the following commands: # python -c "import os; print os.environ.get('HOME')" /root # python -c "from os.path import expanduser; print expanduser('~')" /root # python -c "impo...
- Sun Feb 02, 2014 8:56 pm
- Forum: Support
- Topic: Cannot click the "Add Torrent" button in Deluge GTK
- Replies: 9
- Views: 4295
Re: Cannot click the "Add Torrent" button in Deluge GTK
Download_location is set to 'None' . I tried to set it to a path with 'config -s download_location /path/to/location' and I get an error. 'Command' object has no attribute 'config' Traceback (most recent call last): ret = self._commands[cmd].handle(*args, **options.__dict__) return self._set_config(...
- Sun Feb 02, 2014 6:29 am
- Forum: Support
- Topic: Cannot click the "Add Torrent" button in Deluge GTK
- Replies: 9
- Views: 4295
Cannot click the "Add Torrent" button in Deluge GTK
Hello, I have two computers that are both running OpenSUSE 13.1 and Deluge 1.3.5. One is running the deluged daemon as a server, the other is running deluge-gtk. Deluge-gtk successfully connects to the daemon on the server. However, I cannot click the Add Torrent button. It is not grayed out, it is ...