Sahil Yeole

Results 35 comments of Sahil Yeole

> if 2 people try to log into a windows host using user 1 and user 2, will both get different "user accounts" open like rdp can do or will...

@21pages I have made the changes, please check.

> Reconnection for same session and file transfer repeating session choosing dialog are fixed, and file tranfer support choose session now, great work. Thanks :v: > Did you test port...

Should I make the select session dialog appear after the password has been entered and verified?

Should we add a check for the client version? I think it will cause a problem if client is using the older version and server is on the new version...

> > Should we add a check for the client version? I think it will cause a problem if client is using the older version and server is on the...

@21pages I have fixed the multiple connections problem. Now the user sessions dialog doesn't appear when another connection exists on the server side. I think it should be ready to...

To solve this issue we need to multiply the captured display's resolution by 2 if it is a retina display. Reason: That's the nature of how Retina/HiDPI works on macs....

https://github.com/rustdesk/rustdesk/pull/5900 seems to be lacking compatibility. I think using the remote desktop portal (`org.freedesktop.portal.RemoteDesktop`) can be a good option. https://flatpak.github.io/xdg-desktop-portal/docs/#gdbus-org.freedesktop.portal.RemoteDesktop It has [support for clipboard](https://flatpak.github.io/xdg-desktop-portal/docs/#gdbus-interface-org-freedesktop-portal-Clipboard.top_of_page:~:text=by%20the%20user.-,clipboard_enabled%20b,org.freedesktop.portal.Clipboard%20documentation%20for%20more%20information.%20Since%20version%202.,-restore_token%20s). Currently, we are only using...