spawn_command_line_on_screen


Description:


[ Version ( deprecated = true , deprecated_since = "4.16" ) ]
public bool spawn_command_line_on_screen (Screen? screen, string command_line, bool in_terminal, bool startup_notify) throws Error

Warning: spawn_command_line_on_screen is deprecated since 4.16.

Executes the given command_line and returns true if the command terminated successfully.

Note:

Use spawn_command_line instead.

Else, the throws is set to the standard error output.

Parameters:

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 command_line in a terminal.

startup_notify

whether to use startup notification.

Returns:

true if the command_line was executed successfully, false if throws is set.


Namespace: Xfce
Package: libxfce4ui-2