njpatel / avant-window-navigator

Automatically exported from code.google.com/p/avant-window-navigator
GNU General Public License v2.0
1 stars 0 forks source link

Icons go back to the originals #258

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ??? 
2.
3.

What is the expected output? What do you see instead?
icons to stay the way that we change them, bt some times they go back to
the original icons

What version of the product are you using? On what operating system?
0.1.2svn-186 ubuntu 7.04

Please provide any additional information below.

Original issue reported on code.google.com by AndreCBr...@gmail.com on 18 Jun 2007 at 11:53

GoogleCodeExporter commented 9 years ago
The reason for this is that the application is resetting the icon, and Awn is 
just
responding to the event.

I don't know whether its a good idea to ignore the event if there is a custom 
icon,
because you may have a custom icon for pidgin, but you want it to show the 
'away'
symbol when your marked away etc.

Any ideas?

Original comment by njpa...@gmail.com on 20 Jun 2007 at 9:30

GoogleCodeExporter commented 9 years ago
maybe when changing icon or image in AWN, an On/off option on application is
resetting the icon response... :S and some pre-programed icons like pidgin, 
amsn, ...
have this option by default On, the rest by default Off

Original comment by AndreCBr...@gmail.com on 21 Jun 2007 at 11:29

GoogleCodeExporter commented 9 years ago
Hmm, but that would add a delay as I would have to parse each application name
(and/or window title) to check whether an application matches) :-/.

Original comment by njpa...@gmail.com on 23 Jun 2007 at 3:37