summaryrefslogtreecommitdiffstats
path: root/meta-gnome
Commit message (Collapse)AuthorAgeFilesLines
...
* zenity: Upgrade to 4.0.0Zoltán Böszörményi2023-12-082-37/+7
| | | | | | | | | | zenity 4.x now uses GTK4 and GTK4-based webkitgtk. The perl based gdialog is no more, its subpackage would be empty. Don't try to generate this subpackage. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: Make gnome-desktop and libcanberra dependencies optionalZoltán Böszörményi2023-12-071-3/+5
| | | | | | | | | | | | | | | | | | | | mutter may be used as a standalone compositor and even an X11 WM without the complete GNOME desktop environment. Make this optional and add the new control knob to PACKAGECONFIG by default. The built-in sound player functionality depends on libcanberra which is considered outdated. Make this optional. Add the colord build dependency explicitly because mutter does not build when PACKAGECONFIG = "gnome-desktop" is not used. Add the gsettings-desktop-schemas runtime dependency explicitly, so mutter may work without PACKAGECONFIG = "gnome-desktop". This change allows mutter in kiosk-like scenarios. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Revert "gnome-terminal: Remove recommendation on vte-prompt"Khem Raj2023-12-041-1/+1
| | | | | | | | This needs vte-prompt if vte from core layer is to be used. This reverts commit f3d3bc7620427dc1d47daab52a81593509cf2737. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-console,gnome-terminal: Depend on vte from core layerKhem Raj2023-12-042-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnma: remove conflict xml fileKai Kang2023-12-031-0/+5
| | | | | | | | | | | | | | The file org.gnome.nm-applet.gschema.xml conflicts with the one provided by network-manager-applet, so remove it from libnma and use the one from network-manager-applet. | Error: Transaction test error: | file /usr/share/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml conflicts between attempted installs of network-manager-applet-1.34.0-r0.core2_ 64 and libnma-1.10.6-r0.core2_64 Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal-gnome: upgrade 45.0 -> 45.1Markus Volk2023-12-031-1/+1
| | | | | | | | | | | | | | | Changes in 45.1 ================= - accountdialog: Fix crash when pressing Escape - Send remote file URIs as local FUSE URIs - Various fixes to screencast and input capture - Expose org.gnome.desktop.calendar through the Settings portal - Put dialogs in separate window groups - Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-bluetooth: upgrade 42.6 -> 42.7Wang Mingyu2023-11-211-1/+1
| | | | | | | | | | | | | Changelog: ============ -fixes bugs that stopped the Obex Push server from automatically accepting files from paired devices and caused the device's Connection switch to appear out of sync with the connection state. -build fixes -updated translations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince, gnome-calendar, tracker: drop ${PE}, ${PR} from /usr/src/debug pathsMartin Jansa2023-11-203-6/+6
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: Add rdependsMarkus Volk2023-11-141-1/+1
| | | | | | | | Add cups-pk-helper and system-config-printer to rdepends Both are needed to get printer config working out of the box Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview4: Upgrade 4.8.2 -> 4.8.4Markus Volk2023-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | News in 4.8.4, 2022-11-03 ------------------------- * Style updates to kate, classic, tango * Language updates to vala, python3, c, cuda, latex * Add unit tests for language specs * Translation updates News in 4.8.3, 2022-03-18 ------------------------- * Adds support for more Pango font-variants * Style updates to solarized-dark, solarized-light * Language updates to lean, rst, c, gtk-doc, javascript, and json * Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gimp: Update to 2.10.36Khem Raj2023-11-131-1/+2
| | | | | | | Explicitly ask for autotools build system since gnomebase is now defaulting to meson. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yelp: Use autotools for build systemKhem Raj2023-11-131-1/+1
| | | | | | | OE-core switched the defaults for gnome recipes to meson but this package is not yet migrated to meson. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: Add missing dependency on libhandyKhem Raj2023-11-131-0/+1
| | | | | | | | Fixes | ../git/meson.build:367:16: ERROR: Dependency "libhandy-1" not found, tried pkgconfig Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
* gnome-console: Add missing dependency on gtk4-nativeKhem Raj2023-11-131-1/+1
| | | | | | | | | gtk4-native provided gtk-update-icon-cache fixes | ../gnome-console-45.0/meson.build:137:6: ERROR: Program 'gtk-update-icon-cache' not found or not executable Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
* ghex: backport patch to fix build for clangMarkus Volk2023-11-122-0/+51
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* librest: Use autotools make systemKhem Raj2023-11-121-0/+1
| | | | | | OE-core is switching to default to meson for gnome recipes Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: Remove recommendation on vte-promptMarkus Volk2023-11-121-1/+1
| | | | | | | | | vte9 does not contain a separate package for vte-prompt. Remove the recommendation to avoid ${libexecdir}/vte-urlencode-cwd being pulled in by another vte version Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: Upgrade 3.48.1 -> 3.50.1Markus Volk2023-11-111-4/+3
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-console: Add recipeMarkus Volk2023-11-111-0/+26
| | | | | | | gnome-console ist gnomes gtk4 terminal emulator Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell-extensions: Upgrade 44.1 -> 45.1Markus Volk2023-11-111-2/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* drop GNOMEBASEBUILDCLASS = "meson"Markus Volk2023-11-1173-64/+14
| | | | | | It is set to meson by default Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Adjust vala build according to changes in vala.bbclassMarkus Volk2023-11-1112-5/+15
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ghex: Upgrade 3.18.4 -> 45.0Markus Volk2023-11-112-17/+20
| | | | | | | | - enable gi,vapi,api-documentation - switch to gtk4 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-remote-desktop: move from meta-virtualization to meta-securityWang Mingyu2023-11-082-0/+1
| | | | | | | | There's no tpm2-tss under meta-virtualization: Missing or unbuildable dependency chain was: ['gnome-remote-desktop', 'tpm2-tss'] Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rest: Add packageconfigs for examples and testsMarkus Volk2023-11-071-3/+7
| | | | | | | | | Motivation is to not install rest-demos by default. Allow to build doc and vapi according to DISTRO_FEATURES Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libchamplain: Upgrade 0.12.20 -> 0.12.21Markus Volk2023-11-061-3/+3
| | | | | | | | - switch to soup3 - build vapi Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webp-pixbuf-loader: Upgrade 0.2.4 -> 0.2.5Markus Volk2023-11-061-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rest: Upgrade 0.9.0 -> 0.9.1Markus Volk2023-11-061-7/+4
| | | | | | | | - add missing dependencies - drop soup2 support Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal-gtk: Upgrade 1.14.1 -> 1.15.1Markus Volk2023-11-062-42/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in 1.15.1, 2023-10-21 ============================= - Fix build of feature-gated portals Changes in 1.15.0, 2023-10-20 ============================= - Switch to the Meson build system, and drop Autotools - Drop most use of private GNOME API; the following portal interfaces have been removed: - org.freedesktop.impl.portal.Screenshot - org.freedesktop.impl.portal.ScreenCast - org.freedesktop.impl.portal.RemoteDesktop - org.freedesktop.impl.portsl.Background - Do not add duplicate notifications - Expose the org.gnome.desktop.calendar settings - Fix type for org.gnome.desktop.background.picture-uri setting - Support current_folder in org.freedesktop.impl.portal.FileChooser - Update list of translatable files - Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgsf: Upgrade 1.14.50 -> 1.14.51Markus Volk2023-11-061-4/+3
| | | | | | | | License changed to LGPL-2.1-only https://gitlab.gnome.org/GNOME/libgsf/-/commit/037c913eb631349c410ef45e49697bf5c46dac8a Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dconf-editor: Upgrade 43 -> 45.0.1Markus Volk2023-11-061-1/+3
| | | | | | | | | | | | | | | | dconf-editor 45.0.1 =================== Fix string freeze break dconf-editor 45.0 ================= Fix UI not displaying with latest GTK Misc fixes and translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: Upgrade 45.0 -> 45.1Markus Volk2023-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 45.1 ==== * Fix filtering keybinding events in presence of grabs [Sebastian K.; !3054] * Fix direct scanout support when using integer scaling [Daniel; !3290] * Fix capitalization of some keys when caps lock is on [Carlos; !3306] * Fix vsync regression [Robert; !3286] * Fix visibility of software cursors when using direct scanout [Robert; !3302] * Fix artifacts at the bottom of some surfaces [Robert; !3310] * Discard monitor configs with fractional scale when unusable [Jonas Å.; !3299] * Apply track point settings [Rohan; !3089] * xwayland: Enable XDG portal only when not nested [Olivier; !3303] * Inhibit real-time scheduling when mode setting [Ray; !3324] * Don't delay frame updates after idle period [Michel; !3174] * Fix running Xwayland in headless setup with nvidia driver [Olivier; !3320] * wayland: Send keyboard modifiers after the enter event [Alexandros; !3341] * Fixed crashes [Carlos, Jonas D., Robert, Sebastian W., Jonas Å.; !3287, !3283, !3311, !3322, !3318] * Misc. bug fixes and cleanups [Daniel, Corentin, Carlos, Jonas Å., Ivan, Michel, Sebastian W., Robert, Barnabás, Peter; !3212, !3298, !3267, !3297, !3313, !3316, !3317, !3323, !3325, !3326, !3328, !3330, !3332, !3319] Contributors: Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Olivier Fourdan, Alexandros Frantzis, Carlos Garnacho, Peter Hutterer, Rohan Hendrik Jotz-Lean, Sebastian Keller, Robert Mader, Ivan Molodetskikh, Florian Müllner, Corentin Noël, Barnabás Pőcze, Ray Strode, Daniel van Vugt, Sebastian Wick Translators: Kristjan SCHMIDT [eo], Rafael Fontenelle [pt_BR], Guillaume Bernard [fr], Jordi Mas i Hernandez [ca], Florentina Mușat [ro] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: Upgrade 45.0 -> 45.1Markus Volk2023-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 45.1 ==== * Fix scroll handling on sliders [Carlos; !2967] * overview: Handle unredirection as part of the state transition [Robert; !2970] * Handle DESKTOP windows during workspace animations [Sundeep; !2865] * Fix unexpected focus changes with multi-window apps [Florian; !2959] * Improve recording indicator in light style [Georges; !2983] * Fix calendar popup shrinking on date changes [Sebastian; !2989] * Fixed crashes [Daniel, Sebastian; !2975, !2974] * Misc. bug fixes and cleanups [Florian, Martin, Alessandro, Sebastian; !2966, !2978, !2987, !3000, #6763] Contributors: Alessandro Bono, Carlos Garnacho, Sebastian Keller, Sundeep Mediratta, Florian Müllner, Georges Basile Stavracas Neto, robert.mader@collabora.com, Daniel van Vugt, Martin Zurowietz Translators: Jordi Mas [ca], Fabio Tomat [fur], Ekaterine Papava [ka], Sabri Ünal [tr], Cheng-Chia Tseng [zh_TW], Changwoo Ryu [ko], Florentina Mușat [ro], Brage Fuglseth [nb], Evangelos Skarmoutsos [el], Efstathios Iosifidis [el], Марко Костић [sr], Hugo Carvalho [pt] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.50.0 -> 3.50.1Khem Raj2023-11-061-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwacom: upgrade 2.6.0 -> 2.8.0Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-text-editor: upgrade 45.0 -> 45.1Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: upgrade 1.52.0 -> 1.52.1Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet: upgrade 1.32.0 -> 1.34.0Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview5: Upgrade 5.7.1 -> 5.10.0Markus Volk2023-11-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | News in 5.10.0, 2023-09-16 -------------------------- 5.10.0 corresponds with GNOME 45.0 and is meant for end-user distribution. Changes since 5.9.0: * Translation updates News in 5.9.0, 2023-09-01 ------------------------- 5.9.0 is a release candidate for GNOME 45. * Documentation improvements * Various introspection improvements * New languages: Blueprint * Updated languages: C, C++, Rust, Python3, Shell, Java, OCaml * Updated style schemes: cobalt * GtkSourceBuffer gained a "loading" property which is toggled when GtkSourceFileLoader is loading the buffer from storage. * More defensiveness improvements in GtkSourceBufferOutputStream. * A leak in Vim emulation has been fixed. * Vim emulation now supports visual replace. * Scheduling of batched workers has been improved with gtk_source_scheduler_add(). * Snippets are now initialized from GtkSourceView.constructed() to allow for applications to hook buffer creation. * Translation updates News in 5.8.0, 2023-03-17 ------------------------- 5.8.0 is meant for end-users which corresponds to the GNOME 44.0 release. * vim: avoid large numbers of small deletions in filter command * adwaita.xml: add missing def:deletion style * todotxt.lang: add support for todo.txt format News in 5.7.2, 2023-03-03 ------------------------- 5.7.2 is a development release of GtkSourceView intended for application developers and unstable distributions alike. * Documentation improvements * Updated languages: java.lang, html.lang * Fix Y offset calculation when GtkTextView:top-margin is set * Completion now requeries providers upon manual activation * CSS updates for completion popover to reduce allocation jitter * Assistants will more aggresively update positioning. It is heavily suggested that you have GNOME/gtk!5564 in whatever GTK you are linking against to reduce the potential for frames rendered with missing allocations/text. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgweather4: Upgrade 4.2.0 -> 4.4.0Markus Volk2023-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GWeather 4.4.0 (stable) ======================= - nws: fix null string comparison when reading visibility [!282] - Translation updates - Location database changes - Adds Cities from Ukraines Zaporizhzhia Oblast [!276] GWeather 4.3.2 (development) ============================ - Fix fallback metric unit detection logic [!231] - Documentation fixes [!229] - Performance improvements for nearest location lookups [!271] - Location database changes - Add Ulsan city and Ulsan Airport [!218] - Add Koblenz and Mainz (Germany) [!184] - Add São Bento do Sul, Brazil [!220] - Add Ryazan' city [!224] - Add Freiburg and Heidelberg in Germany [!225] - Add Nottingham, UK [!268] - Add cities and airports in Argentina [!270] - Add Bracknell, United Kingdom [!249] - Update Romanian cities [!255] - Add cities in Rwanda [!260] - Add Mahilyow, Belarus [!250] - Add Aachen (North Rhine-Westphalia, Germany) [!246] - Add airports, structure of regions and biggest regional cities of Ukraine [!242] - Add Osh City (Kyrgyzstan) [!190] - Add city Caravaca de la Cruz [!237] - Add a new Argentinian city, Bahía Blanca [!177] - Fix timezone for Denpasar [#209] - Fix spelling of Siem Reap [#199] - Add Rio Grande in Brazil [!226] - Add major cities of Japan [!267] - Add some cities in Germany [!266] - Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: Upgrade 3.6.0 -> 3.6.2Markus Volk2023-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | NEW in 3.6.2 - 2023-10-31 ========================= * Improvements to the seccomp jail, and fixes for spurious SIGSYS positives. * Use GDateTime to handle dates Translations: ka NEW in 3.6.1 - 2023-09-28 ========================= * Avoid the special thread in tracker-extract-3, and extend the seccomp jail to the full process. Translations: eo Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: Remove deprecated libcroco dependencyMarkus Volk2023-10-291-2/+2
| | | | | | | - add dependency on gnome-desktop and libsecret Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* network-manager-applet,networkmanager-openvpn, networkmanager: Apply linker ↵Khem Raj2023-10-282-1/+1
| | | | | | | | | versioning patch when using lld only This patch caused GNU linker to fail linking, therefore limit it to just lld. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: Add missing dependency on pipewireMarkus Volk2023-10-271-0/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-remote-desktop: Update 45.0 -> 45.1Markus Volk2023-10-261-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eog: Update 45.0 -> 45.1Markus Volk2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | Version 45.1 ------------ Bug fixes and improvements: #300, Statusbar image position incorrect (Felix Riemann) New and updated translations: - Sabri Ünal [tr] New and updated manual translations - Balázs Úr [hu] - Ser82-png [ru] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: Update 45.0 -> 45.1Markus Volk2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | ============ Version 45.1 ============ About - Add more types of processor support Accessibility - Make Cursor Size dialog close on Escape key Keyboard - Allow closing Shortcuts dialog with Escape key Mouse - Fix linked style of primary mouse button in RTL languages - Avoid making videos blurry Network - Fix editing connections without a device - Revert "Disable DNS entry if automatic DNS option is enabled" Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-disk-utility: Update 44.0 -> 45.0Markus Volk2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | 45.0 - September 10, 2023 ========================= Lukáš Tyrychtr: * benchmark-dialog: Silence two maybe-uninitialized warnings Updated translations: * Alexander Shopov (bg), Amn Alam (pa), Baurzhan Muftakhidinov (kk), Boyuan Yang (zh_CN), Bruce Cowan (en_GB), Danial Behzadi (fa), Efstathios Iosifidis (el), Gianvito Cavasoli (it), Irénée THIRION (fr), Leônidas Araújo (pt_BR), Nathan Follens (nl), Rūdolfs Mazurs (lv), Sabri Ünal (tr), Vasil Pupkin (be) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calendar: Update 45.0 -> 45.1Markus Volk2023-10-261-1/+1
| | | | | | | | | | | | | Major changes in 45.1: * Use en dash for various strings * Read the 12/24h time format setting from the portal * Show event popover above events * Fix a crash when loading some specific event in specific ranges and timezones * Fix various warnings * Updated translations Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: Update 45.0 -> 45.1Markus Volk2023-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Released: 2023-10-20 This is a stable release with the following changes: Various styling fixes Report PackageKit GPG-related errors in the GUI Flatpak permission checks improvements Optimize loading of the details page This release also updates translations: Catalan (Jordi Mas) Chinese (Taiwan) (Cheng-Chia Tseng) English (United Kingdom) (Bruce Cowan) Esperanto (Kristjan SCHMIDT) French (Irénée THIRION) Friulian (Fabio Tomat) Romanian (Florentina Mușat) Turkish (Sabri Ünal) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>