[plasmashell] [Bug 472737] API to support overlay icons on top of Task Manager apps' icons

2024-04-29 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=472737

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[plasmashell] [Bug 472737] API to support overlay icons on top of Task Manager apps' icons

2023-10-26 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=472737

--- Comment #7 from Andrew Shark  ---
Another cool idea where it can be used. When you open an application settings,
some apps open another window for that (for example, web browser). And it could
make the gear subicon on that.

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

[plasmashell] [Bug 472737] API to support overlay icons on top of Task Manager apps' icons

2023-09-08 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=472737

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #6 from David Edmundson  ---
>There is already a badge overlay implemented

This is the relevant spec we support https://wiki.ubuntu.com/Unity/LauncherAPI
You don't need libunity, we have code in KDE using the badge overlay
(kmail/akregator) without any deps, it's just a few DBus calls.

Sound is handled differently.

>Might even make sense to do it as a FreeDesktop spec.
That's a horrible place to send someone on their first patch!

I would suggest extending what we have rather than building something new and
separate. 

Given the DBus spec is just:
signal com.canonical.Unity.LauncherEntry.Update (in s app_uri, in a{sv}
properties) 

we can shove in any new properties in that last entry, such as an
"overlay-icon"

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

[plasmashell] [Bug 472737] API to support overlay icons on top of Task Manager apps' icons

2023-09-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=472737

--- Comment #5 from Nate Graham  ---
Sure. I would recommend reaching out to someone like David Edmundson regarding
an overall direction here, as he's much more knowledgeable about this sort of
thing than I am.

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

[plasmashell] [Bug 472737] API to support overlay icons on top of Task Manager apps' icons

2023-09-08 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=472737

--- Comment #4 from Andrew Shark  ---
I would be glad to do everything I can. Note, however, that I am a beginner.
Would be glad to take some directions.

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

[plasmashell] [Bug 472737] API to support overlay icons on top of Task Manager apps' icons

2023-09-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=472737

Nate Graham  changed:

   What|Removed |Added

Summary|Support overlay icons in|API to support overlay
   |TaskBar |icons on top of Task
   ||Manager apps' icons
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #3 from Nate Graham  ---
Ok!

Since it's a good idea, and you're a developer, would you be interested in
implementing this? Might even make sense to do it as a FreeDesktop spec that we
would then comply with, as this would give app developers a more solid spec to
implement in their own code.

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