No description
Find a file
Alexandru Pandelea 2d99bcf4bd fix misuse of nautilus_file_is_desktop_directory
The issue is that when navigating into the Desktop directory, the slot
is replaced with a desktop window slot.

This happens because when checking if the current location is handled by
the current slot, the check was made for the actual Desktop directory
instead for the virtual Desktop.

To fix this, instead of checking if the location matches the actual dir,
check if it matches the right uri. A similar issue was in files-view
when creating a new folder, so also change that accordingly.

https://bugzilla.gnome.org/show_bug.cgi?id=771710
2017-05-31 16:03:21 +03:00
build-aux flatpak: Add stable release 2017-05-03 20:26:27 +02:00
data autostart: Set NoDisplay=true 2017-04-28 08:16:08 -04:00
docs add "restore tab" action 2017-05-31 15:58:52 +03:00
eel autotools: kill it 2017-03-22 17:18:29 +02:00
icons Add film strip in nautilus rather than in thumbnailer 2014-02-09 00:42:56 +01:00
libnautilus-extension autotools: kill it 2017-03-22 17:18:29 +02:00
nautilus-desktop autotools: kill it 2017-03-22 17:18:29 +02:00
nautilus-sendto-extension autotools: kill it 2017-03-22 17:18:29 +02:00
po Update Kazakh translation 2017-05-30 17:02:51 +00:00
src fix misuse of nautilus_file_is_desktop_directory 2017-05-31 16:03:21 +03:00
subprojects libgd: move submodule to a subdirectory 2017-03-27 12:45:56 +03:00
test autotools: kill it 2017-03-22 17:18:29 +02:00
.gitattributes gitignore: Remove autotools related files. 2017-03-27 11:40:08 +02:00
.gitignore gitignore: Remove autotools related files. 2017-03-27 11:40:08 +02:00
.gitmodules libgd: move submodule to a subdirectory 2017-03-27 12:45:56 +03:00
config.h.meson meson: actually use optional dependencies 2017-03-11 00:40:19 +02:00
LICENSE GPL autotools: kill it 2017-03-22 17:18:29 +02:00
meson.build postinstall: Use python 2017-05-02 19:50:54 +02:00
meson_options.txt meson: make doc generation opt-in 2017-03-01 18:15:20 +02:00
nautilus.doap doap: add me to maintainers 2015-02-11 20:13:57 +01:00
NEWS release: Prepare for 3.25.1 2017-04-28 11:46:55 +02:00
org.gnome.Nautilus.json org.gnome.Nautilus.json: Use standard JSON format 2017-04-13 11:30:23 +02:00
README Revert "README: Remove the mailing list" 2017-04-13 11:33:38 +02:00

This is Nautilus, the file manager for the GNOME desktop.
https://wiki.gnome.org/Apps/Nautilus

Hacking on Nautilus
===================

To build the development version of Nautilus and hack on the code
see the general guide for build the GNOME platform at
https://wiki.gnome.org/Newcomers/BuildGnome

Guidelines and tutorials to contribute to the GNOME platform
are in https://wiki.gnome.org/Newcomers/CodeContributionWorkflow

Mailing List
============

The nautilus mailing list is nautilus-list@gnome.org.  Subscription
information is available at
https://mail.gnome.org/mailman/listinfo/nautilus-list

How to report bugs
==================

Bugs should be reported to the GNOME bug tracking system
(https://bugzilla.gnome.org), in the "nautilus" product.

Please read the following page on how to prepare a useful bug report:
https://bugzilla.gnome.org/bug-HOWTO.html