Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add persistence and session restore for the RemoteDesktop portal. #200

Open
Adamskye opened this issue Mar 19, 2024 · 3 comments
Open

Add persistence and session restore for the RemoteDesktop portal. #200

Adamskye opened this issue Mar 19, 2024 · 3 comments
Labels

Comments

@Adamskye
Copy link
Contributor

Like with the ScreenCast portal, the RemoteDesktop portal allows for specifying persist mode and may return some restore data so that a program wouldn't need to prompt the user every time they want to use it. This should probably be implemented the same way that it has been for the ScreenCast portal.

@bilelmoussaoui
Copy link
Owner

A patch would be appreciated. Otherwise I will look into it the upcoming days

@Adamskye
Copy link
Contributor Author

There is already a struct for PersistMode in screencast.rs, and I wasn't sure whether I should have reused this one or created a new one for remote desktop. I opted for the latter option, if that's okay.

@bilelmoussaoui
Copy link
Owner

This is now handled but let us keep the issue open till we add it to the demo as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants