Find a file
Gary Li 166ad014f3 progress-info-manager: Don't leak finished & cancelled infos
NautilusProgressInfoManager aquires a reference for every progress info
and keeps these references in a list. Upon destruction, it releases the
reference while unreffing each progress info.

However, when it removes finished and cancelled infos from the list, it
doesn't release the reference, effectively leaking it.

This bug is a old as the manager: a0f8947383
2022-12-24 15:38:01 +00:00
.gitlab issue_templates: Fix typos 2022-05-12 16:08:27 +00:00
build-aux/flatpak flatpak: Remove YAML manifest 2022-12-21 12:38:24 +00:00
data gschema: remove upper limit on thumbnailing file size range 2022-12-24 13:26:04 +00:00
docs docs: Switch to gi-docgen 2022-09-04 00:03:02 +01:00
eel eel: remove eel-glib-extensions.h 2022-12-23 17:42:34 +00:00
extensions image-properties: Actually show failure info 2022-10-22 11:33:51 +00:00
icons general: Remove thumbnail frame 2021-12-26 18:12:29 +00:00
libnautilus-extension extension/Column: Port docs to gi-docgen 2022-09-04 00:03:02 +01:00
po Update German translation 2022-12-23 21:33:36 +00:00
src progress-info-manager: Don't leak finished & cancelled infos 2022-12-24 15:38:01 +00:00
test test/interactive: Drop obsolete test 2022-09-01 22:20:55 +00:00
.editorconfig editorconfig: Create initial files 2022-06-03 18:18:31 +00:00
.git-blame-ignore-revs general: add ignore-revs file 2022-05-25 10:52:42 +00:00
.gitattributes Add a script for updating gnome-desktop sources 2019-01-22 15:51:58 +00:00
.gitignore general: Delete no longer needed git ignores 2022-07-17 23:51:03 +00:00
.gitlab-ci.yml ci: Prefer the json manifest 2022-12-21 12:33:22 +00:00
LICENSE general: Assume Nautilus project is GPL3 2017-07-17 22:16:08 +02:00
meson.build general: Replace GtkStyleContext with GtkWidget functions 2022-12-19 17:53:30 +00:00
meson_options.txt Drop libportal option 2022-05-26 15:19:04 -04:00
nautilus.doap doap: Update mailing-list 2022-12-18 18:50:09 +00:00
NEWS Release version 43.0 2022-09-18 00:37:20 +02:00
README.md README: Add link to proper commit message format 2022-12-18 18:50:09 +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.

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.

How to report issues

Report issues to the GNOME issue tracking system.