diff --git a/tasks/files/Bureau/teams.desktop b/tasks/files/Bureau/teams.desktop new file mode 100644 index 0000000..8e1080a --- /dev/null +++ b/tasks/files/Bureau/teams.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Microsoft Teams +Exec=chromium --app=https://teams.microsoft.com/v2/ --start-maximized +Comment=Microsoft Teams version Web +Terminal=false +Icon=microsoft_teams +Type=Application \ No newline at end of file diff --git a/tasks/files/microsoft_365.png b/tasks/files/pixmaps/microsoft_365.png similarity index 100% rename from tasks/files/microsoft_365.png rename to tasks/files/pixmaps/microsoft_365.png diff --git a/tasks/files/pixmaps/microsoft_teams.png b/tasks/files/pixmaps/microsoft_teams.png new file mode 100644 index 0000000..dc30043 Binary files /dev/null and b/tasks/files/pixmaps/microsoft_teams.png differ diff --git a/tasks/loritz-user.yml b/tasks/loritz-user.yml index d9441a3..dbd5a29 100644 --- a/tasks/loritz-user.yml +++ b/tasks/loritz-user.yml @@ -69,9 +69,9 @@ mode: 0755 -- name: Copie logo Microsoft 365 +- name: Copie logos copy: - src: files/microsoft_365.png + src: files/pixmaps/* dest: /usr/share/pixmaps/ owner: root group: root