1<?xml version="1.0" encoding="UTF-8"?>
2
3<component type="desktop-application">
4  <id>org.linux_hardware.hw-probe</id>
5  <metadata_license>CC-BY-3.0</metadata_license>
6  <project_license>LGPL-2.1+</project_license>
7  <name>Hardware Probe</name>
8  <summary>Check operability of computer hardware and find drivers</summary>
9  <developer_name>Linux Hardware Project</developer_name>
10
11  <description>
12    <p>
13      A tool to probe for hardware, check operability and find drivers with
14      the help of Linux Hardware Database.
15    </p>
16    <p>
17      Probe — is a snapshot of your computer hardware state.
18      The tool checks operability of devices by analysis of logs and
19      returns a permanent url to view the probe of the computer.
20    </p>
21    <p>
22      The probes are intended to simplify collecting of logs necessary for
23      investigating hardware related problems. Just run one simple command
24      to check hardware and collect all the system logs at once:
25    </p>
26    <p>
27      sudo -E flatpak run org.linux_hardware.hw-probe -all -upload
28    </p>
29    <p>
30      If some of hardware devices don't work due to a missed driver
31      then the tool will suggest a proper Linux kernel version according
32      to the LKDDb or third-party drivers.
33    </p>
34    <p>
35      By creating a probe, you contribute to the HDD/SSD desktop-class
36      reliability study: https://github.com/linuxhw/SMART
37    </p>
38    <p>
39      Private info is not collected.
40    </p>
41    <p>
42      Note: The 'Launch' button doesn't work properly due to a bug 552
43      in GNOME Software. Use desktop icon instead to create the probe.
44    </p>
45  </description>
46
47  <categories>
48    <category>
49      System
50    </category>
51  </categories>
52
53  <launchable type="desktop-id">org.linux_hardware.hw-probe.desktop</launchable>
54
55  <screenshots>
56    <screenshot type="default">
57      <image>https://github.com/linuxhw/build-stuff/releases/download/1.4/image-2.png</image>
58    </screenshot>
59    <screenshot>
60      <image>https://github.com/linuxhw/build-stuff/releases/download/1.4/image-3.png</image>
61    </screenshot>
62    <screenshot>
63      <image>https://github.com/linuxhw/build-stuff/releases/download/1.4/image-1.png</image>
64    </screenshot>
65  </screenshots>
66
67  <url type="homepage">https://github.com/linuxhw/hw-probe</url>
68
69  <provides>
70    <binary>hw-probe</binary>
71  </provides>
72
73  <content_rating type="oars-1.0">
74    <content_attribute id="social-info">moderate</content_attribute>
75  </content_rating>
76
77  <releases>
78    <release version="1.5" date="2020-01-15">
79      <description>
80        Hardware Probe Tool 1.5
81      </description>
82    </release>
83  </releases>
84
85</component>
86