This file is indexed.

/usr/share/help/ru/gedit/gedit-plugins-pyconsole.page is in gedit-common 3.22.0-2.

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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="gedit-plugins-pyconsole" xml:lang="ru">

<info>
  <link type="guide" xref="gedit-plugin-guide#gedit-default-plugins"/>
  <revision pkgversion="3.8" date="2013-02-24" status="review"/>
  <credit type="author">
    <name>Джим Кэмпбелл (Jim Campbell)</name>
    <email>jcampbell@gnome.org</email>
  </credit>
  <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
  <desc>Add an interactive Python console to the bottom pane.</desc>

    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Stas Solovey</mal:name>
      <mal:email>whats_up@tut.by</mal:email>
      <mal:years>2011-2015.</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Misha Shnurapet</mal:name>
      <mal:email>shnurapet@fedoraproject.org</mal:email>
      <mal:years>2011.</mal:years>
    </mal:credit>
  </info>

  <title>Консоль Python</title>

  <p>На нижнюю панель можно добавить консоль Python, позволяющую проверять скрипты Python, не выходя из <app>gedit</app>. Чтобы включить консоль Python, выберите <guiseq><gui style="menu">gedit</gui> <gui style="menuitem">Параметры</gui><gui>Модули</gui> <gui>Консоль Python</gui></guiseq>.</p>

  <p>После включения консоли Python, можно её отрыть, выбрав <guiseq><gui>Вид</gui><gui>Нижняя панель</gui></guiseq>, или нажав <keyseq><key>Shift</key><key>F9</key></keyseq>.</p>

  <note style="tip"><p>Если также включён модуль <gui>Встроенный терминал</gui>, консоль Python будет отображена в нижней панели в виде отдельной вкладки.</p></note>
</page>