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