diff options
| author | Olivier Schneider <[email protected]> | 2026-04-10 13:06:37 +0200 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-04-29 22:13:26 +0200 |
| commit | ef8bf849f9d167e3ab1d7b6c0eff44919d7aa386 (patch) | |
| tree | 0ee947f8ba234f8dd5d67842f3eb48af78ca5d2f | |
| parent | fc843d64f6f737a2db2798d288bbca2e16cc6596 (diff) | |
| download | caja-ef8bf849f9d167e3ab1d7b6c0eff44919d7aa386.tar.bz2 caja-ef8bf849f9d167e3ab1d7b6c0eff44919d7aa386.tar.xz | |
add translation coverage badge
| -rw-r--r--[l---------] | README.md | 71 |
1 files changed, 70 insertions, 1 deletions
diff --git a/README.md b/README.md index 100b9382..6a096413 120000..100644 --- a/README.md +++ b/README.md @@ -1 +1,70 @@ -README
\ No newline at end of file +[](https://translate.fedoraproject.org/engage/mate-desktop/) + +[](https://github.com/mate-desktop/caja/actions/workflows/builds.yml) +[](https://github.com/mate-desktop/caja/releases) +[](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 + +[](https://repology.org/project/caja/versions) |
