PDA

View Full Version : Unsolved Google Gadgets Trailfocus Exceptions


kienzan
August 19th, 2008, 10:26 PM
Hey All!

I have looked through the forums and have tried every possible way to disabling trailfocus plugin on Google Gadgets. Here is what I have written down:

(type=toolbar | type=utility | type=dialog | type=normal) & !(state=skiptaskbar | state=skippager) | class=ggl-gtk)

Am I doing something wrong? ggl-gtk is the process that Google Gadgets is.

Thanks!

coz
August 21st, 2008, 12:37 AM
Hey kienzan,
hey guy the command is actually & class = Ggl-gtk you have it with a lower case letter I am not sure if that matters but try it out.

coz

maniac
August 21st, 2008, 06:57 AM
Hey All!

I have looked through the forums and have tried every possible way to disabling trailfocus plugin on Google Gadgets. Here is what I have written down:

(type=toolbar | type=utility | type=dialog | type=normal) & !(state=skiptaskbar | state=skippager) | class=ggl-gtk)

Am I doing something wrong? ggl-gtk is the process that Google Gadgets is.

Thanks!
You probably want

(type=toolbar | type=utility | type=dialog | type=normal) & !(state=skiptaskbar | state=skippager) & !(class=ggl-gtk)

assuming the class name of the gadgets is ggl-gtk. You can check that using

xprop | grep CLASS

clicking on the gadget and taking the second value printed.