/usr/share/help/ar/gedit/terminal.page is in gedit-plugin-terminal 3.28.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-terminal" xml:lang="ar">
<info>
<link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>
<link type="seealso" xref="gedit-plugins-pyconsole"/>
<revision pkgversion="3.8" date="2013-02-24" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
<email its:translate="no">jwcampbell@gmail.com</email>
</credit>
<credit type="author">
<name>Sindhu S</name>
<email its:translate="no">sindhus@live.in</email>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal-plugins.xml"/>
<desc>Add a terminal console to the bottom pane.</desc>
</info>
<title>Embedded Terminal</title>
<p><app>gedit</app> makes it possible to include an embedded version of
<app>GNOME Terminal</app>, the GNOME command-line application, in the bottom
pane of the <app>gedit</app> window. This will let you run scripts, install
needed software, or test your program without leaving <app>gedit</app>.</p>
<section id="enable-embedded-terminal">
<title>Enable Embedded Terminal</title>
<steps>
<title>To enable the <app>Embedded Terminal</app> plugin:</title>
<item>
<p>Select <guiseq><gui style="menu">gedit</gui>
<gui style="menuitem">Preferences</gui>
<gui style="tab">Plugins</gui></guiseq>.</p>
</item>
<item>
<p>Select <gui style="menuitem">Embedded Terminal</gui> to enable the
plugin.</p>
</item>
</steps>
</section>
<section id="using-embedded-terminal">
<title>Using Embedded Terminal</title>
<p>Once you have enabled the plugin, to add a terminal to the bottom
pane:</p>
<steps>
<item>
<p>Select <guiseq><gui style="menu">View</gui>
<gui style="menuitem">Bottom Pane</gui></guiseq>. Alternatively, you
can press <keyseq><key>Ctrl</key><key>F9</key></keyseq>.</p>
</item>
</steps>
</section>
</page>
|