@KDN_Observer Can you confirm it works as expected now?
Search Criteria
Package Details: vscodium-bin 1.101.03933-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vscodium-bin.git (read-only, click to copy) |
---|---|
Package Base: | vscodium-bin |
Description: | Binary releases of VS Code without MS branding/telemetry/licensing. |
Upstream URL: | https://github.com/VSCodium/vscodium |
Licenses: | MIT |
Conflicts: | vscodium |
Provides: | codium, vscode, vscodium |
Submitter: | ckatri |
Maintainer: | sperg512 (Icelk) |
Last Packager: | Icelk |
Votes: | 337 |
Popularity: | 8.54 |
First Submitted: | 2020-09-23 18:58 (UTC) |
Last Updated: | 2025-06-12 22:01 (UTC) |
Dependencies (14)
- alsa-lib
- bash (bash-devel-gitAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- libxss
- libxtst
- nss (nss-hgAUR)
- python (python37AUR)
- gvfs (gvfs-gitAUR) (optional) – For move to trash functionality
- libdbusmenu-glib (optional) – For KDE global menu
Required by (7)
- caelestia-meta (requires vscode) (optional)
- vscode-xdg-patch-hook (requires vscode) (optional)
- vscodium-bin-features
- vscodium-bin-marketplace
- vscodium-features (requires vscodium)
- vscodium-marketplace (requires vscodium)
- vscodium-prod-patcher (requires vscodium)
Sources (7)
- https://github.com/VSCodium/vscodium/releases/download/1.101.03933/VSCodium-linux-arm64-1.101.03933.tar.gz
- https://github.com/VSCodium/vscodium/releases/download/1.101.03933/VSCodium-linux-x64-1.101.03933.tar.gz
- vscodium-bin-url-handler.desktop
- vscodium-bin-wayland.desktop
- vscodium-bin.desktop
- vscodium-bin.install
- vscodium-bin.sh
Latest Comments
« First ‹ Previous 1 .. 12 13 14 15 16 17 18 19 20 21 22 .. 27 Next › Last »
Icelk commented on 2021-12-21 07:28 (UTC)
Icelk commented on 2021-12-21 07:21 (UTC)
@KDN_Observer Thanks a lot! I'll implement this today.
KDN_Observer commented on 2021-12-21 01:26 (UTC)
@Icelk Here you go. Basically I changed all the occurrences of /usr/share/${pkgname}
to /opt/${pkgname}
Icelk commented on 2021-12-18 10:21 (UTC)
@Ashark
Since we're only redistributing the binary, we can't change this.
Ashark commented on 2021-12-17 13:37 (UTC)
I agree, removing own electron will be good, if possible. I was confused when investigating which version of electron the app uses, before I understand that it uses its own.
Icelk commented on 2021-12-17 10:14 (UTC)
@KDN_Observer
It seems like no other distribution of VSCode does this. Could you provide the diff of the PKGBUILD to change this?
KDN_Observer commented on 2021-12-10 07:27 (UTC)
As per Electron package guidelines, packages that contain a prebuilt copy of electron shall be installed in /opt/appname
rather in /usr/share
. Please change your PKGBUILD to either 1) remove the bundled electron and use the system one instead or 2) install inside the /opt/vscodium-bin
directory
Icelk commented on 2021-11-27 12:37 (UTC)
@animo Are the checksums good now?
Icelk commented on 2021-11-27 12:37 (UTC)
@indicozy
Try reinstalling electron.
Don't think any electron app should throw a Segmentation fault
, ever.
livem commented on 2021-11-26 21:27 (UTC)
@indicozy, Which version you meant update to?
In order to try to reproduce, I re-installed the package. I got the same version as was a week ago already. I see no any issue for me after that reinstallation.
~/Desktop ❯ vscodium
~/Desktop ❯
vscodium about
window:
Version: 1.62.3
Commit: ccbaa2d27e38e5afa3e5c21c1c7bef4657064247
Date: 2021-11-19T00:20:00.672Z
Electron: 13.5.2
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Linux x64 5.15.5-1-MANJARO
Probably some dependency issue. Try to go fix them (you see them in above). May be to refresh kernel is also a possible solution.
Also I am a bit "alien" to Arch Linux (so possibly have a bit different environment):
Operating System: Manjaro Linux
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2
Kernel Version: 5.15.5-1-MANJARO (64-bit)
Graphics Platform: X11
Pinned Comments
sperg512 commented on 2021-05-12 00:31 (UTC) (edited on 2024-06-04 15:14 (UTC) by sperg512)
@Icelk set up a script that checks for new releases and pushes updates if there are any new ones. I believe it runs every hour so there's no need to flag OOD, unless there's something that needs changed with the PKGBUILD.