Terminal: Difference between revisions
Jump to navigation
Jump to search
m (consistent header capitalization per OLPC:Style guide) |
(remove outdated material) |
||
(10 intermediate revisions by 10 users not shown) | |||
Line 1: | Line 1: | ||
{{Translations}} |
|||
[[Category:Developers]] |
[[Category:Developers]] |
||
⚫ | |||
{{olpcboxtop|toptext=[[{{PAGENAME}}|Terminal]]}} |
|||
| download=http://activities.sugarlabs.org/en-US/sugar/addon/4043 |
|||
{{ OBX activity |[[Image:activity-terminal.svg|42px]]|core}} |
|||
| git=http://git.sugarlabs.org/projects/terminal |
|||
⚫ | |||
{{ OBX xobundle|http://dev.laptop.org/~sayamindu/bundles/terminal/Terminal-19.xo|Terminal-19}} |
|||
{{olpcboxbottom}} |
|||
For information on using Terminal, see [[Terminal Activity]] in the XO Support FAQ. |
|||
[[ |
See also [[Terminal Activity]]. |
||
== How to install == |
|||
Download this '''.xo''' file using the Browse activity: [http://dev.laptop.org/~sayamindu/bundles/terminal/Terminal-19.xo 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 <tt>/usr/lib/python25/site-packages/sugar/graphics/window.py</tt> to get this working: |
|||
<pre> |
|||
214,215c214 |
|||
< self.props.enable_fullscreen_mode and \ |
|||
< self.get_title() != 'Terminal Activity': |
|||
--- |
|||
> self.props.enable_fullscreen_mode: |
|||
</pre> |
|||
--[[User:Riv|Riv]] 08:00, 8 October 2008 (UTC) |
|||
⚫ | |||
|icon=Image:Activity-terminal.svg |
|||
|genre=General Search and Discovery |
|||
|activity group=Activities/G1G1 |
|||
|short description=The Terminal activity provides a simple interactive shell prompt. |
|||
|contact person=User:Sayamindu |
|||
|activity source=http://dev.laptop.org/git?p=projects/terminal-activity |
|||
|bundle URL=http://dev.laptop.org/~sayamindu/bundles/terminal/Terminal-19.xo |
|||
|activity version=19 |
|||
|releases=8.1.0 (703), 8.1.1 (708), 8.2.0 (767) |
|||
|devel status=6. Mature |
|||
⚫ |
Latest revision as of 00:35, 3 October 2013
?Sugar icon}} | This activity is now hosted at the Sugar Activity Library. The information here is likely to be out-of-date. Consult the new pages for "Terminal" first: |
See also Terminal Activity.