Terminal: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
(remove outdated material)
 
(9 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{Translations}}
[[Category:Developers]]
[[Category:Developers]]


{{Activity migrated to sl.o
{{olpcboxtop|toptext=[[{{PAGENAME}}|Terminal]]}}
| download=http://activities.sugarlabs.org/en-US/sugar/addon/4043
{{ OBX activity |[[Image:activity-terminal.svg|42px]]|core}}
{{ OBX source dev|projects/terminal-activity}}
| 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.


[[Image:Terminal-screenshot-1.jpg|615px]]
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:
--
> self.props.enable_fullscreen_mode and \
> self.get_title() != 'Terminal Activity':
</pre>
--[[User:Riv|Riv]] 08:00, 8 October 2008 (UTC)
{{Activity page
|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.