mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
No description
c7fb994cef
In the replace mode, when "." or ".." were typed in the replace entry, there would always pop up an error, saying that a file would have an invalid name. In this case, instead of checking the entry, the check must actually be done to all the new names to see if any of those are equal to "." or "..". Since the new names are now used in this function, these have to be obtained before. https://bugzilla.gnome.org/show_bug.cgi?id=770870 |
||
---|---|---|
data | ||
docs | ||
eel | ||
icons | ||
libgd@752f65e91e | ||
libnautilus-extension | ||
nautilus-desktop | ||
nautilus-sendto-extension | ||
po | ||
src | ||
test | ||
.gitmodules | ||
AUTHORS | ||
autogen.sh | ||
configure.ac | ||
COPYING | ||
COPYING.EXTENSIONS | ||
COPYING.LIB | ||
git.mk | ||
HACKING | ||
MAINTAINERS | ||
Makefile.am | ||
Makefile.shared | ||
nautilus.doap | ||
NEWS | ||
OVERVIEW.md | ||
README | ||
README.commits | ||
THANKS |
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/GnomeLove/BuildGnome Guidelines and tutorials to contribute to the GNOME platform are in https://wiki.gnome.org/GnomeLove/CodeContributionWorkflow Mailing List ============ The nautilus mailing list is nautilus-list@gnome.org. Subscription information is available at http://mail.gnome.org/mailman/listinfo/nautilus-list How to report bugs ================== Bugs should be reported to the GNOME bug tracking system (http://bugzilla.gnome.org), in the "nautilus" product. Please read the following page on how to prepare a useful bug report: http://bugzilla.gnome.org/bug-HOWTO.html