From 83b9bf0e3bfb1d842b10b80bbe749095b2c661a1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 22 Feb 2010 18:58:28 +0000 Subject: Added old KDE3 version of Krusader git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/krusader@1094427 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/en/configuration-files.docbook | 165 +++++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 doc/en/configuration-files.docbook (limited to 'doc/en/configuration-files.docbook') diff --git a/doc/en/configuration-files.docbook b/doc/en/configuration-files.docbook new file mode 100644 index 0000000..9b94149 --- /dev/null +++ b/doc/en/configuration-files.docbook @@ -0,0 +1,165 @@ + + + Configuration files + + Configuration files + + This appendix gives an overview of the configuration files + used by &krusader;. + + krusaderui.rc + + This file stores the users toolbar settings and the menu + structure. Tip: read also the + krusaderui.rc + &FAQ;. + Location: + $KDEDIR/share/apps/krusader/krusaderui.rc or + + ~/.kde/share/apps/krusader/krusaderui.rc + + krusaderrc + + This file stores the &krusader; + configuration. + Location: + ~/.kde/share/config/krusaderrc + The following settings are ⪚ stored: + + + Actions Toolbar + + + Archives + + + Colors + + + Dependencies + + + DiskUsage + + + DiskUsageViewer + + + General + + + HTML Settings + + + KFileDialog + + + KFileDialog Speedbar + + + KrDetailedViewLeft + + + KrDetailedViewRight + + + KrViewerWindow + + + KrViewerWindow Toolbar extraToolBar + + + Look&Feel + + + Notification Messages + + + Panel Profiles + + + Private + + + Protocols + + + Search + + + Startup + + + Synchronize + + + Locate + + + SynchronizerProfile - 1 + + + + krbookmarks.xml + + This file stores the &krusader; bookmarks and + uses the &xbel-url; standard. + Location: + + ~/.kde/share/apps/krusader/krbookmarks.xml + + useractions.xml + + This file stores the &useractions-lnk; + configuration. The file structure is documented in + doxygen-headers of UserActionXML. + Location: + + ~/.kde/share/apps/krusader/useractions.xml + + useraction-examples.xml + + This is the default User-Actions provided by us. The + file-structure is documented in doxygen-headers of + UserActionXML. + Location: + + $KDEDIR/share/apps/krusader/useraction-examples.xml + + foo.keymap + + Is an ini file that holds a + Key-binding profile. + Until &krusader;-1.70.0 this was a binary file. + &krusader; is backwards compatible for importing this + legacy binary format. + Location: + + $KDEDIR/share/apps/krusader/foo.keymap + + foo.color + + This is a binary file that holds the + Color Scheme. + Location: + $KDEDIR/share/apps/krusader/foo.color + -- cgit v1.2.1