[plasmashell] [Bug 402762] Task manager lib does not detect properly the "sxiv" appName

2022-02-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=402762

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

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

[plasmashell] [Bug 402762] Task manager lib does not detect properly the "sxiv" appName

2022-02-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=402762

--- Comment #3 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[plasmashell] [Bug 402762] Task manager lib does not detect properly the "sxiv" appName

2022-01-30 Thread galdera
https://bugs.kde.org/show_bug.cgi?id=402762

galdera  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||[email protected]
 Status|REPORTED|NEEDSINFO

--- Comment #2 from galdera  ---
Looks like an old issue. Setting it to needs more info.
Please try with a newer version(plasma 5.23.5) and if this is not an issue any
more let us know.
Bugs placed into NEEDSINFO status will receive a reminder if the ticket:

Is at least 15 days old
Has not received any comment within 15 days

If a bug remains in NEEDSINFO for another 15 days with no comment, it will be
closed as RESOLVED > WORKSFORME.
If a bug remains in NEEDSINFO with a comment provided within less than 15 days,
no action will be taken (as it does not meet the above criteria).

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

[plasmashell] [Bug 402762] Task manager lib does not detect properly the "sxiv" appName

2019-01-09 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=402762

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #1 from Kai Uwe Broulik  ---
It seems the DesktopEntryName and Name are only checked when there is a mapping
rule, which there is not:

> // Try matching mapped name against DesktopEntryName.
> if (!mapped.isEmpty() && services.isEmpty()) {

Most of the time TM finds a task because of the PID, covering this (bug?
oversight?), but since sxiv doesn't have a PID property on its windows, we fail
to find any service for it.

The other code related to DesktopEntryName further down explicitly disregards
sxiv.desktop:

> if (!service->desktopEntryName().endsWith("." + appId)) {
> it.remove();

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