~3v1n0/unity-settings-daemon/redirect-fdo-screensaver-calls

« back to all changes in this revision

Viewing changes to man/unity-settings-daemon.xml

  • Committer: Robert Ancell
  • Date: 2013-12-04 23:55:26 UTC
  • Revision ID: robert.ancell@canonical.com-20131204235526-4tdhvc67utmsn4j6
Rename most of the components to unity so can be co-installed.
The schemas are not renamed since we will share them with g-s-d at the moment.
The IBus service is not renamed - needs to be resolved.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3
3
        "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
4
 
5
 
<refentry id="gnome-settings-daemon">
 
5
<refentry id="unity-settings-daemon">
6
6
 
7
7
        <refentryinfo>
8
 
                <title>gnome-settings-daemon</title>
9
 
                <productname>GNOME</productname>
 
8
                <title>unity-settings-daemon</title>
 
9
                <productname>Unity</productname>
10
10
 
11
11
                <authorgroup>
12
12
                        <author>
20
20
        </refentryinfo>
21
21
 
22
22
        <refmeta>
23
 
                <refentrytitle>gnome-settings-daemon</refentrytitle>
 
23
                <refentrytitle>unity-settings-daemon</refentrytitle>
24
24
                <manvolnum>1</manvolnum>
25
25
                <refmiscinfo class="manual">User Commands</refmiscinfo>
26
26
        </refmeta>
27
27
 
28
28
        <refnamediv>
29
 
                <refname>gnome-settings-daemon</refname>
30
 
                <refpurpose>GNOME settings daemon</refpurpose>
 
29
                <refname>unity-settings-daemon</refname>
 
30
                <refpurpose>Unity settings daemon</refpurpose>
31
31
        </refnamediv>
32
32
 
33
33
        <refsynopsisdiv>
34
34
                <cmdsynopsis>
35
 
                        <command>gnome-settings-daemon <arg choice="opt" rep="repeat">OPTION</arg></command>
 
35
                        <command>unity-settings-daemon <arg choice="opt" rep="repeat">OPTION</arg></command>
36
36
                </cmdsynopsis>
37
37
        </refsynopsisdiv>
38
38
 
39
39
        <refsect1>
40
40
                <title>Description</title>
41
41
 
42
 
                <para><command>gnome-settings-daemon</command> provides many
 
42
                <para><command>unity-settings-daemon</command> provides many
43
43
                session-wide services and functions that require a
44
44
                long-running process.
45
 
                Among the services implemented by gnome-settings-daemon
 
45
                Among the services implemented by unity-settings-daemon
46
46
                are an XSettings manager, which provides theming, font
47
47
                and other settings to GTK+ applications, and a clipboard
48
48
                manager, which preserves clipboard contents when an
49
49
                application exits.
50
50
                Many user interface elements of
51
 
                <command>gnome-shell</command> and
52
 
                <command>gnome-control-center</command> rely on
53
 
                gnome-settings-daemon for their functionality.
 
51
                <command>unity</command> and
 
52
                <command>unity-control-center</command> rely on
 
53
                unity-settings-daemon for their functionality.
54
54
                </para>
55
55
 
56
 
                <para>The internal architecture of gnome-settings-daemon
 
56
                <para>The internal architecture of unity-settings-daemon
57
57
                consists of a number of plugins, which provide functionality
58
58
                such as printer notifications, software update monitoring,
59
59
                background changing, etc. For debugging purposes, these
67
67
                </userinput>
68
68
                </para>
69
69
 
70
 
                <para>gnome-settings-daemon takes the name
 
70
                <para>unity-settings-daemon takes the name
71
71
                org.gnome.SettingsDaemon on the session bus to ensure
72
72
                that only one instance is running. Some plugins export
73
73
                objects under this name to make their functionality
75
75
                these objects should generally be considered private
76
76
                and unstable.</para>
77
77
 
78
 
                <para>gnome-settings-daemon is a required component of
79
 
                the GNOME desktop, i.e. it is listed in the
 
78
                <para>unity-settings-daemon is a required component of
 
79
                the Unity desktop, i.e. it is listed in the
80
80
                RequiredComponents field of
81
81
                <filename>/usr/share/gnome-session/sessions/gnome.session</filename>.
82
82
                It is started in the initialization phase of the session,
116
116
                <title>Files</title>
117
117
                <variablelist>
118
118
                        <varlistentry>
119
 
                                <term><filename>/usr/share/gnome-session/sessions/gnome.session</filename></term>
 
119
                                <term><filename>/usr/share/gnome-session/sessions/ubuntu.session</filename></term>
120
120
 
121
 
                                <listitem><para>GNOME session definition file where gnome-settings-daemon is listed as a required component.</para></listitem>
 
121
                                <listitem><para>Unity session definition file where unity-settings-daemon is listed as a required component.</para></listitem>
122
122
                        </varlistentry>
123
123
                        <varlistentry>
124
 
                                <term><filename>/etc/xdg/autostart/gnome-settings-daemon.desktop</filename></term>
 
124
                                <term><filename>/etc/xdg/autostart/unity-settings-daemon.desktop</filename></term>
125
125
 
126
 
                                <listitem><para>Autostart file for gnome-settings-daemon, where its autostart phase is set.</para></listitem>
 
126
                                <listitem><para>Autostart file for unity-settings-daemon, where its autostart phase is set.</para></listitem>
127
127
                        </varlistentry>
128
128
                </variablelist>
129
129
        </refsect1>
131
131
        <refsect1>
132
132
                <title>See Also</title>
133
133
                <para>
134
 
                        <citerefentry><refentrytitle>gnome-shell</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
135
 
                        <citerefentry><refentrytitle>gnome-control-center</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
 
134
                        <citerefentry><refentrytitle>unity</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
 
135
                        <citerefentry><refentrytitle>unity-control-center</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
136
136
                        <citerefentry><refentrytitle>gnome-session</refentrytitle><manvolnum>1</manvolnum></citerefentry>
137
137
                </para>
138
138
        </refsect1>