summaryrefslogtreecommitdiff
path: root/veracrypt/debian/veracrypt.desktop
diff options
context:
space:
mode:
Diffstat (limited to 'veracrypt/debian/veracrypt.desktop')
-rw-r--r--veracrypt/debian/veracrypt.desktop22
1 files changed, 22 insertions, 0 deletions
diff --git a/veracrypt/debian/veracrypt.desktop b/veracrypt/debian/veracrypt.desktop
new file mode 100644
index 0000000..83ec931
--- /dev/null
+++ b/veracrypt/debian/veracrypt.desktop
@@ -0,0 +1,22 @@
+[Desktop Entry]
+Type=Application
+Name=VeraCrypt
+GenericName=VeraCrypt volume manager
+Comment=Create and mount VeraCrypt encrypted volumes
+Icon=veracrypt
+Exec=veracrypt %f
+Categories=Security;Utility;Filesystem
+Keywords=encryption,filesystem
+Terminal=false
+X-Ayatana-Desktop-Shortcuts=MountFavorites;DismountAll
+MimeType=application/x-veracrypt-volume;application/x-truecrypt-volume;
+
+[MountFavorites Shortcut Group]
+Name=Mount All Favorite Volumes
+Exec=/usr/bin/veracrypt --auto-mount=favorites
+TargetEnvironment=Unity
+
+[DismountAll Shortcut Group]
+Name=Dismount All Mounted Volumes
+Exec=/usr/bin/veracrypt --dismount
+TargetEnvironment=Unity
bgstack15