Kai Lüke

Results 429 comments of Kai Lüke

With Flatpak you need `~/.local/share/flatpak/exports/bin/` in the PATH and then it works to call the main binary by the Flatpak identifier on the terminal. Mapping the home directory works, and...

I didn't know that Minikube needs changes, too. Maybe https://github.com/kinvolk/lokomotive/pull/810 can be recommended?

FLUO needs to create a `/run/update-engine/coordinator.conf` file. See the code in `/usr/share/baselayout/flatcar-profile.sh` for the details: Locking the file seems to be required and it should contain something like this: ```...

I'm not sure if it is desired to have 65534 (nobody) be able to reboot.

Thanks for the notice, we'll have a look at the branch and we also have to think how we could keep in sync with your `master` in the future given...

Thanks again for writing. Our fork is located at https://github.com/flatcar-linux/mantle/ and we will give it a bit more care soon.

You can `git apply` this patch: ``` diff --git a/code/renderergl2/tr_extensions.c b/code/renderergl2/tr_extensions.c index 10a1cb3..36f6a57 100644 --- a/code/renderergl2/tr_extensions.c +++ b/code/renderergl2/tr_extensions.c @@ -127,31 +127,34 @@ void (APIENTRY * qglGetCompressedTexImageARB)(GLenum target, GLint lod, //...

I also had to download the game files from https://www.smokin-guns.org/downloads/Smokin_Guns_1.1.zip and extract them to `../Smokin' Guns 1.1` from where I copied the needed files. The steps were: ``` $ make...

Done here: https://github.com/pothos/SmokinGuns-flatpak Download and installation instructions: https://github.com/pothos/SmokinGuns-flatpak/releases/tag/0.1

Don't know exactly what you ask for. The assets are bundled into the Flatpak. You download the file https://github.com/pothos/SmokinGuns-flatpak/releases/download/0.1/test.smokinguns.SmokinGuns.flatpak and then run `flatpak --user install test.smokinguns.SmokinGuns.flatpak` in the same directory....