From 0f9d8d58d40342c7cc44b29f12935ef36f4d7788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Wed, 4 Mar 2026 11:40:15 -0800 Subject: [PATCH 1/2] Screencast: redesign icon as circle --- data/gresource.xml | 4 +- data/icons/screencast.svg | 119 +----------------------------------- src/ScreenCast/Session.vala | 2 +- 3 files changed, 4 insertions(+), 121 deletions(-) diff --git a/data/gresource.xml b/data/gresource.xml index 38835c88..3baf25c1 100644 --- a/data/gresource.xml +++ b/data/gresource.xml @@ -4,8 +4,8 @@ Application.css - icons/screencast.svg - icons/screencast.svg + icons/screencast.svg + icons/screencast.svg icons/grab-area-symbolic.svg icons/grab-screen-symbolic.svg diff --git a/data/icons/screencast.svg b/data/icons/screencast.svg index 690e16d8..90b2e91f 100644 --- a/data/icons/screencast.svg +++ b/data/icons/screencast.svg @@ -1,119 +1,2 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +image/svg+xml diff --git a/src/ScreenCast/Session.vala b/src/ScreenCast/Session.vala index 4fdc556f..bda0fdf8 100644 --- a/src/ScreenCast/Session.vala +++ b/src/ScreenCast/Session.vala @@ -88,7 +88,7 @@ public class ScreenCast.Session : Object { internal void start (string app_id, string parent_window) { var dialog = new Dialog (source_types, allow_multiple) { title = _("An application wants to access the screen"), - secondary_icon = new ThemedIcon ("accessories-screencast-tool"), + secondary_icon = new ThemedIcon ("emblem-portal-screencast"), secondary_text = _("Select which parts of the screen to share:"), parent_handle = parent_window }; From 274438fc3d188a797719204d4a5c3f88531bf6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Wed, 4 Mar 2026 11:44:13 -0800 Subject: [PATCH 2/2] Fix double border --- data/icons/screencast.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/icons/screencast.svg b/data/icons/screencast.svg index 90b2e91f..fdad2b95 100644 --- a/data/icons/screencast.svg +++ b/data/icons/screencast.svg @@ -1,2 +1,2 @@ -image/svg+xml +image/svg+xml