No description
Find a file
António Fernandes c036a1178c pathbar: Don't call NautilusWindow nor NautilusApplication
We want to make the pathbar reusable for the FileChooser window,
which is neither going to be a NautilusWindow nor part of the
NautilusApplication instance.

But we don't really need anything from the application or window
classes which cannot be done directly with the slot class. And
the slot is going to be reused in FileChooser too.

In order to have access to the slot, expect the pathbar owner
(currently only NautilusToolbar) to set it as a property. The
FileChooser is going to be able to set the slot itself as well.

Part of: https://gitlab.gnome.org/GNOME/nautilus/-/work_items/3402
2024-06-05 11:50:10 +01:00
.gitlab
build-aux/flatpak
data metainfo: Don't specify the language in link 2024-04-29 11:45:39 +00:00
docs
eel
extensions audio-video-properties: return early without discoverer 2024-04-27 17:26:14 +00:00
icons
libnautilus-extension
po Update Slovenian translation 2024-06-04 07:33:02 +00:00
src pathbar: Don't call NautilusWindow nor NautilusApplication 2024-06-05 11:50:10 +01:00
test test/file-utilities-get-common-filename-prefix: Add tests 2024-06-04 01:59:56 +00:00
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitlab-ci.yml ci: don't run for translation updates 2024-04-01 23:06:04 +00:00
LICENSE
meson.build properties-window: Port "Open in Disks" row to AdwButttonRow 2024-05-02 22:25:42 +00:00
meson_options.txt
nautilus.doap
NEWS Release version 46.0 2024-03-18 13:47:57 +01:00
README.md

nautilus

Pipeline status

This is the project of the Files app, a file browser for GNOME, internally known by its historical name nautilus.

Supported version

Only the latest version of Files as provided upstream is supported. Try out the Flatpak nightly installation before filling issues to ensure the installation is reproducible and doesn't have downstream changes on it. In case you cannot reproduce in the nightly installation, don't hesitate to file an issue in your distribution. This is to ensure the issue is well triaged and reaches the proper people.

Contributing to nautilus

To build the development version of the Files app and hack on the code see the welcome guide.

Commit messages should follow the expected format detailed here.

Update default branch

The default development branch of nautilus has been renamed to main. To update your local checkout, use:

git checkout master
git branch -m master main
git fetch
git branch --unset-upstream
git branch -u origin/main
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main

Runtime dependencies

Discourse

For more informal discussion we use GNOME Discourse in the Applications category with the nautilus tag. Feel free to open a topic there.

Extensions

Documentation for the libnautilus-extension API is available here. Also, if you are interested in developing a Nautilus extension in Python you should refer to the nautilus-python documentation.

How to report issues

Report issues to the GNOME issue tracking system.