Jelmerro / Vieb

Vim Inspired Electron Browser - Vim bindings for the web by design
https://vieb.dev
GNU General Public License v3.0
1.29k stars 61 forks source link

[Enhancement] Rebase using Ungoogled-Chromium and Thorium's performance patches #509

Closed xplshn closed 11 months ago

xplshn commented 11 months ago

That's it, I thought it'd be great if Vieb were completely Ungoogled and had the Thorium browser performance patches(Thorium is based on Chromium) and Ungoogled Chromium is a drop in replacement for Chromium based projects.

Jelmerro commented 11 months ago

I like the idea, but a couple of things must be made clear here:

I am however completely for the idea of allowing users to do this if they do so desire. I am simply not going to do it personally, but you can already use Vieb with custom Electron builds if wanted. Just download/clone the repo, do an npm ci and you are ready to run Vieb. To then use a custom Electron to run Vieb, you can do electron app where electron can be whatever build of Electron you want. For example of FreeBSD, I have recently got Vieb running from source by install electron25 from the ports repo and run the cloned Vieb with electron25 app. This did exactly what you expect: Run Vieb with a custom build of Electron. This is just to illustrate that this is already possible and supported, just not advertised nor included, as that would result in a lot of extra work as explained above. I hope you can agree with my reason for closing this out, do let me know if you have any further questions or suggestions :)