Find a file
António Fernandes 119e3628cb list-base: Don't call nautilus_dnd_perform_drop()
It requires a NautilusFilesView parameter, and we are going to stop
being a NautilusFilesView subclass soon.

So emit a matching signal and have NautilusFilesView handle it by
swapping itself in as the first parameter.
2024-01-21 18:23:08 +00:00
.gitlab issue_templates: Don't discourage filing issues 2024-01-05 12:45:32 +00:00
build-aux/flatpak Revert "flatpak manifest: Pin tracker-miners" 2023-11-12 23:43:41 +01:00
data uncrustify: remove nonexistent animation folder 2024-01-17 03:40:29 +00:00
docs docs: A couple more tweaks to the man page 2024-01-17 02:37:27 +00:00
eel general: remove eel-vfs-extensions 2023-11-16 02:36:20 +01:00
extensions audio-video-properties: format with uncrustify 2024-01-17 03:40:29 +00:00
icons general: Remove thumbnail frame 2021-12-26 18:12:29 +00:00
libnautilus-extension nautilus-extension: Restore definition 2024-01-18 11:27:28 +00:00
po Update Occitan translation 2024-01-20 19:54:13 +00:00
src list-base: Don't call nautilus_dnd_perform_drop() 2024-01-21 18:23:08 +00:00
test test/file-operations: Use proper file checks 2023-12-15 10:53:37 +00:00
.editorconfig editorconfig: Create initial files 2022-06-03 18:18:31 +00:00
.git-blame-ignore-revs general: add ignore-revs file 2022-05-25 10:52:42 +00:00
.gitattributes Add a script for updating gnome-desktop sources 2019-01-22 15:51:58 +00:00
.gitignore general: ignore all unknown hidden folders 2023-10-28 00:25:26 +00:00
.gitlab-ci.yml ci: fix inverted branch inclusion 2024-01-19 14:39:19 +01:00
LICENSE general: Assume Nautilus project is GPL3 2017-07-17 22:16:08 +02:00
meson.build build: bump libadwaita dependency to stable 2024-01-16 02:10:03 +00:00
meson_options.txt build: remove leftover profiling options 2023-10-29 23:43:16 +01:00
nautilus.doap doap: Add Corey Berla to the list of maintainers 2023-05-30 10:43:45 +02:00
NEWS Release version 46.alpha.0 2024-01-08 02:06:16 +00:00
README.md readme: link to app page directly 2023-11-28 14:10:48 +01:00

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 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.

Hacking on nautilus

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

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.