mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
logError() prints an exception with an optional prefix, and is used fairly commonly through-out the code base. The problem is that by being defined in gjs, it uses "Gjs" as the GLib log domain, not our own as expected. Address this by adding a small override that implements the function with console.error(). Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3072> |
||
|---|---|---|
| .. | ||
| dbusServices | ||
| extensions | ||
| gdm | ||
| misc | ||
| portalHelper | ||
| ui | ||
| js-resources.gresource.xml | ||
| meson.build | ||
| portal-resources.gresource.xml | ||