How do I start the WebUI and Gtk UI simultaneously in 0.9?

General support for problems installing or using Deluge
Post Reply
pete_h
Member
Member
Posts: 39
Joined: Thu Dec 20, 2007 7:25 am

How do I start the WebUI and Gtk UI simultaneously in 0.9?

Post by pete_h »

Currently, if I want to run the Gtk UI but also have the Web UI available then I run the two commands sequentially, and the Web UI attaches to the existing daemon process (I assume). Is there a command-line switch that I can use to start deluge with both UIs?

Thanks,

Pete
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: How do I start the WebUI and Gtk UI simultaneously in 0.9?

Post by andar »

Code: Select all

deluge -u gtk && deluge -u web
pete_h
Member
Member
Posts: 39
Joined: Thu Dec 20, 2007 7:25 am

Re: How do I start the WebUI and Gtk UI simultaneously in 0.9?

Post by pete_h »

andar wrote:

Code: Select all

deluge -u gtk && deluge -u web
I'll take that as a "no" then.
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: How do I start the WebUI and Gtk UI simultaneously in 0.9?

Post by mvoncken »

deluge -u gtk & deluge -u web

Or just start 2 terminals.
dev: webui, core, labels | irc:vonck7 |
Post Reply