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 | |||||
2022-02-05 | Linux: avoid overriding /usr/sbin if it is a symlink (close #888) | Mounir IDRASSI | 1 | -1/+1 | |
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 | |
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 | 1 | -0/+834 | |
helper scripts. The original TrueCrypt sources didn't contain anything about this. |