Terminal: Difference between revisions
Jump to navigation
Jump to search
(rm/home/olpc/.sugar/default/config) |
(remove outdated material) |
||
(16 intermediate revisions by 12 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}} |
|||
| git=http://git.sugarlabs.org/projects/terminal |
|||
}} |
|||
{{ OBX xobundle|http://dev.laptop.org/~sayamindu/bundles/terminal/Terminal-19.xo|Terminal-19}} |
|||
{{olpcboxbottom}} |
|||
See also [[Terminal Activity]]. |
|||
= Terminal = |
|||
The Terminal activity provides a simple interactive shell prompt. |
|||
For information on using Terminal, see [[Terminal Activity]] in the XO Support FAQ. |
|||
= Screenshots = |
|||
[[Image:Terminal-screenshot-1.jpg|615px]] |
|||
= 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) |
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.