Richard B.

Results 94 comments of Richard B.

Let's add error message in text instead of images for search engine ;-) ``` because TransitionButton >=0.2.0 contains incompatible tools version and root depends on TransitionButton 0.5.3..

Happy to see the 1.4.0 finally published Any chance to get a dmg in the assets of the [release](https://github.com/IJHack/QtPass/releases/tag/v1.4.0) ?

Just generated one 🎉 (after some battling to get correct node version to install appdmg command) [QtPass.dmg.zip](https://github.com/IJHack/QtPass/files/12669800/QtPass.dmg.zip)

"Use Qrencode" checkbox is grayed out, but `qrencode` is available on my mac, is it disabled at compile time ?

> Perhaps it can't be found on the `PATH` ? clearly a PATH issue... qrencode if installed with brew, is located at `/usr/local/bin/qrencode` (intel) or `/opt/homebrew/bin/qrencode` (arm) if I open...

The master is missing icons / resources when using SPM

same error (but with debian netinstall) using [vmcli](https://github.com/gyf304/vmcli/issues/23#issuecomment-949332165)

Downloaded https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-generic-arm64.tar.xz, mounted it on a linux to get vmlinuz/initrd files, then: ``` ~/github/vftool/build/vftool -k debian-cloud/vmlinuz-5.10.0-9-arm64 -i debian-cloud/initrd.img-5.10.0-9-arm64 -d debian-cloud/disk.img -a "console=tty0 console=hvc0 root=/dev/vda1 ds=nocloud" 2021-10-22 11:06:20.768 vftool[8968:134340] vftool (v0.3...

finally got it working \o/ ``` ~/github/vftool/build/vftool -k debian-cloud/vmlinuz-5.10.0-9-arm64 -i debian-cloud/initrd.img-5.10.0-9-arm64 -d debian-cloud/disk.raw -a "console=tty0 console=hvc0 root=/dev/vda1 ds=nocloud" 2021-10-22 11:35:41.634 vftool[14290:167957] vftool (v0.3 10/12/2020) starting 2021-10-22 11:35:41.635 vftool[14290:167957] +++ kernel...