Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-08 | Linux: Fix generic installation script on Konsole in Wayland (#1244) | Jertzukka | 1 | -2/+2 | |
The x11 aliases such as --title are only available in the Qt application if the XDG_SESSION_TYPE is x11. Instead of using an alias, we can use --qwindowtitle directly. | |||||
2023-06-29 | Linux/FreeBSD: Make pcsclite a dependency of the packages and the generic ↵ | Mounir IDRASSI | 1 | -1/+2 | |
installer | |||||
2023-06-13 | Linux: Fix compatibility of generic installers with old Linux distros | Mounir IDRASSI | 1 | -1/+5 | |
In old Linux distributions, tar command doesn't support "--keep-directory-symlink" so we now dynamically detect if this switch is support and then we use it if it is available | |||||
2023-05-18 | Fix mount.veracrypt (#1064) | Jertzukka | 1 | -2/+2 | |
Reverses order of --non-interactive and --text to actually make it work, also fix --pim working. | |||||
2022-02-05 | Linux: avoid overriding /usr/sbin if it is a symlink (close #888) | Mounir IDRASSI | 1 | -1/+1 | |
2022-02-05 | Linux: make generic uninstaller remove all VeraCrypt related files that were ↵ | Mounir IDRASSI | 1 | -0/+2 | |
copied by the generic installer | |||||
2021-08-23 | Linux: Add missing veracrypt.xml file used for mime type handling | Mounir IDRASSI | 1 | -0/+11 | |
2021-08-21 | Linux: Better Linux desktop integration. Add mount.veracrypt script for ↵ | Mounir IDRASSI | 2 | -6/+30 | |
fstab (proposed by unit193 at https://github.com/veracrypt/VeraCrypt/issues/814) | |||||
2019-11-09 | Linux: during uninstall, output error message to STDERR instead of STDOUT ↵ | Mounir IDRASSI | 1 | -1/+1 | |
for better compatibility with package managers | |||||
2019-10-06 | Linux/FreeBSD: change location of documentation from ↵ | Mounir IDRASSI | 1 | -0/+1 | |
/usr/share/veracrypt/doc to the standard /usr/share/doc/veracrypt | |||||
2017-12-13 | Linux: fix failure to install GUI version under recent versions of KDE. | Mounir IDRASSI | 1 | -2/+2 | |
2017-06-23 | Update IDRIX copyright year | Mounir IDRASSI | 1 | -1/+1 | |
2017-06-05 | Linux/MacOSX: Replace User Guide PDF with local HTML documentation. Replace ↵ | Mounir IDRASSI | 1 | -3/+1 | |
UI links to point towards local HTML documentation if it exists | |||||
2016-05-10 | Remove trailing whitespace | David Foerster | 1 | -33/+33 | |
2016-01-20 | Copyright: update dates to include 2016. | Mounir IDRASSI | 1 | -1/+1 | |
2015-08-06 | Linux: Correct formating of license displayed in the installer | Mounir IDRASSI | 1 | -24/+24 | |
2015-08-06 | Update license information to reflect the use of a dual license Apache 2.0 ↵ | Mounir IDRASSI | 1 | -7/+197 | |
and TrueCrypt 3.0. | |||||
2015-04-19 | Linux installer: Add support for kdesudo and correct usage of konsole ↵ | Mounir IDRASSI | 1 | -2/+3 | |
external call. | |||||
2015-02-11 | Linux: modify installer script to make it run when the "less" command ↵ | Mounir IDRASSI | 1 | -3/+23 | |
doesn't support the -X argument (Busybox case) | |||||
2015-02-10 | Linux: Add graphical installer support when xterm is not available (Linux ↵ | Mounir IDRASSI | 1 | -4/+36 | |
Mint case) | |||||
2014-12-20 | Linux: Update license file displayed in the installer. | Mounir IDRASSI | 1 | -0/+23 | |
2014-11-08 | Correct message in Linux VeraCrypt installer to replace ↵ | Mounir IDRASSI | 1 | -1/+1 | |
truecrypt-uninstall.sh by veracrypt-uninstall.sh | |||||
2014-11-08 | Avoid changing metadata (ownership, permission,etc) of /usr when unpacking ↵VeraCrypt_Linux_1.0d | Mounir IDRASSI | 1 | -1/+1 | |
VeraCrypt tar package | |||||
2014-11-08 | Add VeraCrypt specific Linux packaging code in Makefiles and add various ↵ | Mounir IDRASSI | 3 | -0/+857 | |
helper scripts. The original TrueCrypt sources didn't contain anything about this. |