No description
Find a file
Khalid Abu Shawarib ad865de618 window: Replace deprecated toplevel wayland function
Use gdk_wayland_toplevel_drop_exported_handle instead of the
deprecated no-op gdk_wayland_toplevel_unexport_handle. Also
bump the gtk dependency.
2023-10-12 00:11:50 +03:00
.gitlab ci: Use glib main in docker image 2023-08-03 16:27:50 -07:00
build-aux/flatpak build: bump gexiv dependency to 0.14.2 2023-09-11 13:27:13 +03:00
data build: autappdata build version 2023-10-05 08:26:07 +02:00
docs
eel eel-vfs-extensions: Erradicate EEL_SEARCH_URI 2023-08-09 12:06:45 +01:00
extensions image-properties: Don't read orientation with invalid metadata 2023-10-12 00:11:50 +03:00
icons
libnautilus-extension
po Update Romanian translation 2023-10-09 16:08:13 +00:00
src window: Replace deprecated toplevel wayland function 2023-10-12 00:11:50 +03:00
test
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitlab-ci.yml
LICENSE
meson.build window: Replace deprecated toplevel wayland function 2023-10-12 00:11:50 +03:00
meson_options.txt
nautilus.doap
NEWS Release version 45.rc 2023-09-02 18:45:57 +01:00
README.md

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.