Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added .desktop and MIME type registration file #20

Merged
merged 1 commit into from
Jul 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
added .desktop and MIME type registration file
  • Loading branch information
dmgk committed Jul 6, 2016
commit 639009cede913db2707a935fcbc844adf6a2fdce
11 changes: 11 additions & 0 deletions encryptpad.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=EncryptPad
Comment=Secure text editor and binary encryptor
Icon=encryptpad
Exec=EncryptPad %f
Categories=Utility;TextEditor;
StartupNotify=false
Terminal=false
MimeType=application/x-encryptpad
8 changes: 8 additions & 0 deletions encryptpad.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/x-encryptpad">
<comment>EncryptPad file</comment>
<glob pattern="*.epd"/>
<icon name="encryptpad"/>
</mime-type>
</mime-info>