diff options
-rw-r--r-- | idle-inhibit/specification.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/idle-inhibit/specification.xml b/idle-inhibit/specification.xml index 48bff67..3cc9ea3 100644 --- a/idle-inhibit/specification.xml +++ b/idle-inhibit/specification.xml @@ -34,9 +34,9 @@ <para>The Idle Inhibition Service API allows client applications to inhibit a user's login session from becoming idle.</para> - <para>The service is usually implemented by the session manager, or anothe daemon + <para>The service is usually implemented by the session manager, or another daemon running inside the user's session, and communicating with the platform software - to avoid the idle, and the consequences of becoming idle.</para> + to avoid becoming idle, and the consequences of becoming idle.</para> <para>This API was designed by GNOME and KDE developers with the goal of having a common way to inhibit idleness.</para> @@ -77,9 +77,10 @@ <chapter> <title>API notes</title> - <para>The D-Bus service name is intentionally, as KDE implements the idle inhibition - API in a screensaver sub-module. It was necessary for the specificed Idle Inhibition - Service API to be compatible with this existing software.</para> + <para>The D-Bus service name, org.freedesktop.ScreenSaver, intentionally contains + the word screensaver, as KDE implements the idle inhibition API in a screensaver + sub-module. It was necessary for the specificed Idle Inhibition Service API to be + compatible with this existing software.</para> <para>For the same reasons, inhibition of suspend, hibernation, or user-switching (amongst others) is not supported in the API.</para> |