Update ChangeLog and README
This commit is contained in:
parent
34b25d77f1
commit
718a12b492
|
@ -18,6 +18,7 @@
|
||||||
* Add a Cache preferences page to adjust cache settings and examine cache status
|
* Add a Cache preferences page to adjust cache settings and examine cache status
|
||||||
* Add ability to rename files prior to adding them
|
* Add ability to rename files prior to adding them
|
||||||
* Fix shutdown handler with GNOME session manager
|
* Fix shutdown handler with GNOME session manager
|
||||||
|
* Allow 4 MiB piece sizes when creating a torrent
|
||||||
|
|
||||||
==== ConsoleUI ====
|
==== ConsoleUI ====
|
||||||
* Changed to use curses for a more interactive client
|
* Changed to use curses for a more interactive client
|
||||||
|
|
8
README
8
README
|
@ -62,17 +62,13 @@ FAQ
|
||||||
How to start the various user-interfaces
|
How to start the various user-interfaces
|
||||||
|
|
||||||
Gtk:
|
Gtk:
|
||||||
deluge --ui gtk
|
deluge-gtk
|
||||||
Console:
|
Console:
|
||||||
deluge-console
|
deluge-console
|
||||||
Web:
|
Web:
|
||||||
deluge-web
|
deluge-web
|
||||||
Go to http://localhost:8112/ default-password = "deluge"
|
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 is deluge still listed in my system tray even after I close it ?
|
Why is deluge 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.
|
You closed the gtk user-interface but you did not close the daemon. Choose "Quit & Shutdown Daemon" to close both Daemon and gtk-ui.
|
||||||
|
@ -85,7 +81,7 @@ How do I start the daemon with logging to console?
|
||||||
|
|
||||||
deluged -d -L <log level>
|
deluged -d -L <log level>
|
||||||
|
|
||||||
I can't connect to the daemon from another machine/
|
I can't connect to the daemon from another machine
|
||||||
|
|
||||||
* Configure the daemon to allow remote connections
|
* Configure the daemon to allow remote connections
|
||||||
* Add a user to the auth file located in the config folder: ~/.config/deluge/auth
|
* Add a user to the auth file located in the config folder: ~/.config/deluge/auth
|
||||||
|
|
Loading…
Reference in New Issue