Mouse pointer not visible when sharing screen

Ove Risberg 76 Reputation points
2019-12-12T11:55:39.903+00:00

When sharing my screen in Teams from my Linux machine the other participants can not see my mouse pointer.
This is not a big issue but should be possible to solve. Pidgin-sipe plugin for Pidgin have the same issue.

Skype for Business Linux
Skype for Business Linux
Skype for Business: A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.Linux: A family of open-source Unix-like operating systems.
456 questions
0 comments No comments
{count} votes

Accepted answer
  1. Marian Javorka - MSFT 936 Reputation points Microsoft Employee
    2019-12-12T22:40:37.42+00:00

    Thank you for downloading Teams for Linux and providing feedback. We are aware of this limitation and we track it for future improvements.

    List of known issues can be found here https://learn.microsoft.com/en-us/microsoftteams/known-issues#linux

    Cheers!


5 additional answers

Sort by: Most helpful
  1. Jonathan 11 Reputation points
    2020-04-19T22:15:18.377+00:00

    I found a workaround. I installed the following program:

    https://github.com/arp242/find-cursor

    and I use the command:

    find-cursor --repeat 0 --follow --distance 1 --wait 1000 --line-width 18 --size 18 --color green

    (within a script called laser_pointer.sh). It creates a solid green circle which follows my mouse and can be seen when sharing a screen on Teams. Note that the laser pointer will lag a bit behind the actual cursor based on --wait 1000. This lag time forces you to move the cursor slowly, ensuring that viewers will see the motion more clearly on their end.

    2 people found this answer helpful.
    0 comments No comments