Find a file
António Fernandes 607176359d view-model: Drop find()
This wraps a linear search in an apparently simple call, which invites
lazy coding and invites future performance regressions.

This is not to say there is no need to iterate the model linearly. But
when doing so, it's best to do it explicitly, in a for/while loop, to
make it easy to spot performance issues.
2024-01-16 21:07:47 +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 appdata: Use non-legacy file extension 2024-01-10 17:12:00 +00:00
docs general: Adjust to renamed development branch 2023-04-23 15:23:33 +00:00
eel general: remove eel-vfs-extensions 2023-11-16 02:36:20 +01:00
extensions audio-video-properties: Convert sample rate unit to kHz if larger than 999Hz 2024-01-11 11:41:58 +01:00
icons general: Remove thumbnail frame 2021-12-26 18:12:29 +00:00
libnautilus-extension column: Add visible property for column chooser 2023-05-04 21:32:59 +00:00
po Update Persian translation 2024-01-12 11:50:29 +00:00
src view-model: Drop find() 2024-01-16 21:07:47 +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: combine branch pipeline rules 2024-01-16 01:23:30 +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.