[gnome-user-docs/wip/system-admin-guide: 18/19] group identification fixed



commit 41ece5abf641fb167e6b476f0c2d431c2b444acf
Author: Jana Svarova <jsvarova redhat com>
Date:   Tue Jul 9 15:10:35 2013 +0200

    group identification fixed

 system-admin-guide/C/cups.page          |    2 +-
 system-admin-guide/C/desktop-files.page |    2 +-
 system-admin-guide/C/gsettings.page     |    2 +-
 system-admin-guide/C/gstreamer.page     |    2 +-
 system-admin-guide/C/icons.page         |   19 +++++++++++++++----
 system-admin-guide/C/mime-types.page    |    5 ++++-
 system-admin-guide/C/pulseaudio.page    |    9 +++++----
 system-admin-guide/C/upower.page        |    6 +++---
 8 files changed, 31 insertions(+), 16 deletions(-)
---
diff --git a/system-admin-guide/C/cups.page b/system-admin-guide/C/cups.page
index 4caf7b4..68b01eb 100644
--- a/system-admin-guide/C/cups.page
+++ b/system-admin-guide/C/cups.page
@@ -5,7 +5,7 @@
 <info>
  
   <revision version="0.1" date="2013-07-01" status="draft"/>
-  <link type="guide" xref="index" group="net" />
+  <link type="guide" xref="index" group="technologies" />
 
 
     <credit type="author copyright">
diff --git a/system-admin-guide/C/desktop-files.page b/system-admin-guide/C/desktop-files.page
index 1ef6390..ff613ff 100644
--- a/system-admin-guide/C/desktop-files.page
+++ b/system-admin-guide/C/desktop-files.page
@@ -3,7 +3,7 @@
       id="desktop-files">
 
   <info>
-    <link type="guide" xref="hardware-auth"/>
+    <link type="guide" xref="index" group="applications" />
 
     
     <desc>This page introduces the concept of desktop files.</desc>
diff --git a/system-admin-guide/C/gsettings.page b/system-admin-guide/C/gsettings.page
index ae0a472..4fbc46b 100644
--- a/system-admin-guide/C/gsettings.page
+++ b/system-admin-guide/C/gsettings.page
@@ -5,7 +5,7 @@
 <info>
  
   <revision version="0.1" date="2013-06-27" status="draft"/>
-  <link type="guide" xref="index" group="tools" />
+  <link type="guide" xref="index" group="technologies" />
   <link type="seealso" xref="gsettings-browse" />
   
     <credit type="author copyright">
diff --git a/system-admin-guide/C/gstreamer.page b/system-admin-guide/C/gstreamer.page
index 275c790..e7aefe9 100644
--- a/system-admin-guide/C/gstreamer.page
+++ b/system-admin-guide/C/gstreamer.page
@@ -5,7 +5,7 @@
 <info>
  
   <revision version="0.1" date="2013-07-02" status="draft"/>
-  <link type="guide" xref="index" group="tools" />
+  <link type="guide" xref="index" group="technologies" />
 
 
     <credit type="author copyright">
diff --git a/system-admin-guide/C/icons.page b/system-admin-guide/C/icons.page
index d45765d..f148a0b 100644
--- a/system-admin-guide/C/icons.page
+++ b/system-admin-guide/C/icons.page
@@ -3,7 +3,7 @@
       id="icons">
 
   <info>
-    <link type="guide" xref="hardware-auth"/>
+    <link type="guide" xref="index" group="applications" />
     <link type="seealso" xref="change-desktop-icon"/>
     <link type="seealso" xref="desktop-files"/>
 
@@ -22,8 +22,19 @@
 
 <title>Icons</title>
 
-<p> For system-wide themes, the icons are stored in either
-<file>/usr/share/icons</file> file.</p>
-<!-- NEEDS TO BE CHECKED-->
+  <p>Every application has an icon stored in </p>
+   /usr/share/pixmaps
+   /usr/share/icons/hicolor/scalable/apps/
+   /usr/share/icons/hicolor/48x48/apps/
+  The icons are typically stored as .png or 
+  
+  Best to read the freedesktop specification which tells you where application icons and icons themes should 
reside.
+  So when you install an app, where is the official location where the icons are stored for the app? 
+  
+<note>
+  <p>Do not confuse application icons with icons for system-wide
+  themes (or <em>icon themes</em>), which are stored in the
+  <file>/usr/share/icons</file> file.</p>
+</note>
 
 </page>
diff --git a/system-admin-guide/C/mime-types.page b/system-admin-guide/C/mime-types.page
index d34246d..26c214c 100644
--- a/system-admin-guide/C/mime-types.page
+++ b/system-admin-guide/C/mime-types.page
@@ -3,7 +3,7 @@
       id="mime-types">
 
   <info>
-    <link type="guide" xref="hardware-auth"/>
+   <link type="guide" xref="index" group="applications" />
 
     <desc>This page introduces the concept of mime types.</desc>
 
@@ -29,5 +29,8 @@
 
   <p>Different MIME types are located in the <file>/usr/share/mime/</file> directory</p>
   <!-- NEEDS TO BE CHECKED-->
+  
+  (such as mimetype icons). 
+  
 
   </page>
diff --git a/system-admin-guide/C/pulseaudio.page b/system-admin-guide/C/pulseaudio.page
index 2909011..9ccdf20 100644
--- a/system-admin-guide/C/pulseaudio.page
+++ b/system-admin-guide/C/pulseaudio.page
@@ -5,7 +5,7 @@
 <info>
  
   <revision version="0.1" date="2013-07-04" status="draft"/>
-  <link type="guide" xref="index" group="net" />
+  <link type="guide" xref="index" group="technologies" />
 
 
     <credit type="author copyright">
@@ -29,14 +29,15 @@
   <p>Being a proxy server to sound applications, <sys>PulseAudio</sys> uses
   existing kernel sound components, such as <sys>ALSA</sys> (<sys>Advanced Linux
   Sound Architecture</sys>) or <sys>OSS</sys> (<sys>Open Sound System </sys>).
-  The server works as follows. <sys>PulseAudio</sys> provides a virtual device
+  <sys>PulseAudio</sys> provides a virtual device
   which communicates with the configured <sys>ALSA</sys> and applications output
   sound to <sys>PulseAudio</sys>, which then uses <sys>ALSA</sys> itself to
   access the real sound card.</p>
   
   <p>Moreover, <sys>PulseAudio</sys> provides its own interface to
   applications that are able to support <sys>PulseAudio</sys> directly,
-  as well as a legacy interface for <sys>ESD</sys> (Enlightened Sound Daemon)
-  applications, making it suitable as a drop-in replacement for <sys>ESD</sys>.</p>
+  as well as a legacy interface for <sys>ESD</sys>
+  (<sys>Enlightened Sound Daemon</sys>) applications, making it suitable as a
+  drop-in replacement for <sys>ESD</sys>.</p>
 
 </page>
diff --git a/system-admin-guide/C/upower.page b/system-admin-guide/C/upower.page
index 0bd2bd7..6005c5e 100644
--- a/system-admin-guide/C/upower.page
+++ b/system-admin-guide/C/upower.page
@@ -5,7 +5,7 @@
 <info>
  
   <revision version="0.1" date="2013-07-02" status="draft"/>
-  <link type="guide" xref="index" group="tools" />
+  <link type="guide" xref="index" group="technologies" />
   <link type="seealso" xref="policy-kit" /> 
 
 
@@ -21,8 +21,8 @@
 
 <title>UPower</title>
 
-  <p>The <sys>UPower</sys> utility provides an interface to enumerating power
-  devices, listening to device events and querying history and statistics.
+  <p><sys>UPower</sys> provides an interface to enumerating power
+  devices, listening to device events, and querying history and statistics.
   Any application or service on the system can access org.freedesktop.UPower
   policy service via the system message bus. Some operations
   (such as suspending the system) are restricted to using the <sys>PolicyKit</sys>


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