nsz32 / docklike-plugin

A Dock-like Taskbar Plugin for XFCE
GNU General Public License v3.0
323 stars 42 forks source link

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

Open jankazemier opened 2 years ago

jankazemier commented 2 years ago

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 commented 2 years ago

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 commented 1 year ago

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.