Documentation/devtools/maemo5/osso-xterm
(New page: == 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...) |
(→Usage Examples) |
||
(4 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | {{Devtools}} | ||
+ | |||
+ | |||
== Description == | == 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". | + | 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 "[[terminal|X Terminal]]". |
All the command line development tools can be run from osso-xterm. | All the command line development tools can be run from osso-xterm. | ||
Line 13: | Line 16: | ||
== Usage Examples == | == 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 == | == Links == | ||
Line 21: | Line 26: | ||
== See Also == | == See Also == | ||
- | + | [http://talk.maemo.org/showthread.php?t=35442 Config Toolbar] | |
+ | |||
+ | |||
+ | [[Category:Fremantle]] |
Latest revision as of 17:22, 7 December 2011
This article documents a developer tool. A list of available devtools is available, together with installation instructions. |
Contents |
[edit] 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.
[edit] Packages
source: osso-xterm
binary: osso-xterm
[edit] 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" &')
[edit] Links
-
[edit] See Also
- This page was last modified on 7 December 2011, at 17:22.
- This page has been accessed 11,661 times.