ckissane/blur-me

high cpu usage

Opened this issue · 0 comments

gnome 40.4 on wayland (inte iHD GPU)

journalctl -f -o cat /usr/bin/gnome-shell
Some code accessed the property 'get_process_name_from_window' on the module 'utilities'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Some code called array.toString() on a Uint8Array instance. Previously this would have interpreted the bytes of the array as a string, but that is nonstandard. In the future this will return the bytes as comma-separated digits. For the time being, the old behavior has been preserved, but please fix your code anyway to explicitly call ByteArray.toString(array).

0 get_process_name_from_window() ["/home/hellgate/.local/share/gnome-shell/extensions/blur-me@nunchucks/utilities.js":24:0]
1 update_blur() ["/home/hellgate/.local/share/gnome-shell/extensions/blur-me@nunchucks/applications.js":127:45]
2 track_new() ["/home/hellgate/.local/share/gnome-shell/extensions/blur-me@nunchucks/applications.js":211:11]
3 window_created() ["/home/hellgate/.local/share/gnome-shell/extensions/blur-me@nunchucks/applications.js":266:9]
4 enable/<() ["/home/hellgate/.local/share/gnome-shell/extensions/blur-me@nunchucks/applications.js":284:13]
5 forEach() ["self-hosted":225:0]
6 enable() ["/home/hellgate/.local/share/gnome-shell/extensions/blur-me@nunchucks/applications.js":283:14]
7 enable() ["/home/hellgate/.local/share/gnome-shell/extensions/blur-me@nunchucks/extension.js":58:36]
8 _callExtensionEnable() ["resource:///org/gnome/shell/ui/extensionSystem.js":167:31]
9 _onEnabledExtensionsChanged/<() ["resource:///org/gnome/shell/ui/extensionSystem.js":493:34]
10 forEach() ["self-hosted":225:0]
11 _onEnabledExtensionsChanged() ["resource:///org/gnome/shell/ui/extensionSystem.js":493:13]
12 _onEnabledExtensionsChanged() ["self-hosted":850:0]
13 createCheckedMethod/<() ["resource:///org/gnome/gjs/modules/core/overrides/Gio.js":516:45]
14 enableExtension() ["resource:///org/gnome/shell/ui/extensionSystem.js":194:28]
15 callback() ["resource:///org/gnome/shell/ui/extensionDownloader.js":230:43]
16 gotExtensionZipFile/<() ["resource:///org/gnome/shell/ui/extensionDownloader.js":106:12]