This file is indexed.

/usr/share/metainfo/texstudio.appdata.xml is in texstudio 2.12.6+debian-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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Tim Hoffmann -->
<component type="desktop-application">
  <id>org.texstudio.TeXstudio</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-2.0</project_license>
  <name>TeXstudio</name>
  <summary>LaTeX editor</summary>

  <description>
    <p>
      TeXstudio is an integrated writing environment for creating LaTeX documents. It integrates editing, building and viewing into a single frontend.
    </p>
    <p>
      Our goal is to make writing LaTeX as easy and comfortable as possible.
      This is achieved through a rich feature set including:
      <ul>
        <li>Easy source code navigation: Structure view, links, cursor history</li>
        <li>Detailed syntax highlighting</li>
        <li>Auto-completion</li>
        <li>Live checking for spelling, grammar, citations, references, syntax and packages</li>
        <li>Innovative table editing</li>
        <li>Clear display of LaTeX errors and warnings (in editor and as list)</li>
        <li>Integrated PDF viewer with (almost) word-level syncing</li>
        <li>Live-updating inline preview for formulas and code segments</li>
        <li>Scripting support</li>
      </ul>
    </p>
  </description>

  <launchable type="desktop-id">texstudio.desktop</launchable>

  <screenshots>
    <screenshot type="default">
      <image>http://texstudio.sourceforge.net/resources/appdata/txs_screenshot_application.png</image>
    </screenshot>
  </screenshots>

  <kudos>
    <kudo>AppMenu</kudo>
    <kudo>HiDpiIcon</kudo>
    <kudo>HighContrast</kudo>
    <kudo>ModernToolkit</kudo>
    <kudo>UserDocs</kudo>
  </kudos>

  <url type="homepage">http://texstudio.sourceforge.net/</url>

  <update_contact>texstudio-list_at_lists.sourceforge.net</update_contact>
</component>