1GTK4-LAUNCH() GTK4-LAUNCH()
2
3
4
6 gtk4-launch - Launch an application
7
9 gtk4-launch [OPTIONS...] <APPLICATION> [URI...]
10
11
13 gtk4-launch launches an application using the given name. The applica‐
14 tion is started with proper startup notification on a default display,
15 unless specified otherwise.
16
17 gtk4-launch takes at least one argument, the name of the application to
18 launch. The name should match application desktop file name, as resid‐
19 ing in the applications subdirectories of the XDG data directories,
20 with or without the .desktop suffix.
21
22 If called with more than one argument, the rest of them besides the ap‐
23 plication name are considered URI locations and are passed as arguments
24 to the launched application.
25
27 -?, -h, --help
28 Print the command's help and exit.
29
30 --version
31 Print the command's version and exit.
32
34 Some environment variables affect the behavior of gtk4-launch:
35
36 XDG_DATA_HOME, XDG_DATA_DIRS
37 The environment variables specifying the XDG data directories.
38
39
40
41
42 GTK4-LAUNCH()