From d6f3e339a16019d21fc558d1637bb0d941be3962 Mon Sep 17 00:00:00 2001 From: Automeris naranja Date: Wed, 17 Apr 2024 12:18:50 -0300 Subject: [PATCH] extensions-app: Improve "noshell" status page When running Extensions outside GNOME, a status page appears informing that the extensions can't be listed. However, the status page has some UI issues: - It doesn't have an icon - Doesn't use header capitalization - Using "sorry" in the description is an uncommon phrasing tone that isn't used in other GNOME apps - "Something's gone wrong" is a vague explanation Fix all of the issues above. --- subprojects/extensions-app/data/ui/extensions-window.ui | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/subprojects/extensions-app/data/ui/extensions-window.ui b/subprojects/extensions-app/data/ui/extensions-window.ui index 0d46084d9a..32019c233d 100644 --- a/subprojects/extensions-app/data/ui/extensions-window.ui +++ b/subprojects/extensions-app/data/ui/extensions-window.ui @@ -274,8 +274,9 @@ noshell - Something’s gone wrong - We’re very sorry, but it was not possible to get the list of installed extensions. Make sure you are logged into GNOME and try again. + dialog-error-symbolic + Unable to List Extensions + Make sure you are logged into GNOME and try again -- GitLab