diff options
author | rbuj <[email protected]> | 2018-09-22 23:19:25 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2018-09-23 14:28:59 -0400 |
commit | ef40ed286af1e68403446fcc308ebb0dd1588921 (patch) | |
tree | 2f90ed55a4a9b6582576f12c9ec6a9b2f729c12b | |
parent | 67e21ea1fadac11b2aef67e4744901706295a5c0 (diff) | |
download | mate-user-guide-ef40ed286af1e68403446fcc308ebb0dd1588921.tar.bz2 mate-user-guide-ef40ed286af1e68403446fcc308ebb0dd1588921.tar.xz |
Browser mode is the default in MATE
-rw-r--r-- | mate-user-guide/C/figures/caja_always_use_browser.png | bin | 0 -> 39078 bytes | |||
-rw-r--r-- | mate-user-guide/C/goscaja.xml | 15 | ||||
-rw-r--r-- | mate-user-guide/Makefile.am | 1 |
3 files changed, 15 insertions, 1 deletions
diff --git a/mate-user-guide/C/figures/caja_always_use_browser.png b/mate-user-guide/C/figures/caja_always_use_browser.png Binary files differnew file mode 100644 index 0000000..e94f7d7 --- /dev/null +++ b/mate-user-guide/C/figures/caja_always_use_browser.png diff --git a/mate-user-guide/C/goscaja.xml b/mate-user-guide/C/goscaja.xml index f9c5cc6..9af5a67 100644 --- a/mate-user-guide/C/goscaja.xml +++ b/mate-user-guide/C/goscaja.xml @@ -71,7 +71,20 @@ folder. The desktop contains special icons allowing easy access to the users Hom <sect2 id="caja-presentation"> <title>File Manager Presentation</title> <para><application>Caja</application> provides two modes in which you can interact with your filesystem: spatial and browser mode. You may decide which method you prefer and set <application>Caja</application> to always use this by selecting (or deselecting) <guilabel>Always open in browser windows</guilabel> in the <guilabel>Behavior</guilabel> tab of the <xref linkend="caja-preferences"/>.</para> - <para>Spatial mode is the default in MATE, but your distributor, vendor, or system administrator may have configured <application>Caja</application> to use browser mode by default.</para> + <para>Browser mode is the default in MATE, but your distributor, vendor, or system administrator may have configured <application>Caja</application> to use spatial mode by default.</para> + <figure id="goscaja-FIG-naut-always-use-browser"> + <title>Dconf-Editor showing the value of always-use-browser key for gsettings org.mate.caja.preferences schema.</title> + <screenshot> + <mediaobject> + <imageobject> + <imagedata fileref="figures/caja_always_use_browser.png" format="PNG"/> + </imageobject> + <textobject> + <phrase>Dconf-Editor showing the value of always-use-browser key for gsettings org.mate.caja.preferences schema.</phrase> + </textobject> + </mediaobject> + </screenshot> + </figure> <para>The following explains the difference between the two modes:</para> <variablelist> <varlistentry><!-- BROWSER --> diff --git a/mate-user-guide/Makefile.am b/mate-user-guide/Makefile.am index 0205869..e4dea87 100644 --- a/mate-user-guide/Makefile.am +++ b/mate-user-guide/Makefile.am @@ -17,6 +17,7 @@ HELP_FILES = index.docbook \ HELP_MEDIA = \ figures/ask_pointer.png \ figures/busy_pointer.png \ + figures/caja_always_use_browser.png \ figures/caja_browser_mode.png \ figures/caja_button_bar.png \ figures/caja_computer_launcher.png \ |