Warning: spawn_command_line_on_screen is deprecated since 4.16.
Executes the given command_line and returns true if the command terminated successfully.
Use spawn_command_line instead.
Else, the throws is set to the standard error output.
| screen |
a Screen or null to use the active screen, see gdk_screen_get_active. |
| command_line |
command line to run. |
| in_terminal |
whether to run |
| startup_notify |
whether to use startup notification. |
|
true if the |