Skip to content

Commit 0a25c12

Browse files
committed
Merge pull request #178 from daveol/appdata-and-desktop
add Appdata file and update desktop file
2 parents 48bdc95 + 580c517 commit 0a25c12

File tree

2 files changed

+76
-0
lines changed

2 files changed

+76
-0
lines changed

qtpass.appdata.xml

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop">
3+
<id>qtpass.desktop</id>
4+
<name>QtPass</name>
5+
<summary>GUI for the standard unix password store</summary>
6+
<summary xml:lang="nl_NL">GUI voor de standaard unix wachtwoord opslag</summary>
7+
<developer_name>IJHack</developer_name>
8+
<description>
9+
<p>
10+
QtPass is a multi-platform GUI for pass, the standard unix password manager.
11+
</p>
12+
<p>Features:</p>
13+
<ul>
14+
<li>Using pass or git and gpg2 directly</li>
15+
<li>Cross platform: Linux, BSD, OS X and Windows</li>
16+
<li>Using native widgets and iconography where possible</li>
17+
<li>Reading pass password stores</li>
18+
<li>Decrypting and displaying the password and related info</li>
19+
<li>Editing and adding of passwords and information</li>
20+
<li>Updating to and from a git repository</li>
21+
<li>Per-folder user selection for multi recipient encryption</li>
22+
<li>Configuration options for backends and executable/folder locations</li>
23+
<li>Copying password to clipboard</li>
24+
<li>Configurable shoulder surfing protection options</li>
25+
<li>Experimental WebDAV support</li>
26+
</ul>
27+
</description>
28+
<!--<description xml:lang="nl_NL"></description>--><!-- other languages are supported -->
29+
<metadata_license>GFDL-1.3</metadata_license>
30+
<project_license>GPL-3.0</project_license>
31+
<url type="bugtracker">https://github.com/IJHack/qtpass/issues</url>
32+
<!--<url type="donation"></url>-->
33+
<url type="faq">https://github.com/IJHack/qtpass/blob/master/FAQ.md</url>
34+
<!--<url type="help"></url>-->
35+
<url type="homepage">https://qtpass.org/</url>
36+
<project_group>IJHack</project_group>
37+
<screenshots>
38+
<screenshot type="default">
39+
<!--<caption></caption> -->
40+
<image width="768" height="596">https://qtpass.org/images/qtpass.png</image>
41+
</screenshot>
42+
<screenshot>
43+
<caption>Configuration</caption>
44+
<caption xml:lang="nl_NL">Configuratie</caption>
45+
<image width="900" height="637">https://qtpass.org/images/config.png</image>
46+
</screenshot>
47+
</screenshots>
48+
</component>

qtpass.desktop

+28
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,36 @@
22
Type=Application
33
Name=QtPass
44
Version=1.0
5+
GenericName=Password Manager
6+
#GenericName[ar_MA]=
7+
#GenericName[de_DE]=
8+
#GenericName[es_ES]=
9+
#GenericName[fr_BE]=
10+
#GenericName[fr_FR]=
11+
#GenericName[gl_ES]=
12+
#GenericName[he_IL]=
13+
#GenericName[hu_HU]=
14+
GenericName[nl_NL]=Wachtwoord Beheer
15+
#GenericName[pl_PL]=
16+
#GenericName[ru_RU]=
17+
#GenericName[sv_SE]=
18+
#GenericName[zh_CN]=
519
Comment=GUI for the standard unix password store
20+
#Comment[ar_MA]=
21+
#Comment[de_DE]=
22+
#Comment[es_ES]=
23+
#Comment[fr_BE]=
24+
#Comment[fr_FR]=
25+
#Comment[gl_ES]=
26+
#Comment[he_IL]=
27+
#Comment[hu_HU]=
28+
Comment[nl_NL]=GUI voor de standaard unix wachtwoord opslag
29+
#Comment[pl_PL]=
30+
#Comment[ru_RU]=
31+
#Comment[sv_SE]=
32+
#Comment[zh_CH]=
633
Exec=qtpass
734
Icon=qtpass-icon
835
Terminal=false
936
Categories=Security;Utility;
37+
Keywords=Password;Manager;QT;

0 commit comments

Comments
 (0)