-
Notifications
You must be signed in to change notification settings - Fork 89
/
system-config-printer.appdata.xml.in
41 lines (35 loc) · 1.62 KB
/
system-config-printer.appdata.xml.in
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>system-config-printer.desktop</id>
<metadata_license>CC0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Print Settings</name>
<summary>Configure printer queues</summary>
<description>
<p>With system-config-printer you can add, edit and delete
printer queues. It allows you to choose the connection method and
the printer driver.</p>
<p>For each queue, you can adjust the default page size and other
driver options, as well as seeing ink/toner levels and status
messages.</p>
</description>
<screenshots>
<screenshot type="default">
<caption>Main window</caption>
<image type="source" width="624" height="351">https://raw.githubusercontent.com/OpenPrinting/system-config-printer/master/data/screenshot-mainwindow.png</image>
</screenshot>
<screenshot>
<caption>Printer properties</caption>
<image type="source" width="752" height="423">https://raw.githubusercontent.com/OpenPrinting/system-config-printer/master/data/screenshot-properties.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/OpenPrinting/system-config-printer/</url>
<url type="bugtracker">https://github.com/OpenPrinting/system-config-printer/issues</url>
<provides>
<binary>system-config-printer</binary>
<dbus type="system">org.fedoraproject.Config.Printing</dbus>
<id>system-config-printer.desktop</id>
</provides>
<launchable type="desktop-id">system-config-printer.desktop</launchable>
<update_contact>[email protected]</update_contact>
</component>