Search found 66 matches

by CSB
Tue Dec 07, 2010 7:35 pm
Forum: Mac OS
Topic: [HOWTO] Install Deluge 1.3.3 with Macports
Replies: 62
Views: 67422

Re: [HOWTO] Install Deluge 1.3.1 with Macports

Is it possible to only install deluge , deluge-common and deluge-gtk for the client side, and deluged , deluge-web and deluge-console for the server side? It looks like there's only one all inclusive package for deluge in macports, so you're going to have to compile and install those binaries... bu...
by CSB
Sun Dec 05, 2010 8:35 pm
Forum: Plugins
Topic: [Request] Prowl plugin? (iPhone)
Replies: 3
Views: 5636

Re: [Request] Prowl plugin? (iPhone)

I had success using the following script with the execute plugin. #!/bin/bash curl -k https://prowl.weks.net/publicapi/add -F apikey=XXXXXXXXXXX -F application="Deluge" -F description="$2 Download Completed" & Using the Growl plugin means that if your computer running Growl n...
by CSB
Sun Dec 05, 2010 8:26 pm
Forum: Mac OS
Topic: [HOWTO] Install Deluge 1.3.3 with Macports
Replies: 62
Views: 67422

Re: [HOWTO] Install Deluge 1.3.1 with Macports

Please, people. Can we keep this thread regarding the install method, not general troubleshooting?
by CSB
Fri Dec 03, 2010 7:32 pm
Forum: Mac OS
Topic: Cannot build math-atlas while installing Deluge
Replies: 1
Views: 3550

Re: Cannot build math-atlas while installing Deluge

try

Code: Select all

sudo port selfupdate
sudo port clean all
And trying again.

Edit: clean all is overkill, but it isn't going to hurt you to clean ports you don't even possess to clean :lol:
by CSB
Fri Dec 03, 2010 7:15 pm
Forum: Mac OS
Topic: Error starting Deluge with Applescript
Replies: 3
Views: 4462

Re: Error starting Deluge with Applescript

The script works for me if I execute it using osascript, however not with the apple script editor, or any other method. Edit: tell application "Terminal" to do script "/bin/bash -c 'deluge-gtk-2.6 &> /dev/null &' ; exit 0 ; exit 0"/code] Does the job on my end. Who the he...
by CSB
Fri Dec 03, 2010 4:24 am
Forum: Mac OS
Topic: [HOWTO] Install Deluge 1.3.3 with Macports
Replies: 62
Views: 67422

Re: [HOWTO] Install Deluge 1.3.1 with Macports

I just replaced my antiquated virtualenvs method installation using the quartz method. Very easy, and painless. The only way this could be easier (besides the X11 version, of course) is if Deluge was bundled as an app. BTW, I put a file containing the following in my Applications folder: #!/bin/bash...