From 302f7e88f2212cee5f1dea77420cb68e4791e3b6 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 7 Aug 2026 10:45:16 -0400 Subject: [PATCH] add note about plasma integration breaking screen sharing --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb6302a..5d63a9f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Miscellaneous topics that I'm too lazy to script -## Firefox with tree-style tabs +## Firefox +### tree-style tabs 1. Go to `about:config` in Firefox and make sure that `toolkit.legacyUserProfileCustomizations.stylesheets` is set to `true`. 2. Close Firefox. @@ -8,3 +9,9 @@ ``` @import url(chrome/hide_tabs_toolbar_v2.css) ``` +### screen sharing broken in MS Teams (and maybe others?) +This is caused by the "Plasma Integration" plugin. You need to disable a +certain functionality for it to work: +1. Go to Manage extensions->Plasma Integration->Preferences and disable/uncheck + "Enhanced Media Controls". +2. Restart Firefox for change to take effect.