Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soimort/mi-caja
just my own fork of the Caja file manager
https://github.com/soimort/mi-caja
Last synced: about 2 months ago
JSON representation
just my own fork of the Caja file manager
- Host: GitHub
- URL: https://github.com/soimort/mi-caja
- Owner: soimort
- License: other
- Created: 2019-09-02T13:19:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-26T14:42:24.000Z (over 1 year ago)
- Last Synced: 2024-10-14T12:25:46.102Z (3 months ago)
- Language: C
- Homepage:
- Size: 86 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
[![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)
CajaThe file manager for the MATE desktop
## 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)