apankowski / zilence

Zilence is a Gnome Shell extension turning off notifications while sharing screen during a Zoom call.
https://extensions.gnome.org/extension/3988/zilence/
GNU General Public License v2.0
3 stars 1 forks source link
gnome-extension gnome-shell-extension zoom zoom-meetings
Logo

Zilence

Zilence is a GNOME Shell extension turning off notifications while sharing screen during a Zoom call.

It does so by:

Compatibility

This extension was tested with:

However, it may work with older versions as well.

Reporting issues

Please report issues on GitHub, providing:

and:

  1. attaching extension logs since last boot:
    journalctl -b | grep -i zilence > zilence.log

    (the command above will save logs in zilence.log file)

  2. or better yet, GNOME Shell logs since last boot:
    journalctl -b -o cat /usr/bin/gnome-shell > gnome-shell.log

    (the command above will save logs in gnome-shell.log file)

Building

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.