33debe4f24
During a "merge" directory copy operation, when recursively merging a directory to a destination directory that already contains some files or subdirectories that are being copied, the "skip" flag is set individually for those files or subdirectories. This correctly reduces the count total files being copied for each file or subdirectory that was skipped. However, the "skipped" flag was then also being set for the parent directory even though that directory was successfully copied (when represented as a single file which is also included in the file count). This ended up incorrectly reducing the total file count even though the copied file count was incremented for that directory. Change code to ensure that the "skipped" flag is not set for a directory when one or more children are skipped. |
||
---|---|---|
.gitlab | ||
build-aux | ||
data | ||
docs | ||
eel | ||
extensions | ||
icons | ||
libnautilus-extension | ||
po | ||
src | ||
subprojects | ||
test | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
LICENSE | ||
meson.build | ||
meson_options.txt | ||
nautilus.doap | ||
NEWS | ||
README.md |
nautilus
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
- Bubblewrap installed. Used for security reasons.
- Tracker (including tracker-miners) properly set up and with all features enabled. Used for fast search and metadata extraction, starred files and batch renaming.
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.