Commit Graph

20 Commits

Author SHA1 Message Date
Olli Helenius
cce2b65151
teams: fix absolute path usages
There are some references to absolute paths in the Teams application
code:

  * /usr/share/pixmaps - The application icon.
  * /usr/bin/xdg-mime - Uses absolute path to invoke.
  * /usr/bin/teams - Uses absolute path in the autostart file if
                     configured to start automatically at login.

Though the paths are hardcoded they can be easily changed within
the application’s main JavaScript code bundle and so we’ll do just
that.

This should at least fix auto-start not working, even when enabled.
2021-06-26 17:31:30 +03:00
Sandro
0d81966c42
Merge pull request #126259 from liff/teams/rect-overlay-arg
teams: add an argument for enabling rect-overlay
2021-06-14 17:30:45 +02:00
Olli Helenius
c878a8a47f
teams: add an argument for enabling rect-overlay
The rect-overlay doesn’t work on non-composited window managers
such as i3 but it’s not a problem for others. Make the choice
available via an argument to the derivation.

The setting defaults to `false` so that it works for a broader
set of users.

See also: #99279.
2021-06-08 22:57:13 +03:00
Olli Helenius
7963eb827e
teams: 1.4.00.7556 -> 1.4.00.13653 2021-06-08 22:21:01 +03:00
Eduardo Sánchez Muñoz
de7986d7af teams: enable appindicator tray icon support 2021-06-02 21:47:27 +02:00
Olli Helenius
d5e1e66b9c
teams: 1.4.00.4855 -> 1.4.00.7556 2021-04-12 21:15:23 +03:00
Markus S. Wamser
41f345cbfc teams: reorder arguments produced by wrapper
this fixes launching meetings from links
2021-03-17 15:32:02 +01:00
Olli Helenius
baae14e981 teams: 1.3.00.30857 -> 1.4.00.4855 2021-03-15 02:18:37 -04:00
Ben Siraphob
a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Olli Helenius
d450e12bfa
teams: 1.3.00.25560 -> 1.3.00.30857 2020-12-13 15:38:07 +02:00
Klemens Nanni
5e12d4b409
teams: Do $PATH lookup in teams.desktop instead of hardcoding derivation
See db236e588d "steam: Do $PATH lookup in steam.desktop [...]".
tl;dr: Otherwise widget/panel/desktop icons in DEs like KDE break.

I verified that there are no other (executable) paths in the .desktop
file and therefore went for this minimal diff.
2020-11-05 11:41:53 +01:00
Frederik Rietdijk
1489c07cb7 teams: work around screen sharing bug 2020-10-28 09:39:16 +01:00
devhell
30a332c613 teams: 1.3.00.16851 -> 1.3.00.25560 2020-10-09 11:55:39 +01:00
Florian Klink
24126d3cab teams: use lib.getLib systemd instead of systemd.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:40 +02:00
devhell
6450f9e162 teams: 1.3.00.5152 -> 1.3.00.16851
Microsoft finally released a new version for Linux.
2020-07-01 19:27:05 +01:00
Elyhaka
73e4647085 teams: fixing pulseaudio access 2020-04-27 15:14:07 +02:00
Olli Helenius
898a3bf006
teams: 1.3.00.958 -> 1.3.00.5153 2020-03-24 11:26:24 +02:00
Olli Helenius
2356a43830 teams: 1.2.00.32451 -> 1.3.00.958 2020-01-22 14:18:52 -08:00
Olli Helenius
8dbf931593
teams: init at 1.2.00.32451 2019-12-12 15:32:39 +02:00