- commit
- 59899030cdf16bbc721145947724725a9813220c
- parent
- 285e0a348907e6c6efcb7734a3786a9e6e59f186
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-10-12 06:22
portals: replace GTK_USE_PORTAL by GIO_USE_PORTALS also move it to portals and note that it doesn't actually work https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3602
Diffstat
| M | includes/gui | 1 | - |
| M | includes/portal | 4 | ++++ |
2 files changed, 4 insertions, 1 deletions
diff --git a/includes/gui b/includes/gui
@@ -19,5 +19,4 @@ bind-try $XDG_CACHE_HOME/thumbnails 19 19 20 20 dbus-talk org.a11y.Bus 21 2122 -1 setenv GTK_USE_PORTAL 123 22 include portal
diff --git a/includes/portal b/includes/portal
@@ -1,2 +1,6 @@ -1 1 # NOTE: there is no standardized mechanism to make applications actually use -1 2 # the portals -1 3 -1 4 # setenv GIO_USE_PORTALS 1 1 5 dbus-talk org.freedesktop.portal.Desktop 2 6 dbus-talk org.freedesktop.portal.Documents