-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathscreengrab.metainfo.xml
More file actions
38 lines (34 loc) · 1.22 KB
/
screengrab.metainfo.xml
File metadata and controls
38 lines (34 loc) · 1.22 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.lxqt.screengrab</id>
<url type="homepage">https://github.com/lxqt/screengrab</url>
<url type="bugtracker">https://github.com/lxqt/screengrab/issues</url>
<content_rating type="oars-1.1"/>
<name>ScreenGrab</name>
<summary>Screenhot Tool in Qt</summary>
<metadata_license>CC-BY-4.0</metadata_license>
<project_license>GPL-2.0-only</project_license>
<description>
<p>
Powerful screen capture utility in Qt for X11 and Wayland
Capture screen, window (X11), area or selected area
Features:
</p>
<ul>
<li>Delay</li>
<li>Edit directly in other applications</li>
<li>Automatic saving; insert date+time in custom filename</li>
<li>Copy to clipboard</li>
<li>Fit to edges by right click (X11)</li>
<li>Select screen (Wayland)</li>
<li>Powerful command line options</li>
<li>Custom shortcuts</li>
</ul>
</description>
<launchable type="desktop-id">screengrab.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://github.com/lxqt/screengrab/raw/master/screengrab.png</image>
</screenshot>
</screenshots>
</component>