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

Virtual Desks are not supported. #7

Open
leira opened this issue Jun 15, 2020 · 1 comment
Open

Virtual Desks are not supported. #7

leira opened this issue Jun 15, 2020 · 1 comment

Comments

@leira
Copy link

leira commented Jun 15, 2020

Chrome OS introduced Virtual Desks in the end of last year. Currently there is no Virtual Desks support in chrometile. Chrometile simply treats all the windows in the same screen.

Is there any plan to support Virtual Desks? Do you know if it is possible for chrometile to support it?

@rprs
Copy link

rprs commented Feb 18, 2022

Sadly, this is currently not supported by the chrome API. The extension uses chrome.windows.getAll here, (official documentation here) which does not include anything about virtual desktops, so it returns all opened windows.

If you want to help pushing this issue, please file a bug in chromium under component:UI>Shell>WindowManager (requires a gmail account). That's the only way I know to contact the chromium team.

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

No branches or pull requests

2 participants