No description
Find a file
Sachin Daluja 272c23844f Revert "file-operations: avoid scanning the same files"
This reverts commit 24dae9e0a4.

In situations that allow a directory and its children to be
simultaneously selected for file operations (such as from search
results, the logic implemented in the original commit prevented an
item to be counted more than once. However in the actual copy, move
or delete operation the selected items were copied (or moved or
deleted) as if they were separate top level items thus performing
the operation on the children or subdirectories multiple times (in
addition to processing them as part of the parent directory that was
also included in the selection).

Due to this inconsistency between the sources scan logic and the actual copy
logic the total scanned source file count and size would be less than the
actually transferred file count and size.

Refer https://gitlab.gnome.org/GNOME/nautilus/-/merge_requests/610#note_991810
for more details.
2021-01-17 17:42:36 +00:00
.gitlab Revert "ci: Use Fedora latest instead of rawhide temporarily" 2020-12-11 13:49:55 +01:00
build-aux build, flatpak: Add libportal dependency 2020-11-18 15:30:13 +00:00
data Release version 40.alpha 2021-01-08 16:45:11 +01:00
docs Correct a typo in Overview.md 2020-08-09 20:50:07 +00:00
eel general: Clean up signal handler disconnection 2020-07-08 19:37:24 +01:00
extensions image properties: Handle rotated images 2020-11-18 15:17:43 +00:00
icons canvas-item: Remove code to draw stretch handles 2018-03-26 13:05:54 +03:00
libnautilus-extension general: Run uncrustify script 2020-04-05 16:22:26 +00:00
po Update Friulian translation 2021-01-17 12:46:35 +00:00
src Revert "file-operations: avoid scanning the same files" 2021-01-17 17:42:36 +00:00
subprojects Fix submodule funkiness 2018-03-19 20:48:31 +02:00
test Port to Tracker 3 2020-09-02 17:28:38 +02:00
.gitattributes Add a script for updating gnome-desktop sources 2019-01-22 15:51:58 +00:00
.gitignore gitignore: Remove autotools related files. 2017-03-27 11:40:08 +02:00
.gitlab-ci.yml Revert "ci: Use Fedora latest instead of rawhide temporarily" 2020-12-11 13:49:55 +01:00
.gitmodules .gitmodules: Change libgd URL to GitLab one 2018-06-09 22:52:34 +03:00
LICENSE general: Assume Nautilus project is GPL3 2017-07-17 22:16:08 +02:00
meson.build file-operations: Preserve mtime of non-empty directories on move 2021-01-09 16:33:49 +02:00
meson_options.txt build, flatpak: Add libportal dependency 2020-11-18 15:30:13 +00:00
nautilus.doap doap: Update maintainers 2019-12-09 09:31:06 +00:00
NEWS Release version 40.alpha 2021-01-08 16:45:11 +01:00
README.md README: Clarify the status of the "nautilus" name 2021-01-12 18:36:22 +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.

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.

How to report issues

Report issues to the GNOME issue tracking system.