Re: Matching Java WM_CLASS or matching two WM_CLASS values

2012-04-08 Thread Milan Bouchet-Valat
Le samedi 07 avril 2012 à 12:09 +0200, Alessandro Crismani a écrit : > Il giorno sab, 07/04/2012 alle 11.45 +0200, Milan Bouchet-Valat ha > scritto: > > Le mercredi 21 mars 2012 à 22:17 +0100, Alessandro Crismani a écrit : > > > Hi everybody, > > > > > > I have a problem with a Java application th

Re: Matching Java WM_CLASS or matching two WM_CLASS values

2012-04-07 Thread Alessandro Crismani
Il giorno sab, 07/04/2012 alle 11.45 +0200, Milan Bouchet-Valat ha scritto: > Le mercredi 21 mars 2012 à 22:17 +0100, Alessandro Crismani a écrit : > > Hi everybody, > > > > I have a problem with a Java application that sets its WM_CLASS value to > > either "wm-class-a" or "wm-class-b" (the two re

Re: Matching Java WM_CLASS or matching two WM_CLASS values

2012-04-07 Thread Milan Bouchet-Valat
Le mercredi 21 mars 2012 à 22:17 +0100, Alessandro Crismani a écrit : > Hi everybody, > > I have a problem with a Java application that sets its WM_CLASS value to > either "wm-class-a" or "wm-class-b" (the two real ones are garbage, e.g. > java-lang-thread). The application is beyond my control an

Matching Java WM_CLASS or matching two WM_CLASS values

2012-03-21 Thread Alessandro Crismani
Hi everybody, I have a problem with a Java application that sets its WM_CLASS value to either "wm-class-a" or "wm-class-b" (the two real ones are garbage, e.g. java-lang-thread). The application is beyond my control and I can't modify it for setting a saner WM_CLASS. I can install the desktop fil