I am trying to run Trezor-suite appimage. I have allowed it executable. But it won’t run. I have read that you can run it with appimage-run but I can’t find how to do this. Any help appreciated
I did this earlier:
chmod +x DownloadedAppImage
./DownloadedAppImage
But you could also try:
nix-shell -p nixpkgs.appimage-run --run "appimage-run DownloadedAppImage"
In some cases this is needed as well.
Just saw it is a desktop app so if OpenGL is needed you might as I tried with no luck (glxinfo Error: couldn't find RGB GLX visual or fbconfig
) try GitHub - guibou/nixGL: A wrapper tool for nix OpenGL application.
Thank-you
I tried the first suggestion but no luck. I am new at nixos and still learning. I added OpenGL but cannot get the desktop app to run.