Luca Adrian L
Luca Adrian L
I had a similar issue. In my case the issue was that I fetched `refs/heads/master:refs/heads/master` instead of `refs/heads/master:refs/remotes/origin/master`.
> Yes, I can confirm that what Unimax says is correct. In particular, it's because cred objects are owned by libgit2 after they are given to libgit2 through a credentials...
@dodgepong I would definitely be interested and willing in doing so, can't promise too much since I just tweaked minor things in OBS code for myself and therefore am not...
I researched that a bit and it seems it should be possible doing this with `flatpak-spawn`. It seems lutris is doing something similar. The linked issue https://github.com/flatpak/flatpak/issues/4046 seems to refer...
@PhilipK Ok it works when I do (in `lutris_platform.rs`): ``` let mut command = Command::new("flatpak-spawn"); command.arg("--host").arg("flatpak").arg("run").arg(flatpak_image).arg("-lo").arg("--json").output()? ``` And adding ``` - --talk-name=org.freedesktop.Flatpak - --filesystem=xdg-data/flatpak:ro ``` in flatpak/io.github.philipk.boilr.yml. I guess doing...
Works on my arch notebook. ~Though not on my steam deck, still debugging why...~ And on my steam deck, but if I launched lutris I have to reboot before Boilr...
Just wondering shouldn't the same flatpak-spawn should be prepended to all commands called? E.G. legendary. The README should probably be updated about the Lutris flatpak compatibility. I also noticed that...
@nabel0 as I wrote above, for me it only works if I never started Lutris after the last reboot. So maybe do a reboot and try again.
Added libffi as a submodule, though this was a bit fiddly calling an autotools project from CMake ffi is now available under tjs.ffi. Though I am not convinced that this...
I hadn't really used the [shajunxing/quickjs-ffi](https://github.com/shajunxing/quickjs-ffi) api before. I am not that happy about it. Have seen better examples for ffi apis. I am currently considering either improving the API...