Changes between Version 3 and Version 4 of Troubleshooting


Ignore:
Timestamp:
11/05/2015 11:51:53 AM (8 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Troubleshooting

    v3 v4  
    7171= Deluge Version = 
    7272 
    73 GTKUI: `Help | About`  
     73 GTKUI:: 
     74  Open `About` dialog from the application Help menu. 
    7475 
    75 From the terminal use `--version` e.g. `deluged --version` 
     76 From the terminal:: 
     77  `deluge --version`, `deluged --version`, etc. 
    7678 
    7779== libtorrent version == 
    7880 
    79 See [wiki:Troubleshooting#DelugeVersion] or alternatively from terminal:  
     81The libtorrent version is in the output of [wiki:Troubleshooting#DelugeVersion Deluge Version]. 
    8082 
    81 {{{ 
    82 python -c "from deluge._libtorrent import lt; print lt.version" 
    83 }}} 
     83 From the terminal:: 
     84  `python -c "from deluge._libtorrent import lt; print lt.version"` 
    8485 
    8586== Python Version ==