1GTK4-BROADWAYD() GTK4-BROADWAYD()
2
3
4
6 gtk4-broadwayd - The Broadway display server
7
9 gtk4-broadwayd [OPTIONS...] <DISPLAY>
10 gtk4-broadwayd --port=PORT --address=ADDRESS <DISPLAY>
11 gtk4-broadwayd --unixaddress=ADDRESS <DISPLAY>
12
13
15 gtk4-broadwayd is a display server for the Broadway GDK backend. It al‐
16 lows multiple GTK applications to display their windows in the same web
17 browser, by connecting to gtk4-broadwayd.
18
19 When using gtk4-broadwayd, specify the display number to use, prefixed
20 with a colon, similar to X. The default display number is 0.
21
22 gtk4-broadwayd :5
23
24 Then point your web browser at http://127.0.0.1:8085.
25
26 Start your applications like this:
27
28 GDK_BACKEND=broadway BROADWAY_DISPLAY=:5 gtk4-demo
29
31 --port PORT
32 Use the given PORT for the HTTP connection, instead of the default
33 8080 + (DISPLAY - 1).
34
35 --address ADDRESS
36 Use the given address for the HTTP connection, instead of the de‐
37 fault http://127.0.0.1.
38
39 --unixsocket ADDRESS
40 Use the given address as the unix domain socket address. This option
41 overrides --address and --port, and it is available only on
42 Unix-like systems.
43
44
45
46
47 GTK4-BROADWAYD()