Package Details: webcord-vencord-git 4.9.2.r0.gc39e12a+1.8.8.r25.g4ec01d0-1

Git Clone URL: https://aur.archlinux.org/webcord-vencord-git.git (read-only, click to copy)
Package Base: webcord-vencord-git
Description: A Discord and Fosscord client made with the Electron (master branch with Vencord).
Upstream URL: https://github.com/SpacingBat3/WebCord
Keywords: discord fosscord vencord webcord
Licenses: MIT
Conflicts: webcord
Provides: webcord
Submitter: jacekpoz
Maintainer: Freso
Last Packager: Freso
Votes: 5
Popularity: 0.000180
First Submitted: 2023-03-30 11:59 (UTC)
Last Updated: 2024-06-11 17:59 (UTC)

Dependencies (11)

Required by (0)

Sources (4)

Latest Comments

1 2 3 Next › Last »

vann commented on 2024-06-27 18:58 (UTC)

can you still load themes with this? plugins work but I can't seem to enable themes

jacekpoz commented on 2024-05-17 22:05 (UTC)

sorry for the long wait, forgot about this again - @Freso, I added you as a co-maintainer, good luck with the package!

abs3nt commented on 2024-05-09 00:41 (UTC)

fails to build. needed to replace vencord.patch with:

diff --git a/sources/code/common/main.ts b/sources/code/common/main.ts
index e3d4d72..d574351 100644
--- a/sources/code/common/main.ts
+++ b/sources/code/common/main.ts
@@ -358,6 +358,8 @@ function main(): void {
     checkVersion(updateInterval).catch(commonCatches.print);
     const mainWindow = createMainWindow(startHidden);

+    session.defaultSession.loadExtension("/usr/share/webcord/vencord-ext").then(() => console.log("Vencord loaded."));
+
     // WebSocket server
     import("../main/modules/socket.mjs")
       .then(socket => socket.default())

Freso commented on 2024-05-06 17:11 (UTC)

@jacekpoz Do you need a co-maintainer for the package? I can volunteer for that if wanted.

manankataria commented on 2023-11-29 13:35 (UTC)

I am going through the wiki as we speak i setup arrpc and i was trying to change css and ran into this i am looking into it if i find ill share.

jacekpoz commented on 2023-11-29 13:30 (UTC) (edited on 2023-11-29 13:30 (UTC) by jacekpoz)

I have no idea what to do, I use armcord now

did you check the webcord settings? did you look through both projects' issues on github?

manankataria commented on 2023-11-29 13:22 (UTC)

I dont know I tried looking at webcord to find a solution to this issue i could not find anything at all

https://i.imgur.com/YMms0AS.png

jacekpoz commented on 2023-11-29 12:40 (UTC)

what app do you mean? discord, webcord, vencord? I think you'll find some help by looking the name up

manankataria commented on 2023-11-29 11:44 (UTC)

Is there some wiki or faq as to how to use the app i dont understand certain settings

jacekpoz commented on 2023-11-04 09:15 (UTC)

thank you, I couldn't figure out the patch path :-)

the doc folder was taken from upstream (webcord-git iirc) so feel free to file the same issue there