--- a/Documentation/Source/eric6.Globals.__init__.html Sun May 13 14:58:23 2018 +0200 +++ b/Documentation/Source/eric6.Globals.__init__.html Mon May 14 19:40:29 2018 +0200 @@ -37,6 +37,9 @@ <td><a href="#checkBlacklistedVersions">checkBlacklistedVersions</a></td> <td>Module functions to check for blacklisted versions of the prerequisites.</td> </tr><tr> +<td><a href="#desktopName">desktopName</a></td> +<td>Function to determine the name of the desktop environment used (Linux only).</td> +</tr><tr> <td><a href="#findPythonInterpreters">findPythonInterpreters</a></td> <td>Module function for searching a Python interpreter.</td> </tr><tr> @@ -109,6 +112,25 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> +<a NAME="desktopName" ID="desktopName"></a> +<h2>desktopName</h2> +<b>desktopName</b>(<i></i>) +<p> + Function to determine the name of the desktop environment used + (Linux only). +</p><dl> +<dt>Returns:</dt> +<dd> +name of the desktop environment +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /><hr /> <a NAME="findPythonInterpreters" ID="findPythonInterpreters"></a> <h2>findPythonInterpreters</h2> <b>findPythonInterpreters</b>(<i>pyVersion</i>)