Package Details: trezor-suite-appimage 26.2.3-1

Git Clone URL: https://aur.archlinux.org/trezor-suite-appimage.git (read-only, click to copy)
Package Base: trezor-suite-appimage
Description: desktop app for Trezor hardware wallets
Upstream URL: https://suite.trezor.io/
Keywords: bitcoin cryptocurrency wallet
Licenses: custom:Trezor Reference Source License
Submitter: pizzaman
Maintainer: pizzaman
Last Packager: pizzaman
Votes: 18
Popularity: 1.44
First Submitted: 2020-10-19 16:41 (UTC)
Last Updated: 2026-03-05 03:45 (UTC)

Pinned Comments

pizzaman commented on 2022-02-17 13:58 (UTC) (edited on 2022-02-18 03:45 (UTC) by pizzaman)

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.

pizzaman commented on 2021-02-10 20:45 (UTC) (edited on 2021-08-08 11:39 (UTC) by pizzaman)

gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys E21B6950A2ECB65C

Latest Comments

1 2 3 Next › Last »

rpodgorny commented on 2026-02-22 11:34 (UTC)

please update the package or orphan it. thank you.

pizzaman commented on 2025-12-01 03:07 (UTC)

@zayn7lie Thanks for the suggestions. I'll implement them on the next release.

zayn7lie commented on 2025-11-30 22:20 (UTC) (edited on 2025-12-01 00:13 (UTC) by zayn7lie)

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.

pizzaman commented on 2025-08-15 03:23 (UTC)

@Strykar To avoid this you need to build the package in an empty directory.

Strykar commented on 2025-07-03 13:21 (UTC) (edited on 2025-07-03 13:21 (UTC) by Strykar)

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? 

pizzaman commented on 2024-03-29 19:19 (UTC)

@TheWicked Thanks for your effort. Current version of pacman seems to be ignoring the !strip option. ( https://gitlab.archlinux.org/pacman/pacman/-/issues/107 ) suggested temporary workaround is to add

OPTIONS=('!strip' '!debug')

TheWicked commented on 2024-03-29 15:27 (UTC)

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.

crabvk commented on 2024-03-29 10:53 (UTC)

It is highly advised to build in a clean chroot https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

TheWicked commented on 2024-03-29 10:45 (UTC) (edited on 2024-03-29 10:45 (UTC) by TheWicked)

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.

TheWicked commented on 2024-03-29 09:31 (UTC) (edited on 2024-03-29 10:16 (UTC) by TheWicked)

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.