Disable snooper in chromium, chrome, firefox and gnome-do
authorPeng Huang <shawn.p.huang@gmail.com>
Fri, 12 Nov 2010 01:12:22 +0000 (10:12 +0900)
committerPeng Huang <shawn.p.huang@gmail.com>
Mon, 15 Nov 2010 02:24:01 +0000 (11:24 +0900)
Those applications has problems with snooper enabled. So update the
NO_SNOOPER_APPS to disable snooper for those applications by default.

BUG=ibus:1140
TEST=manual

configure.ac

index 2c330fa..213422e 100644 (file)
@@ -349,7 +349,7 @@ AC_ARG_WITH(no-snooper-apps,
     AS_HELP_STRING([--with-no-snooper-apps[=regex1,regex2]],
         [Does not enable keyboard snooper in those applications (like: .*chrome.*,firefox.*)]),
     NO_SNOOPER_APPS=$with_no_snooper_apps,
-    NO_SNOOPER_APPS=.*chrome
+    NO_SNOOPER_APPS=[.*chrome.*,.*chromium.*,firefox.*,Do.*]
 )
 AC_DEFINE_UNQUOTED(NO_SNOOPER_APPS, "$NO_SNOOPER_APPS",
     [Does not enbale keyboard snooper in those applications])