Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

White window on Linux #159

Closed
TommasoDb opened this issue Jun 28, 2019 · 8 comments
Closed

White window on Linux #159

TommasoDb opened this issue Jun 28, 2019 · 8 comments
Labels
duplicate This issue or pull request already exists snap Related to snap package

Comments

@TommasoDb
Copy link

TommasoDb commented Jun 28, 2019

Problem
Since 3 days teams-for-linux fails to open MS Teams and only show a white page.
This behaviour occurs by my and by other colleagues. We are using:
Ubuntu 16.04 on Lenovo P51 and Dell Alienware 17
Ubuntu 18.04 on Lenovo P52
If we start the application from the terminal, no messages are shown.
The problem occurred by me and the other colleagues simultaneously.

How to reproduce
Steps to reproduce the behavior:

  1. Install teams-for-linux on Linux using
sudo snap install --edge teams-for-linux
sudo snap connect teams-for-linux:camera core:camera
  1. Run the application from the menu or from terminal
  2. The application shows now only a white page

Expected behavior
The normal ms teams user interface

Screenshots
Screenshot from 2019-06-28 07-47-46

Desktop (please complete the following information):

  • OS: Ubuntu 16.04, Ubuntu 18.04
  • Linux nb-001309-linux 4.15.0-52-generic Enable share desktop MVPv1 #56~16.04.1-Ubuntu SMP Thu Jun 6 12:03:31 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  • Installation package: snap
  • Version: 0.3.1
@herrenP
Copy link

herrenP commented Jun 28, 2019

Happens to me as well. Also using the edge version (currently 0.3.1) from Snap. I believe this started happening with the 25/6 update of teams-for-linux.

•100% ➜ uname -r
5.0.21-1-MANJARO
•100% ➜ cat /etc/os-release 
NAME="Manjaro Linux"
ID=manjaro
ID_LIKE=arch
PRETTY_NAME="Manjaro Linux"
ANSI_COLOR="1;32"
HOME_URL="https://www.manjaro.org/"
SUPPORT_URL="https://www.manjaro.org/"
BUG_REPORT_URL="https://bugs.manjaro.org/"
•100% ➜ xfce4-about -V
xfce4-about 4.13.5 (Xfce 4.13)

I have tried running this without any success:

•100% ➜ sudo snap revert teams-for-linux 
teams-for-linux reverted to 0.3.1

@herrenP
Copy link

herrenP commented Jun 28, 2019

The Flatpak version (https://github.com/flathub/com.github.IsmaelMartinez.teams_for_linux) works just fine. Although I am not sure how to know what version I am using. I am very new to Flatpak.

•100% ➜ sudo flatpak install teams          
Looking for matches…
Found similar ref(s) for ‘teams’ in remote ‘flathub’ (system).
Use this remote? [Y/n]: 
Similar refs found for ‘teams’ in remote ‘flathub’ (system):

   1) app/com.github.IsmaelMartinez.teams_for_linux/x86_64/stable
   2) app/com.teamspeak.TeamSpeak/x86_64/stable

Which do you want to use (0 to abort)? [0-2]: 1

@herrenP
Copy link

herrenP commented Jun 28, 2019

Apparently 0.3.0:

•100% ➜ flatpak list  
Name                                                Application ID                                       Version             Branch            Installation
teams-for-linux                                     com.github.IsmaelMartinez.teams_for_linux            0.3.0               stable            system

@ghost
Copy link

ghost commented Jun 28, 2019

I am also experiencing this issue - running Ubuntu 16.04 on Alienware 17. Tried reverting to older version, uninstalling, and re-installing without any success.

@byroncollins
Copy link

same issue here on ubuntu 18.04 - seems to have been broken since 0.3.1

[~] snap info teams-for-linux
name:      teams-for-linux
summary:   Unofficial Microsoft Teams client for Linux using Electron.
publisher: Julian Alarcon (alarconj)
contact:   https://github.com/IsmaelMartinez/teams-for-linux
license:   unset
description: |
  Unofficial Microsoft Teams client for Linux using Electron. It uses the Web App and wraps it as a
  standalone application using Electron.
commands:
  - teams-for-linux
snap-id:      IIAJhVGfBhm393UTagoW5awtZlPDGqHd
tracking:     edge
refresh-date: 4 days ago, at 18:38 NZST
channels:
  stable:    0.3.0 2019-05-27 (15) 128MB -
  candidate: ↑                           
  beta:      ↑                           
  edge:      0.3.1 2019-06-25 (20)  66MB -
installed:   0.3.1            (19)  66MB -

@byroncollins
Copy link

byroncollins commented Jul 1, 2019

As a work around - Switching to the stable channel resolves this problem by reverting the release back to 0.3.0

[~] sudo snap switch --channel=stable teams-for-linux
"teams-for-linux" switched to the "stable" channel

[~]sudo snap refresh --channel=stable teams-for-linux
teams-for-linux 0.3.0 from Julian Alarcon (alarconj) refreshed

[~] sudo snap info teams-for-linux
name:      teams-for-linux
summary:   Unofficial Microsoft Teams client for Linux using Electron.
publisher: Julian Alarcon (alarconj)
contact:   https://github.com/IsmaelMartinez/teams-for-linux
license:   unset
description: |
  Unofficial Microsoft Teams client for Linux using Electron. It uses the Web App and wraps it as a
  standalone application using Electron.
commands:
  - teams-for-linux
snap-id:      IIAJhVGfBhm393UTagoW5awtZlPDGqHd
tracking:     stable
refresh-date: today at 12:55 NZST
channels:
  stable:    0.3.0 2019-05-27 (15) 128MB -
  candidate: ↑                           
  beta:      ↑                           
  edge:      0.3.1 2019-06-25 (20)  66MB -
installed:   0.3.0            (15) 128MB -

@IsmaelMartinez
Copy link
Owner

I have experience a white screen for the 1st load, specially after installation and/or cleaning the cache.

All the time, doing a simple Ctrl+R sorts it's out. Can you check that?

@IsmaelMartinez IsmaelMartinez added known issue/workaround Workaround available in the know_issues.md file snap Related to snap package labels Jul 1, 2019
@IsmaelMartinez
Copy link
Owner

Closing as this looks duplicate with #157 .

@IsmaelMartinez IsmaelMartinez added duplicate This issue or pull request already exists and removed known issue/workaround Workaround available in the know_issues.md file labels Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists snap Related to snap package
Projects
None yet
Development

No branches or pull requests

4 participants