#🖥-vesktop-support-🖥
1 messages · Page 35 of 1
hey is there any way to spoof a game running
there's gonna be some automated age estimation from activity log stuff rolling out in march
would be nice to get ahead by just. spoofing a sexual game running
Thats not how they would be estimating your age 😭
No one actually plays nsfw games
But if seriously then no, vesktop doesnt tell discord that you are actually playing the game, only rich presence
they will be rolling out an inference model though
i'm talking about spoofing rich presence specifically so it reports me as legitimately having that game ran
Thats probably misinformation
Games are not reliable signal to determine whether you are adult, since they're way too generic
so is user activity on the platform - but youtube still let me verify my age by heuristics
Well then you can just copy cmd.exe to somewhere and rename it to games executable name, then open it
Assuming youre on windows
i'm running linux and i'm not giving discord dbus access to report back to home servers willy nilly like that
Then forget about spoofing
High chance these games are windows only and vesktop does not detect wine/proton games
hello, i'm looking for some good theme where can i find them, i tried on the site better discord but there are only 6 themes
Disable the filters
Also #🏥-vencord-support-🏥
I assume I’ll just need to downgrade and go from there?
run it from terminal and see if any errors appear after stopping the share
Heyho, I'm having an issue where the colours in discord are Very oversaturated like it's trying to do HDR? It doesn't matter what I do with the brightness of my main monitor, but if I put Vesktop on my second monitor then taking the brightness down from 100 makes the colours normal again.
downgrade to 1.6.3
vesktop on macos seems to have broken traffic light alignment atm, idk if its just me or not
it doesnt like pad itself out into its corner nicely like it did it just slaps itself over whatever is underneath it
most visible with themes like chillax
happens on all others too though
How does one downgrade on Bazzite/Linux exactly?
Or flatpak to be specific
oh sweet, Thanks
Awesome, that fixed it, Thanks for the help!
Are there any known issues involving black boxes when screen sharing applications on fedora?
e {primaries:BT709, transfer:SRGB, matrix:RGB, range:FULL}
[2026-02-09 19:50:16.149] [venmic] [info] [patchbay] (handle) found default metadata: 39
[2026-02-09 19:50:16.149] [venmic] [info] [patchbay] (meta_update) speaker name: "alsa_output.usb-Generic_TX-384Khz_Hifi_Type-C_Audio-00.analog-stereo"
[2026-02-09 19:50:16.150] [venmic] [info] [patchbay] (get) running venmic 6.1.0
[4385:0209/195018.681184:ERROR:third_party/webrtc/media/engine/webrtc_video_engine.cc:1101] No video codecs in common.
[4385:0209/195021.931882:FATAL:third_party/webrtc/media/engine/webrtc_video_engine.cc:2669]
Fatal error in: ../../third_party/webrtc/media/engine/webrtc_video_engine.cc, line 2669
last system error: 0
Check failed: parameters_.codec_settings
Dunno why that bolded, but that's what happened when I closed my video stream
Where is the difference between this support channel and the other one? I do not get it.
What does Vesktop do differently than vencord?
Are there any benefits to using vesktop on windows?
it may perform better
and you won't need to repatch it every time discord pushes an update
Better as in?
Well, then its not really worth it. Vencord already works well enough. i thought it has any additional features.
literal press release statement btw
hi guysss audio message plugin still doesnt work on vesktop macos, been 4 months, does anyone gaf yet
is there a way to make the quests auto-complete script work on vesktop? I've been trying to use aamiaa's script but it doesn't work for some reason although they were working on dc canary build.
Don’t think so
game quests only work on desktop, there's no way around that
it works fine, might be a you/mac issue
fix it yourself if you care https://github.com/Vendicated/Vencord/blob/main/src/plugins/voiceMessages/WebRecorder.tsx
navigator.mediaDevices.getUserMedia does not work on macOS for audio capture due to a fundamental limitation whereby apps that want to access the system's audio require a signed kernel extension. Chromium, and by extension Electron, does not provide this.
It is possible to circumvent this limitation by capturing system audio with another macOS app like Soundflower and passing it through a virtual audio input device. This virtual device can then be queried with navigator.mediaDevices.getUserMedia.
mac issue
yes mac issue
actually i think thats only for system audio, not mic
the electron doc is confusing
as ive described before, when i send a voic message via vesktop, users on normal clients either cant load the audio, or it plays the audio from a voice message i previously sent without vesktop
this doesnt happen on macos with the normal vencord voice message plugin
look into why it happens/fix it urself
or find a mac dev who can do that
I actually saw the same 450-480mb ram usage on both
alright thanks. I'll keep the ptb installed as well for completing quests.
is it possible to disable middle mouse paste on vesktop?
its annoying the hell out of me and i just want to auto scroll
for about a week now, the client renders with weird colours. at first launch, Vesktop's entire window looks washed out, as if the saturation was lower. after some time, the window looks overly bright and saturated.
I suspect this has to do with HDR. using the RPM on Fedora Linux, KDE Plasma with HDR on, Wayland, and N*video card.
tried reinstalling, while also removing the program's data in ~/.config/vesktop/. did not fix the issue.
I did bot, it seems like there is absolutely no mention of such an issue anywhere on Github or here
issue with electron 40, it is known and has been talked about
any workaround?
worked, thanks
I am experiencing something weird with Vesktop. I am using Arch Linux as OS. When I try to join a voice chat using Vesktop, my PC hard reboots for a reason. This is not happening in official Discord app
is it possible to add a nondetected game activity like on desktop discord?
no
do u know if there's any plans/interest to add it or is it just not possible?
maybe the day we write our own arrpc alternative but that’s probably gonna happen in a century
it’s definitely not a priority
can someone tell me how to download vesktop from source cuz i wanna add custome plugins and im dumb ash
If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.
Absolutely no support is provided with such installs. If you want to ask for help with bugs / issues, install the regular way.
(Auto-response invoked by @nocturne veldt)
oh k
Is there any way to configure RPC in vesktop to be opt-in per application? I would like to show my listening activity through a music player but can't seem to set it up without it also showing games that have rich presence support
Seems I found a plugin called IgnoreActivities which seems perfect :D
could you please build from source and see if the issue is fixed on latest electron?
install git, nodejs, pnpm
sudo dnf install git nodejs
sudo npm install -g pnpm
then
git clone https://github.com/Vencord/Vesktop
cd Vesktop
pnpm i
pnpm start
See if you can reproduce the issue here. Then fully close vesktop again and (still in the same terminal), run
pnpm i electron@latest
pnpm start
see if it's fixed
videos and gifs look like this, turning off video hardware accel didnt help. also on linux
Foxy is that you? /ref /j
I just recently switched to Hyprland because I wanted to try a tiling manager, but found out my screen share is completely broken on it and im not sure what’s wrong
Every time I try to initiate a screen share the selection window pops up, and the discord preview renders correctly and allows me to select a frame rate etc, it then shows I’m streaming but never loads and the pop up to select a window comes back up again and force closing that window crashes vesktop
most likely a driver issue
probably, my system just killed itself rn
Hello, I recently started using vesktop on my CachyOS and I‘m mostly happy with it, but there is one small issue that I discovered yesterday and I couldn‘t find anything related to it by my research: The volume of my stream sound gets adjusted automatically (after some time it gets loud and stays like this for around 10 seconds. After that the volume returns back to normal) I don‘t think that my description gives enough information to pin point any issue, so if I can provide any logs or other information about my setup I‘ll gladly do that. I appreciate any help or hint I can get to find a solution
Changing display brightness makes the UI colors over saturated.
How do you recreate this bug or crash?
- Open Vesktop
- Lower display brightness
- Raise display brightness
Tested on Arch Linux, running KDE Plasma on Wayland. Vesktop is running under native Wayland. Laptop is a Lenovo Legion 7 Pro 8th gen with Nvidia + Intel graphics. The amount of change in brightness doesn't matter, even 1% triggers the bug.
I can confirm it fixes the issue
Vesktop keeps crashing when I try to edit a message... I believe it's only when I right click on something, e.g., to use the spellcheck.
$ vesktop
Checking for beta autoupdate feature for deb/rpm distributions
Found package-type: deb
Vesktop v1.6.4
Disabled Chromium features: WinRetrieveSuggestionsOnlyOnDemand, HardwareMediaKeyHandling, MediaSessionService
[561784:0210/172135.169739:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.systemd1.Manager.StartTransientUnit: object_path= /org/freedesktop/systemd1: org.freedesktop.systemd1.UnitExists: Unit app-org.chromium.Chromium-561784.scope was already loaded or has a fragment file.
[561784:0210/172135.225599:ERROR:content/browser/browser_main_loop.cc:290] Gtk: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
(node:561784) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `vesktop --trace-deprecation ...` to show where the warning was created)
[arRPC > ipc] listening at /run/user/1000/discord-ipc-0
[arRPC > websocket] listening on 6463
[arRPC > process] started
Update for version 1.6.4 is not available (latest version: 1.6.4, downgrade is disallowed).
[561784:0210/172145.071366:ERROR:content/browser/browser_main_loop.cc:290] Gtk: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
[561784:0210/172314.099201:ERROR:content/browser/browser_main_loop.cc:290] Gdk: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed
[561784:0210/172322.947674:ERROR:content/browser/browser_main_loop.cc:290] GLib-GObject: ../../../gobject/gsignal.c:2700: instance '0x392c00141ed0' has no handler with id '7182'
[561784:0210/172336.476929:ERROR:content/browser/browser_main_loop.cc:290] Gdk: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed
update vencord
DE: GNOME 49.2
WM: Mutter (Wayland)
Update for version 1.6.4 is not available (latest version: 1.6.4, downgrade is disallowed).
so how do i separately update vencord?
settings > vencord > updater
I don't see an updater:
When will the Vencord badges be added? @paper glen
Idk ur asking the cashier why prices are raised, aint in my control
Can you tell me when the "no" will be added to my Discord account?
detection
what
no, that’s not in their control.
stop asking
Thank you
It appears that I'm not actually updating vencord through the updater. I got this error:
{
"message": "GET https://github.com/Vendicated/Vencord/releases/download/devbuild/vencordDesktopRenderer.js.map failed: ConnectTimeoutError: Connect Timeout Error (attempted address: github.com:443, timeout: 10000ms)",
"name": "Error",
"stack": "Error: GET https://github.com/Vendicated/Vencord/releases/download/devbuild/vencordDesktopRenderer.js.map failed: ConnectTimeoutError: Connect Timeout Error (attempted address: github.com:443, timeout: 10000ms)\n at Ot (file:///VencordDesktopMain:5:642)\n at processTicksAndRejections (node:internal/process/task_queues:103:5)\n at runNextTicks (node:internal/process/task_queues:68:3)\n at process.processImmediate (node:internal/timers:472:9)\n at async Te (file:///VencordDesktopMain:6:120)\n at async file:///VencordDesktopMain:7:299\n at async Promise.all (index 39)\n at async qr (file:///VencordDesktopMain:7:253)\n at async file:///VencordDesktopMain:6:481\n at async Session.<anonymous> (node:electron/js2c/browser_init:2:110632)"
}
and even though it actually says I've updated, it happens instantaneously and then when I restart and return to the updater all of the updates are still listed there.
is there some way to manually install all of these vencord updates?
The same issue is happening to me in Plasma 6, though that's also on wayland.
I wanted to switch to the vesktop but everytime I use it, it just adjust my mic volume automaticly. How can I turn it off? When it adjust my mic to 100% no one understands me
thank you
and also one thing, can I make it into one? I dont want to have both discord and kde bars
oh thank you, didnt noticed it
btw is there anyway to do the discord quests like "play fortnite for 15 minutes and gain something" on vesktop, or do I need the normal client?
nope
game quests require the desktop client, no way around it
okay thank you
screenshare not showing anything when people join stream?
(kde fedora flatpak installation)
when i open dev tools in vesktop it jumps to 100% cpu usage on one core and after around 3 seconds will completely freeze, if i close dev tools before it fully freezes cpu usage will return to normal but if i try to after its frozen cpu usage stays at 100% and vesktop remains frozen
even after vesktop freezes dev tools keep functioning as normal
ive confirmed this happens on the vesktop-git aur package as well as the portable install from vesktop.dev and it does not freeze with vencord patched discord only vesktop
also i get these errors in the terminal when dev tools are opened
[2130:0211/141130.073324:ERROR:CONSOLE:2] "Electron sandboxed_renderer.bundle.js script failed to run", source: node:electron/js2c/sandbox_bundle (2)
[2130:0211/141130.073345:ERROR:CONSOLE:2] "TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))", source: node:electron/js2c/sandbox_bundle (2)
[2130:0211/141130.955026:ERROR:CONSOLE:1] "Request Autofill.enable failed. {"code":-32601,"message":"'Autofill.enable' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)
[2130:0211/141130.955051:ERROR:CONSOLE:1] "Request Autofill.setAddresses failed. {"code":-32601,"message":"'Autofill.setAddresses' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)
[2130:0211/141130.966617:ERROR:CONSOLE:1] "Request Fetch.enable failed. {"code":-32601,"message":"'Fetch.enable' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)
[2130:0211/141130.966830:ERROR:CONSOLE:1] "Request Fetch.enable failed. {"code":-32601,"message":"'Fetch.enable' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)
[2130:0211/141130.966994:ERROR:CONSOLE:1] "Request Fetch.enable failed. {"code":-32601,"message":"'Fetch.enable' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)
[2130:0211/141131.135619:ERROR:CONSOLE:1] "Request Fetch.enable failed. {"code":-32601,"message":"'Fetch.enable' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)
[2130:0211/141131.135643:ERROR:CONSOLE:1] "Request Fetch.enable failed. {"code":-32601,"message":"'Fetch.enable' wasn't found"}", source: devtools://devtools/bundled/core/protocol_client/protocol_client.js (1)
Welcome to dev tools
it used to be laggy but never fully froze the app
but ig if its just dev tools being bad then nothing can really be done about it
hello, I am trying to open a server and vesktop is not working once again. since I am on arch linux I am going to install via aur now rather than flatpak. is https://aur.archlinux.org/packages/vesktop-bin the correct package?
Does anyone know why my colors are like this only in vesktop, no other app, not even the DE
wait uhh, idk if that captured it
Actually i think yall can see, there is this really bad blur and it makes shiggy look demonic, as well as everything else
Wait apparently i get that weird color effect at 100% brightness, that should not be happening
You see the blur right?
yes I know what the issue is
nixos, also its the flatpak
sudo flatpak update --commit=44fd7a487f26d009cfe86e32570395aa1ca5a31c7d9049e098393a2ccfb25721 dev.vencord.Vesktop
To be clear, in the future i can flatpak update like normally right?
when that commit lands in the latest release
it doesn't prevent you from updating yeah
Thanks, that worked
no more saturation
it'll be fixed next release
so ive been having issues with vesktop where if im in a vc and im streaming either my screen or my application it will lag and lower the quality I'm currently on nobara and never had issues with discord streaming prior to swapping from windows i also was on bazzite for a short time and had the same issue.
Text me for fun 🤩
I was running arrpc manually before and stopped doing that since vesktop already does it. Now this popup appears even though it still works
disable webrichpresence
doesn't appear in the plugin list so I think it's not included anymore?
disabling it in json didn't work before but I think it just fixed itself now
Hi uh im trying to get arPRC to work, its not throwing a error message at the top about it but it only detects the spotify stuff (which i think depends on the spotify app connection not arRPC itself) and no other activities like cs2, minecraft and the sorts show up (im on windows 11)
and yes i have it enabled
Vencord.Plugins.plugins["WebRichPresence (arRPC)"].hidden = false then you can see it in the plugin list
mods crush this person's skull
Lobotomised! 🔨
Hello. When I try to look for GIFs it all just looks like this
disable hardware acceleration
Thank you
Update, starting camera works but stoping camera freezes Vesktop, I can use OBS to capture individual windows or entire screen and stream to platforms such as YouTube and twitch without any issues, Vesktop is up to date
for around a week now i've been getting taskbar discord notification badges, but when i go into discord/vesktop itself, none of my servers display the "unread message" marker/badge thing. unsure how to fix this? none of the plugins i have enabled seem to affect notifications, and i don't use any themes. there have been a few updates since i first noticed this issue but clearly didn't fix the problem haha. uninstalling + reinstalling also didn't help
Does screenshare with audio not work in 1.6.4? Tried screen and game but neither worked.
where, generally, does data saved by plug-ins go?
i'm looking to reinstall vesktop and don't want to lose my data
is there any way to repair vesktop itself?
use Backup or cloud tab
Screenshare hasn't been working for a while now. It worked fine in December. When I screenshare, the other person sees a loading screen for a while until it errors. If I disconnect from the call while screensharing, it just goes to black and my only option is to close Vencord. I have tried enabling and disabling Video Hardware acceleration. I'm on Steam Deck and I downloaded it from the Discover store.
I also have a similar issue but only occurred when I switched WM, when’s the last time you updated? I wonder if a package broke or
Apologies, but what is WM?
Window manager, if memory serves Steamdeck uses KDEPlasma desktop environment, I changed the underlying manager that controls how windows move around and work
You can read here to see my existing troubleshooting and see if anything I have matches with what you have
Oh, I see. I'm not really interested in changing it, for one the Steam Deck will revert any OS changes on update, so that won't persist. Secondly, I like KDE Plasma. If there's a way to revert the Vesktop version to the one that previously worked in December I'd prefer that.
I wish I knew, however since your also having a issue I think it’s something with the underlying drivers, probably something with Pipewiere and Pulse Audio but I don’t know what
Okay, thanks for your assistance regardless.
wsp guys, I did activate a plugin that changes everyone nicknames colors, I searched for it and didnt find which one did it, if yall know what plugin does that I would be glad
vp irccolors
tysmmmmmmmm
screenshare not showing anything when people join stream?
(kde fedora flatpak installation)
Hi, is spellcheck still broken? Can't find anything saying that is a known issue at the moment?
it's been fixed but there hasn't been a new release yet
use #🖥-vesktop-support-🖥 message if you're on a debian based distro
Can someone help me? Lunaa's FakeSoundboard plugin isn't working even tho I enabled it
If you are trying to install plugins from the third party plugins channel, see the pinned message there.
Do not ask for further help or you will lose access to support. If you cannot figure it out with the pinned message, it's not for you.
Absolutely no support is provided with such installs. If you want to ask for help with bugs / issues, install the regular way.
(Auto-response invoked by @proper jolt)
Still looking for advice here if anyone can help!
vesktop portable support update when?
Are there any plans for discord overlays/game quests etc?(Or is it even possible?)
not possible to do quests
not sure about overlay's, but if it was possible its likely not worth it
.
is that chatgpt in the background 
Oh, somehow magically after turning it back on, it turned on
it stays in loading vesktop
it stuck in loading screen
its still stuck
alo help me amk yaa
there is no fix
?
it works
oh

thought you were trying to show an issue
try reinstalling
this doesnt work on phone 😭
Obviously
does anyone know how I can change the vesktop icon?
nvm figured it out myself
anyone know why my screenshare is awful on vesktop
Elaborate
not 100% sure on it but because ive not seen it but whenever i screenshare for my friends they say its like a slideshow and like 2fps and they just cant see anything really
What os
win11
Vesktop streaming on windows isnt good, use the discord desktop app for that
ah okay
i updated vesktop....and instead, it deleted itself lol
Vencord: v1.14.2 • f9c404c (Vesktop v1.6.5) - 9 Feb 2026
Client: stable ~ Vesktop v1.6.5
Platform: Win32
The newest Vesktop update has broken all links... :(
broken how
system issue
That worked, yeah
it opened the Vencord website
Hello! Thank you for all of your hard work on this project, it's much appreciated! I just moved to a new distro (PikaOS) and the Vesktop AppImage doesn't want to work unless I manually install the old libfuse2 libraries. The dev for my distro strongly encouraged me not to do this because fuse2 is deprecated and has security holes. He recommended I reach out to you and request that you kindly update the packaging to use the modern libfuse3 library. Thanks and keep up the great work! 🙂
We use https://github.com/electron-userland/electron-builder to build AppImage, it's not on us
u should open an issue there
Hi, I'm trying to make discord://... links to work on vesktop. Specifically to open discord user profile from my web app. That was working with official discord app. Now with vesktop, it need to be fully closed, otherwise clicking link in browser will just make vesktop to get focus only. I'm on win11. Not sure if this is known limitation or I'm doing something wrong. Any suggestion? (not sure if this is relevant but "Rich presence" and "Open links in app" setting is enabled)
Vesktop (Wayland) crash when selecting window to stream
Does screenshare with audio not work in 1.6.5? Tried screen and game but neither worked.
On win 11 24H2
audio also doesnt work for me (wayland, pipewire?), and the only source of audio I can select is "entire system"
At least according to the pic on the github, you should be able to select different sources, but that pic looks ancient. After all even in normal discord you dont have the option, its either everything or the selected game
yes, that's how it is on windows
the picker is only on Linux
for windows screenshare it's best to use the normal discord app
So is that just an issue that cant be fixed or what are we talking about. I dont wanna use normal discord (even if modified).
im using vesktop on windows but for some reason the window position gets randomly reset
like im maximized (but not full screen) and i unmaximize the window size is the full 1920x1080 thing
its like it thinks im on wayland and it can't remember window size and position
no other windows application acts like this so i genuinally dk whats going on
mods crush this person's skull
Lobotomised! 🔨
for both 1.6.4 and 1.6.5, vesktop has been unable to run on my system (fedora 43 with kde plasma). attempting to run both the rpm and appimages, as well as updating from my previously 1.6.3 install, results in "vesktop" (with no caps) showing up in my task manager with no window attached, then closing after a short period of time
uhhh so whats up with that
run vesktop in terminal and send any errors
ella@fedora:/opt/Vesktop$ ./vesktop
Checking for beta autoupdate feature for deb/rpm distributions
Found package-type: rpm
Checking for update
Vesktop v1.6.5
Enabled Chromium features: AcceleratedVideoEncoder, AcceleratedVideoDecoder, AcceleratedVideoDecodeLinuxGL, AcceleratedVideoDecodeLinuxZeroCopyGL
Disabled Chromium features: WinRetrieveSuggestionsOnlyOnDemand, HardwareMediaKeyHandling, MediaSessionService
[76756:0212/164054.426306:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.systemd1.Manager.StartTransientUnit: object_path= /org/freedesktop/systemd1: org.freedesktop.systemd1.UnitExists: Unit app-org.chromium.Chromium-76756.scope was already loaded or has a fragment file.
Trace/breakpoint trap (core dumped) ./vesktop
ella@fedora:/opt/Vesktop$ [76801:0100/000000.928289:ERROR:media/gpu/vaapi/vaapi_wrapper.cc:1627] vaInitialize failed: unknown libva error
Google those errors and look for solutions
For some reason, when I stream the entire system audio, people can hear themselves. I didn't find anything on that issue, so I came here. I am using Niri (Wayland) and Pipewire, is that the cause?
ive tried this, none of the solutions ive found have worked
Hello, i have an issue where the screen share picks up the audio from himself, arch and windows. Is there any known fixes for this?
run vesktop --disable-gpu
ella@fedora:~$ cd /opt/Vesktop
ella@fedora:/opt/Vesktop$ ./vesktop --disable-gpu
Checking for beta autoupdate feature for deb/rpm distributions
Found package-type: rpm
Checking for update
Vesktop v1.6.5
Disabled Chromium features: WinRetrieveSuggestionsOnlyOnDemand, HardwareMediaKeyHandling, MediaSessionService
[13879:0212/171257.985285:ERROR:media/gpu/vaapi/vaapi_wrapper.cc:1627] vaInitialize failed: unknown libva error
[13834:0212/171258.051868:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.systemd1.Manager.StartTransientUnit: object_path= /org/freedesktop/systemd1: org.freedesktop.systemd1.UnitExists: Unit app-org.chromium.Chromium-13834.scope was already loaded or has a fragment file.
Trace/breakpoint trap (core dumped) ./vesktop --disable-gpu
killall -9 vesktop
then try again
vesktop: no process found```
rm -rf ~/.config/vesktop and try again (this will delete all your vesktop/Vencord settings and data)
it worked, ty!
it seems as though the issue is that having a file selected for the tray unread indicator other than the default causes the app to not launch. i had one set previously, and so newer updates didnt work. setting one now instantly crashes the app, and i have to rm -rf ~/.config/vesktop again to get it to launch. idk where to report this though
sounds like a system issue
which desktop and which image are you trying to use
send the image here
fedora 43 kde plasma edition, like i said initially https://fedoraproject.org/kde/
A customizable high-quality desktop, built on the latest open source technology. Trusted, powerful and easy.
not sure what you mean by image
when i try to dowloand on discord on window it won't open
if you mean which vesktop package, its vesktop-1.6.5.x86_64.rpm
the image you're trying to use as the tray indicator
honestly idk, but they were working fine on previous versions
that does stop it from crashing though, ty
can i use vencord, and vesktop at the same time on the same Discord Canary build?
vesktop is its own custom client
ok
@torn oasis
i saw a "Fake soundboard" plugin if u scroll up in this channel, i was wondering wher do i find it like #plugin-requests
we don't provide support for userplugins
what?
anyone had any issues with the scroll button thing in the chat window not showing up? sometimes it appears when i scroll back and forth, and sometimes it just stays hidden and only appears when i click on the scroll bar
this thing on the side
Anyone knows if it would be possible to use CSS to move the window controls (so close, maximize, minimize) to the left side on Linux on the Vesktop titlebar? Ideally it'd be a baked in feature of the official discord client to follow user preferences but that's not the case
try
div[class^="base"][data-fullscreen]{
>:first-child{
flex-direction: row-reverse;
>:last-child{
flex-direction: row-reverse;
>:last-child::before{
display: none;
}
}
}
}
it also moves the inbox and help buttons though
that is pretty good but it doesn't invert the window control order for me, so it's awkward
then this
div[class^="base"][data-fullscreen]{
>:first-child{
flex-direction: row-reverse;
>:last-child{
flex-direction: row-reverse;
>:last-child{
flex-direction: row-reverse;
&::before{
display: none;
}
}
}
}
}
that works, few hiccups and as you said the inbox also gets moved, but the basic functionality works !
Thanks, i wouldn't have know how to even get started dealing with css.
you can move the inbox to the right with this:
div[class^="base"][data-fullscreen]{
>:first-child{
flex-direction: row-reverse;
>:last-child{
>:first-child{
position: absolute;
left: calc(100vw - 10px);
transform: translateX(-100%);
}
>:not(:first-child,:last-child){
display: none;
}
>:last-child{
flex-direction: row-reverse;
&::before{
display: none;
}
}
}
}
}
if you want the window controls to be X - [] that's also possible
just replcae the innermost/last flex-direction: line with
>:first-child{
order: 2;
}
>:nth-child(2){
order: 3;
}
>:nth-child(3){
order: 1;
}
Do you know if it would be possible to just have the X?
definitely. Do you want to hide the other controls or leave them on the right
both are possible
guys is there a verification skip over the trashy discord api
oh wait this isnt general
hide them, I don't really use them and have them disabled DE side. one thing tho, with the latest css you sent the inbox is on the right side but it doesn't seem to be working (can't open it)
yeah I realized that too, hold on, shouldn't be that complicated
div[class^="base"][data-fullscreen]{
>:first-child{
margin-left: var(--custom-app-top-bar-height);
>:last-child{
>:last-child{
position: fixed;
left: 0;
&::before{
display: none;
}
>:not(:last-child){
display: none;
}
}
}
}
}
there you go
everything should be interactable
Yup, works perfectly ! Thanks a lot again, this had been nagging me ever since discord moved to this new title bar
no problem, glad my CSS knowledge came in handy :)
for me, my main problem with the new titlebar is that after I shrunk it down (it felt too big), the inbox button's hit area became tiny, so I wrote some css to reskin it
That's when I did the "research" and worked out the DOM structure for the title bar
one last thing @west orchid (and really you've already helped a bunch and this isn't even a big deal), when I open the settings the window controls reappear on the right side, do you have any idea if that's fixable? those aren't part of the title bar proper
is solvable, on it rn
replace whole css with
div[class^="base"][data-fullscreen]>:first-child, div[class*="systemBar"]{
margin-left: var(--custom-app-top-bar-height);
>:last-child{
>:last-child{
position: fixed;
left: 0;
&::before{
display: none;
}
>:not(:last-child){
display: none;
}
}
}
}
Yup, that works ! every clickable, everything in the right place.
Hi. I'm having issues trying to stream my screen as vesktop crashes everytime I try. I've tried to disable every plugin and tried to check if I was using latest version and it all seemed fine. I also ran vesktop through console to see if it prints some error but I got crickets... where can I see the crash logs? This as been an ongoing issue for a month or so
if you are on linux, thats most likely you xdg-desktop-portal issue, had an issue with gnome portal before
try other portal mayb idk
Everytime i try to Stream with hardware Acceleration on it wont find a Codec
I tried with and without webscreensharefix
Also stopping the stream also crashes it
I am on cachy os with the aur version
Vencord: v1.14.2 • f9c404c (Vesktop v1.6.5) - 10 Feb 2026
Client: stable ~ Vesktop v1.6.5
Platform: Linux x86_64
Downgrading back to 1.6.3 fixed it now it can find a codec again and it doesnt crash
Vencord: v1.14.2 • f9c404c (Vesktop v1.6.3) - 10 Feb 2026
Client: stable ~ Vesktop v1.6.3
Platform: Linux x86_64
Every time I try to share my screen, it sets the quality and fps to maximum, ignoring my settings, meanwhile my Internet cannot afford that
anyone else getting the annoying bug that does not let you sleect an audio source?
Hi again, I opened an issue with electron-builder like you suggested, and they got back to me already! They said that the libfuse3 library update is available now via a opt-in root config prop on their beta version that was released a few days ago. They said there are more details in the PR they linked. Here's their response: https://github.com/electron-userland/electron-builder/issues/9586#issuecomment-3898299428
Hello, I just moved to a new distro (PikaOS) and three of the AppImages I use most often don't want to work unless I manually install the old libfuse2 libraries. The dev for my distro strongly ...
that's nice
you should try building vesktop from source with that and see if it works for you
we won't be switching just yet considering it's still in beta
Sounds good! Thank you very much for your help, have a great day! 🙂
Not quite sure why it is happening, but from time to time my vesktop tends to crash when I click the button to stream. Is there a possible fix for this issue?
Can you please add this Black & White Vesktop taskbar icon as a variant?
why I have this strange green flickering on vesktop?
disable video hardware acceleration in vesktop settings
i have it disabled
why does vesktop uses more cpu when siting in a voice call deafened without any plugins enabled or anything changing on the screen?
why is this more laggy than regular discord
im so desperate for someone to fix voice messages on macos so i can use vesktop
its the only thing preventing me from switching from the awful vanilla macos client, because i use that plugin daily, i need it to be functional
Chat does anyone know a general Discord support server that isn't inherently Vencord-based? Discord's been crashing for months now and today it's begun to hit like. Actually unbearable levels.
I've had it crash multiple times while writing a single message. I've had it full-on crash and I need to outright open Discord again. It literally started getting this bad today and I'm starting to get desperate.
bump once again ^^
I am also seeing the same thing with GIFs that @umbral orbit has shown above
Hey I’m on CachyOS and I keep having problems w/ Vesktop getting Stuck on DTLS Connecting is there a fix???
are you using tailscale
when waking from sleep mode or adjusting the laptop display brightness, there is a prblem where colors become severely distorted..
what is the issue in this case? the issue won't bre resolved unless vesktop is restarted
environment : arch + kde(wayland)
issue with the electron version vesktop uses, downgrade or wait
update to 1.6.5
it's already latest version
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @dense wasp)
Vencord: v1.14.2 • f9c404c (Vesktop v1.6.4) - 10 Feb 2026
Client: stable ~ Vesktop v1.6.4
Platform: Linux x86_64
installed using aur
which package
yes
oh, it's resolved 
can some one help me with my plugins folder on vencord
We only provide support for official Vencord builds downloaded from https://vencord.dev. Do not ask for help with building Vencord from source, unofficial versions (e.g. Equicord), or user plugins.
Can confirm, it's fixed in the version I'm using rn
stable 497254 (c92f456) Build Override: N/A
Vencord f9c404c (Vesktop v1.6.4)
Electron 40.0.0
Chromium 144.0.7559.60
completely disabling hardware accel worked but thats kinda long
giphy gifs dont seem to be affected, only tenor
probably because giphy uses actual gifs while tenor is technically mp4s
streams don't load for other people and when i stop streaming it crashes the client
help?
stable 497254 (c92f456) Build Override: N/A
Vencord f9c404c (Vesktop v1.6.5)
Electron 40.4.0
Chromium 144.0.7559.134
my vesktop version btw
bump, does anyone know why this happends?
is hardware acceleration off
Why isn't the website working? I can't download it.
elaborate
The website itself isn't loading for me
https://vesktop.dev is up so it's an issue on your side
Hellow, i have two bug in my Vesktop app, first, when i share my screen, i have a yellow border all around my app (any app) even if this app isn't in full screen
The second one is that the app make my alt+tab and windows return and all my pc laggy a few minute i use it, i have a theme and some plugins but my pc is efficient so
And one last thing, that's not a bug but is there a way to restore Discord's original screen sharing panel ? Bc i love the normal one
Thank you for your help 
vesktop screensharing on windows isn't great
Oh okay, I see, but so there's no solution?
there is not
Okay no worries, thanks anyway
^°^
why is the quality of my stream always so low on vesktop?
also why is it that i can only stream at 1080p@30
Is it possible to have multiple instances of vesktop open (with different accounts) on linux (Vesktop from AUR)
also i dont know if this is a vesktop or proton issue but vesktop will only allow traffic through one vpn ip, so if want to use discord I have to be on a certain vpn location
how are you share screening? are you using pipwire or something else?
uhh im not sure. whatever the default is, im kinda new to linux so i dont understand the terminologies yet
i just understand that im on wayland
I've searched for "screen share" and "streaming" in #1257025907625951423 and found nothing, so hopefully this isn't a duplicate issue.
I am unable to screen share. I get an instant crash whenever I select a screen or window to try to stream. This screen pops up for a moment before the app returns to whatever server I'm in. I don't disconnect from calls or anything, but the button to try to screen share doesn't even bring up a window selection after the crash. I know it says "discord" at the top, but this is the vesktop app.
Information that might be helpful:
-I am on NixOS using Wayland
-In Vesktop, going to Settings > Updater, I'm shown as up to date
-I unfortunately don't remember when this issue started, I've been dragging my feet about fixing it, but I have been able to stream just fine in the past.
-I am able to stream using the webapp in firefox
I'm happy to provide more information if it's needed.
i have same issue on linux mint. it's been like that for 1-3 weeks i think. Can't stream anything.
it worked fine before.
Thanks for sharing. Hopefully we're both not making some obscure stupid mistakes. Do you get the same error screen and behavior with the streaming button after the crash recovery?
yeah it's the same thing.
I tried disabling some plugins and hardware acceleration to no avail.
I also cant stream, i gu ess vesktop dosnt work? is there an alternative?
Run discord in browser and stream from there. Or since this seems to be at least a little widespread, trust the devs and wait for a fix.
disable
youre support? is screen share just broken?
it's working fine for me
are you on linux branch?
flatpaked?
no
i am too😭
I just downloaded both linux mint and vesktop
How do i quit vesktop?
When i press 'X' it minimizes
whenever i right click on the vesktop icon in the taskbar
it shows nothing
I have to kill vesktop from the system monitor to close it
Yeah... thats what i said
can also do this
I tried it, but nothing happens
But i want to minimize it.. I think something's wrong with my linux
and not vesktop
what flavour of mint are you using
cinnamon
what?
How to have vesktop?
Thanks I had to make sure
I mean like
LIKE WHEN I DOWNLOADED SUM PEJUNG ON THE BETTERDISCORD
IDK WHERE TO PUT IT
we dont support custom plugins
is there vesktop for gentoo? i dont wanna use flatpak or either appimage
Hello everyone,
Is it possible to have a simple 'Copy' option in the context menu to copy a selection of text from a message?
Vesktop / Linux
you can just select the text and ctrl + c
I know. But I think it's a problem if we have a context menu that removes basic functions.
you don't need a context menu to copy a selection of text
if you need the entire message you can just right click and copy that
I know that. My question was whether it's possible to add a Copy function or revert to the original context menu to access basic functions, and I see that it isn't.
Thanks
yes, its not the best but if you enable the guru overly there is a vesktop bin package
thanks, ive just installed gentoo day ago im mostly new to these cuz ive been maining arch for good time
Hi, is the voice echo when sharing screen non fixable yet? Even if I share only specific window, my friend can hear themselves in my stream
windows?
Yes
no nothing to be done
sad, the official client has no sound at all for me though, even Discord support couldn't help. They badly broke something in their sound systems
anyone able to help with this?
Yeah, I did. I tried so many things already and the official cleint is just broken beyond repair
Do a clean reinstall using the guide below (its completely different to a normal reinstall)
https://support.discord.com/hc/en-us/articles/115004307527--Windows-Corrupt-Installation
tldr:
-
press
windows+r -
paste
%AppData% -
delete
Discord -
repeat for
%LocalAppData% -
Install discord
(Auto-response invoked by @torn oasis)
linux btw
Did that too. purged every single discord file
do you know why i dontr receive nofitications on my desktop?
does vencord offer any voice message to text feature? plugin, css or something?
Ok I’m still having issues streaming on Arch, Aur version, Wayland, stream infinitely loads, I have hardware acceleration completely off, all plugins disabled, etc it’s been this way for a while, and it’s definitely pretty wide spread because I’ve seen several people from before talking about it across several Linux systems, predominantly they are all on Wayland systems
most likely something with your DE, but i dont remember if vesktop does notifications. i think it does but ive been using a self-compiled version of vencord with the discord version from the gentoo repo for a while so i could be wrong
ill look into it when i get home
i dont think so ive had it working before on arch based hyprland, im using hyprland currently so it should be
huh
anyone else having this issue?
how well does vesktop protect against detection by discord?
is it possible to get banned from discord detecting a foreign app using their api or is it more like webcord that just acts as a layer on top of the website?
Discord doesnt care
you're running vesktop through proton?
oh proton vpn
my bad
discord doesnt care - it just sees it as like discord browser since thats all normal desktop discord is anyways
Hey guys, anyone on newest version of Vesktop crashing in windows 11? Whenever I try to screenshare I get a notification that discord has crashed and is trying to recover but everything still works. Except I cannot press the screenshare button no more... On Ubuntu the same version works fine. I didn't change my graphic driver lately--
for some reason, when i talk in vesktop, the volume setting of my mic on my entire desktop environment auto-lowers. this doesn't happen with other apps, just vesktop specifically. what could be causing this? the distro i'm using is pop!_os 24.04 lts.
does it happen in other calling apps?
no, i tried a mic test website in my browser and it didn't happen
if its labeled a communication app or something similar it might do that
bud you might wanna reset your pc
Also, sometimes when I screenshare on windows, my bitrate and framerate become extremely bad, no matter my internet speed. Is this common? I'm on Windows 11. I've found the bitrate can also become really bad with my camera.
vesktop streaming on windows isn't great
Thanks for the info, I will now use this to get the domain taken down fnf_kid_real
vsb 1 scam
Done! 
softbanned @little timber
still broken
Hey I'm using vesktop on linux and for the past few weeks screen sharing has been broken on vesktop. Whenever I try to watch a specific friend's stream, it results in green noise being displayed instead of the actual stream. This only happens with a specific friend, and the stream is vp8 codec. I am the only person who has an issue watching the stream so it's likely the issue is on my side, with vesktop on linux
I'm running the flatpak and both it and vencord are up to date. Further more, I've tried with all the combinations of hardware acceleration and the issue still persists
my vesktop is the .deb installation and game activity kinda works except valve games like tf2 and l4d2, any known fix for this? 
hey guys
my Vesktop and DIscord behaving super weird.
I'm on Linux and using VPN.
if I open Discord in browser, it doesn't load (it gets stuck loading some CSS resource). If I force reload the page reseting cache and stuff, it loads fine, but logs me out.
if I open Vesktop it doesn't load unless I disable proxy mode in my VPN but leave TUN enabled.
this started out of the blue idk how even to debug ts
yeah Ive seen that thread it didn't help unfortunately
Discord is going to be implementing new "security features" for age verification. This includes literal spyware that checks your Discord and system activity for an AI to determine your age automatically.
Vesktop says it currently prevents Discord from seeing your system.
When the new version of Discord with spyware drops, will Vesktop have ways to remove, or at least block, that spyware too?
vesktop runs discord web and RPC scanning is done through arRPC, an external RPC server. discord may "guess" your age through your game activity (so what you play, eg if you play roblox you're probably under 18).
you can disable arrpc to stop giving game activity to discord
so there is no privacy loss since the data that is used is already public data (your game activity)
and if you do choose to verify your age it is done completely client side, that's why it was so easily bypassed
don't believe everything you read online
Discord is not adding spyware lmao
I know. That's why when Discord's official statement about the update pinky-promises it's only for our own security, I decided not to believe them.
companies get in big trouble for lying about things such as this, esp privacy related
didn't they just been caught lying abt this
But companies have been lying about this, and we find out usually after they're caught lying for several years.
I have zero reasons to put any trust into company's promises or the watchdogs that are supposed to keep them in line. Everything that they've said they're going to implement should be a collection of huge red flags for everyone.
is there a way to make links open in chrome when clicked instead of a vesktop sub-window? am on windows
you enabled that behav iour in vesktop settings
can we get our streaming problems acknowledged in the known issues?
what do you mean by this?
hey i just switched to linux recently and i keep having this problem ive rebooted my computer restarted vesktop and my router nothing is working
are you using tailscale
Y do u ask?
because people who use tailscale/zerotier are usually the ones who get DTLS connection issues
Really
if it wasnt the case i wouldnt have asked you
I use it 4 my media server but if it’s the problem than I could turn it off
like if its catagorized as a calling app or similar, some systems have a setting where calls / communication are prioritized and in your case its volume is raised
Vencord: v1.14.2 • f9c404c (Vesktop v1.6.1) - 10 Feb 2026
Client: stable ~ Vesktop v1.6.1
Platform: Linux x86_64
Vencord: v1.14.2 • f9c404c (Vesktop v1.6.1) - 10 Feb 2026
Client: stable ~ Vesktop v1.6.1
Platform: Linux x86_64
i can't really test any other call programs rn
hey so I'm not the target audience for this since I don't use peripherals above 1kHz polling rate, but a friend was asking if vesktop has a polling rate fix for discord built in? https://github.com/HerXayah/Discord-Fixer or if this issue even applies to vesktop to begin with?
I left a review on someone's profile using ReviewDB some time ago (I'm not sure exactly when). I want to delete this review, but it will not show up on my end when I am on pc (Vesktop), only on mobile (Revenge), but on mobile I don't have the option to delete it.
Could whoever is in charge of the ReviewDB database possibly delete the review manually themself if I am unable to do so?
Don't worry bot, I did :>
I’d join the reviewDB Discord server and ask there
difference between this and vencord?
ah i didn't even realize they had their own discord! thank you!
Vesktop is a custom client, Vencord is the mod installed on top of Discord
how did vesktop get made with discord not being open source?
Because it has nothing to do with Discord’s client
It’s a custom client that loads the discord.com website
ahh I also heard that vesktop has better screen sharing is that true? if so why
For Linux (and maybe Mac) Yes
is there a workaround besides turning it off? it worked on windows w/ tailscale
as far as i know no
there could be some setting in tailscale you can disable but i dont use it so i can't tell you
Ive noticed i can't actually share screen in VCs for some reason
the button highlights and expands
but doesn't actually register a click outside of the click itself
i got vesktop and theres no vencord area in settings
I don't know if im just scizo but Vesktop only works when I have a certain ProtonVPN location active
Probably related to this https://discord.com/channels/1015060230222131221/1426180286646980668
Weird, that fixed it.
@outer heron @mint tundra updating everything has seemingly fixed streaming!
update your systems
it doesnt implement quests
yeah but you can do them
yes but you cant complete game quests
^
it would be reasonable to assume it does what it can
tbh if you are looking for more privacy, discord is the worst place to be
Read #1257025907625951423 before asking for help
This channel is only for Vesktop (our custom Discord app). For Vencord support, use #🏥-vencord-support-🏥
-# This is an automated sticky message.
just not, this
Interesting. I'm tailscale on windows and have been having the issue for months now
... and now that i'm testing its completely gone away now. wtf.
its a broken theme from a long time ago
u can get kinda close with https://github.com/refact0r/midnight-discord/blob/master/themes/flavors/midnight-vencord.theme.css
heyy
does anyone knows if it would be possible to create a mixed Matrix/discord client ?
like vesktop++ that adds matrix servers
or does anything already exist doing this ?
but why
this would be a nightmare to maintain
to have only one chatting app gathering all
fair enough
use a bridge like https://github.com/42wim/matterbridge
thanks <3
i've used custom CSS to remove the title text and window controls but now there's some empty space that could easily be filled if i could make the channel list and chat taller (as you can see the back and forward buttons fit nicely though so they can stay)
is that possible
if you want to shrink the title bar, do
:root{
--custom-app-top-bar-height: 25.6px /* or whatever height you desire */;
}
thanks :3
Has anyone else had issues with the mic not working on Linux? It works fine on normal discord but not vesktop
spellcheck brokey
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @dense wasp)
Update vesktop
How can I see deleted messages
vp messagelogger
How
press view website and read the instructions
Wait can I do this on mobile
no
Bro ffss
i did
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @grim lake)
Hi, I'm struggling to setup a specific font for a css theme. I tried both otb and ttf, I tried different downloaded fonts, and I can't seem to have any work. I can change fonts with the other ones I have installed on my linux, but not this one. I tried different paths, I've copied the font right next to the css in the themes folder, but nothing seems to work. Any idea why ?
Vencord: v1.14.2 • f9c404c (Vesktop v1.6.3) - 9 Feb 2026
Client: stable ~ Vesktop v1.6.3
Platform: Linux x86_64
wasnt home at my computer so i couldnt run the command
you updated vencord not vesktop
what distro are you on and how did you install vesktop
ohh i understand now nvm
forgot vesktop was a seperate thing i have to update
try using otf/ttf/woff2
also are u sure 300 is the correct weight
I've re installed vesktop like maybe 5 times now, and still have this issue
cachy os kde plasma (wayland)
Do you use vpn?
yup
Then disable it
such a stupid issue lmao
Yeah sorry gotta block "legit" users to fight abuse
Doesn't happen on windows though
mildly annoying issue, there's no titlebar on the pop-out window for voice chats, and nowhere to grab it and move it around. is there a way to get it back like the regular discord client has it?
this isnt a support question i was just curious if we're going to ever have global binds added to the linux client
it looks like this PR has been open for years now and largely just kinda ignored, this there a reason for that? :0
update vesktop
no updates available
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @torn oasis)
Vencord: v1.14.2 • f9c404c (Vesktop v1.6.1) - 9 Feb 2026
Client: canary ~ Vesktop v1.6.1
Platform: Linux x86_64
I could dswitch to the git build
and hop off canary
i think vesktop-bin is the actually maintained package
god all three vesktop packages have different maintainers
Why is the color management on Vesktop so messed up? This solid color (catppuccin mocha base, #1e1e2e) when copy-pasted perfectly matches the #1e1e2e of my Vesktop theme, but it actually appears much darker on apps outside of vesktop
Er, sorry, actually it's mantle not base
guh
(the correct color in Krita for reference)
Also this is the vesktop AUR package
I am trying to fix hevc video playback in vesktop and I am getting these errors
at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:2:130498)
at SimpleURLLoaderWrapper.emit (node:events:519:28)
Error: net::ERR_FILE_NOT_FOUND
at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:2:130498)
at SimpleURLLoaderWrapper.emit (node:events:519:28)
[363677:0218/020027.461577:ERROR:gpu/command_buffer/service/shared_image/shared_image_factory.cc:968] CreateSharedImage: could not create backing.
[363677:0218/020027.461729:ERROR:components/viz/service/gl/exit_code.cc:13] Restarting GPU process due to unrecoverable error. Context was lost.
[363634:0218/020027.622473:ERROR:content/browser/gpu/gpu_process_host.cc:999] GPU process exited unexpectedly: exit_code=8704```
I tried using the thing from the troubleshooting page.
this might be an issue with hybrid graphics on the Intel and NVIDIA laptops
```vesktop --ozone-platform=x11 --enable-features=VaapiIgnoreDriverChecks,Vulkan,DefaultANGLEVulkan,VulkanFromANGLE,VaapiOnNvidiaGPUs```
It seems the color management is slightly different between the native package and the Flatpak, but it still doesn't show the right color
hello i got a problem with the vesktop client :-(
it's here right
idk if it's due to the amount of plugins i have or my setup but everytime i try to video stream the following happens:
- i get video output from my end
- the other participants don't
- i try to turn off the video streaming
- the client crashes
- rinse and repeat
(running arch (btw) with hyprland)
Do you get anything in stdout or stderr? Like it you run it from a terminal
When using Vesktop and try to stream my game it wont stream but once i press the stream without audio it starts the stream but i dont have any audio can someone help with this?
Vesktop seems slow to scroll. well at least not smooth when compared to the normal discord client for me on Nobara, Gnome. I have no plugins enabled or anything
Wondered if anyone has the same issue
Weird I changed something (not sure what and now it isn't doing it. Odd)
How do I fix my customRPC timestamp it just freezes and it's not continuing it's seconds
How to reduce ram usage? this is not normal
when i first installed vesktop it barely used memory but now my mac is unusable with vesktop open
welcome to discord 
even discord wasnt this bad
vs dbg
Please share your Vencord debug info by running the /vencord-debug slash command!
do both commands
Vencord: v1.14.2 • f9c404c (Vesktop v1.6.5) - 10 Feb 2026
Client: stable ~ Vesktop v1.6.5
Platform: MacIntel
Enabled Plugins (66):
AlwaysAnimate, AlwaysExpandRoles, AlwaysTrust, AppleMusicRichPresence, BetterFolders, BetterGifAltText, BetterRoleContext, BetterSessions, BetterSettings, CallTimer, CopyUserURLs, CrashHandler, Decor, Experiments, ExpressionCloner, FavoriteEmojiFirst, FixCodeblockGap, FixImagesQuality, FixSpotifyEmbeds, FixYoutubeEmbeds, ForceOwnerCrown, FriendInvites, FullSearchContext, FullUserInChatbox, GameActivityToggle, GreetStickerPicker, iLoveSpam, ImageZoom, LoadingQuotes, MemberCount, MessageClickActions, MessageLogger, MoreQuickReactions, NoF1, PermissionsViewer, petpet, PinDMs, PlatformIndicators, RelationshipNotifier, ReverseImageSearch, RoleColorEverywhere, Summaries, SendTimestamps, ServerInfo, ServerListIndicators, ShowAllMessageButtons, ShowHiddenChannels, SilentMessageToggle, SpotifyCrack, TextReplace, Translate, TypingIndicator, TypingTweaks, UnlockedAvatarZoom, UserMessagesPronouns, UserVoiceShow, ValidUser, VoiceChatDoubleClick, ViewIcons, VoiceDownload, VoiceMessages, VolumeBooster, WebKeybinds, WebScreenShareFixes, WhoReacted, YoutubeAdblock
mac intel isn't right I'm on apple silicon
id try disabling all the plugins to see if maybe its one of them that's causing it
How do I fix my customRPC timestamp it just freezes and it's not continuing it's seconds
k
nope
do you have any themes or css enabled
theres really not much to be done then
blame discord
if you get less ram usage with the vanilla app + vencord then that's your solution really
just replaced the theme and now its fine for some reason
oh and also, is there a way to easily change the vesktop icon back to the discord icon?
command i and then dragging the image in does work, but its not permanent
if you mean the tray icon you can go to Vesktop Settings > Customize App Assets
does mac have tray icons actually
i dont know but either way no there isnt a way of changing the app icon within the app itself
yea but i dont have it enabled
nevermind 
Then find discord icns file somewhere (google it) and apply it
cc @tardy mountain
thanks!
no idea. will try
@raven olive it outputs this error
`[arRPC > process] started
[1072401:0218/152246.979295:ERROR:ui/ozone/platform/wayland/host/wayland_wp_image_description.cc:184] Incomplete image description info from compositor.
[1072833:0218/152514.193510:ERROR:third_party/webrtc/media/engine/webrtc_video_engine.cc:1101] No video codecs in common.
[1072833:0218/152518.470222:FATAL:third_party/webrtc/media/engine/webrtc_video_engine.cc:2669]
Fatal error in: ../../third_party/webrtc/media/engine/webrtc_video_engine.cc, line 2669
last system error: 0
Check failed: parameters_.codec_settings
`
t
solved! disabled hardware acceleration.
- i still don't know why it happened and it would be nice to, please!
I'm using Vekstop on Linux how do i enable that RPC thing and how do i use it
I got vekstop from flathub
some people have said that it fixes when updating but i was and still am at the latest version
Vencord: v1.14.2 • f9c404c (Vesktop v1.5.3) - 10 Feb 2026
Client: stable ~ Vesktop v1.5.3
Platform: Win32
⚠️ Activity Sharing disabled
how do I get a custom badge
is there any css that can change my display name with what font and what color i want?
your vesktop is incredibly outdated
like 10 versions out of date
Huh? isn't it supposed to like... Prompt an install of a new mainline version at some point?
ive went through that a few times already
hold on let me reinstall then xd
Any of the devs working on Stream Deck support for Vesktop? Haven't seen anyone bring this up yet
Would love to be able to use my Stream Deck buttons for Vesktop (Soundboard, Mute, Deafen). That's pretty much the only thing I'm missing to make this setup complete. Haven't seen anyone post about this yet which is surprising. Willing to test it out.
Vencord: v1.14.2 • f9c404c (Vesktop v1.6.5) - 10 Feb 2026
Client: stable ~ Vesktop v1.6.5
Platform: Win32
⚠️ Activity Sharing disabled
ok good xd
it actually registred
streaming still doesn't seem to work though
Read #1257025907625951423 before asking for help
This channel is only for Vesktop (our custom Discord app). For Vencord support, use #🏥-vencord-support-🏥
-# This is an automated sticky message.
gifs arent appearing green, they just arent appearing at all. they have all this weird seperation going about.
I am at the latest vesktop version.
I am able to screenshare normaly, this happens when i am a spectator
Excuse me for bumping this, but I'm wondering whether anyone has information on this. I've since then seen some talks about limiting/choosing the codec for decoding streams, and information on that regard would be very much appreciated as well!
Vencord: v1.14.2 • f9c404c (Vesktop v1.5.8) - 10 Feb 2026
Client: stable ~ Vesktop v1.5.8
Platform: Linux x86_64
⚠️ Activity Sharing disabled
wait, what?
I tried sending my plugin list and got cucked by Clyde >_>
is there anyway to turn off "recent acitvity" without turning off the whole activity ?
having a weird issue where terraria randomly stops playing audio specifically when screensharing with vesktop
happens at complete random, with no obvious catalyst for what causes it other than me screensharing the game or the screen with the game with audio
I have a problem with Vesktop, the window won't let me resize it.....do you know how to solve it?
Did you enable window transparency
Just would like to follow-up on this. If not can open a ticket on Github with the transcripts from here requesting.
No
Is anyone having the issue where the window controls (minimize, fill screen, close) are not displaying?
Only the inbox and help buttons (also the DevTools button) display. I am using Windows 11 on Vesktop 1.6.5
Also the rounded corners are missing
is vesktop meant to use 1.5gb of ram
Discord uses what it wants
but isnt this meant to be a more optimised version of discord
Yes
i wonder if there was a better way to potentially have made vesktop, maybe not using electron
It also depends on:
if you are using themes (specifically images)
How many servers you are in
How big said servers are
How many channels you have loaded
Easier said than done
oh i see now
what the helly is allat
2gb 😭
Discord doesn't really like third parties reverse engineering their protocol
welp
dorion did it
Like I said they don't really like people doing it, it doesn't mean it can't be done
No this just looks like normal discord, I don't think they did any reverse engineering at all. More likely they're using Tauri to embed the normal Discord web client
sometimes my Vesktop is bugging whenever i switch account, like it's loading indefinitely
it's stuck on this screen, well sure i can just re-open the app but that's just a hassle y'know?
if you drop things like editing user notes and syncing settings, you can just use their official api docs right
which technically wouldn't be reverse engineering
Interesting. I wonder how hard it'd be to make a client in compose multiplatform
I spend too much time thinking about making clients for things in jetpack compose
a native client wouldn’t run vencord and is most likely to get you banned
i think we’ve considered Tauri but dropped the idea for some reason
Hey. I have the problem that my streams over 720p@30 are just black for everyone. If I switch back to 720@30 it still doesnt work. I need to stop the stream and start it back at 720@30 for anything to work. I use vesktop and the newest version of vencord.
every time i update vencord and vesktop after having to update discord, i forget how to actually make vesktop run again
for now i'm sticking to having vesktop downgraded bc idk what the update does
explain
what do you mean you dont know how to make it run
when i update to 1.6.5, it won't even open
when i stay downgraded to 1.6.3, it works fine
i'm pretty sure it has to do with linux mint bc last time i asked in this channel, that was the solution i was suggested around it and it worked
hello! weird issue here. prefacing this with i'm running the Vesktop x86_64 appimage v1.6.5 on Linux Mint 22.3 installed with kem-a/AppManager, but i had the same problem when installing with GearLever as well
i have Vesktop and ungoogled-chromium each as AppImages, and each time i open a link from Vesktop, ungoogled-chromium retains the same WM_CLASS and gets grouped into Vesktop as well. The desktop entry has the proper WM_CLASS (I know because i had to set it manually, it was initially incorrect)
first image is chrome launched by clicking a link on vesktop, second is just opening it regularly. third is just how it's grouped in my WM, which is cinnamon
Vencord: v1.14.2 • f9c404c (Vesktop v1.6.5) - 10 Feb 2026
Client: stable ~ Vesktop v1.6.5
Platform: Linux x86_64
hi folks, is it possible to have more than one instance of vesktop? like during initial installation, i saw i was able to install stable, PTC, and canary version, but when I run the installer again, it only upgrades/reinstalls the already installed client. Is it possible to use the PTB and canary version of vesktop concurrently with different accounts?
You cant run multiple
that's unfortunate, since i wanted to use multiple accounts concurrently in vesktop, but thanks for your time
you can try using multiple portable installs
alright, i'll try that. thanks for your help!
is there some kinda plugin that would allow sending multiple reactions at once.. something like a preset you can press and it would react with selected emojis
Would be fun to troll people with and stuff I think 😅
no
just hold shift as you react
watch
oh lol i see
it keeps the reaction menu open
but yk i would do like texts...
also works for the regular emoji menu
no thats not a thing
is there a way to add plugins without having to build it all? Is there a reason why its so difficult
no you cant
yeah but is it because of the build process or bundling or something
or just for security, because I get security and all but it seems a bit unnecessary to add that much friction
its meant to be for advanced users anyways because god knows what people would install if it were as simple as a button click
welll i mean true... but theres still js snippets fully supported so i dont fully see the point
it could just be a dev setting buried somewhere andhave a big disclaimer
because to submit them they have to be verified by a mod first
you cant protect people from themselfes yk... yeah
if the code isnt safe it doesnt get approved, simple as that
like this is prob the only thing better about BetterDiscord IMO, even on Chrome you can add custom stuff
but ik its prob not your decision
So youre saying i can easily get my plugin verified?
Like even for a just fun thing like this emoji thing
I searched in the plugins list and it mostly seems like its "serious" stuff
if you want your plugin to be added to the official build you submit a pull request, but make sure to read CONTRIBUTING.md for guidelines
i havent seen many just simple jokes yk
yes because joke plugins are, well, jokes
well thats why custom shouldnt be soooo hard to do
whats stopping anyone from sending js snippet logger
anyways
like it should be somehow possible
the mod team not letting them post it, as i said earlier
btw if i do a custom build, do i gotta update it myself everytime or what?
oh i see
but i dont want my plugin posted here
i just wanna use it myself
sooo
its the same
like anyone can send a snippet that logs
same as plugin
yk
i dont think it would be an issue if there was a big disclaimer and warning and what not
is there any chance this could be changed in the future cuz like its really a pain for me lol and im sure so many others that just wanna script a little thing here and there
damnnnn okay thanks anyways for the chit chat haha
do i have to update vencord tho?
also btw vencord keeps uninstalling randomly is there a way to fix that or automatically repair when it happens?
i dont really care about new stuff i would just love if it worked and i could enjoy my little plugin 😅
@quartz flame
Okay I would just love if you could reconsider that decision one day.
VenCord is all about customization, therefore it should be definitely supported to make plugins for specific needs a user might have.
Right now there's no solution because the official build is for general plugins, you won't accept a commit with a specific plugin that just 1 person needs.
And from the security standpoint its no different than snippets as in, people can make malware snippets same as they potentially could make malware plugins.
I tried explaining myself as best I could here, what's your take on this?
Againnn
Please give me other options to vesktop but that actually works on linux mint?
How am i able to see the toggle for the
Bypass System Audio Input Processing setting
in Voice & Video? its not there
it doesnt exist because it doesnt exist
Someone know?
thanks vestkop
hi
i'm having an issue with vesktop on windows: whenever i try to stream in a server and put the stream audio on, while sharing my entire screen, the viewers hear themselves. i know that vesktop runs the browser version of discord, but isn't it capable of separating discord's/vesktop's audio from the rest (just like normal desktop discord does)?
also, as a secondary thing, it's not a real problem, but to have full screen size of vesktop i have to remove the window controls, making the best way to manage the window be the taskbar right click option and double clicking the window border
how do I fix general screenshare issues on Fedora Linux
a few examples
weird lines, freezes, a lot of epilepsy unfriendly stuff,
silly question, is this interface from a plugin/experiment ?
Can't find any plugin in the list that refers to it but maybe it has a funny name
Same for experiments though they don't really have descriptions to go off of
thing is it completely "breaks" uploading multiple emojis (it will open for the first, upload the first, then just close and fuck off).
So I assumed it wasn't stock discord.
-# moved over from #🏥-vencord-support-🏥 since it might be specific to vesktop
Just wanna follow up on this.
afaik none of the maintainers own a stream deck so this is unlikely to happen any time soon
Stream Deck application has a Virtual Deck option now. You don't need a physical Stream Deck to use it/test it now.
I guess a temporary solution for now is to hotkey Stream Deck buttons to Discord mute/deafen keybinds. Just thought it would be cool for myself and a bunch of other content creators who rely on Stream Deck/Elgato stuff while playing/using Vencord/Vesktop.
hey does anybody else have this problem that when youre on a vc there is no green outline while ur mic is active?
So, this is a weird one. I've got two wifi networks (for now), the older, slower AT&T fiber and the newer, faster T-Mobile Fiber that we're looking to replace it with. On the new network, using any unofficial clients (tested primarily with vesktop but installed goofcord for wider testing) and joining any VC leaves me on "DTLS Connecting", with not much useful in the console from what I can tell. I am using the AUR version of vesktop and the flatpak version of goofcord, though I got the exact same result with the flatpak version of vesktop. Everything works just fine on all clients on the old network, and everything works on the official client (flatpak w/vencord) and browser on both networks. It's a weird one, so let me know if there's any more info I can provide.
having an issue where specifically when streaming with audio, if i am playing terraria, then at complete random the game's audio will just cut off entirely and not come back until i relaunch the game
this is only happening while screensharing with audio
another issue, when screensharing with audio for prolonged periods of time, i begin having other kinds of audio bugs too such as hearing crackles and pops, audio sometimes being really loud for a split second (which only I end up hearing, nobody else hears these spikes in volume), and occasionally also discord will just die entirely, freezing up and eventually graying out, requiring me to relaunch or refresh via ctrl+r to restore functionality
would appreciate any kind of advice for how to maybe mitigate or fix these issues, or if there is no known fix or this is the first time its being brought up or something, if someone could perhaps look into potential causes. i can give computer specs and my package list if that helps
try restarting the game after screensharing, when you screenshare with vesktop it adds a new audio device and terraria may not like that? Just my guess, at least
i mean i've had audio devices update before during gameplay such as my headphones getting unplugged and me plugging them back in, but that has never resulted in audio cutting out like this
in fact here, just in case
Having an issue on steam deck where i can't unmute on Vesktop and if i try to reset voice settings to force an unmute it completely crashes the app. I've seen nobody else have this issue?
guys can i not add keybinds?
ooh okay, so theres no way to get around that?
not yet
aw man okay thank you
hello, sorry for the ping but im with the same issue right now and came across this. what do i gotta do with this to make the proxy work?
Hey everyone!
I recently switched to CachyOS, and I've mostly been enjoying it. However my biggest issue would be stuff with hardware acceleration, specifically with Discord (or Vesktop in this case)
I have an RTX 4070 gpu, and from what I understand from a bit of research is that nvidia can be quite tricky in this regard.
My issue is that whenever I watch someone's stream, the quality seems to be very inconsistent, sometimes it's fine, sometimes it's just a pixel soup that clears up after a bit. The stream also tends to stutter quite a lot, sometimes even showing frames that happened a while ago randomly. From running 'nvidia-smi dmon' in the terminal I found out that Vesktop is not using my GPU to decode the stream, but the CPU instead.
I can't seem to get video encoding working either, so my own streams look quite bad as well because of it.
So far I've tried some launch commands, forcing Vulkan, forcing X11 to be used instead of Wayland, but almost each of these come with new issues while not fixing the main thing.
Is this a known problem, or has someone encountered something similar? Does someone have some tips to resolve the issue?
This is the output for launching Vesktop from terminal, if that helps at all:
APPIMAGE env is not defined, current application is not an AppImage
Vesktop v1.6.5
Enabled Chromium features: AcceleratedVideoEncoder, AcceleratedVideoDecoder, AcceleratedVideoDecodeLinuxGL, AcceleratedVideoDecodeLinuxZeroCopyGL
Disabled Chromium features: WinRetrieveSuggestionsOnlyOnDemand, HardwareMediaKeyHandling, MediaSessionService
(node:32103) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `electron40 --trace-deprecation ...` to show where the warning was created)
Gtk-Message: 11:54:09.806: Failed to load module "appmenu-gtk-module"
[32103:0220/115409.826602:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.systemd1.Manager.StartTransientUnit: object_path= /org/freedesktop/systemd1: org.freedesktop.systemd1.UnitExists: Unit app-org.chromium.Chromium-32103.scope was already loaded or has a fragment file.
[arRPC > ipc] listening at /run/user/1000/discord-ipc-0
[arRPC > websocket] listening on 6463
[arRPC > process] started
[32143:0220/115418.115920:ERROR:media/gpu/vaapi/vaapi_wrapper.cc:3514] vaEndPicture failed, VA error: internal decoding error
[32143:0220/115418.116027:ERROR:media/gpu/vaapi/vaapi_video_decoder.cc:1220] error decoding stream
tailscale down
Hello guys, after today's update, an issue started on my Vesktop client.
I cannot see my friend's screen sharing
My config:
OS: Kubuntu 25.10 (Questing Quokka) x86_64
Kernel: Linux 6.17.0-14-generic
Shell: zsh 5.9
DE: KDE Plasma 6.4.5
WM: KWin (Wayland)
GPU: NVIDIA GeForce RTX 3060 Ti Lite Hash Rate [Discrete]
current version:
Vesktop dev.vencord.Vesktop 1.6.5 stable system
Disable Hardware acceleration
nice man, it solved. thanks!
Or update nvidia vaapi driver cause the latest update fixes that
how can i disable all nitro profile decorations for everyone including custom font names and etc.
i just hate the visual clutter so much
you must css them out I think
I have the CSS for the usernames
:is(span,div)[class*="username"], span[data-username-with-effects]{
font-family: var(--font-primary);
letter-spacing: normal;
}
span[data-username-with-effects]{
color: var(--text-default);
-webkit-text-fill-color: unset !important;
}
Or you can just turn them off
WHAT
I didn't realize that existed
tysm, less lag for my Discord
My stream quality seems to be absolutely horrible, despite having decent internet. Is there any way to fix this?
bumping this
systemd-coredump[23002]: Process 23000 (ThreadPoolForeg) of user 1000 terminated abnormally with signal 5/TRAP, processing...
Shows up in journalctl along with a stack trace. Google search shows some stuff about Chrome tabs crashing but Vesktop still works despite it.
i really just wanna know if this is an electron or vesktop issue before i make a github issue
Any chance you guys would take a shot at this? I also realized Vesktop doesn't pick up keybinds set for Discord actions when the app in minimized/sent to tray. If you guys could at least fix that I don't mind losing access to the Discord stream deck app, because I can just keybind.
do you actually have any issues?
this crash is likely irrelevant
just ignore it if vesktop works fine
i still cant update...
Vencord: v1.14.2 • dc25c8f (Vesktop v1.6.4) - 20 Feb 2026
Client: stable ~ Vesktop v1.6.4
Platform: Linux x86_64
why vesktop is taking that much of ram?
this is normal usage
yeah but I dont know what is happening
this is normal usage and it can’t be optimized further
also unused ram is wasted ram, if your system needs more ram it will reclaim it
there's something else using most of that ram
if you want vesktop to use less ram leave as many servers as possible
The "system default" in settings makes pulsing noises for no apparent reason, the issue is not in the normal discord app since it seems to actually pick up my default mic as my old snowball mic. I only have 1 mic connected on the pc and my snowball works like usual (the issue being vesktop switches to my pulsing fake default when my real mic disconnects)
This being the normal discord app (with vencord)
I'm on cachy os
Please share your Vencord debug info by running the /vencord-debug slash command!
(Auto-response invoked by @dense wasp)
Vencord: v1.14.1 • 8ecae352 - 21 Feb 2026
Client: stable ~ Discord Desktop v0.0.377
Platform: MacIntel
Last Crash Reason: N/A
- this is the vesktop channel
- we don't support devbuilds here (as you already knew)
oh alright
Hi, idk if this is known but the screenshare quality is so bad on Vesktop for Fedora, screenshare is also so laggy, are there any fixes?
whyyyy cant i turn ppl above 100%
volumebooster is broken right now
how do i disable?
settings > plugins but there's no reason to, can just wait for a fix
also, try and keep vencord questions in #🏥-vencord-support-🏥
i mean im using vesktop? but your saying even when off it still lowers the max volume to 100%?
you're using vesktop, but your question is about a vencord issue
if the plugin is off then it has no effect, so you can't raise volume past discord's max
ok but yk discord defualt max is 200% right, whatever ill just join vc on my phone and set it if i really have to till it gets fixed :/
it should be fixed soon
Should probably make a post about it at this point
Imo
How to get the application ID of an already existing game? ASking so i Can deny rich presence for that game only
Hello,
I found out that vesktop doesn't respects systemwide proxy settings on Linux (http_proxy environment variable in .profile or .bashrc) while official client does.
I'm on Fedora and using flatpak. lmk if any log is needed, I didn't find any useful log during startup, just appear unable to connect.
Adding --proxy-server= command-line argument works
Thanks for the help
Hey everyone! Quick feature request regarding Linux audio (PulseAudio/PipeWire):
Currently, Vesktop reports its audio stream simply as "Chromium" (process: "electron"). This makes it impossible to control Vesktop's volume independently using physical hardware mixers or custom scripts (like my Deej setup here: https://github.com/knoellix/deejHotkey), because it gets grouped with actual web browsers.
Could Vesktop explicitly set its audio application name (e.g., via app.setName('Vesktop') early in the main process)? This would ensure the underlying engine passes the correct identifier to the audio server. It would be a massive quality-of-life fix for Linux users who route their audio. Thanks!
This is like the 20th time vesktop ruins my binge with friends. Why? Why the bad connection?
Im having issues with discord RPC on linux, custom rpc seems to run just fine, but i find no socket being created at /run/1000 or whatever the location for sockets is, im using the native rpm package on fedora 43, arrpc seems to be running but im not exactly sure how to verify it other than custom rpc complaining if it doesnt run
it isnt caused by vesktop
Discord servers then?
huh, for me on KDE vesktop does just fine. interesting
set through this menu, not environ
maybe check your DE to see if there's something similar
Issue was fixed by wiping any file related to vesktop, reinstalling via rpm, and then chmodding all files with some higher permissions
I don't think it's possible to fix this in electron
why can i only screenshare 30fps when i'm selecting 60fps?
Hey, thanks for the reply!
I know Spotify uses a custom framework, while Vesktop uses standard Electron. However, the 'Chromium' stream name makes hardware mixing (like Deej) impossible on Linux.
I've tried forcing it via environment variables (PULSE_PROP), but Electron often ignores these. Since it’s a major QoL issue for Linux power users, could you look into explicitly setting the application name in the audio initialization? Even if the engine is buggy, a native fix would be much more reliable than hacks. Thanks!
you don't initialisie the audio, chromium does that.
open an issue in electron repo
we can't do anything
Please tell me alternatives to vesktop. It does not work well with streaming
official app
How to downgrade vesktop version? This current stable version is useless on linux for streaming.
depends on the distro / package manager
The pull-in that shows which sound it is not working is not working.
wdym
what plugin
I don't know the exact name of the plugin that indicates it's working in the audio, but it's not working properly.
Discord keeps logging me out, throwing captchas and email confirmations wtf is going on
is this Discord or Vesktop issue?
For example, in the rooms we can see, we can only tell what kind of sound the people in those rooms are making when we zoom in; it's not visible.
discord? probably?
captchas arent uncommon
if ur using devtools then enable nodevtoolswarning since using devtools can log u out at random
run /vencord-plugins please
How am I going to do that?
Vencord: v1.14.2 • dc25c8f (Standalone) - 20 Feb 2026
Client: stable ~ Discord Desktop v1.0.9225
Platform: Win32
Last Crash Reason: N/A
Enabled Plugins (34):
AccountPanelServerProfile, BetterNotesBox, BetterRoleContext, BetterRoleDot, BetterSettings, BlurNSFW, CallTimer, CrashHandler, FakeNitro, ImageZoom, MessageClickActions, MessageLinkEmbeds, MessageLogger, MessageTags, NoBlockedMessages, PermissionFreeWill, PermissionsViewer, PinDMs, PlatformIndicators, ReadAllNotificationsButton, RelationshipNotifier, ReviewDB, ServerInfo, ShowHiddenChannels, ShowHiddenThings, ShowMeYourName, Translate, UnlockedAvatarZoom, UserVoiceShow, ValidUser, VencordToolbox, ViewIcons, VoiceDownload, VoiceMessages
are you talking about UserVoiceShow
Yes, that's what I'm talking about.
What do you mean? I gave an example.
Normally, when you tap on it, it should show what volume your profile is on.
thats happening consistently when I try to join a server. weird stuff.
no dev tools are enabled.
for some reason vesktop stopped letting me share my screen(started like months ago)
Fedora 42 + wayland(sway) + hyprland
any help would be appriciated
[40041:0221/204013.028898:ERROR:screen_capture_portal_interface.cc(78)] Failed to request the session subscription.
[40041:0221/204013.028911:ERROR:base_capturer_pipewire.cc(81)] ScreenCastPortal failed: 3
Error during screenshare picker Failed to get sources.
(node:40041) UnhandledPromiseRejectionWarning: TypeError: Video was requested, but no video stream was provided
at VCDMain:87:50817
(node:40041) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)```
https://github.com/hyprwm/Hyprland/discussions?discussions_q=ScreenCastPortal+failed%3A+3
https://github.com/hyprwm/Hyprland/issues?q=sort%3Aupdated-desc is%3Aissue is%3Aopen ScreenCastPortal failed%3A 3
how are u using both sway and hyprland i'm confused
idk man look
ty
but the only problem is its happening only in vesktop and not on discord in the browser
Discord whitescreen after ending screenshare anyone know a fix?
Hello everyone. I'm trying to adjust the transparency in Vesktop. After a few attempts, I achieved the desired effect, but it only works when the window is not active. Is the problem with my niri settings or with the vesktop settings?
I keep getting error 2005 when streaming for friends despite my internet connection being stable and pretty good in general. Is there any way to fix this issue? It's quite annoying..
It is not meant to be readable by humans
And you arent supposed to use a file directly

it's gemini
