We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9bfb19 commit c266910Copy full SHA for c266910
src/compute/compute/lib/manager.ts
@@ -334,6 +334,9 @@ class Manager {
334
COCALC_PROJECT_ID: this.project_id,
335
COCALC_USERNAME: userInfo().username,
336
COMPUTE_SERVER_ID: `${this.compute_server_id}`,
337
+ // default so that any windows that any user apps in terminal or jupyter run will
338
+ // automatically just work in xpra's X11 desktop.... if they happen to be running it.
339
+ DISPLAY: ":0",
340
};
341
342
0 commit comments