You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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.
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!
The text was updated successfully, but these errors were encountered: