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.8 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: - D-BUS 0.34 or above (strongly suggested) - HAL 0.5.0 or above (esp. the libhal-storage devel package) - gamin 0.1.0 or above - gconf 2.4 or above - libexif 0.6 or above - libjpeg 6 or above - libstartup-notification 0.4 or above - pcre 6.0 or above - xfce4-panel 4.3.90 or above (for the trash applet) Installation ============ The file 'INSTALL' contains generic installation instructions. For more detailed information, visit the Thunar website at http://thunar.xfce.org/. 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 http://freedesktop.org/wiki/Standards_2fbasedir_2dspec * Shared MIME Database Specification http://freedesktop.org/wiki/Standards_2fshared_2dmime_2dinfo_2dspec * X Direct Save (XDS) Protocol for the X Window System http://freedesktop.org/wiki/Standards_2fdirect_2dsave * Icon Theme Specification http://freedesktop.org/wiki/Standards_2ficon_2dtheme_2dspec * Thumbnail Managing Standard http://jens.triq.net/thumbnail-spec/index.html * File URI Specification http://freedesktop.org/wiki/Standards_2ffile_2duri_2dspec * Desktop Trash Can Specification http://freedesktop.org/wiki/Standards_2ftrash_2dspec 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.
Forked from
Xfce / thunar
10648 commits behind the upstream repository.
Benedikt Meurer
authored
* README, acinclude.m4, configure.in.in, thunar-vfs/, thunar/, plugins/thunar-apr/thunar-apr-provider.c, plugins/thunar-uca/thunar-uca-model.c: Import the trash framework, based on the XDG trash specification, but currently limited to the home trash. * thunar/thunar-file.{c,h}, thunar/thunar-standard-view.c (thunar_standard_view_merge_custom_actions): Remove obsolete thunar_file_get_actions(). Bug #1241. * thunar/thunar-file.c, thunar/thunar-util.{c,h}: Use localized human readable format for file dates. Bug #2057. * thunar/thunar-private.h, thunar/thunar-tree-model.c, thunar/thunar-thumbnail-generator.c, thunar/thunar-shortcuts-model.c, thunar/thunar-renamer-pair.c, thunar/thunar-renamer-model.c, thunar/thunar-clipboard-manager.c: Use the slice allocator to reduce the memory overhead. * thunar/thunar-gtk-extensions.{c,h}, thunar/thunar-chooser-button.c, thunar/thunar-permissions-chooser.c, thunar/thunar-chooser-dialog.c, thunar/thunar-preferences-dialog.c, thunar/thunar-renamer-dialog.c, thunar/thunar-size-label.c: Use a single shared GtkTooltips instance for the whole application. * thunar/thunar-path-entry.c: Update the path entry icon and text whenever the current file changes. * README, acinclude.m4, configure.in.in, plugins/thunar-tpa/: Add a trash panel applet, that communicates with Thunar via D-BUS to display the current state of the trash can and move files to the trash by dropping them to the panel applet. * thunar/thunar-preferences.c(thunar_preferences_class_init), docs/README.thunarrc: Disable case-sensitive sorting of the files by default. Bug #2064. * docs/reference/thunar-vfs/: Update the API documentation. * po/POTFILES.in: Add new files here. * po/Thunar.pot, po/*.po: Merge new strings. * po/de.po: Update german translations. (Old svn revision: 22534)