From 2da7f3cb0ec7a59fd3160c46c5e44fb3b988e99c Mon Sep 17 00:00:00 2001 From: jp9000 Date: Fri, 23 Dec 2016 02:17:14 -0800 Subject: [PATCH] win-capture: Add a few new blacklisted game capture exes --- plugins/win-capture/game-capture.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/win-capture/game-capture.c b/plugins/win-capture/game-capture.c index 906e5467c..224959a2a 100644 --- a/plugins/win-capture/game-capture.c +++ b/plugins/win-capture/game-capture.c @@ -978,6 +978,9 @@ static const char *blacklisted_exes[] = { "systemsettings", "applicationframehost", "cmd", + "shellexperiencehost", + "winstore.app", + "searchui", NULL };