Hi I’m new to asking questions.
I have updated to Fedora Silverblue 41 beta. When I try to open an appimage Trezor suite I get no output.
When I try to launch fron gear leaver I get a popup that states ‘Appimages require FUSE to run’.
I can run appimage with a bash script
./trezor_suite.appimage --apimage-extract-and-run
From Appimage directory
Do you have any sugestions
Thank you
In that case, I recommend reading the provided instructions. When you try to create a new topic in Proposed Common Issues , the included template says:
This is NOT a place to report bugs. If you want to discuss a problem with other Fedora users, select the “Ask Fedora” category (without any subcategory) in the drop-down list above. Or close (discard) this draft and open a new topic in here:
Ask Fedora - Fedora Discussion
Moving this topic to Ask Fedora
From Proposed Common Issues to Ask Fedora
i guess FUSE has been taken out you need to layer fuse to get appimages working as should
Fuse is expected to be there. You should be able to check with rpm -qa | grep fuse
.
https://pagure.io/workstation-ostree-config/blob/f41/f/common.yaml#_82
Apparently it’s the libs package that is missing: rpm-ostree-2024.7-1.fc40 breaks AppImage support for Silverblue 40 (dropping fuse(2)) · Issue #589 · fedora-silverblue/issue-tracker · GitHub
Thank you for your reply.
rpm -qa | grep fuse returns
greg@desktop-4tesqdd:~$ rpm -qa | grep fuse
fuse-common-3.16.2-4.fc41.x86_64
fuse3-libs-3.16.2-4.fc41.x86_64
fuse3-3.16.2-4.fc41.x86_64
gvfs-fuse-1.55.90-1.fc41.x86_64
fuse-2.9.9-22.fc41.x86_64
So fuse is there.
This should be fixed in tomorrow’s build: rpm-ostree-2024.7-1.fc40 breaks AppImage support for Silverblue 40 (dropping fuse(2)) · Issue #589 · fedora-silverblue/issue-tracker · GitHub
Thank you for your response