Zilence is a GNOME Shell extension turning off notifications while sharing screen during a Zoom call.
It does so by:
This extension was tested with:
However, it may work with older versions as well.
Please report issues on GitHub, providing:
and:
journalctl -b | grep -i zilence > zilence.log
(the command above will save logs in zilence.log
file)
journalctl -b -o cat /usr/bin/gnome-shell > gnome-shell.log
(the command above will save logs in gnome-shell.log
file)
To build the extension from source you'll need git
and jq
. You can install these using the following command:
sudo apt-get install git jq
Then run the following command in project's root directory:
./build.sh
In the same directory you'll find the zip file with packaged extension.