Documentation/devtools/maemo5/osso-xterm
From Maemo Wiki
Jump to navigationJump to search
| This article documents a developer tool. A list of available devtools is available, together with installation instructions. |
Description
osso-xterm is a terminal emulator for the X Window System. It is installed to the device by default and can be found from the applications list as "X Terminal".
All the command line development tools can be run from osso-xterm.
Packages
source: osso-xterm
binary: osso-xterm
Usage Examples
Typical python usage calling example for a command/program to run in a stand-alone window, which closes upon completion of the command:
os.system('osso-xterm -e "command --command-line options" &')
Links
-