rl-1909: make services.gnome3 links sensible (#68196)

rl-1909: make services.gnome3 links sensible
This commit is contained in:
Jan Tojnar 2019-09-06 12:29:12 +02:00 committed by GitHub
commit 4564295b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -63,10 +63,10 @@
like games. like games.
<itemizedlist> <itemizedlist>
<para>This can be achieved with the following options which the desktop manager default enables, excluding <literal>games</literal>.</para> <para>This can be achieved with the following options which the desktop manager default enables, excluding <literal>games</literal>.</para>
<listitem><para><link linkend="opt-services.gnome3.core-os-services.enable"><literal>services.gnome3.core-os-services.enable</literal></link></para></listitem> <listitem><para><xref linkend="opt-services.gnome3.core-os-services.enable"/></para></listitem>
<listitem><para><link linkend="opt-services.gnome3.core-shell.enable"><literal>services.gnome3.core-shell.enable</literal></link></para></listitem> <listitem><para><xref linkend="opt-services.gnome3.core-shell.enable"/></para></listitem>
<listitem><para><link linkend="opt-services.gnome3.core-utilities.enable"><literal>services.gnome3.core-utilities.enable</literal></link></para></listitem> <listitem><para><xref linkend="opt-services.gnome3.core-utilities.enable"/></para></listitem>
<listitem><para><link linkend="opt-services.gnome3.games.enable"><literal>services.gnome3.games.enable</literal></link></para></listitem> <listitem><para><xref linkend="opt-services.gnome3.games.enable"/></para></listitem>
</itemizedlist> </itemizedlist>
With these options we hope to give users finer grained control over their systems. Prior to this change you'd either have to manually With these options we hope to give users finer grained control over their systems. Prior to this change you'd either have to manually
disable options or use <option>environment.gnome3.excludePackages</option> which only excluded the optional applications. disable options or use <option>environment.gnome3.excludePackages</option> which only excluded the optional applications.