diff options
| author | 2026-05-19 15:16:09 +0100 | |
|---|---|---|
| committer | 2026-05-19 15:16:09 +0100 | |
| commit | 4caae06edf4dec9496f7c282684e63bf4519eb4f (patch) | |
| tree | d8d0462f35b0161320eb9f8498cfbc4678e976d7 /dot_config | |
| parent | 40563230031c0992b48ce3a32d2a2516a370c47a (diff) | |
| download | dotfiles-4caae06edf4dec9496f7c282684e63bf4519eb4f.tar.gz dotfiles-4caae06edf4dec9496f7c282684e63bf4519eb4f.tar.bz2 dotfiles-4caae06edf4dec9496f7c282684e63bf4519eb4f.zip | |
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.
Diffstat (limited to 'dot_config')
| -rw-r--r-- | dot_config/mimeapps.list | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
