Zoom iterating All xdg-desktop-portal, causing incompability when running on wayland
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. 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 ?
```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
```# 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.
Show less