Blackburn29 / blackburn29-overlay

Gentoo overlay for packages I use
2 stars 0 forks source link

toolbox: Uses appimage, which depends on fuse #9

Closed samip5 closed 3 months ago

samip5 commented 3 months ago

It should probably made sure that the ebuild has the proper run dependencies.

Currently I just get an error from AppImage after installing the toolbox using the ebuild from here.

image

Blackburn29 commented 3 months ago

Works here.

I also check for fuse and that fuse is enabled in your kernel

https://github.com/Blackburn29/blackburn29-overlay/blob/master/dev-util/jetbrains-toolbox/jetbrains-toolbox-2.4.2.32922.ebuild#L23

samip5 commented 3 months ago
./jetbrains-toolbox 
This doesn't look like a squashfs image.

Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information
open dir error: No such file or directory

Hmm

samip5 commented 3 months ago

So the one installed from ebuild => not worky, downloaded directly from jetbrains jetbrains-toolbox-2.4.2.32922.tar.gz works fine.