Bug#711250: gnome-user-share: breaks gnome-core
Emilio Pozuelo Monfort
pochu at debian.org
Sat Jun 8 22:54:18 UTC 2013
On 08/06/13 22:57, Martin Dosch wrote:
> Yes, you're right.
> It works now. I do all of my Bugreports in english but my system does
> it's outputs in german and I don't know how to force it to speak
> english for bugreport-cases...
You can do so with LC_ALL=C for any command, for instance
LC_ALL=C apt-get dist-upgrade
Note that sudo resets the environment so LC_ALL probably doesn't work with sudo.
So you can do
sudo -s
or
sudo -i
and then
LC_ALL=C apt-get dist-upgrade
Emilio
More information about the pkg-gnome-maintainers
mailing list