f1aa8416d7
* https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.6.0 * https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.4 * https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.3 * https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.2 * https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.1 * https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.5.0
14 lines
437 B
Diff
14 lines
437 B
Diff
diff --git a/src/notification.c b/src/notification.c
|
|
index 5412609..4243e98 100644
|
|
--- a/src/notification.c
|
|
+++ b/src/notification.c
|
|
@@ -366,7 +366,7 @@
|
|
int status;
|
|
g_autofree char *err = NULL;
|
|
g_autoptr(GError) error = NULL;
|
|
- const char *icon_validator = LIBEXECDIR "/flatpak-validate-icon";
|
|
+ const char *icon_validator = "@flatpak@/libexec/flatpak-validate-icon";
|
|
const char *args[6];
|
|
|
|
if (G_IS_THEMED_ICON (icon))
|