Find a file
Michael Webster 48d626cea9 nautilus-directory.c: Fix a memory leak.
When creating a new file using a template, it's possible for is_added
to be FALSE, so make sure the file is unref'd regardless.

This actually resolves an issue in caja and nemo which is caused by
files created in this manner not being finalized when no longer in use.
I can reproduce the issue with nautilus, but this *does not* fix it,
so I think that there may be an additional leak somewhere else (maybe
not related to template-created files).

To reproduce:
- Create an svg file and save in ~/Templates.
- Right-click, Create document-> svg file, name it whatever.
- Navigate out of the folder.
- Modify the file in a visible manner.
- Re-enter the folder, note that it never finishes loading.

Original report:
https://github.com/linuxmint/nemo/issues/2736
2021-06-07 18:17:58 +00:00
.gitlab ci: Add libhandy master to Dockerfile 2021-02-17 09:34:44 +01:00
build-aux flatpak: Drop network requirement 2021-04-11 22:33:20 +00:00
data gschema.xml: Update icon-view's description 2021-05-27 19:30:24 +00:00
docs Correct a typo in Overview.md 2020-08-09 20:50:07 +00:00
eel eel-vfs-extensions: Document get_extension_offset 2021-04-30 11:52:45 +01:00
extensions image properties: Handle rotated images 2020-11-18 15:17:43 +00:00
icons canvas-item: Remove code to draw stretch handles 2018-03-26 13:05:54 +03:00
libnautilus-extension general: Run uncrustify script 2020-04-05 16:22:26 +00:00
po Update Ukrainian translation 2021-06-02 16:03:19 +00:00
src nautilus-directory.c: Fix a memory leak. 2021-06-07 18:17:58 +00:00
subprojects Fix submodule funkiness 2018-03-19 20:48:31 +02:00
test test: Run tests in unique directory 2021-01-18 10:32:12 +00:00
.gitattributes Add a script for updating gnome-desktop sources 2019-01-22 15:51:58 +00:00
.gitignore gitignore: Remove autotools related files. 2017-03-27 11:40:08 +02:00
.gitlab-ci.yml ci: Set nightly runtime repository 2021-03-06 18:24:33 +00:00
.gitmodules .gitmodules: Change libgd URL to GitLab one 2018-06-09 22:52:34 +03:00
LICENSE general: Assume Nautilus project is GPL3 2017-07-17 22:16:08 +02:00
meson.build Post branch version bump 2021-05-22 19:02:43 +01:00
meson_options.txt build, flatpak: Add libportal dependency 2020-11-18 15:30:13 +00:00
nautilus.doap doap: Update my e-mail address 2021-02-03 10:09:02 +01:00
NEWS Release version 40.1 2021-04-30 15:29:56 +02:00
README.md README: Fix typo 2021-01-20 08:57:11 +01: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.

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.