1GTK-LAUNCH(1) User Commands GTK-LAUNCH(1)
2
3
4
6 gtk-launch - Launch an application
7
9 gtk-launch [OPTION...] APPLICATION [URI...]
10
12 gtk-launch launches an application using the given name. The
13 application is started with proper startup notification on a default
14 display, unless specified otherwise.
15
16 gtk-launch takes at least one argument, the name of the application to
17 launch. The name should match application desktop file name, as
18 residing in /usr/share/application, with or without the '.desktop'
19 suffix.
20
21 If called with more than one argument, the rest of them besides the
22 application name are considered URI locations and are passed as
23 arguments to the launched application.
24
26 The following options are understood:
27
28 -?, --help
29 Prints a short help text and exits.
30
31 --version
32 Prints the program version and exits.
33
34
35
36GTK+ GTK-LAUNCH(1)