From 8ae8dbbb43845509fbdbeaae59985d798a3f998a Mon Sep 17 00:00:00 2001 From: Mikkel Krautz Date: Mon, 4 Jul 2016 00:40:54 +0200 Subject: [PATCH] overlay: ensure the whole Microsoft Office suite is blacklisted. We might as well... This is short-term fix until we figure out where to go with the overlay launcher filter, path filter, etc. Fixes mumble-voip/mumble#1117 --- overlay/overlay_blacklist.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/overlay/overlay_blacklist.h b/overlay/overlay_blacklist.h index 7c2c0e7c5c..071a0554fd 100644 --- a/overlay/overlay_blacklist.h +++ b/overlay/overlay_blacklist.h @@ -45,7 +45,16 @@ static const char *overlayBlacklist[] = { "EpicGamesLauncher.exe", // Epic, Unreal Tournament launcher "dwm.exe", // Windows Desktop Window Manager "MouseKeyboardCenter.exe", - "outlook.exe", + + // Microsoft Office + "outlook.exe", // Outlook + "winword.exe", // Word + "excel.exe", // Excel + "powerpnt.exe", // PowerPoint + "onenote.exe", // OneNote + "mspub.exe", // Publisher + "msaccess.exe", // Access + NULL };