diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-01-17 15:18:12 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-17 00:30:12 -0800 |
commit | e4934022c375948a7ed4da3a84e906e4230cfca7 (patch) | |
tree | aa6506c4eb5deef173f70cdede19c1ab08071cf2 /meta-gnome/recipes-gnome | |
parent | 84247e2e6fbcf622f945082e6cc6da2ded6086d9 (diff) | |
download | meta-openembedded-e4934022c375948a7ed4da3a84e906e4230cfca7.tar.gz |
nautilus: upgrade 43.1 -> 43.2
Changelog:
==========
* Regressions addressed:
- Launch search from shell correctly
- Make nautilus-autorun-software work again
- Restore 2-dimensional navigation from sushi
- Resolve stuttering scrolling
- Reintroduce 64px icon size for grid view
- Show full filename again in grid, using tooltips
* Other bugfixes:
- Avoid a many crashes
- Show rename error dialogs again
- Handle X11-only drag-and-drop quirks
- Allow autorun.sh without executable bit
- Improve selection-setting
- Restrict DND actions over drag source
- Focus replaces files
- Improve keyboard focus navigation on the new views
- Stop blocking on the tracker connection
- Don't add missing emblems
* Translation updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_43.2.bb (renamed from meta-gnome/recipes-gnome/nautilus/nautilus_43.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_43.1.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_43.2.bb index a567e5fe7..4b54d6a67 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_43.1.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_43.2.bb | |||
@@ -26,7 +26,7 @@ inherit gnomebase gsettings gobject-introspection gtk-doc gettext features_check | |||
26 | def gnome_verdir(v): | 26 | def gnome_verdir(v): |
27 | return oe.utils.trim_version(v, 1) | 27 | return oe.utils.trim_version(v, 1) |
28 | 28 | ||
29 | SRC_URI[archive.sha256sum] = "0da1003c0cda08ac0546a4c143ed3a1697e36823c60fa73f4d2f4da7723bccaf" | 29 | SRC_URI[archive.sha256sum] = "a86a9aa7a455511b029ce49a1d8b4659c3c355b5d81d7360bb4d0de637afede0" |
30 | 30 | ||
31 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 31 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
32 | 32 | ||