Update model with changed binary file size setting immediately
[thunar.git] / README
1 What is it?
2 ===========
3
4 Thunar is a modern file manager for the Unix/Linux desktop, aiming to be
5 easy-to-use and fast.
6
7
8 Required packages
9 =================
10
11 Thunar depends on the following packages:
12
13  - perl 5.6 or above
14  - GTK+ 2.14.0 or above
15  - GLib 2.18.0 or above
16  - exo 0.5.1 or above
17  - intltool 0.30 or above
18
19 Thunar can optionally use the following packages:
20
21  - D-Bus 0.34 or above (strongly suggested)
22  - libstartup-notification 0.4 or above
23  - xfce4-panel 4.3.90 or above (for the trash applet)
24  - xfconf-query
25
26
27 Installation
28 ============
29
30 The file 'INSTALL' contains generic installation instructions. For more
31 detailed information, visit the Thunar website at http://thunar.xfce.org/.
32
33
34 Debugging Support
35 =================
36
37 Thunar currently supports four different levels of debugging support, which
38 can be setup using the configure flag `--enable-debug' (check the output of
39 `configure --help'):
40
41   `full'        Use this if you want to debug Thunar to locate a bug. The
42                 build will most probably be noticably slower. This is also
43                 recommended for people that want to develop Thunar stuff.
44
45   `yes'         This is the default for SVN snapshot builds. It adds all
46                 kinds of checks to the code, and is therefore likely to run
47                 slower. Use this if you want to develop for Thunar (e.g.
48                 writing Thunar extensions and such).
49
50   `minimum'     This is the default for release builds, and presents the
51                 recommended behaviour.
52
53   `no'          Disables all sanity checks. Don't use this unless you know
54                 exactly what you do.
55
56
57 Standards compliance
58 ====================
59
60 Thunar supports the following standards/specifications:
61
62   * XDG Base Directory Specification
63     http://freedesktop.org/wiki/Standards_2fbasedir_2dspec
64
65   * Shared MIME Database Specification
66     http://freedesktop.org/wiki/Standards_2fshared_2dmime_2dinfo_2dspec
67
68   * X Direct Save (XDS) Protocol for the X Window System
69     http://freedesktop.org/wiki/Standards_2fdirect_2dsave
70
71   * Icon Theme Specification
72     http://freedesktop.org/wiki/Standards_2ficon_2dtheme_2dspec
73
74   * Thumbnail Managing Standard
75     http://jens.triq.net/thumbnail-spec/index.html
76
77   * File URI Specification
78     http://freedesktop.org/wiki/Standards_2ffile_2duri_2dspec
79
80   * Desktop Trash Can Specification
81     http://freedesktop.org/wiki/Standards_2ftrash_2dspec
82
83
84 How to report bugs?
85 ===================
86
87 Bugs should be reported to the Xfce bug tracking system
88 (http://bugzilla.xfce.org, product Thunar). You will need to
89 create an account for yourself.
90
91 Please read the HACKING file for information on where to send
92 changes or bugfixes for this package.