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

Fix apps being grouped by web-renderer process in start menu #279

Open
m-roberts opened this issue Sep 30, 2021 · 0 comments
Open

Fix apps being grouped by web-renderer process in start menu #279

m-roberts opened this issue Sep 30, 2021 · 0 comments

Comments

@m-roberts
Copy link
Contributor

Currently, all apps call web-renderer process, which means that these are grouped together in the start menu.
In order to prevent this, each "app" needs its own process to be considered distinct.

Therefore, we should review how best to achieve this.
One way would be to make 'web-renderer' a C++/Qt application library, and then to compile a new process for each as part of pt-os-web-portal-desktop.

Another option would be to explore PyQt's WebEngine functionality.

@m-roberts m-roberts changed the title Review handling of desktop app-like experience Fix apps being grouped by web-renderer process in start menu Sep 30, 2021
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

1 participant