Sorry guys and girls! Apparently some AUR helpers have problems with declaring global variables in functions. Fixed and added some new features! More in pinned post..
Search Criteria
Package Details: code-translucent 1.98.2-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: | 8 |
Popularity: | 0.153411 |
First Submitted: | 2022-09-18 16:29 (UTC) |
Last Updated: | 2025-03-30 17:24 (UTC) |
Dependencies (17)
- alsa-lib
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- 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, icu-shimAUR) (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-04-07 05:47 (UTC)
Kaydax commented on 2023-04-04 01:16 (UTC)
No matter what I get this error, same as the error below of pkgver not allowed to be empty
install: cannot stat 'VSCode-linux-x64/resources/app/LICENSE.txt': No such file or directory
observ33r commented on 2023-03-28 11:59 (UTC)
@tronicdude what is your build procedure?
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
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!