I've a Ubuntu 12.04 VPS with no graphical environment installed. In that VPS, I'm trying to open a file from terminal using gedit with this command
gedit config/database.yml
But unfortunately it is showing following error
(process:3790): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Cannot open display:
Run 'gedit --help' to see a full list of available command line options.
How can I solve this problem?