~ubuntu-branches/ubuntu/vivid/plasma-desktop/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/en_US/kcontrol/kded/index.docbook

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2015-02-23 09:46:57 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20150223094657-6yyp5z2pjpla63rh
Tags: 4:5.2.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" ?>
2
 
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
3
 
"dtd/kdedbx45.dtd" [
4
 
<!ENTITY % addindex "IGNORE">
5
 
<!ENTITY % English "INCLUDE" > <!-- change language only here -->
6
 
]>
7
 
 
8
 
<article id="kded" lang="&language;">
9
 
<articleinfo>
10
 
 
11
 
<title>Service Manager</title>
12
 
<authorgroup>
13
 
<author><personname><firstname>Burkhard</firstname><surname>Lück</surname></personname>
14
 
<email>lueck@hube-lueck.de</email>
15
 
</author>
16
 
<!-- TRANS:ROLES_OF_TRANSLATORS -->
17
 
</authorgroup>
18
 
 
19
 
<date>2013-12-05</date>
20
 
<releaseinfo>&kde; 4.12</releaseinfo>
21
 
 
22
 
<keywordset>
23
 
<keyword>KDE</keyword>
24
 
<keyword>Systemsettings</keyword>
25
 
<keyword>Service</keyword>
26
 
</keywordset>
27
 
</articleinfo>
28
 
 
29
 
<para>
30
 
The <guilabel>Service Manager</guilabel> module allows you to have an overview of all 
31
 
plugins of the &kde; Daemon, also referred to as &kde; Services. Generally, 
32
 
there are two types of service:</para>
33
 
 
34
 
<variablelist>
35
 
 
36
 
<varlistentry>
37
 
<term><guilabel>Load-on-Demand Services</guilabel></term>
38
 
<listitem><para>
39
 
This is a list of available &kde; services which will be started on demand. 
40
 
They are only listed for convenience, as you cannot manipulate these 
41
 
services.
42
 
</para></listitem>
43
 
</varlistentry>
44
 
 
45
 
<varlistentry>
46
 
<term><guilabel>Startup Services</guilabel></term>
47
 
<listitem><para>
48
 
This shows all &kde; services that can be loaded on &kde; startup.  
49
 
Services checked in the <guilabel>Use</guilabel> column will be invoked on next startup.</para>
50
 
<para>Be careful with deactivation of 
51
 
unknown services: some services are vital for &kde;; do 
52
 
not deactivate services if you do not know what you are doing.
53
 
</para>
54
 
<para>To change the <guilabel>Status</guilabel> of a service, select it in the list. 
55
 
Then you can use the <guibutton>Start</guibutton> and <guibutton>Stop</guibutton>
56
 
to change the status of a service from <guilabel>Not running</guilabel> to <guilabel>Running</guilabel>
57
 
and vice versa.
58
 
</para>
59
 
</listitem>
60
 
</varlistentry>
61
 
 
62
 
</variablelist>
63
 
 
64
 
</article>