diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-12-11 19:38:09 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-11 11:53:06 -0800 |
commit | f30b5c1b875004e38085408f8019565fef5b55ea (patch) | |
tree | aecae3cc4c09edb5600a30412b05700b47c4574e | |
parent | 83453c5223e7aa73c5d75318d42731385463f098 (diff) | |
download | meta-openembedded-f30b5c1b875004e38085408f8019565fef5b55ea.tar.gz |
nautilus: update 47.0 -> 47.1
Major changes in 47.1
=====================
* Enhancements:
- Speed up thumbnail loading (Khalid Abu Shawarib)
* Bugfixes:
- Do not force reload when error is present to avoid showing auth dialog (Gary Li)
- Open folder in correct window during a DnD hover (Khalid Abu Shawarib)
- Show username in file properties if name is an empty string (Khalid Abu Shawarib)
- Various a11y fixes (Khalid Abu Shawarib)
- Fix number placement when making new name for directory (Khalid Abu Shawarib)
- Various pathbar fixes (Corey Berla, Khalid Abu Shawarib)
- Show alert dialog when a symlink is broken (Automeris naranja)
- Fix crashes when opening (Khalid Abu Shawarib)
- Various sidebar fixes (Khalid Abu Shawarib, sid)
- Fix ctrl + scroll to zoom in and out of view (Corey Berla)
* Translation updates (GNOME Translation Project contributors)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_47.1.bb (renamed from meta-gnome/recipes-gnome/nautilus/nautilus_47.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_47.0.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_47.1.bb index b8df8419bd..4baa8c2944 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_47.0.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_47.1.bb | |||
@@ -24,7 +24,7 @@ DEPENDS = " \ | |||
24 | 24 | ||
25 | inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache | 25 | inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_check mime-xdg gtk-icon-cache |
26 | 26 | ||
27 | SRC_URI[archive.sha256sum] = "334264cdd9edbfd95ee7bcaafe442ebed31acca3f2d9b90f3eda30eacfd0387a" | 27 | SRC_URI[archive.sha256sum] = "15450ebc7aa61ed2fae63130af9ebbbae14ce706a547f594c66bb8cca724d74c" |
28 | 28 | ||
29 | REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" | 29 | REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" |
30 | 30 | ||