Package Details: vesktop-git 1.5.5.r17.g391ad94-1

Git Clone URL: https://aur.archlinux.org/vesktop-git.git (read-only, click to copy)
Package Base: vesktop-git
Description: A standalone Electron-based Discord app with Vencord & improved Linux support
Upstream URL: https://github.com/Vencord/Vesktop
Licenses: GPL-3.0-only
Conflicts: vesktop
Provides: vesktop
Submitter: xiota
Maintainer: xiota (zt64, Covkie)
Last Packager: Covkie
Votes: 8
Popularity: 0.57
First Submitted: 2024-01-23 02:15 (UTC)
Last Updated: 2025-04-01 22:22 (UTC)

Dependencies (8)

Required by (3)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

D3SOX commented on 2024-04-16 23:04 (UTC) (edited on 2024-04-17 10:34 (UTC) by D3SOX)

I had issues with electron version 30 so I think it's best for this package to set it to electron29 for the time being or better yet make it always depend on the version in the package.json

Diff: https://pastebin.ubuntu.com/p/tS7YWsg4dr/

picokan commented on 2024-01-30 08:24 (UTC) (edited on 2024-01-30 08:24 (UTC) by picokan)

Even though electron is set as a dependency, it's still downloading it when compiling. It's missing a "electronDist": "/usr/lib/electron" in the linux build section of the package.json file.

Essem commented on 2024-01-23 20:31 (UTC)

The .desktop file is broken; it points towards "/usr/lib/vesktop" instead of "/usr/bin/vesktop".

expo commented on 2023-12-26 01:36 (UTC)

Desktop file is broken in regards to window grouping; see https://github.com/Vencord/Vesktop/issues/305.

D3SOX commented on 2023-11-05 10:56 (UTC)

The latest commits broke the taskbar icon when it's not open on KDE Plasma again. I think it worked fine on 3888427da54f74915ab293900b01f4fcacd6068c

iliqiliev commented on 2023-10-28 14:02 (UTC)

There is a taskbar icon mismatch on Gnome that I fixed for myself by renaming the vencord.desktop to vencorddesktop.desktop to match the executable name. Hope this helps somebody

picokan commented on 2023-10-27 22:34 (UTC) (edited on 2023-10-27 22:38 (UTC) by picokan)

Can you make this package use the system electron instead of always downloading a new one and using the executable with an embedded electron?

The electron-builder configuration in this project is in the package.json file, and the rest should be explained in https://wiki.archlinux.org/title/Electron_package_guidelines.

Edit: I get build errors when compiling without node-gyp installed, I think that should also be a make dependency.

winstxnhdw commented on 2023-10-24 10:20 (UTC) (edited on 2023-10-24 10:20 (UTC) by winstxnhdw)

You forget that most developers have pnpm install via npm, and not from the AUR. This is the cause for the conflict.

FichteFoll commented on 2023-10-21 13:06 (UTC)

Whatever you are using to build this package isn't doing it properly because there is absolutely no conflict with an installed pnpm package, which is definitely required here as a build dependency.