IsmaelMartinez / teams-for-linux

Unofficial Microsoft Teams for Linux client
GNU General Public License v3.0
2.96k stars 240 forks source link

Window cannot be resized #1487

Open ros-financial-com opened 2 days ago

ros-financial-com commented 2 days ago

After the update to v1.11.5, the window cannot be resized anymore. It can only be used in a preset size (too small for many use cases) or in full screen.

To Reproduce Steps to reproduce the behavior:

  1. Start fresh session.
  2. Move mouse pointer to any edge or corner of the Teams window.
  3. The mouse pointer does not change to the expected "icon" (like the "corner" or "edge" icon) and the size cannot be changed.

Expected behavior When moving the mouse pointer to any edge or corner of the Teams window, the mouse pointer should indicate that here, the size can be changed and the window size should be adjustable.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context While the version from flatpak shows this behaviour, the one from the Arch Linux repository appears not to be affected and works as expected.

alfsch commented 2 days ago

I have this troubles with the flatpak version on ubunut 24.04 with wayland, too.

IsmaelMartinez commented 2 days ago

Hello @ros-financial-com and @alfsch, thanks for reporting.

Can you check if the previous version still works? flatpak and snap can be a pain with wayland, and they are tricky to find the reasons as they don't tend to be easy to reproduce.

alfsch commented 2 days ago

I downgraded with this command:

 sudo flatpak update \
      --commit=ed6e779dd7935b309daa4643e2423ab26613874ee401a238dc3296f931b0526a com.github.IsmaelMartinez.teams_for_linux

to this version:

    Commit: ed6e779dd7935b309daa4643e2423ab26613874ee401a238dc3296f931b0526a
   Subject: Update teams-for-linux module (72e25526)
      Date: 2024-11-15 06:15:23 +0000

now resizing of teams application window is possible without problems.

treizexiii commented 2 days ago

hi! I got the same problem with the last version of flatpak on fedora with wayland. @alfsch 's solution solves it.

IsmaelMartinez commented 2 days ago

My suspicion is this PR I merged the other day. https://github.com/flathub/com.github.IsmaelMartinez.teams_for_linux/pull/90

Zeitsperre commented 2 days ago

Just updated to the latest stable flatpak (was previously using the Wayland testing branch) and I am seeing no problems at all. Window is responsive to resizing and content is scaling/reorienting as needed.

Running on openSUSE Tumbleweed, KDE Plasma 6.2.3 with kwin_wayland_wr.

IsmaelMartinez commented 2 days ago

actually, it might be this one from electron https://github.com/electron/electron/issues/44543 . That sound more plausible