Package Details: zulucrypt 7.1.0-1

Git Clone URL: https://aur.archlinux.org/zulucrypt.git (read-only, click to copy)
Package Base: zulucrypt
Description: A cli and gui frontend to cryptsetup
Upstream URL: https://mhogomchungu.github.io/zuluCrypt
Keywords: cryptsetup encryption security tcplay truecrypt veracrypt
Licenses: GPL-2.0-or-later
Conflicts: zulucrypt-git
Submitter: salan54
Maintainer: salan54
Last Packager: salan54
Votes: 73
Popularity: 0.006658
First Submitted: 2013-02-03 13:05 (UTC)
Last Updated: 2025-09-19 12:38 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 14 Next › Last »

salan54 commented on 2016-03-01 10:06 (UTC)

version 4.9.0 -- add support for unlocking cryfs(https://www.cryfs.org/) encrypted volumes in zuluMount. -- various fixes and improvements

salan54 commented on 2015-12-02 13:57 (UTC) (edited on 2015-12-02 13:58 (UTC) by salan54)

Following @mhogomchungu suggestion, I restored the source URL. No need to upgrade if you already have V4.8.0

salan54 commented on 2015-12-02 09:14 (UTC)

version 4.8.0 -- fix bug,private mount points were not created with proper permissions. @FadeMind : Thanks for your contributions.

FadeMind commented on 2015-12-02 08:24 (UTC)

Please update PKGBUILD from this file: https://pastebin.com/CyVSZw3i - updated to lastest version https://github.com/mhogomchungu/zuluCrypt/releases/tag/4.8.0 - added rule for create file with loop module loading during boot (it is needed for mount proccess) - small improvements in package() - change source URL against new release website Best regards

salan54 commented on 2015-12-01 08:56 (UTC) (edited on 2015-12-01 09:03 (UTC) by salan54)

version 4.7.8 -- add support for usage of keys that are made up by a combination of a passphrase and a keyfile."hmac" plugin should be used to unlock volumes generated by this combination. -- fix problems caused by updated versions of certain utilities we rely on. Also : kdeutils-kwalletmanager obsolete dependence replaced by kwalletmanager

salan54 commented on 2015-09-03 16:12 (UTC)

@mhogomchungu @pekka Thanks for your tests and your help. I have updated both packages (standard and git) with the "libxkbcommon-x11" dependency. 3rd update in less than 24 hours ;-) @mhogomchungu : you are now an Arch expert !

<deleted-account> commented on 2015-09-03 16:07 (UTC)

@mhogomchungu nice ! confirm , "libxkbcommon-x11"

mhogomchungu commented on 2015-09-03 15:34 (UTC)

I found the required package and its called "libxkbcommon-x11"[1]. Add this package and zuluCrypt will start normally,remove it and it will fail with the reported error. Installing any package like "QT5-declarative" that will bring with them "libxkbcommon-x11" will also solve the problem. [1] https://www.archlinux.org/packages/extra/x86_64/libxkbcommon-x11/

<deleted-account> commented on 2015-09-03 14:02 (UTC)

@salan54 and @mhogomchungu I unistalled all qt5...(zulu,qt5-base,QT5-declarative,QT5-xmlpatterns....) and test a lot ... zulucrypt works when installed qt5-base and QT5-declarative zulucrypt not works when installed qt5-base and only QT5-xmlpatterns

salan54 commented on 2015-09-03 08:38 (UTC)

Insofar "QT5-declarative" depends on "QT5-xmlpatterns" and @pekka said it works by adding "QT5-xmlpatterns" as a dependency, I think it would be enough to add to QT5-xmlpatterns dependency to zuluCrypt package. I'll make the PKGBUILD changing in this direction.