1DELUGE-GTK(1) General Commands Manual DELUGE-GTK(1)
2
3
4
6 deluge-gtk - a bittorrent client gtk interface
7
8
10 deluge-gtk [options] [torrent-file]
11
12
14 Deluge utilizes a client/server model, with 'deluged' being the daemon
15 process and 'deluge-gtk' being used to launch a GTK+ user-interface.
16
17 By default, Deluge will run in 'Classic' mode where the daemon func‐
18 tionality will be hidden. You can turn this off in the Preferences
19 dialog.
20
21
23 General Options
24 -c path, --config=path
25 Set the config directory location.
26
27
28 UI Options
29 -u ui, --ui=ui
30 The UI that you wish to launch, current options include: gtk,
31 web or console
32
33 -s default_ui, --set-default-ui=default_ui
34 Sets the default UI to be run when no UI is specified
35
36 -a args, --args=args
37 Arguments to pass to a UI, -a '--option args'
38
39
40 Logging Options
41 -l file, --logfile=file
42 Output to designated logfile instead of stdout
43
44 -L loglevel, --loglevel=loglevel
45 Set the log level (default is error): none, info, warning,
46 error, critical, debug
47
48 -q, --quiet
49 Sets the log level to 'none', same as `-L none`
50
51
52 Help Options
53 -v, --version
54 Show program's version number and exit.
55
56 -h, --help
57 Show help message and exit.
58
59
61 deluged(1), deluge-web(1), deluge-console(1)
62
63
65 Deluge Team: http://www.deluge-torrent.org
66
67
68
691.3.15 May 2017 DELUGE-GTK(1)