SHA256
1
0
forked from pool/gnome-shell
Files
gnome-shell/gnome-shell-disable-offline-update-dialog.patch
Dominique Leuenberger 0561dc4828 - Rebase SLE patches:
+ gnome-shell-gdm-login-applet.patch
  + gnome-shell-domain.patch
  + gnome-shell-fate324570-Make-GDM-background-image-configurable.patch
  + gnome-shell-jsc#SLE-16051-Input-method-recommendation.patch
- Comment out gs-fate318433-prevent-same-account-multi-logins.patch
  Needs to be removed or rebased.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=584
2024-08-09 07:58:14 +00:00

25 lines
840 B
Diff

--- gnome-shell-41.orig/js/ui/endSessionDialog.js 2022-08-11 16:16:07.000000000 +0300
+++ gnome-shell-41/js/ui/endSessionDialog.js 2022-10-26 12:49:20.435238071 +0300
@@ -707,19 +703,7 @@
}
async _getUpdateInfo() {
- const connection = this._pkOfflineProxy.get_connection();
- const reply = await connection.call(
- this._pkOfflineProxy.g_name,
- this._pkOfflineProxy.g_object_path,
- 'org.freedesktop.DBus.Properties',
- 'GetAll',
- new GLib.Variant('(s)', [this._pkOfflineProxy.g_interface_name]),
- null,
- Gio.DBusCallFlags.NONE,
- -1,
- null);
- const [info] = reply.recursiveUnpack();
- return info;
+ return [];
}
async OpenAsync(parameters, invocation) {