https://bugs.kde.org/show_bug.cgi?id=381266
--- Comment #19 from Andrei <tdhj744ra...@opayq.com> --- I've updated my post on this above. TLDR: no scripts needed, just use separate ----class and --user-data-dir for separate apps. E.g.: `chromium --app=https://example.com --class=webapp-one --user-data-dir=/tmp/webapp-one` and `chromium --app=https://example.com --class=webapp-two --user-data-dir=/tmp/webapp-two` — these won't be grouped. At least this works for me for quite some time. Example .desktop file: ``` [Desktop Entry] Name=Gmail Exec=chromium --app=https://gmail.com --class=webapp-gmail --user-data-dir=/home/x/.local/share/webapps/gmail Icon=/home/x/Pictures/Icons/Gmail.png Type=Application ``` -- You are receiving this mail because: You are watching all bug changes.