Baptiste Augrain

Results 237 comments of Baptiste Augrain

I agree that the icons need to be the same. I will make the necessary changes.

The update menu is missing because there is no update url in the product.json. It must be due to that product.json hasn't been correctly updated.

Have you a product.json in `~/Library/Application Support/VSCodium`?

I feel like `chore` is kinda too generic. I've replaced it with `ci`, `build`, `vcs` and `enhance`. @tianzhich What's your usage?

`pkg2appimage` was working fine on arch until the release of `glib2 2.70` (I think). I can make it work by cloning the repo and executing the script `pkg2appimage`. But, when...

@knarfS With the PR, I'm still getting the error `codium: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_full`.

I was able to make it work by removing the folder `usr/lib/x86_64-linux-gnu` generated in the `AppDir`. I will test if the AppImage generated on Ubuntu is still working on Arch...

> Removing `libgmodule-2.0.so.0*` from `usr/lib/x86_64-linux-gnu` should be enough, because that's what causes the issue. I've linked a very in depth analysis of the problem in the PR. The analysis also...

By removing that folder, the AppImage can run on Arch, Fedora and Ubuntu when it has been built on Ubuntu 18.04.