blob: 897cbc683183d0a74cd5e4201597873cf3d50f3e (
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
|
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 general information, check the [thunar documentation](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**
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](http://https://freedesktop.org/wiki/Specifications/basedir-spec)
* [Shared MIME Database Specification](http://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 https://bugzilla.xfce.org, product Thunar. You will need to
create an account for yourself.
Please read [how to report bugs ](https://docs.xfce.org/contribute/start#bug_reporting_and_testing) for information on where to send
changes or bugfixes.
|