The basic icon handling is done now, but there are still things to do:
- Decide where to position of the icon
- Decide the default size of the icon and if it has to be fixed or there could be different options avaiable
- Understand why if the icon Window is displayed before the text Window this one doesn't appear.
- At the moment only the default icon is loaded by the window manager, but ideally the appications can provide their own icons, so if those are available they should be loaded instead.
- Could be useful to look for the icons in a set of default folders (need to understand how to associate an icon with an application)
- Maybe the user should be able to disable them
The basic icon handling is done now, but there are still things to do: