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 installedgive me this error – Tiborsio_ Jun 17 '15 at 08:24sudo apt-get updatesudo apt-get cleansudo apt-get autoremovesudo apt-get update && sudo apt-get upgradesudo dpkg --configure -a
– Maythux Jun 17 '15 at 08:26sudo apt-get install -forg.freedesktop.DBus.Error.ServiceUnknown: The name org.debian.apt was not provided by any .service filesit 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