You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run rclip inside docker-webtop (with Alpine) however when trying to execute the AppImage, I get the following error:
$ rclip
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
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
And after installing the fuse package I get the following:
$ rclip
fuse: device not found, try 'modprobe fuse' first
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
If I try to run rclip --appimage-extract as recommended in the error, I get the following:
$ rclip --appimage-extract
This doesn't look like a squashfs image.
Failed to open squashfs image
The text was updated successfully, but these errors were encountered:
I am trying to run rclip inside docker-webtop (with Alpine) however when trying to execute the AppImage, I get the following error:
And after installing the fuse package I get the following:
If I try to run
rclip --appimage-extract
as recommended in the error, I get the following:The text was updated successfully, but these errors were encountered: