summaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2006-01-11 17:23:46 +0000
committerBenedikt Meurer <benny@xfce.org>2006-01-11 17:23:46 +0000
commit85ea8dc1471cd3f394f954bc7f1c56597127073e (patch)
tree9e477fcc1912fb9c77ba02dc6bd1e03c1c5f9f97 /FAQ
parent181a012299f99eac93993fae622c4849d61ef771 (diff)
downloadthunar-85ea8dc1471cd3f394f954bc7f1c56597127073e.tar.gz
2006-01-11 Benedikt Meurer <benny@xfce.org>
* thunar/thunar-preferences.c, FAQ: Store preferences in an .ini file, $XDG_CONFIG_HOME/Thunar/thunarrc, similar to what Terminal does, so users can easily adjust hidden settings, and don't have to dive into the details of managing a tdb database file. * thunar/thunar-icon-view.c, thunar/thunar-path-entry.c, thunar/thunar-preferences-dialog.c, thunar/thunar-preferences.c, thunar/thunar-standard-view.c: Rename "default-folders-first" to "misc-folders-first" and "default-text-beside-icons" to "misc-text-beside-icons", as those preferences aren't defaults. * thunar/thunar-standard-view.c(thunar_standard_view_scroll_event), thunar/thunar-preferences.c: Add a new hidden preference, MiscHorizontalWheelNavigates, which controls whether the horizontal mouse wheel should be used to navigate back and forth within a Thunar view. This fixes bug #1319. * docs/Makefile.am, docs/README.thunarrc: Add brief overview of the various Thunar configuration settings. (Old svn revision: 19393)
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ10
1 files changed, 5 insertions, 5 deletions
diff --git a/FAQ b/FAQ
index 27dace2a..93c79aba 100644
--- a/FAQ
+++ b/FAQ
@@ -40,13 +40,13 @@ appropriate answers to these questions.
4. Where does Thunar store its preferences?
===========================================
- Thunar stores the user configurable preferences in a tdb database file, which
- is located at
+ Thunar stores the user configurable preferences (and hidden settings) in
+ an .ini file, which is located at
- $XDG_CONFIG_HOME/Thunar/preferences.tdb
+ $XDG_CONFIG_HOME/Thunar/thunarrc
- and can be examined using the tdbtool, which is part of the Thunar
- distribution (located in the tdb/ subdirectory).
+ and can be examined using a text editor. See docs/README.thunarrc for an
+ overview of the various preferences.
5. How to use mouse gestures in Thunar?