AlmaLinux changes: Use AlmaLinux icon as activities button

Use unbranded illustrations

Fix Firefox desktop filename in favorites
This commit is contained in:
Eduard Abdullin 2026-04-23 01:38:37 +00:00 committed by root
commit 2c90a3a0db

View File

@ -9183,3 +9183,27 @@ index 8a824f700a..16ac696029 100644
--
2.53.0
From df646fe6ac7b8739833987829c9ffc0bc31f39ef Mon Sep 17 00:00:00 2001
From: Joan Torres Lopez <joantolo@redhat.com>
Date: Tue, 21 Apr 2026 12:57:14 +0200
Subject: [PATCH 43/42] authPromtp: Ensure hint_text is properly cleared
---
js/gdm/authPrompt.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/js/gdm/authPrompt.js b/js/gdm/authPrompt.js
index cdad827..0081950 100644
--- a/js/gdm/authPrompt.js
+++ b/js/gdm/authPrompt.js
@@ -647,6 +647,7 @@ export const AuthPrompt = GObject.registerClass({
reuseEntryText: false,
});
+ this._entry.hint_text = '';
if (!reuseEntryText) {
this._entry.text = '';
this._inactiveEntry.text = '';
--
2.53.0