


































gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys E21B6950A2ECB65C
please update the package or orphan it. thank you.
@zayn7lie Thanks for the suggestions. I'll implement them on the next release.
What is the point of using 7zip instead of native *.AppImage --appimage-extract or fast bsdtar? It is also confusing to have zlib appear as a dependency.
@Strykar To avoid this you need to build the package in an empty directory.
Package should not be asking the user anything:
Would you like to replace the existing file: Path: ./LICENSE.electron.txt Size: 1096 bytes (2 KiB) Modified: 2025-06-23 15:42:13 with the file from archive: Path: LICENSE.electron.txt Size: 1096 bytes (2 KiB) Modified: 2025-06-23 15:42:13 ? (Y)es / (N)o / (A)lways / (S)kip all / A(u)to rename all / (Q)uit?
Finally I am able to install the package again. After quite some "try and error" I found that it does not work with the current /etc/makepkg.conf provided by pacman. To get it working I had to disable the debug option:
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto)
At first I thought it was some recent pacman change, but for a reason I do not remember I had manually disabled the debug flag in the past, so it was always working, but since there was a conflict in a recent update, I accidentally reverted my manual change and it stopped working.
OK, I did some more digging. Basically running line 30 of the PKGBUILD from the yay cache directory makes it work again:
cd ~/.cache/yay/trezor-suite-appimage
sudo install -Dm755 "Trezor-Suite-24.3.3-linux-x86_64.AppImage" "/opt/trezor-suite/trezor-suite.AppImage"
Of course this is no practical solution. I assume the issue is somehow related to yay.
Hello, since 24.3.2 I get the exact same error like @mrpelotazo:
$ trezor-suite
This doesn't look like a squashfs image.
Cannot mount AppImage, please check your FUSE setup.
...
However, for me the permissions of /opt/trezor-suite/trezor-suite.AppImage are fine.
What I noticed during the update was my AUR helper showing that the disk space used with the new trezor-suite-appimage version is >100 MB less. The file size of /opt/trezor-suite/trezor-suite.AppImage is only about 188 KB, which does not seem to be right. I would expect at at least 100 MB, so I guess something is going wrong when extracting/installing it.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
I think it's prudent to only update this package for final releases and not for pre-releases. When flagging it as out of date, please make sure it's a superseding release and not a pre-release.