From 656ffda1349f7afb592f48dc1468ffe6f8535ea3 Mon Sep 17 00:00:00 2001 From: Breeze Date: Sun, 9 Aug 2026 10:36:21 +0200 Subject: [PATCH 1/2] Set the GTK application name --- usr/bin/sticky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/sticky b/usr/bin/sticky index 7425e9c..9cb1c50 100755 --- a/usr/bin/sticky +++ b/usr/bin/sticky @@ -1,3 +1,3 @@ #!/bin/bash -/usr/lib/sticky/sticky.py $* +/usr/lib/sticky/sticky.py --name=org.x.sticky "$@" From ee053319cf60eaecdcfae900b8774615c8d587df Mon Sep 17 00:00:00 2001 From: Breeze Date: Sun, 9 Aug 2026 10:36:39 +0200 Subject: [PATCH 2/2] Match desktop file to application ID --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/meson.build b/data/meson.build index 32b10ef..4da1c56 100644 --- a/data/meson.build +++ b/data/meson.build @@ -10,7 +10,7 @@ configure_file( i18n.merge_file( input: 'sticky.desktop.in', - output: 'sticky.desktop', + output: 'org.x.sticky.desktop', po_dir: podir, type: 'desktop', install: true,