Skip to content

Commit c266910

Browse files
committed
always set DISPLAY env for compute servers
1 parent d9bfb19 commit c266910

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/compute/compute/lib/manager.ts

+3
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,9 @@ class Manager {
334334
COCALC_PROJECT_ID: this.project_id,
335335
COCALC_USERNAME: userInfo().username,
336336
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",
337340
};
338341
};
339342

0 commit comments

Comments
 (0)