Package Details: void-electron-latest-bin 1.99.30044-1

Git Clone URL: https://aur.archlinux.org/void-bin.git (read-only, click to copy)
Package Base: void-bin
Description: Void editor on latest stable electron
Upstream URL: https://github.com/voideditor/void
Licenses: Apache
Conflicts: void-bin
Provides: void-bin
Submitter: Sherlock-Holo
Maintainer: Sherlock-Holo
Last Packager: Sherlock-Holo
Votes: 2
Popularity: 1.19
First Submitted: 2025-04-30 18:10 (UTC)
Last Updated: 2025-06-24 06:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

arthurfragoso commented on 2025-05-12 20:43 (UTC)

@oech3 It's used by /node_modules/open/index.js, if we look at the code, it does a check if it should use the system xdg-open or its own. I wasn't able to debug it to confirm if it is being done correctly.

oech3 commented on 2025-05-12 16:05 (UTC)

@arthurfragoso Do you know what happen if we replace bundled xdg-open?

Sherlock-Holo commented on 2025-05-09 14:38 (UTC)

@shawny

it seems it is void's own problem

shawny commented on 2025-05-09 14:26 (UTC)

Thanks for this package.

Even though I see the package was updated yesterday, Void is still triggering update notifications on every launch. Known issue?

arthurfragoso commented on 2025-05-09 03:51 (UTC)

Replying to some comments about the dependence.

I originally took the code-oss PKGBUILD as a basis for this package, and posted it in a pastebin ( code-oss PKGBUILD: https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/blob/main/PKGBUILD?ref_type=heads )

But as I initially got gemini to write the PKGBUILD, rg became an artifact. I would have uploaded it to aur myself, but when I looked at code-oss repo, it had a message of account registration pause, and I thought I was in the aur repo,... so I just posted it in a pastebin, and probably Sherlock-Holo based his work on it.

Anyway, in code-oss PKGBUILD, rg is used to replace the internal rg used by vs code.

# Replace statically included binary with system copy
  ln -sf /usr/bin/rg "$pkgdir"/usr/lib/code/node_modules/@vscode/ripgrep/bin/rg

In my system it is located at: /usr/share/void/resources/app/node_modules/@vscode/ripgrep/bin/rg

Sherlock-Holo commented on 2025-05-08 17:35 (UTC)

@oech3 I wonder why we have to use ripgrep packege to replace the bundled rg?

oech3 commented on 2025-05-08 09:43 (UTC) (edited on 2025-05-30 16:48 (UTC) by oech3)

Would you depends=(ripgrep);ln -sf /usr/bin/rg /pathto/app/node_modules/@vscode/ripgrep/bin/rg ?