mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-24 00:41:00 -04:00
dbus-proxy: Search path for bwrap when launching dbus-proxy
This is a regression from last release. Closes: #1724 Approved by: alexlarsson
This commit is contained in:
committed by
Atomic Bot
parent
7739209a74
commit
c595a03633
@@ -775,7 +775,7 @@ start_dbus_proxy (FlatpakBwrap *app_bwrap,
|
||||
if (!g_spawn_async (NULL,
|
||||
(char **) proxy_bwrap->argv->pdata,
|
||||
NULL,
|
||||
G_SPAWN_DEFAULT,
|
||||
G_SPAWN_SEARCH_PATH,
|
||||
flatpak_bwrap_child_setup_cb, proxy_bwrap->fds,
|
||||
NULL, error))
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user