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

Web-app support / multiple launchers for same application #127

Open
jankazemier opened this issue Jan 13, 2022 · 2 comments
Open

Web-app support / multiple launchers for same application #127

jankazemier opened this issue Jan 13, 2022 · 2 comments

Comments

@jankazemier
Copy link
Contributor

Currently it seems impossible to have multiple launchers for (e.g. Chromium) web-apps (or multiple launchers for the same application with different arguments).

What I would like to have is multiple launchers for e.g. Chromium with different arguments, e.g.:
chromium --app=https://twitter.com
chromium --app=https://gmail.com
chromium --app=https://facebook.com

Each one should have its own launcher, with its own icon, and its own indicator.

I somehow managed to get two launchers for Chromium, but if I edit one, the other changes too!

@coreybruce
Copy link

That could be doable but this is Chrome/Chromium's behavior as the multiple windows even if you open them as a separate Windows web app are still running from Chrome

@rbreaves
Copy link

rbreaves commented Apr 6, 2023

This does need fixing - webapps can be very different from each other and Plank handles this well as it should. It would definitely be better if this app separated them out.

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

3 participants