Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: can't run rclip inside an alpine docker image #133

Open
Fethbita opened this issue Aug 11, 2024 · 2 comments
Open

bug: can't run rclip inside an alpine docker image #133

Fethbita opened this issue Aug 11, 2024 · 2 comments
Labels
bug Something isn't working triage

Comments

@Fethbita
Copy link

Fethbita commented Aug 11, 2024

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
@Fethbita
Copy link
Author

Currently fixed by using docker-webtop ubuntu-xfce tag and extracting the AppImage and symbolic linking the AppRun file.

wget https://github.com/yurijmikhalevich/rclip/releases/download/v1.10.2/rclip-1.10.2-amd64.AppImage
./rclip-1.10.2-amd64.AppImage --appimage-extract
ln -s /config/squashfs-root/AppRun /config/.local/bin/rclip

@yurijmikhalevich
Copy link
Owner

@Fethbita, this looks like the issue with Alpine. Thank you for letting me know that it doesn't work with the alpine docker image.

@yurijmikhalevich yurijmikhalevich changed the title Can't run rclip inside docker bug: can't run rclip inside an alpine docker image Aug 12, 2024
@yurijmikhalevich yurijmikhalevich added bug Something isn't working triage labels Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

2 participants