Ticket #837 (closed defect: fixed)
Lack of / small icons in list of running tasks
| Reported by: | hrw@… | Owned by: | chris@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | openmoko-today | Version: | current svn head |
| Severity: | normal | Keywords: | |
| Cc: | buglog@…, emreturkay@…, chris@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
3rd tab in Today show list of running tasks with icons. But for most of apps
it show default one instead of application icon.
Change History
comment:3 Changed 6 years ago by thomas@…
Can we determine why it doesn't get an icon from the window manager?
comment:6 Changed 6 years ago by chris@…
- Summary changed from Lack of icons in list of running tasks to Lack of / small icons in list of running tasks
I've been concentrating on other things, but I can prioritise this if it's
important.
comment:10 Changed 5 years ago by chris@…
- Status changed from new to closed
- Resolution set to fixed
Icon size is fixed in r3607.
In the case where there isn't an icon, it's because the applications aren't
setting window icons - this needs to be fixed for each individual application.
If we want to match a running application to its launcher file, we need to set a
custom window property so that we can match (for example, the argv[0] of the
application would do) - but again, this is something that needs to be fixed for
each individual application first.

This is because it gets the icon from the window manager - It should probably
fall-back (or possibly use by default?) the icon from a matched .desktop file.