Hello I encountered on my x2go when trying to remote the ubuntu server
**Connection Failed.** perl:warning: Setting locale failed. perl:warning Please check that your locale settings: LANGUAGE = "en_US", LC_ALL = (unset), LANG = "en_GB.UTF-8" are supported and installed on your machine system. Falling back to the standard locale ("C").
sudo dpkg-reconfigure locales
-> after this/usr/sbin/dpkg-reconfigure: locales is broken or not fully installed
give me this error – Tiborsio_ Jun 17 '15 at 08:24sudo apt-get update
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get update && sudo apt-get upgrade
sudo dpkg --configure -a
– Maythux Jun 17 '15 at 08:26sudo apt-get install -f
org.freedesktop.DBus.Error.ServiceUnknown: The name org.debian.apt was not provided by any .service files
it appears when I reload it to software manager – Tiborsio_ Jun 17 '15 at 09:00Thank you @Maythux I can now access remotely thru x2go.
– Tiborsio_ Jun 17 '15 at 09:17