[gnome-user-docs/wip/system-admin-guide: 19/38] New pages created, validation check



commit ec9a6058e6e7b35d7e71dbdb83210e79e95e7988
Author: Jana Svarova <jsvarova redhat com>
Date:   Fri Jul 19 14:21:31 2013 +0200

    New pages created, validation check
    
    icons.page, mime-types.page, desktop-files.page, change-desktop-icon.page
    have been newly created. user-list.page.stub is gone atm for 3.8
    (though there's a patch to bring it back by way of accountsservice,
    that's why I updated it and left it stubbed.
    
    Conflicts:
        system-admin-guide/C/user-list.page.stub

 system-admin-guide/C/change-desktop-icon.page |   33 +++++++++++++++++
 system-admin-guide/C/desktop-files.page       |   47 +++++++++++++++++++++++++
 system-admin-guide/C/disable-user-list.page   |   36 +++++++++++++++++++
 system-admin-guide/C/icons.page               |   29 +++++++++++++++
 system-admin-guide/C/mime-types.page          |   32 +++++++++++++++++
 system-admin-guide/C/user-list.page.stub      |   35 +++++++++++++------
 6 files changed, 201 insertions(+), 11 deletions(-)
---
diff --git a/system-admin-guide/C/change-desktop-icon.page b/system-admin-guide/C/change-desktop-icon.page
new file mode 100644
index 0000000..9ee4e45
--- /dev/null
+++ b/system-admin-guide/C/change-desktop-icon.page
@@ -0,0 +1,33 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="change-desktop-icon">
+
+  <info>
+    <link type="guide" xref="hardware-auth"/>
+    <link type="seealso" xref="icons"/>
+
+    <desc>How do I change an icon in the desktop?</desc>
+
+    <revision pkgversion="3.8" date="2013-06-12" status="draft"/>
+
+    <credit type="author copyright">
+      <name>Jana Svarova</name>
+      <email>jana svarova gmail com</email>
+      <years>2013</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+  </info>
+
+<title>Change the icon theme in the desktop</title>
+
+<!-- Jasper> jsvarova_, gnome-tweak-tool has a setting for that-->
+  <p></p>
+<steps>
+  <item><p></p></item>
+  <item><p></p></item>
+  <item><p></p></item>
+</steps>
+
+ <p>For more information, see also <link xref="icons">Icons</link>.</p>
+</page>
diff --git a/system-admin-guide/C/desktop-files.page b/system-admin-guide/C/desktop-files.page
new file mode 100644
index 0000000..4670e87
--- /dev/null
+++ b/system-admin-guide/C/desktop-files.page
@@ -0,0 +1,47 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="desktop-files">
+
+  <info>
+    <link type="guide" xref="hardware-auth"/>
+
+    <desc>This page introduces the concept of desktop files.</desc>
+
+    <revision pkgversion="3.8" date="2013-06-11" status="draft"/>
+
+    <credit type="author copyright">
+      <name>Jana Svarova</name>
+      <email>jana svarova gmail com</email>
+      <years>2013</years>
+    </credit>
+    
+    <credit type="author copyright">
+      <name>Jana Svarova</name>
+      <email>jana svarova gmail com</email>
+      <years>2013</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+  </info>
+
+<title>Desktop files</title>
+
+  <p>A desktop file is a text file with the .desktop extension which contains a
+  list of the configurations for an application. In othrer words, it is a configuration file
+  describing how a particular program is to be launched. The structure of a
+  desktop file takes the form of key/value pairs.</p>
+
+<p>Here is an example of a desktop file content:</p>
+<code>
+[Desktop Entry]
+Type=Application
+Name=Files
+Exec=nautilus -n
+OnlyShowIn=GNOME;Unity;
+AutostartCondition=GSettings org.gnome.desktop.background show-desktop-icons
+</code>
+
+  <!--p>The desktop files are located in the <file>/usr/share/applications/</file>
+  directory.</p-->
+
+</page>
diff --git a/system-admin-guide/C/disable-user-list.page b/system-admin-guide/C/disable-user-list.page
new file mode 100644
index 0000000..36e3028
--- /dev/null
+++ b/system-admin-guide/C/disable-user-list.page
@@ -0,0 +1,36 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="disable-user-list">
+
+  <info>
+    <link type="guide" xref="user-settings"/>
+
+    <desc>How to disable user list?.</desc>
+
+    <revision pkgversion="3.8" date="2013-06-11" status="draft"/>
+
+    <credit type="author copyright">
+      <name>Jana Svarova</name>
+      <email>jana svarova gmail com</email>
+      <years>2013</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+  </info>
+
+  <title>Avoid showing user list</title>
+
+  <p>The login screen normally shows a list of available users to log in as
+  because the default setting for the <em>disable-user-list</em> key is the
+  <var>false</var> option. This setting can be disabled by manually modifying the
+  systemwide configuration.</p>
+
+<!--steps>
+  <title>Edit the gconf file:</title>
+  <item><p>Open the <file>/etc/gconf/gconf.xml.defaults/%gconf-tree.xml</file> file.</p></item>
+  <item><p>Change the boolean for disable_user_list from <var>false</var> to
+  <var>true</var>.</p></item>
+  <item><p>Save the changes.</p></item>
+</steps-->
+
+</page>
diff --git a/system-admin-guide/C/icons.page b/system-admin-guide/C/icons.page
new file mode 100644
index 0000000..54f89c2
--- /dev/null
+++ b/system-admin-guide/C/icons.page
@@ -0,0 +1,29 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="icons">
+
+  <info>
+    <link type="guide" xref="hardware-auth"/>
+    <link type="seealso" xref="change-desktop-icon"/>
+
+    <desc>This page introduces the concept of icons.</desc>
+
+    <revision pkgversion="3.8" date="2013-06-11" status="draft"/>
+
+    <credit type="author copyright">
+      <name>Jana Svarova</name>
+      <email>jana svarova gmail com</email>
+      <years>2013</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+  </info>
+
+<title>Icons</title>
+<p> For system-wide themes the icons are stored in either
+<file>/usr/share/icons</file> or <file>/usr/local/share/icons</file> files.</p>
+  <!--p>Icons are located in the <file>/usr/share/mime/icons/</file> directory</p-->
+
+
+
+</page>
diff --git a/system-admin-guide/C/mime-types.page b/system-admin-guide/C/mime-types.page
new file mode 100644
index 0000000..9fd3826
--- /dev/null
+++ b/system-admin-guide/C/mime-types.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      type="topic" style="task"
+      id="mime-types">
+
+  <info>
+    <link type="guide" xref="hardware-auth"/>
+
+    <desc>This page introduces the concept of mime types.</desc>
+
+    <revision pkgversion="3.8" date="2013-06-11" status="draft"/>
+
+    <credit type="author copyright">
+      <name>Jana Svarova</name>
+      <email>jana svarova gmail com</email>
+      <years>2013</years>
+    </credit>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+  </info>
+
+<title>MIME types</title>
+
+  <p>Multipurpose Internet Mail Extensions (MIME) are extra features for email
+  which allow you to exploit advanced functions. Thanks to MIME, it is possible,
+  for example, to send non-text attachments (images, sounds, computer programs etc.).</p>
+
+  <p>There is a number of MIME media types, such as application, audio, image,
+  message, model, multipart, text, and video.</p>
+
+  <!--p>Different MIME types are located in the <file>/usr/share/mime/</file> directory</p-->
+
+  </page>
diff --git a/system-admin-guide/C/user-list.page.stub b/system-admin-guide/C/user-list.page.stub
index 4b152ef..95edfb9 100644
--- a/system-admin-guide/C/user-list.page.stub
+++ b/system-admin-guide/C/user-list.page.stub
@@ -12,30 +12,43 @@
       <email its:translate="no">mdhillca gmail com</email>
       <years>2012</years>
     </credit>
+    
+    <credit type="editor">
+      <name>Jana Svarova</name>
+      <email>jana svarova gmail com</email>
+      <years>2013</years>
+    </credit>
 
-    <desc>Edit the GDM dconf profile</desc>
+    <desc>Edit the GDM dconf profile.</desc>
    </info>
 
-  <title>Configuring the user list</title>
+  <title>Configure the login screen user list</title>
 
   <comment>
     <cite date="2012-05-21" href="mailto:mdhillca gmail com">Michael Hill</cite>
-    <p>This assumes the reader knows how to.... By the end of this page,
-    the reader will be able to....</p>
+    <p>This assumes the reader knows how to edit the GDM profile. By the end of
+    this page, the reader will be able to configure the user list.</p>
+  </comment>
+  <comment>
+    <cite date="2013-06-11" href="mailto:jana svarova gmail com">Jana Svarova</cite>
+    <p>This feature is gone atm. It won't be a GNOME feature, but an accountsservice feature.</p>
   </comment>
 
-  <p>Login screen user list can be configured through editing <file>/etc/gdm3/custom.conf</file></p>
+  <p>Login screen user list can be configured by editing
+  the <file>/etc/gdm/custom.conf</file> file. Below is a procedure showing
+  how to configure a user list manually:</p>
 
-1- Manually writing a users list:
-Under [greeter] section, add a comma seprated value of the username using the 'Include' parametar as the 
following:
+  <steps>
+    <item><p>Open the <file>/etc/gdm/custom.conf</file> file.</p></item>
+    <item><p>Under the [greeter] section, add a comma separated value of the
+    username using the 'Include' parameter as the following:</p>
 <code>
 [greeter]
 Include=user1,user2,user3
 </code>
-  <steps>
-    <item><p></p></item>
-    <item><p>Second step...</p></item>
-    <item><p>Third step...</p></item>
+    </item>
+    <item><p>Save the changes.</p></item>
   </steps>
 
+
 </page>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]