[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2023-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381266 Nate Graham changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2023-02-13 Thread Andrei
https://bugs.kde.org/show_bug.cgi?id=381266 --- Comment #19 from Andrei --- 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`

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2022-04-25 Thread Andrea E. Monti
https://bugs.kde.org/show_bug.cgi?id=381266 --- Comment #18 from Andrea E. Monti --- At least it seems that this problem has been solved on wayland recently, by a single line commit https://bugs.kde.org/show_bug.cgi?id=358277 Is there a way to apply a similar patch to X11? -- You are receivin

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2022-02-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381266 Nate Graham changed: What|Removed |Added CC||emersonf...@gmail.com --- Comment #17 from Nate G

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2021-04-15 Thread Mitchell Krog
https://bugs.kde.org/show_bug.cgi?id=381266 Mitchell Krog changed: What|Removed |Added CC||mitchellk...@gmail.com --- Comment #16 from Mit

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2021-03-05 Thread Andrei Shevchuk
https://bugs.kde.org/show_bug.cgi?id=381266 --- Comment #15 from Andrei Shevchuk --- I think I have a [decent workaround](https://shevchuk.co/notes/2021/03/06/chromium-web-apps-on-kde-plasma). The problem is that task bar seems to ignore instance name when making grouping decision. It also does n

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2021-02-13 Thread Andrea E. Monti
https://bugs.kde.org/show_bug.cgi?id=381266 Andrea E. Monti changed: What|Removed |Added CC||andreaemo...@gmail.com Ever confirmed|0

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2020-08-29 Thread Andrei Shevchuk
https://bugs.kde.org/show_bug.cgi?id=381266 Andrei Shevchuk changed: What|Removed |Added CC||and...@shevchuk.co -- You are receiving this

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2020-07-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381266 Nate Graham changed: What|Removed |Added Component|Icons-only Task Manager |Task Manager and Icons-Only |

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2019-12-19 Thread Julien HENRY
https://bugs.kde.org/show_bug.cgi?id=381266 Julien HENRY changed: What|Removed |Added CC||henr...@yahoo.fr --- Comment #13 from Julien HEN

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2018-02-11 Thread Kolya Ay
https://bugs.kde.org/show_bug.cgi?id=381266 Kolya Ay changed: What|Removed |Added CC||kolya...@gmail.com -- You are receiving this mail b

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2017-12-22 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=381266 --- Comment #12 from Kai Uwe Broulik --- I never know which of the two is which but: "crx_gaedmjdfmmahhbjefcbgaolhhanlaolb", "Google-chrome" We end up matching google-chrome (appId) first, perhaps we should check for the (xWindowsWMClassName) first?

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2017-12-13 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=381266 --- Comment #11 from Eike Hein --- 凯评 = Kǎi píng = Triumphant comment -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2017-12-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381266 Nate Graham changed: What|Removed |Added CC||pointedst...@zoho.com --- Comment #10 from Nate G

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2017-10-23 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=381266 --- Comment #9 from Eike Hein --- Kai, ping? -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2017-07-17 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381266 Christoph Feck changed: What|Removed |Added Status|NEEDSINFO |UNCONFIRMED Resolution|WAITINGFORINFO

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2017-06-28 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381266 --- Comment #7 from Christoph Feck --- >From the comments it is not clear if more information is needed to understand the issue. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2017-06-21 Thread Ross Williams
https://bugs.kde.org/show_bug.cgi?id=381266 --- Comment #6 from Ross Williams --- (In reply to Kai Uwe Broulik from comment #5) Thanks for the info. That approach sounds like a better solution to the regex based approach. As you say the StartupWMClass and WM_CLASS are a match so it should be wor

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2017-06-21 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=381266 --- Comment #5 from Kai Uwe Broulik --- Yes, we changed something in 5.10, massively simplifying the mapping logic. In 5.9.5 we used some crude regular expressions to map the WM_CLASS to a .desktop file. In 5.10 we use StartupWMClass which, as you can s

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2017-06-19 Thread Ross Williams
https://bugs.kde.org/show_bug.cgi?id=381266 --- Comment #4 from Ross Williams --- (In reply to Kai Uwe Broulik from comment #3) > I cannot reproduce the issue. Neither in normal task manager nor in > icon-tasks. Can you please paste your /etc/xdg/taskmanagerrulesrc > > Also, how did you add the

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2017-06-19 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=381266 Kai Uwe Broulik changed: What|Removed |Added CC||k...@privat.broulik.de --- Comment #3 from Ka

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2017-06-18 Thread Ross Williams
https://bugs.kde.org/show_bug.cgi?id=381266 --- Comment #2 from Ross Williams --- (In reply to Eike Hein from comment #1) > Please supply xprop output for the windows involved as well as the names of > the respective .desktop files and their contents. Authy: ** xprop output: _NET_WM_ICON_G

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2017-06-16 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=381266 Eike Hein changed: What|Removed |Added Status|UNCONFIRMED |NEEDSINFO Resolution|---