Sebastian Appler

Results 2 comments of Sebastian Appler

I'm on Fedora 34 and i got the same issue. I used the rpm-file and installed it with `sudo dnf install appimagelauncher-2.2.0-travis995.0f91801.i386.rpm` After installing a bunch dependencies it worked. `sudo...

It seems this issue is related to byte-compilation. If I disable compile for the kubernetes package it works. Edit in `doom/package.el` ``` (package! kubernetes :recipe(:build (:not compile))) ``` Then run...