diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-07-22 19:07:08 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-23 08:46:32 -0700 |
commit | c4e6848e636569d45bb5f42809af33f3f441f963 (patch) | |
tree | 28694eae9cf272e3d69f349fdd3a604ed97e3776 | |
parent | 8f6ea40683b4f88392ac2ce4fde26f53212a9c32 (diff) | |
download | meta-openembedded-c4e6848e636569d45bb5f42809af33f3f441f963.tar.gz |
nautilus: update 48.2 -> 48.3
Major Changes in 48.3
=====================
* Enhancements:
- Support more video/audio types in search filter (Corey Berla, Rodrigo Michelassi)
* Bugfixes:
- Inhibit logout during file operations (Ignacy Kuchciński)
- Allow opening current diretroy in multiple-dir mode (Michael Terry)
- Prevent crash in location entry completions (Lukáš Tyrychtr)
- Fix focusing window from other apps via DBus (Sebastian Keller)
- Correctly close wait dialogs (Lukáš Tyrychtr)
- Prevent file chooser crash on opening an empty location (Nelson Ben)
- Use existing replacement for icon removed from theme (Peter Eisenmann)
- Fix file leaking in directory (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_48.3.bb (renamed from meta-gnome/recipes-gnome/nautilus/nautilus_48.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_48.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_48.3.bb index f867cd14d1..790fb71a63 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_48.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_48.3.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] = "a030f6163f8a68064fae5a9e89e37f19cbb293de2e12a19dd5e210956d0df4b5" | 27 | SRC_URI[archive.sha256sum] = "21a2aea005160db083c7a1d4d2c0989b845cc722c04ef9ebb60125a7ec5b393d" |
28 | 28 | ||
29 | REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" | 29 | REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" |
30 | 30 | ||