41ee24721e
It's going away in GTK4. Also, as we use a key event controller now, we can use gtk_event_controller_key_forward() instead. This is how GTK4 implements gtk_search_entry_set_key_capture_widget(), so reimplement it here. We were not going to inherit anyway, because we need a custom widget for a tagged entry in GTK4. |
||
---|---|---|
.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.