From 4aa9886065ac8d47044dafcafec17eccc005ec53 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:41 +0100 Subject: feat(teams): add Sii + XSight Teams-for-Linux profile launchers Two flatpak-tailored .desktop entries that run separate isolated instances of teams-for-linux via --class / --user-data-dir / --appTitle. Profile data lives under $HOME/.var/app//config/profile-{sii,xsight}/ which is always sandbox-writable. The upstream flatpak .desktop is shadowed by an XDG_DATA_HOME entry of the same basename with NoDisplay=Hidden=true so only the two profile launchers appear in fuzzel. --- .../applications/com.github.IsmaelMartinez.teams_for_linux.desktop | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dot_local/share/applications/com.github.IsmaelMartinez.teams_for_linux.desktop (limited to 'dot_local/share/applications/com.github.IsmaelMartinez.teams_for_linux.desktop') diff --git a/dot_local/share/applications/com.github.IsmaelMartinez.teams_for_linux.desktop b/dot_local/share/applications/com.github.IsmaelMartinez.teams_for_linux.desktop new file mode 100644 index 0000000..1f2c6e9 --- /dev/null +++ b/dot_local/share/applications/com.github.IsmaelMartinez.teams_for_linux.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Name=Teams for Linux (default — hidden) +NoDisplay=true +Hidden=true -- cgit v1.3.1