Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

high cpu usage #38

Open
Tuxino88 opened this issue Sep 7, 2021 · 0 comments
Open

high cpu usage #38

Tuxino88 opened this issue Sep 7, 2021 · 0 comments

Comments

@Tuxino88
Copy link

Tuxino88 commented Sep 7, 2021

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant