• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-May-2022-23,12822,405

examples/H03-May-2022-2,1711,664

icons/H03-May-2022-4,0783,599

m4/H17-Sep-2021-9,5068,584

plugins/H03-May-2022-22,95816,545

po/H17-Sep-2021-254,997204,775

thunar/H03-May-2022-100,21964,450

thunarx/H03-May-2022-6,9883,896

AUTHORSH A D16-Sep-2021600 1412

COPYINGH A D16-Sep-202117.6 KiB341281

COPYING.LIBH A D16-Sep-202122.7 KiB

ChangeLogH A D17-Sep-20211.9 MiB63,47939,564

FAQH A D16-Sep-20214 KiB10469

HACKINGH A D16-Sep-20212.4 KiB6448

INSTALLH A D16-Sep-202116.2 KiB390303

Makefile.amH A D16-Sep-20213.5 KiB11980

Makefile.inH A D03-May-202239.7 KiB1,2191,080

NEWSH A D17-Sep-202186.2 KiB1,7321,645

README.mdH A D16-Sep-20211.7 KiB5532

THANKSH A D16-Sep-20214.9 KiB245161

acinclude.m4H A D17-Sep-20213.9 KiB11296

aclocal.m4H A D17-Sep-202173.6 KiB2,1131,891

compileH A D17-Sep-20217.2 KiB349259

config.guessH A D17-Sep-202143.2 KiB1,4811,288

config.h.inH A D17-Sep-20215.9 KiB240166

config.subH A D17-Sep-202135.3 KiB1,8021,661

configureH A D17-Sep-2021661.9 KiB22,34118,602

configure.acH A D17-Sep-202110.2 KiB296264

depcompH A D17-Sep-202123 KiB792502

gtk-doc.makeH A D17-Sep-202110.5 KiB322275

install-shH A D17-Sep-202115 KiB519337

intltool-extract.inH A D17-Sep-20210

intltool-merge.inH A D17-Sep-20210

intltool-update.inH A D17-Sep-20210

ltmain.shH A D17-Sep-2021319.6 KiB11,2528,044

missingH A D17-Sep-20216.7 KiB216143

org.xfce.FileManager.service.inH A D16-Sep-2021115 44

org.xfce.Thunar.FileManager1.service.inH A D16-Sep-2021124 54

org.xfce.Thunar.service.inH A D16-Sep-2021110 44

org.xfce.thunar.appdata.xml.inH A D16-Sep-20211.1 KiB3327

org.xfce.thunar.policy.in.inH A D16-Sep-20211.3 KiB3820

test-driverH A D17-Sep-20214.5 KiB14987

thunar-bulk-rename.desktop.in.inH A D17-Sep-2021314 1211

thunar.desktop.in.inH A D17-Sep-2021684 2622

thunar.service.inH A D16-Sep-2021273 1110

README.md

1[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/thunar/COPYING)
2
3# thunar
4
5
6Thunar is a modern file manager for the Xfce Desktop Environment. Thunar has been designed from the ground up to be fast and easy to use. Its user interface is clean and intuitive and does not include any confusing or useless options by default. Thunar starts up quickly and navigating through files and folders is fast and responsive.
7
8----
9
10### Homepage
11
12[Thunar documentation](https://docs.xfce.org/xfce/thunar/start)
13
14### Changelog
15
16See [NEWS](https://gitlab.xfce.org/xfce/thunar/-/blob/master/NEWS) for details on changes and fixes made in the current release.
17
18### Source Code Repository
19
20[Thunar source code](https://gitlab.xfce.org/xfce/thunar)
21
22### Download a Release Tarball
23
24[Thunar archive](https://archive.xfce.org/src/xfce/thunar)
25    or
26[Thunar tags](https://gitlab.xfce.org/xfce/thunar/-/tags)
27
28### Installation
29
30From source:
31
32    % cd thunar
33    % ./autogen.sh
34    % make
35    % make install
36
37From release tarball:
38
39    % tar xf thunar-<version>.tar.bz2
40    % cd thunar-<version>
41    % ./configure
42    % make
43    % make install
44
45 Both autogen.sh and configure will list missing dependencies.
46 If your distribution provides development versions of the related packages,
47 install them. Otherwise you will need to build and install the missing dependencies from source.
48
49For some additional build & debug hints, as well check the [Thunar Wiki pages](https://wiki.xfce.org/thunar/dev).
50
51### Reporting Bugs
52
53Visit the [reporting bugs](https://docs.xfce.org/xfce/thunar/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
54
55