@gusbemacbe
I would like to suggest you rename code-oss to code-tranparent for not confilecting with the testing cxode-oss.
That's reasonable, I will try to rename for the executable, or if you could provide a patch is appreciated.
And would it work with Electron 10
Not tried/planned, this package is directly based on the official code package1, with an extra patch for transparency.
The official package already makes it use an external electron(which currently is electron6), to figure out how it works, refer to lines containing electron
in PKGBUILD2:
Currently, the highest electron version in official repo is 8.0.x, and the latest vscode requires3 electron 7. It may need some time for the upstream upgrade to electron 10. However, you could have a try with it. Btw, be sure to checkout electron's release note for breaking changes.
Pinned Comments
observ33r commented on 2022-09-18 17:36 (UTC) (edited on 2023-05-08 05:36 (UTC) by observ33r)
How to change window color?
..assuming you have a customized theme with all other transparent elements!
Building within clean chroot!
You can build package in completely clean environment without conflicting with any local dependencies (latest nodejs package etc..)!
Execute the following commands inside the package directory:
..or just run "build-with-chroot.sh" script!