@ShalokShalom: fixed!
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-10-08 16:59 (UTC)
ShalokShalom commented on 2023-10-05 20:48 (UTC)
My extensions panel can not find any extension at all. Zero search results, no matter what I do.
observ33r commented on 2023-09-27 16:35 (UTC)
@Rubos for start you can try run directly from terminal without "code-oss.sh" script. "/opt/code-translucent/bin/code-oss --ozone-platform=wayland --enable-features=UseOzonePlatform" or without flags "/opt/code-translucent/bin/code-oss". What about Spotify? Spotify is also electron app..
Rubos commented on 2023-09-27 12:09 (UTC)
Hi, i tried your package and like it so far. However i have one major issue: When using this package with a tiling Wayland WM (in my case Hyprland) it takes at least two tries to get a window to open, and when opening more windows, closes all currently active code windows. Seems to work fine in KDE... Since the other code-oss based packages don't have this issue i think it has something to do with the start script.
Moebius14 commented on 2023-09-17 14:30 (UTC)
Are there any good themes that make use of the translucency?
observ33r commented on 2023-05-08 08:56 (UTC)
@Kaydax sorry, but I cannot reproduce your problem! Try with standalone build procedure!
git clone https://aur.archlinux.org/code-translucent.git
cd code-translucent
makepkg -rsi
Kaydax commented on 2023-04-16 17:47 (UTC)
Even after the latest package version, I'm still having the issues with LICENSE.txt not existing
observ33r commented on 2023-04-07 05:47 (UTC)
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..
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
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!