public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: nmontero <nmontero@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gnome-shell] rawhide: Remove patch file
Date: Fri, 29 May 2026 16:37:10 +0000 [thread overview]
Message-ID: <rpms-gnome-shell-3b8b1bf428bc@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gnome-shell
Branch : rawhide
Commit : 3b8b1bf428bc7af9957640cefab0fd1120f927fe
Author : nmontero <nmontero@redhat.com>
Date : 2026-05-29T18:36:52+02:00
Stats : +0/-55 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gnome-shell/c/3b8b1bf428bc7af9957640cefab0fd1120f927fe?branch=rawhide
Log:
Remove patch file
---
diff --git a/0002-rhbug2457884-offline-updates-detection.patch b/0002-rhbug2457884-offline-updates-detection.patch
deleted file mode 100644
index 543f584..0000000
--- a/0002-rhbug2457884-offline-updates-detection.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-This is https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/4185 and
-https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/4188
-
-diff --git a/data/dbus-interfaces/org.gnome.Software.OfflineUpdates.xml b/data/dbus-interfaces/org.gnome.Software.OfflineUpdates.xml
-index 82356bc70..15a20fc70 100644
---- a/data/dbus-interfaces/org.gnome.Software.OfflineUpdates.xml
-+++ b/data/dbus-interfaces/org.gnome.Software.OfflineUpdates.xml
-@@ -14,8 +14,9 @@
- <!--
- string GetState(void):
- Gets state of any offline updates. The returned values can be:
-- "none" - no offline update is scheduled
-- "scheduled" - an offline update is scheduled
-+ "none" - no offline update is prepared nor scheduled
-+ "prepared" - an offline update is prepared and can be scheduled by SetAction() method
-+ "scheduled" - an offline update is scheduled for the next reboot
- -->
- <method name="GetState">
- <arg type="s" name="state" direction="out" />
-diff --git a/js/ui/endSessionDialog.js b/js/ui/endSessionDialog.js
-index 7b666f090..45dcfad91 100644
---- a/js/ui/endSessionDialog.js
-+++ b/js/ui/endSessionDialog.js
-@@ -491,6 +491,8 @@ class EndSessionDialog extends ModalDialog.ModalDialog {
- } else {
- await this._triggerOfflineUpdateCancel();
- }
-+ } else if (this._type === DialogType.UPDATE_RESTART && (this._updatePrepared || this._updateScheduled)) {
-+ await this._setPostUpdateAction(OFFLINE_UPDATE_ACTION_REBOOT);
- }
-
- this._fadeOutDialog();
-@@ -668,11 +670,13 @@ class EndSessionDialog extends ModalDialog.ModalDialog {
-
- try {
- const state = await this._getUpdateState();
-+ this._updatePrepared = state === 'prepared';
- this._updateScheduled = state === 'scheduled';
- } catch (e) {
- if (this._softwareOfflineUpdatesProxy !== null)
- log(`Failed to get update info from gnome-software: ${e.message}`);
-
-+ this._updatePrepared = false;
- this._updateScheduled = false;
- }
-
-@@ -709,7 +713,7 @@ class EndSessionDialog extends ModalDialog.ModalDialog {
- this._loadSessions().catch(logError);
-
- _setCheckBoxLabel(this._checkBox, dialogContent.checkBoxText || '');
-- this._checkBox.visible = dialogContent.checkBoxText && this._updateScheduled;
-+ this._checkBox.visible = dialogContent.checkBoxText && (this._updatePrepared || this._updateScheduled);
-
- this._checkBox.checked = this._checkBox.visible && !this._isBatteryLow();
-
reply other threads:[~2026-05-29 16:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=rpms-gnome-shell-3b8b1bf428bc@fedoraproject.org \
--to=nmontero@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox