Summary: | kde-plasma/plasma-workspace: chromium taskmanager tracking | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | pereira.alex |
Component: | Current packages | Assignee: | Gentoo KDE team <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://cgit.kde.org/plasma-workspace.git/commit/?id=6f4b4c26a8f654f1680c43358831ef11cdd8fcf4 | ||
Whiteboard: | fixed in 5.8.5 | ||
Package list: | Runtime testing required: | --- | |
Attachments: |
Changed chromium-browser-chromium.desktop file
Changed chromium launcher script Changed kmail desktop file that makes taskmanager properly track kmail |
Description
pereira.alex
2016-09-07 22:04:36 UTC
Created attachment 445174 [details]
Changed chromium launcher script
Created attachment 445176 [details]
Changed kmail desktop file that makes taskmanager properly track kmail
More info on what i did: In kmail, it works if one changes the command line from 'Exec=kmail -qwindowtitle %c %u' into 'Exec=kmail'. On chromium desktop file: [Desktop Entry] Name=Chromium Type=Application -Comment=Open-source version of Google Chrome web browser -Exec=chromium-browser %U -TryExec=chromium-browser +Comment=Open-source Chromium browser +Exec=chromium %U +TryExec=chromium Icon=chromium-browser Categories=Network;WebBrowser; MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/mailto;x-scheme-handler/webcal; -StartupWMClass=chromium-browser +StartupWMClass=chromium and to the chromium launcher: -export CHROME_DESKTOP="chromium-browser-chromium.desktop" +export CHROME_DESKTOP="chromium.desktop" I've seen this recent commit: https://cgit.kde.org/plasma-workspace.git/commit/libtaskmanager/taskmanagerrulesrc?id=7c443aa53900521deab4fcd4641ea5273afc294e Perhaps something similar is needed for chromium? That file is installed as /etc/xdg/taskmanagerrulesrc so it appears modifications are possible without requiring a rebuild, Thanks. https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc158cb097880079f3ccf68a90d1c43658b73a6b Sorry for being away from this bug report, but is this really fixed? It isnt working on my system, even with plasma desktop git ebuilds |