Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2016-07-04 01:40:54 +0300
committerMikkel Krautz <mikkel@krautz.dk>2016-07-04 01:40:54 +0300
commit8ae8dbbb43845509fbdbeaae59985d798a3f998a (patch)
tree5ce0441d48169f36d47c097a612d20164cd61497 /overlay
parent854096674a79718de0ea30e79f98fa8b75bed2d0 (diff)
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
Diffstat (limited to 'overlay')
-rw-r--r--overlay/overlay_blacklist.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/overlay/overlay_blacklist.h b/overlay/overlay_blacklist.h
index 7c2c0e7c5..071a0554f 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
};