Find a file
António Fernandes 86c7e5b441 files-view: Don't save sort metadata on visit
We save sort options when the state of the view.sort action changes.

But this state may be changed in cases where the user hasn't changed
the sort options. Such is the case when the folder is loaded and we
read preferences and metadata to update the state of the sort action.

As a result, visiting a folder for the first time causes the default
sort setting to be saved as metadata and remembered in future visits.
This makes the setting moot except for never before visited folders.
This also causes us to save metadata unnecessarily.

Instead, sort metadata should be saved only when the user explicitly
changes the sort order form the default on each folder. To enforce
this, block our handler of state changes when updating from settings
and metadata.

Resolves a partial regression https://gitlab.gnome.org/GNOME/nautilus/-/issues/2931#note_1784938
2023-09-07 16:18:11 +01:00
.gitlab ci: Use glib main in docker image 2023-08-03 16:27:50 -07:00
build-aux/flatpak previewer: Enable use of NautilusPreviewerDevel 2023-07-01 21:40:51 +00:00
data Release version 45.rc 2023-09-02 18:45:57 +01:00
docs general: Adjust to renamed development branch 2023-04-23 15:23:33 +00:00
eel eel-vfs-extensions: Erradicate EEL_SEARCH_URI 2023-08-09 12:06:45 +01:00
extensions image-properties: Actually show failure info 2022-10-22 11:33:51 +00: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 Turkish translation 2023-09-07 10:33:34 +00:00
src files-view: Don't save sort metadata on visit 2023-09-07 16:18:11 +01:00
test common-prefix-test: use g_list_prepend 2023-07-20 17:52:47 +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 gitignore: Ignore flatpak-builder state dir 2023-04-24 09:46:03 +01:00
.gitlab-ci.yml Revert "ci: Pin to older ci template" 2023-05-26 11:35:44 +00:00
LICENSE general: Assume Nautilus project is GPL3 2017-07-17 22:16:08 +02:00
meson.build Post-branching version bump 2023-09-02 19:00:25 +01:00
meson_options.txt sidebar: Make cloudproviders dependency optional again 2023-06-22 16:04:20 +00:00
nautilus.doap doap: Add Corey Berla to the list of maintainers 2023-05-30 10:43:45 +02:00
NEWS Release version 45.rc 2023-09-02 18:45:57 +01:00
README.md README: Provide instructions to update default branch 2023-04-23 17:56:37 +00: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.