1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-06-30 23:46:35 +00:00
Go to file
Khalid Abu Shawarib c7c16d5ac2 file: Batch rename rework
Move conflict resolution to nautilus-file.

Use the following rough algorithm to resolve conflicts:
1- If file is the start of a chain, start processing it until the
end of the chain. If it's not the start of a chain jump to step 3.
The file is the begining of a chain if the targeted new name
doesn't conflict with another file to be renamed, but may conflict
with a name that is designated as stub.
2- Try to rename the file at the start of the chain, if can't be
renamed (due to a conflict or depending on a stub), mark it as a
stub. Remove the file from the chain and go to step 1 with the
next file in the chain.
3- Follow the chain until: you find the beginning on the of the
chain, or you reach the same file you started with. If you reached
the file you started with, then it's cycle. break the cycle with a
temporary name, then go to step 1 with the file at the start of
the chain.

Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/1443
2024-01-30 18:13:26 +03: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 general: make all headers end with one newline 2024-01-29 14:11:03 +01:00
po pofiles: add star-cell 2024-01-28 18:57:01 +01:00
src file: Batch rename rework 2024-01-30 18:13:26 +03:00
test general: make all headers end with one newline 2024-01-29 14:11:03 +01: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_options.txt build: remove leftover profiling options 2023-10-29 23:43:16 +01:00
meson.build Post-release version bump 2024-01-28 21:45:57 +00: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.