









@jwan what happens when you launch this from the terminal?
I've installed this with paru, and I can see an entry for it in rofi launcher, but when I run it, nothing happens.
thanks raul. AWS immediately removes the old version when they release their next version. So it turns out 3.2.1 is out now. I've updated the PKGBUILD.
addresses from PKGBUILD are no longer accessible:
curl: (22) The requested URL returned error: 403
==> ERROR: Failure while downloading https://s3.amazonaws.com/nosql-workbench/NoSQL%20Workbench-linux-x86_64-3.2.0.AppImage
Finally had some time to update this. Added fuse as a dependency.
@jaysonsantos thanks, I did not even know this. Turns out that I have fuse installed so it all works on my machine. When I find time I'll look and see what I can make of this, but currently a little busy. If you figure it out before me you can send me a patch
hey there, it seems that fuse is required for it to work otherwise the following happens.
❯ nosql-workbench
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
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
If someone has the error
GPU process isn't usable. Goodbye. For me it was fixed by disabling the GPU sandbox with runningnosql-workbench --disable-gpu-sandbox.