Unmute the microphone only when you have something to say.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-P-006 warning
unnecessary build and translation artifacts should not be shipped
Compiled GSettings schemas should not be shipped for 45+ packages.
Don't include unnecessary files
schemas/gschemas.compiled
schemas/gschemas.compiled
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:228
microphone.connect("notify::active", () => {
if (microphone.active) {
panel_button.icon.add_style_class_name(MICROPHONE_ACTIVE_STYLE_CLASS);
} else {
panel_button.icon.remove_style_class_name(
MICROPHONE_ACTIVE_STYLE_CLASS,
);
}
panel_but
extension.js:247
microphone.connect("notify::muted", () => {
panel_button.icon.icon_name = get_icon_name(microphone.muted);
})
extension.js:259
settings.connect("changed::icon-visibility", () => {
panel_button.visible = icon_should_be_visible(microphone.active);
})
extension.js:43
this.mixer_control.connect("default-source-changed", refresh_cb)
extension.js:44
this.mixer_control.connect("stream-added", refresh_cb)
extension.js:45
this.mixer_control.connect("stream-removed", refresh_cb)
extension.js:58
this.muted_changed_id = this.stream.connect("notify::is-muted", () => {
this.notify_muted();
})
extension.js:135
this._clickGesture.connect('recognize', (gesture) => {
if (gesture.get_button() == Clutter.BUTTON_SECONDARY) {
// Right click.
extension.openPreferences();
} else {
on_activate({ give_feedback: false });
}
})
| Version | Status |
|---|---|
| 30 | Active |
| 29 | Active |
| 28 | Rejected |
| 27 | Active |
| 26 | Rejected |
| 25 | Active |
| 24 | Active |
| 23 | Active |
| 22 | Active |
| 21 | Active |
| 20 | Active |
| 19 | Rejected |
| 18 | Active |
| 17 | Active |
| 16 | Active |
| 15 | Active |
| 14 | Active |
| 13 | Active |
| 12 | Rejected |
| 11 | Rejected |
| 10 | Active |
| 9 | Active |
| 8 | Active |
| 7 | Active |
| 6 | Active |
| 5 | Active |
| 4 | Active |
| 3 | Active |
| 2 | Active |
| 1 | Active |