From de8515f25c3ccfa9cb4a07ac2976b511deb5ef67 Mon Sep 17 00:00:00 2001 From: FineFindus Date: Wed, 28 Jan 2026 14:37:08 +0100 Subject: [PATCH 1/2] fix: hardcode Adwaita icon theme Enforces the use of the default (`Adwaita`) icon theme. Fixes issues, where a custom icon theme would display icons with different metaphors than intended by the default icon theme, thus breaking the user experience. Ref: https://stopthemingmy.app/ --- src/window.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window.rs b/src/window.rs index 094d0de..362192f 100644 --- a/src/window.rs +++ b/src/window.rs @@ -171,6 +171,7 @@ mod imp { if PROFILE == "Devel" { obj.add_css_class("devel"); } + obj.settings().set_gtk_icon_theme_name(Some("Adwaita")); let main_context = glib::MainContext::default(); main_context.spawn_local(glib::clone!( From 2f8380d53cbe08ec8a3f38775dbed3de5cab7d2c Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 13:38:01 +0000 Subject: [PATCH 2/2] chore(translations): update template --- po/Eyedropper.pot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/Eyedropper.pot b/po/Eyedropper.pot index ab0292f..84bec5c 100644 --- a/po/Eyedropper.pot +++ b/po/Eyedropper.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Eyedropper\n" "Report-Msgid-Bugs-To: https://github.com/FineFindus/eyedropper\n" -"POT-Creation-Date: 2026-01-26 19:15+0000\n" +"POT-Creation-Date: 2026-01-28 13:38+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -640,14 +640,14 @@ msgstr "" msgid "Move Down" msgstr "" -#: src/window.rs:326 +#: src/window.rs:327 msgid "Cleared history" msgstr "" -#: src/window.rs:327 +#: src/window.rs:328 msgid "Undo" msgstr "" -#: src/window.rs:467 +#: src/window.rs:468 msgid "Failed to pick a color" msgstr ""