This file is indexed.

/usr/share/bkchem/plugins/animate_undo.xml is in bkchem 0.13.0-6.

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
<?xml version="1.0" encoding="utf-8"?>

<plugin>

  <meta>
    <author email="beda@zirael.org">Beda Kosata</author>
    <description lang="en">
      Moves back to the first undo step and replays all the steps while saving
      each of them into a file 'filename'-XX.svg, where XX is a number.
    </description>
    <description lang="de">
      Macht alle Schritte rückgänging und wiederholt sie einzeln um sie in separate
      Dateinen zu speichern. Die Dateien heißen: 'Dateiname'-XX.svg, wobei XX für eine Zahl steht. 
    </description>
  </meta>

  <source>
    <file>animate_undo.py</file>
    <menu-text lang="en">Undo animation</menu-text>
    <menu-text lang="de">Animiere Verlauf</menu-text>
  </source>
</plugin>