Package Details: discord-canary-electron-bin 0.0.475-1

Git Clone URL: https://aur.archlinux.org/discord-canary-electron-bin.git (read-only, click to copy)
Package Base: discord-canary-electron-bin
Description: Discord Canary (popular voice + video app) using the system provided electron for increased security and performance
Upstream URL: https://canary.discordapp.com
Keywords: discord discord-canary electron
Licenses: custom
Conflicts: discord-canary
Provides: discord-canary
Submitter: Kodehawa
Maintainer: Kodehawa (FivePB, Auxim)
Last Packager: Auxim
Votes: 35
Popularity: 0.008183
First Submitted: 2020-10-22 03:49 (UTC)
Last Updated: 2024-08-22 23:13 (UTC)

Dependencies (17)

Required by (9)

Sources (4)

Pinned Comments

Kodehawa commented on 2020-10-22 04:06 (UTC) (edited on 2024-01-04 20:06 (UTC) by Kodehawa)

A shoutout to https://aur.archlinux.org/packages/discord_arch_electron/ (use that one if you want stable instead of canary!) :p

This is just a PKGBUILD based on the original discord-canary PKGBUILD and the discord_arch_electron PKGBUILD to use with Canary instead.

Discord on the latest version uses Electron 22 by itself. Might be worth using the official version if that is what you're after.

!! As Electron 28 joined the official repos, I've pinned this to electron26 instead, as using Electron 28 results on a crash at startup. If it ever works with Electron 28, please let me know.

Latest Comments

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

PedroHLC commented on 2021-08-28 21:21 (UTC)

@qwerty-space there is a PR open for it, we didn't merge it yet because it's a little hackish: https://github.com/chaotic-aur/pkgbuild-discord-canary-electron-bin/pull/2

Qwerty-Space commented on 2021-08-28 21:17 (UTC)

Just in case anyone else came to this package to try it- Powercord does not work with this package.

Kodehawa commented on 2021-08-28 00:29 (UTC)

Bumped version. Sorry for the delay!

PedroHLC commented on 2021-08-28 00:10 (UTC)

@beyley you can create a ~/.config/electron-flags.conf and configure it just like chromium-flags.conf. One CLI parameter per line.

Sorry guys, can't bump version, I'm not home.

Beyley commented on 2021-08-27 23:40 (UTC)

@PedroHLC, how do i enable Vulkan backend? i cant seem to find anything online, if there is a list of working electron-flags id like to have it so i can tweak it specifically for my system

PedroHLC commented on 2021-07-19 12:18 (UTC)

Hi @m00nw4tch3r, please submit a PR to https://github.com/chaotic-aur/pkgbuild-discord-canary-electron-bin. Once merged, the chaotic-aur bot will upload your commit back here to AUR, with your authorship. (also, bump pkgrel and update .SRCINFO)

PedroHLC commented on 2021-06-21 13:54 (UTC)

I can guarantee that flags (Vulkan backend, accelerated-video, Skia, oop-rasterization, zero-copy, harmony, v8-cache) work. But sadly (at least last time I checked), there is none to enforce pipewire's screen sharing to work.

I imagine we need someone to patch the JS side of this and implement the interface @fine2006 mentioned (something similar was discussed in MS' teams repo), or maybe a flag in the chromium-side to wrap the old screen-sharing to work out-of-box with the new one.

If someone comes with it, feel free to submit a PR to https://github.com/chaotic-aur/pkgbuild-discord-canary-electron-bin and the github-action will resubmit it here once it gets merged.

juxuanu commented on 2021-06-21 13:37 (UTC)

This uses electron, which can be configured with ~/.config/electron-flags.conf the same way you do with chromium-flags.conf

fine2006 commented on 2021-06-21 13:31 (UTC)

@allexj I face the same issue but it seems like discord hasn't implemented org.freedesktop.portal.ScreenCast, which is required for sharing things.