diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-28 14:59:15 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-28 14:59:15 -0600 |
commit | 0e6d94a4de3eefd0b684d995065307aee18abbe7 (patch) | |
tree | 1fb66ba8a1cca13d7c21a6b4993ce4aff21ed0ca | |
parent | 7d5b19522f7dd8e79efe1991a2d1ed0fe74875da (diff) | |
download | tdebase-0e6d94a4de3eefd0b684d995065307aee18abbe7.tar.gz tdebase-0e6d94a4de3eefd0b684d995065307aee18abbe7.zip |
Add new kcontrol paths help handbook.
-rw-r--r-- | doc/kcontrol/paths/CMakeLists.txt | 9 | ||||
-rw-r--r-- | doc/kcontrol/paths/Makefile.am | 2 | ||||
-rw-r--r-- | doc/kcontrol/paths/index.docbook | 131 | ||||
-rw-r--r-- | doc/kcontrol/paths/paths.png | bin | 0 -> 52717 bytes | |||
-rw-r--r-- | kcontrol/konq/desktoppath.desktop | 3 |
5 files changed, 143 insertions, 2 deletions
diff --git a/doc/kcontrol/paths/CMakeLists.txt b/doc/kcontrol/paths/CMakeLists.txt new file mode 100644 index 000000000..f7f5e8607 --- /dev/null +++ b/doc/kcontrol/paths/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kcontrol/paths ) diff --git a/doc/kcontrol/paths/Makefile.am b/doc/kcontrol/paths/Makefile.am new file mode 100644 index 000000000..545bc2d1d --- /dev/null +++ b/doc/kcontrol/paths/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = kcontrol/paths diff --git a/doc/kcontrol/paths/index.docbook b/doc/kcontrol/paths/index.docbook new file mode 100644 index 000000000..7b663b062 --- /dev/null +++ b/doc/kcontrol/paths/index.docbook @@ -0,0 +1,131 @@ +<?xml version="1.0" ?> +<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [ + <!ENTITY % addindex "IGNORE"> + <!ENTITY % English "INCLUDE" > <!-- change language only here --> +]> + +<article lang="&language;"> +<title>Paths</title> + +<articleinfo> + +<authorgroup> +<author> +<firstname>Michael</firstname> +<surname>Anderson</surname> +</author> +<author> +<firstname>Anne-Marie</firstname> +<surname>Mahfouf</surname> +</author> +<author>&tde-authors;</author> +<!-- TRANS:ROLES_OF_TRANSLATORS --> +</authorgroup> + +<copyright> +<year>2009</year> +<holder>Michael Anderson</holder> +<holder>Anne-Marie Mahfouf</holder> +</copyright> +<copyright> +<year>&tde-copyright-date;</year> +<holder>&tde-team;</holder> +</copyright> + +<releaseinfo>&tde-release-version;</releaseinfo> +<date>Reviewed: &tde-release-date;</date> + +<keywordset> +<keyword>TDE</keyword> +<keyword>KControl</keyword> +<keyword>System Settings</keyword> +<keyword>paths</keyword> +</keywordset> +</articleinfo> + +<sect1 id="paths"> +<title>Paths</title> + +<para>Use this module to configure essential paths for the &tde; desktop. These paths help &tde; +find specific types of files.</para> + +<para> +<screenshot> +<screeninfo>Configure some &tde; paths</screeninfo> + <mediaobject> + <imageobject> + <imagedata fileref="paths.png" format="PNG"/> + </imageobject> + <textobject> + <phrase>Configure some &tde; paths</phrase> + </textobject> + </mediaobject> +</screenshot> +</para> + +<variablelist> + +<varlistentry> +<term><guilabel>Desktop path:</guilabel></term> +<listitem><para>The Desktop folder contains all the files that you see on your desktop. The default +path usually is <filename class="directory">~/Desktop</filename> but you can change here the location +of this folder. +</para></listitem> +</varlistentry> + +<varlistentry> +<term><guilabel>Autostart path:</guilabel></term> +<listitem><para> +The Autostart folder contains applications or links to applications or scripts you want to start whenever +&tde; starts. You can change the location of this folder. There might exist other autostart directories +in your $HOME user directory, which &tde; supports, but this path affects &tde; apps only. +</para></listitem> +</varlistentry> + +<varlistentry> +<term><guilabel>Documents path:</guilabel></term> +<listitem><para>This folder will be used by default to load or save documents from or to.</para></listitem> +</varlistentry> + +<varlistentry> +<term><guilabel>Download path:</guilabel></term> +<listitem><para>This folder will be used by default to save your downloaded items.</para></listitem> +</varlistentry> + +<varlistentry> +<term><guilabel>Music path:</guilabel></term> +<listitem><para>This folder will be used by default to load or save music from or to.</para></listitem> +</varlistentry> + +<varlistentry> +<term><guilabel>Pictures path:</guilabel></term> +<listitem><para>This folder will be used by default to load or save pictures from or to.</para></listitem> +</varlistentry> + +<varlistentry> +<term><guilabel>Public Share path:</guilabel></term> +<listitem><para>This folder will be used by default to load or save public shared files from or to. +Typically this is a directory that you have provided access permissions to other users to + view.</para></listitem> +</varlistentry> + +<varlistentry> +<term><guilabel>Templates path:</guilabel></term> +<listitem><para>This folder will be used by default to load or save templates from or to. Template +files are used when creating new files and you want the new files to be just like the content and +format used in the template. Mostly this location is used by office suite applications.</para></listitem> +</varlistentry> + +<varlistentry> +<term><guilabel>Videos path:</guilabel></term> +<listitem><para>This folder will be used by default to load or save videos from or to.</para></listitem> +</varlistentry> + +</variablelist> + +<!--<para>When you change a path and select <guibutton>Apply</guibutton> a dialog appears where you can choose +to move the content to the new folder or use the new folder without moving the files.</para>--> + +</sect1> + +</article> diff --git a/doc/kcontrol/paths/paths.png b/doc/kcontrol/paths/paths.png Binary files differnew file mode 100644 index 000000000..a9103687f --- /dev/null +++ b/doc/kcontrol/paths/paths.png diff --git a/kcontrol/konq/desktoppath.desktop b/kcontrol/konq/desktoppath.desktop index f316f8841..5110eac8e 100644 --- a/kcontrol/konq/desktoppath.desktop +++ b/kcontrol/konq/desktoppath.desktop @@ -1,10 +1,9 @@ [Desktop Entry] Type=Application -DocPath=kcontrol/desktop/index.html#desktop-desktop-path +DocPath=kcontrol/paths/index.html Icon=kfm Exec=tdecmshell desktoppath - X-TDE-Library=konq X-TDE-FactoryName=dpath X-TDE-ParentApp=kcontrol |