Gnome-shell-system-monitor-applet: Extension failed to load on gnome 3.36.2

Created on 14 May 2020  路  14Comments  路  Source: paradoxxxzero/gnome-shell-system-monitor-applet

Screenshot from 2020-05-14 09-25-35

Debian 10 Sid

Most helpful comment

I had the same problem with Manjaro Testing when it went to gdm 3.36.2.

I found a solution.

Somehow, my system got reset to use the 'C' locale. Once I set it back to UTF-8, this extension loads and runs correctly

All 14 comments

I had the same problem with Manjaro Testing when it went to gdm 3.36.2.

I found a solution.

Somehow, my system got reset to use the 'C' locale. Once I set it back to UTF-8, this extension loads and runs correctly

Had the same issue after upgrading Ubuntu and setting back the locale to UTF-8 worked.
cf. https://askubuntu.com/q/89976/7567

I'm already the locale on UTF-8 but my problem is not solved.

I'm also already on UTF-8:
Screenshot from 2020-06-06 13-58-48

but getting the same error:
Screenshot from 2020-06-06 14-01-33

I did just now update from 19.10 to 20.04. Could that be related?

Installed Ubuntu 20.04 LTS which has Gnome 3.36.2 and I can also confirm that this is broken, even with proper locals set. Hopefully someone knows how to resolve this issue.

same here. already on UTF-8 & ubuntu 20.04 and same error. Which is a shame as this plugin was the best by far...

COPY-PASTING

@dpriedel 's solution worked for me!! Here is a wrapper for the solution
create file named locale.txt and set it's contents as -

LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

then run

for l in $(cat locale.txt)
do
sudo update-locale $l
done

Log out and log back in to find the system monitor extension back. :)

did not work, switching to the system-monitor-next project did the trick (also i don't wanna set en_US if i'm from austria.)

FWIW, after setting the locale back to UTF-8, I removed the extension using https://extensions.gnome.org/local/ and reinstalled it. Rebooting may also have helped.
Anyway it works now.

Not sure what I did, but after rebooting, it鈥檚 working for me now too.

ISTM that after setting your locale, the least one needs to do is to log out and log in again. Possibly, a reboot depending on the system

It seems that restarting gnome (alt-f2, then run 'r' as the command to run and hit enter) is enough. In my case the locale was OK, but I was missing some dependencies.

Could it be, that the locales should not have quotes around them?
I had some locales with and some without quotes. Now I removed all quotes and it works.
I'm not 100% sure that I didn't change anything else.

Restarting gnome like @chfritz said worked for me.

Was this page helpful?
0 / 5 - 0 ratings