No description
Find a file
Gary Li 0c4a01b5e0 grid-cell: implement star emblems
Nautilus does not display anything if the user selects "Star" as caption for
for the grid view.

This is because the star caption quark is not handled by
nautilus_file_get_string_attribute_q, which causes us to set NULL for
the caption label.

As a more definitive solution, implement the display of star emblems
for the grid view instead of relying on captions.

Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/2842
2023-06-09 17:19:08 -04:00
.gitlab ci: Dockerfile install appstream dependency for libadwaita 2023-04-12 19:46:44 +00:00
build-aux/flatpak flatpak: Fix default branch of nautilus 2023-05-26 11:35:44 +00:00
data gsettings-schema: Fix a typo in a key description 2023-05-29 10:36:46 +02:00
docs general: Adjust to renamed development branch 2023-04-23 15:23:33 +00:00
eel general: Change libadwaita include path 2023-02-19 03:24:55 +00:00
extensions image-properties: Actually show failure info 2022-10-22 11:33:51 +00:00
icons
libnautilus-extension column: Add visible property for column chooser 2023-05-04 21:32:59 +00:00
po Update Slovak translation 2023-06-08 17:17:02 +00:00
src grid-cell: implement star emblems 2023-06-09 17:19:08 -04:00
test test-nautilus-search-engine-tracker: Setup connection proactively 2022-12-28 00:19:14 +00:00
.editorconfig editorconfig: Create initial files 2022-06-03 18:18:31 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore gitignore: Ignore flatpak-builder state dir 2023-04-24 09:46:03 +01:00
.gitlab-ci.yml Revert "ci: Pin to older ci template" 2023-05-26 11:35:44 +00:00
LICENSE
meson.build build: Bump libadwaita to 1.4.alpha 2023-06-07 16:36:29 +00:00
meson_options.txt Drop libportal option 2022-05-26 15:19:04 -04:00
nautilus.doap doap: Add Corey Berla to the list of maintainers 2023-05-30 10:43:45 +02:00
NEWS Release version 44.1 2023-04-23 00:12:42 +01:00
README.md README: Provide instructions to update default branch 2023-04-23 17:56:37 +00: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 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.