Version 10 (modified by mvoncken, 15 years ago) (diff) |
---|
Deluge 0.6 FAQ
FAQ
- How to start the various user-interfaces
- I started "deluge" but i don't see the gtk-ui
- Why deluge is still listed in my system tray even after i close it ?
- How do i start the daemon ?
- How do i start the daemon with logging to console ?
- I upgraded from 0.5 and plugin x is missing
How to start the various user-interfaces
Gtk:
deluge --ui gtk
Console:
deluge --ui null
Web:
deluge --ui web go to http://localhost:8112/ default-password = "deluge"
I started "deluge" but i don't see the gtk-ui
The deluge command remembers the last interface it started. Be explicit and type one of the full "deluge -u <interface>" commands listed above.
Why deluge is still listed in my system tray even after i close it ?
You closed the gtk user-interface but you did not close the daemon. Choose "Quit & Shutdown Daemon" to close both Daemon and gtk-ui.
How do i start the daemon ?
deluged
The ui's can start deluged but that deluged will be killed when the ui that started deluged is killed.
If you want to attach and reattach a ui you must start deluged first.
How do i start the daemon with logging to console ?
deluged -d
I upgraded from 0.5 and plugin x is missing
0.6 is a rewrite, all old 0.5 plugins have to be rewritten.