Find a file
Carlos Soriano d945455178 Flatpak: Separate master dependencies from stable
So far we have been building master of all of our dependencies, also
master of the Sdk. This is good for testing the next version of the
ecosystem, but has many downsides that we now can avoid with Flatpak.

For instance, we want to be buildable at any point in the history,
specially when doing bisects. Also, we need to be a bit stable so that
when designers, users or others build the latest Nautilus they are able
to work with it regardless of its dependencies on other projects.

Even more, now with CI we can test the master of the ecosystem regularly
while not affecting our regular development and operations by depending
on that.

So let's separate in two different manifests the development version
with stable dependencies, intended for our regular operations, and a
development version with all the ecosystem on master, to test the
ecosystem regularly on the CI or on-demand locally.
2018-05-28 19:50:08 +00:00
.gitlab/issue_templates Bug.md: Don't use tasks 2018-05-14 17:28:55 +00:00
build-aux Flatpak: Separate master dependencies from stable 2018-05-28 19:50:08 +00:00
data general: Revert to allow running binaries and scripts 2018-05-21 06:29:14 +00:00
docs general: refactor extension library 2018-02-09 06:32:38 +02:00
eel eel: Remove superfluous include 2018-05-28 13:13:56 +03:00
extensions general: Remove include guards in favor of pragma once 2018-03-19 14:43:38 +02:00
icons canvas-item: Remove code to draw stretch handles 2018-03-26 13:05:54 +03:00
libnautilus-extension eel: self-checks: Fix misaligned arguments 2018-03-19 14:49:44 +02:00
po Update Chinese (China) translation 2018-05-28 09:46:02 +00:00
src general: Stop relying on side effect in warning macros 2018-05-28 13:13:56 +03:00
subprojects Fix submodule funkiness 2018-03-19 20:48:31 +02:00
test test: Remove useless macro definition 2018-05-18 14:56:34 +00:00
.gitattributes gitignore: Remove autotools related files. 2017-03-27 11:40:08 +02:00
.gitignore gitignore: Remove autotools related files. 2017-03-27 11:40:08 +02:00
.gitlab-ci.yml CI: Run the tests before the bundle 2018-05-25 22:27:05 +00:00
.gitmodules libgd: move submodule to a subdirectory 2017-03-27 12:45:56 +03:00
LICENSE general: Assume Nautilus project is GPL3 2017-07-17 22:16:08 +02:00
meson.build build: Warn on duplicate conditions in conditional statements 2018-05-28 12:59:33 +03:00
meson_options.txt general: Allow running in separate instance 2018-03-18 22:28:08 +02:00
nautilus.doap A couple of additional missing details on the nautilus.doap file 2018-02-13 17:28:00 +00:00
NEWS release: prepare for 3.28.0 2018-03-13 07:10:57 +02:00
README.md README.md: change badge href 2018-01-08 16:09:41 +02:00

Nautilus

Pipeline status Code coverage

This is Nautilus, the file manager for GNOME.

Hacking on Nautilus

To build the development version of Nautilus and hack on the code see the general guide for building GNOME apps with Flatpak and GNOME Builder.

Mailing List

The nautilus mailing list is nautilus-list@gnome.org. Read the subscription information for more.

How to report issues

Report issues to the GNOME issue tracking system.