summaryrefslogtreecommitdiff
path: root/README
blob: be4ca73d40b8bd25c85c9be8064eb0824b616715 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
What is it?
===========

Thunar is a modern file manager for the Unix/Linux desktop, aiming to be
easy-to-use and fast.


Required packages
=================

Thunar depends on the following packages:

 - perl 5.6 or above
 - GTK+ 3.20.0 or above
 - GLib 2.30.0 or above
 - exo 0.10.0 or above
 - intltool 0.30 or above

Thunar can optionally use the following packages:

 - D-Bus 0.34 or above (strongly suggested)
 - libstartup-notification 0.4 or above
 - xfce4-panel 4.10.0 or above (for the trash applet)
 - xfconf-query


Installation
============

The file 'INSTALL' contains generic installation instructions. For more
detailed information, visit https://docs.xfce.org/xfce/thunar/start.


Debugging Support
=================

Thunar currently supports four different levels of debugging support, which
can be setup using the configure flag `--enable-debug' (check the output of
`configure --help'):

  `full'	Use this if you want to debug Thunar to locate a bug. The
  		build will most probably be noticably slower. This is also
		recommended for people that want to develop Thunar stuff.

  `yes'		This is the default for SVN snapshot builds. It adds all
  		kinds of checks to the code, and is therefore likely to run
		slower. Use this if you want to develop for Thunar (e.g.
		writing Thunar extensions and such).

  `minimum'	This is the default for release builds, and presents the
  		recommended behaviour.

  `no'		Disables all sanity checks. Don't use this unless you know
  		exactly what you do.


Standards compliance
====================

Thunar supports the following standards/specifications:

  * XDG Base Directory Specification
    https://freedesktop.org/wiki/Specifications/basedir-spec

  * Shared MIME Database Specification
    https://freedesktop.org/wiki/Specifications/shared-mime-info-spec

  * X Direct Save (XDS) Protocol for the X Window System
    https://freedesktop.org/wiki/Specifications/direct-save

  * Icon Theme Specification
    https://freedesktop.org/wiki/Specifications/icon-theme-spec

  * Thumbnail Managing Standard
    https://freedesktop.org/wiki/Specifications/thumbnails

  * File URI Specification
    https://freedesktop.org/wiki/Specifications/file-uri-spec

  * Desktop Trash Can Specification
    https://freedesktop.org/wiki/Specifications/trash-spec


How to report bugs?
===================

Bugs should be reported to the Xfce bug tracking system
(https://bugzilla.xfce.org, product Thunar). You will need to
create an account for yourself.

Please read the HACKING file for information on where to send
changes or bugfixes for this package.