diff --git a/src/runtime.c b/src/runtime.c
index 0b53fc6e4ff0d52257f771d0e7e4ebbcbf7103d5..50eebe8925c32dd006da1037acb0bdae96bf138c 100644
--- a/src/runtime.c
+++ b/src/runtime.c
@@ -1736,6 +1736,9 @@ pv_runtime_use_host_graphics_stack (PvRuntime *self,
                                   error))
             return FALSE;
 
+          if (!pv_bwrap_bind_usr (temp_bwrap, "/", "/run/host", error))
+            return FALSE;
+
           flatpak_bwrap_add_args (temp_bwrap,
                                   "env", "PATH=/usr/bin:/bin",
                                   "readlink", "-e", arch->ld_so,