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

..03-May-2022-

data/H03-May-2022-2,7982,448

docs/H03-May-2022-3,4862,993

eel/H03-May-2022-25,32817,256

icons/H03-May-2022-608532

its/H04-Aug-2021-3530

libcaja-extension/H03-May-2022-4,5562,733

libcaja-private/H03-May-2022-82,48461,099

m4/H04-Aug-2021-11,62610,621

mate-submodules/H03-May-2022-5,8884,173

po/H03-May-2022-977,872775,555

src/H03-May-2022-86,74066,215

test/H03-May-2022-1,9851,589

ABOUT-NLSH A D04-Aug-202191.8 KiB1,3801,341

AUTHORSH A D04-Aug-20211.9 KiB6957

COPYINGH A D04-Aug-202118 KiB346286

COPYING.EXTENSIONSH A D04-Aug-2021599 119

COPYING.LIBH A D04-Aug-202124.8 KiB

ChangeLogH A D04-Aug-202181.2 KiB1,5481,389

HACKINGH A D04-Aug-2021265 96

INSTALLH A D04-Aug-202115.4 KiB369287

Makefile.amH A D04-Aug-2021792 5039

Makefile.inH A D03-May-202228.9 KiB951845

Makefile.sharedH A D04-Aug-20217 21

NEWSH A D04-Aug-202131.4 KiB733643

READMEH A D04-Aug-20211.7 KiB6946

aclocal.m4H A D04-Aug-202172.4 KiB2,0141,799

autogen.shH A D04-Aug-2021469 2515

compileH A D04-Aug-20217.2 KiB349259

config.guessH A D04-Aug-202143.1 KiB1,4871,294

config.h.inH A D04-Aug-20214.5 KiB210144

config.rpathH A D04-Aug-202118.1 KiB685588

config.subH A D04-Aug-202130.7 KiB1,7911,636

configureH A D04-Aug-2021599.1 KiB20,28017,044

configure.acH A D04-Aug-20219.8 KiB323259

depcompH A D04-Aug-202123 KiB792502

gla11y.mkH A D04-Aug-2021526 2014

gtk-doc.makeH A D04-Aug-202110.6 KiB323276

install-shH A D04-Aug-202115.3 KiB530346

ltmain.shH A D04-Aug-2021316.6 KiB11,1507,980

missingH A D04-Aug-20216.7 KiB216143

test-driverH A D04-Aug-20214.5 KiB14987

README

1[![Build Status](https://travis-ci.org/mate-desktop/caja.svg?branch=master)](https://travis-ci.org/mate-desktop/caja)
2[![Release](https://img.shields.io/github/v/release/mate-desktop/caja)](https://github.com/mate-desktop/caja/releases)
3[![IRC Network](https://img.shields.io/badge/irc-freenode-blue.svg "IRC Freenode")](https://webchat.freenode.net/?channels=mate)
4
5<h1 align="center">
6  <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">
7  <br />
8  Caja
9</h1>
10
11<p align="center"><b>The file manager for the MATE desktop</b></p>
12<div align="center"><img src="https://mate-desktop.org/gallery/1.24/english/007.png" alt="Caja Screenshot"></div>
13
14## Installation
15
16### Ubuntu
17
18```bash
19sudo apt install caja
20```
21
22### Fedora
23
24```bash
25sudo dnf install caja
26```
27
28## Building
29
30### Source
31
32You'll need the following dependencies:
33
34  * `exempi`
35  * `gobject-introspection`
36  * `libnotify`
37  * `libexif`
38  * `gvfs`
39  * `mate-common`
40  * `mate-desktop`
41
42### Building
43
44```bash
45git clone --recurse-submodules https://github.com/mate-desktop/caja.git
46cd caja
47./autogen.sh --prefix=/usr
48make
49make install
50```
51
52## Hacking on Caja
53
54Please see the HACKING file for information about hacking on caja.
55
56## How to report bugs / errors in translations
57
58Bugs should be reported in GitHub
59
60https://github.com/mate-desktop/caja/issues
61
62We are using transifex for translations. https://www.transifex.com/mate/MATE/dashboard/
63
64Please create an account, become a member of your language team and fix it there.
65
66## Package status
67
68[![Packaging status](https://repology.org/badge/vertical-allrepos/caja.svg)](https://repology.org/project/caja/versions)
69