Native GNOME integration for controlling Apple Studio Display brightness via studi or asdbctl. Note: You need to have either CLI tool(s) installed for this to work.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
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:78
this.slider.connect('notify::value', () => {
if (this._isInternalUpdate) return;
const percentage = Math.round(this.slider.value * 100);
if (this._updateTimeoutId) {
this._pendingValue = percentage;
return;
}
EGO-M-004 error
metadata shell-version must only include plausible stable releases and at most one development release
Field `shell-version` contains invalid values, more than one development release, or implausible future releases.
metadata.json must be well-formed
metadata.json
shell-version=['48', '49', '50', '51']