From 4caae06edf4dec9496f7c282684e63bf4519eb4f Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 19 May 2026 15:16:09 +0100 Subject: feat(mimeapps): make teams-for-linux (xsight profile) default for msteams:// Both teams-sii.desktop and teams-xsight.desktop already advertise `MimeType=x-scheme-handler/msteams;` so they were registered as candidates, but mimeapps.list didn't pick a default and clicking an msteams:// link did nothing useful. Pin the xsight profile as the default; the sii profile is still available via `xdg-open` chooser / direct launch. --- dot_config/mimeapps.list | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/mimeapps.list b/dot_config/mimeapps.list index d8cbd87..1bacc77 100644 --- a/dot_config/mimeapps.list +++ b/dot_config/mimeapps.list @@ -93,6 +93,7 @@ x-scheme-handler/webcal=org.mozilla.Thunderbird.desktop text/calendar=org.mozilla.Thunderbird.desktop application/x-extension-ics=org.mozilla.Thunderbird.desktop x-scheme-handler/webcals=org.mozilla.Thunderbird.desktop +x-scheme-handler/msteams=teams-xsight.desktop [Added Associations] x-scheme-handler/http=io.gitlab.librewolf-community.desktop; @@ -109,3 +110,4 @@ x-scheme-handler/mailto=org.mozilla.Thunderbird.desktop; x-scheme-handler/mid=org.mozilla.Thunderbird.desktop; x-scheme-handler/webcal=org.mozilla.Thunderbird.desktop; x-scheme-handler/webcals=org.mozilla.Thunderbird.desktop; +x-scheme-handler/msteams=teams-xsight.desktop; -- cgit v1.3.1