[gnome-user-docs] Updated gsettings-browse.page



commit 0d1715e9b63dd25cb0256b04c5b460c90d68d988
Author: Jana Svarova <jsvarova redhat com>
Date:   Tue Apr 2 18:00:08 2013 +0200

    Updated gsettings-browse.page

 system-admin-guide/C/gsettings-browse.page |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/system-admin-guide/C/gsettings-browse.page b/system-admin-guide/C/gsettings-browse.page
index 71694da..16f151e 100644
--- a/system-admin-guide/C/gsettings-browse.page
+++ b/system-admin-guide/C/gsettings-browse.page
@@ -26,27 +26,31 @@
     <p>Adapted from l-g-o SysAdminGuide page. Add a see-also?</p>
   </comment>
 
-  <p>There are two tools you can use to browse gsettings values, the <app>
-  dconf-editor</app> graphical utility and the <app>gsettings</app> commandline 
-  utility.</p>
+  <p>There are two tools you can use to browse <app>gsettings</app> values, 
+  the <app> dconf-editor</app> graphical utility and the <app>gsettings</app> 
+  commandline utility.</p>
   
   <p>Both <app>dconf-editor</app> and <app>gsettings</app> let you browse and 
   change options for system and application preferences. You can even use 
   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 gsettings database, so you should not run these applications 
-  as root.</p></note>
+  current user's <app>gsettings</app> database, so you should not run these 
+  applications as root.</p></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 dconf 
-  daemon must be activated using D-Bus.</p></note>
+  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]