This file is indexed.

/usr/share/metainfo/copyq.appdata.xml is in copyq 3.2.0-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
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 Lukáš Holeček <hluk@email.cz> -->
<component type="desktop">
    <id>copyq.desktop</id>
    <metadata_license>CC0-1.0</metadata_license>
    <project_license>GPL-3.0+</project_license>

    <name>CopyQ</name>
    <summary>Advanced clipboard manager</summary>

    <description>
        <p>
            CopyQ is advanced clipboard manager with editing and scripting features.
        </p>
        <p>
            CopyQ monitors system clipboard and saves its content in customized tabs.
            Saved clipboard can be later copied and pasted directly into any application.
        </p>
    </description>

    <url type="homepage">https://hluk.github.io/CopyQ/</url>
    <url type="bugtracker">https://github.com/hluk/CopyQ/issues</url>
    <url type="help">https://copyq.readthedocs.io</url>
    <url type="faq">https://copyq.readthedocs.io/en/latest/faq.html</url>
    <url type="donation">https://www.bountysource.com/teams/copyq</url>
    <url type="translate">https://hosted.weblate.org/engage/copyq/</url>

    <screenshots>
        <screenshot type="default">
            <image>https://hluk.github.io/CopyQ/images/application.png</image>
        </screenshot>
    </screenshots>

    <categories>
        <category>Utility</category>
    </categories>

    <kudos>
        <kudo>HiDpiIcon</kudo>
        <kudo>ModernToolkit</kudo>
    </kudos>

    <keywords>
      <keyword>clipboard</keyword>
      <keyword>clipboard-manager</keyword>
      <keyword>clipboard-history</keyword>
      <keyword>notes</keyword>
      <keyword>copy-and-paste</keyword>
    </keywords>

    <update_contact>hluk_at_email.cz</update_contact>
    <developer_name>Lukas Holecek</developer_name>
</component>