diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-02 03:42:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-02 03:42:43 (GMT) |
commit | f6791f3d12c7792fa482aae88ccdf5d742b9a530 (patch) | |
tree | 5fffa1e07d507961e5b2e2da65b9826ff178fbd7 /Doc | |
parent | 3944a017130d8ec55493532ae071428768361583 (diff) | |
download | cpython-f6791f3d12c7792fa482aae88ccdf5d742b9a530.zip cpython-f6791f3d12c7792fa482aae88ccdf5d742b9a530.tar.gz cpython-f6791f3d12c7792fa482aae88ccdf5d742b9a530.tar.bz2 |
Minor usage fix.
Add a note that some way of reliably detecting the use of KDE would be
really nice.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libwebbrowser.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/lib/libwebbrowser.tex b/Doc/lib/libwebbrowser.tex index 0f23ac4..b65d5f9 100644 --- a/Doc/lib/libwebbrowser.tex +++ b/Doc/lib/libwebbrowser.tex @@ -11,7 +11,7 @@ allow displaying Web-based documents to users. The controller objects are easy to use and are platform independent. Under \UNIX, graphical browsers are preferred under X11, but text-mode -browser will be used if graphical browsers are not available or an X11 +browsers will be used if graphical browsers are not available or an X11 display isn't available. If text-mode browsers are used, the calling process will block until the user exits the browser. @@ -69,8 +69,10 @@ Notes: \begin{description} \item[(1)] -``Konquerer'' is the file manager for the KDE desktop environment, and -only makes sense to use if KDE is running. +``Konquerer'' is the file manager for the KDE desktop environment for +UNIX, and only makes sense to use if KDE is running. Some way of +reliably detecting KDE would be nice; the \envvar{KDEDIR} variable is +not sufficient. \item[(2)] Only on Windows platforms; requires the common |