Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionThe Zoom Community has won the Best Customer Support Community award!
Celebrate with us2024-11-14 01:59 AM
Zoomm Iterating on all xdg-desktop-portal and doesnt recognize XDG_CURRENT_DESKTOP on hyprland, i try to find source on the internet but no avail.
```
XDG_CURRENT_DESKTOP = Hyprland; GDMSESSION = ; XDG_SESSION_TYPE = wayland
Error: Send error, 22 Invalid argument
Error: Send error, 22 Invalid argument
Error: Send error, 22 Invalid argument
[4133:4133]ZoomCollabHost started,isSupportCef=1
[3993:4197]webviewHostIpcChannel:onChannelConnected
webviewClientIpcChannel:onChannelConnected
*** stack smashing detected ***: terminated
[xdg-desktop-portal info]:
xdg-desktop-portal: xdg-desktop-portal 1.18.4
can not find 'xdg-desktop-portal-gnome' command
xdg-desktop-portal-gtk: xdg-desktop-portal-gtk 1.15.1
xdg-desktop-portal-hyprland: xdg-desktop-portal-hyprland v1.3.8
xdg-desktop-portal-kde: xdg-desktop-portal-hyprland v1.3.8
can not find 'xdg-desktop-portal-lxqt' command
can not find 'xdg-desktop-portal-wlr' command
can not find 'xdg-desktop-portal-xapp' command
```
its kinda annoying tbh, i have to manually turn it off manually,
Ive tried to embed this code inside Zoom.desktop but the command runs sequentially. do you guys have any solutions ?
# kill all possible running xdg-desktop-portals
killall -e xdg-desktop-portal-hyprland
killall -e xdg-desktop-portal-gnome
killall -e xdg-desktop-portal-kde
killall -e xdg-desktop-portal-lxqt
killall -e xdg-desktop-portal-wlr
killall -e xdg-desktop-portal-gtk
killall -e xdg-desktop-portal
sleep 1
# start xdg-desktop-portal-hyprland
/usr/lib/xdg-desktop-portal-hyprland &
sleep 2
# start xdg-desktop-portal-gtk
if [ -f /usr/lib/xdg-desktop-portal-gtk ] ;then
/usr/lib/xdg-desktop-portal-gtk &
sleep 1
fi
# start xdg-desktop-portal
/usr/lib/xdg-desktop-portal &
sleep 1%
i want to change the Source code but its encrypted n idk how to crack zoom and reverse engineer it
PS. i'm dual booting on KDE and Hyprland as a DE.