Skip to content

GNOME/nautilus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Brage Fuglsethgnomesysadmins
Brage Fuglseth
and
Mar 1, 2025
039abc0 · Mar 1, 2025
Feb 18, 2025
Feb 12, 2025
Feb 19, 2025
Jan 17, 2024
Jan 19, 2025
Apr 27, 2024
Dec 26, 2021
Jan 29, 2024
Mar 1, 2025
Feb 28, 2025
Feb 19, 2025
Nov 4, 2024
Jun 3, 2022
May 25, 2022
Jan 22, 2019
Oct 28, 2023
Feb 28, 2025
Sep 15, 2024
Jul 17, 2017
Feb 12, 2025
Oct 2, 2024
Feb 28, 2025
Oct 29, 2023
Jan 31, 2024

Repository files navigation

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.