mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
This patch moves away from gnome-terminal -e options which is deprecated and subject to possibly be removed in the future. The -- option is nearly equivalent in behaviour. Also ensures that uninstallation script has correct privileges, adds window title to xmessage and ensures correct files are used during installation.
12 lines
382 B
XML
12 lines
382 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
|
|
<mime-type type="application/x-veracrypt-volume">
|
|
<comment>VeraCrypt Volume</comment>
|
|
<glob pattern="*.hc"/>
|
|
</mime-type>
|
|
<mime-type type="application/x-truecrypt-volume">
|
|
<comment>TrueCrypt Volume</comment>
|
|
<glob pattern="*.tc"/>
|
|
</mime-type>
|
|
</mime-info>
|