https://bugs.kde.org/show_bug.cgi?id=368425

            Bug ID: 368425
           Summary: Taskmanager and app launcher/window tracking
           Product: plasmashell
           Version: 5.7.4
          Platform: Gentoo Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Task Manager
          Assignee: h...@kde.org
          Reporter: pereira.a...@gmail.com
                CC: plasma-b...@kde.org

Hi,

Plasma taskmanager has the ability to track apps and pinned launchers. For
example, is able to  track chromium browser window and chromium apps launchers
separately or pinning dolphin launcher and opening the app, it will use the
pinned launcher icon/entry and not duplicate the icons.

I noticed that in some distributions this works, but others does not. In my
testing, in Arch Linux it works but not in Gentoo and i think openSUSE also.

The problem is the configuration of the *.desktop files. I was able to make it
all work on Gentoo, but I had to change the *.desktop files of the apps.

I noticed that chromium and kmail are not working. 

In kmail, it works if one changes the command line from 'Exec=kmail
-qwindowtitle %c %u' into 'Exec=kmail'.

In Gentoo, to make chromium work, i had to do the following changes:
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"


Is this a problem of the distribution or a kde/plasma problem ?
Where should this be fixed?

Thanks !

Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to