@tronicdude what is your build procedure?
Search Criteria
Package Details: code-translucent 1.96.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/code-translucent.git (read-only, click to copy) |
---|---|
Package Base: | code-translucent |
Description: | The Open Source build of Visual Studio Code (vscode) editor with translucent window, official marketplace, unblocked proprietary features and wayland support! |
Upstream URL: | https://github.com/microsoft/vscode |
Keywords: | code code-oss translucent transparent visual-studio-code vscode |
Licenses: | MIT |
Conflicts: | code-oss |
Provides: | code-oss |
Submitter: | observ33r |
Maintainer: | observ33r |
Last Packager: | observ33r |
Votes: | 7 |
Popularity: | 0.000944 |
First Submitted: | 2022-09-18 16:29 (UTC) |
Last Updated: | 2024-12-11 20:07 (UTC) |
Dependencies (17)
- alsa-lib
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- libsecret
- libxkbfile
- libxss
- nss (nss-hgAUR)
- git (git-gitAUR, git-glAUR) (make)
- gulp (gulp-cliAUR) (make)
- nodejs-lts-iron (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- icu69AUR (icu69-binAUR) (optional) – Needed for live share
- libdbusmenu-glib (optional) – Needed for KDE global menu
- x11-ssh-askpass (gnome-ssh-askpass3AUR, seahorse-gitAUR, gnome-ssh-askpass4-gitAUR, ssh-askpass-fullscreenAUR, ksshaskpass-gitAUR, xaskpassAUR, openssh-askpassAUR, ksshaskpass, seahorse) (optional) – SSH authentication
Required by (0)
Sources (5)
observ33r commented on 2023-03-28 11:59 (UTC)
tronicdude commented on 2023-03-28 11:16 (UTC) (edited on 2023-03-28 11:16 (UTC) by tronicdude)
Ended up with this error.
==> ERROR: pkgver is not allowed to be empty.
==> ERROR: pkgver() generated an invalid version:
Kandelborg commented on 2022-11-25 07:48 (UTC)
==> Entering fakeroot environment...
==> Starting package()...
cp: cannot stat 'VSCode-linux-x64/resources/app/*': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
-> error making: code-transparent
observ33r commented on 2022-09-18 17:36 (UTC) (edited on 2023-05-08 05:36 (UTC) by observ33r)
- Completely rewritten patch with correct implementation of transparency for electron window!
- It actually running from compiled binaries! No need for electron dependency!
- No conflicting with official release! You can have installed both!
- Added support for official marketplace!
- Added support for flags configuration file!
- Added support for Wayland!
- Unblocked proprietary features!
How to change window color?
"workbench.colorCustomizations": {
//Black window color with 75% transparency (#RRGGBBAA)
"window.background": "#000000BF"
},
..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:
yes | sudo pacman -S devtools
extra-x86_64-build -c && rm *.log
mapfile -t _pkgs <<< "$(printf '%s\n' code-translucent-*.pkg.tar.zst | sort -Vr)"
sudo pacman -U "${_pkgs[0]}"
..or just run "build-with-chroot.sh" script!
frantic1048 commented on 2022-06-12 15:32 (UTC)
@jnbooth: Here is a fix for black background in terminals: https://github.com/jnbooth/code-transparent/blob/master/fix-terminal-not-transparent.diff
Thank you, the patch works well. Added to version 1.67.2-2
jnbooth commented on 2022-05-29 17:32 (UTC)
Here is a fix for black background in terminals: https://github.com/jnbooth/code-transparent/blob/master/fix-terminal-not-transparent.diff
jaap commented on 2022-04-02 12:45 (UTC)
If I dont explicitly install request as a global module I get the following error: "Cannot find module 'request'"
Is it possible to add some explicit install request inside code-transparent? Then I dont have to bloat my global node modules
frantic1048 commented on 2021-08-12 06:31 (UTC)
@jnbooth: Thank you so much, your patch works very well. :)
Since 1.58, I had not found the relevance updateBackgroundColor()
code and struggled for about a month.
jnbooth commented on 2021-08-11 20:01 (UTC)
Here is an update for 1.59 that also re-enables GPU acceleration: https://github.com/jnbooth/code-transparent
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!