Quentin Renard

Results 338 comments of Quentin Renard

I don't think electron can open a path with `;` inside 🤔 unfortunately there's not much I can do 🤔

It seems that Chromium is looking for GPU but can't find it on the VM: `Stderr says: [3853:1018/002144.745617:FATAL:gpu_data_manager_impl_private.cc(445)] GPU process isn't usable. Goodbye.`. Can you try to add the `disable-gpu`...

Unfortunately this is an issue with Chromium, there's not much this lib can do about it 😭

Right now you can't customize the `vendor` directory path. However that could be added to this lib with a `VendorDirectoryPath` option like [here](https://github.com/asticode/go-astilectron/blob/master/astilectron.go#L69). I'm welcoming PRs ❤️

You can add shortcuts using [accelerators](https://github.com/asticode/go-astilectron/blob/master/menu_item.go#L82) in your menu items. However, in your case, you can also add a menu item having its [role](https://github.com/asticode/go-astilectron/blob/master/menu_item.go#L89) set to [toggledevtools](https://github.com/asticode/go-astilectron/blob/master/menu_item.go#L39). This should add...

It seems like a good idea, I'll rename this issue and keep it open. Feel free to submit a PR if you feel like implementing it 👍

This is a known issue in `go-astilectron`: https://github.com/asticode/go-astilectron/issues/65. I'm welcoming PRs to fix it.

Have you tried setting height and width to your window instead of using fullscreen?

What are the logs when everything works fine?