cat-master21

Results 12 comments of cat-master21

I also have this issue. The command I used is `sqlite3 -batch -init /dev/null /var/cache/dnf/packages.db "select pkg from available where pkg like \"%\"" | gum filter` which you can use...

Unfortunately the `git config --global --add safe.directory "$GITHUB_WORKSPACE"` fix does not work for too @peter-evans.

So I figured out that by getting libx11.a from https://packages.ubuntu.com/jammy/libx11-dev and using the `sudo ln -s /usr/lib64/libX11.so.6 /usr/lib64/libX11.so` it worked and this is on Fedora despite the libx11.a being on...

So I later found that running `cp /lib64/libX11.so.6.4.0 /home/pumkinking/Downloads/ryujinx-1.1.240-linux_x64/publish/libX11.so` which copies my libX11 to Ryujinx's folder, it works but once I remove it with `rm /home/pumkinking/Downloads/ryujinx-1.1.240-linux_x64/publish/libX11.so` it all the sudden...

Well my pr didn't get merged and I think the `ln` solution should be in the website possibly in the faq page

Currently there is a ongoing PR in [Pacstall](pacstall.dev) to include distrobox. Pacstall is used with Debian & Ubuntu. You can maintain it if you like. Sadly you cannot package Distrobox...

This on appimage-builder v1.0.3 by the way.

Maybe perhaps instead use distribution's golang-go: https://packages.ubuntu.com/jammy/golang-go

`make install` needs to be replaced by `make release` https://github.com/monero-project/monero-gui#building-on-linux

Yeah I am trying to fix this issue by making it run by executing AppRun file which force points cabextract and others to rest of the libraries. Also appimage-builder (should)...