Turned my computer on this morning and had two problems not seen yesterday.
(1) My Thunderbird screen is entirely black, as are the windows it pops up for entering passwords. Totally unuseable.
(2) My locales are screwed up.
Don't remember just when I noticed the second pb, but it was in trying to resolve the first. I found this on the Internet:
Gtk-WARNING **: Locale not supported by C library." at http://askubuntu.com/questions/35975...g-apps-from-th.
Following their suggestions did not help. Kept getting similar errors at every step. Examples:
locale
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME=oc_FR.UTF-8
...
$ sudo apt-get purge locales
...
Broken language-pack-en:amd64 Depends on language-pack-en-base [ amd64 ] < 1:16.04+20160627 > ( translations ) (>= 1:16.04+20160627)
Considering language-pack-en-base:amd64 10001 as a solution to language-pack-en:amd64 4
...
$ sudo dpkg-reconfigure locales
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US",
LC_ALL = (unset),
LC_TIME = "oc_FR.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
I've attached the complete console trace.
What in the world is going on here. This just happened overnight. Maybe because I did a dist-upgrade yesterday but it just got booted this morning.
I'm in Neon, evidently, with yesterday's dist-upgrade.
$ uname -a
Linux jon-neon 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Does anyone think the two pbs are related? Thunderbird in safe mode gives the same pb.
(1) My Thunderbird screen is entirely black, as are the windows it pops up for entering passwords. Totally unuseable.
(2) My locales are screwed up.
Don't remember just when I noticed the second pb, but it was in trying to resolve the first. I found this on the Internet:
Gtk-WARNING **: Locale not supported by C library." at http://askubuntu.com/questions/35975...g-apps-from-th.
Following their suggestions did not help. Kept getting similar errors at every step. Examples:
locale
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_US.UTF-8
LANGUAGE=en_US
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME=oc_FR.UTF-8
...
$ sudo apt-get purge locales
...
Broken language-pack-en:amd64 Depends on language-pack-en-base [ amd64 ] < 1:16.04+20160627 > ( translations ) (>= 1:16.04+20160627)
Considering language-pack-en-base:amd64 10001 as a solution to language-pack-en:amd64 4
...
$ sudo dpkg-reconfigure locales
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US",
LC_ALL = (unset),
LC_TIME = "oc_FR.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
I've attached the complete console trace.
What in the world is going on here. This just happened overnight. Maybe because I did a dist-upgrade yesterday but it just got booted this morning.
I'm in Neon, evidently, with yesterday's dist-upgrade.
$ uname -a
Linux jon-neon 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Does anyone think the two pbs are related? Thunderbird in safe mode gives the same pb.
Comment