Terminal: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Fix the page by moving the complicated markup out of the long description form field)
(set activity group to 8.2)
Line 11: Line 11:
[[Image:Terminal-screenshot-1.jpg|615px]]
[[Image:Terminal-screenshot-1.jpg|615px]]


= How to Install =
== How to Install ==
Download this '''.xo''' file using the Browse activity: [http://dev.laptop.org/~sayamindu/bundles/terminal/Terminal-19.xo Terminal-19.xo]
Download this '''.xo''' file using the Browse activity: [http://dev.laptop.org/~sayamindu/bundles/terminal/Terminal-19.xo Terminal-19.xo]


Line 26: Line 26:
</pre>
</pre>
--[[User:Riv|Riv]] 08:00, 8 October 2008 (UTC)
--[[User:Riv|Riv]] 08:00, 8 October 2008 (UTC)


{{Activity page
{{Activity page
|icon=Image:Activity-terminal.svg
|icon=Image:Activity-terminal.svg
|genre=General Search and Discovery
|genre=General Search and Discovery
|activity group=Activities/G1G1
|short description=The Terminal activity provides a simple interactive shell prompt.
|short description=The Terminal activity provides a simple interactive shell prompt.

|contact person=User:Sayamindu
|contact person=User:Sayamindu
|activity source=http://dev.laptop.org/git?p=projects/terminal-activity
|activity source=http://dev.laptop.org/git?p=projects/terminal-activity

Revision as of 09:32, 5 December 2008

   HowTo [ID# 184392]  +/-  
Activity-terminal.svg This activity was core

For information on using Terminal, see Terminal Activity in the XO Support FAQ.

Terminal-screenshot-1.jpg

How to Install

Download this .xo file using the Browse activity: Terminal-19.xo

Feature requests

When I use fullscreen mode in Terminal (after pressing alt-enter), the escape key exits fullscreen mode. This is particularly annoying if I am in vi, where escape is used a lot.

Here is what I've changed in /usr/lib/python25/site-packages/sugar/graphics/window.py to get this working:

214,215c214
<             self.props.enable_fullscreen_mode and \
<             self.get_title() != 'Terminal Activity':
---
>             self.props.enable_fullscreen_mode:

--Riv 08:00, 8 October 2008 (UTC)

Activity Summary

Icon: Sugar icon::Image:Activity-terminal.svg
Genre: Activity genre::General Search and Discovery
Activity group: ,|x|Activity group::x}}
Short description: Short description::The Terminal activity provides a simple interactive shell prompt.
Description:
Maintainers: ,|x|Contact person::x}}
Repository URL: Source code::http://dev.laptop.org/git?p=projects/terminal-activity
Available languages: ,|x|Available languages::x}}
Available languages (codes): ,|x|Language code::x}}
Pootle URL:
Related projects: Related projects,|x|Related projects::x}}
Contributors: ,|x|Team member::x}}
URL from which to download the latest .xo bundle Activity bundle::http://dev.laptop.org/~sayamindu/bundles/terminal/Terminal-19.xo
Last tested version number: Activity version::19
The releases with which this version of the activity has been tested. ,|x|Software release::x}}
Development status: Devel status::6. Mature
Ready for testing (development has progressed to the point where testers should try it out): ,|x|Ready for testing::x}}
smoke tested :
test plan available :
test plan executed :
developer response to testing :