mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
No description
2d99bcf4bd
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 |
||
---|---|---|
build-aux | ||
data | ||
docs | ||
eel | ||
icons | ||
libnautilus-extension | ||
nautilus-desktop | ||
nautilus-sendto-extension | ||
po | ||
src | ||
subprojects | ||
test | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
config.h.meson | ||
LICENSE GPL | ||
meson.build | ||
meson_options.txt | ||
nautilus.doap | ||
NEWS | ||
org.gnome.Nautilus.json | ||
README |
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