blob: a9acbcfc179867e3f9f3e3f6a3012a87466b8259 (
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
|
[![Build Status](https://travis-ci.org/mate-desktop/caja.svg?branch=master)](https://travis-ci.org/mate-desktop/caja)
[![Release](https://img.shields.io/github/v/release/mate-desktop/caja)](https://github.com/mate-desktop/caja/releases)
[![IRC Network](https://img.shields.io/badge/irc-freenode-blue.svg "IRC Freenode")](https://webchat.freenode.net/?channels=mate)
<h1 align="center">
<img src="https://github.com/mate-desktop/mate-icon-theme/raw/master/mate/256x256/apps/system-file-manager.png" alt="Caja" width="128" height="128">
<br />
Caja
</h1>
<p align="center"><b>The file manager for the MATE desktop</b></p>
<div align="center"><img src="https://mate-desktop.org/gallery/1.24/english/007.png" alt="Caja Screenshot"></div>
## Installation
### Ubuntu
```bash
sudo apt install caja
```
### Fedora
```bash
sudo dnf install caja
```
## Building
### Source
You'll need the following dependencies:
* `exempi`
* `gobject-introspection`
* `libnotify`
* `libexif`
* `gvfs`
* `mate-common`
* `mate-desktop`
### Building
```bash
git clone --recurse-submodules https://github.com/mate-desktop/caja.git
cd caja
./autogen.sh --prefix=/usr
make
make install
```
## Hacking on Caja
Please see the HACKING file for information about hacking on caja.
## How to report bugs / errors in translations
Bugs should be reported in GitHub
https://github.com/mate-desktop/caja/issues
We are using transifex for translations. https://www.transifex.com/mate/MATE/dashboard/
Please create an account, become a member of your language team and fix it there.
## Package status
[![Packaging status](https://repology.org/badge/vertical-allrepos/caja.svg)](https://repology.org/project/caja/versions)
|