Terminal: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(this problem was fixed long ago, tested fine in terminal-41) |
||
Line 20: | Line 20: | ||
gnome-window |
gnome-window |
||
== 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 |
{{Activity page |
||
|icon=Image:Activity-terminal.svg |
|icon=Image:Activity-terminal.svg |
Revision as of 00:33, 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: |
|
For information on using Terminal, see Terminal Activity in the XO Support FAQ.
How to install
Download this .xo file using the Browse activity: Terminal-19.xo gnome-window
Activity Summary
Icon: | Sugar icon::Image:Activity-terminal.svg |
Genre: | Activity genre::Programming |
Activity group: | ,|x|Activity group::x}} |
Short description: | Short description::The Terminal activity provides a simple interactive shell prompt. |
Description: | Description::ande |
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 : |