[xdg-desktop-portal-gnome/wip/exalm/dark: 6/8] Set ADW_DISABLE_PORTAL=1
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [xdg-desktop-portal-gnome/wip/exalm/dark: 6/8] Set ADW_DISABLE_PORTAL=1
- Date: Tue, 21 Sep 2021 15:32:13 +0000 (UTC)
commit ab21bc9d9887f90110b843cda3ff73bfc11f0df9
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Tue Sep 21 18:15:08 2021 +0500
Set ADW_DISABLE_PORTAL=1
Don't let libadwaita access the settings portal and deadlock everything.
src/xdg-desktop-portal-gnome.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/xdg-desktop-portal-gnome.c b/src/xdg-desktop-portal-gnome.c
index 256ef4e..b17d8aa 100644
--- a/src/xdg-desktop-portal-gnome.c
+++ b/src/xdg-desktop-portal-gnome.c
@@ -190,6 +190,7 @@ main (int argc, char *argv[])
/* Avoid pointless and confusing recursion */
g_unsetenv ("GTK_USE_PORTAL");
+ g_setenv ("ADW_DISABLE_PORTAL", "1", TRUE);
gtk_init ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]