Page 1 of 1

GTK UI has wrong widgets for Download To: and others

Posted: Thu Apr 16, 2015 3:09 pm
by pentolino
Thanks for making the GTK build for Mac Os, it's the only thing I really missed from Deluge since ever.

I am trying the GTK build on Mac Os X Yosemite, latest version 1.3.11.
I am using the GUI as a simple client, the daemon is running on a remote linux machine.
All places where you have to input a path (like Donwload To:, move To:...) are native controls which point to local folders and there seem to be no way to input free text in them; it makes no sense for me to put a local directory there which may not exist where the daemon is running.
Is there a workaround other than using simlinks on the server and/or creating the same directory structure on my clients?

Thanks anyway for your great work!

Re: GTK UI has wrong widgets for Download To: and others

Posted: Wed Apr 22, 2015 9:24 am
by pentolino
Ok got it!
Since I was connecting through a ssh tunnel, my connect address was localhost (127.0.0.1), so deluge thought the connection was local.
Checking out:
http://dev.deluge-torrent.org/wiki/User ... eSSHTunnel

I had to create the second local loopback interface, but it went fine after that.