Edit: The problem in Teams has been solved by Microsoft since the question was asked: Teams screen sharing sessions now capture the mouse pointer also on Linux computers. This makes this question asking for a workaround obsolete. However, the solutions presented in the answers may still be applicable for other applications.
I'm doing screen sharing with Microsoft Teams on Linux. My mouse pointer is not visible to the people I share the screen with. This is a known shortcoming of the Linux version: https://docs.microsoft.com/answers/questions/3222/mouse-pointer-not-visible-when-sharing-screen.html
I'm searching for workarounds. Today I have used a terminal window, resized it to the smallest possible size and told people 'look at the upper left corner of this window' while dragging that terminal window across the screen to point out the parts of the screen that I want to draw attention to. I want to find a better workaround.
Ideas:
Use an image with transparency. An improvement over dragging around a terminal window would be to drag around an image of a mouse pointer with transparency around the mouse pointer. The tool 'display' from imagemagick had this property that when displaying e.g. a png image with transparent pixels, it would show the screen content behind those transparent pixels. The current version on ubuntu 18.04, however, shows an opaque checkerboard pattern instead. Is there another image display tool in Ubuntu that can still display transparency in an X11 window?
Have some application display a bright-colored circle (or something else) at the position of the mouse pointer on and off in intervals. Is there an application that can do this?
I am using Ubuntu 18.04, with the default desktop environment (the default desktop is called "ubuntu" on 18.04, it is based on gnome but preconfigured by canonical to resemble the discontinued "unity" desktop).
I have found this workaround, based on an answer to a SE question and first suggested by a user on a Microsoft discussion forum. It works for me in linux mint 19.3 MATE, Ubuntu 20.04, and 18.04.4 (tested both ubuntu versions on a vmware machine).
Inside the folder of this library, type
make
andsudo make install
.If you see an error, you probably need to install some X11 libraries:
In a terminal, use this command:
The following gif shows the pointer on Ubuntu 18.04 after I followed the previous steps. Notice that the mouse is not visible until I used the find-cursor command (recording with Kazam but it also happens with teams). So far, the mouse works normally (I use it to take notes and draw lines on xournal while I screenshare with teams).
For the moment I have solved this by executing in a terminal
Since then, I can highlight the mouse pointer by pressing and releasing the Ctrl key. Orange circles appear around the mouse pointer when I do this. These are visible to other people during screen sharing.
I had also tried
key-mon --follow_mouse
as suggested in a comment. This places a permanent yellow circle around the mouse, but then I can not perform mouse clicks anymore, i.e. they have no effect anymore until I terminate key-mon again.