Skip to content
Snippets Groups Projects
user avatar
Benedikt Meurer authored
	* thunar-vfs/*.{c,h}, thunar/*.c, thunarx/*.c: Avoid duplicating static
	  strings if possible.
	* thunar-vfs/thunar-vfs-scandir.c(thunar_vfs_scandir_collect): Ignore
	  EACCES and EPERM on subdirectories with recursive scanning.
	* thunar-vfs/thunar-vfs-info.h(ThunarVfsInfo): Compress "type", "mode"
	  and "flags" to reduce memory overhead.




(Old svn revision: 18929)
55311a41
History
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+ 2.6.0 or above
 - libexo 0.3.1 or above
 - intltool 0.30 or above
 - libpng12 1.2.0 or above
 - shared-mime-info 0.15 or above
 - desktop-file-utils 0.10 or above

Thunar can optionally use the following packages:

 - cairo 0.5 or above
 - gamin 0.1.0 or above
 - gconf 2.4 or above
 - libjpeg 6 or above
 - libstartup-notification 0.4 or above


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

The file 'INSTALL' contains generic installation instructions. For more
detailed information, visit the Thunar website at http://thunar.xfce.org/.


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

Bugs should be reported to the Xfce bug tracking system
(http://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.