elementary/files

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up

Vala C Other

Permalink

Type Name Latest commit message Commit time
Failed to load latest commit information.
data Tone down the DiskRenderer contrast when inactive (#1055) Oct 4, 2019
filechooser-module Module: only use memory if a FileChooserDialog is in use (#965) Jun 16, 2019
libcore Check non-null ftype in GOF.File.update_type () (#1069) Oct 18, 2019
libwidgets Fix breadcrumb animation (#1061) Oct 8, 2019
meson Meson build (#567) Nov 12, 2018
pantheon-files-daemon Escape single quote when recording color tag uris. (#962) Jul 14, 2019
plugins Restrict libcloudproviders to >=0.3.0 Aug 19, 2019
po Translated using Weblate (Portuguese) Oct 14, 2019
src Delint PropertiesWindow.vala (#1058) Oct 5, 2019
.editorconfig Add editorconfig file May 10, 2018
.gitignore Fix crash when opening multiple video files (#857) Jan 22, 2019
.travis.yml travis fix (#704) Oct 25, 2018
AUTHORS Bump elementary LLC copyright year to 2018 (#607) Aug 22, 2018
COPYING let's roll Nov 8, 2010
README.md Add libcloudproviders-dev to README.md (#1042) Sep 16, 2019
config.h.in Meson build (#567) Nov 12, 2018
meson.build Release 4.2.0 Sep 10, 2019
meson_options.txt Beautify Meson files (#782) Nov 26, 2018

Bountysource Packaging status Translation status

Files Screenshot

Building, Testing, and Installation

You'll need the following dependencies:

  • meson
  • valac
  • libcanberra-dev
  • libcloudproviders-dev >= 0.3.0
  • libdbus-glib-1-dev
  • libgail-3-dev
  • libgee-0.8-dev
  • libglib2.0-dev
  • libgranite-dev >= 5.2.5
  • libgtk-3-dev
  • libnotify-dev
  • libpango1.0-dev
  • libplank-dev
  • libsqlite3-dev
  • libunity-dev
  • libzeitgeist-2.0-dev

Run meson build to configure the build environment. Change to the build directory and run ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install, then execute with io.elementary.files

sudo ninja install
io.elementary.files