1
0
Fork 0
No description
Find a file
Daniel Baumann 39a50056d5
Overriding show-delete-permanently to true in org.gnome.nautilus.preferences.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 22:38:42 +02:00
.gitlab Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
build-aux/flatpak Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
data Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
debian Overriding show-delete-permanently to true in org.gnome.nautilus.preferences. 2025-06-22 22:38:42 +02:00
docs Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
eel Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
extensions Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
icons Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
libnautilus-extension Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
po Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
src Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
test Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
xdp-gnome Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
.editorconfig Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
.git-blame-ignore-revs Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
.gitlab-ci.yml Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
CONTRIBUTING.md Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
LICENSE Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
meson.build Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
meson_options.txt Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
NEWS Adding upstream version 48.2. 2025-06-22 22:37:51 +02:00
README.md Adding upstream version 48.2. 2025-06-22 22:37:51 +02: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 the 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.

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

  • Bubblewrap installed. Used for security reasons.
  • LocalSearch properly set up and with all features enabled. Used for fast search and metadata extraction, starred files and batch renaming.
  • xdg-user-dirs-gtk installed. Used to create the default bookmarks and update localization.

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.