From e8677f7618cc0b30c048d2e1d6a83db8d3e9e6d9 Mon Sep 17 00:00:00 2001 From: dany Date: Thu, 3 Jul 2025 16:04:39 +0200 Subject: [PATCH 1/3] Add recipes-diya/diya-overlay/files/xdg-terminal-exec --- recipes-diya/diya-overlay/files/xdg-terminal-exec | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-diya/diya-overlay/files/xdg-terminal-exec diff --git a/recipes-diya/diya-overlay/files/xdg-terminal-exec b/recipes-diya/diya-overlay/files/xdg-terminal-exec new file mode 100644 index 0000000..3c4240f --- /dev/null +++ b/recipes-diya/diya-overlay/files/xdg-terminal-exec @@ -0,0 +1,2 @@ +#! /bin/bash +foot $@ \ No newline at end of file From ae13e50979d379d7fecb7cdc07917bdc2149fbf4 Mon Sep 17 00:00:00 2001 From: dany Date: Thu, 3 Jul 2025 16:06:20 +0200 Subject: [PATCH 2/3] Update recipes-diya/diya-overlay/files/xdg-terminal-exec --- recipes-diya/diya-overlay/files/xdg-terminal-exec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-diya/diya-overlay/files/xdg-terminal-exec b/recipes-diya/diya-overlay/files/xdg-terminal-exec index 3c4240f..7d5268f 100644 --- a/recipes-diya/diya-overlay/files/xdg-terminal-exec +++ b/recipes-diya/diya-overlay/files/xdg-terminal-exec @@ -1,2 +1,2 @@ #! /bin/bash -foot $@ \ No newline at end of file +foot "$@" \ No newline at end of file From be8b6c5cf06cd2867056174d9d7265eb899da08e Mon Sep 17 00:00:00 2001 From: dany Date: Thu, 3 Jul 2025 17:54:26 +0200 Subject: [PATCH 3/3] using gtk4-layer-shell 1.1.1 --- recipes-gtk/gtk-layer-shell/gtk4-layer-shell_git.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-gtk/gtk-layer-shell/gtk4-layer-shell_git.bbappend b/recipes-gtk/gtk-layer-shell/gtk4-layer-shell_git.bbappend index 860f492..ebf4417 100644 --- a/recipes-gtk/gtk-layer-shell/gtk4-layer-shell_git.bbappend +++ b/recipes-gtk/gtk-layer-shell/gtk4-layer-shell_git.bbappend @@ -1,4 +1,4 @@ -PV = "1.1.0" -SRCREV = "v1.1.0" +PV = "1.1.1" +SRCREV = "v1.1.1" INSANE_SKIP:${PN}-dev += "dev-elf" \ No newline at end of file