Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xfce-mirror/thunar
Mirror repository, PRs are not watched, please use Xfce's GitLab
https://github.com/xfce-mirror/thunar
Last synced: 3 months ago
JSON representation
Mirror repository, PRs are not watched, please use Xfce's GitLab
- Host: GitHub
- URL: https://github.com/xfce-mirror/thunar
- Owner: xfce-mirror
- License: gpl-2.0
- Created: 2014-12-01T20:47:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T22:46:49.000Z (7 months ago)
- Last Synced: 2024-04-14T17:27:12.894Z (7 months ago)
- Language: C
- Homepage: https://gitlab.xfce.org/xfce/thunar
- Size: 96.7 MB
- Stars: 191
- Watchers: 12
- Forks: 57
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.gio-migration
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-linux-customization - **Thunar** - A modern file manager for the Xfce Desktop Environment. (File Manager)
README
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/xfce/thunar/COPYING)
# thunar
Thunar 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.
----
### Homepage
[Thunar documentation](https://docs.xfce.org/xfce/thunar/start)
### Changelog
See [NEWS](https://gitlab.xfce.org/xfce/thunar/-/blob/master/NEWS) for details on changes and fixes made in the current release.
### Source Code Repository
[Thunar source code](https://gitlab.xfce.org/xfce/thunar)
### Download a Release Tarball
[Thunar archive](https://archive.xfce.org/src/xfce/thunar)
or
[Thunar tags](https://gitlab.xfce.org/xfce/thunar/-/tags)### Installation
From source:
% git clone https://gitlab.xfce.org/xfce/thunar
% git checkout #optional step. Per default master is checked out
% cd thunar
% ./autogen.sh
% make
# make installFrom release tarball:
% tar xf thunar-.tar.bz2
% cd thunar-
% ./configure
% make
# make installBoth autogen.sh and configure will list missing dependencies.
If your distribution provides development versions of the related packages,
install them. Otherwise you will need to build and install the missing dependencies from source.For additional build & debug hints, check the [Thunar wiki pages](https://wiki.xfce.org/thunar/dev) and the [detailed building wiki manual](https://docs.xfce.org/xfce/building).
### Reporting Bugs
Visit 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.