[gnome-user-docs/wip/system-admin-guide] Updated according to Matthias's comments



commit af20e27abefd2b40872db2f2746e073e219c5593
Author: Jana Svarova <jsvarova redhat com>
Date:   Mon Apr 8 11:40:10 2013 +0200

    Updated according to Matthias's comments

 system-admin-guide/C/gsettings-browse.page |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/system-admin-guide/C/gsettings-browse.page b/system-admin-guide/C/gsettings-browse.page
index 4919966..8b8edf9 100644
--- a/system-admin-guide/C/gsettings-browse.page
+++ b/system-admin-guide/C/gsettings-browse.page
@@ -35,22 +35,23 @@
   them to change preferences that do not exist in the graphical user interface.
   </p>
   
-  <p><app>Dconf-editor</app> may be better to use if you are not familiar with 
+  <p><app>dconf-editor</app> may be better to use if you are not familiar with 
   the options available an application. However, as a commandline application, 
   <app>gsettings</app> is more powerful than <app>dconf-editor</app>. <app>
-  Gsettings</app> permits bash completion, and you can write scripts that 
+  gsettings</app> permits bash completion, and you can write scripts that 
   include <app>gsettings</app> commands.</p>
   
   <note style="warning"><p>Note that these tools always operate using the 
   current user's <app>gsettings</app> database, so you should not run these 
-  applications as root.</p></note>
+  applications as root.</p>
+  <p>You can get the required session bus by running gsettings under 
+  <sys>dbus-launch</sys> utility, like this:</p>
+<code>dbus-launch gsettings set org.gnome.desktop.background draw-background true</code>
+  </note>
   
   <note><p>Both <app>dconf-editor</app> and <app>gsettings</app> require a 
   D-Bus session bus in order to make any changes. This is because the 
   <sys>dconf</sys> daemon must be activated using D-Bus.</p></note>
 
-  <p>You can get the required session bus by running gsettings under 
-  <sys>dbus-launch</sys> utility, like this:</p>
-<code>dbus-launch gsettings set org.gnome.desktop.background draw-background true</code>
-  
+ 
 </page>


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