File: hw-probe.appdata.xml

package info (click to toggle)
hw-probe 1.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,376 kB
  • sloc: perl: 16,167; xml: 133; makefile: 28; sh: 10
file content (79 lines) | stat: -rw-r--r-- 2,417 bytes parent folder | download
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>

<component type="desktop-application">
  <id>org.linux_hardware.hw-probe</id>
  <metadata_license>CC-BY-3.0</metadata_license>
  <project_license>BSD-2-Clause</project_license>
  <name>Hardware Probe</name>
  <summary>Check operability of computer hardware and find drivers</summary>
  <developer_name>Linux Hardware Project</developer_name>

  <description>
    <p>
      A tool to probe for hardware, check operability and find drivers with
      the help of Linux Hardware Database.
    </p>
    <p>
      Probe — is a snapshot of your computer hardware state.
      The tool checks operability of devices by analysis of logs, uploads
      anonymized hardware info to the database and returns a permanent url
      to view the probe of the computer:
    </p>
    <p>
      flatpak run org.linux_hardware.hw-probe -all -upload
    </p>
    <p>
      Run as root if you want to check health of all your hard drives.
    </p>
    <p>
      If some of hardware devices doesn't work due to a missed driver
      then the tool will suggest a proper Linux kernel version according
      to the LKDDb or third-party drivers.
    </p>
  </description>

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

  <launchable type="desktop-id">org.linux_hardware.hw-probe.desktop</launchable>

  <screenshots>
    <screenshot type="default">
      <image>https://github.com/linuxhw/build-stuff/releases/download/1.4/image-2.png</image>
    </screenshot>
    <screenshot>
      <image>https://github.com/linuxhw/build-stuff/releases/download/1.6/image-4.png</image>
    </screenshot>
    <screenshot>
      <image>https://github.com/linuxhw/build-stuff/releases/download/1.4/image-3.png</image>
    </screenshot>
    <screenshot>
      <image>https://github.com/linuxhw/build-stuff/releases/download/1.4/image-1.png</image>
    </screenshot>
  </screenshots>

  <url type="homepage">https://github.com/linuxhw/hw-probe</url>

  <provides>
    <binary>hw-probe</binary>
  </provides>

  <content_rating type="oars-1.0">
  </content_rating>

  <releases>
    <release version="1.6.5" date="2022-09-18" urgency="high">
      <description>
        Hardware Probe Tool 1.6.5
      </description>
      <url>https://github.com/linuxhw/hw-probe/blob/master/NEWS.md#hw-probe-16</url>
    </release>
  </releases>

</component>