690a03bb63
We have been using NautilusMaxWidthContainer on the title widget in order to set a size where it stops expanding and starts centering. But we can achieve the same visual result (with default font) by setting a the location entry's :max-width-chars to 88. This is going to allow us to drop the custom container at a later point, which is going to help wtih the transition to GTK4. As a side effect, now the pathbar can grow beyond the max width if neecessary to display more of a path. I see this as a nice bonus! |
||
---|---|---|
.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.