===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gnome-shell-3.38.1/data/update-osk-layouts.sh-11-
gnome-shell-3.38.1/data/update-osk-layouts.sh:12:cd `dirname $0`
gnome-shell-3.38.1/data/update-osk-layouts.sh-13-
##############################################
gnome-shell-3.38.1/js/dbusServices/dbusService.js-79-            if (!name.includes('.')) // likely a normal JS error
gnome-shell-3.38.1/js/dbusServices/dbusService.js:80:                name = `org.gnome.gjs.JSError.${name}`;
gnome-shell-3.38.1/js/dbusServices/dbusService.js-81-            invocation.return_dbus_error(name, error.message);
##############################################
gnome-shell-3.38.1/js/dbusServices/extensions/extensionsService.js-215-    _setError(exc) {
gnome-shell-3.38.1/js/dbusServices/extensions/extensionsService.js:216:        this._errorView.buffer.text = `${exc}\n\nStack trace:\n`;
gnome-shell-3.38.1/js/dbusServices/extensions/extensionsService.js-217-        // Indent stack trace.
gnome-shell-3.38.1/js/dbusServices/extensions/extensionsService.js-218-        this._errorView.buffer.text +=
gnome-shell-3.38.1/js/dbusServices/extensions/extensionsService.js:219:            exc.stack.split('\n').map(line => `  ${line}`).join('\n');
gnome-shell-3.38.1/js/dbusServices/extensions/extensionsService.js-220-
##############################################
gnome-shell-3.38.1/js/dbusServices/extensions/extensionsService.js-222-        let lines = [
gnome-shell-3.38.1/js/dbusServices/extensions/extensionsService.js:223:            `The settings of extension ${this._uuid} had an error:`,
gnome-shell-3.38.1/js/dbusServices/extensions/extensionsService.js-224-            '```',
gnome-shell-3.38.1/js/dbusServices/extensions/extensionsService.js:225:            `${exc}`,
gnome-shell-3.38.1/js/dbusServices/extensions/extensionsService.js-226-            '```',
##############################################
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js-124-            this._pipeline.set_state(Gst.State.NULL);
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js:125:            log(`Unexpected pipeline state: ${this._pipelineState}`);
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js-126-            break;
##############################################
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js-318-                default:
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js:319:                    log(`Warning: Unknown escape ${c}`);
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js-320-                }
##############################################
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js-368-        } catch (error) {
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js:369:            log(`Failed to create recorder: ${error.message}`);
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js-370-            invocation.return_value(GLib.Variant.new('(bs)', returnValue));
##############################################
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js-388-        } catch (error) {
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js:389:            log(`Failed to start recorder: ${error.message}`);
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js-390-            this._removeRecorder(sender);
##############################################
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js-426-        } catch (error) {
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js:427:            log(`Failed to create recorder: ${error.message}`);
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js-428-            invocation.return_value(GLib.Variant.new('(bs)', returnValue));
##############################################
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js-446-        } catch (error) {
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js:447:            log(`Failed to start recorder: ${error.message}`);
gnome-shell-3.38.1/js/dbusServices/screencast/screencastService.js-448-            this._removeRecorder(sender);
##############################################
gnome-shell-3.38.1/js/gdm/batch.js-126-    process() {
gnome-shell-3.38.1/js/gdm/batch.js:127:        throw new GObject.NotImplementedError(`process in ${this.constructor.name}`);
gnome-shell-3.38.1/js/gdm/batch.js-128-    }
##############################################
gnome-shell-3.38.1/js/gdm/fingerprint.js-27-    } catch (e) {
gnome-shell-3.38.1/js/gdm/fingerprint.js:28:        log(`Failed to connect to Fprint service: ${e.message}`);
gnome-shell-3.38.1/js/gdm/fingerprint.js-29-        return null;
##############################################
gnome-shell-3.38.1/js/misc/extensionUtils.js-150-    if (!schemaObj)
gnome-shell-3.38.1/js/misc/extensionUtils.js:151:        throw new Error(`Schema ${schema} could not be found for extension ${extension.metadata.uuid}. Please check your installation`);
gnome-shell-3.38.1/js/misc/extensionUtils.js-152-
##############################################
gnome-shell-3.38.1/js/misc/fileUtils.js-75-    let dir = GLib.getenv('GNOME_SHELL_DATADIR') || Config.PKGDATADIR;
gnome-shell-3.38.1/js/misc/fileUtils.js:76:    let path = `${dir}/gnome-shell-dbus-interfaces.gresource`;
gnome-shell-3.38.1/js/misc/fileUtils.js-77-    _ifaceResource = Gio.Resource.load(path);
##############################################
gnome-shell-3.38.1/js/misc/fileUtils.js-83-
gnome-shell-3.38.1/js/misc/fileUtils.js:84:    let uri = `resource:///org/gnome/shell/dbus-interfaces/${iface}.xml`;
gnome-shell-3.38.1/js/misc/fileUtils.js-85-    let f = Gio.File.new_for_uri(uri);
##############################################
gnome-shell-3.38.1/js/misc/fileUtils.js-90-    } catch (e) {
gnome-shell-3.38.1/js/misc/fileUtils.js:91:        log(`Failed to load D-Bus interface ${iface}`);
gnome-shell-3.38.1/js/misc/fileUtils.js-92-    }
##############################################
gnome-shell-3.38.1/js/misc/fileUtils.js-101-
gnome-shell-3.38.1/js/misc/fileUtils.js:102:    let ifaceStartTag = `<interface name="${iface}">`;
gnome-shell-3.38.1/js/misc/fileUtils.js-103-    let ifaceStopTag = '</interface>';
##############################################
gnome-shell-3.38.1/js/misc/history.js-20-            this._history = global.settings.get_strv(this._key);
gnome-shell-3.38.1/js/misc/history.js:21:            global.settings.connect(`changed::${this._key}`,
gnome-shell-3.38.1/js/misc/history.js-22-                                    this._historyChanged.bind(this));
##############################################
gnome-shell-3.38.1/js/misc/ibusManager.js-79-        } catch (e) {
gnome-shell-3.38.1/js/misc/ibusManager.js:80:            log(`Failed to launch ibus-daemon: ${e.message}`);
gnome-shell-3.38.1/js/misc/ibusManager.js-81-        }
##############################################
gnome-shell-3.38.1/js/misc/inputMethod.js-279-                    if (!e.matches(Gio.IOErrorEnum, Gio.IOErrorEnum.CANCELLED))
gnome-shell-3.38.1/js/misc/inputMethod.js:280:                        log(`Error processing key on IM: ${e.message}`);
gnome-shell-3.38.1/js/misc/inputMethod.js-281-                }
##############################################
gnome-shell-3.38.1/js/misc/loginManager.js-64-        if (!e.matches(Gio.DBusError, Gio.DBusError.UNKNOWN_METHOD))
gnome-shell-3.38.1/js/misc/loginManager.js:65:            log(`Error registering session with GDM: ${e.message}`);
gnome-shell-3.38.1/js/misc/loginManager.js-66-        else
##############################################
gnome-shell-3.38.1/js/misc/loginManager.js-112-            if (session) {
gnome-shell-3.38.1/js/misc/loginManager.js:113:                log(`Will monitor session ${session}`);
gnome-shell-3.38.1/js/misc/loginManager.js-114-                sessionId = session;
##############################################
gnome-shell-3.38.1/js/misc/loginManager.js-121-                                                               objectPath);
gnome-shell-3.38.1/js/misc/loginManager.js:122:                    log(`Considering ${session}, class=${sessionProxy.Class}`);
gnome-shell-3.38.1/js/misc/loginManager.js-123-                    if (sessionProxy.Class == 'greeter') {
gnome-shell-3.38.1/js/misc/loginManager.js:124:                        log(`Yes, will monitor session ${session}`);
gnome-shell-3.38.1/js/misc/loginManager.js-125-                        sessionId = session;
##############################################
gnome-shell-3.38.1/js/misc/objectManager.js-92-        } catch (e) {
gnome-shell-3.38.1/js/misc/objectManager.js:93:            logError(e, `could not initialize proxy for interface ${interfaceName}`);
gnome-shell-3.38.1/js/misc/objectManager.js-94-
##############################################
gnome-shell-3.38.1/js/misc/objectManager.js-154-        } catch (e) {
gnome-shell-3.38.1/js/misc/objectManager.js:155:            logError(e, `could not initialize object manager for object ${this._serviceName}`);
gnome-shell-3.38.1/js/misc/objectManager.js-156-
##############################################
gnome-shell-3.38.1/js/misc/objectManager.js-192-                if (error)
gnome-shell-3.38.1/js/misc/objectManager.js:193:                    logError(error, `could not get remote objects for service ${this._serviceName} path ${this._managerPath}`);
gnome-shell-3.38.1/js/misc/objectManager.js-194-
##############################################
gnome-shell-3.38.1/js/misc/params.js-21-            if (!(prop in defaults))
gnome-shell-3.38.1/js/misc/params.js:22:                throw new Error(`Unrecognized parameter "${prop}"`);
gnome-shell-3.38.1/js/misc/params.js-23-        }
##############################################
gnome-shell-3.38.1/js/misc/parentalControlsManager.js-73-
gnome-shell-3.38.1/js/misc/parentalControlsManager.js:74:        log(`Getting parental controls for user ${Shell.util_get_uid()}`);
gnome-shell-3.38.1/js/misc/parentalControlsManager.js-75-        try {
##############################################
gnome-shell-3.38.1/js/misc/parentalControlsManager.js-112-            // Log an error and keep the old app filter.
gnome-shell-3.38.1/js/misc/parentalControlsManager.js:113:            logError(e, `Failed to get new MctAppFilter for uid ${Shell.util_get_uid()} on app-filter-changed`);
gnome-shell-3.38.1/js/misc/parentalControlsManager.js-114-        }
##############################################
gnome-shell-3.38.1/js/misc/parentalControlsManager.js-139-        if (!this.initialized) {
gnome-shell-3.38.1/js/misc/parentalControlsManager.js:140:            log(`Warning: Hiding app because parental controls not yet initialised: ${appInfo.get_id()}`);
gnome-shell-3.38.1/js/misc/parentalControlsManager.js-141-            return false;
##############################################
gnome-shell-3.38.1/js/misc/weather.js-40-            if (error) {
gnome-shell-3.38.1/js/misc/weather.js:41:                log(`Failed to connect to permissionStore: ${error.message}`);
gnome-shell-3.38.1/js/misc/weather.js-42-                return;
##############################################
gnome-shell-3.38.1/js/misc/weather.js-54-                if (err)
gnome-shell-3.38.1/js/misc/weather.js:55:                    log(`Error looking up permission: ${err.message}`);
gnome-shell-3.38.1/js/misc/weather.js-56-
##############################################
gnome-shell-3.38.1/js/misc/weather.js-153-        } catch (e) {
gnome-shell-3.38.1/js/misc/weather.js:154:            log(`Failed to create GNOME Weather proxy: ${e}`);
gnome-shell-3.38.1/js/misc/weather.js-155-            return;
##############################################
gnome-shell-3.38.1/js/misc/weather.js-252-        } catch (e) {
gnome-shell-3.38.1/js/misc/weather.js:253:            log(`Failed to connect to Geoclue2 service: ${e.message}`);
gnome-shell-3.38.1/js/misc/weather.js-254-            this._setLocation(this._mostRecentLocation);
##############################################
gnome-shell-3.38.1/js/perf/hwtest.js-285-
gnome-shell-3.38.1/js/perf/hwtest.js:286:        METRICS[`${timing}RedrawTime`].value = median;
gnome-shell-3.38.1/js/perf/hwtest.js-287-    }
##############################################
gnome-shell-3.38.1/js/ui/animation.js-17-        super._init({
gnome-shell-3.38.1/js/ui/animation.js:18:            style: `width: ${width}px; height: ${height}px;`,
gnome-shell-3.38.1/js/ui/animation.js-19-        });
##############################################
gnome-shell-3.38.1/js/ui/barLevel.js-91-        if (value > this._maxValue) {
gnome-shell-3.38.1/js/ui/barLevel.js:92:            throw new Error(`Tried to set overdrive value to ${value}, ` +
gnome-shell-3.38.1/js/ui/barLevel.js:93:                `which is a number greater than the maximum allowed value ${this._maxValue}`);
gnome-shell-3.38.1/js/ui/barLevel.js-94-        }
##############################################
gnome-shell-3.38.1/js/ui/environment.js-103-
gnome-shell-3.38.1/js/ui/environment.js:104:    throw new Error(`Invalid property name ${propName}`);
gnome-shell-3.38.1/js/ui/environment.js-105-}
##############################################
gnome-shell-3.38.1/js/ui/environment.js-314-            let { stack } = new Error();
gnome-shell-3.38.1/js/ui/environment.js:315:            log(`Usage of object.actor is deprecated for ${klass}\n${stack}`);
gnome-shell-3.38.1/js/ui/environment.js-316-            return this;
##############################################
gnome-shell-3.38.1/js/ui/environment.js-328-        let { stack } = new Error();
gnome-shell-3.38.1/js/ui/environment.js:329:        log(`St.set_slow_down_factor() is deprecated, use St.Settings.slow_down_factor\n${stack}`);
gnome-shell-3.38.1/js/ui/environment.js-330-        St.Settings.get().slow_down_factor = factor;
##############################################
gnome-shell-3.38.1/js/ui/environment.js-337-            if ('actor' in this && this.actor instanceof Clutter.Actor)
gnome-shell-3.38.1/js/ui/environment.js:338:                return base.replace(/\]$/, ` delegate for ${this.actor.toString().substring(1)}`);
gnome-shell-3.38.1/js/ui/environment.js-339-            else
##############################################
gnome-shell-3.38.1/js/ui/focusCaretTracker.js-58-
gnome-shell-3.38.1/js/ui/focusCaretTracker.js:59:        this._atspiListener.register(`${STATECHANGED}:focused`);
gnome-shell-3.38.1/js/ui/focusCaretTracker.js:60:        this._atspiListener.register(`${STATECHANGED}:selected`);
gnome-shell-3.38.1/js/ui/focusCaretTracker.js-61-        this._focusListenerRegistered = true;
##############################################
gnome-shell-3.38.1/js/ui/focusCaretTracker.js-75-
gnome-shell-3.38.1/js/ui/focusCaretTracker.js:76:        this._atspiListener.deregister(`${STATECHANGED}:focused`);
gnome-shell-3.38.1/js/ui/focusCaretTracker.js:77:        this._atspiListener.deregister(`${STATECHANGED}:selected`);
gnome-shell-3.38.1/js/ui/focusCaretTracker.js-78-        this._focusListenerRegistered = false;
##############################################
gnome-shell-3.38.1/js/ui/iconGrid.js-121-    createIcon(_size) {
gnome-shell-3.38.1/js/ui/iconGrid.js:122:        throw new GObject.NotImplementedError(`createIcon in ${this.constructor.name}`);
gnome-shell-3.38.1/js/ui/iconGrid.js-123-    }
##############################################
gnome-shell-3.38.1/js/ui/iconGrid.js-827-        if (this._items.has(item))
gnome-shell-3.38.1/js/ui/iconGrid.js:828:            throw new Error(`Item ${item} already added to IconGridLayout`);
gnome-shell-3.38.1/js/ui/iconGrid.js-829-
gnome-shell-3.38.1/js/ui/iconGrid.js-830-        if (page > this._pages.length)
gnome-shell-3.38.1/js/ui/iconGrid.js:831:            throw new Error(`Cannot add ${item} to page ${page}`);
gnome-shell-3.38.1/js/ui/iconGrid.js-832-
##############################################
gnome-shell-3.38.1/js/ui/iconGrid.js-859-        if (!this._items.has(item))
gnome-shell-3.38.1/js/ui/iconGrid.js:860:            throw new Error(`Item ${item} is not part of the IconGridLayout`);
gnome-shell-3.38.1/js/ui/iconGrid.js-861-
##############################################
gnome-shell-3.38.1/js/ui/iconGrid.js-873-        if (!this._items.has(item))
gnome-shell-3.38.1/js/ui/iconGrid.js:874:            throw new Error(`Item ${item} is not part of the IconGridLayout`);
gnome-shell-3.38.1/js/ui/iconGrid.js-875-
##############################################
gnome-shell-3.38.1/js/ui/iconGrid.js-892-        if (pageIndex >= this._pages.length)
gnome-shell-3.38.1/js/ui/iconGrid.js:893:            throw new Error(`IconGridLayout does not have page ${pageIndex}`);
gnome-shell-3.38.1/js/ui/iconGrid.js-894-
##############################################
gnome-shell-3.38.1/js/ui/iconGrid.js-1341-        if (!this.contains(item))
gnome-shell-3.38.1/js/ui/iconGrid.js:1342:            throw new Error(`${item} is not a child of IconGrid`);
gnome-shell-3.38.1/js/ui/iconGrid.js-1343-
##############################################
gnome-shell-3.38.1/js/ui/iconGrid.js-1461-        if (!this.contains(item))
gnome-shell-3.38.1/js/ui/iconGrid.js:1462:            throw new Error(`Item ${item} is not part of the IconGrid`);
gnome-shell-3.38.1/js/ui/iconGrid.js-1463-
##############################################
gnome-shell-3.38.1/js/ui/iconGrid.js-1476-        if (pageIndex >= this.nPages)
gnome-shell-3.38.1/js/ui/iconGrid.js:1477:            throw new Error(`IconGrid does not have page ${pageIndex}`);
gnome-shell-3.38.1/js/ui/iconGrid.js-1478-
##############################################
gnome-shell-3.38.1/js/ui/iconGrid.js-1555-        if (page < 0 || page > this.nPages)
gnome-shell-3.38.1/js/ui/iconGrid.js:1556:            throw new Error(`Page ${page} does not exist at IconGrid`);
gnome-shell-3.38.1/js/ui/iconGrid.js-1557-
##############################################
gnome-shell-3.38.1/js/ui/locatePointer.js-13-        this._settings = new Gio.Settings({ schema_id: LOCATE_POINTER_SCHEMA });
gnome-shell-3.38.1/js/ui/locatePointer.js:14:        this._settings.connect(`changed::${LOCATE_POINTER_KEY}`, () => this._syncEnabled());
gnome-shell-3.38.1/js/ui/locatePointer.js-15-        this._syncEnabled();
##############################################
gnome-shell-3.38.1/js/ui/magnifier.js-511-
gnome-shell-3.38.1/js/ui/magnifier.js:512:        this._settings.connect(`changed::${SCREEN_POSITION_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-513-                               this._updateScreenPosition.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js:514:        this._settings.connect(`changed::${MAG_FACTOR_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-515-                               this._updateMagFactor.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js:516:        this._settings.connect(`changed::${LENS_MODE_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-517-                               this._updateLensMode.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js:518:        this._settings.connect(`changed::${CLAMP_MODE_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-519-                               this._updateClampMode.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js:520:        this._settings.connect(`changed::${MOUSE_TRACKING_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-521-                               this._updateMouseTrackingMode.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js:522:        this._settings.connect(`changed::${FOCUS_TRACKING_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-523-                               this._updateFocusTrackingMode.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js:524:        this._settings.connect(`changed::${CARET_TRACKING_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-525-                               this._updateCaretTrackingMode.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js-526-
gnome-shell-3.38.1/js/ui/magnifier.js:527:        this._settings.connect(`changed::${INVERT_LIGHTNESS_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-528-                               this._updateInvertLightness.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js:529:        this._settings.connect(`changed::${COLOR_SATURATION_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-530-                               this._updateColorSaturation.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js-531-
gnome-shell-3.38.1/js/ui/magnifier.js:532:        this._settings.connect(`changed::${BRIGHT_RED_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-533-                               this._updateBrightness.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js:534:        this._settings.connect(`changed::${BRIGHT_GREEN_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-535-                               this._updateBrightness.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js:536:        this._settings.connect(`changed::${BRIGHT_BLUE_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-537-                               this._updateBrightness.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js-538-
gnome-shell-3.38.1/js/ui/magnifier.js:539:        this._settings.connect(`changed::${CONTRAST_RED_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-540-                               this._updateContrast.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js:541:        this._settings.connect(`changed::${CONTRAST_GREEN_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-542-                               this._updateContrast.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js:543:        this._settings.connect(`changed::${CONTRAST_BLUE_KEY}`,
gnome-shell-3.38.1/js/ui/magnifier.js-544-                               this._updateContrast.bind(this));
gnome-shell-3.38.1/js/ui/magnifier.js-545-
gnome-shell-3.38.1/js/ui/magnifier.js:546:        this._settings.connect(`changed::${SHOW_CROSS_HAIRS_KEY}`, () => {
gnome-shell-3.38.1/js/ui/magnifier.js-547-            this.setCrosshairsVisible(this._settings.get_boolean(SHOW_CROSS_HAIRS_KEY));
##############################################
gnome-shell-3.38.1/js/ui/magnifier.js-549-
gnome-shell-3.38.1/js/ui/magnifier.js:550:        this._settings.connect(`changed::${CROSS_HAIRS_THICKNESS_KEY}`, () => {
gnome-shell-3.38.1/js/ui/magnifier.js-551-            this.setCrosshairsThickness(this._settings.get_int(CROSS_HAIRS_THICKNESS_KEY));
##############################################
gnome-shell-3.38.1/js/ui/magnifier.js-553-
gnome-shell-3.38.1/js/ui/magnifier.js:554:        this._settings.connect(`changed::${CROSS_HAIRS_COLOR_KEY}`, () => {
gnome-shell-3.38.1/js/ui/magnifier.js-555-            this.setCrosshairsColor(this._settings.get_string(CROSS_HAIRS_COLOR_KEY));
##############################################
gnome-shell-3.38.1/js/ui/magnifier.js-557-
gnome-shell-3.38.1/js/ui/magnifier.js:558:        this._settings.connect(`changed::${CROSS_HAIRS_OPACITY_KEY}`, () => {
gnome-shell-3.38.1/js/ui/magnifier.js-559-            this.setCrosshairsOpacity(this._settings.get_double(CROSS_HAIRS_OPACITY_KEY));
##############################################
gnome-shell-3.38.1/js/ui/magnifier.js-561-
gnome-shell-3.38.1/js/ui/magnifier.js:562:        this._settings.connect(`changed::${CROSS_HAIRS_LENGTH_KEY}`, () => {
gnome-shell-3.38.1/js/ui/magnifier.js-563-            this.setCrosshairsLength(this._settings.get_int(CROSS_HAIRS_LENGTH_KEY));
##############################################
gnome-shell-3.38.1/js/ui/magnifier.js-565-
gnome-shell-3.38.1/js/ui/magnifier.js:566:        this._settings.connect(`changed::${CROSS_HAIRS_CLIP_KEY}`, () => {
gnome-shell-3.38.1/js/ui/magnifier.js-567-            this.setCrosshairsClip(this._settings.get_boolean(CROSS_HAIRS_CLIP_KEY));
##############################################
gnome-shell-3.38.1/js/ui/magnifier.js-802-        } catch (e) {
gnome-shell-3.38.1/js/ui/magnifier.js:803:            log(`Failed to read extents of focused component: ${e.message}`);
gnome-shell-3.38.1/js/ui/magnifier.js-804-            return;
##############################################
gnome-shell-3.38.1/js/ui/magnifier.js-824-        } catch (e) {
gnome-shell-3.38.1/js/ui/magnifier.js:825:            log(`Failed to read extents of text caret: ${e.message}`);
gnome-shell-3.38.1/js/ui/magnifier.js-826-            return;
##############################################
gnome-shell-3.38.1/js/ui/magnifierDBus.js-91-        let realZoomRegion = Main.magnifier.createZoomRegion(xMagFactor, yMagFactor, ROI, viewBox);
gnome-shell-3.38.1/js/ui/magnifierDBus.js:92:        let objectPath = `${ZOOM_SERVICE_PATH}/zoomer${_zoomRegionInstanceCount}`;
gnome-shell-3.38.1/js/ui/magnifierDBus.js-93-        _zoomRegionInstanceCount++;
##############################################
gnome-shell-3.38.1/js/ui/magnifierDBus.js-144-                // Got a ZoomRegion with no DBus proxy, make one.
gnome-shell-3.38.1/js/ui/magnifierDBus.js:145:                let newPath = `${ZOOM_SERVICE_PATH}/zoomer${_zoomRegionInstanceCount}`;
gnome-shell-3.38.1/js/ui/magnifierDBus.js-146-                _zoomRegionInstanceCount++;
##############################################
gnome-shell-3.38.1/js/ui/panelMenu.js-212-        let { stack } = new Error();
gnome-shell-3.38.1/js/ui/panelMenu.js:213:        log(`Usage of indicator.indicators is deprecated for ${klass}\n${stack}`);
gnome-shell-3.38.1/js/ui/panelMenu.js-214-        return this;
##############################################
gnome-shell-3.38.1/js/ui/remoteSearch.js-95-            } catch (e) {
gnome-shell-3.38.1/js/ui/remoteSearch.js:96:                log(`Ignoring search provider ${path}: missing DesktopId`);
gnome-shell-3.38.1/js/ui/remoteSearch.js-97-                return;
##############################################
gnome-shell-3.38.1/js/ui/remoteSearch.js-315-        // the app itself but warn so we can catch the error in logs
gnome-shell-3.38.1/js/ui/remoteSearch.js:316:        log(`Search provider ${this.appInfo.get_id()} does not implement LaunchSearch`);
gnome-shell-3.38.1/js/ui/remoteSearch.js-317-        this.appInfo.launch([], global.create_app_launch_context(0, -1));
##############################################
gnome-shell-3.38.1/js/ui/screenshot.js-87-        yield Gio.File.new_for_path(
gnome-shell-3.38.1/js/ui/screenshot.js:88:            GLib.build_filenamev([path, `${filename}.png`]));
gnome-shell-3.38.1/js/ui/screenshot.js-89-
##############################################
gnome-shell-3.38.1/js/ui/screenshot.js-91-            yield Gio.File.new_for_path(
gnome-shell-3.38.1/js/ui/screenshot.js:92:                GLib.build_filenamev([path, `${filename}-${idx}.png`]));
gnome-shell-3.38.1/js/ui/screenshot.js-93-        }
##############################################
gnome-shell-3.38.1/js/ui/scripting.js-80-    let path = Config.LIBEXECDIR;
gnome-shell-3.38.1/js/ui/scripting.js:81:    let command = `${path}/gnome-shell-perf-helper`;
gnome-shell-3.38.1/js/ui/scripting.js-82-    Util.trySpawnCommandLine(command);
##############################################
gnome-shell-3.38.1/js/ui/scripting.js-163-function defineScriptEvent(name, description) {
gnome-shell-3.38.1/js/ui/scripting.js:164:    Shell.PerfLog.get_default().define_event(`script.${name}`,
gnome-shell-3.38.1/js/ui/scripting.js-165-                                             description,
##############################################
gnome-shell-3.38.1/js/ui/scripting.js-176-function scriptEvent(name) {
gnome-shell-3.38.1/js/ui/scripting.js:177:    Shell.PerfLog.get_default().event(`script.${name}`);
gnome-shell-3.38.1/js/ui/scripting.js-178-}
##############################################
gnome-shell-3.38.1/js/ui/scripting.js-194-        if (m)
gnome-shell-3.38.1/js/ui/scripting.js:195:            eventHandlers[`${m[1]}.${m[2]}`] = scriptModule[f];
gnome-shell-3.38.1/js/ui/scripting.js-196-    }
##############################################
gnome-shell-3.38.1/js/ui/scripting.js-237-            if (metric.description == null) {
gnome-shell-3.38.1/js/ui/scripting.js:238:                log(`Error: No description found for metric ${name}`);
gnome-shell-3.38.1/js/ui/scripting.js-239-                continue;
##############################################
gnome-shell-3.38.1/js/ui/scripting.js-241-            if (metric.units == null) {
gnome-shell-3.38.1/js/ui/scripting.js:242:                log(`Error: No units found for metric ${name}`);
gnome-shell-3.38.1/js/ui/scripting.js-243-                continue;
##############################################
gnome-shell-3.38.1/js/ui/scripting.js-245-            if (metric.value == null) {
gnome-shell-3.38.1/js/ui/scripting.js:246:                log(`Error: No value found for metric ${name}`);
gnome-shell-3.38.1/js/ui/scripting.js-247-                continue;
##############################################
gnome-shell-3.38.1/js/ui/scripting.js-254-            Shell.write_string_to_stream(out,
gnome-shell-3.38.1/js/ui/scripting.js:255:                                         `{ "name": ${JSON.stringify(name)},\n` +
gnome-shell-3.38.1/js/ui/scripting.js:256:                                         `    "description": ${JSON.stringify(metric.description)},\n` +
gnome-shell-3.38.1/js/ui/scripting.js:257:                                         `    "units": ${JSON.stringify(metric.units)},\n` +
gnome-shell-3.38.1/js/ui/scripting.js:258:                                         `    "value": ${JSON.stringify(metric.value)} }`);
gnome-shell-3.38.1/js/ui/scripting.js-259-        }
##############################################
gnome-shell-3.38.1/js/ui/scripting.js-276-            let metric = metrics[i];
gnome-shell-3.38.1/js/ui/scripting.js:277:            print(`# ${scriptModule.METRICS[metric].description}`);
gnome-shell-3.38.1/js/ui/scripting.js:278:            print(`${metric}: ${scriptModule.METRICS[metric].value}${scriptModule.METRICS[metric].units}`);
gnome-shell-3.38.1/js/ui/scripting.js-279-        }
##############################################
gnome-shell-3.38.1/js/ui/scripting.js-287-    } catch (err) {
gnome-shell-3.38.1/js/ui/scripting.js:288:        log(`Script failed: ${err}\n${err.stack}`);
gnome-shell-3.38.1/js/ui/scripting.js-289-        Meta.exit(Meta.ExitCode.ERROR);
##############################################
gnome-shell-3.38.1/js/ui/scripting.js-294-    } catch (err) {
gnome-shell-3.38.1/js/ui/scripting.js:295:        log(`Script failed: ${err}\n${err.stack}`);
gnome-shell-3.38.1/js/ui/scripting.js-296-        Meta.exit(Meta.ExitCode.ERROR);
##############################################
gnome-shell-3.38.1/js/ui/shellDBus.js-67-        } catch (e) {
gnome-shell-3.38.1/js/ui/shellDBus.js:68:            returnValue = `${e}`;
gnome-shell-3.38.1/js/ui/shellDBus.js-69-            success = false;
##############################################
gnome-shell-3.38.1/js/ui/switcherPopup.js-171-    _keyPressHandler(_keysym, _action) {
gnome-shell-3.38.1/js/ui/switcherPopup.js:172:        throw new GObject.NotImplementedError(`_keyPressHandler in ${this.constructor.name}`);
gnome-shell-3.38.1/js/ui/switcherPopup.js-173-    }
##############################################
gnome-shell-3.38.1/js/ui/workspace.js-101-        if (this.constructor === LayoutStrategy)
gnome-shell-3.38.1/js/ui/workspace.js:102:            throw new TypeError(`Cannot instantiate abstract type ${this.constructor.name}`);
gnome-shell-3.38.1/js/ui/workspace.js-103-
##############################################
gnome-shell-3.38.1/js/ui/workspace.js-149-    _computeRowSizes(_layout) {
gnome-shell-3.38.1/js/ui/workspace.js:150:        throw new GObject.NotImplementedError(`_computeRowSizes in ${this.constructor.name}`);
gnome-shell-3.38.1/js/ui/workspace.js-151-    }
##############################################
gnome-shell-3.38.1/js/ui/workspace.js-162-    computeLayout(_windows, _layout) {
gnome-shell-3.38.1/js/ui/workspace.js:163:        throw new GObject.NotImplementedError(`computeLayout in ${this.constructor.name}`);
gnome-shell-3.38.1/js/ui/workspace.js-164-    }
##############################################
gnome-shell-3.38.1/src/st/croco/cr-input.c-886-guchar *
gnome-shell-3.38.1/src/st/croco/cr-input.c:887:cr_input_get_byte_addr (CRInput * a_this, gulong a_offset)
gnome-shell-3.38.1/src/st/croco/cr-input.c-888-{
##############################################
gnome-shell-3.38.1/src/st/croco/cr-input.c-907-enum CRStatus
gnome-shell-3.38.1/src/st/croco/cr-input.c:908:cr_input_get_cur_byte_addr (CRInput * a_this, guchar ** a_offset)
gnome-shell-3.38.1/src/st/croco/cr-input.c-909-{
##############################################
gnome-shell-3.38.1/src/st/croco/cr-input.h-106-guchar *
gnome-shell-3.38.1/src/st/croco/cr-input.h:107:cr_input_get_byte_addr (CRInput *a_this, 
gnome-shell-3.38.1/src/st/croco/cr-input.h-108-                        gulong a_offset) ;
##############################################
gnome-shell-3.38.1/src/st/croco/cr-input.h-110-enum CRStatus
gnome-shell-3.38.1/src/st/croco/cr-input.h:111:cr_input_get_cur_byte_addr (CRInput *a_this, guchar ** a_offset) ;
gnome-shell-3.38.1/src/st/croco/cr-input.h-112-
##############################################
gnome-shell-3.38.1/src/st/croco/cr-parser.c-239- */
gnome-shell-3.38.1/src/st/croco/cr-parser.c:240:#define RECORD_CUR_BYTE_ADDR(a_this, a_addr) \
gnome-shell-3.38.1/src/st/croco/cr-parser.c-241-status = cr_tknzr_get_cur_byte_addr \
##############################################
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c-138- */
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c:139:#define RECORD_CUR_BYTE_ADDR(a_tknzr, a_addr) \
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c-140-status = cr_input_get_cur_byte_addr \
##############################################
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c-289-        }
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c:290:        RECORD_CUR_BYTE_ADDR (a_this, a_start);
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c-291-        *a_end = *a_start;
##############################################
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c-308-                        READ_NEXT_CHAR (a_this, &cur_char);
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c:309:                        RECORD_CUR_BYTE_ADDR (a_this, a_end);
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c-310-                } else {
##############################################
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c-359-
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c:360:                RECORD_CUR_BYTE_ADDR (a_this, a_end);
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c-361-
##############################################
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c-369-                }
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c:370:                RECORD_CUR_BYTE_ADDR (a_this, a_start);
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c-371-                *a_end = *a_start;
##############################################
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c-1879-enum CRStatus
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c:1880:cr_tknzr_get_cur_byte_addr (CRTknzr * a_this, guchar ** a_addr)
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c-1881-{
##############################################
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c-1890-
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c:1891:        return cr_input_get_cur_byte_addr (PRIVATE (a_this)->input, a_addr);
gnome-shell-3.38.1/src/st/croco/cr-tknzr.c-1892-}
##############################################
gnome-shell-3.38.1/src/st/croco/cr-tknzr.h-92-
gnome-shell-3.38.1/src/st/croco/cr-tknzr.h:93:enum CRStatus cr_tknzr_get_cur_byte_addr (CRTknzr *a_this, guchar **a_addr) ;
gnome-shell-3.38.1/src/st/croco/cr-tknzr.h-94-
##############################################
gnome-shell-3.38.1/subprojects/extensions-tool/completion/bash/gnome-extensions-38-        enable|disable|info|show|prefs|reset|uninstall)
gnome-shell-3.38.1/subprojects/extensions-tool/completion/bash/gnome-extensions:39:          COMPREPLY=($(compgen -W "`gnome-extensions list $list_opt`" -- "$2"))
gnome-shell-3.38.1/subprojects/extensions-tool/completion/bash/gnome-extensions-40-          return 0
##############################################
gnome-shell-3.38.1/tests/run-test.sh.in-27-
gnome-shell-3.38.1/tests/run-test.sh.in:28:builddir=`dirname $0`
gnome-shell-3.38.1/tests/run-test.sh.in:29:builddir=`cd $builddir && pwd`
gnome-shell-3.38.1/tests/run-test.sh.in-30-srcdir=@srcdir@
gnome-shell-3.38.1/tests/run-test.sh.in:31:srcdir=`cd $srcdir && pwd`
gnome-shell-3.38.1/tests/run-test.sh.in-32-
##############################################
gnome-shell-3.38.1/tools/build/gnome-shell-build-setup.sh-29-if [ x$release_file != x ] ; then
gnome-shell-3.38.1/tools/build/gnome-shell-build-setup.sh:30:    version=`sed 's/[^0-9\.]*\([0-9\.]\+\).*/\1/' < $release_file`
gnome-shell-3.38.1/tools/build/gnome-shell-build-setup.sh-31-fi
##############################################
gnome-shell-3.38.1/tools/build/gnome-shell-build-setup.sh-329-
gnome-shell-3.38.1/tools/build/gnome-shell-build-setup.sh:330:if test "x`echo $PATH | grep $HOME/bin`" = x; then
gnome-shell-3.38.1/tools/build/gnome-shell-build-setup.sh-331-    echo "PATH does not contain $HOME/bin, it is recommended that you add that."
##############################################
gnome-shell-3.38.1/tools/build/gnome-shell-build-setup.sh-338-echo -n "Installing git-bz ... "
gnome-shell-3.38.1/tools/build/gnome-shell-build-setup.sh:339:old="`readlink $HOME/bin/git-bz`"
gnome-shell-3.38.1/tools/build/gnome-shell-build-setup.sh-340-( cd $HOME/bin && ln -sf ../Source/git-bz/git-bz . )
gnome-shell-3.38.1/tools/build/gnome-shell-build-setup.sh:341:new="`readlink $HOME/bin/git-bz`"
gnome-shell-3.38.1/tools/build/gnome-shell-build-setup.sh-342-echo "done"
##############################################
gnome-shell-3.38.1/tools/gnome-shell-overrides-migration.sh-24-
gnome-shell-3.38.1/tools/gnome-shell-overrides-migration.sh:25:for k in `gsettings list-keys $OVERRIDE_SCHEMA`
gnome-shell-3.38.1/tools/gnome-shell-overrides-migration.sh-26-do
##############################################
gnome-shell-3.38.1/tools/gnome-shell-overrides-migration.sh-32-
gnome-shell-3.38.1/tools/gnome-shell-overrides-migration.sh:33:  oldValue=`gsettings get $OVERRIDE_SCHEMA $k`
gnome-shell-3.38.1/tools/gnome-shell-overrides-migration.sh:34:  curValue=`gsettings get $orig_schema $k`
gnome-shell-3.38.1/tools/gnome-shell-overrides-migration.sh-35-  if [ $oldValue != $curValue ]; then