-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Cant get pcloud appimage to work on nixos neighter from the package or the app image itself. Help! #239661
Comments
Duplicate of #226339. There are temporary workarounds mentioned in that issue, did you try those? |
@r-vdp I assume you're reffering to this workaround: https://gist.github.com/R-VdP/999dd803c96aee0cb6a176eadef0978e right? Do you know something I can do to fix this error 😅
my flake.nix
I just simply created pcloud.nix and imported it through configuration.nix |
Disclaimer: all of these workaround are ugly hacks depending on an EOL nixpkgs release, but it's the best we have until someone figures out the patchelf issue. Oh, hmm, I didn't try this with home-manager, and that module you linked to was meant for non-flake NixOS systems. If you use flakes though, you can solve it by having a 22.11 nixpkgs input and doing mostly the same. I adapted your flake here: https://gist.github.com/R-VdP/7da32fb0ae0f9ddb6b8f5b199d1996a7 I didn't test it though, so possible that you need to fix some minor things, but it should show you the idea. |
We back! Thanks alot @r-vdp, but I found it funny that I did not need the "overrideAttrs" part at all, just pulling the package from nixpkgs_22_11 works on its own. Is it something that I'm missing about the temporary solution?? |
That also works, but gives you an outdated version of pcloud. |
ahh I see. Ok thnx |
I'm really dependant on running pcloud appimage on my machine, but it does not work because its probably looking for library paths not present.
appimage-run pcloud
Error: Dynamic Linking Error: libfuse.so.2: cannot
open shared object file: No such file or directory
I've downloaded libfuse and tried linking to it from various locations without any luck. And please dont mention rsync. I know it works but its slow... I've tried many settings with rsync
Is there anything I can do to make it work, and is there anything we can to do make the package more reproducible?
CC a few people I know that probably have gotten it to work @239 @r-vdp @risicle
The text was updated successfully, but these errors were encountered: